sajjad-moradi opened a new pull request #5821: URL: https://github.com/apache/incubator-pinot/pull/5821
Minion downloads segments locally and purges (or modifies) records of the segments. If segments are encrypted, Minion needs to decrypt them before applying any purge (or modification). Decryption has to be performed by the same crypter that is used for encryption. Crypter is specified in TableConfig. Please note that Minion doesn't need to encrypt the segment after purge/modification. When un-encrypted segments get uploaded to Controller through upload api, they get encrypted automatically (this happens if the crypter config is available in table config). ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org