peterxcli commented on PR #10202:
URL: https://github.com/apache/ozone/pull/10202#issuecomment-4412305954

   I cherry-picked the refactor/fix for the [test 
failure](https://github.com/apache/ozone/actions/runs/25577370863/job/75139162050?pr=10202)
 to https://github.com/apache/ozone/pull/10224. 
   
   the error log is:
   ```java
   2026-05-09 07:21:08,033 [qtp1907241392-109] WARN server.HttpChannel: 
/bucket-qiyxgiosny/ozone-test-5105985444/ecmultipartKey32
   javax.servlet.ServletException: javax.servlet.ServletException: 
java.lang.NullPointerException: Cannot invoke 
"org.apache.hadoop.ozone.client.io.KeyDataStreamOutput.setPreCommits(java.util.List)"
 because the return value of 
"org.apache.hadoop.ozone.client.io.OzoneDataStreamOutput.getKeyDataStreamOutput()"
 is null
   ```
   
   The root cause of the EC mpu failure is `RpcClient#createMultipartStreamKey` 
detected EC and fall back to `OzoneOutputStream` backed by `KeyOutputStream`, 
so `getKeyDataStreamOutput` got NPE


-- 
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]

Reply via email to