juncevich commented on PR #7708:
URL: https://github.com/apache/ozone/pull/7708#issuecomment-2633132555
> Thanks @juncevich for the patch. It seems this removes synchronization in
some individual metrics, but not in `MetricsSytemImpl` itself. (see also
[HDDS-12193](https://issues.apache.org
sadanand48 commented on code in PR #7794:
URL: https://github.com/apache/ozone/pull/7794#discussion_r1940655895
##
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/KeyManagerImpl.java:
##
@@ -2142,9 +2139,7 @@ public DeleteKeysResult getPendingDeletionSubFiles
adoroszlai commented on code in PR #7802:
URL: https://github.com/apache/ozone/pull/7802#discussion_r1940649596
##
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/shell/TestOzoneShellHA.java:
##
@@ -2190,8 +2195,7 @@ public void testClientBucketLayoutValidati
adoroszlai commented on code in PR #7802:
URL: https://github.com/apache/ozone/pull/7802#discussion_r1940649596
##
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/shell/TestOzoneShellHA.java:
##
@@ -2190,8 +2195,7 @@ public void testClientBucketLayoutValidati
sadanand48 commented on code in PR #7802:
URL: https://github.com/apache/ozone/pull/7802#discussion_r1940645288
##
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/shell/TestOzoneShellHA.java:
##
@@ -2190,8 +2195,7 @@ public void testClientBucketLayoutValidati
nandakumar131 commented on PR #7794:
URL: https://github.com/apache/ozone/pull/7794#issuecomment-2633092773
> Also isn't the iterator invalid without calling any of the seek methods, I
believe this is the reason we have called seek() api's after initialising
iterators . Has Rocksdb behaviou
nandakumar131 commented on code in PR #7794:
URL: https://github.com/apache/ozone/pull/7794#discussion_r1940633548
##
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/KeyManagerImpl.java:
##
@@ -2142,9 +2139,7 @@ public DeleteKeysResult getPendingDeletionSubFi
Tejaskriya commented on code in PR #7794:
URL: https://github.com/apache/ozone/pull/7794#discussion_r1940633001
##
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/KeyManagerImpl.java:
##
@@ -2142,9 +2139,7 @@ public DeleteKeysResult getPendingDeletionSubFiles
[
https://issues.apache.org/jira/browse/HDDS-12087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17923600#comment-17923600
]
Aryan Gupta commented on HDDS-12087:
Hi [~Nicholas Niu],
Are you planning to work on
[
https://issues.apache.org/jira/browse/HDDS-12178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Attila Doroszlai updated HDDS-12178:
Status: Patch Available (was: In Progress)
> Expand transitive test dependencies
> ---
[
https://issues.apache.org/jira/browse/HDDS-12192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Attila Doroszlai updated HDDS-12192:
Status: Patch Available (was: In Progress)
> Split and fix TestOzoneShellHA
>
[
https://issues.apache.org/jira/browse/HDDS-11714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nandakumar resolved HDDS-11714.
---
Fix Version/s: 2.0.0
Resolution: Fixed
The PR is merged!
Thanks [~aryangupta1998] for the con
nandakumar131 commented on PR #7665:
URL: https://github.com/apache/ozone/pull/7665#issuecomment-2633017115
Thanks @aryangupta1998 for the contribution. Thanks @sadanand48 for the
review.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
nandakumar131 merged PR #7665:
URL: https://github.com/apache/ozone/pull/7665
--
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
adoroszlai commented on PR #7799:
URL: https://github.com/apache/ozone/pull/7799#issuecomment-2632994766
Thanks @nandakumar131, @sadanand48 for the 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
adoroszlai merged PR #7799:
URL: https://github.com/apache/ozone/pull/7799
--
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-11839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17923583#comment-17923583
]
Peter Lee commented on HDDS-11839:
--
The transfer leadership request with new leader id w
sadanand48 commented on PR #7794:
URL: https://github.com/apache/ozone/pull/7794#issuecomment-2632949583
Also isn't the iterator invalid without calling any of the seek methods, I
believe this is the reason we have called seek() api's after initialising
iterators . Has Rocksdb behaviour cha
sadanand48 commented on code in PR #7794:
URL: https://github.com/apache/ozone/pull/7794#discussion_r1940547764
##
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/KeyManagerImpl.java:
##
@@ -2142,9 +2139,7 @@ public DeleteKeysResult getPendingDeletionSubFiles
aryangupta1998 commented on PR #7665:
URL: https://github.com/apache/ozone/pull/7665#issuecomment-2632943904
Thanks @nandakumar131, fixed the test case!
--
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
adoroszlai commented on PR #7801:
URL: https://github.com/apache/ozone/pull/7801#issuecomment-2632932209
Thanks @oneonestar for the patch. Please enable the `build-branch`
[workflow in your fork](https://github.com/oneonestar/ozone/actions).
--
This is an automated message from the Apach
[
https://issues.apache.org/jira/browse/HDDS-12192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated HDDS-12192:
--
Labels: pull-request-available (was: )
> Split and fix TestOzoneShellHA
>
[
https://issues.apache.org/jira/browse/HDDS-11643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17923573#comment-17923573
]
Ivan Zlenko edited comment on HDDS-11643 at 2/4/25 5:28 AM:
[
adoroszlai opened a new pull request, #7802:
URL: https://github.com/apache/ozone/pull/7802
## What changes were proposed in this pull request?
TestOzoneShellHA and TestOzoneShellHAWithFSO are not run due
`ClassNotFoundException` when starting MiniKMS (HDDS-11879). KMS is required
f
[
https://issues.apache.org/jira/browse/HDDS-11643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17923573#comment-17923573
]
Ivan Zlenko edited comment on HDDS-11643 at 2/4/25 5:28 AM:
[
[
https://issues.apache.org/jira/browse/HDDS-11643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17923573#comment-17923573
]
Ivan Zlenko commented on HDDS-11643:
[~erose] the old way to delete transaction relie
[
https://issues.apache.org/jira/browse/HDDS-12195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated HDDS-12195:
--
Labels: pull-request-available (was: )
> Missing skip() Method Causes Performance Issues in Oz
Star Poon created HDDS-12195:
Summary: Missing skip() Method Causes Performance Issues in
OzoneFSInputStream
Key: HDDS-12195
URL: https://issues.apache.org/jira/browse/HDDS-12195
Project: Apache Ozone
Venkat Sambath created HDDS-12194:
-
Summary: Distinguish update/purge snapshot
Key: HDDS-12194
URL: https://issues.apache.org/jira/browse/HDDS-12194
Project: Apache Ozone
Issue Type: Improvem
[
https://issues.apache.org/jira/browse/HDDS-12193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17923524#comment-17923524
]
Hemant Kumar commented on HDDS-12193:
-
Another similar instance where OMDoubleBufferF
errose28 commented on code in PR #7583:
URL: https://github.com/apache/ozone/pull/7583#discussion_r1940247445
##
hadoop-hdds/docs/content/design/leader-execution/leader-execution.md:
##
@@ -0,0 +1,477 @@
+---
+title: Ozone Leader Side Execution
+summary: Ozone request execution
[
https://issues.apache.org/jira/browse/HDDS-12182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17923505#comment-17923505
]
Wei-Chiu Chuang edited comment on HDDS-12182 at 2/3/25 10:55 PM:
--
[
https://issues.apache.org/jira/browse/HDDS-12182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17923505#comment-17923505
]
Wei-Chiu Chuang commented on HDDS-12182:
Thanks!
Looks like RocksDB is not able
[
https://issues.apache.org/jira/browse/HDDS-12182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17923504#comment-17923504
]
Sylvia Chao commented on HDDS-12182:
Hello [~weichiu],
Apologies for the previous mi
errose28 commented on code in PR #7583:
URL: https://github.com/apache/ozone/pull/7583#discussion_r1940209737
##
hadoop-hdds/docs/content/design/leader-execution/leader-execution.md:
##
@@ -0,0 +1,477 @@
+---
+title: Ozone Leader Side Execution
+summary: Ozone request execution
[
https://issues.apache.org/jira/browse/HDDS-12182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sylvia Chao updated HDDS-12182:
---
Attachment:
TEST-org.apache.hadoop.ozone.container.common.TestSchemaOneBackwardsCompatibility.zip
>
[
https://issues.apache.org/jira/browse/HDDS-12193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hemant Kumar updated HDDS-12193:
Description:
Prometheus blocking installSnapshotFromLeader thread can causing delay in
bootstrappi
[
https://issues.apache.org/jira/browse/HDDS-12193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hemant Kumar updated HDDS-12193:
Attachment: ombootstrapjstack5
> Prometheus blocking installSnapshotFromLeader on follower node
> -
[
https://issues.apache.org/jira/browse/HDDS-12193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hemant Kumar updated HDDS-12193:
Attachment: ombootstrapjstack2
ombootstrapjstack3
ombootstrapjstack4
Hemant Kumar created HDDS-12193:
---
Summary: Prometheus blocking installSnapshotFromLeader on follower
node
Key: HDDS-12193
URL: https://issues.apache.org/jira/browse/HDDS-12193
Project: Apache Ozone
adoroszlai opened a new pull request, #7800:
URL: https://github.com/apache/ozone/pull/7800
## What changes were proposed in this pull request?
Some dependencies are added transitively via `hdds-hadoop-dependency-test`
and `hdds-test-utils`. This is convenient, but `dependency:analyz
[
https://issues.apache.org/jira/browse/HDDS-12178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated HDDS-12178:
--
Labels: pull-request-available (was: )
> Expand transitive test dependencies
> ---
adoroszlai commented on PR #7799:
URL: https://github.com/apache/ozone/pull/7799#issuecomment-2632088404
> don't we have any unit test for this?
Added, thanks.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
[
https://issues.apache.org/jira/browse/HDDS-11643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17923476#comment-17923476
]
Ethan Rose commented on HDDS-11643:
---
Hi [~izlenko] I think the repro would be different
[
https://issues.apache.org/jira/browse/HDDS-12182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17923468#comment-17923468
]
Wei-Chiu Chuang commented on HDDS-12182:
Hi [~sylviac7] could you share the test
Attila Doroszlai created HDDS-12192:
---
Summary: Split and fix TestOzoneShellHA
Key: HDDS-12192
URL: https://issues.apache.org/jira/browse/HDDS-12192
Project: Apache Ozone
Issue Type: Sub-tas
Tanvi Penumudy created HDDS-12191:
-
Summary: Create Grafana dashboards for the block preallocation and
cache flow in OM
Key: HDDS-12191
URL: https://issues.apache.org/jira/browse/HDDS-12191
Project: A
Tanvi Penumudy created HDDS-12190:
-
Summary: Introduce metrics for the preallocated blocks flow in OM
Key: HDDS-12190
URL: https://issues.apache.org/jira/browse/HDDS-12190
Project: Apache Ozone
Wei-Chiu Chuang created HDDS-12189:
--
Summary: Improve RocksDB compaction in Ozone
Key: HDDS-12189
URL: https://issues.apache.org/jira/browse/HDDS-12189
Project: Apache Ozone
Issue Type: Epic
adoroszlai commented on code in PR #7798:
URL: https://github.com/apache/ozone/pull/7798#discussion_r1939858831
##
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/fs/CachingSpaceUsageSource.java:
##
@@ -104,7 +105,15 @@ public long getUsedSpace() {
@Override
public
kerneltime commented on code in PR #7798:
URL: https://github.com/apache/ozone/pull/7798#discussion_r1939846759
##
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/fs/CachingSpaceUsageSource.java:
##
@@ -104,7 +105,15 @@ public long getUsedSpace() {
@Override
public
[
https://issues.apache.org/jira/browse/HDDS-12047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17923387#comment-17923387
]
Ivan Andika commented on HDDS-12047:
> I’m planning to merge the tests into TestOzone
[
https://issues.apache.org/jira/browse/HDDS-12047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17923388#comment-17923388
]
Peter Lee edited comment on HDDS-12047 at 2/3/25 5:19 PM:
--
> Do
[
https://issues.apache.org/jira/browse/HDDS-12047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17923388#comment-17923388
]
Peter Lee commented on HDDS-12047:
--
> Do you mean to just rename the TestOzoneClientMult
[
https://issues.apache.org/jira/browse/HDDS-12047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17923383#comment-17923383
]
Peter Lee edited comment on HDDS-12047 at 2/3/25 5:16 PM:
--
I’m p
[
https://issues.apache.org/jira/browse/HDDS-12047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17923387#comment-17923387
]
Ivan Andika edited comment on HDDS-12047 at 2/3/25 5:14 PM:
>
[
https://issues.apache.org/jira/browse/HDDS-12047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17923383#comment-17923383
]
Peter Lee commented on HDDS-12047:
--
I’m planning to merge the tests into TestOzoneClient
adoroszlai opened a new pull request, #7799:
URL: https://github.com/apache/ozone/pull/7799
## What changes were proposed in this pull request?
Addendum for #7797. Get raw size from value, not iterator, which always
returns 0.
https://issues.apache.org/jira/browse/HDDS-12186
[
https://issues.apache.org/jira/browse/HDDS-12180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Attila Doroszlai updated HDDS-12180:
Status: Patch Available (was: In Progress)
> Store snapshot in CachingSpaceUsageSource
> -
[
https://issues.apache.org/jira/browse/HDDS-12186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nandakumar resolved HDDS-12186.
---
Fix Version/s: 2.0.0
Resolution: Fixed
The PR is merged!
Thanks [~sshenoy] for the contributi
nandakumar131 commented on PR #7797:
URL: https://github.com/apache/ozone/pull/7797#issuecomment-2631417643
Thanks @sadanand48 for the contribution & thanks @adoroszlai for the review.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
nandakumar131 merged PR #7797:
URL: https://github.com/apache/ozone/pull/7797
--
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
Attila Doroszlai created HDDS-12188:
---
Summary: Move server-only classes from hdds-common to
hdds-server-framework
Key: HDDS-12188
URL: https://issues.apache.org/jira/browse/HDDS-12188
Project: Apach
Attila Doroszlai created HDDS-12187:
---
Summary: Use hadoop-dependency modules as parent, not dependency
Key: HDDS-12187
URL: https://issues.apache.org/jira/browse/HDDS-12187
Project: Apache Ozone
dombizita commented on PR #7198:
URL: https://github.com/apache/ozone/pull/7198#issuecomment-2630811581
/ready
--
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 unsubscrib
[
https://issues.apache.org/jira/browse/HDDS-12185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Attila Doroszlai reassigned HDDS-12185:
---
Assignee: Arafat Khan
> Enhance FileSizeCountTask for Faster Processing
> --
[
https://issues.apache.org/jira/browse/HDDS-10823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17923243#comment-17923243
]
Zita Dombi commented on HDDS-10823:
---
[~swamirishi] The Ranger side support for this was
[
https://issues.apache.org/jira/browse/HDDS-12180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated HDDS-12180:
--
Labels: pull-request-available (was: )
> Store snapshot in CachingSpaceUsageSource
> -
adoroszlai opened a new pull request, #7798:
URL: https://github.com/apache/ozone/pull/7798
## What changes were proposed in this pull request?
`CachingSpaceUsageSource` may benefit from storing
`SpaceUsageSource#snapshot` until individual values change, to reduce object
creation.
adoroszlai commented on code in PR #7797:
URL: https://github.com/apache/ozone/pull/7797#discussion_r1939026921
##
hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/utils/db/Table.java:
##
@@ -337,12 +337,8 @@ interface KeyValue {
VALUE getValue() throws IOExcept
sadanand48 opened a new pull request, #7797:
URL: https://github.com/apache/ozone/pull/7797
## What changes were proposed in this pull request?
Changes in [HDDS-11508](https://issues.apache.org/jira/browse/HDDS-11508)
[cause](https://github.com/apache/ozone/pull/7365#pullrequestreview-258
adoroszlai commented on code in PR #7795:
URL: https://github.com/apache/ozone/pull/7795#discussion_r1938998104
##
hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/tasks/NSSummaryTask.java:
##
@@ -101,21 +101,37 @@ public String getTaskName() {
@Override
publ
[
https://issues.apache.org/jira/browse/HDDS-12186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated HDDS-12186:
--
Labels: pull-request-available (was: )
> Avoid array allocation for table iterator
> -
[
https://issues.apache.org/jira/browse/HDDS-12185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated HDDS-12185:
--
Labels: pull-request-available (was: )
> Enhance FileSizeCountTask for Faster Processing
> ---
ArafatKhan2198 opened a new pull request, #7796:
URL: https://github.com/apache/ozone/pull/7796
## What changes were proposed in this pull request?
Optimize reprocess() by:
Running parallel threads for each BucketLayout.
Using thread-local maps to accumulate (container → key)
[
https://issues.apache.org/jira/browse/HDDS-11585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17923209#comment-17923209
]
Ivan Andika edited comment on HDDS-11585 at 2/3/25 8:22 AM:
C
[
https://issues.apache.org/jira/browse/HDDS-11585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ivan Andika resolved HDDS-11585.
Resolution: Won't Do
> Add DN Ratis log purge parameters to close pipeline with slow follower
> ---
[
https://issues.apache.org/jira/browse/HDDS-12186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Attila Doroszlai reassigned HDDS-12186:
---
Assignee: Sadanand Shenoy
> Avoid array allocation for table iterator
>
Attila Doroszlai created HDDS-12186:
---
Summary: Avoid array allocation for table iterator
Key: HDDS-12186
URL: https://issues.apache.org/jira/browse/HDDS-12186
Project: Apache Ozone
Issue Ty
[
https://issues.apache.org/jira/browse/HDDS-11585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17923209#comment-17923209
]
Ivan Andika commented on HDDS-11585:
Closing this for now.
Automatically closing the
adoroszlai commented on PR #7365:
URL: https://github.com/apache/ozone/pull/7365#issuecomment-2630258844
Created HDDS-12186
--
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.
ivandika3 closed pull request #7319: HDDS-11585. Add DN Ratis log purge
parameters to close pipeline with slow follower
URL: https://github.com/apache/ozone/pull/7319
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
ivandika3 commented on PR #7319:
URL: https://github.com/apache/ozone/pull/7319#issuecomment-2630256849
Closing this for now.
Automatically closing the pipeline for slow follower might hide the
underlying write degradation issue and might cause pipelines to be created and
closed fre
Arafat Khan created HDDS-12185:
--
Summary: Enhance FileSizeCountTask for Faster Processing
Key: HDDS-12185
URL: https://issues.apache.org/jira/browse/HDDS-12185
Project: Apache Ozone
Issue Type:
sadanand48 commented on PR #7365:
URL: https://github.com/apache/ozone/pull/7365#issuecomment-2630253126
Sure thanks @adoroszlai , will open a jira to handle this and raise a PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
[
https://issues.apache.org/jira/browse/HDDS-12159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tejaskriya Madhan updated HDDS-12159:
-
Summary: Remove unnecessary iterator seek in fileTable and DirectoryTable
uses (was: Rem
[
https://issues.apache.org/jira/browse/HDDS-11508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Attila Doroszlai resolved HDDS-11508.
-
Fix Version/s: 2.0.0
Resolution: Implemented
> Decouple delete batch limits from R
[
https://issues.apache.org/jira/browse/HDDS-12184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated HDDS-12184:
--
Labels: pull-request-available (was: )
> Enhance NSSummaryTask process() for Faster Processing
[
https://issues.apache.org/jira/browse/HDDS-12159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated HDDS-12159:
--
Labels: pull-request-available (was: )
> Remove unnecessary iterator seek in OMFileRequest#che
Tejaskriya opened a new pull request, #7794:
URL: https://github.com/apache/ozone/pull/7794
## What changes were proposed in this pull request?
In many code bits, an iterator is created for a rocksDB table. During this,
a seek to the first record takes place internally. Following whic
90 matches
Mail list logo