[jira] [Created] (HBASE-28242) ProfileServlet does not allow selecting all events (e.g. itimer)

2023-12-06 Thread Lars Francke (Jira)
Lars Francke created HBASE-28242: Summary: ProfileServlet does not allow selecting all events (e.g. itimer) Key: HBASE-28242 URL: https://issues.apache.org/jira/browse/HBASE-28242 Project: HBase

Re: [PR] HBASE-28209: Create a jmx metrics to expose the oldWALs directory size [hbase]

2023-12-06 Thread via GitHub
Apache-HBase commented on PR #5556: URL: https://github.com/apache/hbase/pull/5556#issuecomment-1842665729 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 15s | Docker

Re: [PR] HBASE-28240 Phase II: Suspend TRSP and SCP when they can not get regi… [hbase]

2023-12-06 Thread via GitHub
Apache-HBase commented on PR #5559: URL: https://github.com/apache/hbase/pull/5559#issuecomment-1842692924 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 48s | Docke

Re: [PR] HBASE-28241 Fixed the check for an ongoing Snapshot before proceeding with the merge region operation. [hbase]

2023-12-06 Thread via GitHub
hiping-tech commented on code in PR #5560: URL: https://github.com/apache/hbase/pull/5560#discussion_r1417277176 ## hbase-server/src/main/java/org/apache/hadoop/hbase/master/assignment/MergeTableRegionsProcedure.java: ## @@ -442,7 +442,7 @@ protected ProcedureMetrics getProcedu

[jira] [Created] (HBASE-28243) Bump jackson version to 2.15.2

2023-12-06 Thread Nihal Jain (Jira)
Nihal Jain created HBASE-28243: -- Summary: Bump jackson version to 2.15.2 Key: HBASE-28243 URL: https://issues.apache.org/jira/browse/HBASE-28243 Project: HBase Issue Type: Improvement

[jira] [Work started] (HBASE-28243) Bump jackson version to 2.15.2

