You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Tim Allison (Jira)" <ji...@apache.org> on 2021/08/11 16:05:00 UTC

[jira] [Created] (TIKA-3521) Move checkActive out of fetchemitworkers within AsyncProcessor

Tim Allison created TIKA-3521:
---------------------------------

             Summary: Move checkActive out of fetchemitworkers within AsyncProcessor
                 Key: TIKA-3521
                 URL: https://issues.apache.org/jira/browse/TIKA-3521
             Project: Tika
          Issue Type: Task
            Reporter: Tim Allison


The heartbeat check in AsyncProcessor is carried out by the parse threads.  However, this check should continue through the life of the object.  The parse threads may complete, but the emitter threads may still be active.  Let's move this to a separate thread.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)