Issue 69 in bigstreams: Stream agent does not send some logs on certain VM machines

2 views
Skip to first unread message

bigst...@googlecode.com

unread,
Mar 1, 2013, 6:30:51 AM3/1/13
to stream...@googlegroups.com
Status: Accepted
Owner: gerr...@gmail.com
Labels: Type-Defect Priority-Critical

New issue 69 by gerr...@gmail.com: Stream agent does not send some logs
on certain VM machines
http://code.google.com/p/bigstreams/issues/detail?id=69

Problem:

when having two or more logs the streams agent seems to only send one log
and ignore the others.
This only happens on some VM machines.

Solution:
The VM machines are running with thick partitioning and thus have faster
disk updates.
The app server writing out the log files are doing so continuously and
the thread reading the file form disk is continuously bussy with reading
and seeing the new changes. This makes it impossible for the threads to go
onto previous late files or even other logs. The solution is to manually
break out of the read loop after 30 seconds to give the thread time to do
other work. I.e. the thread will send 30 seconds without change and then
stop pause and look for other files also.



--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

bigst...@googlecode.com

unread,
Mar 1, 2013, 6:31:51 AM3/1/13
to stream...@googlegroups.com
Updates:
Status: Fixed

Comment #1 on issue 69 by gerr...@gmail.com: Stream agent does not send
Solved in version 0.2.6
Reply all
Reply to author
Forward
0 new messages