vcrfxia opened a new pull request, #13143:
URL: https://github.com/apache/kafka/pull/13143

   (This PR is stacked on https://github.com/apache/kafka/pull/13142. The first 
commit does not need to be reviewed separately.)
   
   Today's KeyValueSegments create a new RocksDB instance for each 
KeyValueSegment. This PR introduces an analogous LogicalKeyValueSegments 
implementation, with corresponding LogicalKeyValueSegment, which shares a 
single physical RocksDB instance across all "logical" segments. This will be 
used for the RocksDB versioned store implementation proposed in 
[KIP-889](https://cwiki.apache.org/confluence/display/KAFKA/KIP-889%3A+Versioned+State+Stores).
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to