[jira] [Commented] (HBASE-25837) TestRollingRestart is flaky

2021-05-07 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17341175#comment-17341175 ] Hudson commented on HBASE-25837: Results for branch master [build #286 on

[jira] [Commented] (HBASE-25774) ServerManager.getOnlineServer may miss some region servers when refreshing state in some procedure implementations

2021-05-07 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17341176#comment-17341176 ] Hudson commented on HBASE-25774: Results for branch master [build #286 on

[jira] [Commented] (HBASE-25032) Wait for region server to become online before adding it to online servers in Master

2021-05-07 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17341124#comment-17341124 ] Michael Stack commented on HBASE-25032: --- I suggest we not do a 2.3.5.1 but a 2.3.6. [~apurtell]

[GitHub] [hbase] Apache-HBase commented on pull request #3244: [WIP] HBASE-25869 WAL value compression

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

[GitHub] [hbase] Apache-HBase commented on pull request #3244: [WIP] HBASE-25869 WAL value compression

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

[GitHub] [hbase] Apache-HBase commented on pull request #3244: [WIP] HBASE-25869 WAL value compression

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

[GitHub] [hbase] Apache-HBase commented on pull request #3244: [WIP] HBASE-25869 WAL value compression

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

[GitHub] [hbase] Apache-HBase commented on pull request #3244: [WIP] HBASE-25869 WAL value compression

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

[GitHub] [hbase] Apache-HBase commented on pull request #3244: [WIP] HBASE-25869 WAL value compression

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

[jira] [Commented] (HBASE-25774) ServerManager.getOnlineServer may miss some region servers when refreshing state in some procedure implementations

2021-05-07 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17341095#comment-17341095 ] Andrew Kyle Purtell commented on HBASE-25774: - Yes, I marked the revert with HBASE-25774 . I

[GitHub] [hbase] apurtell commented on pull request #3244: [WIP] HBASE-25869 WAL value compression

2021-05-07 Thread GitBox
apurtell commented on pull request #3244: URL: https://github.com/apache/hbase/pull/3244#issuecomment-834951042 Clean up the commit message. -- 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 the

[GitHub] [hbase] apurtell commented on a change in pull request #3244: [WIP] HBASE-25869 WAL value compression

2021-05-07 Thread GitBox
apurtell commented on a change in pull request #3244: URL: https://github.com/apache/hbase/pull/3244#discussion_r628663543 ## File path: hbase-common/src/main/java/org/apache/hadoop/hbase/KeyValue.java ## @@ -230,6 +230,11 @@ public static long getKeyDataStructureSize(int

[jira] [Commented] (HBASE-25774) ServerManager.getOnlineServer may miss some region servers when refreshing state in some procedure implementations

2021-05-07 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17341093#comment-17341093 ] Duo Zhang commented on HBASE-25774: --- Oh, good, just noticed that you committed the revert patch as

[GitHub] [hbase] apurtell commented on a change in pull request #3244: [WIP] HBASE-25869 WAL value compression

2021-05-07 Thread GitBox
apurtell commented on a change in pull request #3244: URL: https://github.com/apache/hbase/pull/3244#discussion_r628662332 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/WALCellCodec.java ## @@ -220,6 +223,8 @@ public ByteString

[jira] [Updated] (HBASE-25869) WAL value compression

2021-05-07 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell updated HBASE-25869: Status: Patch Available (was: Open) > WAL value compression >

[GitHub] [hbase] apurtell opened a new pull request #3244: [WIP] HBASE-25869 WAL value compression

2021-05-07 Thread GitBox
apurtell opened a new pull request #3244: URL: https://github.com/apache/hbase/pull/3244 WAL storage can be expensive, especially if the cell values represented in the edits are large, consisting of blobs or significant lengths of text. Such WALs might need to be kept around for a

[jira] [Commented] (HBASE-25774) ServerManager.getOnlineServer may miss some region servers when refreshing state in some procedure implementations

2021-05-07 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17341091#comment-17341091 ] Duo Zhang commented on HBASE-25774: --- We didn't commit anything to branch other than master, so should

[jira] [Resolved] (HBASE-25774) ServerManager.getOnlineServer may miss some region servers when refreshing state in some procedure implementations

2021-05-07 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell resolved HBASE-25774. - Fix Version/s: 2.4.3 2.5.0 1.7.0

[jira] [Updated] (HBASE-25869) WAL value compression

2021-05-07 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell updated HBASE-25869: Description: WAL storage can be expensive, especially if the cell values

