diff --git a/webapp/src/main/java/org/apache/atlas/notification/EntityNotificationListenerV2.java b/webapp/src/main/java/org/apache/atlas/notification/EntityNotificationListenerV2.java index 06b8f9678d5..23ec7ea1412 100644 --- a/webapp/src/main/java/org/apache/atlas/notification/EntityNotificationListenerV2.java +++ b/webapp/src/main/java/org/apache/atlas/notification/EntityNotificationListenerV2.java @@ -174,7 +174,7 @@ private void notifyEntityEvents(List entities, OperationType operat } } - + LOG.info("Arpit has reached till send notification size: {} content: {} ", messages.size(), messages.get(0).toString()); sendNotifications(operationType, messages); RequestContext.get().endMetricRecord(metric); } @@ -245,6 +245,7 @@ private void sendNotifications(OperationType operationType, List