[jira] [Resolved] (HBASE-6354) Wait till hard fail in case of erratic zookeeper session expiry

2020-09-04 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-6354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-6354. -- Resolution: Later Seems a trick to stablize tests. Should be stale now. > Wait till hard fail in case

[jira] [Resolved] (HBASE-6300) Master should not ignore event RS_ZK_REGION_OPENED when regionState is null or unexpected.

2020-09-04 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-6300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-6300. -- Resolution: Not A Problem The problem is stale, the related code has already been removed I believe.

[jira] [Resolved] (HBASE-6315) ipc.HBaseClient should support address change as does hdfs

2020-09-04 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-6315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-6315. -- Resolution: Not A Problem HBase now uses a different rpc implementation comparing to hadoop. >

[GitHub] [hbase] cuibo01 commented on a change in pull request #2343: HBASE-24962 Optimize BufferNode Lock

2020-09-04 Thread GitBox
cuibo01 commented on a change in pull request #2343: URL: https://github.com/apache/hbase/pull/2343#discussion_r483893690 ## File path: hbase-procedure/src/main/java/org/apache/hadoop/hbase/procedure2/RemoteProcedureDispatcher.java ## @@ -298,6 +299,8 @@ default boolean

[jira] [Resolved] (HBASE-6348) Region assignments should be only allowed edit META hosted on the same cluster.

2020-09-04 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-6348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-6348. -- Resolution: Not A Problem We have purged the root table for a long time. Although recently we want to

[GitHub] [hbase] Apache-HBase commented on pull request #2280: HBASE-18095 branch-1 backport (WIP)

2020-09-04 Thread GitBox
Apache-HBase commented on pull request #2280: URL: https://github.com/apache/hbase/pull/2280#issuecomment-687549998 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[GitHub] [hbase] Apache-HBase commented on pull request #2342: HBASE-24960 reduce invalid subprocedure task

2020-09-04 Thread GitBox
Apache-HBase commented on pull request #2342: URL: https://github.com/apache/hbase/pull/2342#issuecomment-686947823 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[GitHub] [hbase] cuibo01 commented on a change in pull request #2343: HBASE-24962 Optimize BufferNode Lock

2020-09-04 Thread GitBox
cuibo01 commented on a change in pull request #2343: URL: https://github.com/apache/hbase/pull/2343#discussion_r483418959 ## File path: hbase-procedure/src/main/java/org/apache/hadoop/hbase/procedure2/RemoteProcedureDispatcher.java ## @@ -357,8 +369,9 @@ public void

[jira] [Commented] (HBASE-24940) runCatalogJanitor() API should return -1 to indicate already running status

