[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-07-16 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16886361#comment-16886361 ] Andrew Purtell commented on HBASE-22623: {quote}They're mostly unrelated changes

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-07-16 Thread Geoffrey Jacoby (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16886378#comment-16886378 ] Geoffrey Jacoby commented on HBASE-22623: - What I meant is that for ease of eval

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-07-16 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16886408#comment-16886408 ] Andrew Purtell commented on HBASE-22623: {quote}The signatures for the Append/In

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-07-16 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16886410#comment-16886410 ] Andrew Purtell commented on HBASE-22623: {quote}instrumentation for the two code

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-04 Thread Geoffrey Jacoby (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16899716#comment-16899716 ] Geoffrey Jacoby commented on HBASE-22623: - The current patch up for evaluation a

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-05 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16899856#comment-16899856 ] Anoop Sam John commented on HBASE-22623: As part of CP clean up for 2.0 I believ

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-05 Thread Geoffrey Jacoby (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16900145#comment-16900145 ] Geoffrey Jacoby commented on HBASE-22623: - So, I see that the immutability of th

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-05 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16900506#comment-16900506 ] Andrew Purtell commented on HBASE-22623: bq. WALEdit preWALAppend(WALKey, WALEdi

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-06 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16900800#comment-16900800 ] Anoop Sam John commented on HBASE-22623: The CP cleanup was a larger activity.

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-06 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16901262#comment-16901262 ] Andrew Purtell commented on HBASE-22623: The explicit intent of the new hook is

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-06 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16901298#comment-16901298 ] Anoop Sam John commented on HBASE-22623: Ping [~Apache9]. He did most of the CP

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-06 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16901311#comment-16901311 ] Andrew Purtell commented on HBASE-22623: Thanks Anoop. > Add RegionObserver co

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-06 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16901612#comment-16901612 ] Duo Zhang commented on HBASE-22623: --- The problem here is the WALEdit, it has set metho

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-06 Thread Geoffrey Jacoby (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16901624#comment-16901624 ] Geoffrey Jacoby commented on HBASE-22623: - [~Apache9] - could you please go into

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-06 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16901627#comment-16901627 ] Andrew Purtell commented on HBASE-22623: I also would like to understand what wi

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-06 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16901629#comment-16901629 ] Duo Zhang commented on HBASE-22623: --- For example, we will write some marker edits to W

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-06 Thread Geoffrey Jacoby (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16901668#comment-16901668 ] Geoffrey Jacoby commented on HBASE-22623: - [~Apache9] - that seems like an argum

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-06 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16901676#comment-16901676 ] Duo Zhang commented on HBASE-22623: --- At least Thread.sleep and System.exit will not me

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-06 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16901677#comment-16901677 ] Anoop Sam John commented on HBASE-22623: In this discussion one comment on patch

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-06 Thread Geoffrey Jacoby (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16901694#comment-16901694 ] Geoffrey Jacoby commented on HBASE-22623: - [~Apache9] - any coprocessor hook can

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-06 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16901754#comment-16901754 ] Duo Zhang commented on HBASE-22623: --- Anyway I'm -1 on adding a new method which is jus

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-06 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16901757#comment-16901757 ] Duo Zhang commented on HBASE-22623: --- {quote} Because MiniBatchOperationInProgress and

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-07 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16901793#comment-16901793 ] Anoop Sam John commented on HBASE-22623: preAppend/Increment CP APIs takes Appen

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-07 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16901797#comment-16901797 ] Duo Zhang commented on HBASE-22623: --- In the preIncrement and preAppend, you can return

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-07 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16901820#comment-16901820 ] Anoop Sam John commented on HBASE-22623: That will be too much of a work for suc

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-07 Thread Geoffrey Jacoby (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16902136#comment-16902136 ] Geoffrey Jacoby commented on HBASE-22623: - So, as things stand now, [~apurtell]

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-07 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16902234#comment-16902234 ] Andrew Purtell commented on HBASE-22623: I have to agree. I can call System.exit

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-07 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16902239#comment-16902239 ] Andrew Purtell commented on HBASE-22623: For the record I am not -1 to the previ

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-07 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16902242#comment-16902242 ] Andrew Purtell commented on HBASE-22623: Also for clarification I think we can i

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-07 Thread Geoffrey Jacoby (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16902517#comment-16902517 ] Geoffrey Jacoby commented on HBASE-22623: - [~apurtell] I have modified the patch

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-07 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16902590#comment-16902590 ] Duo Zhang commented on HBASE-22623: --- Two problems: 1. Why not just use the old preWAL

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-07 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16902598#comment-16902598 ] Andrew Purtell commented on HBASE-22623: It is about the WALkey for earlier desc

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-07 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16902602#comment-16902602 ] Andrew Purtell commented on HBASE-22623: Oh sorry. Please pardon the brevity. No

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-07 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16902603#comment-16902603 ] Duo Zhang commented on HBASE-22623: --- Can anyone answer my first question? I've asked s

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-07 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16902605#comment-16902605 ] Andrew Purtell commented on HBASE-22623: The thread context is not the RPC threa

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-07 Thread Geoffrey Jacoby (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16902608#comment-16902608 ] Geoffrey Jacoby commented on HBASE-22623: - 1. There does not appear to be a preW

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-07 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16902611#comment-16902611 ] Andrew Purtell commented on HBASE-22623: I think pre WAL write is in WALObserver

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-07 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16902612#comment-16902612 ] Duo Zhang commented on HBASE-22623: --- {quote} Oh sorry. Please pardon the brevity. Not

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-07 Thread Geoffrey Jacoby (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16902615#comment-16902615 ] Geoffrey Jacoby commented on HBASE-22623: - [~Apache9] - the new method is in Reg

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-07 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16902616#comment-16902616 ] Andrew Purtell commented on HBASE-22623: This patch does place the method in Reg

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-07 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16902619#comment-16902619 ] Andrew Purtell commented on HBASE-22623: I think we’re just having a bit of a mi

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-07 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16902621#comment-16902621 ] Duo Zhang commented on HBASE-22623: --- Oh, I misread the patch. I thought it is in WALOb

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-07 Thread Geoffrey Jacoby (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16902673#comment-16902673 ] Geoffrey Jacoby commented on HBASE-22623: - [~Apache9] - I apologize for being ru

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-07 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16902674#comment-16902674 ] Duo Zhang commented on HBASE-22623: --- I mean the newly added coprocessor method. Let me

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-08 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16903227#comment-16903227 ] Andrew Purtell commented on HBASE-22623: I don't think the new method should be

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-08 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16903233#comment-16903233 ] Andrew Purtell commented on HBASE-22623: I am merging the current PR and [~gjaco

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-08 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16903241#comment-16903241 ] Andrew Purtell commented on HBASE-22623: Just to be clear because I used the wor

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-08 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16903253#comment-16903253 ] Andrew Purtell commented on HBASE-22623: I sent an email with the subject "Copro

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-08 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16903256#comment-16903256 ] Andrew Purtell commented on HBASE-22623: Waiting 24 hours for time zone turn aro

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-09 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16904015#comment-16904015 ] Andrew Purtell commented on HBASE-22623: Ok, good for commit then. Will commit s

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-09 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16904017#comment-16904017 ] Andrew Purtell commented on HBASE-22623: [~gjacoby] Did you say you have a branc

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-09 Thread Geoffrey Jacoby (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16904022#comment-16904022 ] Geoffrey Jacoby commented on HBASE-22623: - [~apurtell] branch-1 backport coming

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-09 Thread Geoffrey Jacoby (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16904052#comment-16904052 ] Geoffrey Jacoby commented on HBASE-22623: - Branch-1 backport PR is up at 470.

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-09 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16904119#comment-16904119 ] stack commented on HBASE-22623: --- bq. "...but what I'm trying to understand is why. " Beca

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-09 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16904149#comment-16904149 ] Andrew Purtell commented on HBASE-22623: Thanks Geoffrey. I will have time to co

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-09 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16904150#comment-16904150 ] Andrew Purtell commented on HBASE-22623: Thanks Stack, agree, follow up issues a

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-09 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16904345#comment-16904345 ] Hudson commented on HBASE-22623: Results for branch master [build #1324 on buil

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-10 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16904359#comment-16904359 ] Hudson commented on HBASE-22623: Results for branch branch-1 [build #1000 on bu

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-08-10 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16904366#comment-16904366 ] Hudson commented on HBASE-22623: Results for branch branch-2 [build #2158 on bu

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-07-08 Thread Geoffrey Jacoby (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16880747#comment-16880747 ] Geoffrey Jacoby commented on HBASE-22623: - As an alternative to adding yet-anoth

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-07-15 Thread Geoffrey Jacoby (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16885696#comment-16885696 ] Geoffrey Jacoby commented on HBASE-22623: - Upon looking more closely, it doesn't

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-07-16 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16886322#comment-16886322 ] Andrew Purtell commented on HBASE-22623: {quote} MiniBatchOperationInProgress ob

[jira] [Commented] (HBASE-22623) Add RegionObserver coprocessor hook for preWALAppend

2019-07-16 Thread Geoffrey Jacoby (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16886347#comment-16886347 ] Geoffrey Jacoby commented on HBASE-22623: - I think Append and Increment use a di