[
https://issues.apache.org/jira/browse/TIKA-4740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18083703#comment-18083703
]
ASF GitHub Bot commented on TIKA-4740:
--------------------------------------
Copilot commented on code in PR #2841:
URL: https://github.com/apache/tika/pull/2841#discussion_r3308495688
##########
tika-pipes/tika-pipes-core/src/main/java/org/apache/tika/pipes/core/PerClientServerManager.java:
##########
@@ -270,13 +270,15 @@ private void startServer() throws IOException,
InterruptedException, TimeoutExce
tmpDir = Files.createTempDirectory("pipes-server-" + clientId + "-");
ProcessBuilder pb = new ProcessBuilder(getCommandline());
- // Run the child in tmpDir so any hs_err_pid<N>.log JVM crash log lands
- // where surfaceCrashDiagnostics() looks for it. Redirect stdio to per-
- // server files instead of inheriting the parent JVM's handles
> Flaky timeout on Windows
> ------------------------
>
> Key: TIKA-4740
> URL: https://issues.apache.org/jira/browse/TIKA-4740
> Project: Tika
> Issue Type: Task
> Components: tika-pipes
> Reporter: Tim Allison
> Priority: Minor
>
> We're getting a flaky timeout in windows in the unpack tests.
> e.g.:
> [https://github.com/apache/tika/actions/runs/26470635995/job/77942835729]
>
> This may be caused because we're inheriting IO. We don't need to do this
> anymore because comms are through a port. Let's stop inheriting IO between
> client and server where possible.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)