EnricoMi opened a new pull request, #1528: URL: https://github.com/apache/incubator-uniffle/pull/1528
### What changes were proposed in this pull request? Make bit-lengths in block (block id layout) id configurable through dynamic client config from coordinator or client config. - Adds new options. The default is equivalent to current values in `Constants`. - Adds block id layout to two requests. ### Why are the changes needed? The bit-lengths of sequence number, partition id and task attempt id in block id are defined in `common/src/main/java/org/apache/uniffle/common/util/Constants.java`. Changing these requires recompiling and redeploying the project. Making this configurable in `coordinator.conf`, `server.conf` or client-side would very useful. Based on #1527. rebase after that is merged into master. Also see #1512. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Unit tests. -- 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]
