You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uniffle.apache.org by "zuston (via GitHub)" <gi...@apache.org> on 2023/02/25 01:49:30 UTC

[GitHub] [incubator-uniffle] zuston commented on issue #612: Flaky Test: ShuffleTaskManagerTest#removeShuffleDataWithHdfsTest

zuston commented on issue #612:
URL: https://github.com/apache/incubator-uniffle/issues/612#issuecomment-1444897770

   Detailed info:
   
   ```
   2023-02-16 06:57:00,663 INFO  [main] buffer.ShuffleBufferManager (ShuffleBufferManager.java:pickFlushedShuffle(500)) - Finish flush pick with 67 bytes
   SLF4J: Failed toString() invocation on an object of type [org.apache.uniffle.server.ShuffleDataFlushEvent]
   Reported exception:
   java.lang.NullPointerException
   	at org.apache.uniffle.server.ShuffleDataFlushEvent.toString(ShuffleDataFlushEvent.java:163)
   	at org.slf4j.helpers.MessageFormatter.safeObjectAppend(MessageFormatter.java:277)
   	at org.slf4j.helpers.MessageFormatter.deeplyAppendParameter(MessageFormatter.java:249)
   	at org.slf4j.helpers.MessageFormatter.arrayFormat(MessageFormatter.java:211)
   	at org.slf4j.helpers.MessageFormatter.arrayFormat(MessageFormatter.java:161)
   	at org.slf4j.helpers.MessageFormatter.format(MessageFormatter.java:124)
   	at org.slf4j.impl.Log4jLoggerAdapter.error(Log4jLoggerAdapter.java:516)
   	at org.apache.uniffle.server.ShuffleFlushManager.flushToFile(ShuffleFlushManager.java:186)
   	at org.apache.uniffle.server.ShuffleFlushManager.processEvent(ShuffleFlushManager.java:157)
   	at org.apache.uniffle.server.ShuffleFlushManager.lambda$processNextEvent$0(ShuffleFlushManager.java:148)
   	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   	at java.lang.Thread.run(Thread.java:750)
   ```


-- 
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: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org