Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
};
Expand Down
Loading