sodonnel commented on PR #7402:
URL: https://github.com/apache/ozone/pull/7402#issuecomment-2479329553

   For me, this change is too big, and its going to cause conflicts and be 
difficult to backport. Its also hard to review, as the number of changed files 
is massive, although many are test files and simple one line changes.
   
   It feels like this change could be largely contained with the ContainerSet 
class, without changing a lot of generic classes and causing the ripple effect 
into the wider system. All it has to do, is create a new overloaded constructor 
and not change the existing one. Make the existing one call the new one with 
the correct runtime requirements. Then we just need to check if a container has 
previously existing or not, and add new containers to the "previously exists" 
list. This shouldn't require changing 90 something files in a single PR.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to