[ 
https://issues.apache.org/jira/browse/HBASE-6753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Kyle Purtell closed HBASE-6753.
--------------------------------------

> 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 was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to