[
https://issues.apache.org/jira/browse/TIKA-3521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17397533#comment-17397533
]
Hudson commented on TIKA-3521:
------------------------------
FAILURE: Integrated in Jenkins build Tika ยป tika-main-jdk8 #306 (See
[https://ci-builds.apache.org/job/Tika/job/tika-main-jdk8/306/])
TIKA-3521 -- move check active outside of the parse threads (tallison:
[https://github.com/apache/tika/commit/76458ffddd984b699bad59a838fdc239546bdb69])
* (edit) tika-core/src/main/java/org/apache/tika/pipes/async/AsyncProcessor.java
> 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
> Assignee: Tim Allison
> Priority: Trivial
> Fix For: 2.0.1
>
>
> 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)