wycc opened a new pull request #1648:
URL: https://github.com/apache/ozone/pull/1648
## What changes were proposed in this pull request?
Renamed `ozone.datanode.pipeline.limit` a suitable name.
## What is the link to the Apache JIRA
https://issues.apache.org/jira/bro
[
https://issues.apache.org/jira/browse/HDDS-4538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242127#comment-17242127
]
Glen Geng commented on HDDS-4538:
-
This is a short term walk around that facilitates dev o
[
https://issues.apache.org/jira/browse/HDDS-4538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Glen Geng updated HDDS-4538:
Description:
During the initialization of SCM, it will generate a random clusterID and
scmUuid, which will
[
https://issues.apache.org/jira/browse/HDDS-4538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Glen Geng updated HDDS-4538:
Description:
During the initialization of SCM, it will generate a random clusterID and
scmUuid.
On Data
Glen Geng created HDDS-4538:
---
Summary: SCM HA needs take care of the generation of clusterID and
scmUuid
Key: HDDS-4538
URL: https://issues.apache.org/jira/browse/HDDS-4538
Project: Hadoop Distributed Data
[
https://issues.apache.org/jira/browse/HDDS-4449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
YI-CHEN WANG reassigned HDDS-4449:
--
Assignee: YI-CHEN WANG
> Rename config ozone.datanode.pipeline.limit
>
[
https://issues.apache.org/jira/browse/HDDS-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated HDDS-1001:
-
Labels: pull-request-available (was: )
> Switch Hadoop version to 3.2.0
> ---
[
https://issues.apache.org/jira/browse/HDDS-4530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
YI-CHEN WANG updated HDDS-4530:
---
Description:
Currently a number of the SCM Client RPCs don't perform authorization check.
In my opini
[
https://issues.apache.org/jira/browse/HDDS-4530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
YI-CHEN WANG updated HDDS-4530:
---
Description:
* Currently a number of the SCM Client RPCs don't perform authorization check.
In my o
[
https://issues.apache.org/jira/browse/HDDS-4265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated HDDS-4265:
-
Labels: pull-request-available (was: )
> Refactor OzoneQuota to make it easy to support more quot
wycc opened a new pull request #1647:
URL: https://github.com/apache/ozone/pull/1647
## What changes were proposed in this pull request?
This task is to make it easy to support more quota type.
I replaced the repeated judgment statements, and now just configure the new
type 's
GlenGeng commented on a change in pull request #1314:
URL: https://github.com/apache/ozone/pull/1314#discussion_r533924763
##
File path:
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/node/SCMNodeManager.java
##
@@ -130,6 +135,14 @@ public SCMNodeManager(Ozone
GlenGeng commented on a change in pull request #1314:
URL: https://github.com/apache/ozone/pull/1314#discussion_r533923194
##
File path:
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/statemachine/StateContext.java
##
@@ -470,6 +484,65 @@
GlenGeng commented on a change in pull request #1314:
URL: https://github.com/apache/ozone/pull/1314#discussion_r533922364
##
File path:
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/statemachine/StateContext.java
##
@@ -470,6 +484,65 @@
GlenGeng commented on a change in pull request #1314:
URL: https://github.com/apache/ozone/pull/1314#discussion_r533922178
##
File path:
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/statemachine/StateContext.java
##
@@ -470,6 +484,65 @@
[
https://issues.apache.org/jira/browse/HDDS-3816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242065#comment-17242065
]
Uma Maheswara Rao G edited comment on HDDS-3816 at 12/2/20, 6:05 AM:
---
[
https://issues.apache.org/jira/browse/HDDS-3816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242065#comment-17242065
]
Uma Maheswara Rao G commented on HDDS-3816:
---
Thanks a lot [~elek] for taking a l
prashantpogde commented on pull request #1611:
URL: https://github.com/apache/ozone/pull/1611#issuecomment-736997665
TestOmBlockVersioning failure is unrelated. Its passing on my local setup.
This is an automated message from
[
https://issues.apache.org/jira/browse/HDDS-4533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242031#comment-17242031
]
Glen Geng edited comment on HDDS-4533 at 12/2/20, 4:42 AM:
---
The
[
https://issues.apache.org/jira/browse/HDDS-4533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242031#comment-17242031
]
Glen Geng commented on HDDS-4533:
-
The rocksDB could be considered as a snapshot of SCM, a
avijayanhwx commented on pull request #1645:
URL: https://github.com/apache/ozone/pull/1645#issuecomment-736979522
@errose28 The CI failure looks related. Please take a look.
This is an automated message from the Apache Git S
avijayanhwx commented on a change in pull request #1613:
URL: https://github.com/apache/ozone/pull/1613#discussion_r533841025
##
File path:
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/upgrade/OMPrepareRequest.java
##
@@ -0,0 +1,204 @@
+/*
+ * Li
avijayanhwx commented on a change in pull request #1613:
URL: https://github.com/apache/ozone/pull/1613#discussion_r533840601
##
File path:
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/upgrade/OMPrepareRequest.java
##
@@ -0,0 +1,204 @@
+/*
+ * Li
swagle commented on a change in pull request #1613:
URL: https://github.com/apache/ozone/pull/1613#discussion_r533823145
##
File path:
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/upgrade/OMPrepareRequest.java
##
@@ -0,0 +1,196 @@
+/*
+ * License
Bharat Viswanadham created HDDS-4537:
Summary: Implement listKeys that takes a param to not to
refreshPipeline
Key: HDDS-4537
URL: https://issues.apache.org/jira/browse/HDDS-4537
Project: Hadoop D
[
https://issues.apache.org/jira/browse/HDDS-4537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bharat Viswanadham updated HDDS-4537:
-
Issue Type: Improvement (was: Bug)
> Implement listKeys that takes a param to not to refr
bharatviswa504 commented on a change in pull request #1613:
URL: https://github.com/apache/ozone/pull/1613#discussion_r533813624
##
File path:
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/upgrade/OMPrepareRequest.java
##
@@ -0,0 +1,204 @@
+/*
+ *
bharatviswa504 commented on a change in pull request #1613:
URL: https://github.com/apache/ozone/pull/1613#discussion_r533813624
##
File path:
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/upgrade/OMPrepareRequest.java
##
@@ -0,0 +1,204 @@
+/*
+ *
bharatviswa504 commented on a change in pull request #1613:
URL: https://github.com/apache/ozone/pull/1613#discussion_r533779978
##
File path:
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/upgrade/OMPrepareRequest.java
##
@@ -0,0 +1,204 @@
+/*
+ *
[
https://issues.apache.org/jira/browse/HDDS-4463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ethan Rose updated HDDS-4463:
-
Description: Add tests for OzoneManager and StorageContainerManager classes
that will verify an Exception
bharatviswa504 commented on a change in pull request #1613:
URL: https://github.com/apache/ozone/pull/1613#discussion_r533772936
##
File path:
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/upgrade/OMPrepareRequest.java
##
@@ -0,0 +1,204 @@
+/*
+ *
[
https://issues.apache.org/jira/browse/HDDS-4529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xiaoyu Yao updated HDDS-4529:
-
Fix Version/s: 1.1.0
Resolution: Fixed
Status: Resolved (was: Patch Available)
Thanks [
xiaoyuyao merged pull request #1640:
URL: https://github.com/apache/ozone/pull/1640
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
xiaoyuyao commented on pull request #1640:
URL: https://github.com/apache/ozone/pull/1640#issuecomment-736859192
LGTM, +1. Thanks @risdenk for fixing this.
This is an automated message from the Apache Git Service.
To respond
bharatviswa504 commented on a change in pull request #1511:
URL: https://github.com/apache/ozone/pull/1511#discussion_r532963547
##
File path:
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOpenKeyCleanupService.java
##
@@ -0,0 +1,462 @@
+/*
+ * Lic
xiaoyuyao commented on a change in pull request #1636:
URL: https://github.com/apache/ozone/pull/1636#discussion_r533752034
##
File path:
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/replication/ReplicationServer.java
##
@@ -0,0 +1,147 @@
+/**
[
https://issues.apache.org/jira/browse/HDDS-2753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hanisha Koneru resolved HDDS-2753.
--
Resolution: Not A Problem
> Test OM Volume and Bucket operations are idempotent
> --
errose28 commented on a change in pull request #1613:
URL: https://github.com/apache/ozone/pull/1613#discussion_r533707771
##
File path:
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/upgrade/OMPrepareRequest.java
##
@@ -0,0 +1,196 @@
+/*
+ * Licen
errose28 commented on a change in pull request #1613:
URL: https://github.com/apache/ozone/pull/1613#discussion_r533706080
##
File path:
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/upgrade/OMPrepareRequest.java
##
@@ -0,0 +1,196 @@
+/*
+ * Licen
avijayanhwx commented on a change in pull request #1613:
URL: https://github.com/apache/ozone/pull/1613#discussion_r533705379
##
File path:
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/upgrade/OMPrepareRequest.java
##
@@ -0,0 +1,196 @@
+/*
+ * Li
swagle commented on a change in pull request #1613:
URL: https://github.com/apache/ozone/pull/1613#discussion_r533697329
##
File path:
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/upgrade/OMPrepareRequest.java
##
@@ -0,0 +1,196 @@
+/*
+ * License
hanishakoneru commented on pull request #1523:
URL: https://github.com/apache/ozone/pull/1523#issuecomment-736795624
Thanks @adoroszlai. LGTM. +1.
This is an automated message from the Apache Git Service.
To respond to the me
errose28 commented on a change in pull request #1613:
URL: https://github.com/apache/ozone/pull/1613#discussion_r533695961
##
File path:
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/upgrade/OMPrepareRequest.java
##
@@ -0,0 +1,196 @@
+/*
+ * Licen
errose28 commented on a change in pull request #1613:
URL: https://github.com/apache/ozone/pull/1613#discussion_r533695604
##
File path:
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/upgrade/OMPrepareRequest.java
##
@@ -0,0 +1,196 @@
+/*
+ * Licen
errose28 commented on a change in pull request #1613:
URL: https://github.com/apache/ozone/pull/1613#discussion_r533693610
##
File path:
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/upgrade/OMPrepareRequest.java
##
@@ -0,0 +1,196 @@
+/*
+ * Licen
[
https://issues.apache.org/jira/browse/HDDS-4502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Siyao Meng updated HDDS-4502:
-
Resolution: Not A Bug
Status: Resolved (was: Patch Available)
Closing the jira for now. As this s
smengcl commented on pull request #1601:
URL: https://github.com/apache/ozone/pull/1601#issuecomment-736765247
Thanks @runzhiwang @avijayanhwx @GlenGeng for the review and comments.
CI still has unrelated failures (`TestOzoneManagerHAWithData#testOMRestart`
and `acceptance.ozone-om-h
smengcl closed pull request #1614:
URL: https://github.com/apache/ozone/pull/1614
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 th
swagle commented on a change in pull request #1613:
URL: https://github.com/apache/ozone/pull/1613#discussion_r533634705
##
File path:
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/upgrade/OMPrepareRequest.java
##
@@ -0,0 +1,196 @@
+/*
+ * License
swagle commented on a change in pull request #1613:
URL: https://github.com/apache/ozone/pull/1613#discussion_r533631426
##
File path:
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/upgrade/OMPrepareRequest.java
##
@@ -0,0 +1,196 @@
+/*
+ * License
swagle commented on a change in pull request #1613:
URL: https://github.com/apache/ozone/pull/1613#discussion_r533629203
##
File path:
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/upgrade/OMPrepareRequest.java
##
@@ -0,0 +1,196 @@
+/*
+ * License
avijayanhwx commented on a change in pull request #1645:
URL: https://github.com/apache/ozone/pull/1645#discussion_r533596046
##
File path:
hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/OzoneConsts.java
##
@@ -43,7 +43,7 @@
public static final String STORAGE_ID =
avijayanhwx commented on a change in pull request #1645:
URL: https://github.com/apache/ozone/pull/1645#discussion_r533596046
##
File path:
hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/OzoneConsts.java
##
@@ -43,7 +43,7 @@
public static final String STORAGE_ID =
avijayanhwx opened a new pull request #1646:
URL: https://github.com/apache/ozone/pull/1646
## What changes were proposed in this pull request?
(Please fill in changes proposed in this fix)
## What is the link to the Apache JIRA
(Please create an issue in ASF JIRA before
[
https://issues.apache.org/jira/browse/HDDS-4536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated HDDS-4536:
-
Labels: pull-request-available (was: )
> Add more unit tests for OM layout version manager.
> ---
Aravindan Vijayan created HDDS-4536:
---
Summary: Add more unit tests for OM layout version manager.
Key: HDDS-4536
URL: https://issues.apache.org/jira/browse/HDDS-4536
Project: Hadoop Distributed Data
[
https://issues.apache.org/jira/browse/HDDS-4523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stephen O'Donnell reassigned HDDS-4523:
---
Assignee: Stephen O'Donnell
> Optionally sort pipeline in getContainerWithPipeline
>
[
https://issues.apache.org/jira/browse/HDDS-4473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Attila Doroszlai updated HDDS-4473:
---
Labels: (was: pull-request-available)
> Reduce number of sortDatanodes RPC calls
> -
[
https://issues.apache.org/jira/browse/HDDS-4473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Attila Doroszlai updated HDDS-4473:
---
Fix Version/s: 1.1.0
Resolution: Done
Status: Resolved (was: Patch Available
adoroszlai merged pull request #1610:
URL: https://github.com/apache/ozone/pull/1610
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
adoroszlai commented on pull request #1610:
URL: https://github.com/apache/ozone/pull/1610#issuecomment-736644270
Thanks @sodonnel for the reviews.
This is an automated message from the Apache Git Service.
To respond to the m
[
https://issues.apache.org/jira/browse/HDDS-4463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated HDDS-4463:
-
Labels: pull-request-available (was: )
> Verify that no node can start when Software Layout Versi
errose28 opened a new pull request #1645:
URL: https://github.com/apache/ozone/pull/1645
## What changes were proposed in this pull request?
Add tests for OzoneManager, StorageContainerManager, and
DatanodeStateMachine classes that will verify an Exception is thrown on startup
when
[
https://issues.apache.org/jira/browse/HDDS-4534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17241599#comment-17241599
]
Wei-Chiu Chuang commented on HDDS-4534:
---
Like I reported in HDDS-3918, the issue was
[
https://issues.apache.org/jira/browse/HDDS-4528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Risden updated HDDS-4528:
---
Fix Version/s: 1.1.0
Resolution: Fixed
Status: Resolved (was: Patch Available)
Than
runzhiwang commented on a change in pull request #1643:
URL: https://github.com/apache/ozone/pull/1643#discussion_r533395644
##
File path:
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/block/DeletedBlockLogImpl.java
##
@@ -354,26 +356,43 @@ public DatanodeDel
runzhiwang commented on pull request #1644:
URL: https://github.com/apache/ozone/pull/1644#issuecomment-736541168
> So if queue is not full (and LinkedBlockgingQueue is unbounded by default)
the threads will never be created.
@elek Please correct me if I am wrong. If the queue is not
[
https://issues.apache.org/jira/browse/HDDS-4485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
runzhiwang resolved HDDS-4485.
--
Resolution: Fixed
> Modification of the operating introduction of ozone ranger.
> --
runzhiwang merged pull request #1603:
URL: https://github.com/apache/ozone/pull/1603
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
runzhiwang commented on pull request #1603:
URL: https://github.com/apache/ozone/pull/1603#issuecomment-736538410
@captainzmc Thanks the patch. @cku328 @vivekratnavel Thanks for review. I
have merged the patch
This is an aut
[
https://issues.apache.org/jira/browse/HDDS-4535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated HDDS-4535:
-
Labels: pull-request-available (was: )
> Use fixed thread pool for closed container replication
elek opened a new pull request #1644:
URL: https://github.com/apache/ozone/pull/1644
## What changes were proposed in this pull request?
Number of threads for closed container replications can be adjusted by the
settings `hdds.datanode.replication.streams.limit`. But this number is
Marton Elek created HDDS-4535:
-
Summary: Use fixed thread pool for closed container replication
Key: HDDS-4535
URL: https://issues.apache.org/jira/browse/HDDS-4535
Project: Hadoop Distributed Data Store
timmylicheng commented on pull request #1399:
URL: https://github.com/apache/ozone/pull/1399#issuecomment-736489822
@amaliujia Looks like we have new conflicts. Could you please take another
look?
This is an automated messag
[
https://issues.apache.org/jira/browse/HDDS-4191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Li Cheng updated HDDS-4191:
---
Resolution: Fixed
Status: Resolved (was: Patch Available)
> Add failover proxy for SCM container clie
[
https://issues.apache.org/jira/browse/HDDS-4191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17241466#comment-17241466
]
Li Cheng commented on HDDS-4191:
PR is merged. Resolving
> Add failover proxy for SCM con
sodonnel commented on pull request #1580:
URL: https://github.com/apache/ozone/pull/1580#issuecomment-736482735
It seems like the test failures were caused by HDDS-4453 and fixed in
HDDS-4429. I have rebased to include HDDS-4429. Once I get a few full CI runs
without failure we should be g
ChenSammi merged pull request #1514:
URL: https://github.com/apache/ozone/pull/1514
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
ChenSammi commented on pull request #1514:
URL: https://github.com/apache/ozone/pull/1514#issuecomment-736473202
LGTM + 1.
This is an automated message from the Apache Git Service.
To respond to the message, please lo
[
https://issues.apache.org/jira/browse/HDDS-4533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17241454#comment-17241454
]
Glen Geng commented on HDDS-4533:
-
OM side notice this problem too: HDDS-4484
> Avoid rew
sodonnel commented on a change in pull request #1610:
URL: https://github.com/apache/ozone/pull/1610#discussion_r53586
##
File path:
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/KeyManagerImpl.java
##
@@ -2322,21 +2322,22 @@ void sortDatanodes(String
adoroszlai commented on a change in pull request #1610:
URL: https://github.com/apache/ozone/pull/1610#discussion_r533323808
##
File path:
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/KeyManagerImpl.java
##
@@ -2322,21 +2322,22 @@ void sortDatanodes(Stri
sodonnel commented on pull request #1610:
URL: https://github.com/apache/ozone/pull/1610#issuecomment-736393901
> we should use the set of node IDs, instead of the pipeline ID, as cache
key.
Good idea - I think that will work much better. I checked the latest version
and it looks go
sodonnel commented on a change in pull request #1610:
URL: https://github.com/apache/ozone/pull/1610#discussion_r533310687
##
File path:
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/KeyManagerImpl.java
##
@@ -2322,21 +2322,22 @@ void sortDatanodes(String
[
https://issues.apache.org/jira/browse/HDDS-4447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated HDDS-4447:
-
Labels: pull-request-available (was: )
> SCMBlockDeletingService should handle ContainerNotFoundE
aryangupta1998 opened a new pull request #1643:
URL: https://github.com/apache/ozone/pull/1643
…eption.
## What changes were proposed in this pull request?
SCMBlockDeletingService terminates task on receiving
ContainerNotFoundException. As a result, SCM stops deleting blocks.
[
https://issues.apache.org/jira/browse/HDDS-4528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17241395#comment-17241395
]
Marton Elek commented on HDDS-4528:
---
Thanks the contribution [~krisden]. I added you to
[
https://issues.apache.org/jira/browse/HDDS-4528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marton Elek reassigned HDDS-4528:
-
Assignee: Kevin Risden
> Upgrade slf4j to 1.7.30
> ---
>
> Ke
adoroszlai commented on pull request #1523:
URL: https://github.com/apache/ozone/pull/1523#issuecomment-736342125
Thanks @hanishakoneru for the review. I have updated some names and docs
according to your comments.
This is
adoroszlai commented on a change in pull request #1523:
URL: https://github.com/apache/ozone/pull/1523#discussion_r533191771
##
File path:
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/contract/AbstractContractUnbufferTest.java
##
@@ -0,0 +1,159 @@
+/*
+ * L
runzhiwang commented on pull request #1601:
URL: https://github.com/apache/ozone/pull/1601#issuecomment-736338966
Waiting CI pass.
This is an automated message from the Apache Git Service.
To respond to the message, please lo
adoroszlai commented on a change in pull request #1523:
URL: https://github.com/apache/ozone/pull/1523#discussion_r533191712
##
File path:
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/contract/AbstractContractUnbufferTest.java
##
@@ -0,0 +1,159 @@
+/*
+ * L
adoroszlai commented on a change in pull request #1523:
URL: https://github.com/apache/ozone/pull/1523#discussion_r533181203
##
File path:
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestKeyInputStream.java
##
@@ -397,4 +410,118 @@ public voi
[
https://issues.apache.org/jira/browse/HDDS-4533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17241358#comment-17241358
]
Glen Geng commented on HDDS-4533:
-
RaftClientRequest can serve both read request and write
elek merged pull request #1639:
URL: https://github.com/apache/ozone/pull/1639
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 s
adoroszlai commented on a change in pull request #1523:
URL: https://github.com/apache/ozone/pull/1523#discussion_r533171908
##
File path:
hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/storage/BlockInputStream.java
##
@@ -171,6 +162,23 @@ public synchronized void
ChenSammi commented on pull request #1642:
URL: https://github.com/apache/ozone/pull/1642#issuecomment-736321751
Hi, @bharatviswa504 and @elek, would you help to review the patch at your
convenient time?
This is an automat
[
https://issues.apache.org/jira/browse/HDDS-4519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated HDDS-4519:
-
Labels: pull-request-available (was: )
> Return forbidden instead of interval server error from s
ChenSammi opened a new pull request #1642:
URL: https://github.com/apache/ozone/pull/1642
https://issues.apache.org/jira/browse/HDDS-4519
Currently s3g will return "internal server error" when user doesn't have the
permission to access the resource.
This task is to return HTT
elek merged pull request #1548:
URL: https://github.com/apache/ozone/pull/1548
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 s
1 - 100 of 101 matches
Mail list logo