Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
Currently ECContainerOperationClient and the container operation client for reconciliation in HDDS-10376 are kept separate, but they both handle commands between datanodes. Rather than having copied code and separate client manager caches for each, we can combine them into one class. This would require refactoring the EC client to make it more generic, and is probably best done after the branch merge of phase 1 to avoid conflicts.