Jackie-Jiang commented on issue #11658: URL: https://github.com/apache/pinot/issues/11658#issuecomment-1734278713
If you are considering replacing concurrent hash map with an off-heap KV store, you won't be able to reuse the implementation in `ConcurrentMapPartitionUpsertMetadataManager` because it directly stores the segment reference. I'm in for extracting more sharable methods, so if you find anything useful, you may pull that up into the `BasePartitionUpsertMetadataManager` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