[jira] [Updated] (HBASE-25869) WAL value compression

2021-05-07 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell updated HBASE-25869: Description: WAL storage can be expensive, especially if the cell values

[jira] [Created] (HBASE-25869) WAL value compression

2021-05-07 Thread Andrew Kyle Purtell (Jira)
Andrew Kyle Purtell created HBASE-25869: --- Summary: WAL value compression Key: HBASE-25869 URL: https://issues.apache.org/jira/browse/HBASE-25869 Project: HBase Issue Type: Bug

[GitHub] [hbase] Apache-HBase commented on pull request #3242: HBASE-25867 Extra doc around ITBLL

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

[jira] [Commented] (HBASE-25032) Wait for region server to become online before adding it to online servers in Master

2021-05-07 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17341088#comment-17341088 ] Andrew Kyle Purtell commented on HBASE-25032: - [~reidchan] Note revert from branch-1. >

[jira] [Comment Edited] (HBASE-25032) Wait for region server to become online before adding it to online servers in Master

2021-05-07 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17341087#comment-17341087 ] Andrew Kyle Purtell edited comment on HBASE-25032 at 5/8/21, 12:50 AM:

[jira] [Updated] (HBASE-25032) Wait for region server to become online before adding it to online servers in Master

2021-05-07 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell updated HBASE-25032: Fix Version/s: (was: 2.4.3) (was: 2.3.5)

[jira] [Reopened] (HBASE-25032) Wait for region server to become online before adding it to online servers in Master

2021-05-07 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell reopened HBASE-25032: - We are reverting this change from master, branch-2, branch-2.3, and branch-2.4 due

[jira] [Commented] (HBASE-25774) ServerManager.getOnlineServer may miss some region servers when refreshing state in some procedure implementations

2021-05-07 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17341086#comment-17341086 ] Andrew Kyle Purtell commented on HBASE-25774: - I am reverting HBASE-25032 from master,

[GitHub] [hbase] Apache-HBase commented on pull request #3242: HBASE-25867 Extra doc around ITBLL

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

[GitHub] [hbase] Apache-HBase commented on pull request #3243: HBASE-25864 Use shaded javax.ws.rs package classes

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

[GitHub] [hbase] Apache-HBase commented on pull request #3243: HBASE-25864 Use shaded javax.ws.rs package classes

2021-05-07 Thread GitBox
Apache-HBase commented on pull request #3243: URL: https://github.com/apache/hbase/pull/3243#issuecomment-834854538 -- 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 the specific comment. For

[jira] [Commented] (HBASE-25844) Fix Jersey for hbase-server processes

2021-05-07 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17341063#comment-17341063 ] Nick Dimiduk commented on HBASE-25844: -- PRs for each of the subtasks are posted. In summary: this

[jira] [Updated] (HBASE-25864) Use shaded javax.ws.rs package classes

2021-05-07 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk updated HBASE-25864: - Status: Patch Available (was: Open) > Use shaded javax.ws.rs package classes >

[GitHub] [hbase] ndimiduk opened a new pull request #3243: HBASE-25864 Use shaded javax.ws.rs package classes

2021-05-07 Thread GitBox
ndimiduk opened a new pull request #3243: URL: https://github.com/apache/hbase/pull/3243 Adapt to the changes provided by apache/hbase-thirdparty#51 -- 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-thirdparty] Apache-HBase commented on pull request #51: HBASE-25863 Shade javax.ws.rs package for use with shaded Jersey

2021-05-07 Thread GitBox
Apache-HBase commented on pull request #51: URL: https://github.com/apache/hbase-thirdparty/pull/51#issuecomment-834822757 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec |

[jira] [Commented] (HBASE-25868) Shade jackson-jaxrs-json-provider for use with shaded jersey

2021-05-07 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17341057#comment-17341057 ] Nick Dimiduk commented on HBASE-25868: -- This change goes hand-in-hand with HBASE-25863, so

[jira] [Updated] (HBASE-25868) Shade jackson-jaxrs-json-provider for use with shaded jersey

2021-05-07 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk updated HBASE-25868: - Status: Patch Available (was: Open) > Shade jackson-jaxrs-json-provider for use with shaded

[jira] [Created] (HBASE-25868) Shade jackson-jaxrs-json-provider for use with shaded jersey

