ctubbsii commented on issue #407: Hadoop2 Metrics does not retry sending if 
metrics server is down
URL: https://github.com/apache/accumulo/issues/407#issuecomment-500087572
 
 
   It seems like this issue is specific to the GraphiteSink, which can fail to 
initialize if it can't connect. I don't think this would be an issue with a 
different sink, perhaps one that receives metrics and asynchronously passes 
them along.
   
   We could perhaps retry initializing the whole metrics system again if it 
fails the first time, but initializing in a loop seems wrong to me... 
especially since the connection could still be lost later, and at any time. If 
anything is to be done about this, I think it'd be best to contribute 
improvements to the GraphiteSink, or encourage people to use a different 
(better) sink.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to