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/04/11 21:24:52 UTC

[GitHub] [beam] lostluck commented on a diff in pull request #17340: [BEAM-14240] Clean staticcheck warnings in runner packages

lostluck commented on code in PR #17340:
URL: https://github.com/apache/beam/pull/17340#discussion_r847746921


##########
sdks/go/pkg/beam/runners/dataflow/dataflow.go:
##########
@@ -77,8 +77,7 @@ var (
 	teardownPolicy = flag.String("teardown_policy", "", "Job teardown policy (internal only).")
 
 	// SDK options
-	cpuProfiling     = flag.String("cpu_profiling", "", "Job records CPU profiles to this GCS location (optional)")
-	sessionRecording = flag.String("session_recording", "", "Job records session transcripts")

Review Comment:
   Technically it's likely to fix the job unless it's been very small (outside of breaking the flag being present).
   
   The session runner's job was an honest hearted attempt to make SDK development and bug finding easier by allowing playback of recorded job features in the Early Portability age. These days, it's better if we have clearer tools for that.



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