cshuo commented on PR #19765: URL: https://github.com/apache/hudi/pull/19765#issuecomment-5473456932
Is `RocksDBPartitionedIndexBackend` intended to be a complete backend owned by `BucketAssigner`, or only a low-level store? Currently, the `RecordLevelIndexBackend` owns bootstrap and cleanup itself. Will the RocksDB bootstrap and cleanup logic also live in `BucketAssigner`, or in a separate component such as `RLIBootstrapOperator`? If external, how will it share the backend’s privately owned RocksDB instance? Could you clarify the final ownership and responsibility boundary? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
