Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.2.0, 1.3.0
-
Fix Version/s: 1.4.0
-
Component/s: Sinks+Sources
Description
ScribeSource deosn't handle the zero message request correctly.
When scribed sends zero message request like this:
sent <0> messages to remote scribe server <dwen:1564>
The log receiver of scribe-source will return ResultCode.TRY_LATER.
The return value reultes that scribed falls into infinite loop to
retry to send the zero message request out, and the whole
message channel is blocked.
So I suggest that ResultCode.OK is returned when the size of
LogEntry list is 0.
Attachments
Issue Links
- relates to
-
FLUME-1382 Flume adopt message from existing local Scribe
-
- Resolved
-