Jackie-Jiang commented on issue #11736: URL: https://github.com/apache/pinot/issues/11736#issuecomment-1749367830
For both `upsertKeyTTL` and the new proposed `deletedKeyTTL`, when adding a new server, we still need to load all metadata again because the memory saving comes from skipping loading the invalid docs based on the valid doc ids snapshot. In order to use them in production, we need to solve this problem first, or no server can be replaced because very likely if we load all the keys (rebootstrap the metadata), the server will run out of memory. -- 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]
