[GitHub] [hbase] Apache9 merged pull request #4636: HBASE-27075 TestUpdateRSGroupConfiguration.testCustomOnlineConfigChan…

2022-07-20 Thread GitBox
Apache9 merged PR #4636: URL: https://github.com/apache/hbase/pull/4636 -- 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.apache.

[GitHub] [hbase] Apache-HBase commented on pull request #4634: HBASE-27222 Purge FutureReturnValueIgnored warnings from error prone

2022-07-20 Thread GitBox
Apache-HBase commented on PR #4634: URL: https://github.com/apache/hbase/pull/4634#issuecomment-1191079460 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 39s | Docker

[GitHub] [hbase] Apache-HBase commented on pull request #4636: HBASE-27075 TestUpdateRSGroupConfiguration.testCustomOnlineConfigChan…

2022-07-20 Thread GitBox
Apache-HBase commented on PR #4636: URL: https://github.com/apache/hbase/pull/4636#issuecomment-1191072806 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 51s | Docker

[GitHub] [hbase] Apache-HBase commented on pull request #4634: HBASE-27222 Purge FutureReturnValueIgnored warnings from error prone

2022-07-20 Thread GitBox
Apache-HBase commented on PR #4634: URL: https://github.com/apache/hbase/pull/4634#issuecomment-1191056006 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 8s | Docke

[GitHub] [hbase] Apache-HBase commented on pull request #4636: HBASE-27075 TestUpdateRSGroupConfiguration.testCustomOnlineConfigChan…

2022-07-20 Thread GitBox
Apache-HBase commented on PR #4636: URL: https://github.com/apache/hbase/pull/4636#issuecomment-1191039397 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 24s | Docke

[GitHub] [hbase] comnetwork commented on a diff in pull request #4633: HBASE-27223 Avoid data inconsistent between primary and secondary rep…

2022-07-20 Thread GitBox
comnetwork commented on code in PR #4633: URL: https://github.com/apache/hbase/pull/4633#discussion_r926225943 ## hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/AbstractFSWAL.java: ## @@ -142,7 +142,7 @@ "hbase.regionserver.wal.slowsync.roll.interval.ms

[GitHub] [hbase] comnetwork commented on a diff in pull request #4633: HBASE-27223 Avoid data inconsistent between primary and secondary rep…

2022-07-20 Thread GitBox
comnetwork commented on code in PR #4633: URL: https://github.com/apache/hbase/pull/4633#discussion_r926225943 ## hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/AbstractFSWAL.java: ## @@ -142,7 +142,7 @@ "hbase.regionserver.wal.slowsync.roll.interval.ms

[jira] [Updated] (HBASE-27231) FSHLog should retry writing WAL entries when syncs to HDFS failed.

