Mark Owens created ACCUMULO-4773: ------------------------------------ Summary: Add sanity check to table properties prior to creation of fate operation Key: ACCUMULO-4773 URL: https://issues.apache.org/jira/browse/ACCUMULO-4773 Project: Accumulo Issue Type: Improvement Components: fate Reporter: Mark Owens Priority: Minor Fix For: 2.0.0
On the server side, table properties could be sanity checked before the fate operation is created. Could be added prior to https://github.com/apache/accumulo/blob/rel/1.8.1/server/master/src/main/java/org/apache/accumulo/master/FateServiceHandler.java#L151 This would prevent situations where user assumes they have set table properties when in fact the table properties are mis-configured and ignored by the fate operation. -- This message was sent by Atlassian JIRA (v6.4.14#64029)