Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently, pipeline creation and destroy are synchronous operations. SCM directly connect to each datanode of the pipeline through gRPC channel to create the pipeline to destroy the pipeline.
This task is to remove the gRPC channel, send pipeline creation and destroy action through heartbeat command to each datanode.
Attachments
Issue Links
- breaks
-
HDDS-2508 Fix TestDeadNodeHandler
- Resolved
- causes
-
HDDS-2497 SafeMode check should allow key creation on single node pipeline when replication factor is 1
- Resolved
-
HDDS-2540 Fix accepetance test failure introduced by wait_for_safemode_exit
- Resolved
- duplicates
-
HDDS-2099 Refactor to create pipeline via DN heartbeat response
- Resolved
- is related to
-
HDDS-1570 Refactor heartbeat reports to report all the pipelines that are open
- Resolved
-
HDDS-1564 Ozone multi-raft support
- Resolved
- links to