[
https://issues.apache.org/jira/browse/KUDU-3035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17008545#comment-17008545
]
Adar Dembo commented on KUDU-3035:
----------------------------------
Thanks for finding this.
Looks like it's been around since the very beginning, in all session modes
except AUTO_FLUSH_SYNC. The fix is straight-forward, though I'm wracking my
brain trying to figure out how to test it without injecting artificial HT
timestamps into the client.
[~xqrzd] would you like to submit a fix?
> createRequestPB() in Batch.java doesn't set the last propagated timestamp on
> the builder
> ----------------------------------------------------------------------------------------
>
> Key: KUDU-3035
> URL: https://issues.apache.org/jira/browse/KUDU-3035
> Project: Kudu
> Issue Type: Bug
> Components: java
> Affects Versions: 1.11.1
> Reporter: Andy
> Priority: Major
>
> Operation sets last propagated timestamp,
> [https://github.com/apache/kudu/blob/branch-1.11.x/java/kudu-client/src/main/java/org/apache/kudu/client/Operation.java#L182]
> but Batch does not,
> [https://github.com/apache/kudu/blob/branch-1.11.x/java/kudu-client/src/main/java/org/apache/kudu/client/Batch.java#L144]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)