Skip to content

Instantly share code, notes, and snippets.

@clizzin
Created June 23, 2011 00:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clizzin/1041588 to your computer and use it in GitHub Desktop.
Save clizzin/1041588 to your computer and use it in GitHub Desktop.
Flume exception log output
2011-06-22 12:22:36,215 INFO com.cloudera.flume.core.connector.DirectDriver: Connector logicalNode xxx.ec2.internal-E2E-30 exited with error: Blocked append interrupted by rotation event
java.lang.InterruptedException: Blocked append interrupted by rotation event
at com.cloudera.flume.handlers.rolling.RollSink.append(RollSink.java:204)
at com.cloudera.flume.agent.durability.NaiveFileWALDeco.append(NaiveFileWALDeco.java:132)
at com.cloudera.flume.core.CompositeSink.append(CompositeSink.java:61)
at com.cloudera.flume.agent.AgentFailChainSink.append(AgentFailChainSink.java:103)
at com.cloudera.flume.core.connector.DirectDriver$PumperThread.run(DirectDriver.java:110)
2011-06-22 12:22:37,265 INFO com.cloudera.flume.handlers.thrift.ThriftEventSource: Closed server on port 35090...
2011-06-22 12:22:37,265 INFO com.cloudera.flume.handlers.thrift.ThriftEventSource: Queue still has 1 elements ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment