deemoliu commented on issue #11736: URL: https://github.com/apache/pinot/issues/11736#issuecomment-1749362143
There are many race conditions if you take a synchronized approach to cleanup primary keys. Instead of introducing a new TTL, you can add a boolean field to apply metadataTTL (upsertTTL) to cleanup only deleted keys. -- 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]
