Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Duplicate
-
None
-
None
-
None
Description
The FileAdaptor is doing the reading part directly inside the start method and by doing that it makes the start operation synchronous with the ADD command.
This will block the remote application.
The start method should use a queue to add the file to be processed then a background thread should do the parsing.
The background thread should be reuse since Thread creation is expensive.
Attachments
Issue Links
- is part of
-
CHUKWA-70 Rewrite the FileAdaptor class
- Resolved