lokiore commented on PR #1752: URL: https://github.com/apache/phoenix/pull/1752#issuecomment-1896366340
> @lokiore - what happens if I don't want to upgrade HBase TTLs to Phoenix TTLs at upgrade time, but I want to do it later? @gjacoby126 No I added this only at upgrade time but after upgrade phoenix.table.ttl.enabled if set true will expect that TTL defined in SYSCAT is the TTL to follow, won't that break functionality if we don't do this at upgrade time!? I was expecting to know at upgrade time if we want older tables to follow new TTL mechanism or not. We can try to do this whenever we set phoenix.table.ttl.enabled to true and check if this is done or not. But we would have to store the state. -- 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]
