jt2594838 commented on code in PR #18421:
URL: https://github.com/apache/iotdb/pull/18421#discussion_r3734474815
##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/analyze/load/LoadTsFileAnalyzer.java:
##########
@@ -765,6 +766,9 @@ private void
setFailAnalysisForTemporaryUnavailablePipeSchema(
private void executeTabletConversionOnException(
final IAnalysis analysis, final LoadAnalyzeException e) {
+ if (e instanceof LoadAnalyzeTypeMismatchException) {
+ PipeTsFileConversionTaskManager.markTypeMismatchDetected();
+ }
Review Comment:
The exception does not point to a specific task.
If one load triggers the conversion, will all tasks be moved into async path?
--
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]