James Taylor created PHOENIX-2376: ------------------------------------- Summary: Set Tephra TTL based on HBase TTL Key: PHOENIX-2376 URL: https://issues.apache.org/jira/browse/PHOENIX-2376 Project: Phoenix Issue Type: Sub-task Reporter: James Taylor Assignee: James Taylor
Ensure that transactional Phoenix tables are setup correctly when they define a TTL (since Tephra has it's own TTL property). - For a new Phoenix table that is being created, if a TTL property is specified, we should set the TxConstants.PROPERTY_TTL instead of the regular HBase TTL. - For an existing Phoenix table that is being altered to become transactional, we should leave any existing TTL in place but also add the TxConstants.PROPERTY_TTL with an equivalent value. -- This message was sent by Atlassian JIRA (v6.3.4#6332)