[GitHub] [hbase] Apache9 merged pull request #3858: HBASE-26467 Fix bug for MemStoreLABImpl.forceCopyOfBigCellInto(Cell)

2021-11-21 Thread GitBox
Apache9 merged pull request #3858: URL: https://github.com/apache/hbase/pull/3858 -- 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. To unsubscribe, e-mail:

[GitHub] [hbase] YutSean opened a new pull request #3867: HBASE-26477 Fix MiniMapReduceCluster failure under Java17

2021-11-21 Thread GitBox
YutSean opened a new pull request #3867: URL: https://github.com/apache/hbase/pull/3867 https://issues.apache.org/jira/browse/HBASE-26477 -- 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

[jira] [Updated] (HBASE-26467) Wrong Cell Generated by MemStoreLABImpl.forceCopyOfBigCellInto when Cell size bigger than data chunk size

2021-11-21 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-26467: -- Hadoop Flags: Reviewed Resolution: Fixed Status: Resolved (was: Patch Available)

[jira] [Updated] (HBASE-26467) Wrong Cell Generated by MemStoreLABImpl.forceCopyOfBigCellInto when Cell size bigger than data chunk size

2021-11-21 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-26467: -- Component/s: in-memory-compaction > Wrong Cell Generated by MemStoreLABImpl.forceCopyOfBigCellInto

[jira] [Updated] (HBASE-26477) Fix MiniMapReduceCluster failure under Java17

