Arvind Prabhakar created FLUME-1380:
---------------------------------------
Summary: File channel log can record the op code and not the
operation in some cases
Key: FLUME-1380
URL: https://issues.apache.org/jira/browse/FLUME-1380
Project: Flume
Issue Type: Bug
Reporter: Arvind Prabhakar
Assignee: Arvind Prabhakar
There is a race condition in the system where the log file can record the
beginning of a record and be shutdown before the remaining record is written
out. This will lead to the system not starting up correctly again with
exceptions like:
{noformat}
ERROR file.Log: Failed to initialize Log
java.io.IOException: Header 80808080 not expected value: deadbeef
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira