devmadhuu commented on code in PR #4626:
URL: https://github.com/apache/ozone/pull/4626#discussion_r1221466469
##########
hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/tasks/NSSummaryTaskWithLegacy.java:
##########
@@ -120,23 +124,27 @@ public boolean processWithLegacy(OMUpdateEventBatch
events) {
if (!updatedKeyInfo.getKeyName().endsWith(OM_KEY_PREFIX)) {
switch (action) {
case PUT:
- handlePutKeyEvent(updatedKeyInfo, nsSummaryMap);
+ handlePutKeyEvent(updatedKeyInfo, nsSummaryMap,
+ new HashMap<>(), 1L);
Review Comment:
Ok, tested by passing null for LegacyTask. Works fine.
--
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]