boyuanzz commented on a change in pull request #14419:
URL: https://github.com/apache/beam/pull/14419#discussion_r609028011
##########
File path:
sdks/java/harness/src/main/java/org/apache/beam/fn/harness/BeamFnDataReadRunner.java
##########
@@ -224,6 +224,7 @@ public void trySplit(
ProcessBundleSplitRequest request, ProcessBundleSplitResponse.Builder
response) {
DesiredSplit desiredSplit =
request.getDesiredSplitsMap().get(pTransformId);
if (desiredSplit == null) {
+ LOG.info("[BOYUANZ LOG] {}", request.getInstructionId());
Review comment:
Good catch!
--
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]