[jira] [Reopened] (HBASE-4016) HRegion.incrementColumnValue() doesn't have a consistent behavior when the field that we are incrementing is less than 8 bytes long

2011-06-22 Thread Praveen Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Praveen Kumar reopened HBASE-4016: -- The cell that is being incremented, (row1,fam1,qual1) store an int (4 bytes) not a string. I

[jira] [Created] (HBASE-4016) HRegion.incrementColumnValue(

2011-06-21 Thread Praveen Kumar (JIRA)
HRegion.incrementColumnValue( - Key: HBASE-4016 URL: https://issues.apache.org/jira/browse/HBASE-4016 Project: HBase Issue Type: Bug Components: regionserver Affects Versions: 0.90.3

[jira] [Updated] (HBASE-4016) HRegion.incrementColumnValue(

2011-06-21 Thread Praveen Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Praveen Kumar updated HBASE-4016: - Description: We wanted to use an int (32-bit) atomic counter and we initialize it with a

[jira] [Updated] (HBASE-4016) HRegion.incrementColumnValue() doesn't have a consistent behavior when the field that we are incrementing is less than 8 bytes long

2011-06-21 Thread Praveen Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Praveen Kumar updated HBASE-4016: - Summary: HRegion.incrementColumnValue() doesn't have a consistent behavior when the field that