adoroszlai commented on PR #10523:
URL: https://github.com/apache/ozone/pull/10523#issuecomment-4792959507
Thanks @jojochuang for fixing the stack dump problem, now we get
`acceptance-unsecure` artifact. `log.html` shows that test failure is caused
by unexpected log in `ozone sh key list` output that `jq` cannot parse as JSON:
```
$ ozone sh key list o3://om:9862/21377-with-del/bfso
[ {
"volumeName" : "21377-with-del",
"bucketName" : "bfso",
"name" : ".Trash/",
...
} ]
Jun 24, 2026 6:33:48 PM
io.opentelemetry.sdk.common.internal.ThrottlingLogger doLog
SEVERE: Failed to export spans. The request could not be executed.
java.io.InterruptedIOException: executor rejected
at
okhttp3.internal.connection.RealCall$AsyncCall.failRejected$okhttp(RealCall.kt:563)
at
okhttp3.internal.connection.RealCall$AsyncCall.executeOn(RealCall.kt:554)
at okhttp3.Dispatcher.promoteAndExecute(Dispatcher.kt:252)
at okhttp3.Dispatcher.promoteAndExecute$default(Dispatcher.kt:163)
at okhttp3.Dispatcher.finished$okhttp(Dispatcher.kt:269)
at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:597)
at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.util.concurrent.RejectedExecutionException: Task
okhttp3.internal.connection.RealCall$AsyncCall@611166bd rejected from
java.util.concurrent.ThreadPoolExecutor@73163d48[Running, pool size = 5, active
threads = 5, queued tasks = 0, completed tasks = 5]
at
java.base/java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2081)
at
java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:841)
at
java.base/java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1376)
at
okhttp3.internal.connection.RealCall$AsyncCall.executeOn(RealCall.kt:551)
... 7 more
parse error: Invalid numeric literal at line 70, column 4
```
The problems is intermittent, passed in PR run, failed in [fork
run](https://github.com/jojochuang/ozone/actions/runs/28119040717).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]