[GitHub] [hbase] Apache-HBase commented on pull request #5252: HBASE-27881 The sleep time in checkQuota of replication WAL reader sh…

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

[jira] [Commented] (HBASE-27880) Bump requests from 2.28.1 to 2.31.0 in /dev-support/flaky-tests

2023-05-23 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17725630#comment-17725630 ] Hudson commented on HBASE-27880: Results for branch branch-2 [build #818 on

[jira] [Commented] (HBASE-27277) TestRaceBetweenSCPAndTRSP fails in pre commit

2023-05-23 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17725629#comment-17725629 ] Hudson commented on HBASE-27277: Results for branch branch-2 [build #818 on

[jira] [Commented] (HBASE-27277) TestRaceBetweenSCPAndTRSP fails in pre commit

2023-05-23 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17725627#comment-17725627 ] Hudson commented on HBASE-27277: Results for branch branch-2.4 [build #564 on

[jira] [Commented] (HBASE-27880) Bump requests from 2.28.1 to 2.31.0 in /dev-support/flaky-tests

2023-05-23 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17725628#comment-17725628 ] Hudson commented on HBASE-27880: Results for branch branch-2.4 [build #564 on

[GitHub] [hbase] sunhelly opened a new pull request, #5252: HBASE-27881 The sleep time in checkQuota of replication WAL reader sh…

2023-05-23 Thread via GitHub
sunhelly opened a new pull request, #5252: URL: https://github.com/apache/hbase/pull/5252 …ould be controlled independently -- 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.

[jira] [Updated] (HBASE-27881) The sleep time in checkQuota of replication WAL reader should be controlled independently

