[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-641773571 > We do have 'paging' in client API; Scans (I talked of paging/iterating/cursor/scan-like API, I thought?). I mean the locating related API, for example, RegionLocator.

[GitHub] [hbase] virajjasani merged pull request #1861: HBASE-24511 Ability to configure timeout between RPC retry to RS from…

2020-06-10 Thread GitBox
virajjasani merged pull request #1861: URL: https://github.com/apache/hbase/pull/1861 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 t

[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-641797099 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 29

[jira] [Commented] (HBASE-24289) Heterogeneous Storage for Date Tiered Compaction

2020-06-10 Thread Anoop Sam John (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17130352#comment-17130352 ] Anoop Sam John commented on HBASE-24289: [~pengmq1] So we will create child dir

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

2020-06-10 Thread GitBox
brfrn169 commented on pull request #1648: URL: https://github.com/apache/hbase/pull/1648#issuecomment-641810120 Ping @saintstack This is an automated message from the Apache Git Service. To respond to the message, please log

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

2020-06-10 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Viraj Jasani resolved HBASE-24511. -- Fix Version/s: 2.2.6 2.3.0 3.0.0-alpha-1 Hadoop Flag

[jira] [Commented] (HBASE-24289) Heterogeneous Storage for Date Tiered Compaction

2020-06-10 Thread Guanghao Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17130377#comment-17130377 ] Guanghao Zhang commented on HBASE-24289: {quote}Under the region/hstore there wo

[GitHub] [hbase] Apache9 commented on a change in pull request #1866: HBASE-24517 AssignmentManager.start should add meta region to ServerS…

2020-06-10 Thread GitBox
Apache9 commented on a change in pull request #1866: URL: https://github.com/apache/hbase/pull/1866#discussion_r437938286 ## File path: hbase-server/src/test/java/org/apache/hadoop/hbase/master/assignment/TestAssignmentManagerLoadMetaRegionState.java ## @@ -0,0 +1,76 @@ +/** +

[GitHub] [hbase] Apache9 commented on a change in pull request #1866: HBASE-24517 AssignmentManager.start should add meta region to ServerS…

2020-06-10 Thread GitBox
Apache9 commented on a change in pull request #1866: URL: https://github.com/apache/hbase/pull/1866#discussion_r437939970 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/assignment/AssignmentManager.java ## @@ -231,17 +231,15 @@ public void start() thro

[jira] [Updated] (HBASE-24184) Backport HBASE-23896 to branch-1: Snapshot owner cannot delete snapshot when ACL is enabled and Kerberos is not enabled

2020-06-10 Thread Guanghao Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guanghao Zhang updated HBASE-24184: --- Summary: Backport HBASE-23896 to branch-1: Snapshot owner cannot delete snapshot when ACL is

[jira] [Updated] (HBASE-24184) Backport HBASE-23896 to branch-1: Snapshot owner cannot delete snapshot when ACL is enabled and Kerberos is not enabled

2020-06-10 Thread Guanghao Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guanghao Zhang updated HBASE-24184: --- Summary: Backport HBASE-23896 to branch-1: Snapshot owner cannot delete snapshot when ACL is

[jira] [Updated] (HBASE-24184) Backport HBASE-23896 to branch-1 : Snapshot owner cannot delete snapshot when ACL is enabled and Kerberos is not enabled

2020-06-10 Thread Guanghao Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guanghao Zhang updated HBASE-24184: --- Summary: Backport HBASE-23896 to branch-1 : Snapshot owner cannot delete snapshot when ACL i

[GitHub] [hbase] infraio merged pull request #1510: Backport HBASE-23896 to branch-1: Snapshot owner cannot delete snapshot when ACL is enabled and Kerberos is not enabled

2020-06-10 Thread GitBox
infraio merged pull request #1510: URL: https://github.com/apache/hbase/pull/1510 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 th

[jira] [Resolved] (HBASE-24184) Backport HBASE-23896 to branch-1: Snapshot owner cannot delete snapshot when ACL is enabled and Kerberos is not enabled

2020-06-10 Thread Guanghao Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guanghao Zhang resolved HBASE-24184. Fix Version/s: 1.7.0 Resolution: Fixed Merged to branch-1. Thanks [~tangtianhang] f

[GitHub] [hbase] Apache-HBase commented on pull request #1257: HBASE 23887 Up to 3x increase BlockCache performance

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

[jira] [Created] (HBASE-24530) Introduce a split policy similar with SteppingSplitPolicy but count all store size

2020-06-10 Thread Zheng Wang (Jira)
Zheng Wang created HBASE-24530: -- Summary: Introduce a split policy similar with SteppingSplitPolicy but count all store size Key: HBASE-24530 URL: https://issues.apache.org/jira/browse/HBASE-24530 Projec

[jira] [Updated] (HBASE-24530) Introduce a split policy similar with SteppingSplitPolicy but count all store size

2020-06-10 Thread Zheng Wang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Wang updated HBASE-24530: --- Description: SteppingSplitPolicy decide whether split by max store size, if there are several colum

[jira] [Updated] (HBASE-24530) Introduce a split policy similar with SteppingSplitPolicy but count all store size

2020-06-10 Thread Zheng Wang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Wang updated HBASE-24530: --- Description: SteppingSplitPolicy decide whether split by max store size, if there are several colum

[jira] [Updated] (HBASE-24530) Introduce a split policy similar with SteppingSplitPolicy but count all store size

2020-06-10 Thread Zheng Wang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Wang updated HBASE-24530: --- Description: SteppingSplitPolicy decide whether split by max store size, if there are several colum

[GitHub] [hbase] wchevreuil commented on pull request #1878: HBASE-24524 SyncTable logging improvements

2020-06-10 Thread GitBox
wchevreuil commented on pull request #1878: URL: https://github.com/apache/hbase/pull/1878#issuecomment-641839426 > LGTM. Is it worth calling out in a release note that the logging level has changed to prevent surprises by operators? Makes sense to me, will do.

[GitHub] [hbase] wchevreuil merged pull request #1878: HBASE-24524 SyncTable logging improvements

2020-06-10 Thread GitBox
wchevreuil merged pull request #1878: URL: https://github.com/apache/hbase/pull/1878 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] [Commented] (HBASE-20999) Move hbase-REST to new hbase-connectors repository

2020-06-10 Thread Guanghao Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-20999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17130406#comment-17130406 ] Guanghao Zhang commented on HBASE-20999: [~stack] Sir, our plan is move hbase-re

[jira] [Comment Edited] (HBASE-20999) Move hbase-REST to new hbase-connectors repository

2020-06-10 Thread Guanghao Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-20999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17130406#comment-17130406 ] Guanghao Zhang edited comment on HBASE-20999 at 6/10/20, 8:37 AM:

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

2020-06-10 Thread Wellington Chevreuil (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wellington Chevreuil updated HBASE-24524: - Affects Version/s: 2.2.6 2.4.0 2.3.

[GitHub] [hbase] Apache9 opened a new pull request #1882: BASE-24517 Addendum add more comments

2020-06-10 Thread GitBox
Apache9 opened a new pull request #1882: URL: https://github.com/apache/hbase/pull/1882 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-24524) SyncTable logging improvements

2020-06-10 Thread Wellington Chevreuil (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wellington Chevreuil updated HBASE-24524: - Release Note: Notice this has changed log level for mismatching row keys, origin

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

2020-06-10 Thread Wellington Chevreuil (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wellington Chevreuil updated HBASE-24524: - Fix Version/s: 3.0.0-alpha-1 > SyncTable logging improvements >

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

2020-06-10 Thread Wellington Chevreuil (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wellington Chevreuil updated HBASE-24524: - Affects Version/s: (was: 2.2.6) 2.2.5 > SyncTable log

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

2020-06-10 Thread Wellington Chevreuil (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wellington Chevreuil updated HBASE-24524: - Fix Version/s: 2.2.6 2.4.0 2.3.0 > SyncTab

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

2020-06-10 Thread Wellington Chevreuil (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17130418#comment-17130418 ] Wellington Chevreuil commented on HBASE-24524: -- Merged into master, branch-

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

2020-06-10 Thread Wellington Chevreuil (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wellington Chevreuil resolved HBASE-24524. -- Resolution: Fixed > SyncTable logging improvements > -

[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-641850886 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 2m 49

[jira] [Commented] (HBASE-24289) Heterogeneous Storage for Date Tiered Compaction

2020-06-10 Thread Mengqing Peng (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17130422#comment-17130422 ] Mengqing Peng commented on HBASE-24289: --- Yes. Only region's tmp dir has sub dir, a

[GitHub] [hbase] Apache-HBase commented on pull request #1882: BASE-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-641873316 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 56

[GitHub] [hbase] Apache-HBase commented on pull request #1257: HBASE 23887 Up to 3x increase BlockCache performance

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

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

2020-06-10 Thread GitBox
Apache9 commented on pull request #1882: URL: https://github.com/apache/hbase/pull/1882#issuecomment-641911041 > LGTM, but you're missing an "H" in the commit message for the ticket number. Fixed. This is an automated

[GitHub] [hbase] anoopsjohn commented on a change in pull request #1881: HBASE-24529 hbase.rs.evictblocksonclose is not honored when removing …

2020-06-10 Thread GitBox
anoopsjohn commented on a change in pull request #1881: URL: https://github.com/apache/hbase/pull/1881#discussion_r438022749 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HStore.java ## @@ -622,7 +622,8 @@ void setDataBlockEncoderInTest(HFileDat

[jira] [Commented] (HBASE-24367) ScheduledChore log elapsed timespan in a human-friendly format

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

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

2020-06-10 Thread ramkrishna.s.vasudevan (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17130533#comment-17130533 ] ramkrishna.s.vasudevan commented on HBASE-24529: What is the reason behi

[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&focusedCommentId=17130539#comment-17130539 ] Viraj Jasani commented on HBASE-24528: -- {quote}The balancer should maintain a rolli

[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-641938519 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 36

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

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

[jira] [Assigned] (HBASE-23105) wangle/concurrent to folly/executors

2020-06-10 Thread Marc Parisi (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marc Parisi reassigned HBASE-23105: --- Assignee: Marc Parisi > wangle/concurrent to folly/executors >

[jira] [Commented] (HBASE-23105) wangle/concurrent to folly/executors

2020-06-10 Thread Marc Parisi (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17130577#comment-17130577 ] Marc Parisi commented on HBASE-23105: - I've done the work in [https://github.com/apa

[GitHub] [hbase] bsglz opened a new pull request #1883: HBASE-24530 Introduce a split policy similar with SteppingSplitPolicy…

2020-06-10 Thread GitBox
bsglz opened a new pull request #1883: URL: https://github.com/apache/hbase/pull/1883 … but count all store size This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [hbase] bsglz commented on a change in pull request #1737: HBASE-24382 Flush partial stores of region filtered by seqId when arc…

2020-06-10 Thread GitBox
bsglz commented on a change in pull request #1737: URL: https://github.com/apache/hbase/pull/1737#discussion_r438074445 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/LogRoller.java ## @@ -58,8 +60,8 @@ protected void scheduleFlush(String encoded

[GitHub] [hbase] virajjasani commented on pull request #1869: HBASE-24518 : waitForNamespaceOnline() should return false if any region is offline

2020-06-10 Thread GitBox
virajjasani commented on pull request #1869: URL: https://github.com/apache/hbase/pull/1869#issuecomment-641965964 @anoopsjohn Hope you are fine with this patch going to all 2.x branches. This is an automated message from the

[GitHub] [hbase-native-client] phrocker commented on pull request #2: HBASE-24400: Fixup cmake infrastructure to allow dependencies to be built locally

2020-06-10 Thread GitBox
phrocker commented on pull request #2: URL: https://github.com/apache/hbase-native-client/pull/2#issuecomment-641968006 superseded. This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [hbase-native-client] phrocker closed pull request #2: HBASE-24400: Fixup cmake infrastructure to allow dependencies to be built locally

2020-06-10 Thread GitBox
phrocker closed pull request #2: URL: https://github.com/apache/hbase-native-client/pull/2 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 #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-641973323 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 7s

[GitHub] [hbase] bsglz commented on pull request #1737: HBASE-24382 Flush partial stores of region filtered by seqId when arc…

2020-06-10 Thread GitBox
bsglz commented on pull request #1737: URL: https://github.com/apache/hbase/pull/1737#issuecomment-641974489 Skimed HBASE-10201, still can not get the point that how to change the flushpolicy... For me, there is a contradiction between flush policy configed by user and flush behavior ca

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

2020-06-10 Thread GitBox
virajjasani commented on pull request #1880: URL: https://github.com/apache/hbase/pull/1880#issuecomment-641977824 Wow, good one to keep docs in sync. Looks like many commits related to docs were done only on master branch. Maybe backporting is not being followed religiously. For th

[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-641977561 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 32

[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&focusedCommentId=17130636#comment-17130636 ] Toshihiro Suzuki commented on HBASE-24529: -- We faced region close slowness in H

[jira] [Commented] (HBASE-23105) wangle/concurrent to folly/executors

2020-06-10 Thread Marc Parisi (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17130645#comment-17130645 ] Marc Parisi commented on HBASE-23105: - This work will require updating the versions

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

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

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

2020-06-10 Thread Marc Parisi (Jira)
Marc Parisi created HBASE-24531: --- Summary: Change HBASE_TARGET_TAG to a human readable tag Key: HBASE-24531 URL: https://issues.apache.org/jira/browse/HBASE-24531 Project: HBase Issue Type: Sub

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

2020-06-10 Thread Anoop Sam John (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17130649#comment-17130649 ] Anoop Sam John commented on HBASE-24529: Make sense [~brfrn169]. Actually the ev

[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-641996885 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 5

[GitHub] [hbase] brfrn169 commented on a change in pull request #1881: HBASE-24529 hbase.rs.evictblocksonclose is not honored when removing …

2020-06-10 Thread GitBox
brfrn169 commented on a change in pull request #1881: URL: https://github.com/apache/hbase/pull/1881#discussion_r438137022 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HStore.java ## @@ -622,7 +622,8 @@ void setDataBlockEncoderInTest(HFileDataB

[jira] [Commented] (HBASE-24403) FsDelegationToken should cache Token

2020-06-10 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17130734#comment-17130734 ] Hudson commented on HBASE-24403: Results for branch master [build #1753 on buil

[jira] [Commented] (HBASE-24367) ScheduledChore log elapsed timespan in a human-friendly format

2020-06-10 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17130732#comment-17130732 ] Hudson commented on HBASE-24367: Results for branch master [build #1753 on buil

[jira] [Commented] (HBASE-24005) Document maven invocation with JDK11

2020-06-10 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17130733#comment-17130733 ] Hudson commented on HBASE-24005: Results for branch master [build #1753 on buil

[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&focusedCommentId=17130736#comment-17130736 ] Hudson commented on HBASE-24524: Results for branch master [build #1753 on buil

[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&focusedCommentId=17130735#comment-17130735 ] Hudson commented on HBASE-24511: Results for branch master [build #1753 on buil

[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-642050341 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 30

[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-642072029 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 31

[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 31

[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 > -

[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&focusedCommentId=17130860#comment-17130860 ] Sean Busbey commented on HBASE-24528: - how much of the "dump the slow response stuff

[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 23

[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")

[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&focusedCommentId=17130892#comment-17130892 ] Viraj Jasani commented on HBASE-24528: -- Yeah I was thinking about it but the proble

[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&focusedCommentId=17130892#comment-17130892 ] Viraj Jasani edited comment on HBASE-24528 at 6/10/20, 4:16 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&focusedCommentId=17130895#comment-17130895 ] Andrew Kyle Purtell commented on HBASE-24528: - Regards filtering, a list of

[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 23

[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&focusedCommentId=17130897#comment-17130897 ] Bharath Vissapragada commented on HBASE-19013: -- Is this still needed now th

[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 31

[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 assignmen

[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 28

[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&focusedCommentId=17132546#comment-17132546 ] Hudson commented on HBASE-24511: Results for branch branch-2.3 [build #134 on b

[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&focusedCommentId=17132548#comment-17132548 ] Hudson commented on HBASE-24524: Results for branch branch-2.3 [build #134 on b

[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 ge

[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 Is

[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,

[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 list(AP

[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 s

[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: MasterCoprocess

[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 t

[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] [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

[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&focusedCommentId=17132648#comment-17132648 ] Andrew Kyle Purtell commented on HBASE-24520: - DISCUSS thread has not yet at

[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: T

[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 24

[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 >

[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&focusedCommentId=17132652#comment-17132652 ] Andrew Kyle Purtell commented on HBASE-24527: - [~busbey] , FYI companion to

[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] [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&focusedCommentId=17132660#comment-17132660 ] Andrew Kyle Purtell edited comment on HBASE-24528 at 6/10/20, 7:28 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&focusedCommentId=17132660#comment-17132660 ] Andrew Kyle Purtell commented on HBASE-24528: - {quote}how we solve using wor

[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 > -

  1   2   >