2021-05-07 Thread Nick Dimiduk (Jira)
Nick Dimiduk created HBASE-25868: Summary: Shade jackson-jaxrs-json-provider for use with shaded jersey Key: HBASE-25868 URL: https://issues.apache.org/jira/browse/HBASE-25868 Project: HBase

[GitHub] [hbase] Apache-HBase commented on pull request #3242: HBASE-25867 Extra doc around ITBLL

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

[GitHub] [hbase] Apache-HBase commented on pull request #3241: HBASE-25860 Add metric for successful wal roll requests.

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

[GitHub] [hbase] saintstack opened a new pull request #3242: HBASE-25867 Extra doc around ITBLL

2021-05-07 Thread GitBox
saintstack opened a new pull request #3242: URL: https://github.com/apache/hbase/pull/3242 Minor edits to a few log messages. Explain how the '-c' option works when passed to ChaosMonkeyRunner. Some added notes on ITBLL. Fix whacky 'R' and 'Not r' thing in Master (shows when you

[GitHub] [hbase] Apache-HBase commented on pull request #3238: HBASE-25860 Add metric for successful wal roll requests.

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

[jira] [Created] (HBASE-25867) Extra doc around ITBLL

2021-05-07 Thread Michael Stack (Jira)
Michael Stack created HBASE-25867: - Summary: Extra doc around ITBLL Key: HBASE-25867 URL: https://issues.apache.org/jira/browse/HBASE-25867 Project: HBase Issue Type: Bug

[GitHub] [hbase] Apache-HBase commented on pull request #3238: HBASE-25860 Add metric for successful wal roll requests.

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

[jira] [Created] (HBASE-25866) RESTServer should implement Hadoop's Tool interface

2021-05-07 Thread Nick Dimiduk (Jira)
Nick Dimiduk created HBASE-25866: Summary: RESTServer should implement Hadoop's Tool interface Key: HBASE-25866 URL: https://issues.apache.org/jira/browse/HBASE-25866 Project: HBase Issue

[jira] [Commented] (HBASE-25855) Fix typo in jersey relocation path

