HDDS-15084. Core Runtime: SCM + OM#10456
Conversation
|
cc: @peterxcli |
|
@henrybear327 thanks for the patch, this reads really cleanly! but I got one thought: a lot of the bring-up here (storage init, port allocation, readiness, shutdown) overlaps with what |
6b3ce79 to
5b2ea1c
Compare
Hi @rich7420 , thanks for the question. I think this stream of work is quite different from the
Not sure if this answers your question! |
|
cc: @chungen0126 @peterxcli for a review! Thank you! |
5b2ea1c to
626bd46
Compare
|
Rebased. PTAL @peterxcli @chungen0126 :) Thanks This should unblock #10159 so we can move forward. |
6211f71 to
228f03f
Compare
chungen0126
left a comment
There was a problem hiding this comment.
Thanks @henrybear327 for the patch. Left some comments.
228f03f to
95409e3
Compare
95409e3 to
f28f384
Compare
f28f384 to
102c176
Compare
102c176 to
e759eac
Compare
There was a problem hiding this comment.
@henrybear327 thanks for the further update! LGTM +1!
pending ci
|
Thanks @henrybear327 for the patch, @henrybear327 for the review! |
I guess it's thanks @peterxcli and @chungen0126 for the review! Get some rest :D |
What changes were proposed in this pull request?
This PR adds the core SCM and OM runtime support for
ozone local.ozone localcurrently has the local filesystem and configuration lifecycle from HDDS-15083. This change builds on that base and updatesLocalOzoneClusterso it can initialize SCM/OM storage, startStorageContainerManagerandOzoneManagerin process, wait for scoped runtime readiness, and shut the services down cleanly.What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-15084
How was this patch tested?
https://github.com/apache/ozone/actions/runs/27076487958