Sushant Mane
Sushant Mane
## Adopt standard logging format for topic-partition/replica ID to simplify log extraction Currently, extracting logs for a specific replica is challenging due to varying log formats chosen by developers. For...
## [EXPERIMENTS] Quota rejection and it's impact on server latencies Resolves #XXX ## How was this PR tested? ## Does this PR introduce any user-facing changes? - [ ] No....
## [server][router] Replace synchronized with CAS in TokenBucket::update to reduce contention _Just want to run the idea by everyone for feedback. Although based on the experiments this does not fix...
## Rewrite gRPC read Service to align with Netty-Based HTTP Server - Refactored the Netty handler to enable code reuse for gRPC handlers - Added missing APIs to the gRPC...
## Problem Statement ## Solution ### Code changes - [ ] Added new code behind **a config**. If so list the config names and their default values in the PR...
## [controller] Remove API for enabling AA across all stores in a cluster Active-active replication is now enabled by default for all newly created hybrid stores, so the `configureActiveActiveReplicationForCluster` API...
## [server][dvc] Improve ST logging and add test coverage for endPosition subscription Enhances server-side ST logging by including store version status and more descriptive replica-role details. Refactors store name and...
# Switch back to PubSubPosition based reads with offset as fallback ### Code changes - [ ] Added new code behind **a config**. If so list the config names and...