ArafatKhan2198 commented on code in PR #6401:
URL: https://github.com/apache/ozone/pull/6401#discussion_r1532885671


##########
hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/debug/ChunkKeyHandler.java:
##########
@@ -80,13 +79,13 @@ protected void execute(OzoneClient client, OzoneAddress 
address)
         XceiverClientManager xceiverClientManager = 
containerOperationClient.getXceiverClientManager()) {
       OzoneManagerProtocol ozoneManagerClient = 
client.getObjectStore().getClientProxy().getOzoneManagerClient();
       address.ensureKeyAddress();
-      JsonElement element;
-      JsonObject result = new JsonObject();
+      ObjectMapper objectMapper = new ObjectMapper();

Review Comment:
   Thanks for reminding!
   I have implemented the changes!!



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