[
https://issues.apache.org/jira/browse/CASSANDRA-9594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14591320#comment-14591320
]
Tommy Stendahl commented on CASSANDRA-9594:
-------------------------------------------
I did some checking in the code and it looks perfectly safe to start the
metrics reporter just before the call to
{{o.a.c.service.StorageService#registerDaemon}}, or do I miss some side effects
here?
> metrics reporter doesn't start until after a bootstrap
> ------------------------------------------------------
>
> Key: CASSANDRA-9594
> URL: https://issues.apache.org/jira/browse/CASSANDRA-9594
> Project: Cassandra
> Issue Type: Bug
> Components: Core
> Reporter: Eric Evans
> Priority: Minor
> Labels: lhf
>
> In {{o.a.c.service.CassandraDaemon#setup}}, the metrics reporter is started
> immediately after the invocation of
> {{o.a.c.service.StorageService#initServer}}, which for a bootstrapping node
> may block for a considerable period of time. If the metrics reporter is your
> only source of visibility, then you are blind until the bootstrap completes.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)