onyourhead opened a new pull request, #2534: URL: https://github.com/apache/celeborn/pull/2534
### What changes were proposed in this pull request? Roll back the code snippet in handleRequestPartitionLocation to the original, prevent changePartition request for the same partition from being allocated multiple times. ### Why are the changes needed? The previous PR ignored the problem that when handleRequestPartitionLocation is false, the subsequent changePartition will also be processed. And when newEntry is true, the subsequent log semantics does not match the current situation. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Manual test. -- 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]
