[
https://issues.apache.org/jira/browse/HBASE-16308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15411107#comment-15411107
]
stack commented on HBASE-16308:
-------------------------------
New patch fixes the increment nonce issue. The test is new. It came in with
the HBASE_9899 commit. Came at about same time that this patch was going in so
it did not show during qa builds. The test found a legit issue w/ my
refactoring of nonce around increment. We need the [~zghaobac] fixup done below
for append and increment done for all checkAnd* operations... its a nice one:
commit 975f0dd958debcdd842a95f8e9f7458689414fbf
Author: stack <[email protected]>
Date: Thu Aug 4 12:40:19 2016 -0700
HBASE-9899 for idempotent operation dups, return the result instead of
throwing conflict exception (Guanghao Zhang)
Lets see how the new patch does.
> Contain protobuf references
> ---------------------------
>
> Key: HBASE-16308
> URL: https://issues.apache.org/jira/browse/HBASE-16308
> Project: HBase
> Issue Type: Sub-task
> Components: Protobufs
> Reporter: stack
> Assignee: stack
> Fix For: 2.0.0
>
> Attachments: HBASE-16308.master.001.patch,
> HBASE-16308.master.002.patch, HBASE-16308.master.003.patch,
> HBASE-16308.master.004.patch, HBASE-16308.master.005.patch,
> HBASE-16308.master.006.patch, HBASE-16308.master.006.patch,
> HBASE-16308.master.007.patch
>
>
> Clean up our protobuf references so contained to just a few classes rather
> than being spread about the codebase. Doing this work will make it easier
> landing the parent issue and will make it more clear where the division
> between shaded protobuf and unshaded protobuf lies (we need to continue with
> unshaded protobuf for HDFS references by AsyncWAL and probably EndPoint
> Coprocessors)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)