[jira] [Commented] (KUDU-1411) Implement HT timestamp propagation in the Java client

2017-11-16 Thread Hao Hao (JIRA)

[ 
https://issues.apache.org/jira/browse/KUDU-1411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16255831#comment-16255831
 ] 

Hao Hao commented on KUDU-1411:
---

Fixed in commit 9748fd2c8.

> Implement HT timestamp propagation in the Java client
> -
>
> Key: KUDU-1411
> URL: https://issues.apache.org/jira/browse/KUDU-1411
> Project: Kudu
>  Issue Type: Improvement
>  Components: client
>Reporter: Dan Burkert
>Assignee: Hao Hao
>
> The Java client doesn't do any timestamp propagation.  The ScanToken 
> implementation should also be updated so that deserializing a ScanToken 
> results in a propagating the timestamp of the serializer into the 
> deserializer.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (KUDU-1411) Implement HT timestamp propagation in the Java client

2017-03-01 Thread David Alves (JIRA)

[ 
https://issues.apache.org/jira/browse/KUDU-1411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15891345#comment-15891345
 ] 

David Alves commented on KUDU-1411:
---

Most of this is solved. The java client always did timestamp propagation for 
writes. Alexey fixed it for scans on 16ce5e02466a18e591672a84bc9a4bd6db7d00ea 
and 2f1a2a06d4fe719ef9f35338bc7403915517718a. Dan had added timestamp 
propagation when the client builds the scan tokens, but apparently we're still 
missing it when the scan tokens get deserialized (i.e. setting the propagated 
timestamp in pbIntoScanner).

> Implement HT timestamp propagation in the Java client
> -
>
> Key: KUDU-1411
> URL: https://issues.apache.org/jira/browse/KUDU-1411
> Project: Kudu
>  Issue Type: Improvement
>Reporter: Dan Burkert
>
> The Java client doesn't do any timestamp propagation.  The ScanToken 
> implementation should also be updated so that deserializing a ScanToken 
> results in a propagating the timestamp of the serializer into the 
> deserializer.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (KUDU-1411) Implement HT timestamp propagation in the Java client

2017-03-01 Thread Todd Lipcon (JIRA)

[ 
https://issues.apache.org/jira/browse/KUDU-1411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15891335#comment-15891335
 ] 

Todd Lipcon commented on KUDU-1411:
---

[~dralves] is this still the case?

> Implement HT timestamp propagation in the Java client
> -
>
> Key: KUDU-1411
> URL: https://issues.apache.org/jira/browse/KUDU-1411
> Project: Kudu
>  Issue Type: Improvement
>Reporter: Dan Burkert
>
> The Java client doesn't do any timestamp propagation.  The ScanToken 
> implementation should also be updated so that deserializing a ScanToken 
> results in a propagating the timestamp of the serializer into the 
> deserializer.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)