diff --git a/iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/procedure/impl/schema/AlterTimeSeriesDataTypeProcedure.java b/iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/procedure/impl/schema/AlterTimeSeriesDataTypeProcedure.java index 05daf8c900de..2bbfde0e142f 100644 --- a/iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/procedure/impl/schema/AlterTimeSeriesDataTypeProcedure.java +++ b/iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/procedure/impl/schema/AlterTimeSeriesDataTypeProcedure.java @@ -235,11 +235,8 @@ protected void onAllReplicasetFailure( new ProcedureException( new MetadataException( String.format( - "Alter timeseries %s data type from %s to %s in schema regions failed. Failures: %s", - measurementPath.getFullPath(), - measurementPath.getSeriesType(), - dataType, - printFailureMap())))); + "Alter timeseries %s data type to %s in schema regions failed. Failures: %s", + measurementPath.getFullPath(), dataType, printFailureMap())))); interruptTask(); } };