m-trieu commented on code in PR #32774:
URL: https://github.com/apache/beam/pull/32774#discussion_r1839882212
##########
runners/google-cloud-dataflow-java/worker/src/test/java/org/apache/beam/runners/dataflow/worker/windmill/client/grpc/GrpcWindmillServerTest.java:
##########
@@ -460,8 +470,9 @@ private void flushResponse() {
"Sending batched response of {} ids",
responseBuilder.getRequestIdCount());
try {
responseObserver.onNext(responseBuilder.build());
- } catch (IllegalStateException e) {
+ } catch (Exception e) {
// Stream is already closed.
+ System.out.println("trieu: " + e);
Review Comment:
done
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]