You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/08/01 13:33:00 UTC

[jira] [Commented] (TIKA-3825) ForkParser allow shutdown

    [ https://issues.apache.org/jira/browse/TIKA-3825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17573766#comment-17573766 ] 

ASF GitHub Bot commented on TIKA-3825:
--------------------------------------

tballison commented on PR #626:
URL: https://github.com/apache/tika/pull/626#issuecomment-1201211957

   This looks great.  Are you able to fix the two checkstyle violations?
   
   ```
   Error:  src/test/java/org/apache/tika/fork/ForkTestParser.java:[76,46] (blocks) EmptyCatchBlock: Empty catch block.
   Error:  src/test/java/org/apache/tika/fork/ForkParserTest.java:[47,8] (imports) UnusedImports: Unused import - java.util.concurrent.Future.
   ```




> ForkParser allow shutdown
> -------------------------
>
>                 Key: TIKA-3825
>                 URL: https://issues.apache.org/jira/browse/TIKA-3825
>             Project: Tika
>          Issue Type: Improvement
>            Reporter: Ben Gilbert
>            Priority: Major
>
> ForkParser can prevent graceful / timely shutdown of an application as it does not check for thread interrupt status when listening to parsing.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)