[jira] [Commented] (HBASE-7774) RegionObserver.prePut() cannot rely on the Put's timestamps, can even cause data loss

2013-02-05 Thread Jean-Daniel Cryans (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13571688#comment-13571688 ] Jean-Daniel Cryans commented on HBASE-7774: --- One fix that comes to mind is when

[jira] [Commented] (HBASE-7774) RegionObserver.prePut() cannot rely on the Put's timestamps, can even cause data loss

2013-02-05 Thread Jean-Daniel Cryans (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13571780#comment-13571780 ] Jean-Daniel Cryans commented on HBASE-7774: --- Shell example for those more visual

[jira] [Commented] (HBASE-7774) RegionObserver.prePut() cannot rely on the Put's timestamps, can even cause data loss

2013-02-05 Thread Jean-Daniel Cryans (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13571886#comment-13571886 ] Jean-Daniel Cryans commented on HBASE-7774: --- Another interesting tidbit, while

[jira] [Commented] (HBASE-7774) RegionObserver.prePut() cannot rely on the Put's timestamps, can even cause data loss

2013-02-05 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13572046#comment-13572046 ] Anoop Sam John commented on HBASE-7774: --- bq.so calling kv.getTimestamp() during the

[jira] [Commented] (HBASE-7774) RegionObserver.prePut() cannot rely on the Put's timestamps, can even cause data loss

2013-02-05 Thread ramkrishna.s.vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13572141#comment-13572141 ] ramkrishna.s.vasudevan commented on HBASE-7774: --- bq.I think this is fixed in

[jira] [Commented] (HBASE-7774) RegionObserver.prePut() cannot rely on the Put's timestamps, can even cause data loss

2013-02-05 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13572166#comment-13572166 ] Anoop Sam John commented on HBASE-7774: --- That was fixed as part of HBASE-6265. Later

[jira] [Commented] (HBASE-7774) RegionObserver.prePut() cannot rely on the Put's timestamps, can even cause data loss

2013-02-05 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13572178#comment-13572178 ] Anoop Sam John commented on HBASE-7774: --- bq.Now, I think this has bigger