Skip to content

Commit c10b511

Browse files
committedJan 9, 2020
超时数据处理==>返回null,并记录日志
1 parent 08d9a55 commit c10b511

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎core/src/main/java/com/dtstack/flink/sql/side/AsyncReqRow.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ public void timeout(Row input, ResultFuture<Row> resultFuture) throws Exception
128128
LOG.info("Async function call has timed out. input:" + input.toString());
129129
}
130130

131+
timeOutNum++;
131132
resultFuture.complete(null);
132133
}
133134

0 commit comments

Comments
 (0)
Please sign in to comment.