2021-05-07 Thread Sean Busbey (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17341016#comment-17341016 ] Sean Busbey commented on HBASE-25855: - Yes I believe that is the correct thing to do. > Fix typo in

[GitHub] [hbase-thirdparty] Apache-HBase commented on pull request #51: HBASE-25863 Shade javax.ws.rs package for use with shaded Jersey

2021-05-07 Thread GitBox
Apache-HBase commented on pull request #51: URL: https://github.com/apache/hbase-thirdparty/pull/51#issuecomment-834687560 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec |

[jira] [Updated] (HBASE-25863) Shade javax.ws.rs package for use with shaded Jersey

2021-05-07 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk updated HBASE-25863: - Status: Patch Available (was: Open) > Shade javax.ws.rs package for use with shaded Jersey >

[GitHub] [hbase-thirdparty] ndimiduk commented on pull request #51: HBASE-25863 Shade javax.ws.rs package for use with shaded Jersey

2021-05-07 Thread GitBox
ndimiduk commented on pull request #51: URL: https://github.com/apache/hbase-thirdparty/pull/51#issuecomment-834686023 Parking this here for now. Will be back with a PR vs. hbase-core that makes use of this, so we can verify it's all working the way we intend. -- This is an automated

[GitHub] [hbase-thirdparty] ndimiduk opened a new pull request #51: HBASE-25863 Shade javax.ws.rs package for use with shaded Jersey

2021-05-07 Thread GitBox
ndimiduk opened a new pull request #51: URL: https://github.com/apache/hbase-thirdparty/pull/51 From the [About](https://eclipse-ee4j.github.io/jersey/) text, > Jersey RESTful Web Services 2.x framework is open source, production quality, framework for > developing RESTful Web

[jira] [Updated] (HBASE-25865) Visualize current state of region assignment

2021-05-07 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk updated HBASE-25865: - Component/s: Usability Operability > Visualize current state of region

[jira] [Commented] (HBASE-25865) Visualize current state of region assignment

2021-05-07 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17340995#comment-17340995 ] Nick Dimiduk commented on HBASE-25865: -- My work on HBASE-25844 was motivated by this project,

[jira] [Commented] (HBASE-25865) Visualize current state of region assignment

2021-05-07 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17340992#comment-17340992 ] Nick Dimiduk commented on HBASE-25865: -- The original scripts were written in Python, used Pandas to

[GitHub] [hbase] offermannu commented on a change in pull request #3232: HBASE-25839 Bulk Import fails with java.io.IOException: Type mismatch in value from map

2021-05-07 Thread GitBox
offermannu commented on a change in pull request #3232: URL: https://github.com/apache/hbase/pull/3232#discussion_r628175203 ## File path: hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/Import.java ## @@ -135,9 +135,7 @@ public CellWritableComparable(Cell kv)

[jira] [Work started] (HBASE-25865) Visualize current state of region assignment

2021-05-07 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-25865 started by Nick Dimiduk. > Visualize current state of region assignment >

[jira] [Created] (HBASE-25865) Visualize current state of region assignment

2021-05-07 Thread Nick Dimiduk (Jira)
Nick Dimiduk created HBASE-25865: Summary: Visualize current state of region assignment Key: HBASE-25865 URL: https://issues.apache.org/jira/browse/HBASE-25865 Project: HBase Issue Type: New

[jira] [Created] (HBASE-25864) Use shaded javax.ws.rs package classes

2021-05-07 Thread Nick Dimiduk (Jira)
Nick Dimiduk created HBASE-25864: Summary: Use shaded javax.ws.rs package classes Key: HBASE-25864 URL: https://issues.apache.org/jira/browse/HBASE-25864 Project: HBase Issue Type: Sub-task

[jira] [Updated] (HBASE-25844) Fix Jersey for hbase-server processes

2021-05-07 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk updated HBASE-25844: - Component/s: thirdparty > Fix Jersey for hbase-server processes >

[jira] [Created] (HBASE-25863) Shade javax.ws.rs package for use with shaded Jersey

2021-05-07 Thread Nick Dimiduk (Jira)
Nick Dimiduk created HBASE-25863: Summary: Shade javax.ws.rs package for use with shaded Jersey Key: HBASE-25863 URL: https://issues.apache.org/jira/browse/HBASE-25863 Project: HBase Issue

[jira] [Commented] (HBASE-25844) Fix Jersey for hbase-server processes

2021-05-07 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17340981#comment-17340981 ] Nick Dimiduk commented on HBASE-25844: -- I have a working Jersey setup now, by way of shading the

[jira] [Commented] (HBASE-25851) Make LoadBalancer not extend Configurable interface

2021-05-07 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17340979#comment-17340979 ] Hudson commented on HBASE-25851: Results for branch branch-2 [build #244 on

[jira] [Commented] (HBASE-25854) Remove redundant AM in-memory state changes in CatalogJanitor

2021-05-07 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17340980#comment-17340980 ] Hudson commented on HBASE-25854: Results for branch branch-2 [build #244 on

[jira] [Commented] (HBASE-25855) Fix typo in jersey relocation path

2021-05-07 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17340976#comment-17340976 ] Nick Dimiduk commented on HBASE-25855: -- So i believe this would be a backwards-incompatible change,

[jira] [Commented] (HBASE-25855) Fix typo in jersey relocation path

2021-05-07 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17340975#comment-17340975 ] Nick Dimiduk commented on HBASE-25855: -- Got it, thanks [~psomogyi] ! > Fix typo in jersey

[GitHub] [hbase] shahrs87 opened a new pull request #3241: HBASE-25860 Add metric for successful wal roll requests.

2021-05-07 Thread GitBox
shahrs87 opened a new pull request #3241: URL: https://github.com/apache/hbase/pull/3241 -- 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 the specific comment. For queries about this service,

[GitHub] [hbase] Apache-HBase commented on pull request #3238: HBASE-25860 Add metric for successful wal roll requests.

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

[jira] [Commented] (HBASE-25855) Fix typo in jersey relocation path

2021-05-07 Thread Peter Somogyi (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17340941#comment-17340941 ] Peter Somogyi commented on HBASE-25855: --- For hbase-thirdparty development is only done on the

[jira] [Commented] (HBASE-25855) Fix typo in jersey relocation path

2021-05-07 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17340935#comment-17340935 ] Nick Dimiduk commented on HBASE-25855: -- [~zhangduo], [~busbey], [~psomogyi], [~stack] pardon me,

[jira] [Updated] (HBASE-25855) Fix typo in jersey relocation path

2021-05-07 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk updated HBASE-25855: - Fix Version/s: thirdparty-3.5.1 > Fix typo in jersey relocation path >

[GitHub] [hbase-thirdparty] ndimiduk merged pull request #50: HBASE-25855 Fix typo in jersey relocation path

2021-05-07 Thread GitBox
ndimiduk merged pull request #50: URL: https://github.com/apache/hbase-thirdparty/pull/50 -- 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 the specific comment. For queries about this service,

[GitHub] [hbase] shahrs87 commented on a change in pull request #3238: HBASE-25860 Add metric for successful wal roll requests.

2021-05-07 Thread GitBox
shahrs87 commented on a change in pull request #3238: URL: https://github.com/apache/hbase/pull/3238#discussion_r628360727 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/MetricsWAL.java ## @@ -91,4 +92,12 @@ public void

[GitHub] [hbase-thirdparty] Apache-HBase commented on pull request #50: HBASE-25855 Fix typo in jersey relocation path

2021-05-07 Thread GitBox
Apache-HBase commented on pull request #50: URL: https://github.com/apache/hbase-thirdparty/pull/50#issuecomment-834606086 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec |

[jira] [Work started] (HBASE-25862) Improve the Configuration File Descriptions accuracy

2021-05-07 Thread Che Xun (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-25862 started by Che Xun. --- > Improve the Configuration File Descriptions accuracy >

[jira] [Commented] (HBASE-25862) Improve the Configuration File Descriptions accuracy

2021-05-07 Thread Che Xun (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17340905#comment-17340905 ] Che Xun commented on HBASE-25862: - Hi,  [~zhangduo], [~ndimiduk] Could you please review this PR and

[GitHub] [hbase] Apache-HBase commented on pull request #3240: HBASE-25862 Improve the documentation of configration

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

[jira] [Commented] (HBASE-25612) HMaster should abort if ReplicationLogCleaner is not able to delete oldWALs.

2021-05-07 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17340899#comment-17340899 ] Hudson commented on HBASE-25612: Results for branch branch-1 [build #123 on

[GitHub] [hbase] Apache-HBase commented on pull request #3240: HBASE-25862 Improve the documentation of configration

2021-05-07 Thread GitBox
Apache-HBase commented on pull request #3240: URL: https://github.com/apache/hbase/pull/3240#issuecomment-834545887 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 7m

[GitHub] [hbase] Apache-HBase commented on pull request #3240: HBASE-25862 Improve the documentation of configration

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

[GitHub] [hbase] chexunn opened a new pull request #3240: HBASE-25862 Improve the documentation of configration

2021-05-07 Thread GitBox
chexunn opened a new pull request #3240: URL: https://github.com/apache/hbase/pull/3240 Improve the documentation of configration section of reference guide -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[jira] [Created] (HBASE-25862) Improve the Configuration File Descriptions accuracy

2021-05-07 Thread Che Xun (Jira)
Che Xun created HBASE-25862: --- Summary: Improve the Configuration File Descriptions accuracy Key: HBASE-25862 URL: https://issues.apache.org/jira/browse/HBASE-25862 Project: HBase Issue Type: Bug

[GitHub] [hbase] virajjasani commented on a change in pull request #3238: HBASE-25860 Add metric for successful wal roll requests.

2021-05-07 Thread GitBox
virajjasani commented on a change in pull request #3238: URL: https://github.com/apache/hbase/pull/3238#discussion_r628242734 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/MetricsWAL.java ## @@ -91,4 +92,12 @@ public void

[jira] [Commented] (HBASE-25851) Make LoadBalancer not extend Configurable interface

2021-05-07 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17340841#comment-17340841 ] Hudson commented on HBASE-25851: Results for branch master [build #285 on

[jira] [Commented] (HBASE-25854) Remove redundant AM in-memory state changes in CatalogJanitor

2021-05-07 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17340842#comment-17340842 ] Hudson commented on HBASE-25854: Results for branch master [build #285 on

[GitHub] [hbase] offermannu commented on a change in pull request #3232: HBASE-25839 Bulk Import fails with java.io.IOException: Type mismatch in value from map

2021-05-07 Thread GitBox
offermannu commented on a change in pull request #3232: URL: https://github.com/apache/hbase/pull/3232#discussion_r628175203 ## File path: hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/Import.java ## @@ -135,9 +135,7 @@ public CellWritableComparable(Cell kv)

[GitHub] [hbase] offermannu commented on a change in pull request #3232: HBASE-25839 Bulk Import fails with java.io.IOException: Type mismatch in value from map

2021-05-07 Thread GitBox
offermannu commented on a change in pull request #3232: URL: https://github.com/apache/hbase/pull/3232#discussion_r628175203 ## File path: hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/Import.java ## @@ -135,9 +135,7 @@ public CellWritableComparable(Cell kv)

[GitHub] [hbase] offermannu commented on a change in pull request #3232: HBASE-25839 Bulk Import fails with java.io.IOException: Type mismatch in value from map

2021-05-07 Thread GitBox
offermannu commented on a change in pull request #3232: URL: https://github.com/apache/hbase/pull/3232#discussion_r628175203 ## File path: hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/Import.java ## @@ -135,9 +135,7 @@ public CellWritableComparable(Cell kv)

[GitHub] [hbase] offermannu commented on a change in pull request #3232: HBASE-25839 Bulk Import fails with java.io.IOException: Type mismatch in value from map

2021-05-07 Thread GitBox
offermannu commented on a change in pull request #3232: URL: https://github.com/apache/hbase/pull/3232#discussion_r628175203 ## File path: hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/Import.java ## @@ -135,9 +135,7 @@ public CellWritableComparable(Cell kv)

[GitHub] [hbase] offermannu commented on a change in pull request #3232: HBASE-25839 Bulk Import fails with java.io.IOException: Type mismatch in value from map

2021-05-07 Thread GitBox
offermannu commented on a change in pull request #3232: URL: https://github.com/apache/hbase/pull/3232#discussion_r628175203 ## File path: hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/Import.java ## @@ -135,9 +135,7 @@ public CellWritableComparable(Cell kv)

[jira] [Resolved] (HBASE-25837) TestRollingRestart is flaky

2021-05-07 Thread Yulin Niu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yulin Niu resolved HBASE-25837. --- Fix Version/s: 2.5.0 3.0.0-alpha-1 Resolution: Fixed > TestRollingRestart

[jira] [Commented] (HBASE-25837) TestRollingRestart is flaky

2021-05-07 Thread Yulin Niu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17340778#comment-17340778 ] Yulin Niu commented on HBASE-25837: --- push to master and branch-2. Thanks [~zhangduo]'s reviewing >

[jira] [Resolved] (HBASE-25850) Fix spotbugs warnings on branch-2

2021-05-07 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-25850. --- Fix Version/s: 2.5.0 Hadoop Flags: Reviewed Resolution: Fixed Merged to branch-2.

[GitHub] [hbase] Apache9 merged pull request #3239: HBASE-25850 Fix spotbugs warnings on branch-2

2021-05-07 Thread GitBox
Apache9 merged pull request #3239: URL: https://github.com/apache/hbase/pull/3239 -- 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 the specific comment. For queries about this service, please

[GitHub] [hbase] nyl3532016 merged pull request #3220: HBASE-25837 TestRollingRestart is flaky

2021-05-07 Thread GitBox
nyl3532016 merged pull request #3220: URL: https://github.com/apache/hbase/pull/3220 -- 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 the specific comment. For queries about this service,

[GitHub] [hbase] Apache-HBase commented on pull request #3220: HBASE-25837 TestRollingRestart is flaky

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

[GitHub] [hbase] Apache9 commented on pull request #3220: HBASE-25837 TestRollingRestart is flaky

2021-05-07 Thread GitBox
Apache9 commented on pull request #3220: URL: https://github.com/apache/hbase/pull/3220#issuecomment-834235722 Let's try it. -- 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 the specific

[GitHub] [hbase] wchevreuil commented on a change in pull request #3232: HBASE-25839 Bulk Import fails with java.io.IOException: Type mismatch in value from map

2021-05-07 Thread GitBox
wchevreuil commented on a change in pull request #3232: URL: https://github.com/apache/hbase/pull/3232#discussion_r628068697 ## File path: hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/Import.java ## @@ -135,9 +135,7 @@ public CellWritableComparable(Cell kv)

[GitHub] [hbase] Apache-HBase commented on pull request #3220: HBASE-25837 TestRollingRestart is flaky

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

[GitHub] [hbase] Apache-HBase commented on pull request #3239: HBASE-25850 Fix spotbugs warnings on branch-2

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

[jira] [Commented] (HBASE-25858) [branch-1] make hbase-thrift optional in hbase-assembly module

2021-05-07 Thread Reid Chan (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17340670#comment-17340670 ] Reid Chan commented on HBASE-25858: --- QA complaint a lot, looks like we need to merge it to see exact

[GitHub] [hbase] Apache-HBase commented on pull request #3239: HBASE-25850 Fix spotbugs warnings on branch-2

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

[GitHub] [hbase] Apache-HBase commented on pull request #3220: HBASE-25837 TestRollingRestart is flaky

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

  1   2   >