summaryzb commented on issue #1247:
URL:
https://github.com/apache/incubator-uniffle/issues/1247#issuecomment-1774104220
@xianjingfeng @zuston Maybe the root cause is that we change the storage
or storage manager in `hadoopThreadPoolExecutor` or
`localFileThreadPoolExecutor` which is designed to handle specified storage
type.
The `storage` and `storageManager` who handle the `ShuffleDataFlushEvent`
are messed up.
Besides, some metrics updates concurrently using the wrong key, for example
`incStorageFailedCounter` is called while the storage under the event may have
already changed.
--
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]