GeorgeJahad commented on code in PR #3653:
URL: https://github.com/apache/ozone/pull/3653#discussion_r955227972


##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/KeyManagerImpl.java:
##########
@@ -693,13 +693,12 @@ public OmMultipartUploadListParts listParts(String 
volumeName,
     boolean isTruncated = false;
     int nextPartNumberMarker = 0;
     BucketLayout bucketLayout = BucketLayout.DEFAULT;
-    if (ozoneManager != null) {

Review Comment:
   @smengcl I'm fine with creating a cleanup PR against master and then 
backporting, but @prashantpogde seemed like he was in a bit of a hurry to get 
this done.  
   
   If so, then it might be better just to remove the unused constructors here 
and deal with any merge conflicts when we do the merge to master.  (It 
shouldn't be too bad.)  Either way is fine with me.  Just let me know.



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