lostluck commented on code in PR #33763:
URL: https://github.com/apache/beam/pull/33763#discussion_r1930997229
##########
sdks/go/pkg/beam/runners/prism/internal/engine/elementmanager.go:
##########
@@ -1195,6 +1195,7 @@ func (ss *stageState) AddPending(newPending []element)
int {
}
newPending = origPending
}
+ //slog.Warn("AddPending", "stage", ss.ID, "pending", newPending)
Review Comment:
Ack. Leaving in, since it's going to come back immeadiately when I debug
everything. They will be cleared up in the next PR.
--
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]