[
https://issues.apache.org/jira/browse/TIKA-3941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17731256#comment-17731256
]
Hudson commented on TIKA-3941:
------------------------------
SUCCESS: Integrated in Jenkins build Tika » tika-main-jdk11 #1103 (See
[https://ci-builds.apache.org/job/Tika/job/tika-main-jdk11/1103/])
TIKA-3941 -- allow reporting of intermediate results from the pipes processor
(#1167) (github:
[https://github.com/apache/tika/commit/6cea7717c7a90014cd86fa605cc1e9125f173cf4])
* (edit) tika-core/src/main/java/org/apache/tika/pipes/async/AsyncConfig.java
* (edit) tika-core/src/test/java/org/apache/tika/pipes/async/MockReporter.java
* (edit)
tika-core/src/test/java/org/apache/tika/pipes/async/AsyncProcessorTest.java
* (edit) tika-core/src/main/java/org/apache/tika/parser/AutoDetectParser.java
* (edit) tika-core/src/main/java/org/apache/tika/pipes/PipesResult.java
* (edit)
tika-core/src/main/java/org/apache/tika/metadata/TikaCoreProperties.java
* (edit)
tika-pipes/tika-pipes-reporters/tika-pipes-reporter-jdbc/src/test/java/org/apache/tika/pipes/reporters/jdbc/TestJDBCPipesReporter.java
* (edit) tika-core/src/main/java/org/apache/tika/pipes/PipesServer.java
* (add) tika-core/src/test/java/org/apache/tika/pipes/PipesServerTest.java
* (add)
tika-core/src/test/java/org/apache/tika/pipes/async/MockDigesterFactory.java
* (edit) tika-core/src/main/java/org/apache/tika/pipes/PipesClient.java
* (add) tika-core/src/test/resources/org/apache/tika/pipes/TIKA-3941.xml
* (edit) tika-core/src/main/java/org/apache/tika/pipes/async/AsyncProcessor.java
> Consider having pipesserver return intermediate results
> -------------------------------------------------------
>
> Key: TIKA-3941
> URL: https://issues.apache.org/jira/browse/TIKA-3941
> Project: Tika
> Issue Type: Task
> Reporter: Tim Allison
> Priority: Major
> Fix For: 2.8.1
>
>
> If the pipes server crashes, the only information that the pipesclient
> receives is of the crash. It would be useful at a minimum to have the pipes
> server report an intermediate result after file detection.
> Ideally, at a minimum, the pipesclient could report file type, content-length
> (if possible) and digest information.
>
> On another ticket (future work), we could extend intermediate results to
> include partial parses/metadata extraction. The challenge here is that the
> underlying metadata objects are not thread safe...so we'll punt this to deal
> with later if necessary.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)