[GitHub] [hbase] ydodeja365 commented on pull request #5144: HBASE-27693 Support for Hadoop's LDAP Authentication mechanism

2023-04-05 Thread via GitHub
ydodeja365 commented on PR #5144: URL: https://github.com/apache/hbase/pull/5144#issuecomment-1498521003 Failures in pipeline are not relevant to this commit. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[jira] [Commented] (HBASE-27662) Correct the line logged with flag hbase.procedure.upgrade-to-2-2 in docs

2023-04-05 Thread Yash Dodeja (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17709207#comment-17709207 ] Yash Dodeja commented on HBASE-27662: - [~zhangduo] Thank you! > Correct the line logged with flag

[GitHub] [hbase] mwkang commented on a diff in pull request #4720: HBASE-27315 Add timeout to JavaRegexEngine

2023-04-05 Thread via GitHub
mwkang commented on code in PR #4720: URL: https://github.com/apache/hbase/pull/4720#discussion_r1159195873 ## hbase-client/src/main/java/org/apache/hadoop/hbase/filter/RegexStringComparator.java: ## @@ -255,11 +258,20 @@ static interface Engine { * This is the default

[jira] [Created] (HBASE-27781) AssertionError in AsyncRequestFutureImpl when timing out during location resolution

2023-04-05 Thread Bryan Beaudreault (Jira)
Bryan Beaudreault created HBASE-27781: - Summary: AssertionError in AsyncRequestFutureImpl when timing out during location resolution Key: HBASE-27781 URL: https://issues.apache.org/jira/browse/HBASE-27781

[GitHub] [hbase] Apache-HBase commented on pull request #5157: HBASE-27775 Use a separate WAL provider for hbase:replication table

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

[GitHub] [hbase] virajjasani commented on a diff in pull request #5155: HBASE-27536: add Scan to slow log payload

2023-04-05 Thread via GitHub
virajjasani commented on code in PR #5155: URL: https://github.com/apache/hbase/pull/5155#discussion_r1159126757 ## hbase-client/src/main/java/org/apache/hadoop/hbase/client/OnlineLogRecord.java: ## @@ -136,11 +153,20 @@ public int getMultiServiceCalls() { return

[jira] [Commented] (HBASE-27774) Move Dockerfile and python-requirements.txt used only by flaky-tests job

2023-04-05 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17709073#comment-17709073 ] Hudson commented on HBASE-27774: Results for branch master [build #811 on

[jira] [Commented] (HBASE-27765) Add biggest cell related info into web ui

2023-04-05 Thread Zheng Wang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17708982#comment-17708982 ] Zheng Wang commented on HBASE-27765: Filled the release note yet. Thanks a lot for the review and

[GitHub] [hbase] Apache-HBase commented on pull request #5158: HBASE-27778 Incorrect ReplicationSourceWALReader.totalBufferUsed may …

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

[jira] [Updated] (HBASE-27765) Add biggest cell related info into web ui

2023-04-05 Thread Zheng Wang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Wang updated HBASE-27765: --- Release Note: Save len and key of the biggest cell into fileinfo when generate hfile, and shows

[GitHub] [hbase] Apache-HBase commented on pull request #5158: HBASE-27778 Incorrect ReplicationSourceWALReader.totalBufferUsed may …

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

[jira] [Commented] (HBASE-27109) Move replication queue storage from zookeeper to a separated HBase table

2023-04-05 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17708969#comment-17708969 ] Duo Zhang commented on HBASE-27109: --- Most development works have been done now. We still need to make

[jira] [Resolved] (HBASE-27623) Start a new ReplicationSyncUp after the previous failed

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

[GitHub] [hbase] Apache9 merged pull request #5150: HBASE-27623 Start a new ReplicationSyncUp after the previous failed

2023-04-05 Thread via GitHub
Apache9 merged PR #5150: URL: https://github.com/apache/hbase/pull/5150 -- 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 #5150: HBASE-27623 Start a new ReplicationSyncUp after the previous failed

2023-04-05 Thread via GitHub
Apache9 commented on PR #5150: URL: https://github.com/apache/hbase/pull/5150#issuecomment-1497696219 The failed UT is TestClusterScopeQuotaThrottle, which should not be related, at least not related to the changes here. Let me merge. -- This is an automated message from the

[jira] [Resolved] (HBASE-27662) Correct the line logged with flag hbase.procedure.upgrade-to-2-2 in docs

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

[GitHub] [hbase] Apache9 commented on pull request #5159: HBASE-27662 Correct the line logged with flag hbase.procedure.upgrade-to-2-2 in docs

2023-04-05 Thread via GitHub
Apache9 commented on PR #5159: URL: https://github.com/apache/hbase/pull/5159#issuecomment-1497687911 Thanks for fixing this! -- 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] Apache9 merged pull request #5159: HBASE-27662 Correct the line logged with flag hbase.procedure.upgrade-to-2-2 in docs

2023-04-05 Thread via GitHub
Apache9 merged PR #5159: URL: https://github.com/apache/hbase/pull/5159 -- 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] [Resolved] (HBASE-27765) Add biggest cell related info into web ui

2023-04-05 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-27765. --- Fix Version/s: 2.6.0 Hadoop Flags: Reviewed Resolution: Fixed Pushed to master and

[jira] [Updated] (HBASE-27780) FileChangeWatcher improvements

2023-04-05 Thread Bryan Beaudreault (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Beaudreault updated HBASE-27780: -- Description: HBASE-27347 ported FileChangeWatcher from ZK so that we can reload

[jira] [Reopened] (HBASE-27776) Backport HBASE-27731 (Upgrade commons-validator to version 1.7) to branch-2.5

2023-04-05 Thread Peter Somogyi (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Somogyi reopened HBASE-27776: --- > Backport HBASE-27731 (Upgrade commons-validator to version 1.7) to branch-2.5 >

[jira] [Resolved] (HBASE-27776) Backport HBASE-27731 (Upgrade commons-validator to version 1.7) to branch-2.5

2023-04-05 Thread Peter Somogyi (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Somogyi resolved HBASE-27776. --- Resolution: Invalid > Backport HBASE-27731 (Upgrade commons-validator to version 1.7) to

[GitHub] [hbase] Apache9 commented on a diff in pull request #5158: HBASE-27778 Incorrect ReplicationSourceWALReader.totalBufferUsed may …

2023-04-05 Thread via GitHub
Apache9 commented on code in PR #5158: URL: https://github.com/apache/hbase/pull/5158#discussion_r1158565853 ## hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/ReplicationSourceWALReader.java: ## @@ -145,43 +145,54 @@ public void run() {

[jira] [Created] (HBASE-27780) FileChangeWatcher improvements

2023-04-05 Thread Bryan Beaudreault (Jira)
Bryan Beaudreault created HBASE-27780: - Summary: FileChangeWatcher improvements Key: HBASE-27780 URL: https://issues.apache.org/jira/browse/HBASE-27780 Project: HBase Issue Type:

[GitHub] [hbase] Apache9 commented on pull request #4827: HBASE-27422: Support replication for hbase:acl

2023-04-05 Thread via GitHub
Apache9 commented on PR #4827: URL: https://github.com/apache/hbase/pull/4827#issuecomment-1497516463 @taklwu Would you please merge this? I think you guys have some discussions offline so you would have more context on which branches should this PR go in. Thanks. -- This is an

[GitHub] [hbase] Apache9 merged pull request #5151: HBASE-27765 Add biggest cell related info into web ui

2023-04-05 Thread via GitHub
Apache9 merged PR #5151: URL: https://github.com/apache/hbase/pull/5151 -- 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 #5158: HBASE-27778 Incorrect ReplicationSourceWALReader.totalBufferUsed may …

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

[GitHub] [hbase] Apache-HBase commented on pull request #5151: HBASE-27765 Add biggest cell related info into web ui

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

[GitHub] [hbase] Apache-HBase commented on pull request #5151: HBASE-27765 Add biggest cell related info into web ui

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

[GitHub] [hbase] Apache-HBase commented on pull request #5155: HBASE-27536: add Scan to slow log payload

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

[GitHub] [hbase] Apache-HBase commented on pull request #5155: HBASE-27536: add Scan to slow log payload

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

[GitHub] [hbase] Apache-HBase commented on pull request #5159: HBASE-27662 Correct the line logged with flag hbase.procedure.upgrade-to-2-2 in docs

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

[GitHub] [hbase] Apache-HBase commented on pull request #5151: HBASE-27765 Add biggest cell related info into web ui

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

[GitHub] [hbase] Apache-HBase commented on pull request #5159: HBASE-27662 Correct the line logged with flag hbase.procedure.upgrade-to-2-2 in docs

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

[GitHub] [hbase] Apache-HBase commented on pull request #5159: HBASE-27662 Correct the line logged with flag hbase.procedure.upgrade-to-2-2 in docs

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

[GitHub] [hbase] Apache-HBase commented on pull request #5155: HBASE-27536: add Scan to slow log payload

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

[GitHub] [hbase] Apache-HBase commented on pull request #5158: HBASE-27778 Incorrect ReplicationSourceWALReader.totalBufferUsed may …

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

[GitHub] [hbase] Apache-HBase commented on pull request #5158: HBASE-27778 Incorrect ReplicationSourceWALReader.totalBufferUsed may …

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