@@ -878,7 +949,7 @@ public class NotificationHookConsumer implements Service, ActiveStateChangeHandl
...
@@ -878,7 +949,7 @@ public class NotificationHookConsumer implements Service, ActiveStateChangeHandl
}
}
if(entities.size()-count>0){
if(entities.size()-count>0){
LOG.info("moved {} hive_process/hive_column_lineage entities to end of list (listSize={})",entities.size()-count,entities.size());
LOG.info("preprocess: moved {} hive_process/hive_column_lineage entities to end of list (listSize={}). topic-offset={}, partition={}",entities.size()-count,entities.size(),kafkaMsg.getOffset(),kafkaMsg.getPartition());