2020-09-04 Thread Mohammad Arshad (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17190590#comment-17190590 ] Mohammad Arshad commented on HBASE-24940: - Thanks [~vjasani] for reviewing and committing the

[jira] [Commented] (HBASE-24759) Refuse to update configuration of default group

2020-09-04 Thread Sun Xin (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17190576#comment-17190576 ] Sun Xin commented on HBASE-24759: - Thanks [~zghao] for reviewing, I've opened a PR for branch-2. >

[GitHub] [hbase] cuibo01 commented on pull request #2328: HBASE-24925 SCP reduce unnecessary get requests

2020-09-04 Thread GitBox
cuibo01 commented on pull request #2328: URL: https://github.com/apache/hbase/pull/2328#issuecomment-686938460 > But it will slow down the restart of HMaster? We can restart HMaster at any time, not only when a full cluster restart? because loadTable is asynchronous, i don't think

[GitHub] [hbase] cuibo01 commented on a change in pull request #2343: HBASE-24962 Optimize BufferNode Lock

2020-09-04 Thread GitBox
cuibo01 commented on a change in pull request #2343: URL: https://github.com/apache/hbase/pull/2343#discussion_r483417256 ## File path: hbase-procedure/src/main/java/org/apache/hadoop/hbase/procedure2/RemoteProcedureDispatcher.java ## @@ -314,17 +317,26 @@ public void run() {

[GitHub] [hbase] Apache-HBase commented on pull request #2342: HBASE-24960 reduce invalid subprocedure task

2020-09-04 Thread GitBox
Apache-HBase commented on pull request #2342: URL: https://github.com/apache/hbase/pull/2342#issuecomment-686949694 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

[GitHub] [hbase] cuibo01 commented on a change in pull request #2343: HBASE-24962 Optimize BufferNode Lock

2020-09-04 Thread GitBox
cuibo01 commented on a change in pull request #2343: URL: https://github.com/apache/hbase/pull/2343#discussion_r483420844 ## File path: hbase-procedure/src/main/java/org/apache/hadoop/hbase/procedure2/RemoteProcedureDispatcher.java ## @@ -370,39 +383,47 @@ public TRemote

[GitHub] [hbase] cuibo01 commented on a change in pull request #2343: HBASE-24962 Optimize BufferNode Lock

2020-09-04 Thread GitBox
cuibo01 commented on a change in pull request #2343: URL: https://github.com/apache/hbase/pull/2343#discussion_r483420844 ## File path: hbase-procedure/src/main/java/org/apache/hadoop/hbase/procedure2/RemoteProcedureDispatcher.java ## @@ -370,39 +383,47 @@ public TRemote

[GitHub] [hbase] Apache-HBase commented on pull request #2347: HBASE-24979 : Client operation timeout test for batch requests

2020-09-04 Thread GitBox
Apache-HBase commented on pull request #2347: URL: https://github.com/apache/hbase/pull/2347#issuecomment-686976297 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 2m

[GitHub] [hbase] Apache-HBase commented on pull request #2351: HBASE-24937 table.rb use LocalDateTime to replace Instant

2020-09-04 Thread GitBox
Apache-HBase commented on pull request #2351: URL: https://github.com/apache/hbase/pull/2351#issuecomment-686936117 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[GitHub] [hbase] Apache-HBase commented on pull request #2351: HBASE-24937 table.rb use LocalDateTime to replace Instant

2020-09-04 Thread GitBox
Apache-HBase commented on pull request #2351: URL: https://github.com/apache/hbase/pull/2351#issuecomment-686943115 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

[GitHub] [hbase] cuibo01 commented on a change in pull request #2343: HBASE-24962 Optimize BufferNode Lock

2020-09-04 Thread GitBox
cuibo01 commented on a change in pull request #2343: URL: https://github.com/apache/hbase/pull/2343#discussion_r483414511 ## File path: hbase-procedure/src/main/java/org/apache/hadoop/hbase/procedure2/RemoteProcedureDispatcher.java ## @@ -298,6 +299,8 @@ default boolean

[GitHub] [hbase] cuibo01 commented on a change in pull request #2343: HBASE-24962 Optimize BufferNode Lock

2020-09-04 Thread GitBox
cuibo01 commented on a change in pull request #2343: URL: https://github.com/apache/hbase/pull/2343#discussion_r483418381 ## File path: hbase-procedure/src/main/java/org/apache/hadoop/hbase/procedure2/RemoteProcedureDispatcher.java ## @@ -314,17 +317,26 @@ public void run() {

[GitHub] [hbase] Apache-HBase commented on pull request #2343: HBASE-24962 Optimize BufferNode Lock

2020-09-04 Thread GitBox
Apache-HBase commented on pull request #2343: URL: https://github.com/apache/hbase/pull/2343#issuecomment-686957344 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[GitHub] [hbase] virajjasani commented on a change in pull request #2347: HBASE-24979 : Client operation timeout test for batch requests

2020-09-04 Thread GitBox
virajjasani commented on a change in pull request #2347: URL: https://github.com/apache/hbase/pull/2347#discussion_r483424443 ## File path: hbase-server/src/test/java/org/apache/hadoop/hbase/TestClientOperationTimeout.java ## @@ -117,37 +124,78 @@ public static void

[GitHub] [hbase] Apache-HBase commented on pull request #2345: HBASE-24974: Provide a flexibility to print only row key and filter for multiple tables in the WALPrettyPrinter

2020-09-04 Thread GitBox
Apache-HBase commented on pull request #2345: URL: https://github.com/apache/hbase/pull/2345#issuecomment-686980939 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[GitHub] [hbase] Apache-HBase commented on pull request #2111: HBASE-24683 Add a basic ReplicationServer which only implement Replic…

2020-09-04 Thread GitBox
Apache-HBase commented on pull request #2111: URL: https://github.com/apache/hbase/pull/2111#issuecomment-687002479 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 6m

[GitHub] [hbase] Apache-HBase commented on pull request #2343: HBASE-24962 Optimize BufferNode Lock

2020-09-04 Thread GitBox
Apache-HBase commented on pull request #2343: URL: https://github.com/apache/hbase/pull/2343#issuecomment-686960154 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

[GitHub] [hbase] cuibo01 opened a new pull request #2351: HBASE-24937 table.rb use LocalDateTime to replace Instant

2020-09-04 Thread GitBox
cuibo01 opened a new pull request #2351: URL: https://github.com/apache/hbase/pull/2351 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [hbase] cuibo01 closed pull request #2324: HBASE-24937 table.rb use LocalDateTime to replace Instant

2020-09-04 Thread GitBox
cuibo01 closed pull request #2324: URL: https://github.com/apache/hbase/pull/2324 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [hbase] cuibo01 closed pull request #2346: HBASE-24925 SCP reduce unnecessary get requests

2020-09-04 Thread GitBox
cuibo01 closed pull request #2346: URL: https://github.com/apache/hbase/pull/2346 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [hbase] Apache-HBase commented on pull request #2351: HBASE-24937 table.rb use LocalDateTime to replace Instant

2020-09-04 Thread GitBox
Apache-HBase commented on pull request #2351: URL: https://github.com/apache/hbase/pull/2351#issuecomment-686944039 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

[GitHub] [hbase] Apache-HBase commented on pull request #2342: HBASE-24960 reduce invalid subprocedure task

2020-09-04 Thread GitBox
Apache-HBase commented on pull request #2342: URL: https://github.com/apache/hbase/pull/2342#issuecomment-686951521 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

[GitHub] [hbase] WenFeiYi commented on pull request #2321: HBASE-24958 CompactingMemStore.timeOfOldestEdit error update

2020-09-04 Thread GitBox
WenFeiYi commented on pull request #2321: URL: https://github.com/apache/hbase/pull/2321#issuecomment-686952614 Is there a problem with the unit test? I can pass it locally This is an automated message from the Apache Git

[GitHub] [hbase] cuibo01 commented on pull request #2324: HBASE-24937 table.rb use LocalDateTime to replace Instant

2020-09-04 Thread GitBox
cuibo01 commented on pull request #2324: URL: https://github.com/apache/hbase/pull/2324#issuecomment-686952557 thx Pankaj and Duo,https://github.com/apache/hbase/pull/2351 ,pls check This is an automated message from the

[GitHub] [hbase] Apache-HBase commented on pull request #2111: HBASE-24683 Add a basic ReplicationServer which only implement Replic…

2020-09-04 Thread GitBox
Apache-HBase commented on pull request #2111: URL: https://github.com/apache/hbase/pull/2111#issuecomment-686968255 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 2m

[GitHub] [hbase] cuibo01 edited a comment on pull request #2328: HBASE-24925 SCP reduce unnecessary get requests

2020-09-04 Thread GitBox
cuibo01 edited a comment on pull request #2328: URL: https://github.com/apache/hbase/pull/2328#issuecomment-686938460 > But it will slow down the restart of HMaster? We can restart HMaster at any time, not only when a full cluster restart? because loadTable is asynchronous,when AM

[jira] [Assigned] (HBASE-24981) Enable table replication fails from 1.x to 2.x if table already exist at peer.

2020-09-04 Thread Sanjeet Nishad (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sanjeet Nishad reassigned HBASE-24981: -- Assignee: Sanjeet Nishad > Enable table replication fails from 1.x to 2.x if table

[jira] [Created] (HBASE-24981) Enable table replication fails from 1.x to 2.x if table already exist at peer.

2020-09-04 Thread Sanjeet Nishad (Jira)
Sanjeet Nishad created HBASE-24981: -- Summary: Enable table replication fails from 1.x to 2.x if table already exist at peer. Key: HBASE-24981 URL: https://issues.apache.org/jira/browse/HBASE-24981

[GitHub] [hbase] virajjasani commented on a change in pull request #2347: HBASE-24979 : Client operation timeout test for batch requests

2020-09-04 Thread GitBox
virajjasani commented on a change in pull request #2347: URL: https://github.com/apache/hbase/pull/2347#discussion_r483424524 ## File path: hbase-server/src/test/java/org/apache/hadoop/hbase/TestClientOperationTimeout.java ## @@ -117,37 +124,78 @@ public static void

[GitHub] [hbase] virajjasani commented on a change in pull request #2347: HBASE-24979 : Client operation timeout test for batch requests

2020-09-04 Thread GitBox
virajjasani commented on a change in pull request #2347: URL: https://github.com/apache/hbase/pull/2347#discussion_r483424443 ## File path: hbase-server/src/test/java/org/apache/hadoop/hbase/TestClientOperationTimeout.java ## @@ -117,37 +124,78 @@ public static void

[jira] [Commented] (HBASE-24958) CompactingMemStore.timeOfOldestEdit error update

2020-09-04 Thread wenfeiyi666 (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17190586#comment-17190586 ] wenfeiyi666 commented on HBASE-24958: - Is there a problem with the unit test? I can pass it locally

[GitHub] [hbase] WenFeiYi removed a comment on pull request #2321: HBASE-24958 CompactingMemStore.timeOfOldestEdit error update

2020-09-04 Thread GitBox
WenFeiYi removed a comment on pull request #2321: URL: https://github.com/apache/hbase/pull/2321#issuecomment-686952614 Is there a problem with the unit test? I can pass it locally This is an automated message from the

[GitHub] [hbase] Apache-HBase commented on pull request #2328: HBASE-24925 SCP reduce unnecessary get requests

2020-09-04 Thread GitBox
Apache-HBase commented on pull request #2328: URL: https://github.com/apache/hbase/pull/2328#issuecomment-686958048 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

[GitHub] [hbase] Apache-HBase commented on pull request #2343: HBASE-24962 Optimize BufferNode Lock

2020-09-04 Thread GitBox
Apache-HBase commented on pull request #2343: URL: https://github.com/apache/hbase/pull/2343#issuecomment-686958716 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[GitHub] [hbase] Apache-HBase commented on pull request #2111: HBASE-24683 Add a basic ReplicationServer which only implement Replic…

2020-09-04 Thread GitBox
Apache-HBase commented on pull request #2111: URL: https://github.com/apache/hbase/pull/2111#issuecomment-686966652 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

[GitHub] [hbase] Apache-HBase commented on pull request #2345: HBASE-24974: Provide a flexibility to print only row key and filter for multiple tables in the WALPrettyPrinter

2020-09-04 Thread GitBox
Apache-HBase commented on pull request #2345: URL: https://github.com/apache/hbase/pull/2345#issuecomment-686985974 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[GitHub] [hbase] Apache-HBase commented on pull request #2345: HBASE-24974: Provide a flexibility to print only row key and filter for multiple tables in the WALPrettyPrinter

2020-09-04 Thread GitBox
Apache-HBase commented on pull request #2345: URL: https://github.com/apache/hbase/pull/2345#issuecomment-687009936 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[GitHub] [hbase] Apache-HBase commented on pull request #2328: HBASE-24925 SCP reduce unnecessary get requests

2020-09-04 Thread GitBox
Apache-HBase commented on pull request #2328: URL: https://github.com/apache/hbase/pull/2328#issuecomment-687026048 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[GitHub] [hbase] Apache-HBase commented on pull request #2347: HBASE-24979 : Client operation timeout test for batch requests

2020-09-04 Thread GitBox
Apache-HBase commented on pull request #2347: URL: https://github.com/apache/hbase/pull/2347#issuecomment-687048039 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[GitHub] [hbase] infraio merged pull request #2111: HBASE-24683 Add a basic ReplicationServer which only implement Replic…

2020-09-04 Thread GitBox
infraio merged pull request #2111: URL: https://github.com/apache/hbase/pull/2111 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[jira] [Resolved] (HBASE-24683) Add a basic ReplicationServer which only implement ReplicationSink Service

2020-09-04 Thread Sun Xin (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sun Xin resolved HBASE-24683. - Resolution: Resolved > Add a basic ReplicationServer which only implement ReplicationSink Service >

[jira] [Created] (HBASE-24982) Disassemble the method replicateWALEntry from AdminService to a new interface ReplicationSinkService

2020-09-04 Thread Sun Xin (Jira)
Sun Xin created HBASE-24982: --- Summary: Disassemble the method replicateWALEntry from AdminService to a new interface ReplicationSinkService Key: HBASE-24982 URL: https://issues.apache.org/jira/browse/HBASE-24982

[GitHub] [hbase] Apache-HBase commented on pull request #2111: HBASE-24683 Add a basic ReplicationServer which only implement Replic…

2020-09-04 Thread GitBox
Apache-HBase commented on pull request #2111: URL: https://github.com/apache/hbase/pull/2111#issuecomment-687085669 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

[GitHub] [hbase] Apache-HBase commented on pull request #2111: HBASE-24683 Add a basic ReplicationServer which only implement Replic…

2020-09-04 Thread GitBox
Apache-HBase commented on pull request #2111: URL: https://github.com/apache/hbase/pull/2111#issuecomment-687070410 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[GitHub] [hbase] infraio merged pull request #2350: HBASE-24759 Refuse to update configuration of default group

2020-09-04 Thread GitBox
infraio merged pull request #2350: URL: https://github.com/apache/hbase/pull/2350 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [hbase] Apache-HBase commented on pull request #2347: HBASE-24979 : Client operation timeout test for batch requests

2020-09-04 Thread GitBox
Apache-HBase commented on pull request #2347: URL: https://github.com/apache/hbase/pull/2347#issuecomment-687075490 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

[jira] [Commented] (HBASE-24921) Add help output for shell "magic" commands

2020-09-04 Thread Abhey Rana (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17190660#comment-17190660 ] Abhey Rana commented on HBASE-24921: [~ndimiduk] I was exploring the code-base for the making

[GitHub] [hbase] Apache-HBase commented on pull request #2328: HBASE-24925 SCP reduce unnecessary get requests

2020-09-04 Thread GitBox
Apache-HBase commented on pull request #2328: URL: https://github.com/apache/hbase/pull/2328#issuecomment-687028986 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[jira] [Assigned] (HBASE-24921) Add help output for shell "magic" commands

2020-09-04 Thread Abhey Rana (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abhey Rana reassigned HBASE-24921: -- Assignee: Abhey Rana > Add help output for shell "magic" commands >

[jira] [Commented] (HBASE-24937) table.rb use LocalDateTime to replace Instant

2020-09-04 Thread Pankaj Kumar (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17190772#comment-17190772 ] Pankaj Kumar commented on HBASE-24937: -- Pushed to master branch, cherry-pick to branch-2 failed.

[GitHub] [hbase] Apache-HBase commented on pull request #2255: HBASE-24877 Add option to avoid aborting RS process upon uncaught exc…

2020-09-04 Thread GitBox
Apache-HBase commented on pull request #2255: URL: https://github.com/apache/hbase/pull/2255#issuecomment-687245528 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

[GitHub] [hbase] arshadmohammad opened a new pull request #2074: HBASE-24719: Renaming invalid rsgroup throws NPE instead of proper er…

2020-09-04 Thread GitBox
arshadmohammad opened a new pull request #2074: URL: https://github.com/apache/hbase/pull/2074 …ror message This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [hbase] pankaj72981 closed pull request #2074: HBASE-24719: Renaming invalid rsgroup throws NPE instead of proper er…

2020-09-04 Thread GitBox
pankaj72981 closed pull request #2074: URL: https://github.com/apache/hbase/pull/2074 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[jira] [Commented] (HBASE-24940) runCatalogJanitor() API should return -1 to indicate already running status

2020-09-04 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17190779#comment-17190779 ] Hudson commented on HBASE-24940: Results for branch branch-2 [build #32 on

[GitHub] [hbase] Apache-HBase commented on pull request #2255: HBASE-24877 Add option to avoid aborting RS process upon uncaught exc…

2020-09-04 Thread GitBox
Apache-HBase commented on pull request #2255: URL: https://github.com/apache/hbase/pull/2255#issuecomment-687240214 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[GitHub] [hbase] pankaj72981 merged pull request #2351: HBASE-24937 table.rb use LocalDateTime to replace Instant

2020-09-04 Thread GitBox
pankaj72981 merged pull request #2351: URL: https://github.com/apache/hbase/pull/2351 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[jira] [Updated] (HBASE-24937) table.rb use LocalDateTime to replace Instant

2020-09-04 Thread Pankaj Kumar (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pankaj Kumar updated HBASE-24937: - Fix Version/s: 3.0.0-alpha-1 > table.rb use LocalDateTime to replace Instant >

[GitHub] [hbase] Apache-HBase commented on pull request #2345: HBASE-24974: Provide a flexibility to print only row key and filter for multiple tables in the WALPrettyPrinter

2020-09-04 Thread GitBox
Apache-HBase commented on pull request #2345: URL: https://github.com/apache/hbase/pull/2345#issuecomment-687107645 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[GitHub] [hbase] Apache-HBase commented on pull request #2345: HBASE-24974: Provide a flexibility to print only row key and filter for multiple tables in the WALPrettyPrinter

2020-09-04 Thread GitBox
Apache-HBase commented on pull request #2345: URL: https://github.com/apache/hbase/pull/2345#issuecomment-687103139 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[jira] [Commented] (HBASE-19352) Port HADOOP-10379: Protect authentication cookies with the HttpOnly and Secure flags

2020-09-04 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-19352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17190706#comment-17190706 ] Hudson commented on HBASE-19352: Results for branch master [build #35 on

[jira] [Commented] (HBASE-24759) Refuse to update configuration of default group

2020-09-04 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17190707#comment-17190707 ] Hudson commented on HBASE-24759: Results for branch master [build #35 on

[jira] [Commented] (HBASE-24980) Fix dead links in HBase book

2020-09-04 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17190708#comment-17190708 ] Hudson commented on HBASE-24980: Results for branch master [build #35 on

[GitHub] [hbase] Apache-HBase commented on pull request #2255: HBASE-24877 Add option to avoid aborting RS process upon uncaught exc…

2020-09-04 Thread GitBox
Apache-HBase commented on pull request #2255: URL: https://github.com/apache/hbase/pull/2255#issuecomment-687163437 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

[jira] [Commented] (HBASE-19352) Port HADOOP-10379: Protect authentication cookies with the HttpOnly and Secure flags

2020-09-04 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-19352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17190750#comment-17190750 ] Hudson commented on HBASE-19352: Results for branch branch-2.3 [build #29 on

[GitHub] [hbase] Apache-HBase commented on pull request #2261: HBASE-24528 : BalancerDecision queue implementation in HMaster with Admin API

2020-09-04 Thread GitBox
Apache-HBase commented on pull request #2261: URL: https://github.com/apache/hbase/pull/2261#issuecomment-687268031 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

[jira] [Resolved] (HBASE-24719) Renaming invalid rsgroup throws NPE instead of proper error message

2020-09-04 Thread Pankaj Kumar (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pankaj Kumar resolved HBASE-24719. -- Resolution: Fixed Pushed to branch-2 and branch-2.3.  [~zghao] This issue is applicable for

[jira] [Updated] (HBASE-24937) table.rb use LocalDateTime to replace Instant

2020-09-04 Thread Pankaj Kumar (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pankaj Kumar updated HBASE-24937: - Fix Version/s: 2.3.2 2.4.0 Resolution: Fixed Status:

[jira] [Comment Edited] (HBASE-24937) table.rb use LocalDateTime to replace Instant

2020-09-04 Thread Pankaj Kumar (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17190772#comment-17190772 ] Pankaj Kumar edited comment on HBASE-24937 at 9/4/20, 6:18 PM: --- Pushed to

[GitHub] [hbase] wchevreuil commented on pull request #2255: HBASE-24877 Add option to avoid aborting RS process upon uncaught exc…

2020-09-04 Thread GitBox
wchevreuil commented on pull request #2255: URL: https://github.com/apache/hbase/pull/2255#issuecomment-687251804 Latest UT failure seems unrelated, have it passing locally. This is an automated message from the Apache Git

[jira] [Commented] (HBASE-24719) Renaming invalid rsgroup throws NPE instead of proper error message

2020-09-04 Thread Pankaj Kumar (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17190854#comment-17190854 ] Pankaj Kumar commented on HBASE-24719: -- {quote}This is not applicable to master branch. {quote}

[GitHub] [hbase] pankaj72981 merged pull request #2074: HBASE-24719: Renaming invalid rsgroup throws NPE instead of proper er…

2020-09-04 Thread GitBox
pankaj72981 merged pull request #2074: URL: https://github.com/apache/hbase/pull/2074 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [hbase] bharathv commented on a change in pull request #2345: HBASE-24974: Provide a flexibility to print only row key and filter for multiple tables in the WALPrettyPrinter

2020-09-04 Thread GitBox
bharathv commented on a change in pull request #2345: URL: https://github.com/apache/hbase/pull/2345#discussion_r483774645 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/wal/WALPrettyPrinter.java ## @@ -274,7 +287,8 @@ public void processFile(final

[jira] [Updated] (HBASE-24719) Renaming invalid rsgroup throws NPE instead of proper error message

2020-09-04 Thread Pankaj Kumar (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pankaj Kumar updated HBASE-24719: - Fix Version/s: 2.3.2 2.4.0 > Renaming invalid rsgroup throws NPE instead of

[GitHub] [hbase] Apache-HBase commented on pull request #2261: HBASE-24528 : BalancerDecision queue implementation in HMaster with Admin API

2020-09-04 Thread GitBox
Apache-HBase commented on pull request #2261: URL: https://github.com/apache/hbase/pull/2261#issuecomment-687320712 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[GitHub] [hbase] virajjasani commented on a change in pull request #2343: HBASE-24962 Optimize BufferNode Lock

2020-09-04 Thread GitBox
virajjasani commented on a change in pull request #2343: URL: https://github.com/apache/hbase/pull/2343#discussion_r483794886 ## File path: hbase-procedure/src/main/java/org/apache/hadoop/hbase/procedure2/RemoteProcedureDispatcher.java ## @@ -298,6 +299,8 @@ default boolean

[jira] [Commented] (HBASE-24921) Add help output for shell "magic" commands

2020-09-04 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17190840#comment-17190840 ] Nick Dimiduk commented on HBASE-24921: -- I don't have an answer for you, [~UselessCoder]. I think

[GitHub] [hbase] shahrs87 commented on a change in pull request #2322: [HBASE-24956] ConnectionManager#locateRegionInMeta waits for user region lock indefinitely.

2020-09-04 Thread GitBox
shahrs87 commented on a change in pull request #2322: URL: https://github.com/apache/hbase/pull/2322#discussion_r483859942 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/ConnectionImplementation.java ## @@ -968,6 +968,19 @@ private RegionLocations

[jira] [Commented] (HBASE-24689) Generate CHANGES.md and RELEASENOTES.md for 2.2.6

2020-09-04 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17190935#comment-17190935 ] Hudson commented on HBASE-24689: Results for branch branch-2.2 [build #55 on

[jira] [Commented] (HBASE-24656) [Flakey Tests] branch-2 TestMasterNoCluster.testStopDuringStart

2020-09-04 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17190934#comment-17190934 ] Hudson commented on HBASE-24656: Results for branch branch-2.2 [build #55 on

[jira] [Commented] (HBASE-19352) Port HADOOP-10379: Protect authentication cookies with the HttpOnly and Secure flags

2020-09-04 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-19352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17190933#comment-17190933 ] Hudson commented on HBASE-19352: Results for branch branch-2.2 [build #55 on

[GitHub] [hbase] sandeepvinayak commented on a change in pull request #2345: HBASE-24974: Provide a flexibility to print only row key and filter for multiple tables in the WALPrettyPrinter

2020-09-04 Thread GitBox
sandeepvinayak commented on a change in pull request #2345: URL: https://github.com/apache/hbase/pull/2345#discussion_r483837925 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/wal/WALPrettyPrinter.java ## @@ -274,7 +287,8 @@ public void processFile(final

[GitHub] [hbase] Apache-HBase commented on pull request #2280: HBASE-18095 branch-1 backport (WIP)

2020-09-04 Thread GitBox
Apache-HBase commented on pull request #2280: URL: https://github.com/apache/hbase/pull/2280#issuecomment-687477632 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 6m

[jira] [Commented] (HBASE-24937) table.rb use LocalDateTime to replace Instant

2020-09-04 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17190946#comment-17190946 ] Hudson commented on HBASE-24937: Results for branch master [build #36 on