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

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

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

2020-05-19 Thread GitBox
huaxiangsun commented on pull request #1741: URL: https://github.com/apache/hbase/pull/1741#issuecomment-631251151 > Should we try more combos here Huaxiang? I think this will get one case for sure but what happens if: > > [a, g), [bb, cc), [dd, ee) > > ... will we report

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

2020-05-19 Thread GitBox
huaxiangsun commented on pull request #1741: URL: https://github.com/apache/hbase/pull/1741#issuecomment-631249956 > Should we try more combos here Huaxiang? I think this will get one case for sure but what happens if: [a, g), [bb, cc), [dd, ee) ... will we report hole

[GitHub] [hbase] huaxiangsun removed a comment on pull request #1741: HBASE-24379 CatalogJanitor misreports region holes when there are act…

2020-05-19 Thread GitBox
huaxiangsun removed a comment on pull request #1741: URL: https://github.com/apache/hbase/pull/1741#issuecomment-631249956 > Should we try more combos here Huaxiang? I think this will get one case for sure but what happens if: [a, g), [bb, cc), [dd, ee) ... will we report

[jira] [Comment Edited] (HBASE-24402) Moving the meta region causes MetricsException when using above 2.6.0 hadoop version

2020-05-19 Thread Jeongdae Kim (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17111712#comment-17111712 ] Jeongdae Kim edited comment on HBASE-24402 at 5/20/20, 5:35 AM: I think

[GitHub] [hbase] wenbang opened a new pull request #1744: HBASE-24401 Cell size limit check on append should consider 0

2020-05-19 Thread GitBox
wenbang opened a new pull request #1744: URL: https://github.com/apache/hbase/pull/1744 or less value to disable the check This is an automated message from the Apache Git Service. To respond to the message, please log on

[jira] [Commented] (HBASE-22285) A normalizer which merges very small size regions with adjacent regions.(MergeToNormalize)

2020-05-19 Thread Aman Poonia (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17111790#comment-17111790 ] Aman Poonia commented on HBASE-22285: - [~ndimiduk]- Yes sir your review is correct. The reason to

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

2020-05-19 Thread GitBox
saintstack commented on pull request #1741: URL: https://github.com/apache/hbase/pull/1741#issuecomment-631244636 Or rather, while we are in here, maybe add some more test cases since they cheap to do. This is an automated

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

2020-05-19 Thread wuchang (Jira)
wuchang created HBASE-24403: --- Summary: FsDelegationToken should cache Token Key: HBASE-24403 URL: https://issues.apache.org/jira/browse/HBASE-24403 Project: HBase Issue Type: Bug

[GitHub] [hbase] VicoWu opened a new pull request #1743: cache token for current ugi

2020-05-19 Thread GitBox
VicoWu opened a new pull request #1743: URL: https://github.com/apache/hbase/pull/1743 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-24402) Moving the meta region causes MetricsException when using above 2.6.0 hadoop version

2020-05-19 Thread Jeongdae Kim (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeongdae Kim updated HBASE-24402: - Description: When the meta region moved out from a region server then moved in to the one

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

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

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

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

[GitHub] [hbase] Apache-HBase commented on pull request #1738: HBASE-24399 [Flakey Tests] Some UTs about RSGroup should wait RSGroup…

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

[jira] [Commented] (HBASE-24326) Removal from streamReaders can be done in finally

2020-05-19 Thread ramkrishna.s.vasudevan (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17111764#comment-17111764 ] ramkrishna.s.vasudevan commented on HBASE-24326: Agree [~zghao]. We need to fix in 2.1.x

[GitHub] [hbase] Apache-HBase commented on pull request #1742: HBASE-24401 Cell size limit check on append should consider 0 or less…

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

[GitHub] [hbase] Apache-HBase commented on pull request #1738: HBASE-24399 [Flakey Tests] Some UTs about RSGroup should wait RSGroup…

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

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

2020-05-19 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-11288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17111758#comment-17111758 ] Michael Stack commented on HBASE-11288: --- Added some comments in your (two) one-pagers explaining

[jira] [Commented] (HBASE-21996) Set locale for javadoc

2020-05-19 Thread Guanghao Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-21996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17111753#comment-17111753 ] Guanghao Zhang commented on HBASE-21996: Can we resolve this jira? What is the problem now? >

[jira] [Updated] (HBASE-24051) When the data directory is set to EC,the amount of storefiles reaches a relatively high level,heap Occupancy Percent is above heap occupancy alarm watermark,resulting in

2020-05-19 Thread Guanghao Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guanghao Zhang updated HBASE-24051: --- Fix Version/s: (was: 2.2.5) > When the data directory is set to EC,the amount of

[jira] [Updated] (HBASE-24326) Removal from streamReaders can be done in finally

2020-05-19 Thread Guanghao Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guanghao Zhang updated HBASE-24326: --- Fix Version/s: (was: 2.2.5) (was: 2.1.10) > Removal from

[jira] [Updated] (HBASE-24326) Removal from streamReaders can be done in finally

2020-05-19 Thread Guanghao Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guanghao Zhang updated HBASE-24326: --- Fix Version/s: (was: 2.3.0) 2.1.10 > Removal from streamReaders can

[jira] [Commented] (HBASE-24401) Cell size limit check on append should consider 0 or less value to disable the check

2020-05-19 Thread Guanghao Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17111740#comment-17111740 ] Guanghao Zhang commented on HBASE-24401: {quote}If we set  the parameter 

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

2020-05-19 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-11288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17111735#comment-17111735 ] Michael Stack commented on HBASE-11288: --- Left some comments up on the PR. bq. We have rest and

[GitHub] [hbase] wenbang opened a new pull request #1742: HBASE-24401 Cell size limit check on append should consider 0 or less…

2020-05-19 Thread GitBox
wenbang opened a new pull request #1742: URL: https://github.com/apache/hbase/pull/1742 … value to disable the check This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [hbase] Apache-HBase commented on pull request #1741: HBASE-24379 CatalogJanitor misreports region holes when there are act…

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

[GitHub] [hbase] saintstack commented on a change in pull request #1418: HBASE-11288 WIP Split meta master rebased, do not merge

2020-05-19 Thread GitBox
saintstack commented on a change in pull request #1418: URL: https://github.com/apache/hbase/pull/1418#discussion_r427718743 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/CatalogAccessor.java ## @@ -313,16 +330,31 @@ public static HRegionLocation

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

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

[jira] [Commented] (HBASE-24402) Moving the meta region causes MetricsException when using above 2.6.0 hadoop version

2020-05-19 Thread Jeongdae Kim (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17111713#comment-17111713 ] Jeongdae Kim commented on HBASE-24402: -- I think some reflection codes introduced from HBASE-18060

[GitHub] [hbase] ddupg commented on a change in pull request #1738: HBASE-24399 [Flakey Tests] Some UTs about RSGroup should wait RSGroup…

2020-05-19 Thread GitBox
ddupg commented on a change in pull request #1738: URL: https://github.com/apache/hbase/pull/1738#discussion_r427717898 ## File path: hbase-rsgroup/src/test/java/org/apache/hadoop/hbase/rsgroup/TestRSGroupUtil.java ## @@ -57,39 +68,40 @@ public static void setUp() throws

[jira] [Commented] (HBASE-24402) Moving the meta region causes MetricsException when using above 2.6.0 hadoop version

2020-05-19 Thread Jeongdae Kim (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17111712#comment-17111712 ] Jeongdae Kim commented on HBASE-24402: -- I think the reason why this warning occurs is that

[GitHub] [hbase] infraio commented on a change in pull request #1738: HBASE-24399 [Flakey Tests] Some UTs about RSGroup should wait RSGroup…

2020-05-19 Thread GitBox
infraio commented on a change in pull request #1738: URL: https://github.com/apache/hbase/pull/1738#discussion_r427713218 ## File path: hbase-rsgroup/src/test/java/org/apache/hadoop/hbase/rsgroup/TestRSGroupUtil.java ## @@ -57,39 +68,40 @@ public static void setUp() throws

[GitHub] [hbase] infraio commented on a change in pull request #1731: HBASE-24387 TableSnapshotInputFormatImpl support scan limit on each InputSplit

2020-05-19 Thread GitBox
infraio commented on a change in pull request #1731: URL: https://github.com/apache/hbase/pull/1731#discussion_r427711773 ## File path: hbase-protocol-shaded/src/main/protobuf/client/Client.proto ## @@ -274,6 +274,7 @@ message Scan { } optional ReadType readType = 23

[jira] [Created] (HBASE-24402) Moving the meta region causes MetricsException when using above 2.6.0 hadoop version

2020-05-19 Thread Jeongdae Kim (Jira)
Jeongdae Kim created HBASE-24402: Summary: Moving the meta region causes MetricsException when using above 2.6.0 hadoop version Key: HBASE-24402 URL: https://issues.apache.org/jira/browse/HBASE-24402

[GitHub] [hbase] infraio commented on a change in pull request #1731: HBASE-24387 TableSnapshotInputFormatImpl support scan limit on each InputSplit

2020-05-19 Thread GitBox
infraio commented on a change in pull request #1731: URL: https://github.com/apache/hbase/pull/1731#discussion_r427710472 ## File path: hbase-protocol-shaded/src/main/protobuf/client/Client.proto ## @@ -274,6 +274,7 @@ message Scan { } optional ReadType readType = 23

[jira] [Created] (HBASE-24401) Cell size limit check on append should consider 0 or less value to disable the check

2020-05-19 Thread wenbang (Jira)
wenbang created HBASE-24401: --- Summary: Cell size limit check on append should consider 0 or less value to disable the check Key: HBASE-24401 URL: https://issues.apache.org/jira/browse/HBASE-24401 Project:

[GitHub] [hbase] Apache-HBase commented on pull request #1738: HBASE-24399 [Flakey Tests] Some UTs about RSGroup should wait RSGroup…

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

[GitHub] [hbase] Apache-HBase commented on pull request #1738: HBASE-24399 [Flakey Tests] Some UTs about RSGroup should wait RSGroup…

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

[jira] [Updated] (HBASE-24399) [Flakey Tests] Some UTs about RSGroup should wait RSGroupInfoManager to be online

2020-05-19 Thread Guanghao Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guanghao Zhang updated HBASE-24399: --- Fix Version/s: 2.2.5 > [Flakey Tests] Some UTs about RSGroup should wait RSGroupInfoManager

[GitHub] [hbase] Apache-HBase commented on pull request #1738: HBASE-24399 [Flakey Tests] Some UTs about RSGroup should wait RSGroup…

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

[jira] [Commented] (HBASE-24399) [Flakey Tests] Some UTs about RSGroup should wait RSGroupInfoManager to be online

2020-05-19 Thread Sun Xin (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17111678#comment-17111678 ] Sun Xin commented on HBASE-24399: - [~zghao] Yean, these two are related to this issue. I missed the

[GitHub] [hbase] busbey commented on pull request #1726: HBASE-24296 install yetus as a part of building the rm docker image.

2020-05-19 Thread GitBox
busbey commented on pull request #1726: URL: https://github.com/apache/hbase/pull/1726#issuecomment-631186954 Thanks for the review @mattf-apache This is an automated message from the Apache Git Service. To respond to the

[GitHub] [hbase] Apache-HBase commented on pull request #1741: HBASE-24379 CatalogJanitor misreports region holes when there are act…

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

[jira] [Commented] (HBASE-24399) [Flakey Tests] Some UTs about RSGroup should wait RSGroupInfoManager to be online

2020-05-19 Thread Guanghao Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17111660#comment-17111660 ] Guanghao Zhang commented on HBASE-24399:

[jira] [Commented] (HBASE-24399) [Flakey Tests] Some UTs about RSGroup should wait RSGroupInfoManager to be online

2020-05-19 Thread Guanghao Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17111661#comment-17111661 ] Guanghao Zhang commented on HBASE-24399: And this one. 

[GitHub] [hbase] Apache-HBase commented on pull request #1734: HBASE-24376 MergeNormalizer is merging non-adjacent regions and causi…

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

[GitHub] [hbase] huaxiangsun commented on pull request #1719: HBASE-24370 Avoid aggressive MergeRegion and GCMultipleMergedRegionsP…

2020-05-19 Thread GitBox
huaxiangsun commented on pull request #1719: URL: https://github.com/apache/hbase/pull/1719#issuecomment-631174479 @HorizonNet any more comments? Thanks This is an automated message from the Apache Git Service. To respond to

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

2020-05-19 Thread GitBox
huaxiangsun commented on pull request #1741: URL: https://github.com/apache/hbase/pull/1741#issuecomment-631173643 I run the failed test locally and it passed. The test case timed out, I am kicking off another run. This is

[jira] [Commented] (HBASE-22041) The crashed node exists in onlineServer forever, and if it holds the meta data, master will start up hang.

2020-05-19 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17111654#comment-17111654 ] Michael Stack commented on HBASE-22041: --- Thanks for the detail [~timoha]. Haven't looked at code

[GitHub] [hbase] Apache-HBase commented on pull request #1741: HBASE-24379 CatalogJanitor misreports region holes when there are act…

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

[GitHub] [hbase] Apache-HBase commented on pull request #1741: HBASE-24379 CatalogJanitor misreports region holes when there are act…

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

[GitHub] [hbase] Apache-HBase commented on pull request #1719: HBASE-24370 Avoid aggressive MergeRegion and GCMultipleMergedRegionsP…

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

[jira] [Commented] (HBASE-24386) TableSnapshotScanner support scan limit

2020-05-19 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17111637#comment-17111637 ] Hudson commented on HBASE-24386: Results for branch branch-2.2 [build #870 on

[jira] [Commented] (HBASE-24347) Hadoop2 profiles are both active when pre-commit PR builds run

2020-05-19 Thread Josh Elser (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17111633#comment-17111633 ] Josh Elser commented on HBASE-24347: So, simple backports from master to branch-2 and branch-2.3 is

[jira] [Updated] (HBASE-24347) Hadoop2 profiles are both active when pre-commit PR builds run

2020-05-19 Thread Josh Elser (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated HBASE-24347: --- Attachment: HBASE-24280.001.branch-2.3.patch > Hadoop2 profiles are both active when pre-commit PR

[jira] [Commented] (HBASE-24386) TableSnapshotScanner support scan limit

2020-05-19 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17111629#comment-17111629 ] Hudson commented on HBASE-24386: Results for branch branch-2 [build #2668 on

[jira] [Commented] (HBASE-24361) Make `RESTApiClusterManager` more resilient

2020-05-19 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17111630#comment-17111630 ] Hudson commented on HBASE-24361: Results for branch branch-2 [build #2668 on

[jira] [Updated] (HBASE-24347) Hadoop2 profiles are both active when pre-commit PR builds run

2020-05-19 Thread Josh Elser (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated HBASE-24347: --- Fix Version/s: (was: 2.1.10) > Hadoop2 profiles are both active when pre-commit PR builds run >

[jira] [Updated] (HBASE-24347) Hadoop2 profiles are both active when pre-commit PR builds run

2020-05-19 Thread Josh Elser (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated HBASE-24347: --- Attachment: HBASE-24280.001.branch-2.patch > Hadoop2 profiles are both active when pre-commit PR

[jira] [Updated] (HBASE-24347) Hadoop2 profiles are both active when pre-commit PR builds run

2020-05-19 Thread Josh Elser (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated HBASE-24347: --- Fix Version/s: 2.2.5 2.1.10 2.3.0 Status: Patch

[jira] [Assigned] (HBASE-24347) Hadoop2 profiles are both active when pre-commit PR builds run

2020-05-19 Thread Josh Elser (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser reassigned HBASE-24347: -- Assignee: Josh Elser > Hadoop2 profiles are both active when pre-commit PR builds run >

[GitHub] [hbase] Apache-HBase commented on pull request #1734: HBASE-24376 MergeNormalizer is merging non-adjacent regions and causi…

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

[GitHub] [hbase] Apache-HBase commented on pull request #1681: HBASE-23938 : System table hbase:slowlog to store complete slow/large…

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

[GitHub] [hbase] Apache-HBase commented on pull request #1681: HBASE-23938 : System table hbase:slowlog to store complete slow/large…

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

[jira] [Resolved] (HBASE-23957) [flakey test] client.TestMultiParallel fails to read hbase-site.xml

2020-05-19 Thread Huaxiang Sun (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Huaxiang Sun resolved HBASE-23957. -- Fix Version/s: 2.3.0 3.0.0-alpha-1 Resolution: Fixed > [flakey

[jira] [Work started] (HBASE-24369) Add a new subsection under Hbck Overlaps section

2020-05-19 Thread Huaxiang Sun (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-24369 started by Huaxiang Sun. > Add a new subsection under Hbck Overlaps section >

[jira] [Commented] (HBASE-24386) TableSnapshotScanner support scan limit

2020-05-19 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17111596#comment-17111596 ] Hudson commented on HBASE-24386: Results for branch branch-2.3 [build #95 on

[jira] [Commented] (HBASE-24361) Make `RESTApiClusterManager` more resilient

2020-05-19 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17111597#comment-17111597 ] Hudson commented on HBASE-24361: Results for branch branch-2.3 [build #95 on

[jira] [Assigned] (HBASE-23957) [flakey test] client.TestMultiParallel fails to read hbase-site.xml

2020-05-19 Thread Huaxiang Sun (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Huaxiang Sun reassigned HBASE-23957: Assignee: Huaxiang Sun (was: Hua Xiang) > [flakey test] client.TestMultiParallel fails

[jira] [Assigned] (HBASE-24029) Convert logging code to use Parameters when possible

2020-05-19 Thread Huaxiang Sun (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Huaxiang Sun reassigned HBASE-24029: Assignee: Huaxiang Sun (was: Hua Xiang) > Convert logging code to use Parameters when

[jira] [Assigned] (HBASE-24105) [Flakey Test] regionserver.TestRegionReplicas

2020-05-19 Thread Huaxiang Sun (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Huaxiang Sun reassigned HBASE-24105: Assignee: Huaxiang Sun (was: Hua Xiang) > [Flakey Test] regionserver.TestRegionReplicas

[jira] [Assigned] (HBASE-23999) [flakey test] TestTableOutputFormatConnectionExhaust

2020-05-19 Thread Huaxiang Sun (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Huaxiang Sun reassigned HBASE-23999: Assignee: Huaxiang Sun (was: Hua Xiang) > [flakey test]

[jira] [Assigned] (HBASE-24161) [flakey test] locking.TestEntityLocks.testEntityLockTimeout

2020-05-19 Thread Huaxiang Sun (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Huaxiang Sun reassigned HBASE-24161: Assignee: Huaxiang Sun (was: Hua Xiang) > [flakey test]

[GitHub] [hbase] Apache-HBase commented on pull request #1719: HBASE-24370 Avoid aggressive MergeRegion and GCMultipleMergedRegionsP…

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

[GitHub] [hbase] Apache-HBase commented on pull request #1719: HBASE-24370 Avoid aggressive MergeRegion and GCMultipleMergedRegionsP…

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

[GitHub] [hbase] Apache-HBase commented on pull request #1734: HBASE-24376 MergeNormalizer is merging non-adjacent regions and causi…

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

[GitHub] [hbase] busbey commented on a change in pull request #1726: HBASE-24296 install yetus as a part of building the rm docker image.

2020-05-19 Thread GitBox
busbey commented on a change in pull request #1726: URL: https://github.com/apache/hbase/pull/1726#discussion_r427615327 ## File path: dev-support/create-release/release-util.sh ## @@ -423,17 +430,14 @@ function get_jira_name { # Update the CHANGES.md # DOES NOT DO

[GitHub] [hbase] busbey commented on a change in pull request #1726: HBASE-24296 install yetus as a part of building the rm docker image.

2020-05-19 Thread GitBox
busbey commented on a change in pull request #1726: URL: https://github.com/apache/hbase/pull/1726#discussion_r427614954 ## File path: dev-support/create-release/do-release-docker.sh ## @@ -75,6 +75,7 @@ Options: If none specified, runs tag, then publish-dist,

[GitHub] [hbase] Apache-HBase commented on pull request #1741: HBASE-24379 CatalogJanitor misreports region holes when there are act…

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

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

2020-05-19 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-11288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17111521#comment-17111521 ] Andrew Kyle Purtell commented on HBASE-11288: - bq. IMHO ideally the registry should've been

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

2020-05-19 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-11288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17111517#comment-17111517 ] Andrew Kyle Purtell commented on HBASE-11288: - bq. Also by the sound of it I should be

[GitHub] [hbase] huaxiangsun opened a new pull request #1741: HBASE-24379 CatalogJanitor misreports region holes when there are act…

2020-05-19 Thread GitBox
huaxiangsun opened a new pull request #1741: URL: https://github.com/apache/hbase/pull/1741 …ually over laps. This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[jira] [Commented] (HBASE-22285) A normalizer which merges very small size regions with adjacent regions.(MergeToNormalize)

2020-05-19 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17111488#comment-17111488 ] Nick Dimiduk commented on HBASE-22285: -- Hi [~mnpoonia], can you tell me why you need a new

[GitHub] [hbase] Apache-HBase commented on pull request #1681: HBASE-23938 : System table hbase:slowlog to store complete slow/large…

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

[GitHub] [hbase] Apache-HBase commented on pull request #1727: HBASE-17756 We should have better introspection of HFiles

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

[GitHub] [hbase] Apache-HBase commented on pull request #1727: HBASE-17756 We should have better introspection of HFiles

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

[jira] [Created] (HBASE-24400) Automatically download Folly in CMAKE if it does not exist.

2020-05-19 Thread Marc Parisi (Jira)
Marc Parisi created HBASE-24400: --- Summary: Automatically download Folly in CMAKE if it does not exist. Key: HBASE-24400 URL: https://issues.apache.org/jira/browse/HBASE-24400 Project: HBase

[GitHub] [hbase] virajjasani commented on a change in pull request #1681: HBASE-23938 : System table hbase:slowlog to store complete slow/large…

2020-05-19 Thread GitBox
virajjasani commented on a change in pull request #1681: URL: https://github.com/apache/hbase/pull/1681#discussion_r427522859 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/slowlog/SlowLogTableAccessor.java ## @@ -0,0 +1,149 @@ +/* + * + * Licensed to the

[GitHub] [hbase] Apache-HBase commented on pull request #1727: HBASE-17756 We should have better introspection of HFiles

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

[GitHub] [hbase] saintstack commented on pull request #1727: HBASE-17756 We should have better introspection of HFiles

2020-05-19 Thread GitBox
saintstack commented on pull request #1727: URL: https://github.com/apache/hbase/pull/1727#issuecomment-630997052 Some pom updates. This is an automated message from the Apache Git Service. To respond to the message, please

[jira] [Updated] (HBASE-17756) We should have better introspection of HFiles

2020-05-19 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-17756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Stack updated HBASE-17756: -- Attachment: 0001-HBASE-17756-We-should-have-better-introspection-of-H.patch > We should have

[jira] [Commented] (HBASE-21505) Several inconsistencies on information reported for Replication Sources by hbase shell status 'replication' command.

2020-05-19 Thread Sean Busbey (Jira)
[ https://issues.apache.org/jira/browse/HBASE-21505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17111410#comment-17111410 ] Sean Busbey commented on HBASE-21505: - [~wchevreuil] can you create a release note for this change?

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

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

[jira] [Commented] (HBASE-17756) We should have better introspection of HFiles

2020-05-19 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-17756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17111404#comment-17111404 ] Michael Stack commented on HBASE-17756: --- I ran the HFilePerformanceEvaluation tool... Had to

[GitHub] [hbase] mattf-apache commented on a change in pull request #1726: HBASE-24296 install yetus as a part of building the rm docker image.

2020-05-19 Thread GitBox
mattf-apache commented on a change in pull request #1726: URL: https://github.com/apache/hbase/pull/1726#discussion_r427503245 ## File path: dev-support/create-release/hbase-rm/Dockerfile ## @@ -43,6 +43,12 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get -qq -y update \ &&

[GitHub] [hbase] anoopsjohn commented on a change in pull request #1681: HBASE-23938 : System table hbase:slowlog to store complete slow/large…

2020-05-19 Thread GitBox
anoopsjohn commented on a change in pull request #1681: URL: https://github.com/apache/hbase/pull/1681#discussion_r427492504 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/HBaseRpcControllerImpl.java ## @@ -101,8 +102,12 @@ public void setPriority(int

[GitHub] [hbase] Apache-HBase commented on pull request #1722: HBASE-24359 Optionally ignore edits for deleted CFs for replication

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

[GitHub] [hbase] HorizonNet commented on pull request #1731: HBASE-24387 TableSnapshotInputFormatImpl support scan limit on each InputSplit

2020-05-19 Thread GitBox
HorizonNet commented on pull request #1731: URL: https://github.com/apache/hbase/pull/1731#issuecomment-630979045 Oh, was wrong. Jenkins already reports it as green. This is an automated message from the Apache Git Service.

[GitHub] [hbase] HorizonNet commented on a change in pull request #1731: HBASE-24387 TableSnapshotInputFormatImpl support scan limit on each InputSplit

2020-05-19 Thread GitBox
HorizonNet commented on a change in pull request #1731: URL: https://github.com/apache/hbase/pull/1731#discussion_r427486487 ## File path: hbase-mapreduce/src/test/java/org/apache/hadoop/hbase/mapreduce/TestTableSnapshotInputFormat.java ## @@ -304,6 +304,56 @@ public void

[GitHub] [hbase] ramkrish86 commented on a change in pull request #1681: HBASE-23938 : System table hbase:slowlog to store complete slow/large…

2020-05-19 Thread GitBox
ramkrish86 commented on a change in pull request #1681: URL: https://github.com/apache/hbase/pull/1681#discussion_r427475754 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/slowlog/LogEventHandler.java ## @@ -256,4 +283,36 @@ private boolean

  1   2   >