[
https://issues.apache.org/jira/browse/HBASE-12082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14151514#comment-14151514
]
Hudson commented on HBASE-12082:
--------------------------------
FAILURE: Integrated in HBase-1.0 #241 (See
[https://builds.apache.org/job/HBase-1.0/241/])
HBASE-12082 Find a way to set timestamp on Cells on the server. (anoopsamjohn:
rev 97a458010dff897049ccb9e5884c17172e34f080)
* hbase-common/src/main/java/org/apache/hadoop/hbase/SettableTimestamp.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
* hbase-common/src/main/java/org/apache/hadoop/hbase/KeyValue.java
*
hbase-server/src/main/java/org/apache/hadoop/hbase/security/visibility/VisibilityController.java
*
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/MultiRowMutationProcessor.java
* hbase-common/src/main/java/org/apache/hadoop/hbase/CellUtil.java
> Find a way to set timestamp on Cells on the server
> --------------------------------------------------
>
> Key: HBASE-12082
> URL: https://issues.apache.org/jira/browse/HBASE-12082
> Project: HBase
> Issue Type: Sub-task
> Components: regionserver
> Affects Versions: 0.99.0
> Reporter: Anoop Sam John
> Assignee: Anoop Sam John
> Fix For: 2.0.0, 0.99.1
>
> Attachments: HBASE-12082.patch
>
>
> On write path, we have to replace the ts on cells when the coming in ts is
> HConstants.LATEST_TIMESTAMP. Also on delete version cells we have to adjust
> the ts. All these places, now we do Cell to KV convert.
> We can provide a similar way as we have given for setting seqId
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)