graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #01396
Re: [Question #170699]: carbon-cache.py not stopping
Question #170699 on Graphite changed:
https://answers.launchpad.net/graphite/+question/170699
Pulu Anau posted a new comment:
If you look in your console.log for lines that say "Sorted XXXX cache
queues in X.XXX seconds" you can usually determine how long it will take
to shutdown as the DISTANCE between those messages plus 50-100% of an
interval...
Example from my logs:
13/09/2011 21:35:06 :: Sorted 21514 cache queues in 0.020073 seconds
13/09/2011 21:35:21 :: Sorted 21718 cache queues in 0.015919 seconds
13/09/2011 21:35:32 :: Sorted 18654 cache queues in 0.012812 seconds
I can see about a 10-15 second "write cycle time", which means that I
would reasonably expect to wait around 30 seconds at max for it to
shutdown...
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.