2022-07-20 Thread chenglei (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenglei updated HBASE-27231: - Description: Just as HBASE-27233 said, basically, if the {{WAL}} write to HDFS fails, we do not know whe

[jira] [Updated] (HBASE-27231) FSHLog should retry writing WAL entries when syncs to HDFS failed.

2022-07-20 Thread chenglei (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenglei updated HBASE-27231: - Summary: FSHLog should retry writing WAL entries when syncs to HDFS failed. (was: Make FSHLog retry wri

[jira] [Updated] (HBASE-27231) Make FSHLog retry writing WAL entries when syncs to HDFS failed.

2022-07-20 Thread chenglei (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenglei updated HBASE-27231: - Description: Just as HBASE-27233 said, basically, if the {{WAL}} write to HDFS fails, we do not know whe

[jira] [Created] (HBASE-27231) Make FSHLog retry writing WAL entries when syncs to HDFS failed.

2022-07-20 Thread chenglei (Jira)
chenglei created HBASE-27231: Summary: Make FSHLog retry writing WAL entries when syncs to HDFS failed. Key: HBASE-27231 URL: https://issues.apache.org/jira/browse/HBASE-27231 Project: HBase Iss

[jira] [Updated] (HBASE-27230) RegionServer should abort when WAL.sync throws TimeoutIOException.

2022-07-20 Thread chenglei (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenglei updated HBASE-27230: - Description: As HBASE-27223 said, if {{WAL.sync}} get a timeout exception, the only correct way is to a

[jira] [Updated] (HBASE-27230) RegionServer should abort when WAL.sync throws TimeoutIOException.

2022-07-20 Thread chenglei (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenglei updated HBASE-27230: - Description: As HBASE-27223 said, if here we get a timeout exception, the only correct way is to abort t

[jira] [Updated] (HBASE-27230) RegionServer should abort when WAL.sync throws TimeoutIOException.

2022-07-20 Thread chenglei (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenglei updated HBASE-27230: - Description: As HBASE-27223 said, if we get a timeout exception, the only correct way is to abort the r

[jira] [Created] (HBASE-27230) RegionServer should abort when WAL.sync throws TimeoutIOException.

2022-07-20 Thread chenglei (Jira)
chenglei created HBASE-27230: Summary: RegionServer should abort when WAL.sync throws TimeoutIOException. Key: HBASE-27230 URL: https://issues.apache.org/jira/browse/HBASE-27230 Project: HBase I

[jira] [Commented] (HBASE-27152) Under compaction mark may leak

2022-07-20 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17569235#comment-17569235 ] Hudson commented on HBASE-27152: Results for branch branch-2.5 [build #168 on b

[jira] [Commented] (HBASE-27219) Change JONI encoding in RegexStringComparator

2022-07-20 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17569234#comment-17569234 ] Hudson commented on HBASE-27219: Results for branch branch-2.5 [build #168 on b

[GitHub] [hbase] Apache-HBase commented on pull request #4634: HBASE-27222 Purge FutureReturnValueIgnored warnings from error prone

2022-07-20 Thread GitBox
Apache-HBase commented on PR #4634: URL: https://github.com/apache/hbase/pull/4634#issuecomment-1190947293 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 42s | Docke

[GitHub] [hbase] Apache-HBase commented on pull request #4636: HBASE-27075 TestUpdateRSGroupConfiguration.testCustomOnlineConfigChan…

2022-07-20 Thread GitBox
Apache-HBase commented on PR #4636: URL: https://github.com/apache/hbase/pull/4636#issuecomment-1190941682 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 56s | Docke

[GitHub] [hbase] Apache-HBase commented on pull request #4639: HBASE-27229 BucketCache statistics should not count evictions by hfile

2022-07-20 Thread GitBox
Apache-HBase commented on PR #4639: URL: https://github.com/apache/hbase/pull/4639#issuecomment-1190936440 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 40s | Docke

[jira] [Reopened] (HBASE-27152) Under compaction mark may leak

2022-07-20 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang reopened HBASE-27152: --- This breaks several UTs. Revert for now. [~Xiaolin Ha] Please see the TestCompaction.testCompactionQue

[GitHub] [hbase] Apache-HBase commented on pull request #4638: HBASE-27224 HFile tool statistic sampling produces misleading results

2022-07-20 Thread GitBox
Apache-HBase commented on PR #4638: URL: https://github.com/apache/hbase/pull/4638#issuecomment-1190915790 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 4s | Docke

[jira] [Commented] (HBASE-27219) Change JONI encoding in RegexStringComparator

2022-07-20 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17569217#comment-17569217 ] Hudson commented on HBASE-27219: Results for branch master [build #638 on build

[jira] [Commented] (HBASE-27152) Under compaction mark may leak

2022-07-20 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17569218#comment-17569218 ] Hudson commented on HBASE-27152: Results for branch master [build #638 on build

[jira] [Assigned] (HBASE-27225) Add BucketAllocator bucket size statistic logging

2022-07-20 Thread Bryan Beaudreault (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Beaudreault reassigned HBASE-27225: - Assignee: Bryan Beaudreault > Add BucketAllocator bucket size statistic logging

[jira] [Updated] (HBASE-27229) BucketCache statistics should not count evictions by hfile

2022-07-20 Thread Bryan Beaudreault (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Beaudreault updated HBASE-27229: -- Assignee: Bryan Beaudreault Labels: patch-available (was: ) Status: Patch

[GitHub] [hbase] bbeaudreault opened a new pull request, #4639: HBASE-27229 BucketCache statistics should not count evictions by hfile

2022-07-20 Thread GitBox
bbeaudreault opened a new pull request, #4639: URL: https://github.com/apache/hbase/pull/4639 This change mirrors how it works in LruBlockCache and the other implementations. A `evictedByEvictionProcess` boolean is added to doEvictBlock and blockEvicted, which wraps the `cacheStats.evicted`

[GitHub] [hbase] Apache-HBase commented on pull request #4637: HBASE-27225 Add BucketAllocator bucket size statistic logging

2022-07-20 Thread GitBox
Apache-HBase commented on PR #4637: URL: https://github.com/apache/hbase/pull/4637#issuecomment-1190896415 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 12s | Docke

[jira] [Created] (HBASE-27229) BucketCache statistics should not count evictions by hfile

2022-07-20 Thread Bryan Beaudreault (Jira)
Bryan Beaudreault created HBASE-27229: - Summary: BucketCache statistics should not count evictions by hfile Key: HBASE-27229 URL: https://issues.apache.org/jira/browse/HBASE-27229 Project: HBase

[jira] [Updated] (HBASE-27225) Add BucketAllocator bucket size statistic logging

2022-07-20 Thread Bryan Beaudreault (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Beaudreault updated HBASE-27225: -- Labels: patch-available (was: ) Status: Patch Available (was: Open) [https://git

[jira] [Updated] (HBASE-27224) HFile tool statistic sampling produces misleading results

2022-07-20 Thread Bryan Beaudreault (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Beaudreault updated HBASE-27224: -- Labels: patch-available (was: ) Status: Patch Available (was: Open) Submitted a

[GitHub] [hbase] bbeaudreault opened a new pull request, #4638: HBASE-27224 HFile tool statistic sampling produces misleading results

2022-07-20 Thread GitBox
bbeaudreault opened a new pull request, #4638: URL: https://github.com/apache/hbase/pull/4638 Wraps the existing codahale Histogram in a KeyValueStats object. This object tracks the global min and max sizes for the statistic, since Histogram's is subject to sampling. Additionally adds a new

[GitHub] [hbase] bbeaudreault opened a new pull request, #4637: HBASE-27225 Add BucketAllocator bucket size statistic logging

2022-07-20 Thread GitBox
bbeaudreault opened a new pull request, #4637: URL: https://github.com/apache/hbase/pull/4637 Example output (with log4j log formatting prefixes removed for clarity): ``` Bucket allocator statistics follow: Free bytes=5325249536; used bytes=35391673344; total bytes=40716922880;

[GitHub] [hbase] Apache-HBase commented on pull request #4125: HBASE-26666 Add native TLS encryption support to RPC server/client

2022-07-20 Thread GitBox
Apache-HBase commented on PR #4125: URL: https://github.com/apache/hbase/pull/4125#issuecomment-1190819126 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 8s | Docker

[jira] [Created] (HBASE-27228) Client connection warming API

2022-07-20 Thread Bryan Beaudreault (Jira)
Bryan Beaudreault created HBASE-27228: - Summary: Client connection warming API Key: HBASE-27228 URL: https://issues.apache.org/jira/browse/HBASE-27228 Project: HBase Issue Type: Improveme

[jira] [Updated] (HBASE-27227) Long running heavily filtered scans hold up too many ByteBuffAllocator buffers

2022-07-20 Thread Bryan Beaudreault (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Beaudreault updated HBASE-27227: -- Attachment: Screen Shot 2022-07-20 at 10.52.40 AM.png > Long running heavily filtered

[jira] [Created] (HBASE-27227) Long running heavily filtered scans hold up too many ByteBuffAllocator buffers

2022-07-20 Thread Bryan Beaudreault (Jira)
Bryan Beaudreault created HBASE-27227: - Summary: Long running heavily filtered scans hold up too many ByteBuffAllocator buffers Key: HBASE-27227 URL: https://issues.apache.org/jira/browse/HBASE-27227

[GitHub] [hbase] comnetwork commented on a diff in pull request #4633: HBASE-27223 Avoid data inconsistent between primary and secondary rep…

2022-07-20 Thread GitBox
comnetwork commented on code in PR #4633: URL: https://github.com/apache/hbase/pull/4633#discussion_r925636963 ## hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/AbstractFSWAL.java: ## @@ -142,7 +142,7 @@ "hbase.regionserver.wal.slowsync.roll.interval.ms

[GitHub] [hbase] comnetwork commented on a diff in pull request #4633: HBASE-27223 Avoid data inconsistent between primary and secondary rep…

2022-07-20 Thread GitBox
comnetwork commented on code in PR #4633: URL: https://github.com/apache/hbase/pull/4633#discussion_r925636963 ## hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/AbstractFSWAL.java: ## @@ -142,7 +142,7 @@ "hbase.regionserver.wal.slowsync.roll.interval.ms

[GitHub] [hbase] comnetwork commented on a diff in pull request #4633: HBASE-27223 Avoid data inconsistent between primary and secondary rep…

2022-07-20 Thread GitBox
comnetwork commented on code in PR #4633: URL: https://github.com/apache/hbase/pull/4633#discussion_r925636963 ## hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/AbstractFSWAL.java: ## @@ -142,7 +142,7 @@ "hbase.regionserver.wal.slowsync.roll.interval.ms

[jira] [Updated] (HBASE-27224) HFile tool statistic sampling produces misleading results

2022-07-20 Thread Bryan Beaudreault (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Beaudreault updated HBASE-27224: -- Status: Open (was: Patch Available) MutableRangeHistogram did not work. It did improv

[jira] [Updated] (HBASE-27224) HFile tool statistic sampling produces misleading results

2022-07-20 Thread Bryan Beaudreault (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Beaudreault updated HBASE-27224: -- Labels: (was: patch-available) > HFile tool statistic sampling produces misleading r

[GitHub] [hbase] bbeaudreault closed pull request #4635: HBASE-27224 HFile tool statistic sampling produces misleading results

2022-07-20 Thread GitBox
bbeaudreault closed pull request #4635: HBASE-27224 HFile tool statistic sampling produces misleading results URL: https://github.com/apache/hbase/pull/4635 -- 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

[GitHub] [hbase] bbeaudreault commented on pull request #4635: HBASE-27224 HFile tool statistic sampling produces misleading results

2022-07-20 Thread GitBox
bbeaudreault commented on PR #4635: URL: https://github.com/apache/hbase/pull/4635#issuecomment-1190308613 Closing this PR -- going to go in a different direction. I realized that MutableRangeHistogram's buckets actually are very inaccurate on the first call to `histogram.snapshot()`.

[GitHub] [hbase] anmolnar commented on pull request #4125: HBASE-26666 Add native TLS encryption support to RPC server/client

2022-07-20 Thread GitBox
anmolnar commented on PR #4125: URL: https://github.com/apache/hbase/pull/4125#issuecomment-1190297370 Rebase + spotless fix. -- 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.

[GitHub] [hbase] Apache9 commented on pull request #4125: HBASE-26666 Add native TLS encryption support to RPC server/client

2022-07-20 Thread GitBox
Apache9 commented on PR #4125: URL: https://github.com/apache/hbase/pull/4125#issuecomment-1190285426 > Anyone has a clue what would be the spotless-friendly formatting of these ZK references? > > Spotless merges them with the existing paragraphs which looks ugly: > > ```diff

[GitHub] [hbase] anmolnar commented on pull request #4125: HBASE-26666 Add native TLS encryption support to RPC server/client

2022-07-20 Thread GitBox
anmolnar commented on PR #4125: URL: https://github.com/apache/hbase/pull/4125#issuecomment-1190266158 Anyone has a clue what would be the spotless-friendly formatting of these ZK references? Spotless merges them with the existing paragraphs which looks ugly: ```diff /**

[GitHub] [hbase] Apache9 commented on a diff in pull request #4633: HBASE-27223 Avoid data inconsistent between primary and secondary rep…

2022-07-20 Thread GitBox
Apache9 commented on code in PR #4633: URL: https://github.com/apache/hbase/pull/4633#discussion_r925576679 ## hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/AbstractFSWAL.java: ## @@ -142,7 +142,7 @@ "hbase.regionserver.wal.slowsync.roll.interval.ms";

[GitHub] [hbase] bbeaudreault commented on pull request #4125: HBASE-26666 Add native TLS encryption support to RPC server/client

2022-07-20 Thread GitBox
bbeaudreault commented on PR #4125: URL: https://github.com/apache/hbase/pull/4125#issuecomment-1190251948 Also looks like spotless and checkstyle in the latest change -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [hbase] Apache-HBase commented on pull request #4125: HBASE-26666 Add native TLS encryption support to RPC server/client

2022-07-20 Thread GitBox
Apache-HBase commented on PR #4125: URL: https://github.com/apache/hbase/pull/4125#issuecomment-1190241202 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 14s | Docker

[GitHub] [hbase] comnetwork commented on a diff in pull request #4633: HBASE-27223 Avoid data inconsistent between primary and secondary rep…

2022-07-20 Thread GitBox
comnetwork commented on code in PR #4633: URL: https://github.com/apache/hbase/pull/4633#discussion_r925547822 ## hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/AbstractFSWAL.java: ## @@ -142,7 +142,7 @@ "hbase.regionserver.wal.slowsync.roll.interval.ms

[GitHub] [hbase] comnetwork commented on a diff in pull request #4633: HBASE-27223 Avoid data inconsistent between primary and secondary rep…

2022-07-20 Thread GitBox
comnetwork commented on code in PR #4633: URL: https://github.com/apache/hbase/pull/4633#discussion_r925547822 ## hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/AbstractFSWAL.java: ## @@ -142,7 +142,7 @@ "hbase.regionserver.wal.slowsync.roll.interval.ms

[GitHub] [hbase] bbeaudreault commented on pull request #4125: HBASE-26666 Add native TLS encryption support to RPC server/client

2022-07-20 Thread GitBox
bbeaudreault commented on PR #4125: URL: https://github.com/apache/hbase/pull/4125#issuecomment-1190215769 Would you mind rebasing so we can clear this warning before we merge? > Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squ

[GitHub] [hbase] comnetwork commented on a diff in pull request #4633: HBASE-27223 Avoid data inconsistent between primary and secondary rep…

2022-07-20 Thread GitBox
comnetwork commented on code in PR #4633: URL: https://github.com/apache/hbase/pull/4633#discussion_r925527887 ## hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/AbstractFSWAL.java: ## @@ -142,7 +142,7 @@ "hbase.regionserver.wal.slowsync.roll.interval.ms

[GitHub] [hbase] comnetwork commented on a diff in pull request #4633: HBASE-27223 Avoid data inconsistent between primary and secondary rep…

2022-07-20 Thread GitBox
comnetwork commented on code in PR #4633: URL: https://github.com/apache/hbase/pull/4633#discussion_r925527215 ## hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/AbstractFSWAL.java: ## @@ -142,7 +142,7 @@ "hbase.regionserver.wal.slowsync.roll.interval.ms

[GitHub] [hbase] Apache-HBase commented on pull request #4634: HBASE-27222 Purge FutureReturnValueIgnored warnings from error prone

2022-07-20 Thread GitBox
Apache-HBase commented on PR #4634: URL: https://github.com/apache/hbase/pull/4634#issuecomment-1190168395 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 7s | Docke

[GitHub] [hbase] anmolnar commented on pull request #4125: HBASE-26666 Add native TLS encryption support to RPC server/client

2022-07-20 Thread GitBox
anmolnar commented on PR #4125: URL: https://github.com/apache/hbase/pull/4125#issuecomment-1190115110 Thanks @joshelser . I created a ticket for the doc part: https://issues.apache.org/jira/browse/HBASE-27226 -- This is an automated message from the Apache Git Service. To respond to the

[jira] [Created] (HBASE-27226) Document native TLS support in Netty RPC

2022-07-20 Thread Andor Molnar (Jira)
Andor Molnar created HBASE-27226: Summary: Document native TLS support in Netty RPC Key: HBASE-27226 URL: https://issues.apache.org/jira/browse/HBASE-27226 Project: HBase Issue Type: Task

[GitHub] [hbase] Apache-HBase commented on pull request #4636: HBASE-27075 TestUpdateRSGroupConfiguration.testCustomOnlineConfigChan…

2022-07-20 Thread GitBox
Apache-HBase commented on PR #4636: URL: https://github.com/apache/hbase/pull/4636#issuecomment-1189938359 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 23s | Docke