You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/10 20:52:19 UTC

[GitHub] [beam] riteshghorse commented on a diff in pull request #17821: [BEAM-14557] Read and Seek Runner Capabilities in Go SDK

riteshghorse commented on code in PR #17821:
URL: https://github.com/apache/beam/pull/17821#discussion_r894880906


##########
sdks/go/pkg/beam/core/runtime/harness/harness.go:
##########
@@ -371,6 +390,10 @@ func (c *control) handleInstruction(ctx context.Context, req *fnpb.InstructionRe
 		c.cache.CompleteBundle(tokens...)
 
 		mons, pylds := monitoring(plan, store)
+		if c.runnerCapabilities[URNMonitoringInfoShortID] {
+			mons = []*pipeline_v1.MonitoringInfo{}
+		}

Review Comment:
   yeah, that is taking up memory as well as space. Fixed.



-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org