venice
venice copied to clipboard
Venice, Derived Data Platform for Planet-Scale Workloads.
## Summary - [Functional] Introduce logic to use fallback Grpc port for netty server address -> Grpc server mapping - [Refactor] Modularize request handling and remove boiler plate in `GrpcTransportClient`...
## Summary, imperative, start upper case, don't end with a period Resolves #XXX ## How was this PR tested? ## Does this PR introduce any user-facing changes? - [ ]...
The Store::getVersion API used to return an Optional, now it instead returns a @Nullable Version. Also added a getVersionOrThrow API which can throw StoreVersionNotFoundException, a new exception type. Lots of...
## 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...
## Summary - Consolidate boiler plate code in ACL handlers for access validations - Fix code path that throws exception in GRPC and close the calls with the appropriate error...
## Summary, imperative, start upper case, don't end with a period Implemented a new API endpoint designed to facilitate the bootstrapping of nodes by identifying and listing live nodes prepared...
## Do not delete true backup version during Repush During repush Venice deletes the actual backup version instead of current version. For example some store has versions: v9, v10. When...
In the ingestion path, we often tune level0 compaction to optimize read/write/space optimization. When AA/WC is enabled, the leader replica will read the same database while ingesting, which is different...
[changelog][BootstrappingVeniceChangelogConsumer] Utilize temp cache and skip syncOffset during CATCHING_UP phase to improve bootstrapping performance ## Summary, imperative, start upper case, don't end with a period - Skip syncOffset during CATCHING_UP...
## Summary, imperative, start upper case, don't end with a period Add dangling topic checking functionality, `TopicCleanupService` will compare topics listed from kafka and topics from other type of pub...