2021-11-21 Thread Yutong Xiao (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yutong Xiao updated HBASE-26477: Description: MiniMapReduceCluster in HBaseTestingUtil.java will not work. Find the error message

[GitHub] [hbase] Apache-HBase commented on pull request #3867: HBASE-26477 Fix MiniMapReduceCluster failure under Java17

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

[GitHub] [hbase] Apache9 commented on pull request #3862: HBASE-26468 Region Server doesn't exit cleanly incase it crashes.

2021-11-21 Thread GitBox
Apache9 commented on pull request #3862: URL: https://github.com/apache/hbase/pull/3862#issuecomment-974808700 The code is pretty old... https://github.com/apache/hbase/commit/02cd4a9b019a8b86b4d077e8bec8c69d7579fae5 This is the commit, a refactoring actually, and there is a

[GitHub] [hbase] Apache9 merged pull request #3853: HBASE-26463 Unreadable table names after HBASE-24605

2021-11-21 Thread GitBox
Apache9 merged pull request #3853: URL: https://github.com/apache/hbase/pull/3853 -- 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. To unsubscribe, e-mail:

[GitHub] [hbase] Apache9 commented on pull request #3860: HBASE-26470 Use openlabtesting protoc on linux arm64 in HBASE 2.x

2021-11-21 Thread GitBox
Apache9 commented on pull request #3860: URL: https://github.com/apache/hbase/pull/3860#issuecomment-974812997 I do not have an arm machine so I can not verify the patch... Mind uploading a screen shot or something else to prove that it works as expected? @markjens Thanks.

[jira] [Updated] (HBASE-26467) Wrong Cell Generated by MemStoreLABImpl.forceCopyOfBigCellInto when Cell size bigger than data chunk size

2021-11-21 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-26467: -- Fix Version/s: 2.5.0 3.0.0-alpha-2 2.4.9 > Wrong Cell Generated

[GitHub] [hbase] Apache9 commented on a change in pull request #3831: HBASE-26249 Ameliorate compaction made by bul…

2021-11-21 Thread GitBox
Apache9 commented on a change in pull request #3831: URL: https://github.com/apache/hbase/pull/3831#discussion_r753798016 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/Store.java ## @@ -299,4 +299,11 @@ * if you try to set a

[jira] [Updated] (HBASE-26477) Fix MiniMapReduceCluster failure under Java17

2021-11-21 Thread Yutong Xiao (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yutong Xiao updated HBASE-26477: Description: MiniMapReduceCluster in HBaseTestingUtil.java will not work. Find the error message

[jira] [Resolved] (HBASE-26463) Unreadable table names after HBASE-24605

2021-11-21 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-26463. --- Hadoop Flags: Reviewed Resolution: Fixed Pushed to branch-2.4+. Thanks [~sergey.soldatov]!

[jira] [Updated] (HBASE-26463) Unreadable table names after HBASE-24605

2021-11-21 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-26463: -- Fix Version/s: 2.5.0 3.0.0-alpha-2 2.4.9 > Unreadable table

[jira] [Created] (HBASE-26477) Fix MiniMapReduceCluster failure under Java17

2021-11-21 Thread Yutong Xiao (Jira)
Yutong Xiao created HBASE-26477: --- Summary: Fix MiniMapReduceCluster failure under Java17 Key: HBASE-26477 URL: https://issues.apache.org/jira/browse/HBASE-26477 Project: HBase Issue Type: Task

[jira] [Updated] (HBASE-26477) Fix MiniMapReduceCluster failure under Java17

2021-11-21 Thread Yutong Xiao (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yutong Xiao updated HBASE-26477: Description: MiniMapReduceCluster in HBaseTestingUtil.java will not work. Find the error message

[jira] [Commented] (HBASE-26047) [JDK17] Track JDK17 unit test failures

2021-11-21 Thread Yutong Xiao (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17447024#comment-17447024 ] Yutong Xiao commented on HBASE-26047: - Have fixed the three MR related UTs

[GitHub] [hbase] Apache-HBase commented on pull request #3867: HBASE-26477 Fix MiniMapReduceCluster failure under Java17

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

[GitHub] [hbase] Apache9 commented on pull request #3856: HBASE-26458 Update snapshot doc

2021-11-21 Thread GitBox
Apache9 commented on pull request #3856: URL: https://github.com/apache/hbase/pull/3856#issuecomment-974813540 For a ref guide, usually we will only commit it to master branch as it contains the information for all versions, and we will only build ref guide for master branch and upload it

[GitHub] [hbase] Apache9 commented on pull request #3862: HBASE-26468 Region Server doesn't exit cleanly incase it crashes.

2021-11-21 Thread GitBox
Apache9 commented on pull request #3862: URL: https://github.com/apache/hbase/pull/3862#issuecomment-974593183 -- 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. To

[GitHub] [hbase] Apache9 commented on pull request #3864: HBASE-26416 Implement a new method for region replication instead of …

2021-11-21 Thread GitBox
Apache9 commented on pull request #3864: URL: https://github.com/apache/hbase/pull/3864#issuecomment-974675076 When adding UTs I found some new problems, and I added a comment on the design doc about the fail recovery logic. The PR is not fully completed yet, still need to add more

[GitHub] [hbase] shahrs87 commented on pull request #3862: HBASE-26468 Region Server doesn't exit cleanly incase it crashes.

2021-11-21 Thread GitBox
shahrs87 commented on pull request #3862: URL: https://github.com/apache/hbase/pull/3862#issuecomment-974654639 -- 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. To

[GitHub] [hbase] Apache9 commented on pull request #3860: HBASE-26470 Use openlabtesting protoc on linux arm64 in HBASE 2.x

2021-11-21 Thread GitBox
Apache9 commented on pull request #3860: URL: https://github.com/apache/hbase/pull/3860#issuecomment-974812997 I do not have an arm machine so I can not verify the patch... Mind uploading a screen shot or something else to prove that it works as expected? @markjens Thanks.

[GitHub] [hbase] Apache9 commented on pull request #3667: HBASE-21521 Expose master startup status via web UI

2021-11-21 Thread GitBox
Apache9 commented on pull request #3667: URL: https://github.com/apache/hbase/pull/3667#issuecomment-974845354 Any progress here? -- 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] virajjasani commented on pull request #3862: HBASE-26468 Region Server doesn't exit cleanly incase it crashes.

2021-11-21 Thread GitBox
virajjasani commented on pull request #3862: URL: https://github.com/apache/hbase/pull/3862#issuecomment-974660177 Backport PRs: #3865 #3866 -- 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] Apache9 commented on a change in pull request #3851: HBASE-26286: Add support for specifying store file tracker when restoring or cloning snapshot

2021-11-21 Thread GitBox
Apache9 commented on a change in pull request #3851: URL: https://github.com/apache/hbase/pull/3851#discussion_r753632988 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/snapshot/SnapshotManager.java ## @@ -854,15 +860,75 @@ public long

[GitHub] [hbase] Apache-HBase commented on pull request #3864: HBASE-26416 Implement a new method for region replication instead of …

2021-11-21 Thread GitBox
Apache-HBase commented on pull request #3864: URL: https://github.com/apache/hbase/pull/3864#issuecomment-974603881 -- 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. To

[GitHub] [hbase] Apache9 commented on pull request #3856: HBASE-26458 Update snapshot doc

2021-11-21 Thread GitBox
Apache9 commented on pull request #3856: URL: https://github.com/apache/hbase/pull/3856#issuecomment-974813540 For a ref guide, usually we will only commit it to master branch as it contains the information for all versions, and we will only build ref guide for master branch and upload it

[GitHub] [hbase] Apache-HBase commented on pull request #3864: HBASE-26416 Implement a new method for region replication instead of …

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

[GitHub] [hbase] Apache9 merged pull request #3858: HBASE-26467 Fix bug for MemStoreLABImpl.forceCopyOfBigCellInto(Cell)

2021-11-21 Thread GitBox
Apache9 merged pull request #3858: URL: https://github.com/apache/hbase/pull/3858 -- 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. To unsubscribe, e-mail:

[GitHub] [hbase] Apache-HBase commented on pull request #3867: HBASE-26477 Fix MiniMapReduceCluster failure under Java17

2021-11-21 Thread GitBox
Apache-HBase commented on pull request #3867: URL: https://github.com/apache/hbase/pull/3867#issuecomment-974816052 -- 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. To

[GitHub] [hbase] Apache-HBase commented on pull request #3865: HBASE-26468 Region Server doesn't exit cleanly incase it crashes.

2021-11-21 Thread GitBox
Apache-HBase commented on pull request #3865: URL: https://github.com/apache/hbase/pull/3865#issuecomment-974659714 -- 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. To

[GitHub] [hbase] Apache9 commented on pull request #3863: Tracing Spans of RPCs should follow otel semantic conventions

2021-11-21 Thread GitBox
Apache9 commented on pull request #3863: URL: https://github.com/apache/hbase/pull/3863#issuecomment-974590906 Let's open separated PRs for the different issues? It will be easier to review -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [hbase] Apache-HBase commented on pull request #3867: HBASE-26477 Fix MiniMapReduceCluster failure under Java17

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

[GitHub] [hbase] zhengzhuobinzzb commented on pull request #3858: HBASE-26467 Fix bug for MemStoreLABImpl.forceCopyOfBigCellInto(Cell)

2021-11-21 Thread GitBox
zhengzhuobinzzb commented on pull request #3858: URL: https://github.com/apache/hbase/pull/3858#issuecomment-974850450 Thanks for your help~ -- 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] Apache-HBase commented on pull request #3858: HBASE-26467 Fix bug for MemStoreLABImpl.forceCopyOfBigCellInto(Cell)

2021-11-21 Thread GitBox
Apache-HBase commented on pull request #3858: URL: https://github.com/apache/hbase/pull/3858#issuecomment-974751261 -- 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. To

[GitHub] [hbase] Apache-HBase commented on pull request #3866: HBASE-26468 Region Server doesn't exit cleanly incase it crashes.

2021-11-21 Thread GitBox
Apache-HBase commented on pull request #3866: URL: https://github.com/apache/hbase/pull/3866#issuecomment-974685659 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 8m

[GitHub] [hbase] Apache9 commented on a change in pull request #3831: HBASE-26249 Ameliorate compaction made by bul…

2021-11-21 Thread GitBox
Apache9 commented on a change in pull request #3831: URL: https://github.com/apache/hbase/pull/3831#discussion_r753798016 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/Store.java ## @@ -299,4 +299,11 @@ * if you try to set a

[GitHub] [hbase] Apache-HBase commented on pull request #3867: HBASE-26477 Fix MiniMapReduceCluster failure under Java17

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

[GitHub] [hbase] Apache-HBase commented on pull request #3864: HBASE-26416 Implement a new method for region replication instead of …

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

[GitHub] [hbase] Apache-HBase commented on pull request #3864: HBASE-26416 Implement a new method for region replication instead of …

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

[GitHub] [hbase] virajjasani commented on a change in pull request #3852: HBASE-26458 Update Snapshot TTL doc

2021-11-21 Thread GitBox
virajjasani commented on a change in pull request #3852: URL: https://github.com/apache/hbase/pull/3852#discussion_r753652443 ## File path: src/main/asciidoc/_chapters/ops_mgt.adoc ## @@ -3150,23 +3150,24 @@ TTL some notion of optional TTL (and optional default TTL) for

[GitHub] [hbase] Apache-HBase commented on pull request #3862: HBASE-26468 Region Server doesn't exit cleanly incase it crashes.

2021-11-21 Thread GitBox
Apache-HBase commented on pull request #3862: URL: https://github.com/apache/hbase/pull/3862#issuecomment-974661559 -- 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. To

[GitHub] [hbase] comnetwork edited a comment on pull request #3858: HBASE-26467 Fix bug for MemStoreLABImpl.forceCopyOfBigCellInto(Cell)

2021-11-21 Thread GitBox
comnetwork edited a comment on pull request #3858: URL: https://github.com/apache/hbase/pull/3858#issuecomment-974631960 @zhengzhuobinzzb, and please also fix the checkstyle issues. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [hbase] comnetwork commented on a change in pull request #3858: HBASE-26467 Fix bug for MemStoreLABImpl.forceCopyOfBigCellInto(Cell)

2021-11-21 Thread GitBox
comnetwork commented on a change in pull request #3858: URL: https://github.com/apache/hbase/pull/3858#discussion_r753662321 ## File path: hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestCompactingToCellFlatMapMemStore.java ## @@ -903,6 +904,37 @@ public

[GitHub] [hbase] zhengzhuobinzzb commented on pull request #3858: HBASE-26467 Fix bug for MemStoreLABImpl.forceCopyOfBigCellInto(Cell)

2021-11-21 Thread GitBox
zhengzhuobinzzb commented on pull request #3858: URL: https://github.com/apache/hbase/pull/3858#issuecomment-974850450 Thanks for your help~ -- 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] Apache-HBase commented on pull request #3867: HBASE-26477 Fix MiniMapReduceCluster failure under Java17

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

[GitHub] [hbase] Apache-HBase commented on pull request #3867: HBASE-26477 Fix MiniMapReduceCluster failure under Java17

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

[GitHub] [hbase] Apache9 commented on pull request #3667: HBASE-21521 Expose master startup status via web UI

2021-11-21 Thread GitBox
Apache9 commented on pull request #3667: URL: https://github.com/apache/hbase/pull/3667#issuecomment-974845354 Any progress here? -- 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] comnetwork commented on pull request #3858: HBASE-26467 Fix bug for MemStoreLABImpl.forceCopyOfBigCellInto(Cell)

2021-11-21 Thread GitBox
comnetwork commented on pull request #3858: URL: https://github.com/apache/hbase/pull/3858#issuecomment-974631960 and please also fix the checkstyle issues. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [hbase] Apache9 merged pull request #3853: HBASE-26463 Unreadable table names after HBASE-24605

2021-11-21 Thread GitBox
Apache9 merged pull request #3853: URL: https://github.com/apache/hbase/pull/3853 -- 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. To unsubscribe, e-mail:

[GitHub] [hbase] YutSean commented on pull request #3776: HBASE-26325 Backport the HBASE-26305 to branch-1. Move NavigableSet add operation to writer thread in BucketCache

2021-11-21 Thread GitBox
YutSean commented on pull request #3776: URL: https://github.com/apache/hbase/pull/3776#issuecomment-974748728 Do i need to push another blank commit to trigger the QA once more? -- 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 #3859: HBASE-26465 MemStoreLAB may be released early when its SegmentScanner…

2021-11-21 Thread GitBox
Apache-HBase commented on pull request #3859: URL: https://github.com/apache/hbase/pull/3859#issuecomment-974655589 -- 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. To

[GitHub] [hbase] Apache9 commented on a change in pull request #3852: HBASE-26458 Update Snapshot TTL doc

2021-11-21 Thread GitBox
Apache9 commented on a change in pull request #3852: URL: https://github.com/apache/hbase/pull/3852#discussion_r753632040 ## File path: src/main/asciidoc/_chapters/ops_mgt.adoc ## @@ -3150,23 +3150,24 @@ TTL some notion of optional TTL (and optional default TTL) for snapshots

[GitHub] [hbase] Apache-HBase commented on pull request #3864: HBASE-26416 Implement a new method for region replication instead of …

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

[GitHub] [hbase] sunhelly commented on a change in pull request #3831: HBASE-26249 Ameliorate compaction made by bul…

2021-11-21 Thread GitBox
sunhelly commented on a change in pull request #3831: URL: https://github.com/apache/hbase/pull/3831#discussion_r753970108 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java ## @@ -7050,11 +7053,15 @@ String prepareBulkLoad(byte[]

[GitHub] [hbase] Reidddddd commented on pull request #3776: HBASE-26325 Backport the HBASE-26305 to branch-1. Move NavigableSet add operation to writer thread in BucketCache

2021-11-21 Thread GitBox
Reidd commented on pull request #3776: URL: https://github.com/apache/hbase/pull/3776#issuecomment-975176216 > Do i need to push another blank commit to trigger the QA once more? Yes, please try again for sure, thx @YutSean -- This is an automated message from the Apache Git

[GitHub] [hbase] Apache-HBase commented on pull request #3867: HBASE-26477 Fix MiniMapReduceCluster failure under Java17

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

[GitHub] [hbase] Reidddddd removed a comment on pull request #3776: HBASE-26325 Backport the HBASE-26305 to branch-1. Move NavigableSet add operation to writer thread in BucketCache

2021-11-21 Thread GitBox
Reidd removed a comment on pull request #3776: URL: https://github.com/apache/hbase/pull/3776#issuecomment-975176216 > Do i need to push another blank commit to trigger the QA once more? Yes, please try again for sure, thx @YutSean -- This is an automated message from the

[GitHub] [hbase] Apache9 commented on a change in pull request #3803: HBASE-26304: Reflect out of band locality improvements in metrics and balancer

2021-11-21 Thread GitBox
Apache9 commented on a change in pull request #3803: URL: https://github.com/apache/hbase/pull/3803#discussion_r753919285 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/InputStreamBlockDistribution.java ## @@ -0,0 +1,143 @@ +/** + * Licensed to

[GitHub] [hbase] Apache9 commented on pull request #3803: HBASE-26304: Reflect out of band locality improvements in metrics and balancer

2021-11-21 Thread GitBox
Apache9 commented on pull request #3803: URL: https://github.com/apache/hbase/pull/3803#issuecomment-975031255 Please fix the javac and checkstyle warnings? Thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[jira] [Commented] (HBASE-26463) Unreadable table names after HBASE-24605

2021-11-21 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17447182#comment-17447182 ] Hudson commented on HBASE-26463: Results for branch branch-2.4 [build #243 on

[GitHub] [hbase] sunhelly commented on a change in pull request #3831: HBASE-26249 Ameliorate compaction made by bul…

2021-11-21 Thread GitBox
sunhelly commented on a change in pull request #3831: URL: https://github.com/apache/hbase/pull/3831#discussion_r753970108 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java ## @@ -7050,11 +7053,15 @@ String prepareBulkLoad(byte[]

[jira] [Work started] (HBASE-26475) The flush and compact methods in HTU should skip processing secondary replicas

2021-11-21 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-26475 started by Duo Zhang. - > The flush and compact methods in HTU should skip processing secondary replicas >

[jira] [Assigned] (HBASE-26475) The flush and compact methods in HTU should skip processing secondary replicas

2021-11-21 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang reassigned HBASE-26475: - Assignee: Duo Zhang > The flush and compact methods in HTU should skip processing secondary

[jira] [Assigned] (HBASE-26459) HMaster should move non-meta region only if meta is ONLINE

2021-11-21 Thread Yutong Xiao (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yutong Xiao reassigned HBASE-26459: --- Assignee: Yutong Xiao > HMaster should move non-meta region only if meta is ONLINE >

[GitHub] [hbase] sunhelly commented on a change in pull request #3831: HBASE-26249 Ameliorate compaction made by bul…

2021-11-21 Thread GitBox
sunhelly commented on a change in pull request #3831: URL: https://github.com/apache/hbase/pull/3831#discussion_r753972653 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/Store.java ## @@ -299,4 +299,11 @@ * if you try to set a

[GitHub] [hbase] Apache-HBase commented on pull request #3867: HBASE-26477 Fix MiniMapReduceCluster failure under Java17

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

[GitHub] [hbase] Apache-HBase commented on pull request #3867: HBASE-26477 Fix MiniMapReduceCluster failure under Java17

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

[GitHub] [hbase] Apache9 commented on pull request #3864: HBASE-26416 Implement a new method for region replication instead of …

2021-11-21 Thread GitBox
Apache9 commented on pull request #3864: URL: https://github.com/apache/hbase/pull/3864#issuecomment-975003666 Strange. The javadoc for jdk11 is fine but not good for jdk8... Anyway, let me remove the link... -- This is an automated message from the Apache Git Service. To respond

[jira] [Commented] (HBASE-24605) Break long region names in the web UI

2021-11-21 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17447183#comment-17447183 ] Hudson commented on HBASE-24605: Results for branch branch-2.4 [build #243 on

[jira] [Commented] (HBASE-26467) Wrong Cell Generated by MemStoreLABImpl.forceCopyOfBigCellInto when Cell size bigger than data chunk size

2021-11-21 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17447184#comment-17447184 ] Hudson commented on HBASE-26467: Results for branch branch-2.4 [build #243 on

[GitHub] [hbase] sunhelly commented on pull request #3831: HBASE-26249 Ameliorate compaction made by bul…

2021-11-21 Thread GitBox
sunhelly commented on pull request #3831: URL: https://github.com/apache/hbase/pull/3831#issuecomment-975160762 > But on the API design, do we really need to expose isUnderCompaction method? What about just add a flag to indicate whether to still request compaction if the store is already