The defaults in the CfDef from thrift and the ThriftCfDef in hector are the same. The problem is however that when the ThriftCfDef is instantiated using the constructor that takes the CfDef as input argument, it just copies the properties without checking the 'isSet' flags. Hence all properties that were not explicitly set on the CfDef are reset to null, 0 or false.

To fix it, the Cassandra client service should not instantiate the ThriftCfDef using this constructor. I'll update the patch for it.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Amdatu-developers mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-developers

Reply via email to