xianjingfeng commented on PR #1681:
URL:
https://github.com/apache/incubator-uniffle/pull/1681#issuecomment-2099979949
The structure of the directory in HDFS is
`hdfs://xxx/application_xxxxxx/${shuffleId}/${partitionId}`.
And the `basicPath` in the following code is
`hdfs://xxx/application_xxxxxx/`.
So if spark driver can't send heartbeat to one of the shuffle servers, all
the data of this application will be deleted. @zuston @rickyma
https://github.com/apache/incubator-uniffle/blob/917456c5eb0d7b70f7faa5da489aaa29d54cde40/server/src/main/java/org/apache/uniffle/server/storage/HadoopStorageManager.java#L107-L113
--
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]