lostluck commented on a change in pull request #13123:
URL: https://github.com/apache/beam/pull/13123#discussion_r505154619



##########
File path: sdks/go/pkg/beam/core/runtime/harness/harness.go
##########
@@ -158,6 +158,60 @@ func Main(ctx context.Context, loggingEndpoint, 
controlEndpoint string) error {
 type bundleDescriptorID string
 type instructionID string
 
+const circleBufferCap = 1000
+
+// circleBuffer is an ordered eviction buffer
+type circleBuffer struct {
+       // a plan that's either about to start or has finished recently

Review comment:
       Ah! good catch. Thanks!




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to