2023-12-06 Thread Nihal Jain (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-28243 started by Nihal Jain. -- > Bump jackson version to 2.15.2 > > >

Re: [PR] HBASE-28180 Review the usage of RegionStates.getOrCreateServer [hbase]

2023-12-06 Thread via GitHub
Apache9 commented on PR #5486: URL: https://github.com/apache/hbase/pull/5486#issuecomment-1842865495 I think the failure is introduced by HBASE-28199, where we may will add procedure back in a thread other than PEWorker. Let me think how to fix this... -- This is an automated message fro

Re: [PR] HBASE-28209: Create a jmx metrics to expose the oldWALs directory size [hbase]

2023-12-06 Thread via GitHub
Apache-HBase commented on PR #5556: URL: https://github.com/apache/hbase/pull/5556#issuecomment-184280 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 41s | Docker

[jira] [Updated] (HBASE-28243) Bump jackson version to 2.15.2

2023-12-06 Thread Nihal Jain (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nihal Jain updated HBASE-28243: --- Issue Type: Task (was: Improvement) > Bump jackson version to 2.15.2 > --

[jira] [Created] (HBASE-28244) ProcedureTestingUtility.restart is broken sometimes after HBASE-28199

2023-12-06 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28244: - Summary: ProcedureTestingUtility.restart is broken sometimes after HBASE-28199 Key: HBASE-28244 URL: https://issues.apache.org/jira/browse/HBASE-28244 Project: HBase

[jira] [Assigned] (HBASE-28244) ProcedureTestingUtility.restart is broken sometimes after HBASE-28199

2023-12-06 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang reassigned HBASE-28244: - Assignee: Duo Zhang > ProcedureTestingUtility.restart is broken sometimes after HBASE-28199 > -

[jira] [Work started] (HBASE-28244) ProcedureTestingUtility.restart is broken sometimes after HBASE-28199

2023-12-06 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-28244 started by Duo Zhang. - > ProcedureTestingUtility.restart is broken sometimes after HBASE-28199 > ---

Re: [PR] HBASE-28209: Create a jmx metrics to expose the oldWALs directory size [hbase]

2023-12-06 Thread via GitHub
Apache-HBase commented on PR #5556: URL: https://github.com/apache/hbase/pull/5556#issuecomment-1842952151 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 35s | Docker

[PR] HBASE-28243 Bump jackson version to 2.15.2 [hbase]

2023-12-06 Thread via GitHub
NihalJain opened a new pull request, #5562: URL: https://github.com/apache/hbase/pull/5562 (no comment) -- 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-ma

Re: [PR] HBASE-28243 Bump jackson version to 2.15.2 [hbase]

2023-12-06 Thread via GitHub
NihalJain commented on code in PR #5562: URL: https://github.com/apache/hbase/pull/5562#discussion_r1417380350 ## pom.xml: ## @@ -839,8 +839,8 @@ 4.5.13 4.4.13 3.2.6 -2.14.1 -2.14.1 +2.15.2 Review Comment: Latest jackson is 2.15.3; just synced with

[jira] [Updated] (HBASE-28243) Bump jackson version to 2.15.2

2023-12-06 Thread Nihal Jain (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nihal Jain updated HBASE-28243: --- Status: Patch Available (was: In Progress) > Bump jackson version to 2.15.2 > ---

[PR] HBASE-28244 ProcedureTestingUtility.restart is broken sometimes after… [hbase]

2023-12-06 Thread via GitHub
Apache9 opened a new pull request, #5563: URL: https://github.com/apache/hbase/pull/5563 … HBASE-28199 -- 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-mai

[jira] [Work started] (HBASE-28245) Sync internal protobuf version for hbase to be same as hbase-thirdparty

2023-12-06 Thread Nihal Jain (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-28245 started by Nihal Jain. -- > Sync internal protobuf version for hbase to be same as hbase-thirdparty > ---

[jira] [Created] (HBASE-28245) Sync internal protobuf version for hbase to be same as hbase-thirdparty

2023-12-06 Thread Nihal Jain (Jira)
Nihal Jain created HBASE-28245: -- Summary: Sync internal protobuf version for hbase to be same as hbase-thirdparty Key: HBASE-28245 URL: https://issues.apache.org/jira/browse/HBASE-28245 Project: HBase

[jira] [Updated] (HBASE-28245) Sync internal protobuf version for hbase to be same as hbase-thirdparty

2023-12-06 Thread Nihal Jain (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nihal Jain updated HBASE-28245: --- Description: hbase-thirdparty 4.1.5 uses protobuf 3.24.3 while hbase is still on 3.21.12. This Jira

[jira] [Updated] (HBASE-28245) Sync internal protobuf version for hbase to be same as hbase-thirdparty

2023-12-06 Thread Nihal Jain (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nihal Jain updated HBASE-28245: --- Description: hbase-thirdparty 4.1.5 uses protobuf 3.24.3 while hbase is still on 3.21.12. This Jira

[PR] HBASE-28245 Sync internal protobuf version for hbase to be same as hb… [hbase]

2023-12-06 Thread via GitHub
NihalJain opened a new pull request, #5564: URL: https://github.com/apache/hbase/pull/5564 …ase-thirdparty -- 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

[jira] [Updated] (HBASE-28245) Sync internal protobuf version for hbase to be same as hbase-thirdparty

2023-12-06 Thread Nihal Jain (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nihal Jain updated HBASE-28245: --- Status: Patch Available (was: In Progress) > Sync internal protobuf version for hbase to be same as

Re: [PR] HBASE-28240 Phase II: Suspend TRSP and SCP when they can not get regi… [hbase]

2023-12-06 Thread via GitHub
Apache-HBase commented on PR #5559: URL: https://github.com/apache/hbase/pull/5559#issuecomment-1843024027 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 25s | Docke

Re: [PR] HBASE-28245 Sync internal protobuf version for hbase to be same as hb… [hbase]

2023-12-06 Thread via GitHub
NihalJain commented on PR #5564: URL: https://github.com/apache/hbase/pull/5564#issuecomment-1843024846 Build fails with this change, need to debug! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

Re: [PR] HBASE-28243 Bump jackson version to 2.15.2 [hbase]

2023-12-06 Thread via GitHub
Apache-HBase commented on PR #5562: URL: https://github.com/apache/hbase/pull/5562#issuecomment-1843025499 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 33s | Docke

Re: [PR] HBASE-28240 Phase II: Suspend TRSP and SCP when they can not get regi… [hbase]

2023-12-06 Thread via GitHub
Apache-HBase commented on PR #5559: URL: https://github.com/apache/hbase/pull/5559#issuecomment-1843054214 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 27s | Docker

Re: [PR] HBASE-28245 Sync internal protobuf version for hbase to be same as hb… [hbase]

2023-12-06 Thread via GitHub
Apache-HBase commented on PR #5564: URL: https://github.com/apache/hbase/pull/5564#issuecomment-1843066991 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 42s | Docke

Re: [PR] HBASE-28245 Sync internal protobuf version for hbase to be same as hb… [hbase]

2023-12-06 Thread via GitHub
Apache-HBase commented on PR #5564: URL: https://github.com/apache/hbase/pull/5564#issuecomment-1843068599 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 38s | Docke

Re: [PR] HBASE-28245 Sync internal protobuf version for hbase to be same as hb… [hbase]

2023-12-06 Thread via GitHub
NihalJain commented on PR #5564: URL: https://github.com/apache/hbase/pull/5564#issuecomment-1843072260 > Build fails with this change, need to debug! Local build failure was due to rebase issue. Rebased and force pushed! -- This is an automated message from the Apache Git Service.

Re: [PR] HBASE-28245 Sync internal protobuf version for hbase to be same as hb… [hbase]

2023-12-06 Thread via GitHub
Apache-HBase commented on PR #5564: URL: https://github.com/apache/hbase/pull/5564#issuecomment-1843073794 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 26s | Docke

Re: [PR] HBASE-28244 ProcedureTestingUtility.restart is broken sometimes after… [hbase]

2023-12-06 Thread via GitHub
Apache-HBase commented on PR #5563: URL: https://github.com/apache/hbase/pull/5563#issuecomment-1843114799 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 28s | Docke

Re: [PR] HBASE-28245 Sync internal protobuf version for hbase to be same as hb… [hbase]

2023-12-06 Thread via GitHub
Apache-HBase commented on PR #5564: URL: https://github.com/apache/hbase/pull/5564#issuecomment-1843123980 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 38s | Docke

Re: [PR] HBASE-28245 Sync internal protobuf version for hbase to be same as hb… [hbase]

2023-12-06 Thread via GitHub
Apache-HBase commented on PR #5564: URL: https://github.com/apache/hbase/pull/5564#issuecomment-1843132632 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 25s | Docke

Re: [PR] HBASE-28245 Sync internal protobuf version for hbase to be same as hb… [hbase]

2023-12-06 Thread via GitHub
Apache-HBase commented on PR #5564: URL: https://github.com/apache/hbase/pull/5564#issuecomment-1843143564 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 42s | Docke

Re: [PR] HBASE-28209: Create a jmx metrics to expose the oldWALs directory size [hbase]

2023-12-06 Thread via GitHub
Apache-HBase commented on PR #5556: URL: https://github.com/apache/hbase/pull/5556#issuecomment-1843347091 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 42s | Docke

Re: [PR] HBASE-28206 [JDK17] JVM crashes intermittently on aarch64 [hbase]

2023-12-06 Thread via GitHub
Apache-HBase commented on PR #5561: URL: https://github.com/apache/hbase/pull/5561#issuecomment-1843371342 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 38s | Docke

Re: [PR] HBASE-28206 [JDK17] JVM crashes intermittently on aarch64 [hbase]

2023-12-06 Thread via GitHub
bbeaudreault merged PR #5561: URL: https://github.com/apache/hbase/pull/5561 -- 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: issues-unsubscr...@hbase.ap

Re: [PR] HBASE-28209: Create a jmx metrics to expose the oldWALs directory size [hbase]

2023-12-06 Thread via GitHub
Apache-HBase commented on PR #5556: URL: https://github.com/apache/hbase/pull/5556#issuecomment-1843433666 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 19s | Docke

Re: [PR] HBASE-28244 ProcedureTestingUtility.restart is broken sometimes after… [hbase]

2023-12-06 Thread via GitHub
Apache-HBase commented on PR #5563: URL: https://github.com/apache/hbase/pull/5563#issuecomment-1843507372 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 39s | Docker

Re: [PR] HBASE-28243 Bump jackson version to 2.15.2 [hbase]

2023-12-06 Thread via GitHub
Apache-HBase commented on PR #5562: URL: https://github.com/apache/hbase/pull/5562#issuecomment-1843536071 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 28s | Docke

Re: [PR] HBASE-28244 ProcedureTestingUtility.restart is broken sometimes after… [hbase]

2023-12-06 Thread via GitHub
Apache-HBase commented on PR #5563: URL: https://github.com/apache/hbase/pull/5563#issuecomment-1843597471 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 14s | Docker

[jira] [Updated] (HBASE-28206) [JDK17] JVM crashes intermittently on aarch64

2023-12-06 Thread Bryan Beaudreault (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Beaudreault updated HBASE-28206: -- Fix Version/s: 2.6.0 3.0.0-beta-1 2.5.7 Re

Re: [PR] HBASE-28206 [JDK17] JVM crashes intermittently on aarch64 [hbase]

2023-12-06 Thread via GitHub
Apache-HBase commented on PR #5561: URL: https://github.com/apache/hbase/pull/5561#issuecomment-1843693889 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 25s | Docker

Re: [PR] HBASE-28243 Bump jackson version to 2.15.2 [hbase]

2023-12-06 Thread via GitHub
Apache-HBase commented on PR #5562: URL: https://github.com/apache/hbase/pull/5562#issuecomment-1843715136 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 36s | Docke

Re: [PR] HBASE-28206 [JDK17] JVM crashes intermittently on aarch64 [hbase]

2023-12-06 Thread via GitHub
Apache-HBase commented on PR #5561: URL: https://github.com/apache/hbase/pull/5561#issuecomment-1843718907 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 32s | Docker

[jira] [Created] (HBASE-28246) Expose region cached size over JMX metrics and report in the RS UI

2023-12-06 Thread Wellington Chevreuil (Jira)
Wellington Chevreuil created HBASE-28246: Summary: Expose region cached size over JMX metrics and report in the RS UI Key: HBASE-28246 URL: https://issues.apache.org/jira/browse/HBASE-28246 Pr

[PR] HBASE-28242: Adapts ProfileServlet for async-profiler 2.x [hbase]

2023-12-06 Thread via GitHub
lfrancke opened a new pull request, #5566: URL: https://github.com/apache/hbase/pull/5566 - Adds settings that are available in async-profiler 2.0 and later and removes those that don't exist anymore. - Adds support for the itimer event, renames "branches" to "branch-instructions" - R

[jira] [Updated] (HBASE-28242) Move ProfileServlet to support async-profiler 2.x only

2023-12-06 Thread Lars Francke (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Francke updated HBASE-28242: - Summary: Move ProfileServlet to support async-profiler 2.x only (was: ProfileServlet does not a

[jira] [Updated] (HBASE-28242) Move ProfileServlet to support async-profiler 2.x only

2023-12-06 Thread Lars Francke (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Francke updated HBASE-28242: - Description: async-profiler 2.0 has been out since March 2021 now. This issue/PR is about suppo

Re: [PR] HBASE-28246 Expose region cached size over JMX metrics and report in the RS UI [hbase]

2023-12-06 Thread via GitHub
Apache-HBase commented on PR #5565: URL: https://github.com/apache/hbase/pull/5565#issuecomment-1843867442 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 30s | Docke

[jira] [Commented] (HBASE-28216) HDFS erasure coding support for table data dirs

2023-12-06 Thread Bryan Beaudreault (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17793959#comment-17793959 ] Bryan Beaudreault commented on HBASE-28216: --- I’m trying to weigh two options:

Re: [PR] HBASE-28246 Expose region cached size over JMX metrics and report in the RS UI [hbase]

2023-12-06 Thread via GitHub
Apache-HBase commented on PR #5565: URL: https://github.com/apache/hbase/pull/5565#issuecomment-1843894472 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 30s | Docker

Re: [PR] HBASE-28246 Expose region cached size over JMX metrics and report in the RS UI [hbase]

2023-12-06 Thread via GitHub
Apache-HBase commented on PR #5565: URL: https://github.com/apache/hbase/pull/5565#issuecomment-1843903063 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 26s | Docker

Re: [PR] HBASE-28242: Adapts ProfileServlet for async-profiler 2.x [hbase]

2023-12-06 Thread via GitHub
Apache-HBase commented on PR #5566: URL: https://github.com/apache/hbase/pull/5566#issuecomment-1843932731 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 25s | Docke

Re: [PR] HBASE-28244 ProcedureTestingUtility.restart is broken sometimes after… [hbase]

2023-12-06 Thread via GitHub
Apache9 commented on PR #5563: URL: https://github.com/apache/hbase/pull/5563#issuecomment-1844202280 The failure for TestRollbackSCP is because there are races between rollbacking a OpenRegionProcedure and reportRegionStateTransition. When rollbacking, we will set the state to rolled

Re: [PR] HBASE-28242: Adapts ProfileServlet for async-profiler 2.x [hbase]

2023-12-06 Thread via GitHub
Apache-HBase commented on PR #5566: URL: https://github.com/apache/hbase/pull/5566#issuecomment-1844404295 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 30s | Docke

Re: [PR] HBASE-28244 ProcedureTestingUtility.restart is broken sometimes after… [hbase]

2023-12-06 Thread via GitHub
Apache-HBase commented on PR #5563: URL: https://github.com/apache/hbase/pull/5563#issuecomment-1844509860 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 41s | Docke

Re: [PR] HBASE-28242: Adapts ProfileServlet for async-profiler 2.x [hbase]

2023-12-06 Thread via GitHub
Apache-HBase commented on PR #5566: URL: https://github.com/apache/hbase/pull/5566#issuecomment-1844557629 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 27s | Docker

[jira] [Created] (HBASE-28247) Add java.base/sun.net.dns and java.base/sun.net.util export to jdk11 JVM test flags

2023-12-06 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28247: --- Summary: Add java.base/sun.net.dns and java.base/sun.net.util export to jdk11 JVM test flags Key: HBASE-28247 URL: https://issues.apache.org/jira/browse/HBASE-28247 Pr

[jira] [Commented] (HBASE-28247) Add java.base/sun.net.dns and java.base/sun.net.util export to jdk11 JVM test flags

2023-12-06 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17794039#comment-17794039 ] Istvan Toth commented on HBASE-28247: - This is the sun-net.dns stack trace: {noform

[jira] [Created] (HBASE-28248) Race between RegionRemoteProcedureBase and rollback operation could lead to ROLLEDBACK state be persisent to procedure store

2023-12-06 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28248: - Summary: Race between RegionRemoteProcedureBase and rollback operation could lead to ROLLEDBACK state be persisent to procedure store Key: HBASE-28248 URL: https://issues.apache.org/jir

[jira] [Updated] (HBASE-28248) Race between RegionRemoteProcedureBase and rollback operation could lead to ROLLEDBACK state be persisent to procedure store

2023-12-06 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-28248: -- Component/s: proc-v2 Region Assignment > Race between RegionRemoteProcedureBase and r

[jira] [Work started] (HBASE-28248) Race between RegionRemoteProcedureBase and rollback operation could lead to ROLLEDBACK state be persisent to procedure store

2023-12-06 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-28248 started by Duo Zhang. - > Race between RegionRemoteProcedureBase and rollback operation could lead to > ROLL

[jira] [Updated] (HBASE-28248) Race between RegionRemoteProcedureBase and rollback operation could lead to ROLLEDBACK state be persisent to procedure store

2023-12-06 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-28248: -- Fix Version/s: 2.6.0 2.4.18 3.0.0-beta-1 2.5.7

[jira] [Assigned] (HBASE-28248) Race between RegionRemoteProcedureBase and rollback operation could lead to ROLLEDBACK state be persisent to procedure store

2023-12-06 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang reassigned HBASE-28248: - Assignee: Duo Zhang > Race between RegionRemoteProcedureBase and rollback operation could lead

[jira] [Updated] (HBASE-28248) Race between RegionRemoteProcedureBase and rollback operation could lead to ROLLEDBACK state be persisent to procedure store

2023-12-06 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-28248: -- Priority: Critical (was: Major) > Race between RegionRemoteProcedureBase and rollback operation could

Re: [PR] HBASE-28242: Adapts ProfileServlet for async-profiler 2.x [hbase]

2023-12-06 Thread via GitHub
Apache-HBase commented on PR #5566: URL: https://github.com/apache/hbase/pull/5566#issuecomment-1844768378 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 26s | Docke

[jira] [Commented] (HBASE-28206) [JDK17] JVM crashes intermittently on aarch64

2023-12-06 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17794056#comment-17794056 ] Hudson commented on HBASE-28206: Results for branch branch-2 [build #937 on bui

Re: [PR] HBASE-28248 Race between RegionRemoteProcedureBase and rollback opera… [hbase]

2023-12-06 Thread via GitHub
Apache-HBase commented on PR #5567: URL: https://github.com/apache/hbase/pull/5567#issuecomment-1844813528 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 24s | Docke