Skip to content

Conversation

@tylerbenson
Copy link
Contributor

This allows a clean shutdown, instead of keeping the vm running.

@tylerbenson tylerbenson added the comp: core Tracer core label Dec 6, 2017
This allows a clean shutdown, instead of keeping the vm running.
@tylerbenson tylerbenson force-pushed the tyler/fix-threadpool-names branch from cad48b3 to dc89cd1 Compare December 6, 2017 00:25
static final long FLUSH_TIME_SECONDS = 1;

private final ThreadFactory agentWriterThreadFactory =
new ThreadFactoryBuilder().setNameFormat("dd-agent-writer-%d").setDaemon(true).build();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any opinion on thread name format?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nah, looks good!

static final long FLUSH_TIME_SECONDS = 1;

private final ThreadFactory agentWriterThreadFactory =
new ThreadFactoryBuilder().setNameFormat("dd-agent-writer-%d").setDaemon(true).build();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nah, looks good!

@tylerbenson tylerbenson merged commit e9f6a9e into master Dec 6, 2017
@tylerbenson tylerbenson deleted the tyler/fix-threadpool-names branch December 6, 2017 16:05
@realark realark added this to the 0.2.11 milestone Dec 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp: core Tracer core

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants