Skip to content

Commit 9468eb4

Browse files
committed
Merge remote-tracking branch 'origin/v1.5.0_dev' into v1.8.0_dev
# Conflicts: # core/src/main/java/com/dtstack/flink/sql/side/SideSqlExec.java
2 parents c91046b + 71b0dd6 commit 9468eb4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

core/src/main/java/com/dtstack/flink/sql/side/SideSqlExec.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
*/
1818

1919

20+
2021
package com.dtstack.flink.sql.side;
2122

2223
import com.dtstack.flink.sql.enums.ECacheType;

kafka10/kafka10-source/src/main/java/com/dtstack/flink/sql/source/kafka/CustomerJsonDeserialization.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public Row deserialize(byte[] message) throws IOException {
148148
return row;
149149
} catch (Exception e) {
150150
//add metric of dirty data
151-
if (dirtyDataCounter.getCount() % dirtyDataFrequency == 0) {
151+
if (dirtyDataCounter.getCount() % dirtyDataFrequency == 0 || LOG.isDebugEnabled()) {
152152
LOG.info("dirtyData: " + new String(message));
153153
LOG.error(" ", e);
154154
}

0 commit comments

Comments
 (0)