Skip to content

Commit

Permalink
emit plan from logs
Browse files Browse the repository at this point in the history
  • Loading branch information
camphillips22 committed May 6, 2024
1 parent 0954f09 commit a7b8efc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions sdks/go/pkg/beam/core/runtime/exec/sdf.go
Original file line number Diff line number Diff line change
Expand Up @@ -918,6 +918,7 @@ func (n *ProcessSizedElementsAndRestrictions) newSplitResult(ctx context.Context
Elm2: size,
Timestamp: n.elm.Timestamp,
Windows: w,
Pane: n.elm.Pane,
}, nil
}

Expand Down
2 changes: 1 addition & 1 deletion sdks/go/pkg/beam/core/runtime/harness/harness.go
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ func (c *control) handleInstruction(ctx context.Context, req *fnpb.InstructionRe
bdID := bundleDescriptorID(msg.GetProcessBundleDescriptorId())

// TODO(lostluck): 2023/03/29 fix debug level logging to be flagged.
// log.Debugf(ctx, "PB [%v]: %v", instID, msg)
log.Debugf(ctx, "PB [%v]: %v", instID, msg)
plan, err := c.getOrCreatePlan(bdID)

// Make the plan active.
Expand Down

0 comments on commit a7b8efc

Please sign in to comment.