ChenSammi commented on code in PR #8276:
URL: https://github.com/apache/ozone/pull/8276#discussion_r2068526180
##
hadoop-ozone/interface-client/src/main/proto/OmClientProtocol.proto:
##
@@ -2311,6 +2311,51 @@ message DeleteObjectTaggingRequest {
message DeleteObjectTaggingRespo
[
https://issues.apache.org/jira/browse/HDDS-12925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Peter Lee updated HDDS-12925:
-
Status: Patch Available (was: Open)
> Update datanode volume used space on container deletion
>
adoroszlai merged PR #8348:
URL: https://github.com/apache/ozone/pull/8348
--
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...@ozone.apac
adoroszlai commented on code in PR #8361:
URL: https://github.com/apache/ozone/pull/8361#discussion_r2068730074
##
hadoop-ozone/dist/src/main/compose/xcompat/lib.sh:
##
@@ -24,7 +24,7 @@ source "${COMPOSE_DIR}/../testlib.sh"
current_version="${OZONE_CURRENT_VERSION}"
# TODO:
[
https://issues.apache.org/jira/browse/HDDS-12575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Attila Doroszlai resolved HDDS-12575.
-
Fix Version/s: 2.1.0
Resolution: Done
> Set default JUnit5 timeout via property
>
siddhantsangwan opened a new pull request, #8364:
URL: https://github.com/apache/ozone/pull/8364
## What changes were proposed in this pull request?
Ozone Datanode caches the used space of a volume in-memory and updates this
cached value on:
1. Write chunk
2. Block Delete
3.
[
https://issues.apache.org/jira/browse/HDDS-12925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated HDDS-12925:
--
Labels: pull-request-available (was: )
> Update datanode volume used space on container deleti
aryangupta1998 commented on code in PR #8354:
URL: https://github.com/apache/ozone/pull/8354#discussion_r2068082071
##
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/block/DeletedBlockLogImpl.java:
##
@@ -285,16 +285,29 @@ public void addTransactions(Map>
conta
[
https://issues.apache.org/jira/browse/HDDS-12934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated HDDS-12934:
--
Labels: pull-request-available (was: )
> Split submodule for Freon
> -
[
https://issues.apache.org/jira/browse/HDDS-12934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Attila Doroszlai updated HDDS-12934:
Description: Extract parts of {{ozone-tools}} specific to {{ozone freon}}
into a new submod
adoroszlai opened a new pull request, #8367:
URL: https://github.com/apache/ozone/pull/8367
## What changes were proposed in this pull request?
Extract parts of `ozone-tools` specific to `ozone freon` into a new
submodule.
https://issues.apache.org/jira/browse/HDDS-12934
dombizita commented on code in PR #8248:
URL: https://github.com/apache/ozone/pull/8248#discussion_r2068573136
##
hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/debug/replicas/ReplicasVerify.java:
##
@@ -80,42 +93,120 @@ void findCandidateKeys(OzoneClient ozoneClient,
[
https://issues.apache.org/jira/browse/HDDS-6688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chia-Chuan Yu reassigned HDDS-6688:
---
Assignee: Chia-Chuan Yu
> S3G API tests should validate metrics in addition to metric specifi
szetszwo commented on PR #8362:
URL: https://github.com/apache/ozone/pull/8362#issuecomment-2842458921
@adoroszlai , thanks for reviewing this!
> ... Some of the indentations look a bit odd, ...
I also don't like the indentations, which were done by IntelliJ. Just have
fixed t
adoroszlai commented on code in PR #8016:
URL: https://github.com/apache/ozone/pull/8016#discussion_r2067981416
##
hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/graph/Edge.java:
##
@@ -15,7 +15,7 @@
* limitations under the License.
*/
-package org.apache.ozone.g
Tejaskriya commented on code in PR #8016:
URL: https://github.com/apache/ozone/pull/8016#discussion_r2068060136
##
hadoop-ozone/s3gateway/src/test/java/org/apache/hadoop/ozone/client/ClientProtocolStub.java:
##
@@ -724,6 +724,7 @@ public OzoneSnapshot getSnapshotInfo(String volu
ptlrs commented on PR #8363:
URL: https://github.com/apache/ozone/pull/8363#issuecomment-2842753750
Hi @adoroszlai, this PR is dependent on
https://github.com/apache/ozone/pull/8248. I will fix any conflicts once that
PR is merged.
--
This is an automated message from the Apache Git Se
hemantk-12 commented on code in PR #8053:
URL: https://github.com/apache/ozone/pull/8053#discussion_r2028155530
##
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/snapshot/filter/ReclaimableFilter.java:
##
@@ -0,0 +1,247 @@
+/*
+ * Licensed to the Apache Soft
adoroszlai commented on code in PR #8209:
URL: https://github.com/apache/ozone/pull/8209#discussion_r2069151729
##
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/shell/TestOzoneDebugReplicasVerify.java:
##
@@ -0,0 +1,370 @@
+/*
+ * Licensed to the Apache Sof
swamirishi commented on code in PR #8214:
URL: https://github.com/apache/ozone/pull/8214#discussion_r2069352809
##
hadoop-hdds/rocksdb-checkpoint-differ/src/main/java/org/apache/ozone/rocksdiff/RocksDBCheckpointDiffer.java:
##
@@ -163,14 +178,20 @@ public class RocksDBCheckpoint
swamirishi commented on code in PR #8053:
URL: https://github.com/apache/ozone/pull/8053#discussion_r2069340206
##
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/snapshot/filter/ReclaimableFilter.java:
##
@@ -0,0 +1,247 @@
+/*
+ * Licensed to the Apache Soft
jojochuang commented on PR #141:
URL: https://github.com/apache/ozone-site/pull/141#issuecomment-2843105153
Thanks @adoroszlai great catch ! Updated.
--
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
swamirishi commented on code in PR #8214:
URL: https://github.com/apache/ozone/pull/8214#discussion_r2069355325
##
hadoop-hdds/rocks-native/src/main/java/org/apache/hadoop/hdds/utils/db/managed/ManagedRawSSTFileReader.java:
##
@@ -48,10 +49,13 @@ public static boolean tryLoadLib
swamirishi commented on code in PR #8214:
URL: https://github.com/apache/ozone/pull/8214#discussion_r2069352006
##
hadoop-hdds/rocksdb-checkpoint-differ/src/main/java/org/apache/ozone/rocksdiff/RocksDBCheckpointDiffer.java:
##
@@ -171,6 +185,9 @@ public class RocksDBCheckpointDi
adoroszlai commented on code in PR #8316:
URL: https://github.com/apache/ozone/pull/8316#discussion_r2069363786
##
hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/freon/RandomKeyGenerator.java:
##
@@ -168,6 +169,11 @@ enum FreonOps {
defaultValue = "1")
privat
[
https://issues.apache.org/jira/browse/HDDS-12933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated HDDS-12933:
--
Labels: pull-request-available (was: )
> Remove the table names declared in OmMetadataManagerI
szetszwo opened a new pull request, #8370:
URL: https://github.com/apache/ozone/pull/8370
## What changes were proposed in this pull request?
We should use the table names defined in `OMDBDefinition`.
## What is the link to the Apache JIRA
HDDS-12933
## How was thi
ptlrs commented on PR #8209:
URL: https://github.com/apache/ozone/pull/8209#issuecomment-2842709151
Hi @adoroszlai, the PR has been updated to use the existing
TestOzoneIntegrationNonHA class. Could you please take another look.
--
This is an automated message from the Apache Git Service.
swamirishi commented on code in PR #8053:
URL: https://github.com/apache/ozone/pull/8053#discussion_r2069338496
##
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/snapshot/filter/ReclaimableFilter.java:
##
@@ -0,0 +1,247 @@
+/*
+ * Licensed to the Apache Soft
swamirishi commented on code in PR #8053:
URL: https://github.com/apache/ozone/pull/8053#discussion_r2069337955
##
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/snapshot/filter/ReclaimableFilter.java:
##
@@ -0,0 +1,247 @@
+/*
+ * Licensed to the Apache Soft
swamirishi commented on code in PR #8053:
URL: https://github.com/apache/ozone/pull/8053#discussion_r2069338886
##
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/snapshot/filter/ReclaimableFilter.java:
##
@@ -0,0 +1,247 @@
+/*
+ * Licensed to the Apache Soft
swamirishi commented on code in PR #8053:
URL: https://github.com/apache/ozone/pull/8053#discussion_r2069339404
##
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/snapshot/filter/ReclaimableFilter.java:
##
@@ -0,0 +1,247 @@
+/*
+ * Licensed to the Apache Soft
swamirishi commented on code in PR #8053:
URL: https://github.com/apache/ozone/pull/8053#discussion_r2069339404
##
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/snapshot/filter/ReclaimableFilter.java:
##
@@ -0,0 +1,247 @@
+/*
+ * Licensed to the Apache Soft
adoroszlai merged PR #8362:
URL: https://github.com/apache/ozone/pull/8362
--
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...@ozone.apac
[
https://issues.apache.org/jira/browse/HDDS-12932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Attila Doroszlai resolved HDDS-12932.
-
Fix Version/s: 2.1.0
Resolution: Implemented
> Rewrite OMDBDefinition
> --
ptlrs commented on PR #101:
URL: https://github.com/apache/ozone-site/pull/101#issuecomment-2842696380
Hi @kerneltime, @errose28, @adoroszlai. Could you please review this PR?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub an
xichen01 commented on code in PR #8276:
URL: https://github.com/apache/ozone/pull/8276#discussion_r2069037730
##
hadoop-ozone/interface-client/src/main/proto/OmClientProtocol.proto:
##
@@ -2311,6 +2311,51 @@ message DeleteObjectTaggingRequest {
message DeleteObjectTaggingRespon
errose28 commented on PR #7550:
URL: https://github.com/apache/ozone/pull/7550#issuecomment-2842779816
Thanks for working on this @tanvipenumudy. I have some suggestions for
managing the changes:
- Let's leave HDDS-11894 as the top level jira for tracking this feature
with no code change
swamirishi commented on code in PR #8214:
URL: https://github.com/apache/ozone/pull/8214#discussion_r2069225130
##
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OmMetadataManagerImpl.java:
##
@@ -534,21 +534,23 @@ public void start(OzoneConfiguration config
swamirishi commented on code in PR #8214:
URL: https://github.com/apache/ozone/pull/8214#discussion_r2069241051
##
hadoop-hdds/rocksdb-checkpoint-differ/src/main/java/org/apache/ozone/rocksdiff/RocksDBCheckpointDiffer.java:
##
@@ -1382,6 +1445,113 @@ public void pruneSstFiles()
swamirishi commented on code in PR #8214:
URL: https://github.com/apache/ozone/pull/8214#discussion_r2069283821
##
hadoop-hdds/rocksdb-checkpoint-differ/src/main/java/org/apache/ozone/rocksdiff/CompactionNode.java:
##
@@ -41,18 +42,25 @@ public class CompactionNode {
public
adoroszlai commented on code in PR #141:
URL: https://github.com/apache/ozone-site/pull/141#discussion_r2069332518
##
static/doap_ozone.rdf:
##
@@ -39,8 +39,8 @@ Applications using frameworks like Apache Spark, YARN and
Hive work natively wit
Stable Relea
Ivan Andika created HDDS-12935:
--
Summary: Fix S3G signature mismatch for
STREAMING-UNSIGNED-PAYLOAD-TRAILER
Key: HDDS-12935
URL: https://issues.apache.org/jira/browse/HDDS-12935
Project: Apache Ozone
[
https://issues.apache.org/jira/browse/HDDS-12842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ivan Andika updated HDDS-12842:
---
Parent: (was: HDDS-12716)
Issue Type: Task (was: Sub-task)
> Handle "Expect: 100-continu
[
https://issues.apache.org/jira/browse/HDDS-12935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ivan Andika updated HDDS-12935:
---
Description:
HDDS-12488 fixes the issue where the AWS checksum trailer data is silently
appended to
[
https://issues.apache.org/jira/browse/HDDS-12924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated HDDS-12924:
--
Labels: pull-request-available (was: )
> Optimize DU for used space calculation
>
sumitagrawl opened a new pull request, #8365:
URL: https://github.com/apache/ozone/pull/8365
## What changes were proposed in this pull request?
This PR consists of datanode used space calculation" approach. Based on the
final approach, need further implement the solution
## Wh
[
https://issues.apache.org/jira/browse/HDDS-12936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nandakumar reassigned HDDS-12936:
-
Assignee: Szabolcs Gál
> Consider hdds.scm.safemode.threshold.pct in RatisContainerSafemodeRule
adoroszlai commented on code in PR #8361:
URL: https://github.com/apache/ozone/pull/8361#discussion_r2068490363
##
hadoop-ozone/dist/src/main/compose/xcompat/lib.sh:
##
@@ -24,7 +24,7 @@ source "${COMPOSE_DIR}/../testlib.sh"
current_version="${OZONE_CURRENT_VERSION}"
# TODO:
adoroszlai commented on code in PR #8361:
URL: https://github.com/apache/ozone/pull/8361#discussion_r2068490363
##
hadoop-ozone/dist/src/main/compose/xcompat/lib.sh:
##
@@ -24,7 +24,7 @@ source "${COMPOSE_DIR}/../testlib.sh"
current_version="${OZONE_CURRENT_VERSION}"
# TODO:
adoroszlai commented on code in PR #8361:
URL: https://github.com/apache/ozone/pull/8361#discussion_r2068490363
##
hadoop-ozone/dist/src/main/compose/xcompat/lib.sh:
##
@@ -24,7 +24,7 @@ source "${COMPOSE_DIR}/../testlib.sh"
current_version="${OZONE_CURRENT_VERSION}"
# TODO:
[
https://issues.apache.org/jira/browse/HDDS-11633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ashish Kumar resolved HDDS-11633.
-
Fix Version/s: 2.1.0
Resolution: Fixed
> Delete message body too large, causing SCM to fai
Tejaskriya commented on code in PR #8016:
URL: https://github.com/apache/ozone/pull/8016#discussion_r2068006370
##
hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/debug/om/CompactionLogDagPrinter.java:
##
@@ -0,0 +1,115 @@
+/*
+ * Licensed to the Apache Software Foundat
Tejaskriya commented on code in PR #8016:
URL: https://github.com/apache/ozone/pull/8016#discussion_r2067983218
##
hadoop-ozone/s3gateway/src/test/java/org/apache/hadoop/ozone/client/ClientProtocolStub.java:
##
@@ -724,6 +724,7 @@ public OzoneSnapshot getSnapshotInfo(String volu
IGNED-PAYLOAD-TRAILER
> x-amz-date:20250430T071131Z
> x-amz-decoded-content-length:5
> x-amz-sdk-checksum-algorithm:CRC64NVME
> x-amz-trailer:x-amz-checksum-crc64nvme
> content-encoding;host;x-amz-content-sha256;x-amz-date;x-amz-decoded-content-length;x-amz-sdk-checks
Tejaskriya commented on PR #8016:
URL: https://github.com/apache/ozone/pull/8016#issuecomment-2841350856
Thanks for the review @adoroszlai , I have made the suggestions as you
suggested. Could you please take a look at it again?
--
This is an automated message from the Apache Git Service.
[
https://issues.apache.org/jira/browse/HDDS-12934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Attila Doroszlai updated HDDS-12934:
Status: Patch Available (was: In Progress)
> Split submodule for Freon
> -
adoroszlai commented on code in PR #8357:
URL: https://github.com/apache/ozone/pull/8357#discussion_r2068474891
##
hadoop-ozone/dist/src/shell/conf/log4j.properties:
##
@@ -31,21 +31,40 @@
log4j.appender.NullAppender=org.apache.log4j.varia.NullAppender
#
# Rolling File Append
[
https://issues.apache.org/jira/browse/HDDS-11514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Krishna Kumar Asawa reassigned HDDS-11514:
--
Assignee: Aryan Gupta
> Set optimal default values for delete configurations b
ashishkumar50 merged PR #8354:
URL: https://github.com/apache/ozone/pull/8354
--
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...@ozone.a
[
https://issues.apache.org/jira/browse/HDDS-12935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ivan Andika updated HDDS-12935:
---
Description:
HDDS-12488 fixes the issue where the AWS checksum trailer data is silently
appended to
Nandakumar created HDDS-12937:
-
Summary: Consider hdds.scm.safemode.threshold.pct in
ECContainerSafemodeRule
Key: HDDS-12937
URL: https://issues.apache.org/jira/browse/HDDS-12937
Project: Apache Ozone
[
https://issues.apache.org/jira/browse/HDDS-12937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nandakumar reassigned HDDS-12937:
-
Assignee: Szabolcs Gál
> Consider hdds.scm.safemode.threshold.pct in ECContainerSafemodeRule
> -
Nandakumar created HDDS-12936:
-
Summary: Consider hdds.scm.safemode.threshold.pct in
RatisContainerSafemodeRule
Key: HDDS-12936
URL: https://issues.apache.org/jira/browse/HDDS-12936
Project: Apache Ozone
chungen0126 commented on code in PR #8351:
URL: https://github.com/apache/ozone/pull/8351#discussion_r2068391175
##
hadoop-ozone/dist/src/main/smoketest/s3/objecthead.robot:
##
@@ -60,3 +60,13 @@ Head non existing key
${result} = Execute AWSS3APICli and checkrch
nandakumar131 commented on code in PR #8331:
URL: https://github.com/apache/ozone/pull/8331#discussion_r2068390762
##
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/safemode/DataNodeSafeModeRule.java:
##
@@ -66,7 +69,17 @@ protected boolean validate() {
if
nandakumar131 commented on code in PR #8331:
URL: https://github.com/apache/ozone/pull/8331#discussion_r2068390762
##
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/safemode/DataNodeSafeModeRule.java:
##
@@ -66,7 +69,17 @@ protected boolean validate() {
if
[
https://issues.apache.org/jira/browse/HDDS-11904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nandakumar reassigned HDDS-11904:
-
Assignee: Aryan Gupta (was: Nandakumar)
> Fix HealthyPipelineSafeModeRule logic
> -
[
https://issues.apache.org/jira/browse/HDDS-11904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nandakumar reassigned HDDS-11904:
-
Assignee: Aryan Gupta (was: Aryan Gupta)
> Fix HealthyPipelineSafeModeRule logic
>
Nandakumar created HDDS-12938:
-
Summary: Refactor OneReplicaPipelineSafeModeRule to not use
PipelineReportFromDatanode
Key: HDDS-12938
URL: https://issues.apache.org/jira/browse/HDDS-12938
Project: Apache
adoroszlai commented on code in PR #8016:
URL: https://github.com/apache/ozone/pull/8016#discussion_r2068500447
##
hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/debug/om/PrefixParser.java:
##
@@ -71,16 +69,16 @@ public class PrefixParser implements Callable {
priva
[
https://issues.apache.org/jira/browse/HDDS-7295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Peter Lee reassigned HDDS-7295:
---
Assignee: Peter Lee
> listKeys for large FSO-enabled bucket is timeout
>
Siyao Meng created HDDS-12941:
-
Summary: Revisit method and variable names related to reserved /
committed (allocated) space
Key: HDDS-12941
URL: https://issues.apache.org/jira/browse/HDDS-12941
Project:
smengcl commented on code in PR #8365:
URL: https://github.com/apache/ozone/pull/8365#discussion_r2069840812
##
hadoop-hdds/docs/content/design/dn-usedspace-calculation.md:
##
@@ -0,0 +1,87 @@
+---
+title: Datanode used space calculation
+summary: Describe proposal for optimiza
[
https://issues.apache.org/jira/browse/HDDS-12933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Attila Doroszlai resolved HDDS-12933.
-
Fix Version/s: 2.1.0
Resolution: Done
> Remove the table names declared in OmMetad
adoroszlai closed pull request #7345: HDDS-11603. Reclaimable Filter for
Snapshots garbage reclaimation
URL: https://github.com/apache/ozone/pull/7345
--
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
[
https://issues.apache.org/jira/browse/HDDS-11603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Swaminathan Balachandran updated HDDS-11603:
Summary: Reclaimable Key Filter for Snapshots garbage reclaimation (was:
R
[
https://issues.apache.org/jira/browse/HDDS-12941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Peter Lee reassigned HDDS-12941:
Assignee: Peter Lee
> Revisit method and variable naming conventions related to reserved /
> comm
adoroszlai commented on code in PR #8361:
URL: https://github.com/apache/ozone/pull/8361#discussion_r2069871606
##
hadoop-ozone/dist/src/main/compose/xcompat/lib.sh:
##
@@ -24,7 +24,7 @@ source "${COMPOSE_DIR}/../testlib.sh"
current_version="${OZONE_CURRENT_VERSION}"
# TODO:
adoroszlai merged PR #8370:
URL: https://github.com/apache/ozone/pull/8370
--
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...@ozone.apac
[
https://issues.apache.org/jira/browse/HDDS-11603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Swaminathan Balachandran updated HDDS-11603:
Description:
Currently deleted key entries are reclaimed by just peeking in
adoroszlai commented on PR #8054:
URL: https://github.com/apache/ozone/pull/8054#issuecomment-2844147717
Please wait for clean CI run in fork before marking ready for review.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
adoroszlai commented on code in PR #8361:
URL: https://github.com/apache/ozone/pull/8361#discussion_r2069873026
##
hadoop-ozone/dist/src/main/compose/upgrade/test.sh:
##
@@ -33,8 +33,10 @@ RESULT_DIR="$ALL_RESULT_DIR" create_results_dir
# This is the version of Ozone that sho
peterxcli commented on code in PR #8371:
URL: https://github.com/apache/ozone/pull/8371#discussion_r2069884829
##
hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/server/events/SingleThreadExecutor.java:
##
@@ -77,42 +59,43 @@ public SingleThreadExecutor(String name, S
jojochuang commented on code in PR #8371:
URL: https://github.com/apache/ozone/pull/8371#discussion_r2069873000
##
hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/server/events/SingleThreadExecutor.java:
##
@@ -77,42 +59,43 @@ public SingleThreadExecutor(String name,
szetszwo commented on PR #8370:
URL: https://github.com/apache/ozone/pull/8370#issuecomment-2844149546
@adoroszlai , thanks a lot for reviewing and merging 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
peterxcli commented on code in PR #8371:
URL: https://github.com/apache/ozone/pull/8371#discussion_r2069882219
##
hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/server/events/SingleThreadExecutor.java:
##
@@ -77,42 +59,43 @@ public SingleThreadExecutor(String name, S
[
https://issues.apache.org/jira/browse/HDDS-12455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Peter Lee reassigned HDDS-12455:
Assignee: (was: Peter Lee)
> Merge the SimpleMockNodeManager with MockNodeManager
> --
Attila Doroszlai created HDDS-12942:
---
Summary: Init layout version config should not be public
Key: HDDS-12942
URL: https://issues.apache.org/jira/browse/HDDS-12942
Project: Apache Ozone
Is
adoroszlai merged PR #8361:
URL: https://github.com/apache/ozone/pull/8361
--
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...@ozone.apac
[
https://issues.apache.org/jira/browse/HDDS-12728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Attila Doroszlai resolved HDDS-12728.
-
Fix Version/s: 2.1.0
Resolution: Done
> [Ozone 2.0] Add Ozone 2.0.0 to compatibili
Wei-Chiu Chuang created HDDS-12940:
--
Summary: Ozone Snapshot Phase 3: Scale up Snapshot Operations
Key: HDDS-12940
URL: https://issues.apache.org/jira/browse/HDDS-12940
Project: Apache Ozone
[
https://issues.apache.org/jira/browse/HDDS-10265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wei-Chiu Chuang updated HDDS-10265:
---
Parent: HDDS-12940 (was: HDDS-8544)
> Use SnapshotId in BackgroundServices
> ---
[
https://issues.apache.org/jira/browse/HDDS-12308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wei-Chiu Chuang updated HDDS-12308:
---
Parent: HDDS-12940 (was: HDDS-8544)
> HA Aware Reads for Snapdiff
>
[
https://issues.apache.org/jira/browse/HDDS-10858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wei-Chiu Chuang updated HDDS-10858:
---
Parent: HDDS-12940 (was: HDDS-8544)
> [snapshot] Error message is not thrown when trying to
[
https://issues.apache.org/jira/browse/HDDS-12491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wei-Chiu Chuang updated HDDS-12491:
---
Parent: HDDS-12940 (was: HDDS-8544)
> Snapshot diff should use direct byte buffers on SSTFil
[
https://issues.apache.org/jira/browse/HDDS-8862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wei-Chiu Chuang updated HDDS-8862:
--
Parent: HDDS-12940 (was: HDDS-8544)
> [Snapshot] Make SnapshotChainManager singleton
> ---
[
https://issues.apache.org/jira/browse/HDDS-8903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wei-Chiu Chuang updated HDDS-8903:
--
Parent: HDDS-12940 (was: HDDS-8544)
> Add validation for OZONE_OM_SNAPSHOT_DB_MAX_OPEN_FILES
>
[
https://issues.apache.org/jira/browse/HDDS-7780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wei-Chiu Chuang updated HDDS-7780:
--
Parent: HDDS-12940 (was: HDDS-8544)
> [Snapshot] Improve visibility into background service Sna
[
https://issues.apache.org/jira/browse/HDDS-8529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wei-Chiu Chuang updated HDDS-8529:
--
Parent: HDDS-12940 (was: HDDS-8544)
> [Snapshot] Refactor OmSnapshotManager constructor to redu
1 - 100 of 171 matches
Mail list logo