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