Apache9 commented on a change in pull request #3646:
URL: https://github.com/apache/hbase/pull/3646#discussion_r699920065
##
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/compactions/ExploringCompactionPolicy.java
##
@@ -120,10 +119,26 @@ public Ex
Apache-HBase commented on pull request #3651:
URL: https://github.com/apache/hbase/pull/3651#issuecomment-909930899
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 0m 27
Apache-HBase commented on pull request #3651:
URL: https://github.com/apache/hbase/pull/3651#issuecomment-909896376
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 0m 27
Apache-HBase commented on pull request #3651:
URL: https://github.com/apache/hbase/pull/3651#issuecomment-909896145
:broken_heart: **-1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 0m 25s
Apache-HBase commented on pull request #3610:
URL: https://github.com/apache/hbase/pull/3610#issuecomment-909888930
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 0m 26
[
https://issues.apache.org/jira/browse/HBASE-26229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xiaolin Ha updated HBASE-26229:
---
Attachment: before.png
> Make L0 files compaction in StripeCompactionPolicy faster and size under
>
[
https://issues.apache.org/jira/browse/HBASE-26229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xiaolin Ha updated HBASE-26229:
---
Attachment: after.png
> Make L0 files compaction in StripeCompactionPolicy faster and size under
>
Apache-HBase commented on pull request #3610:
URL: https://github.com/apache/hbase/pull/3610#issuecomment-909879558
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 0m 25
[
https://issues.apache.org/jira/browse/HBASE-26237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17407796#comment-17407796
]
Kulwant Singh commented on HBASE-26237:
---
Hi [~claraxiong], I would like to work on
ddupg commented on a change in pull request #3651:
URL: https://github.com/apache/hbase/pull/3651#discussion_r699823344
##
File path:
hbase-server/src/test/java/org/apache/hadoop/hbase/security/access/TestSnapshotScannerHDFSAclController.java
##
@@ -99,9 +98,11 @@ public stati
Apache9 commented on a change in pull request #3636:
URL: https://github.com/apache/hbase/pull/3636#discussion_r699818774
##
File path:
hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/WALInputFormat.java
##
@@ -217,8 +217,9 @@ public boolean nextKeyValue() thro
[
https://issues.apache.org/jira/browse/HBASE-25642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17407785#comment-17407785
]
Hudson commented on HBASE-25642:
Results for branch branch-2.4
[build #189 on
b
Apache-HBase commented on pull request #3651:
URL: https://github.com/apache/hbase/pull/3651#issuecomment-909840871
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 1m 6
Apache9 commented on a change in pull request #3651:
URL: https://github.com/apache/hbase/pull/3651#discussion_r699811527
##
File path:
hbase-server/src/test/java/org/apache/hadoop/hbase/security/access/TestSnapshotScannerHDFSAclController.java
##
@@ -99,9 +98,11 @@ public sta
Apache-HBase commented on pull request #3610:
URL: https://github.com/apache/hbase/pull/3610#issuecomment-909823177
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 1m 34
Apache9 commented on pull request #3610:
URL: https://github.com/apache/hbase/pull/3610#issuecomment-909798483
I'm OK with merging.
Let's for one more day to see if @bharathv could come back and reply here.
Thanks.
--
This is an automated message from the Apache Git Service.
Apache-HBase commented on pull request #3610:
URL: https://github.com/apache/hbase/pull/3610#issuecomment-909793542
:broken_heart: **-1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 0m 41s
[
https://issues.apache.org/jira/browse/HBASE-26245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17407741#comment-17407741
]
Duo Zhang commented on HBASE-26245:
---
Will try to implement a rough POC first to see if
Apache9 commented on pull request #3643:
URL: https://github.com/apache/hbase/pull/3643#issuecomment-909787084
> @Apache9 - No objection to limiting the review on this PR to just the
methods you already added. I'll approve this PR when the review on those are
done, and we can do additional
Apache9 commented on a change in pull request #3643:
URL: https://github.com/apache/hbase/pull/3643#discussion_r699777147
##
File path:
hbase-testing-util/src/test/java/org/apache/hadoop/hbase/testing/TestTestingHBaseClusterImplForCPs.java
##
@@ -0,0 +1,107 @@
+/**
+ * License
Apache9 commented on a change in pull request #3643:
URL: https://github.com/apache/hbase/pull/3643#discussion_r699776750
##
File path:
hbase-testing-util/src/main/java/org/apache/hadoop/hbase/testing/TestingHBaseCluster.java
##
@@ -114,6 +120,41 @@
*/
void start() thro
Apache9 commented on a change in pull request #3643:
URL: https://github.com/apache/hbase/pull/3643#discussion_r699775929
##
File path:
hbase-testing-util/src/main/java/org/apache/hadoop/hbase/testing/TestingHBaseClusterImpl.java
##
@@ -172,4 +179,38 @@ public void startRegion
Apache-HBase commented on pull request #3610:
URL: https://github.com/apache/hbase/pull/3610#issuecomment-909783738
:broken_heart: **-1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 0m 30s
Apache-HBase commented on pull request #3596:
URL: https://github.com/apache/hbase/pull/3596#issuecomment-909739941
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 1m 16
Apache-HBase commented on pull request #3653:
URL: https://github.com/apache/hbase/pull/3653#issuecomment-909738381
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 6m 29
Apache-HBase commented on pull request #3610:
URL: https://github.com/apache/hbase/pull/3610#issuecomment-909716611
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 0m 26
Apache-HBase commented on pull request #3637:
URL: https://github.com/apache/hbase/pull/3637#issuecomment-909712470
:broken_heart: **-1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 6m 52s
Apache-HBase commented on pull request #3655:
URL: https://github.com/apache/hbase/pull/3655#issuecomment-909711097
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 0m 25
Apache-HBase commented on pull request #3654:
URL: https://github.com/apache/hbase/pull/3654#issuecomment-909708827
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 1m 35
Apache-HBase commented on pull request #3596:
URL: https://github.com/apache/hbase/pull/3596#issuecomment-909708736
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 1m 50
Apache-HBase commented on pull request #3655:
URL: https://github.com/apache/hbase/pull/3655#issuecomment-909706802
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 0m 26
gjacoby126 closed pull request #3523:
URL: https://github.com/apache/hbase/pull/3523
--
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-unsubs
gjacoby126 commented on pull request #3523:
URL: https://github.com/apache/hbase/pull/3523#issuecomment-909702659
Closing for now as HBASE-26157 is an alternate solution to the same problem
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
gjacoby126 commented on pull request #3643:
URL: https://github.com/apache/hbase/pull/3643#issuecomment-909692411
@Apache9 - No objection to limiting the review on this PR to just the
methods you already added. I'll approve this PR when the review on those are
done, and we can do additiona
gjacoby126 commented on a change in pull request #3643:
URL: https://github.com/apache/hbase/pull/3643#discussion_r699695497
##
File path:
hbase-testing-util/src/main/java/org/apache/hadoop/hbase/testing/TestingHBaseCluster.java
##
@@ -114,6 +120,41 @@
*/
void start() t
caroliney14 commented on pull request #3610:
URL: https://github.com/apache/hbase/pull/3610#issuecomment-909687276
@Apache9 @bharathv do you have any more comments? if not, can we merge this
one? thanks
--
This is an automated message from the Apache Git Service.
To respond to the messag
[
https://issues.apache.org/jira/browse/HBASE-25697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17406982#comment-17406982
]
Clara Xiong edited comment on HBASE-25697 at 8/31/21, 10:10 PM:
--
Apache-HBase commented on pull request #3655:
URL: https://github.com/apache/hbase/pull/3655#issuecomment-909626312
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 0m 41
Apache-HBase commented on pull request #3596:
URL: https://github.com/apache/hbase/pull/3596#issuecomment-909620998
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 1m 5
Apache-HBase commented on pull request #3637:
URL: https://github.com/apache/hbase/pull/3637#issuecomment-909605079
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 3m 51
Apache-HBase commented on pull request #3654:
URL: https://github.com/apache/hbase/pull/3654#issuecomment-909601440
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 1m 47
Apache-HBase commented on pull request #3596:
URL: https://github.com/apache/hbase/pull/3596#issuecomment-90981
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 1m 36
Apache-HBase commented on pull request #3596:
URL: https://github.com/apache/hbase/pull/3596#issuecomment-909546255
:broken_heart: **-1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 2m 0s
Apache-HBase commented on pull request #3653:
URL: https://github.com/apache/hbase/pull/3653#issuecomment-909541738
:broken_heart: **-1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 11m 26s
Apache-HBase commented on pull request #3596:
URL: https://github.com/apache/hbase/pull/3596#issuecomment-909537179
:broken_heart: **-1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 1m 20s
Apache-HBase commented on pull request #3655:
URL: https://github.com/apache/hbase/pull/3655#issuecomment-909534719
:broken_heart: **-1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 1m 5s
Apache-HBase commented on pull request #3655:
URL: https://github.com/apache/hbase/pull/3655#issuecomment-909532760
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 1m 4
Apache-HBase commented on pull request #3655:
URL: https://github.com/apache/hbase/pull/3655#issuecomment-909525387
:broken_heart: **-1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 0m 27s
[
https://issues.apache.org/jira/browse/HBASE-24833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17407591#comment-17407591
]
Tak-Lon (Stephen) Wu commented on HBASE-24833:
--
Thanks Duo and Josh, it's b
Apache-HBase commented on pull request #3637:
URL: https://github.com/apache/hbase/pull/3637#issuecomment-909512352
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 0m 43
Apache-HBase commented on pull request #3596:
URL: https://github.com/apache/hbase/pull/3596#issuecomment-909506232
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 1m 40
Apache-HBase commented on pull request #3596:
URL: https://github.com/apache/hbase/pull/3596#issuecomment-909491100
:broken_heart: **-1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 1m 9s
saintstack commented on pull request #3596:
URL: https://github.com/apache/hbase/pull/3596#issuecomment-909490042
Update addresses review comments. Also is more conservative than previous
patches (including original posters') regards when to cache filestatus. Posted
this patch against mas
Apache-HBase commented on pull request #3596:
URL: https://github.com/apache/hbase/pull/3596#issuecomment-909489966
:broken_heart: **-1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 0m 32s
Apache-HBase commented on pull request #3652:
URL: https://github.com/apache/hbase/pull/3652#issuecomment-909459430
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 1m 3
Apache-HBase commented on pull request #3652:
URL: https://github.com/apache/hbase/pull/3652#issuecomment-909433789
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 0m 38
Apache-HBase commented on pull request #3640:
URL: https://github.com/apache/hbase/pull/3640#issuecomment-909433122
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 0m 28
Apache-HBase commented on pull request #3640:
URL: https://github.com/apache/hbase/pull/3640#issuecomment-909422375
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 0m 26
[
https://issues.apache.org/jira/browse/HBASE-24833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17407524#comment-17407524
]
Josh Elser edited comment on HBASE-24833 at 8/31/21, 4:52 PM:
[
https://issues.apache.org/jira/browse/HBASE-24833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17407524#comment-17407524
]
Josh Elser commented on HBASE-24833:
I'm actually coming around to figure this out a
apurtell commented on pull request #3636:
URL: https://github.com/apache/hbase/pull/3636#issuecomment-909408064
I left a 'Changes Requested' review but if the comment is addressed at
commit time we don't need another round of review from me.
--
This is an automated message from the Apac
apurtell commented on a change in pull request #3636:
URL: https://github.com/apache/hbase/pull/3636#discussion_r699503587
##
File path:
hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/WALInputFormat.java
##
@@ -217,8 +217,9 @@ public boolean nextKeyValue() thr
[
https://issues.apache.org/jira/browse/HBASE-26106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Kyle Purtell updated HBASE-26106:
Status: Patch Available (was: Open)
> AbstractFSWALProvider#getArchivedLogPath do
apurtell commented on a change in pull request #3636:
URL: https://github.com/apache/hbase/pull/3636#discussion_r699501624
##
File path:
hbase-mapreduce/src/test/java/org/apache/hadoop/hbase/mapreduce/TestWALRecordReader.java
##
@@ -335,13 +342,16 @@ private void testSplitWith
[
https://issues.apache.org/jira/browse/HBASE-25588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Kyle Purtell updated HBASE-25588:
Hadoop Flags: Reviewed
Resolution: Fixed
Status: Resolved (was: Pa
Apache-HBase commented on pull request #3640:
URL: https://github.com/apache/hbase/pull/3640#issuecomment-909401650
:broken_heart: **-1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 1m 37s
apurtell merged pull request #3640:
URL: https://github.com/apache/hbase/pull/3640
--
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
[
https://issues.apache.org/jira/browse/HBASE-25642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Kyle Purtell updated HBASE-25642:
Hadoop Flags: Reviewed
Resolution: Fixed
Status: Resolved (was: Pa
apurtell merged pull request #3638:
URL: https://github.com/apache/hbase/pull/3638
--
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
[
https://issues.apache.org/jira/browse/HBASE-26245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17407503#comment-17407503
]
Duo Zhang commented on HBASE-26245:
---
[~zyork] I think this could solve the problem whe
Duo Zhang created HBASE-26245:
-
Summary: Store region server list in master local region
Key: HBASE-26245
URL: https://issues.apache.org/jira/browse/HBASE-26245
Project: HBase
Issue Type: Brainst
Apache-HBase commented on pull request #3654:
URL: https://github.com/apache/hbase/pull/3654#issuecomment-909368165
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 0m 27
Apache-HBase commented on pull request #3650:
URL: https://github.com/apache/hbase/pull/3650#issuecomment-909355605
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 11m 29
Apache-HBase commented on pull request #3617:
URL: https://github.com/apache/hbase/pull/3617#issuecomment-909353899
:broken_heart: **-1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 8m 0s
Apache-HBase commented on pull request #3653:
URL: https://github.com/apache/hbase/pull/3653#issuecomment-909353107
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 0m 28
comnetwork closed pull request #3653:
URL: https://github.com/apache/hbase/pull/3653
--
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-unsubs
apurtell commented on a change in pull request #3641:
URL: https://github.com/apache/hbase/pull/3641#discussion_r698589117
##
File path: src/main/asciidoc/_chapters/configuration.adoc
##
@@ -291,7 +291,7 @@ link:https://hadoop.apache.org/cve_list.html[CVEs] so we
drop the supp
Apache-HBase commented on pull request #3617:
URL: https://github.com/apache/hbase/pull/3617#issuecomment-909336035
:broken_heart: **-1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 6m 12s
Apache-HBase commented on pull request #3652:
URL: https://github.com/apache/hbase/pull/3652#issuecomment-909314034
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 1m 33
Apache-HBase commented on pull request #3636:
URL: https://github.com/apache/hbase/pull/3636#issuecomment-908469579
--
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 unsub
apurtell commented on pull request #3641:
URL: https://github.com/apache/hbase/pull/3641#issuecomment-908445200
@busbey @Apache9
I cut and pasted the 2.3 section to 2.4 because I am not aware of any
additional consideration you need to take for upgrading from 2.3 to 2.4.
It s
Apache-HBase commented on pull request #3637:
URL: https://github.com/apache/hbase/pull/3637#issuecomment-908847318
--
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 unsub
shahrs87 commented on pull request #3635:
URL: https://github.com/apache/hbase/pull/3635#issuecomment-908507075
@saintstack @anoopsjohn Could you please review ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
Apache9 commented on a change in pull request #3636:
URL: https://github.com/apache/hbase/pull/3636#discussion_r699210819
##
File path:
hbase-mapreduce/src/test/java/org/apache/hadoop/hbase/mapreduce/TestWALRecordReader.java
##
@@ -335,13 +342,16 @@ private void testSplitWithM
Apache9 commented on pull request #3604:
URL: https://github.com/apache/hbase/pull/3604#issuecomment-909124543
Need sometime to dive into the code...
Code with concurrent is always the most difficult to review...
Let me read your reply carefully first to see if I can get insigh
taklwu commented on pull request #3637:
URL: https://github.com/apache/hbase/pull/3637#issuecomment-908498926
since hadoop3 unit tests passed once , I only look at the latest failure in
hadoop2, those unrelated tests are
`TestClusterScopeQuotaThrottle,TestReplicationEmptyWALRecovery` in hb
Apache-HBase commented on pull request #3648:
URL: https://github.com/apache/hbase/pull/3648#issuecomment-908360611
--
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 unsub
Apache-HBase commented on pull request #3617:
URL: https://github.com/apache/hbase/pull/3617#issuecomment-909173548
:broken_heart: **-1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 0m 30s
shahrs87 commented on a change in pull request #3636:
URL: https://github.com/apache/hbase/pull/3636#discussion_r698581631
##
File path:
hbase-mapreduce/src/test/java/org/apache/hadoop/hbase/mapreduce/TestWALRecordReader.java
##
@@ -335,13 +342,16 @@ private void testSplitWith
hapihu closed pull request #3649:
URL: https://github.com/apache/hbase/pull/3649
--
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..
bbeaudreault commented on a change in pull request #3630:
URL: https://github.com/apache/hbase/pull/3630#discussion_r698638962
##
File path:
hbase-client/src/main/java/org/apache/hadoop/hbase/client/BalanceResponse.java
##
@@ -0,0 +1,126 @@
+/*
+ *
+ * Licensed to the Apache S
Apache9 commented on a change in pull request #3617:
URL: https://github.com/apache/hbase/pull/3617#discussion_r699262490
##
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/storefiletracker/StoreFileTrackerFactory.java
##
@@ -17,23 +17,61 @@
*/
pa
gjacoby126 commented on pull request #3643:
URL: https://github.com/apache/hbase/pull/3643#issuecomment-908748107
Thanks for these, @Apache9 . These will be helpful for the cell tag tests I
mentioned earlier.
Another API sometimes needed when testing a coproc is access to the
Copro
KulwantSingh011 commented on pull request #3648:
URL: https://github.com/apache/hbase/pull/3648#issuecomment-908320198
@anoopsjohn Please review
--
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 t
Apache-HBase commented on pull request #3651:
URL: https://github.com/apache/hbase/pull/3651#issuecomment-909190175
--
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 unsub
Apache-HBase commented on pull request #3650:
URL: https://github.com/apache/hbase/pull/3650#issuecomment-909192707
--
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 unsub
Apache-HBase commented on pull request #3610:
URL: https://github.com/apache/hbase/pull/3610#issuecomment-909039617
--
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 unsub
bbeaudreault removed a comment on pull request #3536:
URL: https://github.com/apache/hbase/pull/3536#issuecomment-908497743
@joshelser I created https://issues.apache.org/jira/browse/HBASE-26240 to
fix the InterfaceAudience. I'll submit a PR for master/branch-2 once the
existing PRs are me
ndimiduk commented on pull request #3630:
URL: https://github.com/apache/hbase/pull/3630#issuecomment-908671179
I left a comment on one of Duo's line comments, but I'll repeat it here.
I'm also surprised by this interpretation of the interaction between
`IA.Public` and `IS.Evolving`.
bbeaudreault commented on pull request #3536:
URL: https://github.com/apache/hbase/pull/3536#issuecomment-908497743
@joshelser I created https://issues.apache.org/jira/browse/HBASE-26240 to
fix the InterfaceAudience. I'll submit a PR for master/branch-2 once the
existing PRs are merged.
1 - 100 of 165 matches
Mail list logo