Details
-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: v0.9.0, v0.9.1
-
Fix Version/s: None
-
Component/s: Sinks+Sources
-
Labels:None
Description
In an experiment using named pipes, we found that flume's tail and text sources cannot handle named pipes. This is because internally these two sources use RandomAccessFiles which use seek commands instead of bytewise streaming reads.