Apache-HBase commented on pull request #1891:
URL: https://github.com/apache/hbase/pull/1891#issuecomment-643103036
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 1m 0
[
https://issues.apache.org/jira/browse/HBASE-24546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
wenfeiyi666 updated HBASE-24546:
Description:
since regions was not cleared in the previous execution created, need to be
cleared
[
https://issues.apache.org/jira/browse/HBASE-24546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
wenfeiyi666 updated HBASE-24546:
Description:
since regions was not cleared in the previous execution created, need to be
cleared
wenfeiyi666 created HBASE-24546:
---
Summary: CloneSnapshotProcedure unlimited retry
Key: HBASE-24546
URL: https://issues.apache.org/jira/browse/HBASE-24546
Project: HBase
Issue Type: Bug
Apache9 commented on pull request #1891:
URL: https://github.com/apache/hbase/pull/1891#issuecomment-643095434
Have you tried to set 'hbase.split.wal.zk.coordinated' to false to enable
procedure based wal splitting? It will schedule sub procedures and remote
procedures to do wal splitting,
saintstack opened a new pull request #1891:
URL: https://github.com/apache/hbase/pull/1891
Add simple backoff where we'll check every 100ms if < 10 WALs to complete
else wait up to a minute between checks.
This is an automat
Michael Stack created HBASE-24545:
-
Summary: Add backoff to SCP check on WAL split completion
Key: HBASE-24545
URL: https://issues.apache.org/jira/browse/HBASE-24545
Project: HBase
Issue Type
[
https://issues.apache.org/jira/browse/HBASE-24544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133953#comment-17133953
]
Michael Stack commented on HBASE-24544:
---
Old issue HBASE-4246 closed as stale but
Apache-HBase commented on pull request #1552:
URL: https://github.com/apache/hbase/pull/1552#issuecomment-643080706
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 1m 9
bsglz commented on pull request #1337:
URL: https://github.com/apache/hbase/pull/1337#issuecomment-643076776
The ut failture on jdk8 seems not related to this PR.
This is an automated message from the Apache Git Service.
To r
Apache-HBase commented on pull request #1881:
URL: https://github.com/apache/hbase/pull/1881#issuecomment-643073797
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 0m 32
Apache-HBase commented on pull request #1337:
URL: https://github.com/apache/hbase/pull/1337#issuecomment-643072872
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 0m 30
anoopsjohn commented on a change in pull request #1869:
URL: https://github.com/apache/hbase/pull/1869#discussion_r439206892
##
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
##
@@ -1285,7 +1285,9 @@ private boolean waitForNamespaceOnline() t
[
https://issues.apache.org/jira/browse/HBASE-24529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133919#comment-17133919
]
Toshihiro Suzuki commented on HBASE-24529:
--
[~anoop.hbase] Thank you for the cl
brfrn169 commented on a change in pull request #1881:
URL: https://github.com/apache/hbase/pull/1881#discussion_r439204094
##
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HStore.java
##
@@ -2741,7 +2741,8 @@ private void removeCompactedfiles(Colle
Apache9 commented on pull request #1774:
URL: https://github.com/apache/hbase/pull/1774#issuecomment-643058209
> `The point here is when do you want to do this? In normal single
read/write path, we just need to locate a single region. And for scanning, we
need to locate to the next region
Apache9 commented on pull request #1774:
URL: https://github.com/apache/hbase/pull/1774#issuecomment-643056999
> Trying to discuss to understand what is here, the direction, and to avoid
having to do this explicitly. We have loads of experience in this area. The
answer to suggestions or co
Michael Stack created HBASE-24544:
-
Summary: Recommend upping zk jute.maxbuffer in all but minor
installs
Key: HBASE-24544
URL: https://issues.apache.org/jira/browse/HBASE-24544
Project: HBase
[
https://issues.apache.org/jira/browse/HBASE-24189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133909#comment-17133909
]
Hudson commented on HBASE-24189:
Results for branch branch-2
[build #2703 on
bu
saintstack commented on pull request #1774:
URL: https://github.com/apache/hbase/pull/1774#issuecomment-643055266
`The point here is when do you want to do this? In normal single read/write
path, we just need to locate a single region. And for scanning, we need to
locate to the next region
saintstack commented on pull request #1774:
URL: https://github.com/apache/hbase/pull/1774#issuecomment-643052700
`To be honest, I do not fully get your point on why we need to stick on the
RegionLocator interface. `
This is not my point. My point is re-use known API or Interfaces if
anoopsjohn commented on a change in pull request #1881:
URL: https://github.com/apache/hbase/pull/1881#discussion_r439193707
##
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HStore.java
##
@@ -2741,7 +2741,8 @@ private void removeCompactedfiles(Col
[
https://issues.apache.org/jira/browse/HBASE-24529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133900#comment-17133900
]
Anoop Sam John commented on HBASE-24529:
Sorry [~brfrn169], I was not so clear o
Apache-HBase commented on pull request #1337:
URL: https://github.com/apache/hbase/pull/1337#issuecomment-643047660
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 3m 36
Apache-HBase commented on pull request #1337:
URL: https://github.com/apache/hbase/pull/1337#issuecomment-643045429
:broken_heart: **-1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 3m 36s
busbey commented on pull request #1620:
URL: https://github.com/apache/hbase/pull/1620#issuecomment-643025027
> I'd like to try this out from a vagrant/VirtualBox vm, instead of going
to GCE. thoughts?
I do not know of any reason that would not work. I only did GCE because
Stack's
busbey commented on a change in pull request #1620:
URL: https://github.com/apache/hbase/pull/1620#discussion_r439169131
##
File path: dev-support/create-release/mac-sshd-gpg-agent/Dockerfile
##
@@ -0,0 +1,100 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
busbey commented on a change in pull request #1620:
URL: https://github.com/apache/hbase/pull/1620#discussion_r439168692
##
File path: dev-support/create-release/do-release-docker.sh
##
@@ -162,15 +219,15 @@ GIT_NAME=$GIT_NAME
GIT_EMAIL=$GIT_EMAIL
GPG_KEY=$GPG_KEY
ASF_PASSWO
busbey commented on a change in pull request #1620:
URL: https://github.com/apache/hbase/pull/1620#discussion_r439168475
##
File path: dev-support/create-release/README.txt
##
@@ -37,15 +47,53 @@ $ sudo add-apt-repository -y \
stable"
$ sudo apt-get update
$ sudo apt-get
busbey commented on a change in pull request #1620:
URL: https://github.com/apache/hbase/pull/1620#discussion_r439168143
##
File path: dev-support/create-release/README.txt
##
@@ -37,15 +47,53 @@ $ sudo add-apt-repository -y \
stable"
$ sudo apt-get update
$ sudo apt-get
[
https://issues.apache.org/jira/browse/HBASE-24529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133818#comment-17133818
]
Toshihiro Suzuki commented on HBASE-24529:
--
[~anoop.hbase] I reverted the chang
Apache-HBase commented on pull request #1890:
URL: https://github.com/apache/hbase/pull/1890#issuecomment-643001254
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 1m 22
Apache-HBase commented on pull request #1890:
URL: https://github.com/apache/hbase/pull/1890#issuecomment-642993132
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 1m 27
Apache-HBase commented on pull request #1890:
URL: https://github.com/apache/hbase/pull/1890#issuecomment-642992895
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 0m 29
bharathv commented on pull request #1888:
URL: https://github.com/apache/hbase/pull/1888#issuecomment-642990727
Closing in favor of #1890
This is an automated message from the Apache Git Service.
To respond to the message, pl
bharathv opened a new pull request #1890:
URL: https://github.com/apache/hbase/pull/1890
Updated to include changes in HBASE-24265 and some rewording
to make it version agnostic.
This is an automated message from the Apach
bharathv closed pull request #1888:
URL: https://github.com/apache/hbase/pull/1888
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
bharathv commented on pull request #1888:
URL: https://github.com/apache/hbase/pull/1888#issuecomment-642986426
Sure, let me do that and add you.
This is an automated message from the Apache Git Service.
To respond to the mes
[
https://issues.apache.org/jira/browse/HBASE-24543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Kyle Purtell updated HBASE-24543:
Description:
ScheduledChore logs at DEBUG level the execution time of each chore.
Andrew Kyle Purtell created HBASE-24543:
---
Summary: ScheduledChore logging is too chatty, replace with metrics
Key: HBASE-24543
URL: https://issues.apache.org/jira/browse/HBASE-24543
Project: HBas
[
https://issues.apache.org/jira/browse/HBASE-24532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133760#comment-17133760
]
Hudson commented on HBASE-24532:
Results for branch branch-2.2
[build #891 on
b
Apache-HBase commented on pull request #1860:
URL: https://github.com/apache/hbase/pull/1860#issuecomment-642961114
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 1m 27
Apache-HBase commented on pull request #1860:
URL: https://github.com/apache/hbase/pull/1860#issuecomment-642958552
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 1m 14
[
https://issues.apache.org/jira/browse/HBASE-24528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133734#comment-17133734
]
Andrew Kyle Purtell edited comment on HBASE-24528 at 6/11/20, 10:07 PM:
--
ndimiduk commented on a change in pull request #1620:
URL: https://github.com/apache/hbase/pull/1620#discussion_r439096517
##
File path: dev-support/create-release/mac-sshd-gpg-agent/Dockerfile
##
@@ -0,0 +1,100 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under on
[
https://issues.apache.org/jira/browse/HBASE-24528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133734#comment-17133734
]
Andrew Kyle Purtell commented on HBASE-24528:
-
For example:
- For the slow l
[
https://issues.apache.org/jira/browse/HBASE-24528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133726#comment-17133726
]
Andrew Kyle Purtell commented on HBASE-24528:
-
If we are going to discuss th
[
https://issues.apache.org/jira/browse/HBASE-23927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Clara Xiong updated HBASE-23927:
Release Note:
This adds a new option -i or --inputFile to assigns function to allow one or
more f
[
https://issues.apache.org/jira/browse/HBASE-24534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nick Dimiduk resolved HBASE-24534.
--
Fix Version/s: 3.0.0-alpha-1
Resolution: Fixed
> Delete reference off to Hadoop wiki's
ndimiduk commented on pull request #1887:
URL: https://github.com/apache/hbase/pull/1887#issuecomment-642933582
Thanks!
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Git
ndimiduk merged pull request #1887:
URL: https://github.com/apache/hbase/pull/1887
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
Nick Dimiduk created HBASE-24542:
Summary: Update anonymous git url on website
Key: HBASE-24542
URL: https://issues.apache.org/jira/browse/HBASE-24542
Project: HBase
Issue Type: Task
[
https://issues.apache.org/jira/browse/HBASE-24532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133693#comment-17133693
]
Hudson commented on HBASE-24532:
Results for branch branch-2
[build #2702 on
bu
[
https://issues.apache.org/jira/browse/HBASE-24528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133685#comment-17133685
]
Nick Dimiduk commented on HBASE-24528:
--
I'm not a fan of standing up these ring buf
[
https://issues.apache.org/jira/browse/HBASE-24528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133684#comment-17133684
]
Andrew Kyle Purtell commented on HBASE-24528:
-
Ok, so either way we develop
[
https://issues.apache.org/jira/browse/HBASE-24528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133683#comment-17133683
]
Nick Dimiduk commented on HBASE-24528:
--
bq. On the other hand a RM might have objec
Apache-HBase commented on pull request #1860:
URL: https://github.com/apache/hbase/pull/1860#issuecomment-642924574
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 0m 35
[
https://issues.apache.org/jira/browse/HBASE-24539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133642#comment-17133642
]
Marc Parisi commented on HBASE-24539:
-
perfect [~bharathv] ! Will take a look, than
[
https://issues.apache.org/jira/browse/HBASE-24539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133640#comment-17133640
]
Bharath Vissapragada commented on HBASE-24539:
--
[~phrocker] I already had a
bharathv commented on pull request #4:
URL: https://github.com/apache/hbase-native-client/pull/4#issuecomment-642894184
@phrocker FYI
This is an automated message from the Apache Git Service.
To respond to the message, please
bharathv opened a new pull request #4:
URL: https://github.com/apache/hbase-native-client/pull/4
Fixes the classpath and HBaseTestingUtility c'tor invocation.
Promoted some local JNI refs to global to avoid GC cleaning them up.
Tested locally with a single unit-test that can bring-
[
https://issues.apache.org/jira/browse/HBASE-24400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bharath Vissapragada resolved HBASE-24400.
--
Fix Version/s: master
Resolution: Fixed
> Automatically download CMake
Apache-HBase commented on pull request #1889:
URL: https://github.com/apache/hbase/pull/1889#issuecomment-642887661
:broken_heart: **-1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 2m 6s
bharathv closed pull request #3:
URL: https://github.com/apache/hbase-native-client/pull/3
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
bharathv commented on pull request #3:
URL: https://github.com/apache/hbase-native-client/pull/3#issuecomment-642887361
Pushed to master. Thanks.
This is an automated message from the Apache Git Service.
To respond to the mes
[
https://issues.apache.org/jira/browse/HBASE-24528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133627#comment-17133627
]
Andrew Kyle Purtell edited comment on HBASE-24528 at 6/11/20, 7:33 PM:
---
[
https://issues.apache.org/jira/browse/HBASE-24528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133627#comment-17133627
]
Andrew Kyle Purtell commented on HBASE-24528:
-
IS.Private means we can chang
Apache-HBase commented on pull request #1860:
URL: https://github.com/apache/hbase/pull/1860#issuecomment-642877842
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 1m 27
virajjasani commented on a change in pull request #1869:
URL: https://github.com/apache/hbase/pull/1869#discussion_r438996904
##
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
##
@@ -1285,7 +1285,9 @@ private boolean waitForNamespaceOnline()
joshelser commented on pull request #746:
URL: https://github.com/apache/hbase/pull/746#issuecomment-642860417
@Apache9 shout if you have any issues, please. Otherwise, I'll come back and
merge this.
This is an automated mes
joshelser commented on a change in pull request #746:
URL: https://github.com/apache/hbase/pull/746#discussion_r438992500
##
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/io/FSDataInputStreamWrapper.java
##
@@ -270,39 +267,23 @@ public void unbuffer() {
Apache-HBase commented on pull request #1825:
URL: https://github.com/apache/hbase/pull/1825#issuecomment-642843923
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 0m 31
Apache-HBase commented on pull request #1825:
URL: https://github.com/apache/hbase/pull/1825#issuecomment-642838886
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 0m 33
[
https://issues.apache.org/jira/browse/HBASE-23340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133525#comment-17133525
]
Chao Wang commented on HBASE-23340:
---
yes,I can
> hmaster /hbase/replication/rs sess
apurtell commented on a change in pull request #1860:
URL: https://github.com/apache/hbase/pull/1860#discussion_r438943247
##
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/wal/RecoveredEditsOutputSink.java
##
@@ -52,15 +53,16 @@ public RecoveredEditsOutputSink(
ndimiduk commented on pull request #1888:
URL: https://github.com/apache/hbase/pull/1888#issuecomment-642820241
Thanks, taking a look later this morning.
This is an automated message from the Apache Git Service.
To respond to
anoopsjohn commented on a change in pull request #1869:
URL: https://github.com/apache/hbase/pull/1869#discussion_r438941753
##
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
##
@@ -1285,7 +1285,9 @@ private boolean waitForNamespaceOnline() t
[
https://issues.apache.org/jira/browse/HBASE-24520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133426#comment-17133426
]
Andrew Kyle Purtell commented on HBASE-24520:
-
The thread has picked up repl
Apache-HBase commented on pull request #1337:
URL: https://github.com/apache/hbase/pull/1337#issuecomment-642808990
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 0m 25
[
https://issues.apache.org/jira/browse/HBASE-24380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133176#comment-17133176
]
Viraj Jasani edited comment on HBASE-24380 at 6/11/20, 4:35 PM:
--
[
https://issues.apache.org/jira/browse/HBASE-23990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133369#comment-17133369
]
Josh Elser commented on HBASE-23990:
Looks like in master, we have a different failu
[
https://issues.apache.org/jira/browse/HBASE-24520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133364#comment-17133364
]
Josh Elser commented on HBASE-24520:
Just replied on the thread – a quick glance mak
anoopsjohn merged pull request #1825:
URL: https://github.com/apache/hbase/pull/1825
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
Apache-HBase commented on pull request #1825:
URL: https://github.com/apache/hbase/pull/1825#issuecomment-642761560
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 0m 30
[
https://issues.apache.org/jira/browse/HBASE-8458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133358#comment-17133358
]
Hudson commented on HBASE-8458:
---
Results for branch master
[build #1754 on
builds.
Apache-HBase commented on pull request #1337:
URL: https://github.com/apache/hbase/pull/1337#issuecomment-642754292
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 0m 31
anoopsjohn opened a new pull request #1889:
URL: https://github.com/apache/hbase/pull/1889
…overed edits data.
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and u
[
https://issues.apache.org/jira/browse/HBASE-24541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Constantin-Catalin Luca updated HBASE-24541:
Attachment: HBASE_24541-1.4.0.patch
Status: Patch Available (was:
Apache-HBase commented on pull request #1881:
URL: https://github.com/apache/hbase/pull/1881#issuecomment-642682669
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 1m 29
Constantin-Catalin Luca created HBASE-24541:
---
Summary: Add support to run LoadIncrementalHFiles in a distributed
manner
Key: HBASE-24541
URL: https://issues.apache.org/jira/browse/HBASE-24541
Apache-HBase commented on pull request #1337:
URL: https://github.com/apache/hbase/pull/1337#issuecomment-642665704
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 0m 30
songxincun edited a comment on pull request #1819:
URL: https://github.com/apache/hbase/pull/1819#issuecomment-642653665
> hi @songxincun. Thanks for your contributing. Please fix similar usages in
[TestMasterProcedureScheduler](https://github.com/apache/hbase/blob/efd5a962e5a6aa07dcba4b55f
songxincun commented on pull request #1819:
URL: https://github.com/apache/hbase/pull/1819#issuecomment-642653665
> hi @songxincun. Thanks for your contributing. Please fix similar usages in
[TestMasterProcedureScheduler](https://github.com/apache/hbase/blob/efd5a962e5a6aa07dcba4b55f8b165ea
bsglz commented on a change in pull request #1337:
URL: https://github.com/apache/hbase/pull/1337#discussion_r438769700
##
File path: hbase-server/src/main/resources/hbase-webapps/master/table.jsp
##
@@ -227,6 +227,9 @@ if (fqtn != null && master.isInitialized()) {
Revie
[
https://issues.apache.org/jira/browse/HBASE-24532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Viraj Jasani updated HBASE-24532:
-
Hadoop Flags: Reviewed
Resolution: Fixed
Status: Resolved (was: Patch Available)
[
https://issues.apache.org/jira/browse/HBASE-24528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133174#comment-17133174
]
Viraj Jasani edited comment on HBASE-24528 at 6/11/20, 12:58 PM:
-
Apache-HBase commented on pull request #1819:
URL: https://github.com/apache/hbase/pull/1819#issuecomment-642623974
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 1m 15
virajjasani merged pull request #1884:
URL: https://github.com/apache/hbase/pull/1884
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
anoopsjohn commented on a change in pull request #1552:
URL: https://github.com/apache/hbase/pull/1552#discussion_r438696429
##
File path:
hbase-hadoop-compat/src/main/java/org/apache/hadoop/hbase/regionserver/MetricsTableSourceImpl.java
##
@@ -311,6 +322,27 @@ void snapshot(M
Apache-HBase commented on pull request #1881:
URL: https://github.com/apache/hbase/pull/1881#issuecomment-642616006
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|::|--:|:|:|
| +0 :ok: | reexec | 0m 29
1 - 100 of 130 matches
Mail list logo