Setters of class HTableDescriptor do not work properly
------------------------------------------------------

                 Key: HBASE-3688
                 URL: https://issues.apache.org/jira/browse/HBASE-3688
             Project: HBase
          Issue Type: Bug
          Components: client
    Affects Versions: 0.90.1
         Environment: Any
            Reporter: Adrián Romero


Setters "setName()" and "setDeferredLogFlush()" do not work properly because 
for example after calling setName() the internal property nameAsString is not 
modified and then if you call getNameAsString() you get the previous value and 
not the new one. Something similar happens to the setter "setDeferredLogFlush()"

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to