Mudit Saxena
Mudit Saxena
### Expected behavior Redis `SMEMBERS` returns an array of values for the given set. While in Jedis `smembers` method returns a `SET` of values going by interface signature. So, as...
Implementation Class - `src/main/java/dev/morling/onebrc/CalculateAverage_muditsaxena.java` JDK Identifier - `21.ea.35-open` ``` [1brc] (mudit/initial_attempt)$ java --version openjdk 21 2023-09-19 OpenJDK Runtime Environment (build 21+35-2513) OpenJDK 64-Bit Server VM (build 21+35-2513, mixed mode, sharing)...
## Summary Added metrics for completed partitions ## Testing Done ```./gradlew clean build```
## Summary [MINOR] Added config flag to fetch disruption ## Testing Done ```./gradlew clean build```
## Summary This PR experiment with estimated completion time for bootstrap of X% of total partitions assigned to the host. This will validate the idea that prioritized partitions can be...
## Summary Upgrade Ambry to Java 11 ## Testing Done