akpatnam25 opened a new pull request, #2669:
URL: https://github.com/apache/celeborn/pull/2669
<!--
Thanks for sending a pull request! Here are some tips for you:
- Make sure the PR title start w/ a JIRA ticket, e.g. '[CELEBORN-XXXX]
Your PR title ...'.
- Be sure to keep the PR description updated to reflect all changes.
- Please write your PR title to summarize what this PR proposes.
- If possible, provide a concise example to reproduce the issue for a
faster review.
-->
### What changes were proposed in this pull request?
Fixing a bug where the `networkLocation` is not persisted in Ratis, and the
master defaults to `DEFAULT_RACK` when it loads the snapshot. This was missed
in https://github.com/apache/celeborn/pull/2367 unfortunately, and it came up
during our stress testing internally.
### Why are the changes needed?
Needed for custom network aware replication, so that networkLocation state
is kept in snapshot file.
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Updated unit test to ensure serde is correct.
--
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]