2023-05-23 Thread Xiaolin Ha (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaolin Ha updated HBASE-27881: --- Description: In theory the sleep time when checking quota failed in replication WAL reader should

[jira] [Updated] (HBASE-27881) The sleep time in checkQuota of replication WAL reader should be controlled independently

2023-05-23 Thread Xiaolin Ha (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaolin Ha updated HBASE-27881: --- Description: In theory the sleep time when checking quota failed in replication WAL reader should

[jira] [Created] (HBASE-27882) Avoid always reinit the decompressor in the hot read path

2023-05-23 Thread Xiaolin Ha (Jira)
Xiaolin Ha created HBASE-27882: -- Summary: Avoid always reinit the decompressor in the hot read path Key: HBASE-27882 URL: https://issues.apache.org/jira/browse/HBASE-27882 Project: HBase Issue

[jira] [Updated] (HBASE-27672) Read RPC threads may BLOCKED at the Configuration.get when using java compression

2023-05-23 Thread Xiaolin Ha (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaolin Ha updated HBASE-27672: --- Description: As in the jstack info, we can see some RPC threads or compaction threads BLOCKED,

[jira] [Created] (HBASE-27881) The sleep time in checkQuota of replication WAL reader should be controlled independently

2023-05-23 Thread Xiaolin Ha (Jira)
Xiaolin Ha created HBASE-27881: -- Summary: The sleep time in checkQuota of replication WAL reader should be controlled independently Key: HBASE-27881 URL: https://issues.apache.org/jira/browse/HBASE-27881

[GitHub] [hbase] Apache-HBase commented on pull request #5251: HBASE-27876: Only generate SBOM when releasing

2023-05-23 Thread via GitHub
Apache-HBase commented on PR #5251: URL: https://github.com/apache/hbase/pull/5251#issuecomment-1560133466 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 14s |

[GitHub] [hbase] Apache-HBase commented on pull request #5251: HBASE-27876: Only generate SBOM when releasing

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

[jira] [Commented] (HBASE-27877) Hbase ImportTsv doesn't take ofs:// as a FS

2023-05-23 Thread Pratyush Bhatt (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17725544#comment-17725544 ] Pratyush Bhatt commented on HBASE-27877: Yes, works after that: {noformat} hbase

[GitHub] [hbase] frostruan commented on a diff in pull request #5247: HBASE-27855 Support dynamic adjustment of flusher count

2023-05-23 Thread via GitHub
frostruan commented on code in PR #5247: URL: https://github.com/apache/hbase/pull/5247#discussion_r1202805790 ## hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/MemStoreFlusher.java: ## @@ -924,4 +947,62 @@ public boolean equals(Object obj) { return

[GitHub] [hbase] frostruan commented on a diff in pull request #5247: HBASE-27855 Support dynamic adjustment of flusher count

2023-05-23 Thread via GitHub
frostruan commented on code in PR #5247: URL: https://github.com/apache/hbase/pull/5247#discussion_r1202804221 ## hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/MemStoreFlusher.java: ## @@ -924,4 +947,62 @@ public boolean equals(Object obj) { return

[jira] [Comment Edited] (HBASE-27877) Hbase ImportTsv doesn't take ofs:// as a FS

2023-05-23 Thread Wei-Chiu Chuang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17725524#comment-17725524 ] Wei-Chiu Chuang edited comment on HBASE-27877 at 5/23/23 6:07 PM: -- Try

[jira] [Commented] (HBASE-27877) Hbase ImportTsv doesn't take ofs:// as a FS

2023-05-23 Thread Wei-Chiu Chuang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17725524#comment-17725524 ] Wei-Chiu Chuang commented on HBASE-27877: - Try specify -Dfs.defaultFS=ofs://ozone1/ and see if

[GitHub] [hbase] frostruan commented on a diff in pull request #5247: HBASE-27855 Support dynamic adjustment of flusher count

2023-05-23 Thread via GitHub
frostruan commented on code in PR #5247: URL: https://github.com/apache/hbase/pull/5247#discussion_r1202793846 ## hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/MemStoreFlusher.java: ## @@ -495,41 +505,54 @@ public int getFlushQueueSize() { * Only interrupt

[GitHub] [hbase] frostruan commented on a diff in pull request #5247: HBASE-27855 Support dynamic adjustment of flusher count

2023-05-23 Thread via GitHub
frostruan commented on code in PR #5247: URL: https://github.com/apache/hbase/pull/5247#discussion_r1202787995 ## hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/MemStoreFlusher.java: ## @@ -495,41 +505,54 @@ public int getFlushQueueSize() { * Only interrupt

[GitHub] [hbase] wchevreuil commented on a diff in pull request #5241: HBASE-27871 Meta replication stuck forever if wal it's still reading gets rolled and deleted

2023-05-23 Thread via GitHub
wchevreuil commented on code in PR #5241: URL: https://github.com/apache/hbase/pull/5241#discussion_r1202563088 ## hbase-server/src/test/java/org/apache/hadoop/hbase/replication/regionserver/TestMetaRegionReplicaReplicationEndpoint.java: ## @@ -225,6 +227,38 @@ public void

[GitHub] [hbase] Apache-HBase commented on pull request #5251: HBASE-27876: Only generate SBOM when releasing

2023-05-23 Thread via GitHub
Apache-HBase commented on PR #5251: URL: https://github.com/apache/hbase/pull/5251#issuecomment-1559661796 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 57s |

[GitHub] [hbase] Apache9 commented on a diff in pull request #5247: HBASE-27855 Support dynamic adjustment of flusher count

2023-05-23 Thread via GitHub
Apache9 commented on code in PR #5247: URL: https://github.com/apache/hbase/pull/5247#discussion_r1202502990 ## hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/MemStoreFlusher.java: ## @@ -495,41 +505,54 @@ public int getFlushQueueSize() { * Only interrupt

[jira] [Commented] (HBASE-26149) Further improvements on ConnectionRegistry implementations

2023-05-23 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17725463#comment-17725463 ] Duo Zhang commented on HBASE-26149: --- Was thinking of introducing an URI as the connnection string for

[jira] [Resolved] (HBASE-27880) Bump requests from 2.28.1 to 2.31.0 in /dev-support/flaky-tests

2023-05-23 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-27880. --- Fix Version/s: 2.6.0 3.0.0-alpha-4 2.5.5

[jira] [Resolved] (HBASE-27277) TestRaceBetweenSCPAndTRSP fails in pre commit

2023-05-23 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-27277. --- Fix Version/s: 2.6.0 3.0.0-alpha-4 2.5.5

[jira] [Resolved] (HBASE-27879) Bump requests from 2.22.0 to 2.31.0 in /dev-support/git-jira-release-audit

2023-05-23 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-27879. --- Fix Version/s: 3.0.0-alpha-4 Hadoop Flags: Reviewed Resolution: Fixed > Bump requests

[GitHub] [hbase] Apache9 merged pull request #5249: HBASE-27879 Bump requests from 2.22.0 to 2.31.0 in /dev-support/git-jira-release-audit

2023-05-23 Thread via GitHub
Apache9 merged PR #5249: URL: https://github.com/apache/hbase/pull/5249 -- 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:

[jira] [Updated] (HBASE-27879) Bump requests from 2.22.0 to 2.31.0 in /dev-support/git-jira-release-audit

2023-05-23 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-27879: -- Component/s: dependabot > Bump requests from 2.22.0 to 2.31.0 in /dev-support/git-jira-release-audit

[jira] [Created] (HBASE-27880) Bump requests from 2.28.1 to 2.31.0 in /dev-support/flaky-tests

2023-05-23 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-27880: - Summary: Bump requests from 2.28.1 to 2.31.0 in /dev-support/flaky-tests Key: HBASE-27880 URL: https://issues.apache.org/jira/browse/HBASE-27880 Project: HBase

[jira] [Created] (HBASE-27879) Bump requests from 2.22.0 to 2.31.0 in /dev-support/git-jira-release-audit

2023-05-23 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-27879: - Summary: Bump requests from 2.22.0 to 2.31.0 in /dev-support/git-jira-release-audit Key: HBASE-27879 URL: https://issues.apache.org/jira/browse/HBASE-27879 Project: HBase

[jira] [Commented] (HBASE-26890) Make the WAL interface async so sync replication can be built up on the WAL interface

2023-05-23 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17725443#comment-17725443 ] Duo Zhang commented on HBASE-26890: --- Plan to work on HBASE-20952 again, to build a WAL implementation

[jira] [Work started] (HBASE-26890) Make the WAL interface async so sync replication can be built up on the WAL interface

2023-05-23 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-26890 started by Duo Zhang. - > Make the WAL interface async so sync replication can be built up on the WAL >

[jira] [Assigned] (HBASE-26890) Make the WAL interface async so sync replication can be built up on the WAL interface

2023-05-23 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang reassigned HBASE-26890: - Assignee: Duo Zhang > Make the WAL interface async so sync replication can be built up on the

[GitHub] [hbase] Apache9 merged pull request #5248: HBASE-27277 TestRaceBetweenSCPAndTRSP fails in pre commit

2023-05-23 Thread via GitHub
Apache9 merged PR #5248: URL: https://github.com/apache/hbase/pull/5248 -- 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:

[jira] [Assigned] (HBASE-27876) Only generate SBOM when releasing

2023-05-23 Thread Shuhei Yamasaki (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuhei Yamasaki reassigned HBASE-27876: --- Assignee: Shuhei Yamasaki > Only generate SBOM when releasing >

[GitHub] [hbase] yamasakisua opened a new pull request, #5251: HBASE-27876: Only generate SBOM when releasing

2023-05-23 Thread via GitHub
yamasakisua opened a new pull request, #5251: URL: https://github.com/apache/hbase/pull/5251 See details: [HBASE-27876](https://issues.apache.org/jira/browse/HBASE-27876) I tested following commands. ``` $ mvn clean install -DskipTests [INFO]

[GitHub] [hbase] Apache9 commented on a diff in pull request #5241: HBASE-27871 Meta replication stuck forever if wal it's still reading gets rolled and deleted

2023-05-23 Thread via GitHub
Apache9 commented on code in PR #5241: URL: https://github.com/apache/hbase/pull/5241#discussion_r1202369028 ## hbase-server/src/test/java/org/apache/hadoop/hbase/replication/regionserver/TestMetaRegionReplicaReplicationEndpoint.java: ## @@ -225,6 +227,38 @@ public void

[jira] [Created] (HBASE-27878) balance_rsgroup NullPointerException

2023-05-23 Thread zhengsicheng (Jira)
zhengsicheng created HBASE-27878: Summary: balance_rsgroup NullPointerException Key: HBASE-27878 URL: https://issues.apache.org/jira/browse/HBASE-27878 Project: HBase Issue Type: Bug

[GitHub] [hbase] Apache-HBase commented on pull request #5226: [Draft] HBASE-27798: Client side should back off based on wait interval in RpcThrottlingException

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

[GitHub] [hbase] Apache-HBase commented on pull request #5226: [Draft] HBASE-27798: Client side should back off based on wait interval in RpcThrottlingException

2023-05-23 Thread via GitHub
Apache-HBase commented on PR #5226: URL: https://github.com/apache/hbase/pull/5226#issuecomment-1559210132 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 59s |

[GitHub] [hbase] Apache-HBase commented on pull request #5226: [Draft] HBASE-27798: Client side should back off based on wait interval in RpcThrottlingException

2023-05-23 Thread via GitHub
Apache-HBase commented on PR #5226: URL: https://github.com/apache/hbase/pull/5226#issuecomment-1559207002 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 53s |

[GitHub] [hbase] thangTang commented on pull request #5243: HBASE-27873 Asyncfs may print too many WARN logs when replace writer

2023-05-23 Thread via GitHub
thangTang commented on PR #5243: URL: https://github.com/apache/hbase/pull/5243#issuecomment-1558842120 > Since we use exponential backoff here, the log output is acceptable? We will soon increase the interval between each warn message? Yes you are right, but still offen seen it.

[GitHub] [hbase-operator-tools] Apache-HBase commented on pull request #121: HBASE-27831 Introduce zookeeper-single-instance component

2023-05-23 Thread via GitHub
Apache-HBase commented on PR #121: URL: https://github.com/apache/hbase-operator-tools/pull/121#issuecomment-1558813801 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec |

[GitHub] [hbase] ragarkar commented on pull request #5210: HBASE-27820: HBase is not starting due to Jersey library conflicts wi…

2023-05-23 Thread via GitHub
ragarkar commented on PR #5210: URL: https://github.com/apache/hbase/pull/5210#issuecomment-1558692051 retest -- 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] ragarkar commented on pull request #5210: HBASE-27820: HBase is not starting due to Jersey library conflicts wi…

2023-05-23 Thread via GitHub
ragarkar commented on PR #5210: URL: https://github.com/apache/hbase/pull/5210#issuecomment-1558691748 The test failures seen above are because of timeouts. Is it possible to either suppress these errors or rerun the tests to see if they pass during rerun? [ERROR]