You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/extractor/dataregion/IoTDBDataRegionExtractor.java
"The pipe cannot transfer realtime insertion if data region disables wal. Please set 'realtime.mode'='batch' in source parameters when enabling realtime transmission.");
529
531
}
532
+
533
+
if (!IoTDBDescriptor.getInstance()
534
+
.getConfig()
535
+
.getWALCompressionAlgorithm()
536
+
.equals(CompressionType.UNCOMPRESSED)) {
537
+
LOGGER.info(
538
+
"The pipe prefers uncompressed wal, and may introduce certain delay in realtime insert syncing without it. Hence, we change it to uncompressed.");
0 commit comments