This is an automated email from the ASF dual-hosted git repository.
sammichen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new f14cfb1093 HDDS-7480. parallel operation can have failure during
commit for quota (#4915)
f14cfb1093 is described below
commit f14cfb10931e91303c98dd38c428e921172635bb
Author: Sumit Agrawal <[email protected]>
AuthorDate: Tue Jun 20 21:49:54 2023 +0530
HDDS-7480. parallel operation can have failure during commit for quota
(#4915)
---
hadoop-hdds/docs/content/feature/Quota.md | 1 +
hadoop-hdds/docs/content/feature/Quota.zh.md | 1 +
2 files changed, 2 insertions(+)
diff --git a/hadoop-hdds/docs/content/feature/Quota.md
b/hadoop-hdds/docs/content/feature/Quota.md
index 5f5fbf58e6..90e413357b 100644
--- a/hadoop-hdds/docs/content/feature/Quota.md
+++ b/hadoop-hdds/docs/content/feature/Quota.md
@@ -90,6 +90,7 @@ Scenario 3:
### Note:
- For FSO bucket with recursive deletion of directory, release of quota
happens asynchronously after sub directories and files are removed (when
directory is removed, recursive deletion can be in-progress in background).
+- When quota is about to reach the limit, and ozone clients (in parallel)
commit the files, then file commit will be success for those files meeting the
quota and verification will be in order of first come basis at backend.
## Client usage
### Storage Space level quota
diff --git a/hadoop-hdds/docs/content/feature/Quota.zh.md
b/hadoop-hdds/docs/content/feature/Quota.zh.md
index 011b10e049..16e5db26cd 100644
--- a/hadoop-hdds/docs/content/feature/Quota.zh.md
+++ b/hadoop-hdds/docs/content/feature/Quota.zh.md
@@ -87,6 +87,7 @@ g. 对于FSO bucket, 对移动到垃圾桶的文件和目录,垃圾桶将在
### 笔记
- 对于FSO bucket,当递归删除目录时,配额将在子目录和文件被异步删除后释放(当目录被删除时,递归删除在后台进行)。
+- 当配额即将达到限制,多个ozone 客户端(并行)提交文件时,后端按先到先得的顺序进行验证,满足配额的文件将成功提交。
## 客户端用法
### Storage space级别配额
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]