Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
The agent logs information like this:
2010-07-20 16:31:17,640 INFO HTTP post thread ChukwaHttpSender - collected 70 chunks for post_92 2010-07-20 16:31:17,641 INFO HTTP post thread ChukwaHttpSender - >>>>>> HTTP post_92 to http://some.collector.com:8787/ length = 20606 2010-07-20 16:31:17,653 INFO HTTP post thread ChukwaHttpSender - >>>>>> HTTP Got success back from http://some.collector.com:8787/chukwa; response length 5250 2010-07-20 16:31:17,653 INFO HTTP post thread ChukwaHttpSender - post_92 sent 0 chunks, got back 70 acks
Notice the last line where it says sent 0 chunks, got back 70 acks. This is a bug. Instead it should report that it sent 70 chunks.