Walter Tietze created HBASE-6753:
------------------------------------

             Summary: Potential bug in Put object toString()
                 Key: HBASE-6753
                 URL: https://issues.apache.org/jira/browse/HBASE-6753
             Project: HBase
          Issue Type: Bug
          Components: coprocessors
         Environment: Cloudera CDH 4.0.1 with hbase 0.92.1-cdh4.0.1 
            Reporter: Walter Tietze
            Priority: Minor


I'm a newbie to HBase.

I implemented a coprocessor which is pretty nice with Cloudera version 4.0.1.


Testing my copressor evolved a problem, because everytime I inserted logging 
into my prePut-method, the Put object was not stored anymore into HBase.

I analyzed the code and could reduce the problem to the fact, that calling the 
toString-method on the Put object alone, is the reason for this behaviour.

There seems to be a problem with the serialization of the object.

Serialization seems to modifiy the object with the result, that it is not 
inserted in HBase anymore.



--
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

Reply via email to