You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data-prepper-plugins/saas-source-plugins/source-crawler/src/main/java/org/opensearch/dataprepper/plugins/source/source_crawler/base/TokenPaginationCrawler.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ public Instant crawl(LeaderPartition leaderPartition,
64
64
finalItemInfonextItem = itemInfoIterator.next();
65
65
if (nextItem == null) {
66
66
//we don't expect null items, but just in case, we'll skip them
67
-
log.info("Unexpected encounter of a null item.");
67
+
log.warn("Unexpected encounter of a null item while processing batch with last item ID " + lastToken);
Copy file name to clipboardExpand all lines: data-prepper-plugins/saas-source-plugins/source-crawler/src/test/java/org/opensearch/dataprepper/plugins/source/source_crawler/base/TokenPaginationCrawlerTest.java
0 commit comments