[GitHub] [hbase] Apache-HBase commented on pull request #1888: HBASE-24535: Tweak the master registry docs for branch-2

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

[GitHub] [hbase] Apache-HBase commented on pull request #1888: HBASE-24535: Tweak the master registry docs for branch-2

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

[GitHub] [hbase] Apache-HBase commented on pull request #1888: HBASE-24535: Tweak the master registry docs for branch-2

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

[jira] [Updated] (HBASE-24535) Tweak the master registry docs for branch-2

2020-06-10 Thread Bharath Vissapragada (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bharath Vissapragada updated HBASE-24535: - Status: Patch Available (was: Open) > Tweak the master registry docs for

[GitHub] [hbase] bharathv commented on a change in pull request #1880: HBASE-24144 Update docs from master

2020-06-10 Thread GitBox
bharathv commented on a change in pull request #1880: URL: https://github.com/apache/hbase/pull/1880#discussion_r438540619 ## File path: src/main/asciidoc/_chapters/architecture.adoc ## @@ -260,6 +260,73 @@ For region name, we only accept `byte[]` as the parameter type and it

[GitHub] [hbase] bharathv opened a new pull request #1888: HBASE-24535: Tweak the master registry docs for branch-2

2020-06-10 Thread GitBox
bharathv opened a new pull request #1888: URL: https://github.com/apache/hbase/pull/1888 Updated to include changes in HBASE-24265 and some rewording to make it version agnostic. This is an automated message from the

[GitHub] [hbase] Apache9 commented on pull request #1774: HBASE-24389 Introduce new master rpc methods to locate meta region through root region

2020-06-10 Thread GitBox
Apache9 commented on pull request #1774: URL: https://github.com/apache/hbase/pull/1774#issuecomment-642399063 > Caller has to take returned location, extract end row... do proper handling if end region... when they seems more natural to just call 'next' if it an iterator/scanner-like

[GitHub] [hbase] saintstack commented on pull request #1774: HBASE-24389 Introduce new master rpc methods to locate meta region through root region

2020-06-10 Thread GitBox
saintstack commented on pull request #1774: URL: https://github.com/apache/hbase/pull/1774#issuecomment-642393168 `On locating, if you want to locate to the next region, just use the end row of the current region to locate?` Caller has to take returned location, extract end

[jira] [Commented] (HBASE-8458) Support for batch version of checkAndMutate()

2020-06-10 Thread Toshihiro Suzuki (Jira)
[ https://issues.apache.org/jira/browse/HBASE-8458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17132894#comment-17132894 ] Toshihiro Suzuki commented on HBASE-8458: - [~elserj] Thank you very much! {quote} I see this is

[jira] [Updated] (HBASE-24395) ServerName#getHostname() is case sensitive

2020-06-10 Thread Bo Cui (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bo Cui updated HBASE-24395: --- Attachment: HBase-24395.patch > ServerName#getHostname() is case sensitive >

[jira] [Updated] (HBASE-24395) ServerName#getHostname() is case sensitive

2020-06-10 Thread Bo Cui (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bo Cui updated HBASE-24395: --- Attachment: (was: HBase-24395.patch) > ServerName#getHostname() is case sensitive >

[GitHub] [hbase] zhaoyim commented on a change in pull request #746: HBASE-23195 FSDataInputStreamWrapper unbuffer can NOT invoke the clas…

2020-06-10 Thread GitBox
zhaoyim commented on a change in pull request #746: URL: https://github.com/apache/hbase/pull/746#discussion_r438521402 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/io/FSDataInputStreamWrapper.java ## @@ -270,39 +267,23 @@ public void unbuffer() {

[jira] [Updated] (HBASE-22263) Master creates duplicate ServerCrashProcedure on initialization, leading to assignment hanging in region-dense clusters

2020-06-10 Thread Bo Cui (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bo Cui updated HBASE-22263: --- Attachment: HBASE-22263-branch-1.v0.add.patch > Master creates duplicate ServerCrashProcedure on

[jira] [Commented] (HBASE-8458) Support for batch version of checkAndMutate()

2020-06-10 Thread Josh Elser (Jira)
[ https://issues.apache.org/jira/browse/HBASE-8458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17132855#comment-17132855 ] Josh Elser commented on HBASE-8458: --- I've pushed this to master. I see this is tagged for 2.4.0 – is

[GitHub] [hbase] asfgit closed pull request #1648: HBASE-8458 Support for batch version of checkAndMutate()

2020-06-10 Thread GitBox
asfgit closed pull request #1648: URL: https://github.com/apache/hbase/pull/1648 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] joshelser commented on a change in pull request #746: HBASE-23195 FSDataInputStreamWrapper unbuffer can NOT invoke the clas…

2020-06-10 Thread GitBox
joshelser commented on a change in pull request #746: URL: https://github.com/apache/hbase/pull/746#discussion_r438509024 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/io/FSDataInputStreamWrapper.java ## @@ -270,39 +267,23 @@ public void unbuffer() {

[jira] [Commented] (HBASE-24537) Lets get a clean test run for hbase-native-client

2020-06-10 Thread Josh Elser (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17132847#comment-17132847 ] Josh Elser commented on HBASE-24537: Thanks Bharath! Good stuff. > Lets get a clean test run for

[GitHub] [hbase] sguggilam commented on pull request #1885: HBASE-24446 Use EnvironmentEdgeManager to compute clock skew in Master

2020-06-10 Thread GitBox
sguggilam commented on pull request #1885: URL: https://github.com/apache/hbase/pull/1885#issuecomment-642339816 @apurtell @virajjasani Can you please review the change ? This is an automated message from the Apache Git

[GitHub] [hbase] sguggilam commented on pull request #1886: HBASE-24446 Use EnvironmentEdgeManager to compute clock skew in Master

2020-06-10 Thread GitBox
sguggilam commented on pull request #1886: URL: https://github.com/apache/hbase/pull/1886#issuecomment-642339267 @apurtell @virajjasani Can you please review the change ? This is an automated message from the Apache Git

[GitHub] [hbase] Apache-HBase commented on pull request #1886: HBASE-24446 Use EnvironmentEdgeManager to compute clock skew in Master

2020-06-10 Thread GitBox
Apache-HBase commented on pull request #1886: URL: https://github.com/apache/hbase/pull/1886#issuecomment-642336071 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 12m

[jira] [Commented] (HBASE-24537) Lets get a clean test run for hbase-native-client

2020-06-10 Thread Bharath Vissapragada (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17132792#comment-17132792 ] Bharath Vissapragada commented on HBASE-24537: -- I've created some seed jiras to get started

[jira] [Created] (HBASE-24540) Switch docker to use new build system

2020-06-10 Thread Bharath Vissapragada (Jira)
Bharath Vissapragada created HBASE-24540: Summary: Switch docker to use new build system Key: HBASE-24540 URL: https://issues.apache.org/jira/browse/HBASE-24540 Project: HBase Issue

[jira] [Commented] (HBASE-24529) hbase.rs.evictblocksonclose is not honored when removing compacted files and closing the storefiles

2020-06-10 Thread Toshihiro Suzuki (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17132787#comment-17132787 ] Toshihiro Suzuki commented on HBASE-24529: -- [~anoop.hbase] I left a comment for your review and

[GitHub] [hbase] Apache-HBase commented on pull request #251: HBASE-22114 Port HBASE-15560 (TinyLFU-based BlockCache) to branch-1

2020-06-10 Thread GitBox
Apache-HBase commented on pull request #251: URL: https://github.com/apache/hbase/pull/251#issuecomment-642322269 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 12m 16s

[jira] [Created] (HBASE-24539) Fix the classpath for the local mini-cluster

2020-06-10 Thread Bharath Vissapragada (Jira)
Bharath Vissapragada created HBASE-24539: Summary: Fix the classpath for the local mini-cluster Key: HBASE-24539 URL: https://issues.apache.org/jira/browse/HBASE-24539 Project: HBase

[GitHub] [hbase-operator-tools] huaxiangsun merged pull request #64: HBASE-23927 recommit the fix with updates for PR review feedback

2020-06-10 Thread GitBox
huaxiangsun merged pull request #64: URL: https://github.com/apache/hbase-operator-tools/pull/64 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[jira] [Created] (HBASE-24538) Deadlock in mini-cluster-test teardown on setup() failure

2020-06-10 Thread Bharath Vissapragada (Jira)
Bharath Vissapragada created HBASE-24538: Summary: Deadlock in mini-cluster-test teardown on setup() failure Key: HBASE-24538 URL: https://issues.apache.org/jira/browse/HBASE-24538 Project:

[jira] [Commented] (HBASE-24531) Change HBASE_TARGET_TAG to a human readable tag

2020-06-10 Thread Bharath Vissapragada (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17132783#comment-17132783 ] Bharath Vissapragada commented on HBASE-24531: -- I moved it under HBASE-24537. I think we

[jira] [Comment Edited] (HBASE-24531) Change HBASE_TARGET_TAG to a human readable tag

2020-06-10 Thread Bharath Vissapragada (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17132783#comment-17132783 ] Bharath Vissapragada edited comment on HBASE-24531 at 6/10/20, 11:34 PM:

[jira] [Updated] (HBASE-24531) Change HBASE_TARGET_TAG to a human readable tag

2020-06-10 Thread Bharath Vissapragada (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bharath Vissapragada updated HBASE-24531: - Parent: HBASE-24537 Issue Type: Sub-task (was: Task) > Change

[jira] [Updated] (HBASE-24531) Change HBASE_TARGET_TAG to a human readable tag

2020-06-10 Thread Bharath Vissapragada (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bharath Vissapragada updated HBASE-24531: - Parent: (was: HBASE-14850) Issue Type: Task (was: Sub-task) >

[jira] [Commented] (HBASE-24537) Lets get a clean test run for hbase-native-client

2020-06-10 Thread Bharath Vissapragada (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17132782#comment-17132782 ] Bharath Vissapragada commented on HBASE-24537: -- [~phrocker] [~elserj] FYI. I remember there

[jira] [Created] (HBASE-24537) Lets get a clean test run for hbase-native-client

2020-06-10 Thread Bharath Vissapragada (Jira)
Bharath Vissapragada created HBASE-24537: Summary: Lets get a clean test run for hbase-native-client Key: HBASE-24537 URL: https://issues.apache.org/jira/browse/HBASE-24537 Project: HBase

[jira] [Commented] (HBASE-24511) Ability to configure timeout between RPC retry to RS from master

2020-06-10 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17132778#comment-17132778 ] Hudson commented on HBASE-24511: Results for branch branch-2.2 [build #890 on

[jira] [Commented] (HBASE-24524) SyncTable logging improvements

2020-06-10 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17132779#comment-17132779 ] Hudson commented on HBASE-24524: Results for branch branch-2.2 [build #890 on

[GitHub] [hbase] Apache-HBase commented on pull request #1884: HBASE-24532 : Execute region plans with throttle should return succeeded plans

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

[jira] [Commented] (HBASE-24524) SyncTable logging improvements

2020-06-10 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17132765#comment-17132765 ] Hudson commented on HBASE-24524: Results for branch branch-2 [build #2701 on

[jira] [Commented] (HBASE-24511) Ability to configure timeout between RPC retry to RS from master

2020-06-10 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17132764#comment-17132764 ] Hudson commented on HBASE-24511: Results for branch branch-2 [build #2701 on

[GitHub] [hbase] Apache-HBase commented on pull request #1887: HBASE-24534 Delete reference off to Hadoop wiki's HBase FAQ

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

[GitHub] [hbase] Apache-HBase commented on pull request #1885: HBASE-24446 Use EnvironmentEdgeManager to compute clock skew in Master

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

[GitHub] [hbase] Apache-HBase commented on pull request #1884: HBASE-24532 : Execute region plans with throttle should return succeeded plans

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

[GitHub] [hbase] Apache-HBase commented on pull request #1880: HBASE-24144 Update docs from master

2020-06-10 Thread GitBox
Apache-HBase commented on pull request #1880: URL: https://github.com/apache/hbase/pull/1880#issuecomment-642298013 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 3m

[GitHub] [hbase] Apache-HBase commented on pull request #1887: HBASE-24534 Delete reference off to Hadoop wiki's HBase FAQ

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

[GitHub] [hbase] Apache-HBase commented on pull request #1887: HBASE-24534 Delete reference off to Hadoop wiki's HBase FAQ

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

[jira] [Assigned] (HBASE-24534) Delete reference off to Hadoop wiki's HBase FAQ

2020-06-10 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk reassigned HBASE-24534: Assignee: Nick Dimiduk > Delete reference off to Hadoop wiki's HBase FAQ >

[jira] [Work started] (HBASE-24534) Delete reference off to Hadoop wiki's HBase FAQ

2020-06-10 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-24534 started by Nick Dimiduk. > Delete reference off to Hadoop wiki's HBase FAQ >

[GitHub] [hbase] ndimiduk opened a new pull request #1887: HBASE-24534 Delete reference off to Hadoop wiki's HBase FAQ

2020-06-10 Thread GitBox
ndimiduk opened a new pull request #1887: URL: https://github.com/apache/hbase/pull/1887 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

[jira] [Commented] (HBASE-24535) Tweak the master registry docs for branch-2

2020-06-10 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17132748#comment-17132748 ] Nick Dimiduk commented on HBASE-24535: -- This is the direction I was taking.

[GitHub] [hbase] ndimiduk commented on a change in pull request #1880: HBASE-24144 Update docs from master

2020-06-10 Thread GitBox
ndimiduk commented on a change in pull request #1880: URL: https://github.com/apache/hbase/pull/1880#discussion_r438429724 ## File path: src/main/asciidoc/_chapters/architecture.adoc ## @@ -260,6 +260,73 @@ For region name, we only accept `byte[]` as the parameter type and it

[GitHub] [hbase] Apache-HBase commented on pull request #1880: HBASE-24144 Update docs from master

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

[GitHub] [hbase] Apache-HBase commented on pull request #1880: HBASE-24144 Update docs from master

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

[jira] [Created] (HBASE-24536) Doc section describing meta schema needs updated

2020-06-10 Thread Nick Dimiduk (Jira)
Nick Dimiduk created HBASE-24536: Summary: Doc section describing meta schema needs updated Key: HBASE-24536 URL: https://issues.apache.org/jira/browse/HBASE-24536 Project: HBase Issue Type:

[GitHub] [hbase] Apache-HBase commented on pull request #1832: HBASE-24493 WIP Increase hadoop logging

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

[GitHub] [hbase] Apache-HBase commented on pull request #1832: HBASE-24493 WIP Increase hadoop logging

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

[GitHub] [hbase] Apache-HBase commented on pull request #1832: HBASE-24493 WIP Increase hadoop logging

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

[GitHub] [hbase] Apache-HBase commented on pull request #1880: HBASE-24144 Update docs from master

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

[GitHub] [hbase] bharathv commented on a change in pull request #1880: HBASE-24144 Update docs from master

2020-06-10 Thread GitBox
bharathv commented on a change in pull request #1880: URL: https://github.com/apache/hbase/pull/1880#discussion_r438402629 ## File path: src/main/asciidoc/_chapters/architecture.adoc ## @@ -260,6 +260,73 @@ For region name, we only accept `byte[]` as the parameter type and it

[jira] [Created] (HBASE-24535) Tweak the master registry docs for branch-2

2020-06-10 Thread Bharath Vissapragada (Jira)
Bharath Vissapragada created HBASE-24535: Summary: Tweak the master registry docs for branch-2 Key: HBASE-24535 URL: https://issues.apache.org/jira/browse/HBASE-24535 Project: HBase

[GitHub] [hbase] sguggilam opened a new pull request #1886: HBASE-24446 Use EnvironmentEdgeManager to compute clock skew in Master

2020-06-10 Thread GitBox
sguggilam opened a new pull request #1886: URL: https://github.com/apache/hbase/pull/1886 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] Apache-HBase commented on pull request #1885: HBASE-24446 Use EnvironmentEdgeManager to compute clock skew in Master

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

[GitHub] [hbase] Apache-HBase commented on pull request #1880: HBASE-24144 Update docs from master

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

[GitHub] [hbase] Apache-HBase commented on pull request #1880: HBASE-24144 Update docs from master

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

[GitHub] [hbase] ndimiduk commented on a change in pull request #1880: HBASE-24144 Update docs from master

2020-06-10 Thread GitBox
ndimiduk commented on a change in pull request #1880: URL: https://github.com/apache/hbase/pull/1880#discussion_r438346674 ## File path: src/main/asciidoc/_chapters/cp.adoc ## @@ -139,7 +139,7 @@ Referential Integrity:: Secondary Indexes:: You can use a coprocessor to

[jira] [Commented] (HBASE-24527) Improve region housekeeping status observability

2020-06-10 Thread Sean Busbey (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17132673#comment-17132673 ] Sean Busbey commented on HBASE-24527: - subscribed; thanks for the heads-up > Improve region

[jira] [Comment Edited] (HBASE-24528) Improve balancer decision observability

2020-06-10 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17132660#comment-17132660 ] Andrew Kyle Purtell edited comment on HBASE-24528 at 6/10/20, 7:34 PM:

[jira] [Comment Edited] (HBASE-24528) Improve balancer decision observability

2020-06-10 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17132660#comment-17132660 ] Andrew Kyle Purtell edited comment on HBASE-24528 at 6/10/20, 7:33 PM:

[jira] [Resolved] (HBASE-19013) Wire up cmake build to maven build

2020-06-10 Thread Josh Elser (Jira)
[ https://issues.apache.org/jira/browse/HBASE-19013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser resolved HBASE-19013. Resolution: Invalid Nah, I don't think so :) > Wire up cmake build to maven build >

[jira] [Comment Edited] (HBASE-24528) Improve balancer decision observability

2020-06-10 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17132660#comment-17132660 ] Andrew Kyle Purtell edited comment on HBASE-24528 at 6/10/20, 7:29 PM:

[jira] [Commented] (HBASE-24528) Improve balancer decision observability

2020-06-10 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17132660#comment-17132660 ] Andrew Kyle Purtell commented on HBASE-24528: - {quote}how we solve using workflow in HMaster

[jira] [Comment Edited] (HBASE-24528) Improve balancer decision observability

2020-06-10 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17132660#comment-17132660 ] Andrew Kyle Purtell edited comment on HBASE-24528 at 6/10/20, 7:28 PM:

[GitHub] [hbase] sguggilam opened a new pull request #1885: HBASE-24446 Use EnvironmentEdgeManager to compute clock skew in Master

2020-06-10 Thread GitBox
sguggilam opened a new pull request #1885: URL: https://github.com/apache/hbase/pull/1885 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

[jira] [Commented] (HBASE-24527) Improve region housekeeping status observability

2020-06-10 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17132652#comment-17132652 ] Andrew Kyle Purtell commented on HBASE-24527: - [~busbey] , FYI companion to HBASE-24528 but

[jira] [Updated] (HBASE-24527) Improve region housekeeping status observability

2020-06-10 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell updated HBASE-24527: Component/s: Operability > Improve region housekeeping status observability >

[GitHub] [hbase] Apache-HBase commented on pull request #1884: HBASE-24532 : Execute region plans with throttle should return succeeded plans

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

[jira] [Commented] (HBASE-24520) Change the IA for MutableSizeHistogram and MutableTimeHistogram

2020-06-10 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17132648#comment-17132648 ] Andrew Kyle Purtell commented on HBASE-24520: - DISCUSS thread has not yet attracted any

[jira] [Created] (HBASE-24534) Delete reference off to Hadoop wiki's HBase FAQ

2020-06-10 Thread Nick Dimiduk (Jira)
Nick Dimiduk created HBASE-24534: Summary: Delete reference off to Hadoop wiki's HBase FAQ Key: HBASE-24534 URL: https://issues.apache.org/jira/browse/HBASE-24534 Project: HBase Issue Type:

[jira] [Created] (HBASE-24533) Migrate Seconding Indexing documentation from Hadoop wiki to our book

2020-06-10 Thread Nick Dimiduk (Jira)
Nick Dimiduk created HBASE-24533: Summary: Migrate Seconding Indexing documentation from Hadoop wiki to our book Key: HBASE-24533 URL: https://issues.apache.org/jira/browse/HBASE-24533 Project: HBase

[GitHub] [hbase] virajjasani opened a new pull request #1884: HBASE-24532 : Execute region plans with throttle should return succeeded plans

2020-06-10 Thread GitBox
virajjasani opened a new pull request #1884: URL: https://github.com/apache/hbase/pull/1884 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

[jira] [Work started] (HBASE-24532) MasterCoprocessor postBalance() never gets any region plan

2020-06-10 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-24532 started by Viraj Jasani. > MasterCoprocessor postBalance() never gets any region plan >

[jira] [Updated] (HBASE-24532) Execute region plans with throttle should return succeeded plans

2020-06-10 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Viraj Jasani updated HBASE-24532: - Summary: Execute region plans with throttle should return succeeded plans (was:

[jira] [Updated] (HBASE-24532) Execute region plans with throttle should return succeeded plans

2020-06-10 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Viraj Jasani updated HBASE-24532: - Status: Patch Available (was: In Progress) > Execute region plans with throttle should return

[GitHub] [hbase-native-client] bharathv commented on a change in pull request #3: HBASE-24400: Download folly, wangle, zookeeper, and protobuf

2020-06-10 Thread GitBox
bharathv commented on a change in pull request #3: URL: https://github.com/apache/hbase-native-client/pull/3#discussion_r438325313 ## File path: CMakeLists.txt ## @@ -25,15 +25,119 @@ set(PROJECT_VERSION_PATCH 0) set(BUILD_SHARED_LIBS ON) ## set our cmake module path

[GitHub] [hbase-native-client] bharathv commented on a change in pull request #3: HBASE-24400: Download folly, wangle, zookeeper, and protobuf

2020-06-10 Thread GitBox
bharathv commented on a change in pull request #3: URL: https://github.com/apache/hbase-native-client/pull/3#discussion_r438322909 ## File path: cmake/patches/wangle.v2020.05.18.00.cmake ## @@ -0,0 +1,9 @@ +49c49 Review comment: Sorry missed this in the last iteration,

[jira] [Created] (HBASE-24532) MasterCoprocessor postBalance() never gets any region plan

2020-06-10 Thread Viraj Jasani (Jira)
Viraj Jasani created HBASE-24532: Summary: MasterCoprocessor postBalance() never gets any region plan Key: HBASE-24532 URL: https://issues.apache.org/jira/browse/HBASE-24532 Project: HBase

[jira] [Updated] (HBASE-24532) MasterCoprocessor postBalance() never gets any region plan

2020-06-10 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Viraj Jasani updated HBASE-24532: - Fix Version/s: 2.3.0 3.0.0-alpha-1 > MasterCoprocessor postBalance() never

[jira] [Commented] (HBASE-24524) SyncTable logging improvements

2020-06-10 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17132548#comment-17132548 ] Hudson commented on HBASE-24524: Results for branch branch-2.3 [build #134 on

[jira] [Commented] (HBASE-24511) Ability to configure timeout between RPC retry to RS from master

2020-06-10 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17132546#comment-17132546 ] Hudson commented on HBASE-24511: Results for branch branch-2.3 [build #134 on

[GitHub] [hbase] Apache-HBase commented on pull request #1881: HBASE-24529 hbase.rs.evictblocksonclose is not honored when removing …

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

[GitHub] [hbase] virajjasani commented on a change in pull request #1879: HBASE-24525 [branch-1] Support ZooKeeper 3.6.0+

2020-06-10 Thread GitBox
virajjasani commented on a change in pull request #1879: URL: https://github.com/apache/hbase/pull/1879#discussion_r438262193 ## File path: hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.jamon ## @@ -294,7 +294,7 @@ AssignmentManager

[GitHub] [hbase] Apache-HBase commented on pull request #1881: HBASE-24529 hbase.rs.evictblocksonclose is not honored when removing …

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

[jira] [Commented] (HBASE-19013) Wire up cmake build to maven build

2020-06-10 Thread Bharath Vissapragada (Jira)
[ https://issues.apache.org/jira/browse/HBASE-19013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17130897#comment-17130897 ] Bharath Vissapragada commented on HBASE-19013: -- Is this still needed now that the native

[GitHub] [hbase] Apache-HBase commented on pull request #1883: HBASE-24530 Introduce a split policy similar with SteppingSplitPolicy…

2020-06-10 Thread GitBox
Apache-HBase commented on pull request #1883: URL: https://github.com/apache/hbase/pull/1883#issuecomment-642115789 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 3m

[jira] [Commented] (HBASE-24528) Improve balancer decision observability

2020-06-10 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17130895#comment-17130895 ] Andrew Kyle Purtell commented on HBASE-24528: - Regards filtering, a list of 100 or 1000

[jira] [Comment Edited] (HBASE-24528) Improve balancer decision observability

2020-06-10 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17130892#comment-17130892 ] Viraj Jasani edited comment on HBASE-24528 at 6/10/20, 4:16 PM: Yeah I

[jira] [Commented] (HBASE-24528) Improve balancer decision observability

2020-06-10 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17130892#comment-17130892 ] Viraj Jasani commented on HBASE-24528: -- Yeah I was thinking about it but the problem is that code

[GitHub] [hbase] busbey commented on a change in pull request #1862: HBASE-24466 Release scripts in docker mode should be able to use a named volume for maven repo

2020-06-10 Thread GitBox
busbey commented on a change in pull request #1862: URL: https://github.com/apache/hbase/pull/1862#discussion_r438247409 ## File path: dev-support/create-release/do-release-docker.sh ## @@ -173,6 +176,12 @@ if [ -n "$JAVA" ]; then JAVA_VOL=(--volume "$JAVA:/opt/hbase-java")

[GitHub] [hbase] Apache-HBase commented on pull request #1883: HBASE-24530 Introduce a split policy similar with SteppingSplitPolicy…

2020-06-10 Thread GitBox
Apache-HBase commented on pull request #1883: URL: https://github.com/apache/hbase/pull/1883#issuecomment-642111035 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 3m

[jira] [Commented] (HBASE-24528) Improve balancer decision observability

2020-06-10 Thread Sean Busbey (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17130860#comment-17130860 ] Sean Busbey commented on HBASE-24528: - how much of the "dump the slow response stuff somewhere" code

[jira] [Updated] (HBASE-24528) Improve balancer decision observability

2020-06-10 Thread Sean Busbey (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated HBASE-24528: Component/s: Operability > Improve balancer decision observability >

[GitHub] [hbase] Apache-HBase commented on pull request #1882: HBASE-24517 Addendum add more comments

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

  1   2   >