Peter Lee
Peter Lee
Refer to [KAFKA-17339](https://issues.apache.org/jira/browse/KAFKA-17339) for more information. Enable the `LocalLogManager` class to really support prepared batches, improving the test implementation to more closely mimic the behavior of a real log manager(KafkaRaftClient)....
Issue: https://github.com/facebook/rocksdb/issues/13643 Related: https://github.com/facebook/rocksdb/pull/4833
[Java_org_rocksdb_RocksDB_getPropertiesOfAllTables(JNIEnv* env, jclass, jlong jdb_handle, jlong jcf_handle)](https://github.com/facebook/rocksdb/blob/f2a8ee8ff26e424c490be44a41a0b47afabeecbe/java/rocksjni/rocksjni.cc#L3368-L3438) does convert `table_properties_collection` to `HashMapJni` type and return. https://github.com/facebook/rocksdb/blob/f2a8ee8ff26e424c490be44a41a0b47afabeecbe/java/rocksjni/rocksjni.cc#L3391-L3437 --- But `jobject Java_org_rocksdb_RocksDB_getPropertiesOfTablesInRange(JNIEnv* env, jclass, jlong jdb_handle, jlong jcf_handle, jlongArray jrange_slice_handles)` return its...
## What changes were proposed in this pull request? The design doc for S3 conditional write ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-13919 ## How was this...
## What changes were proposed in this pull request? - Introduced `RetryRequestBatcher`, a sliding-window planner that keeps failed writeChunk requests sorted by end offset, retains only the most recent putBlock...
## What changes were proposed in this pull request? Extends the `expectedDataGeneration` logic in Ozone Manager to support atomic "create-if-not-exists" semantics. * Enables passing `-1` as the `expectedDataGeneration`. * When...
- Implemented a new ConfirmationModal class to prompt users before overwriting existing files. - Styled the modal with appropriate CSS for better user experience. - Integrated the modal into the...