[GitHub] [hbase] ndimiduk commented on a change in pull request #1786: HBASE-24418 Consolidate Normalizer implementations

2020-05-27 Thread GitBox
ndimiduk commented on a change in pull request #1786: URL: https://github.com/apache/hbase/pull/1786#discussion_r431409692 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java ## @@ -1911,43 +1912,51 @@ public boolean normalizeRegions() throws

[jira] [Updated] (HBASE-24423) No need to get lock in canSplit because hasReferences will get lock too

2020-05-27 Thread Bharath Vissapragada (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bharath Vissapragada updated HBASE-24423: - Fix Version/s: 2.3.0 > No need to get lock in canSplit because hasReferences

[jira] [Commented] (HBASE-24423) No need to get lock in canSplit because hasReferences will get lock too

2020-05-27 Thread Bharath Vissapragada (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17118065#comment-17118065 ] Bharath Vissapragada commented on HBASE-24423: -- Done. > No need to get lock in canSplit

[GitHub] [hbase] Apache-HBase commented on pull request #1792: HBASE-24447: Contribute a Test class that shows some examples for usi…

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

[GitHub] [hbase] apurtell commented on a change in pull request #1755: HBASE-24069 Provide an ExponentialBackOffPolicy sleep between failed …

2020-05-27 Thread GitBox
apurtell commented on a change in pull request #1755: URL: https://github.com/apache/hbase/pull/1755#discussion_r431429535 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java ## @@ -1972,6 +1975,13 @@ private void unassign(final

[GitHub] [hbase] clarax commented on pull request #1781: HBASE-24435 Add hedgedReads and hedgedReadWins count metrics

2020-05-27 Thread GitBox
clarax commented on pull request #1781: URL: https://github.com/apache/hbase/pull/1781#issuecomment-634924542 Flaky tests passed. Would be nice to fix the block. Otherwise LGTM. This is an automated message from the Apache

[jira] [Work started] (HBASE-23941) get_slowlog_responses filters with AND/OR operator support

2020-05-27 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-23941 started by Viraj Jasani. > get_slowlog_responses filters with AND/OR operator support >

[jira] [Updated] (HBASE-23941) get_slowlog_responses filters with AND/OR operator support

2020-05-27 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Viraj Jasani updated HBASE-23941: - Fix Version/s: 2.3.0 3.0.0-alpha-1 Affects Version/s: (was:

[jira] [Updated] (HBASE-23941) get_slowlog_responses filters with AND/OR operator support

2020-05-27 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Viraj Jasani updated HBASE-23941: - Attachment: (was: HBASE-23941.master.000.patch) > get_slowlog_responses filters with AND/OR

[GitHub] [hbase] virajjasani opened a new pull request #1793: HBASE-23941 : FilterBy operator support in get_slowlog_responses API

2020-05-27 Thread GitBox
virajjasani opened a new pull request #1793: URL: https://github.com/apache/hbase/pull/1793 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] [Comment Edited] (HBASE-11288) Splittable Meta

2020-05-27 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-11288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17118032#comment-17118032 ] Michael Stack edited comment on HBASE-11288 at 5/27/20, 8:10 PM: - [I

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

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

[GitHub] [hbase] markrmiller opened a new pull request #1792: HBASE-24447: Contribute a Test class that shows some examples for usi…

2020-05-27 Thread GitBox
markrmiller opened a new pull request #1792: URL: https://github.com/apache/hbase/pull/1792 …ng the Async Client API Kind of along the lines of https://github.com/apache/hbase/blob/master/hbase-examples/src/main/java/org/apache/hadoop/hbase/client/example/AsyncClientExample.java

[jira] [Created] (HBASE-24447) Contribute a Test class that shows some examples for using the Async Client API

2020-05-27 Thread Mark Robert Miller (Jira)
Mark Robert Miller created HBASE-24447: -- Summary: Contribute a Test class that shows some examples for using the Async Client API Key: HBASE-24447 URL: https://issues.apache.org/jira/browse/HBASE-24447

[GitHub] [hbase] ndimiduk commented on a change in pull request #1791: HBASE-23202 ExportSnapshot (import) will fail if copying files to roo…

2020-05-27 Thread GitBox
ndimiduk commented on a change in pull request #1791: URL: https://github.com/apache/hbase/pull/1791#discussion_r431403678 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/snapshot/SnapshotFileCache.java ## @@ -251,6 +260,25 @@ private void

[jira] [Commented] (HBASE-11288) Splittable Meta

2020-05-27 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-11288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17118032#comment-17118032 ] Michael Stack commented on HBASE-11288: --- I started a one-pager design doc. Pile on. Has some

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

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

[GitHub] [hbase] Apache-HBase commented on pull request #1790: HBASE-24443 Refactor TestCustomSaslAuthenticationProvider

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

[GitHub] [hbase] Apache-HBase commented on pull request #1781: HBASE-24435 Add hedgedReads and hedgedReadWins count metrics

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

[GitHub] [hbase] Apache-HBase commented on pull request #1743: HBASE-24403 FsDelegationToken should cache token after acquired a new one

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

[GitHub] [hbase] HorizonNet commented on a change in pull request #1761: HBASE-21406 "status 'replication'" should not show SINK if the cluste…

2020-05-27 Thread GitBox
HorizonNet commented on a change in pull request #1761: URL: https://github.com/apache/hbase/pull/1761#discussion_r431373634 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/MetricsSink.java ## @@ -98,4 +99,21 @@ public long

[GitHub] [hbase] ndimiduk commented on a change in pull request #1753: HBASE-24408 Introduce a general 'local region' to store data on master

2020-05-27 Thread GitBox
ndimiduk commented on a change in pull request #1753: URL: https://github.com/apache/hbase/pull/1753#discussion_r431369648 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/store/LocalStore.java ## @@ -0,0 +1,148 @@ +/** + * Licensed to the Apache

[GitHub] [hbase] HorizonNet commented on pull request #1743: HBASE-24403 FsDelegationToken should cache token after acquired a new one

2020-05-27 Thread GitBox
HorizonNet commented on pull request #1743: URL: https://github.com/apache/hbase/pull/1743#issuecomment-634871266 Just kicked off a new build to get a clean QA. This is an automated message from the Apache Git Service. To

[GitHub] [hbase] Apache-HBase commented on pull request #1790: HBASE-24443 Refactor TestCustomSaslAuthenticationProvider

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

[GitHub] [hbase] Apache-HBase commented on pull request #1791: HBASE-23202 ExportSnapshot (import) will fail if copying files to roo…

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

[jira] [Commented] (HBASE-22700) Incorrect timeout in recommended ZooKeeper configuration

2020-05-27 Thread Bharath Vissapragada (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117958#comment-17117958 ] Bharath Vissapragada commented on HBASE-22700: -- Committed an addendum patch that clarifies

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

2020-05-27 Thread Clara Xiong (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117957#comment-17117957 ] Clara Xiong commented on HBASE-24289: - This is a great idea to leverage multiple types of storage

[GitHub] [hbase] bharathv merged pull request #1748: HBASE-22700 (addendum): Clarify ZK session timeout doc

2020-05-27 Thread GitBox
bharathv merged pull request #1748: URL: https://github.com/apache/hbase/pull/1748 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] huaxiangsun commented on pull request #1791: HBASE-23202 ExportSnapshot (import) will fail if copying files to roo…

2020-05-27 Thread GitBox
huaxiangsun commented on pull request #1791: URL: https://github.com/apache/hbase/pull/1791#issuecomment-634827703 This is a rebase of old PR, minor changes, no code logic change. https://github.com/apache/hbase/pull/769 @busbey @z-york Please take a look, thanks.

[GitHub] [hbase] huaxiangsun commented on a change in pull request #769: HBASE-23202 ExportSnapshot (import) will fail if copying files to root directory takes longer than cleaner TTL

2020-05-27 Thread GitBox
huaxiangsun commented on a change in pull request #769: URL: https://github.com/apache/hbase/pull/769#discussion_r431324046 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/snapshot/SnapshotFileCache.java ## @@ -251,6 +261,31 @@ private void

[jira] [Comment Edited] (HBASE-24439) Replication queue recovery tool for rescuing deep queues

2020-05-27 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117943#comment-17117943 ] Andrew Kyle Purtell edited comment on HBASE-24439 at 5/27/20, 5:37 PM:

[jira] [Commented] (HBASE-23202) ExportSnapshot (import) will fail if copying files to root directory takes longer than cleaner TTL

2020-05-27 Thread Huaxiang Sun (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117945#comment-17117945 ] Huaxiang Sun commented on HBASE-23202: -- [~gxcheng], I rebased your patch with master and reposted a

[jira] [Commented] (HBASE-24439) Replication queue recovery tool for rescuing deep queues

2020-05-27 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117943#comment-17117943 ] Andrew Kyle Purtell commented on HBASE-24439: - If there are HDFS level problems with a WAL

[GitHub] [hbase] huaxiangsun opened a new pull request #1791: HBASE-23202 ExportSnapshot (import) will fail if copying files to roo…

2020-05-27 Thread GitBox
huaxiangsun opened a new pull request #1791: URL: https://github.com/apache/hbase/pull/1791 …t directory takes longer than cleaner TTL This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Updated] (HBASE-24428) Priority compaction for recently split daughter regions

2020-05-27 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Viraj Jasani updated HBASE-24428: - Hadoop Flags: Reviewed Resolution: Fixed Status: Resolved (was: Patch

[jira] [Commented] (HBASE-24446) Use EnvironmentEdgeManager to compute clock skew in Master

2020-05-27 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117921#comment-17117921 ] Andrew Kyle Purtell commented on HBASE-24446: - Agreed. We shouldn’t have direct use of

[jira] [Commented] (HBASE-24423) No need to get lock in canSplit because hasReferences will get lock too

2020-05-27 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117916#comment-17117916 ] Nick Dimiduk commented on HBASE-24423: -- bq. A very minor change, let me know if you think this

[jira] [Commented] (HBASE-11288) Splittable Meta

2020-05-27 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-11288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117914#comment-17117914 ] Andrew Kyle Purtell commented on HBASE-11288: - By unify, I mean get as much reuse as

[GitHub] [hbase] ndimiduk commented on a change in pull request #1293: HBASE-23970 TestUsersOperationsWithSecureHadoop fails when an existing ticket is present

2020-05-27 Thread GitBox
ndimiduk commented on a change in pull request #1293: URL: https://github.com/apache/hbase/pull/1293#discussion_r431290946 ## File path: hbase-server/src/test/java/org/apache/hadoop/hbase/security/TestUsersOperationsWithSecureHadoop.java ## @@ -64,7 +65,15 @@ private

[jira] [Commented] (HBASE-11288) Splittable Meta

2020-05-27 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-11288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117913#comment-17117913 ] Andrew Kyle Purtell commented on HBASE-11288: - bq. Since the config names between master and

[GitHub] [hbase] saintstack commented on a change in pull request #1786: HBASE-24418 Consolidate Normalizer implementations

2020-05-27 Thread GitBox
saintstack commented on a change in pull request #1786: URL: https://github.com/apache/hbase/pull/1786#discussion_r431255932 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/normalizer/SimpleRegionNormalizer.java ## @@ -18,126 +17,436 @@ */ package

[jira] [Commented] (HBASE-18095) Provide an option for clients to find the server hosting META that does not involve the ZooKeeper client

2020-05-27 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-18095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117912#comment-17117912 ] Nick Dimiduk commented on HBASE-18095: -- We have dynamic reloading of configuration implemented in

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

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

[jira] [Created] (HBASE-24446) Use EnvironmentEdgeManager to compute clock skew in Master

2020-05-27 Thread Sandeep Guggilam (Jira)
Sandeep Guggilam created HBASE-24446: Summary: Use EnvironmentEdgeManager to compute clock skew in Master Key: HBASE-24446 URL: https://issues.apache.org/jira/browse/HBASE-24446 Project: HBase

[jira] [Commented] (HBASE-24446) Use EnvironmentEdgeManager to compute clock skew in Master

2020-05-27 Thread Sandeep Guggilam (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117902#comment-17117902 ] Sandeep Guggilam commented on HBASE-24446: -- FYI [~apurtell] > Use EnvironmentEdgeManager to

[GitHub] [hbase] Apache-HBase commented on pull request #1790: HBASE-24443 Refactor TestCustomSaslAuthenticationProvider

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

[GitHub] [hbase] saintstack commented on pull request #1781: HBASE-24435 Add hedgedReads and hedgedReadWins count metrics

2020-05-27 Thread GitBox
saintstack commented on pull request #1781: URL: https://github.com/apache/hbase/pull/1781#issuecomment-634781563 Re-running tests at @clarax 's request to see if above failures are flakies. This is an automated message from

[jira] [Commented] (HBASE-24436) The store file open and close thread pool should be shared at the region level

2020-05-27 Thread Junhong Xu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117894#comment-17117894 ] Junhong Xu commented on HBASE-24436: Fork join pool is another solution too, although it may cause

[jira] [Commented] (HBASE-24436) The store file open and close thread pool should be shared at the region level

2020-05-27 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117891#comment-17117891 ] Andrew Kyle Purtell commented on HBASE-24436: - By above stated goal of opening as quickly as

[jira] [Comment Edited] (HBASE-24436) The store file open and close thread pool should be shared at the region level

2020-05-27 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117891#comment-17117891 ] Andrew Kyle Purtell edited comment on HBASE-24436 at 5/27/20, 4:18 PM:

[jira] [Created] (HBASE-24445) Improve default thread pool size for opening store files

2020-05-27 Thread Andrew Kyle Purtell (Jira)
Andrew Kyle Purtell created HBASE-24445: --- Summary: Improve default thread pool size for opening store files Key: HBASE-24445 URL: https://issues.apache.org/jira/browse/HBASE-24445 Project: HBase

[GitHub] [hbase] huaxiangsun commented on pull request #1785: Backport: HBASE-24379 CatalogJanitor misreports region holes when there are act…

2020-05-27 Thread GitBox
huaxiangsun commented on pull request #1785: URL: https://github.com/apache/hbase/pull/1785#issuecomment-634773748 Seems the test has been done, let me push it. This is an automated message from the Apache Git Service. To

[GitHub] [hbase] huaxiangsun merged pull request #1785: Backport: HBASE-24379 CatalogJanitor misreports region holes when there are act…

2020-05-27 Thread GitBox
huaxiangsun merged pull request #1785: URL: https://github.com/apache/hbase/pull/1785 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] [Issue Comment Deleted] (HBASE-24436) The store file open and close thread pool should be shared at the region level

2020-05-27 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell updated HBASE-24436: Comment: was deleted (was: I was going to propose a change that increases the

[jira] [Commented] (HBASE-24425) Run hbck_chore_run and catalogjanitor_run on draw of 'HBCK Report' page

2020-05-27 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117886#comment-17117886 ] Hudson commented on HBASE-24425: Results for branch master [build #1738 on

[jira] [Commented] (HBASE-24437) Flaky test, TestLocalRegionOnTwoFileSystems#testFlushAndCompact

2020-05-27 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117885#comment-17117885 ] Hudson commented on HBASE-24437: Results for branch master [build #1738 on

[jira] [Commented] (HBASE-24433) Add 2.2.5 to download page

2020-05-27 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117884#comment-17117884 ] Hudson commented on HBASE-24433: Results for branch master [build #1738 on

[GitHub] [hbase] Apache-HBase commented on pull request #1783: HBASE-24436 The store file open and close thread pool should be share…

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

[jira] [Commented] (HBASE-24416) RegionNormalizer spliting region should not be limited by hbase.normalizer.min.region.count

2020-05-27 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117883#comment-17117883 ] Hudson commented on HBASE-24416: Results for branch master [build #1738 on

[jira] [Commented] (HBASE-24436) The store file open and close thread pool should be shared at the region level

2020-05-27 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117881#comment-17117881 ] Andrew Kyle Purtell commented on HBASE-24436: - In another brainstorming we had where I work

[GitHub] [hbase] Apache-HBase commented on pull request #1783: HBASE-24436 The store file open and close thread pool should be share…

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

[jira] [Commented] (HBASE-24436) The store file open and close thread pool should be shared at the region level

2020-05-27 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117877#comment-17117877 ] Andrew Kyle Purtell commented on HBASE-24436: - I was going to propose a change that

[GitHub] [hbase] Apache-HBase commented on pull request #1789: HBASE-22738 Fallback to default group to choose RS when there are no …

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

[jira] [Created] (HBASE-24444) Should shutdown mini cluster after class in TestMetaAssignmentWithStopMaster

2020-05-27 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-2: - Summary: Should shutdown mini cluster after class in TestMetaAssignmentWithStopMaster Key: HBASE-2 URL: https://issues.apache.org/jira/browse/HBASE-2 Project:

[jira] [Updated] (HBASE-24444) Should shutdown mini cluster after class in TestMetaAssignmentWithStopMaster

2020-05-27 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-2?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-2: -- Labels: trivial (was: ) > Should shutdown mini cluster after class in

[GitHub] [hbase] Apache9 opened a new pull request #1790: HBASE-24443 Refactor TestCustomSaslAuthenticationProvider

2020-05-27 Thread GitBox
Apache9 opened a new pull request #1790: URL: https://github.com/apache/hbase/pull/1790 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 #1789: HBASE-22738 Fallback to default group to choose RS when there are no …

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

[jira] [Commented] (HBASE-24434) fix building cpp-example DemoClient

2020-05-27 Thread Alexander Myasnikov (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117860#comment-17117860 ] Alexander Myasnikov commented on HBASE-24434: - [~bharathv], i submitted patches. > fix

[jira] [Updated] (HBASE-24434) fix building cpp-example DemoClient

2020-05-27 Thread Alexander Myasnikov (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Myasnikov updated HBASE-24434: Attachment: HBASE-24434-master.patch HBASE-24434-branch-2.patch

[GitHub] [hbase] Apache-HBase commented on pull request #1784: HBASE-24428 : Update compaction priority for recently split daughter …

2020-05-27 Thread GitBox
Apache-HBase commented on pull request #1784: URL: https://github.com/apache/hbase/pull/1784#issuecomment-634740204 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [hbase] Apache-HBase commented on pull request #1784: HBASE-24428 : Update compaction priority for recently split daughter …

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

[GitHub] [hbase] virajjasani merged pull request #1784: HBASE-24428 : Update compaction priority for recently split daughter …

2020-05-27 Thread GitBox
virajjasani merged pull request #1784: URL: https://github.com/apache/hbase/pull/1784 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] virajjasani commented on pull request #1784: HBASE-24428 : Update compaction priority for recently split daughter …

2020-05-27 Thread GitBox
virajjasani commented on pull request #1784: URL: https://github.com/apache/hbase/pull/1784#issuecomment-634738082 Thanks @apurtell @anoopsjohn for the review. Let me merge this. This is an automated message from the Apache

[GitHub] [hbase] virajjasani commented on a change in pull request #1784: HBASE-24428 : Update compaction priority for recently split daughter …

2020-05-27 Thread GitBox
virajjasani commented on a change in pull request #1784: URL: https://github.com/apache/hbase/pull/1784#discussion_r431054125 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HStore.java ## @@ -1921,9 +1921,15 @@ public boolean

[jira] [Commented] (HBASE-24434) fix building cpp-example DemoClient

2020-05-27 Thread Bharath Vissapragada (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117839#comment-17117839 ] Bharath Vissapragada commented on HBASE-24434: -- [~amyasnikov] Committed your patch to

[jira] [Updated] (HBASE-24434) fix building cpp-example DemoClient

2020-05-27 Thread Bharath Vissapragada (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bharath Vissapragada updated HBASE-24434: - Affects Version/s: 1.7.0 2.3.0

[jira] [Updated] (HBASE-24434) fix building cpp-example DemoClient

2020-05-27 Thread Bharath Vissapragada (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bharath Vissapragada updated HBASE-24434: - Fix Version/s: 3.0.0-alpha-1 > fix building cpp-example DemoClient >

[jira] [Updated] (HBASE-24434) fix building cpp-example DemoClient

2020-05-27 Thread Bharath Vissapragada (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bharath Vissapragada updated HBASE-24434: - Component/s: native-client Client > fix building cpp-example

[jira] [Updated] (HBASE-24434) fix building cpp-example DemoClient

2020-05-27 Thread Bharath Vissapragada (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bharath Vissapragada updated HBASE-24434: - Labels: thrift (was: ) > fix building cpp-example DemoClient >

[GitHub] [hbase] bharathv merged pull request #1775: HBASE-24434 Fix building cpp-example DemoClient

2020-05-27 Thread GitBox
bharathv merged pull request #1775: URL: https://github.com/apache/hbase/pull/1775 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] virajjasani commented on pull request #1788: backport: HBASE-24416 RegionNormalizer spliting region should not be limited by…

2020-05-27 Thread GitBox
virajjasani commented on pull request #1788: URL: https://github.com/apache/hbase/pull/1788#issuecomment-634715014 @ddupg multiple tests are failing. Can you please take a look once? How are they doing locally? This is an

[GitHub] [hbase] virajjasani commented on a change in pull request #1786: HBASE-24418 Consolidate Normalizer implementations

2020-05-27 Thread GitBox
virajjasani commented on a change in pull request #1786: URL: https://github.com/apache/hbase/pull/1786#discussion_r431114077 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java ## @@ -1911,43 +1912,51 @@ public boolean normalizeRegions()

[jira] [Assigned] (HBASE-24441) CacheConfig details logged at Store open is not really useful

2020-05-27 Thread song XinCun (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] song XinCun reassigned HBASE-24441: --- Assignee: song XinCun (was: Anoop Sam John) > CacheConfig details logged at Store open is

[GitHub] [hbase] virajjasani commented on pull request #1784: HBASE-24428 : Update compaction priority for recently split daughter …

2020-05-27 Thread GitBox
virajjasani commented on pull request #1784: URL: https://github.com/apache/hbase/pull/1784#issuecomment-634687168 Test failed in the recent build is flaky. It's passing locally. This is an automated message from the Apache

[GitHub] [hbase] virajjasani commented on a change in pull request #1784: HBASE-24428 : Update compaction priority for recently split daughter …

2020-05-27 Thread GitBox
virajjasani commented on a change in pull request #1784: URL: https://github.com/apache/hbase/pull/1784#discussion_r431054125 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HStore.java ## @@ -1921,9 +1921,15 @@ public boolean

[GitHub] [hbase] Apache-HBase commented on pull request #1788: backport: HBASE-24416 RegionNormalizer spliting region should not be limited by…

2020-05-27 Thread GitBox
Apache-HBase commented on pull request #1788: URL: https://github.com/apache/hbase/pull/1788#issuecomment-634683804 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 4m

[jira] [Created] (HBASE-24443) Refactor TestCustomSaslAuthenticationProvider

2020-05-27 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-24443: - Summary: Refactor TestCustomSaslAuthenticationProvider Key: HBASE-24443 URL: https://issues.apache.org/jira/browse/HBASE-24443 Project: HBase Issue Type:

[jira] [Work started] (HBASE-24443) Refactor TestCustomSaslAuthenticationProvider

2020-05-27 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-24443 started by Duo Zhang. - > Refactor TestCustomSaslAuthenticationProvider >

[GitHub] [hbase] Apache-HBase commented on pull request #1781: HBASE-24435 Add hedgedReads and hedgedReadWins count metrics

2020-05-27 Thread GitBox
Apache-HBase commented on pull request #1781: URL: https://github.com/apache/hbase/pull/1781#issuecomment-634675370 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 14m

[GitHub] [hbase] Apache-HBase commented on pull request #1783: HBASE-24436 The store file open and close thread pool should be share…

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

[GitHub] [hbase] Apache-HBase commented on pull request #1784: HBASE-24428 : Update compaction priority for recently split daughter …

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

[GitHub] [hbase] Apache-HBase commented on pull request #1784: HBASE-24428 : Update compaction priority for recently split daughter …

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

[jira] [Commented] (HBASE-11288) Splittable Meta

2020-05-27 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-11288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117762#comment-17117762 ] Duo Zhang commented on HBASE-11288: --- I will try to implement splittable meta by storing the root table

[GitHub] [hbase] virajjasani commented on a change in pull request #1784: HBASE-24428 : Update compaction priority for recently split daughter …

2020-05-27 Thread GitBox
virajjasani commented on a change in pull request #1784: URL: https://github.com/apache/hbase/pull/1784#discussion_r431054125 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HStore.java ## @@ -1921,9 +1921,15 @@ public boolean

[GitHub] [hbase] virajjasani commented on a change in pull request #1784: HBASE-24428 : Update compaction priority for recently split daughter …

2020-05-27 Thread GitBox
virajjasani commented on a change in pull request #1784: URL: https://github.com/apache/hbase/pull/1784#discussion_r431054125 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HStore.java ## @@ -1921,9 +1921,15 @@ public boolean

[GitHub] [hbase] virajjasani commented on a change in pull request #1784: HBASE-24428 : Update compaction priority for recently split daughter …

2020-05-27 Thread GitBox
virajjasani commented on a change in pull request #1784: URL: https://github.com/apache/hbase/pull/1784#discussion_r431054125 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HStore.java ## @@ -1921,9 +1921,15 @@ public boolean

[GitHub] [hbase] Joseph295 commented on a change in pull request #1783: HBASE-24436 The store file open and close thread pool should be share…

2020-05-27 Thread GitBox
Joseph295 commented on a change in pull request #1783: URL: https://github.com/apache/hbase/pull/1783#discussion_r431092284 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HStore.java ## @@ -955,19 +964,24 @@ private void bulkLoadHFile(HStoreFile

[GitHub] [hbase] Apache-HBase commented on pull request #1789: HBASE-22738 Fallback to default group to choose RS when there are no …

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

[jira] [Commented] (HBASE-24441) CacheConfig details logged at Store open is not really useful

2020-05-27 Thread Anoop Sam John (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117722#comment-17117722 ] Anoop Sam John commented on HBASE-24441: Sure. Pls assign to ur name. > CacheConfig details

[GitHub] [hbase] anoopsjohn commented on a change in pull request #1783: HBASE-24436 The store file open and close thread pool should be share…

2020-05-27 Thread GitBox
anoopsjohn commented on a change in pull request #1783: URL: https://github.com/apache/hbase/pull/1783#discussion_r431063081 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HStore.java ## @@ -955,19 +964,24 @@ private void

<    1   2   3   >