xBis7 commented on PR #4054:
URL: https://github.com/apache/ozone/pull/4054#issuecomment-1361296663

   @ArafatKhan2198 Sorry, I should have explained it better. I meant removing 
the third nested Map.
   
   ```
      key: pipeline id
      value: {
           key: 
           value: 
           }
   ```
   
   Right now you have
   
   ```
      key: pipeline id
      value: {
           key: Datanode-0
           value: {
                   key:
                   value:
               } 
           }
   ```
   
   If we scale to more than 3 datanodes, it gets really messy.
   


-- 
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