HDDS-5269. Datandoe with low ratis log volume space should not be considered for new pipeline allocation.#2344
Merged
ChenSammi merged 8 commits intoapache:masterfrom Jun 23, 2021
Merged
Conversation
…sidered for new pipeline allocation.
Contributor
Author
|
Hi @bshashikant @ChenSammi , please help review this when you have time, thanks~ |
ChenSammi
reviewed
Jun 17, 2021
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/ScmConfigKeys.java
Outdated
Show resolved
Hide resolved
ChenSammi
reviewed
Jun 17, 2021
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/ScmConfigKeys.java
Outdated
Show resolved
Hide resolved
added 3 commits
June 17, 2021 21:33
Set default from '0MB' to '1GB'.
ChenSammi
reviewed
Jun 21, 2021
|
|
||
| <property> | ||
| <name>ozone.scm.datanode.ratis.volume.free-space.min</name> | ||
| <value>0MB</value> |
Contributor
There was a problem hiding this comment.
We can change the default to 1GB but let's add a smaller default for unit tests and acceptance tests as we did for container size(Set to 1GB for acceptance tests) so that we don't see any surprises later.
Contributor
Author
There was a problem hiding this comment.
Oh, yes, will fix the default value and manually test smaller defaults for related tests, thanks~
ChenSammi
reviewed
Jun 21, 2021
...ds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/pipeline/PipelinePlacementPolicy.java
Outdated
Show resolved
Hide resolved
added 4 commits
June 21, 2021 15:59
tests to prevent surprises in CI.
To fix acceptance failures fixed by HDDS-5363.
Contributor
Author
|
@bshashikant @ChenSammi updated as commented, thanks~ |
Contributor
|
LGTM, + 1. |
errose28
added a commit
to errose28/ozone
that referenced
this pull request
Jul 7, 2021
* master: (28 commits) HDDS-5332. Add a new column family and a service provider in Recon DB for Namespace Summaries (apache#2366) HDDS-5405. Refactor pom files for HadoopRpc and Grpc/Ratis compilation properties. (apache#2386) HDDS-5406. add proto version to all the proto files. (apache#2385) HDDS-5398. Avoid object creation in ReplicationManger debug log statements (apache#2379) HDDS-5396. Fix negligence issue conditional expressions in MockCRLStore.java (apache#2380) HDDS-5395. Avoid unnecessary numKeyOps.incr() call in OMMetrics (apache#2374) HDDS-5389. Include ozoneserviceid in fs.defaultFS when configuring o3fs (apache#2370) HDDS-5383. Eliminate expensive string creation in debug log messages (apache#2372) HDDS-5380. Get more accurate space info for DedicatedDiskSpaceUsage. (apache#2365) HDDS-5341. Container report processing is single threaded (apache#2338) HDDS-5387. ProfileServlet to move the default output location to an ozone specific directory (apache#2368) HDDS-5289. Update container's deleteTransactionId on creation of the transaction in SCM. (apache#2361) HDDS-5369. Cleanup unused configuration related to SCM HA (apache#2359) HDDS-5381. SCM terminated with exit status 1: null. (apache#2362) HDDS-5353. Avoid unnecessary executeBatch call in insertAudits (apache#2342) HDDS-5350 : Add allocate block support in MockOmTransport (apache#2341). Contributed by Uma Maheswara Rao G. HDDS-4926. Support start/stop for container balancer via command line (apache#2278) HDDS-5269. Datandoe with low ratis log volume space should not be considered for new pipeline allocation. (apache#2344) HDDS-5367. Update modification time when updating quota/storageType/versioning (apache#2355) HDDS-5352. java.lang.ClassNotFoundException: org/eclipse/jetty/alpn/ALPN (apache#2347) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
Datandoe with low ratis log volume space should not be considered for new pipeline allocation.
What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-5269
How was this patch tested?
existing ut.
a new ut for the case that there are not enough space for metadata volume.