virajjasani opened a new pull request, #2241: URL: https://github.com/apache/phoenix/pull/2241
Jira: PHOENIX-7661 We have been using new TTL framework for masking and expiration using major compaction. We still have old framework in the code base which should not be used by anyone with 5.3.0. The old framework also makes it difficult to analyze how some configs are being used and whether they belong to old or new framework. The purpose of this Jira is to perform massive clean up: - remove attribute _MASK_TTL_EXPIRED and it’s usages - remove attribute _DELETE_TTL_EXPIRED and it’s usages - remove attribute _PhoenixTTLScanTableName and it’s usages - remove phoenix.ttl.server_side.masking.enabled and it’s usages - remove PhoenixTTLRegionObserver - remove PhoenixTTLDeleteJobMapper - remove PhoenixTTLTool - remove adding PhoenixTTLRegionObserver coproc in CQSI - remove all tests associated with above attributes, coproc and mapreduce job and remove any other usage of old TTL framework in source code and tests -- 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: issues-unsubscr...@phoenix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org