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

robi updated HBASE-5154:
------------------------

    Description: 
1. Call put to insert some value in column 'fm:a' like:
Put.add('fm', 'a', 1000, 'abc'), here timestamp = 1000.
2. Delete the column 'fm:a'
3. Try to do #1 again.(it doesn't work, but can insert put which use timestamp 
> 1000)

  was:
1. Call put to insert some value in column 'fm:a' like:
Put.add('fm', 'a', 1000, 'abc'), here timestamp = 1000.
2. Delete the column 'fm:a'
3. Try to do #1 again.(it doesn't work, but can insert 
timestamp=currentTimeMillis)

    
> Can't put small timestamp after delete the column
> -------------------------------------------------
>
>                 Key: HBASE-5154
>                 URL: https://issues.apache.org/jira/browse/HBASE-5154
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.90.3
>         Environment: OS: Linux 2.6.32-33-server #70-Ubuntu SMP
> JRE: Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
> Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode)
> Hadoop: Version: 0.20-append-r1056497, r1056491
> Hbase run on 4 HRegion + 1 HMaster cluster.
>            Reporter: robi
>
> 1. Call put to insert some value in column 'fm:a' like:
> Put.add('fm', 'a', 1000, 'abc'), here timestamp = 1000.
> 2. Delete the column 'fm:a'
> 3. Try to do #1 again.(it doesn't work, but can insert put which use 
> timestamp > 1000)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to