Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,10 @@ public Object call() throws Exception {
spoutWaitStrategy.emptyEmit(emptyEmitStreak.get());
if (throttleOn) {
spoutThrottlingMetrics.skippedThrottle(stats);
LOG.debug("Skipped spout emit because queue is full and backpressure is on.");
} else if (reachedMaxSpoutPending) {
spoutThrottlingMetrics.skippedMaxSpout(stats);
LOG.debug("Skipped spout emit because max spout pending is reached.");
}
} else {
emptyEmitStreak.set(0);
Expand Down