From 1e32a06906fccd28feb03709c8dfd9257808a9c5 Mon Sep 17 00:00:00 2001 From: Yaobin Chen Date: Wed, 12 Aug 2026 17:16:05 +0800 Subject: [PATCH] expand the spotless plugin coverage range that including i18n --- .../apache/iotdb/mqtt/i18n/MqttMessages.java | 35 +- .../apache/iotdb/mqtt/i18n/MqttMessages.java | 35 +- .../apache/iotdb/rest/i18n/RestMessages.java | 13 +- .../apache/iotdb/rest/i18n/RestMessages.java | 19 +- .../trigger/api/i18n/TriggerApiMessages.java | 3 +- .../iotdb/udf/api/i18n/UdfApiMessages.java | 3 +- .../iotdb/udf/api/i18n/UdfApiMessages.java | 9 +- .../apache/iotdb/cli/i18n/CliMessages.java | 50 +- .../apache/iotdb/cli/i18n/CliMessages.java | 53 +- .../iotdb/isession/i18n/ISessionMessages.java | 8 +- .../iotdb/isession/i18n/ISessionMessages.java | 11 +- .../apache/iotdb/jdbc/i18n/JdbcMessages.java | 147 +- .../apache/iotdb/jdbc/i18n/JdbcMessages.java | 179 +- .../apache/iotdb/rpc/i18n/RpcMessages.java | 33 +- .../apache/iotdb/rpc/i18n/RpcMessages.java | 27 +- .../iotdb/session/i18n/SessionMessages.java | 120 +- .../iotdb/session/i18n/SessionMessages.java | 190 +- .../i18n/SubscriptionMessages.java | 428 +- .../i18n/SubscriptionMessages.java | 385 +- .../apache/iotdb/calc/i18n/CalcMessages.java | 754 ++- .../apache/iotdb/calc/i18n/CalcMessages.java | 695 ++- .../confignode/i18n/ConfigNodeMessages.java | 344 +- .../confignode/i18n/ManagerMessages.java | 539 +- .../confignode/i18n/ProcedureMessages.java | 626 +- .../confignode/i18n/ManagerMessages.java | 641 ++- .../confignode/i18n/ProcedureMessages.java | 8 +- .../consensus/i18n/ConsensusMessages.java | 29 +- .../consensus/i18n/IoTConsensusMessages.java | 168 +- .../i18n/IoTConsensusV2Messages.java | 24 +- .../iotdb/consensus/i18n/RatisMessages.java | 38 +- .../consensus/i18n/ConsensusMessages.java | 111 +- .../consensus/i18n/IoTConsensusMessages.java | 359 +- .../i18n/IoTConsensusV2Messages.java | 93 +- .../iotdb/consensus/i18n/RatisMessages.java | 105 +- .../iotdb/db/i18n/DataNodeMiscMessages.java | 1001 ++-- .../iotdb/db/i18n/DataNodePipeMessages.java | 2210 +++++--- .../iotdb/db/i18n/DataNodeQueryMessages.java | 3726 ++++++------ .../iotdb/db/i18n/DataNodeSchemaMessages.java | 39 +- .../iotdb/db/i18n/StorageEngineMessages.java | 2309 +++++--- .../iotdb/db/i18n/DataNodeMiscMessages.java | 1404 +++-- .../iotdb/db/i18n/DataNodePipeMessages.java | 2350 ++++---- .../iotdb/db/i18n/DataNodeQueryMessages.java | 5027 +++++++---------- .../iotdb/db/i18n/DataNodeSchemaMessages.java | 481 +- .../iotdb/db/i18n/StorageEngineMessages.java | 1587 +++--- .../core/i18n/MetricsCoreMessages.java | 9 +- .../core/i18n/MetricsCoreMessages.java | 12 +- .../iotdb/metrics/i18n/MetricsMessages.java | 71 +- .../iotdb/metrics/i18n/MetricsMessages.java | 101 +- .../iotdb/commons/i18n/AuthMessages.java | 13 +- .../iotdb/commons/i18n/ClientMessages.java | 58 +- .../iotdb/commons/i18n/CommonMessages.java | 244 +- .../iotdb/commons/i18n/ConfigMessages.java | 213 +- .../iotdb/commons/i18n/PathMessages.java | 9 +- .../iotdb/commons/i18n/PipeMessages.java | 304 +- .../iotdb/commons/i18n/QueryMessages.java | 513 +- .../iotdb/commons/i18n/SchemaMessages.java | 24 +- .../iotdb/commons/i18n/ServiceMessages.java | 21 +- .../iotdb/commons/i18n/UtilMessages.java | 137 +- .../iotdb/commons/i18n/AuthMessages.java | 1 - .../iotdb/commons/i18n/ClientMessages.java | 94 +- .../iotdb/commons/i18n/CommonMessages.java | 228 +- .../iotdb/commons/i18n/ConfigMessages.java | 253 +- .../iotdb/commons/i18n/PathMessages.java | 18 +- .../iotdb/commons/i18n/PipeMessages.java | 699 +-- .../iotdb/commons/i18n/QueryMessages.java | 547 +- .../iotdb/commons/i18n/SchemaMessages.java | 30 +- .../iotdb/commons/i18n/ServiceMessages.java | 90 +- .../iotdb/commons/i18n/UtilMessages.java | 196 +- .../library/i18n/LibraryUdfMessages.java | 38 +- .../library/i18n/LibraryUdfMessages.java | 38 +- pom.xml | 5 + 71 files changed, 16557 insertions(+), 13825 deletions(-) diff --git a/external-service-impl/mqtt/src/main/i18n/en/org/apache/iotdb/mqtt/i18n/MqttMessages.java b/external-service-impl/mqtt/src/main/i18n/en/org/apache/iotdb/mqtt/i18n/MqttMessages.java index a64a21c4e618..317e57e50361 100644 --- a/external-service-impl/mqtt/src/main/i18n/en/org/apache/iotdb/mqtt/i18n/MqttMessages.java +++ b/external-service-impl/mqtt/src/main/i18n/en/org/apache/iotdb/mqtt/i18n/MqttMessages.java @@ -52,19 +52,30 @@ public final class MqttMessages { public static final String PAYLOAD_INVALID = "payload is invalidate"; private MqttMessages() {} + // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- - public static final String LOG_LINE_PATTERN_PARSING_FAILS_FAILED_LINE_MESSAGE_ARG_EXCEPTION_6EFB0EE2 = "The line pattern parsing fails, and the failed line message is {} ,exception is"; - public static final String LOG_CONNECTION_REFUSED_CLIENT_ID_MISSING_EMPTY_VALID_CLIENT_ID_REQUIRED_A566DC15 = - "Connection refused: client_id is missing or empty. A valid client_id is required to establish" - + " a connection."; - public static final String LOG_RECEIVE_PUBLISH_MESSAGE_CLIENTID_ARG_USERNAME_ARG_QOS_ARG_TOPIC_7E60C3A6 = "Receive publish message. clientId: {}, username: {}, qos: {}, topic: {}, payload: {}"; - public static final String LOG_MQTT_JSON_INSERT_ERROR_CODE_ARG_MESSAGE_ARG_B1A78FBD = "mqtt json insert error, code={}, message={}"; - public static final String LOG_MEET_ERROR_INSERTING_DATABASE_ARG_TABLE_ARG_TAGS_ARG_ATTRIBUTES_173457D5 = - "meet error when inserting database {}, table {}, tags {}, attributes {}, fields {}, at time" - + " {}, because "; - public static final String LOG_MEET_ERROR_INSERTING_DEVICE_ARG_MEASUREMENTS_ARG_AT_TIME_ARG_680D67D2 = "meet error when inserting device {}, measurements {}, at time {}, because "; - public static final String LOG_START_MQTT_SERVICE_SUCCESSFULLY_LISTENING_IP_ARG_PORT_ARG_47CE46D5 = "Start MQTT service successfully, listening on ip {} port {}"; - + public static final String + LOG_LINE_PATTERN_PARSING_FAILS_FAILED_LINE_MESSAGE_ARG_EXCEPTION_6EFB0EE2 = + "The line pattern parsing fails, and the failed line message is {} ,exception is"; + public static final String + LOG_CONNECTION_REFUSED_CLIENT_ID_MISSING_EMPTY_VALID_CLIENT_ID_REQUIRED_A566DC15 = + "Connection refused: client_id is missing or empty. A valid client_id is required to establish" + + " a connection."; + public static final String + LOG_RECEIVE_PUBLISH_MESSAGE_CLIENTID_ARG_USERNAME_ARG_QOS_ARG_TOPIC_7E60C3A6 = + "Receive publish message. clientId: {}, username: {}, qos: {}, topic: {}, payload: {}"; + public static final String LOG_MQTT_JSON_INSERT_ERROR_CODE_ARG_MESSAGE_ARG_B1A78FBD = + "mqtt json insert error, code={}, message={}"; + public static final String + LOG_MEET_ERROR_INSERTING_DATABASE_ARG_TABLE_ARG_TAGS_ARG_ATTRIBUTES_173457D5 = + "meet error when inserting database {}, table {}, tags {}, attributes {}, fields {}, at time" + + " {}, because "; + public static final String + LOG_MEET_ERROR_INSERTING_DEVICE_ARG_MEASUREMENTS_ARG_AT_TIME_ARG_680D67D2 = + "meet error when inserting device {}, measurements {}, at time {}, because "; + public static final String + LOG_START_MQTT_SERVICE_SUCCESSFULLY_LISTENING_IP_ARG_PORT_ARG_47CE46D5 = + "Start MQTT service successfully, listening on ip {} port {}"; } diff --git a/external-service-impl/mqtt/src/main/i18n/zh/org/apache/iotdb/mqtt/i18n/MqttMessages.java b/external-service-impl/mqtt/src/main/i18n/zh/org/apache/iotdb/mqtt/i18n/MqttMessages.java index 21290b380262..2f408e12f754 100644 --- a/external-service-impl/mqtt/src/main/i18n/zh/org/apache/iotdb/mqtt/i18n/MqttMessages.java +++ b/external-service-impl/mqtt/src/main/i18n/zh/org/apache/iotdb/mqtt/i18n/MqttMessages.java @@ -29,8 +29,7 @@ public final class MqttMessages { public static final String TIMESTAMP_ERROR = "时间戳格式错误,行内容:{}"; // --- MPPPublishHandler --- - public static final String ON_PUBLISH_EXCEPTION = - "onPublish 执行异常,消息为 [{}],错误:"; + public static final String ON_PUBLISH_EXCEPTION = "onPublish 执行异常,消息为 [{}],错误:"; public static final String PROCESS_RESULT = "处理结果:{}"; // --- MQTTService --- @@ -43,8 +42,7 @@ public final class MqttMessages { public static final String PAYLOAD_FORMAT_MANAGER_INIT_ERROR = "MQTT PayloadFormatManager init() 出错。"; public static final String FORMATTER_IS_NULL = "PayloadFormatManager(),formatter 为 null。"; - public static final String FIND_MQTT_PLUGIN = - "PayloadFormatManager(),找到 MQTT Payload 插件 {}。"; + public static final String FIND_MQTT_PLUGIN = "PayloadFormatManager(),找到 MQTT Payload 插件 {}。"; public static final String MQTT_PLUGIN_JAR_URLS = "MQTT 插件 jarURLs:{}"; public static final String UNKNOWN_PAYLOAD_FORMAT_NAMED = "未知 payload 格式名称:"; @@ -52,15 +50,28 @@ public final class MqttMessages { public static final String PAYLOAD_INVALID = "payload 无效"; private MqttMessages() {} + // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- - public static final String LOG_LINE_PATTERN_PARSING_FAILS_FAILED_LINE_MESSAGE_ARG_EXCEPTION_6EFB0EE2 = "行模式解析失败,失败的行消息为 {},异常为"; - public static final String LOG_CONNECTION_REFUSED_CLIENT_ID_MISSING_EMPTY_VALID_CLIENT_ID_REQUIRED_A566DC15 = "连接被拒绝:client_id 缺失或为空。建立连接需要有效的 client_id。"; - public static final String LOG_RECEIVE_PUBLISH_MESSAGE_CLIENTID_ARG_USERNAME_ARG_QOS_ARG_TOPIC_7E60C3A6 = "收到 publish 消息。clientId: {}, 用户名: {}, qos: {}, 主题: {}, payload: {}"; - public static final String LOG_MQTT_JSON_INSERT_ERROR_CODE_ARG_MESSAGE_ARG_B1A78FBD = "MQTT JSON 插入错误,code={},消息={}"; - public static final String LOG_MEET_ERROR_INSERTING_DATABASE_ARG_TABLE_ARG_TAGS_ARG_ATTRIBUTES_173457D5 = "插入数据库 {}、表 {}、标签 {}、属性 {}、字段 {}、时间 {} 时遇到错误,原因:"; - public static final String LOG_MEET_ERROR_INSERTING_DEVICE_ARG_MEASUREMENTS_ARG_AT_TIME_ARG_680D67D2 = "插入设备 {}、测点 {}、时间 {} 时遇到错误,原因:"; - public static final String LOG_START_MQTT_SERVICE_SUCCESSFULLY_LISTENING_IP_ARG_PORT_ARG_47CE46D5 = "MQTT 服务启动成功,监听 IP {},端口 {}"; - + public static final String + LOG_LINE_PATTERN_PARSING_FAILS_FAILED_LINE_MESSAGE_ARG_EXCEPTION_6EFB0EE2 = + "行模式解析失败,失败的行消息为 {},异常为"; + public static final String + LOG_CONNECTION_REFUSED_CLIENT_ID_MISSING_EMPTY_VALID_CLIENT_ID_REQUIRED_A566DC15 = + "连接被拒绝:client_id 缺失或为空。建立连接需要有效的 client_id。"; + public static final String + LOG_RECEIVE_PUBLISH_MESSAGE_CLIENTID_ARG_USERNAME_ARG_QOS_ARG_TOPIC_7E60C3A6 = + "收到 publish 消息。clientId: {}, 用户名: {}, qos: {}, 主题: {}, payload: {}"; + public static final String LOG_MQTT_JSON_INSERT_ERROR_CODE_ARG_MESSAGE_ARG_B1A78FBD = + "MQTT JSON 插入错误,code={},消息={}"; + public static final String + LOG_MEET_ERROR_INSERTING_DATABASE_ARG_TABLE_ARG_TAGS_ARG_ATTRIBUTES_173457D5 = + "插入数据库 {}、表 {}、标签 {}、属性 {}、字段 {}、时间 {} 时遇到错误,原因:"; + public static final String + LOG_MEET_ERROR_INSERTING_DEVICE_ARG_MEASUREMENTS_ARG_AT_TIME_ARG_680D67D2 = + "插入设备 {}、测点 {}、时间 {} 时遇到错误,原因:"; + public static final String + LOG_START_MQTT_SERVICE_SUCCESSFULLY_LISTENING_IP_ARG_PORT_ARG_47CE46D5 = + "MQTT 服务启动成功,监听 IP {},端口 {}"; } diff --git a/external-service-impl/rest/src/main/i18n/en/org/apache/iotdb/rest/i18n/RestMessages.java b/external-service-impl/rest/src/main/i18n/en/org/apache/iotdb/rest/i18n/RestMessages.java index 5de9a5526793..323fec6e158b 100644 --- a/external-service-impl/rest/src/main/i18n/en/org/apache/iotdb/rest/i18n/RestMessages.java +++ b/external-service-impl/rest/src/main/i18n/en/org/apache/iotdb/rest/i18n/RestMessages.java @@ -34,9 +34,8 @@ public final class RestMessages { public static final String SQL_SHOULD_NOT_BE_NULL = "sql should not be null"; public static final String ROW_LIMIT_SHOULD_BE_POSITIVE = "row_limit should be positive"; public static final String ROW_LIMIT_CAMEL_SHOULD_BE_POSITIVE = "rowLimit should be positive"; - public static final String - MESSAGE_DATASET_ROW_SIZE_EXCEEDED_THE_GIVEN_MAX_ROW_SIZE_ARG_7A3F6452 = - "Dataset row size exceeded the given max row size (%d)"; + public static final String MESSAGE_DATASET_ROW_SIZE_EXCEEDED_THE_GIVEN_MAX_ROW_SIZE_ARG_7A3F6452 = + "Dataset row size exceeded the given max row size (%d)"; public static final String PREFIX_PATHS_NOT_NULL = "prefix_paths should not be null"; public static final String TIMESTAMPS_NOT_NULL = "timestamps should not be null"; public static final String IS_ALIGNED_NOT_NULL = "is_aligned should not be null"; @@ -61,16 +60,14 @@ public final class RestMessages { public static final String DATABASE_NOT_NULL = "database should not be null"; public static final String TABLE_NOT_NULL = "table should not be null"; public static final String COLUMN_NAMES_NOT_NULL = "column_names should not be null"; - public static final String COLUMN_CATEGORIES_NOT_NULL = - "column_categories should not be null"; + public static final String COLUMN_CATEGORIES_NOT_NULL = "column_categories should not be null"; public static final String COLUMN_NAMES_AND_COLUMN_CATEGORIES_SIZE_MISMATCH = "column_names and column_categories should have the same size"; public static final String COLUMN_CATEGORIES_AND_DATA_TYPES_SIZE_MISMATCH = "column_categories and data_types should have the same size"; public static final String VALUES_AND_TIMESTAMPS_SIZE_MISMATCH = "values and timestamps should have the same size"; - public static final String ILLEGAL_TABLE_DATA_TYPE = - "The %s data type of %s is illegal"; + public static final String ILLEGAL_TABLE_DATA_TYPE = "The %s data type of %s is illegal"; public static final String ILLEGAL_DEVICE_MEASUREMENT_DATA_TYPE = "The %s data type of %s.%s is illegal"; public static final String ROW_VALUES_SIZE_MISMATCH = @@ -121,9 +118,9 @@ public final class RestMessages { "Each insertRecords row should have the same number of measurements, data types and values"; private RestMessages() {} + // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_0521CEDE = "unsupported data type: "; - } diff --git a/external-service-impl/rest/src/main/i18n/zh/org/apache/iotdb/rest/i18n/RestMessages.java b/external-service-impl/rest/src/main/i18n/zh/org/apache/iotdb/rest/i18n/RestMessages.java index c69db29571f8..ff77eea0d536 100644 --- a/external-service-impl/rest/src/main/i18n/zh/org/apache/iotdb/rest/i18n/RestMessages.java +++ b/external-service-impl/rest/src/main/i18n/zh/org/apache/iotdb/rest/i18n/RestMessages.java @@ -34,9 +34,8 @@ public final class RestMessages { public static final String SQL_SHOULD_NOT_BE_NULL = "sql 不能为空"; public static final String ROW_LIMIT_SHOULD_BE_POSITIVE = "row_limit 应为正数"; public static final String ROW_LIMIT_CAMEL_SHOULD_BE_POSITIVE = "rowLimit 应为正数"; - public static final String - MESSAGE_DATASET_ROW_SIZE_EXCEEDED_THE_GIVEN_MAX_ROW_SIZE_ARG_7A3F6452 = - "数据集行数超过给定的最大行数(%d)"; + public static final String MESSAGE_DATASET_ROW_SIZE_EXCEEDED_THE_GIVEN_MAX_ROW_SIZE_ARG_7A3F6452 = + "数据集行数超过给定的最大行数(%d)"; public static final String PREFIX_PATHS_NOT_NULL = "prefix_paths 不能为空"; public static final String TIMESTAMPS_NOT_NULL = "timestamps 不能为空"; public static final String IS_ALIGNED_NOT_NULL = "is_aligned 不能为空"; @@ -66,13 +65,10 @@ public final class RestMessages { "column_names 和 column_categories 的数量应相同"; public static final String COLUMN_CATEGORIES_AND_DATA_TYPES_SIZE_MISMATCH = "column_categories 和 data_types 的数量应相同"; - public static final String VALUES_AND_TIMESTAMPS_SIZE_MISMATCH = - "values 和 timestamps 的数量应相同"; + public static final String VALUES_AND_TIMESTAMPS_SIZE_MISMATCH = "values 和 timestamps 的数量应相同"; public static final String ILLEGAL_TABLE_DATA_TYPE = "%s 是 %s 的非法数据类型"; - public static final String ILLEGAL_DEVICE_MEASUREMENT_DATA_TYPE = - "%s 是 %s.%s 的非法数据类型"; - public static final String ROW_VALUES_SIZE_MISMATCH = - "第 %d 行的 values 数量与 data_types 数量不相等"; + public static final String ILLEGAL_DEVICE_MEASUREMENT_DATA_TYPE = "%s 是 %s.%s 的非法数据类型"; + public static final String ROW_VALUES_SIZE_MISMATCH = "第 %d 行的 values 数量与 data_types 数量不相等"; public static final String ERROR_MESSAGE_SEPARATOR = ","; // --- RequestSizeLimitFilter --- @@ -88,8 +84,7 @@ public final class RestMessages { // --- RequestLimitChecker --- public static final String MESSAGE_INSERTTABLET_REQUEST_8647CA58 = "insertTablet 请求"; public static final String MESSAGE_INSERTRECORDS_REQUEST_93E12369 = "insertRecords 请求"; - public static final String MESSAGE_TABLE_INSERTTABLET_REQUEST_573D371C = - "table insertTablet 请求"; + public static final String MESSAGE_TABLE_INSERTTABLET_REQUEST_573D371C = "table insertTablet 请求"; public static final String EXCEPTION_ARG_ROW_COUNT_ARG_EXCEEDS_LIMIT_ARG_EE427E4B = "%s 行数 %d 超过限制 %d"; public static final String EXCEPTION_ARG_COLUMN_COUNT_ARG_EXCEEDS_LIMIT_ARG_DEE9637E = @@ -119,9 +114,9 @@ public final class RestMessages { "每个 insertRecords 行中的 measurements、data types 和 values 数量应相同"; private RestMessages() {} + // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_0521CEDE = "不支持的数据类型: "; - } diff --git a/iotdb-api/trigger-api/src/main/i18n/zh/org/apache/iotdb/trigger/api/i18n/TriggerApiMessages.java b/iotdb-api/trigger-api/src/main/i18n/zh/org/apache/iotdb/trigger/api/i18n/TriggerApiMessages.java index 778d8abef10a..a669614bb8b0 100644 --- a/iotdb-api/trigger-api/src/main/i18n/zh/org/apache/iotdb/trigger/api/i18n/TriggerApiMessages.java +++ b/iotdb-api/trigger-api/src/main/i18n/zh/org/apache/iotdb/trigger/api/i18n/TriggerApiMessages.java @@ -28,8 +28,7 @@ public final class TriggerApiMessages { public static final String NO_SUCH_TRIGGER_EVENT = "不存在该触发器事件(id: %d)"; // --- FailureStrategy --- - public static final String UNSUPPORTED_FAILURE_STRATEGY_TYPE = - "不支持的 FailureStrategy 类型。"; + public static final String UNSUPPORTED_FAILURE_STRATEGY_TYPE = "不支持的 FailureStrategy 类型。"; private TriggerApiMessages() {} } diff --git a/iotdb-api/udf-api/src/main/i18n/en/org/apache/iotdb/udf/api/i18n/UdfApiMessages.java b/iotdb-api/udf-api/src/main/i18n/en/org/apache/iotdb/udf/api/i18n/UdfApiMessages.java index 0fa3d09340a1..c25f74204dc8 100644 --- a/iotdb-api/udf-api/src/main/i18n/en/org/apache/iotdb/udf/api/i18n/UdfApiMessages.java +++ b/iotdb-api/udf-api/src/main/i18n/en/org/apache/iotdb/udf/api/i18n/UdfApiMessages.java @@ -63,8 +63,7 @@ public final class UdfApiMessages { public static final String UDF_OUTPUT_DATA_TYPE_NOT_SET = "UDF outputDataType is not set."; // SlidingTimeWindowAccessStrategy - public static final String METHOD_DEPRECATED_SINCE_V014 = - "The method is deprecated since v0.14."; + public static final String METHOD_DEPRECATED_SINCE_V014 = "The method is deprecated since v0.14."; // Type public static final String UNSUPPORTED_TYPE = "Unsupported type: "; diff --git a/iotdb-api/udf-api/src/main/i18n/zh/org/apache/iotdb/udf/api/i18n/UdfApiMessages.java b/iotdb-api/udf-api/src/main/i18n/zh/org/apache/iotdb/udf/api/i18n/UdfApiMessages.java index f62f25c6c3da..e8bdc63228d5 100644 --- a/iotdb-api/udf-api/src/main/i18n/zh/org/apache/iotdb/udf/api/i18n/UdfApiMessages.java +++ b/iotdb-api/udf-api/src/main/i18n/zh/org/apache/iotdb/udf/api/i18n/UdfApiMessages.java @@ -29,10 +29,8 @@ public final class UdfApiMessages { public static final String UNKNOWN_ARGUMENT_TYPE = "未知参数类型:"; // TableFunctionProcessorProvider - public static final String TABLE_FUNCTION_DOES_NOT_PROCESS_INPUT_DATA = - "此表函数不处理输入数据"; - public static final String TABLE_FUNCTION_DOES_NOT_PROCESS_LEAF_DATA = - "此表函数不处理叶子数据"; + public static final String TABLE_FUNCTION_DOES_NOT_PROCESS_INPUT_DATA = "此表函数不处理输入数据"; + public static final String TABLE_FUNCTION_DOES_NOT_PROCESS_LEAF_DATA = "此表函数不处理叶子数据"; // DescribedSchema public static final String DESCRIBED_SCHEMA_HAS_NO_FIELDS = "DescribedSchema 没有字段"; @@ -45,8 +43,7 @@ public final class UdfApiMessages { "fieldNames 和 fieldTypes 必须具有相同的大小"; // ParameterSpecification - public static final String NON_NULL_DEFAULT_VALUE_FOR_REQUIRED_ARG = - "必填参数不能有非 null 默认值"; + public static final String NON_NULL_DEFAULT_VALUE_FOR_REQUIRED_ARG = "必填参数不能有非 null 默认值"; // ScalarFunctionAnalysis public static final String SCALAR_FUNCTION_ANALYSIS_OUTPUT_DATA_TYPE_NOT_SET = diff --git a/iotdb-client/cli/src/main/i18n/en/org/apache/iotdb/cli/i18n/CliMessages.java b/iotdb-client/cli/src/main/i18n/en/org/apache/iotdb/cli/i18n/CliMessages.java index 0329812f2d4d..a0e451e602b8 100644 --- a/iotdb-client/cli/src/main/i18n/en/org/apache/iotdb/cli/i18n/CliMessages.java +++ b/iotdb-client/cli/src/main/i18n/en/org/apache/iotdb/cli/i18n/CliMessages.java @@ -73,27 +73,43 @@ public final class CliMessages { "Invalid args: Required values for option table not provided."; private CliMessages() {} + // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- - public static final String EXCEPTION_HANDSHAKE_ERROR_TARGET_SERVER_IP_ARG_PORT_ARG_BECAUSE_ARG_9D522E62 = "Handshake error with target server ip: %s, port: %s, because: %s."; - public static final String EXCEPTION_NETWORK_ERROR_SEAL_FILE_ARG_BECAUSE_ARG_62E92EE8 = "Network error when seal file %s, because %s."; - public static final String EXCEPTION_SEAL_FILE_ARG_ERROR_RESULT_STATUS_ARG_FE3B82AC = "Seal file %s error, result status %s."; - public static final String EXCEPTION_NETWORK_ERROR_TRANSFER_FILE_ARG_BECAUSE_ARG_BC25323C = "Network error when transfer file %s, because %s."; - public static final String EXCEPTION_TRANSFER_FILE_ARG_ERROR_RESULT_STATUS_ARG_E565D9FD = "Transfer file %s error, result status %s."; - public static final String LOG_TARGETDATADIR_PARAMETER_EXCEPTION_NUMBER_ORIGINAL_PATHS_DOES_NOT_MATCH_NUMBER_8B31BF59 = - "-targetdatadir parameter exception, the number of original paths does not match the number of" - + " specified paths"; - public static final String LOG_TARGETWALDIR_PARAMETER_EXCEPTION_NUMBER_ORIGINAL_PATHS_DOES_NOT_MATCH_NUMBER_94AFE885 = - "-targetwaldir parameter exception, the number of original paths does not match the number of" - + " specified paths"; - public static final String LOG_DIRECTORY_BACKED_UP_CANNOT_SOURCE_DIRECTORY_PLEASE_CHECK_ARG_ARG_371383B7 = "The directory to be backed up cannot be in the source directory, please check:{},{},{}"; - public static final String LOG_DIRECTORY_BACKED_UP_CANNOT_SOURCE_DIRECTORY_PLEASE_CHECK_ARG_ARG_6DA7D5DA = "The directory to be backed up cannot be in the source directory, please check:{},{}"; - public static final String LOG_DIRECTORY_BACKED_UP_CANNOT_SOURCE_DIRECTORY_PLEASE_CHECK_ARG_CFA67674 = "The directory to be backed up cannot be in the source directory, please check:{}"; + public static final String + EXCEPTION_HANDSHAKE_ERROR_TARGET_SERVER_IP_ARG_PORT_ARG_BECAUSE_ARG_9D522E62 = + "Handshake error with target server ip: %s, port: %s, because: %s."; + public static final String EXCEPTION_NETWORK_ERROR_SEAL_FILE_ARG_BECAUSE_ARG_62E92EE8 = + "Network error when seal file %s, because %s."; + public static final String EXCEPTION_SEAL_FILE_ARG_ERROR_RESULT_STATUS_ARG_FE3B82AC = + "Seal file %s error, result status %s."; + public static final String EXCEPTION_NETWORK_ERROR_TRANSFER_FILE_ARG_BECAUSE_ARG_BC25323C = + "Network error when transfer file %s, because %s."; + public static final String EXCEPTION_TRANSFER_FILE_ARG_ERROR_RESULT_STATUS_ARG_E565D9FD = + "Transfer file %s error, result status %s."; + public static final String + LOG_TARGETDATADIR_PARAMETER_EXCEPTION_NUMBER_ORIGINAL_PATHS_DOES_NOT_MATCH_NUMBER_8B31BF59 = + "-targetdatadir parameter exception, the number of original paths does not match the number of" + + " specified paths"; + public static final String + LOG_TARGETWALDIR_PARAMETER_EXCEPTION_NUMBER_ORIGINAL_PATHS_DOES_NOT_MATCH_NUMBER_94AFE885 = + "-targetwaldir parameter exception, the number of original paths does not match the number of" + + " specified paths"; + public static final String + LOG_DIRECTORY_BACKED_UP_CANNOT_SOURCE_DIRECTORY_PLEASE_CHECK_ARG_ARG_371383B7 = + "The directory to be backed up cannot be in the source directory, please check:{},{},{}"; + public static final String + LOG_DIRECTORY_BACKED_UP_CANNOT_SOURCE_DIRECTORY_PLEASE_CHECK_ARG_ARG_6DA7D5DA = + "The directory to be backed up cannot be in the source directory, please check:{},{}"; + public static final String + LOG_DIRECTORY_BACKED_UP_CANNOT_SOURCE_DIRECTORY_PLEASE_CHECK_ARG_CFA67674 = + "The directory to be backed up cannot be in the source directory, please check:{}"; public static final String LOG_TOTAL_FILE_NUMBER_A1554ADC = "total file number:"; public static final String LOG_VERIFY_NUMBER_FILES_E171592C = ",verify the number of files:"; public static final String LOG_BACKUP_FILE_NUMBER_72FC1312 = ",backup file number:"; - public static final String LOG_INPUT_TIME_FORMAT_ARG_NOT_SUPPORTED_00172A7B = "Input time format {} is not supported, "; - public static final String LOG_PLEASE_INPUT_LIKE_YYYY_MM_DD_HH_MM_SS_SSS_9318BFC7 = "please input like yyyy-MM-dd\\ HH:mm:ss.SSS or yyyy-MM-dd'T'HH:mm:ss.SSS%n"; - + public static final String LOG_INPUT_TIME_FORMAT_ARG_NOT_SUPPORTED_00172A7B = + "Input time format {} is not supported, "; + public static final String LOG_PLEASE_INPUT_LIKE_YYYY_MM_DD_HH_MM_SS_SSS_9318BFC7 = + "please input like yyyy-MM-dd\\ HH:mm:ss.SSS or yyyy-MM-dd'T'HH:mm:ss.SSS%n"; } diff --git a/iotdb-client/cli/src/main/i18n/zh/org/apache/iotdb/cli/i18n/CliMessages.java b/iotdb-client/cli/src/main/i18n/zh/org/apache/iotdb/cli/i18n/CliMessages.java index 61a14d94d588..7b5c861952b0 100644 --- a/iotdb-client/cli/src/main/i18n/zh/org/apache/iotdb/cli/i18n/CliMessages.java +++ b/iotdb-client/cli/src/main/i18n/zh/org/apache/iotdb/cli/i18n/CliMessages.java @@ -28,14 +28,10 @@ public final class CliMessages { public static final String SUCCESSFULLY_LOGIN_AT = "成功登录到 %s"; // IoTDBDataBackTool - public static final String TARGET_DIR_EMPTY = - " -targetdir 不能为空,必须指定备份目录"; - public static final String TARGET_DIR_USE_ABSOLUTE_PATH = - "-targetdir 参数异常,请使用绝对路径"; - public static final String TARGET_DATA_DIR_USE_ABSOLUTE_PATH = - "-targetdatadir 参数异常,请使用绝对路径"; - public static final String TARGET_WAL_DIR_USE_ABSOLUTE_PATH = - "-targetwaldir 参数异常,请使用绝对路径"; + public static final String TARGET_DIR_EMPTY = " -targetdir 不能为空,必须指定备份目录"; + public static final String TARGET_DIR_USE_ABSOLUTE_PATH = "-targetdir 参数异常,请使用绝对路径"; + public static final String TARGET_DATA_DIR_USE_ABSOLUTE_PATH = "-targetdatadir 参数异常,请使用绝对路径"; + public static final String TARGET_WAL_DIR_USE_ABSOLUTE_PATH = "-targetwaldir 参数异常,请使用绝对路径"; public static final String BACKUP_FOLDER_EXISTS = "备份目录已存在:{}"; public static final String ALL_OPERATIONS_COMPLETE = "所有操作已完成"; public static final String COPY_FILE_ERROR = "复制文件错误"; @@ -73,23 +69,40 @@ public final class CliMessages { "参数无效:未提供 table 选项的必填值。"; private CliMessages() {} + // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- - public static final String EXCEPTION_HANDSHAKE_ERROR_TARGET_SERVER_IP_ARG_PORT_ARG_BECAUSE_ARG_9D522E62 = "与目标服务器握手失败,IP:%s,端口:%s,原因:%s。"; - public static final String EXCEPTION_NETWORK_ERROR_SEAL_FILE_ARG_BECAUSE_ARG_62E92EE8 = "封存文件 %s 时发生网络错误,原因:%s。"; - public static final String EXCEPTION_SEAL_FILE_ARG_ERROR_RESULT_STATUS_ARG_FE3B82AC = "封存文件 %s 出错,结果状态 %s。"; - public static final String EXCEPTION_NETWORK_ERROR_TRANSFER_FILE_ARG_BECAUSE_ARG_BC25323C = "传输文件 %s 时发生网络错误,原因:%s。"; - public static final String EXCEPTION_TRANSFER_FILE_ARG_ERROR_RESULT_STATUS_ARG_E565D9FD = "传输文件 %s 出错,结果状态 %s。"; - public static final String LOG_TARGETDATADIR_PARAMETER_EXCEPTION_NUMBER_ORIGINAL_PATHS_DOES_NOT_MATCH_NUMBER_8B31BF59 = "-targetdatadir 参数异常,原始路径数量与指定路径数量不匹配"; - public static final String LOG_TARGETWALDIR_PARAMETER_EXCEPTION_NUMBER_ORIGINAL_PATHS_DOES_NOT_MATCH_NUMBER_94AFE885 = "-targetwaldir 参数异常,原始路径数量与指定路径数量不匹配"; - public static final String LOG_DIRECTORY_BACKED_UP_CANNOT_SOURCE_DIRECTORY_PLEASE_CHECK_ARG_ARG_371383B7 = "待备份目录不能位于源目录中,请检查:{},{},{}"; - public static final String LOG_DIRECTORY_BACKED_UP_CANNOT_SOURCE_DIRECTORY_PLEASE_CHECK_ARG_ARG_6DA7D5DA = "待备份目录不能位于源目录中,请检查:{},{}"; - public static final String LOG_DIRECTORY_BACKED_UP_CANNOT_SOURCE_DIRECTORY_PLEASE_CHECK_ARG_CFA67674 = "待备份目录不能位于源目录中,请检查:{}"; + public static final String + EXCEPTION_HANDSHAKE_ERROR_TARGET_SERVER_IP_ARG_PORT_ARG_BECAUSE_ARG_9D522E62 = + "与目标服务器握手失败,IP:%s,端口:%s,原因:%s。"; + public static final String EXCEPTION_NETWORK_ERROR_SEAL_FILE_ARG_BECAUSE_ARG_62E92EE8 = + "封存文件 %s 时发生网络错误,原因:%s。"; + public static final String EXCEPTION_SEAL_FILE_ARG_ERROR_RESULT_STATUS_ARG_FE3B82AC = + "封存文件 %s 出错,结果状态 %s。"; + public static final String EXCEPTION_NETWORK_ERROR_TRANSFER_FILE_ARG_BECAUSE_ARG_BC25323C = + "传输文件 %s 时发生网络错误,原因:%s。"; + public static final String EXCEPTION_TRANSFER_FILE_ARG_ERROR_RESULT_STATUS_ARG_E565D9FD = + "传输文件 %s 出错,结果状态 %s。"; + public static final String + LOG_TARGETDATADIR_PARAMETER_EXCEPTION_NUMBER_ORIGINAL_PATHS_DOES_NOT_MATCH_NUMBER_8B31BF59 = + "-targetdatadir 参数异常,原始路径数量与指定路径数量不匹配"; + public static final String + LOG_TARGETWALDIR_PARAMETER_EXCEPTION_NUMBER_ORIGINAL_PATHS_DOES_NOT_MATCH_NUMBER_94AFE885 = + "-targetwaldir 参数异常,原始路径数量与指定路径数量不匹配"; + public static final String + LOG_DIRECTORY_BACKED_UP_CANNOT_SOURCE_DIRECTORY_PLEASE_CHECK_ARG_ARG_371383B7 = + "待备份目录不能位于源目录中,请检查:{},{},{}"; + public static final String + LOG_DIRECTORY_BACKED_UP_CANNOT_SOURCE_DIRECTORY_PLEASE_CHECK_ARG_ARG_6DA7D5DA = + "待备份目录不能位于源目录中,请检查:{},{}"; + public static final String + LOG_DIRECTORY_BACKED_UP_CANNOT_SOURCE_DIRECTORY_PLEASE_CHECK_ARG_CFA67674 = + "待备份目录不能位于源目录中,请检查:{}"; public static final String LOG_TOTAL_FILE_NUMBER_A1554ADC = "文件总数:"; public static final String LOG_VERIFY_NUMBER_FILES_E171592C = ",校验文件数量:"; public static final String LOG_BACKUP_FILE_NUMBER_72FC1312 = ",备份文件数量:"; public static final String LOG_INPUT_TIME_FORMAT_ARG_NOT_SUPPORTED_00172A7B = "不支持输入时间格式 {},"; - public static final String LOG_PLEASE_INPUT_LIKE_YYYY_MM_DD_HH_MM_SS_SSS_9318BFC7 = "请输入类似 yyyy-MM-dd\\ HH:mm:ss.SSS 或 yyyy-MM-dd'T'HH:mm:ss.SSS 的格式%n"; - + public static final String LOG_PLEASE_INPUT_LIKE_YYYY_MM_DD_HH_MM_SS_SSS_9318BFC7 = + "请输入类似 yyyy-MM-dd\\ HH:mm:ss.SSS 或 yyyy-MM-dd'T'HH:mm:ss.SSS 的格式%n"; } diff --git a/iotdb-client/isession/src/main/i18n/en/org/apache/iotdb/isession/i18n/ISessionMessages.java b/iotdb-client/isession/src/main/i18n/en/org/apache/iotdb/isession/i18n/ISessionMessages.java index bc593534c60d..d08aec761f41 100644 --- a/iotdb-client/isession/src/main/i18n/en/org/apache/iotdb/isession/i18n/ISessionMessages.java +++ b/iotdb-client/isession/src/main/i18n/en/org/apache/iotdb/isession/i18n/ISessionMessages.java @@ -26,15 +26,15 @@ public final class ISessionMessages { "OBJECT Type only support getString"; // --- Template --- - public static final String DUPLICATED_CHILD_IN_TEMPLATE = - "Duplicated child of node in template."; + public static final String DUPLICATED_CHILD_IN_TEMPLATE = "Duplicated child of node in template."; public static final String NOT_DIRECT_CHILD_OF_TEMPLATE = "It is not a direct child of the template: "; private ISessionMessages() {} + // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- - public static final String EXCEPTION_DATA_TYPE_ARG_NOT_SUPPORTED_31213160 = "Data type %s is not supported."; - + public static final String EXCEPTION_DATA_TYPE_ARG_NOT_SUPPORTED_31213160 = + "Data type %s is not supported."; } diff --git a/iotdb-client/isession/src/main/i18n/zh/org/apache/iotdb/isession/i18n/ISessionMessages.java b/iotdb-client/isession/src/main/i18n/zh/org/apache/iotdb/isession/i18n/ISessionMessages.java index 5514a76c0f71..ab07df642ec3 100644 --- a/iotdb-client/isession/src/main/i18n/zh/org/apache/iotdb/isession/i18n/ISessionMessages.java +++ b/iotdb-client/isession/src/main/i18n/zh/org/apache/iotdb/isession/i18n/ISessionMessages.java @@ -22,19 +22,16 @@ public final class ISessionMessages { // --- SessionDataSet --- - public static final String OBJECT_TYPE_ONLY_SUPPORT_GET_STRING = - "OBJECT 类型仅支持 getString"; + public static final String OBJECT_TYPE_ONLY_SUPPORT_GET_STRING = "OBJECT 类型仅支持 getString"; // --- Template --- - public static final String DUPLICATED_CHILD_IN_TEMPLATE = - "模板中存在重复的子节点。"; - public static final String NOT_DIRECT_CHILD_OF_TEMPLATE = - "这不是该模板的直接子节点:"; + public static final String DUPLICATED_CHILD_IN_TEMPLATE = "模板中存在重复的子节点。"; + public static final String NOT_DIRECT_CHILD_OF_TEMPLATE = "这不是该模板的直接子节点:"; private ISessionMessages() {} + // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- public static final String EXCEPTION_DATA_TYPE_ARG_NOT_SUPPORTED_31213160 = "不支持数据类型 %s。"; - } diff --git a/iotdb-client/jdbc/src/main/i18n/en/org/apache/iotdb/jdbc/i18n/JdbcMessages.java b/iotdb-client/jdbc/src/main/i18n/en/org/apache/iotdb/jdbc/i18n/JdbcMessages.java index 43e0ef6cb46f..7081d9fe319d 100644 --- a/iotdb-client/jdbc/src/main/i18n/en/org/apache/iotdb/jdbc/i18n/JdbcMessages.java +++ b/iotdb-client/jdbc/src/main/i18n/en/org/apache/iotdb/jdbc/i18n/JdbcMessages.java @@ -22,8 +22,7 @@ public final class JdbcMessages { // IoTDBDriver - public static final String REGISTER_DRIVER_ERROR = - "Error occurs when registering TsFile driver"; + public static final String REGISTER_DRIVER_ERROR = "Error occurs when registering TsFile driver"; public static final String METHOD_NOT_SUPPORTED = "Method not supported"; // StringUtils @@ -55,13 +54,11 @@ public final class JdbcMessages { "Not support getResultSetConcurrency"; public static final String NOT_SUPPORT_GET_RESULT_SET_HOLDABILITY = "Not support getResultSetHoldability"; - public static final String NOT_SUPPORT_IS_CLOSE_ON_COMPLETION = - "Not support isCloseOnCompletion"; + public static final String NOT_SUPPORT_IS_CLOSE_ON_COMPLETION = "Not support isCloseOnCompletion"; public static final String NOT_SUPPORT_IS_POOLABLE = "Not support isPoolable"; public static final String NOT_SUPPORT_SET_POOLABLE = "Not support setPoolable"; public static final String NOT_SUPPORT_SET_CURSOR_NAME = "Not support setCursorName"; - public static final String NOT_SUPPORT_SET_ESCAPE_PROCESSING = - "Not support setEscapeProcessing"; + public static final String NOT_SUPPORT_SET_ESCAPE_PROCESSING = "Not support setEscapeProcessing"; public static final String CANNOT_AFTER_CONNECTION_CLOSED = "Cannot %s after connection has been closed!"; @@ -74,10 +71,8 @@ public final class JdbcMessages { "Failed to deallocate prepared statement: {}"; public static final String ERROR_DEALLOCATING_PREPARED_STATEMENT = "Error deallocating prepared statement"; - public static final String FAILED_TO_GET_TIME_PRECISION = - "Failed to get time precision: "; - public static final String FAILED_TO_READ_BINARY_STREAM = - "Failed to read binary stream: "; + public static final String FAILED_TO_GET_TIME_PRECISION = "Failed to get time precision: "; + public static final String FAILED_TO_READ_BINARY_STREAM = "Failed to read binary stream: "; // IoTDBPreparedStatement public static final String NO_TYPE_MATCHED = "No type was matched"; @@ -96,12 +91,10 @@ public final class JdbcMessages { public static final String GET_SYSTEM_FUNCTIONS_ERROR = "Get system functions error: {}"; public static final String GET_MAX_CONCURRENT_CLIENT_ERROR = "Get max concurrentClientNUm error: {}"; - public static final String GET_MAX_STATEMENT_LENGTH_ERROR = - "Get max statement length error: {}"; + public static final String GET_MAX_STATEMENT_LENGTH_ERROR = "Get max statement length error: {}"; public static final String GET_PROCEDURES_ERROR = "Get procedures error: {}"; public static final String GET_PROCEDURE_COLUMNS_ERROR = "Get procedure columns error: {}"; - public static final String GET_BEST_ROW_IDENTIFIER_ERROR = - "Get best row identifier error: {}"; + public static final String GET_BEST_ROW_IDENTIFIER_ERROR = "Get best row identifier error: {}"; public static final String GET_VERSION_COLUMNS_ERROR = "Get version columns error: {}"; public static final String GET_IMPORT_KEYS_ERROR = "Get import keys error: {}"; public static final String GET_EXPORTED_KEYS_ERROR = "Get exported keys error: {}"; @@ -111,14 +104,11 @@ public final class JdbcMessages { public static final String GET_SUPER_TYPES_ERROR = "Get super types error: {}"; public static final String GET_SUPER_TABLES_ERROR = "Get super tables error: {}"; public static final String GET_ATTRIBUTES_ERROR = "Get attributes error: {}"; - public static final String GET_DB_MAJOR_VERSION_ERROR = - "Get database major version error: {}"; - public static final String GET_DB_MINOR_VERSION_ERROR = - "Get database minor version error: {}"; + public static final String GET_DB_MAJOR_VERSION_ERROR = "Get database major version error: {}"; + public static final String GET_DB_MINOR_VERSION_ERROR = "Get database minor version error: {}"; // IoTDBDatabaseMetadata - public static final String INIT_SQL_KEYWORDS_ERROR = - "Error when initializing SQL keywords: "; + public static final String INIT_SQL_KEYWORDS_ERROR = "Error when initializing SQL keywords: "; public static final String GET_TABLES_SQL = "Get tables: sql: {}"; public static final String GET_PRIMARY_KEYS_ERROR = "Get primary keys error: {}"; public static final String FAILED_TO_FETCH_METADATA_JSON = @@ -127,8 +117,7 @@ public final class JdbcMessages { // IoTDBRelationalDatabaseMetadata public static final String RELATIONAL_INIT_SQL_KEYWORDS_ERROR = "Error when initializing SQL keywords: "; - public static final String RELATIONAL_GET_PRIMARY_KEYS_ERROR = - "Get primary keys error: {}"; + public static final String RELATIONAL_GET_PRIMARY_KEYS_ERROR = "Get primary keys error: {}"; // IoTDBDataSource public static final String GET_CONNECTION_ERROR = "get connection error:"; @@ -167,15 +156,12 @@ public final class JdbcMessages { public static final String NOT_SUPPORT_SET_TYPE_MAP = "Does not support setTypeMap"; public static final String NOT_SUPPORT_READ_ONLY = "Does not support readOnly"; public static final String NOT_SUPPORT_NATIVE_SQL = "Does not support nativeSQL"; - public static final String NOT_SUPPORT_RELEASE_SAVEPOINT = - "Does not support releaseSavepoint"; + public static final String NOT_SUPPORT_RELEASE_SAVEPOINT = "Does not support releaseSavepoint"; public static final String SET_TIMEZONE_ERROR = "Set time_zone error: "; public static final String NOT_SUPPORT_CLIENT_INFO_TYPE = "Does not support this type of client info: "; - public static final String NOT_SUPPORT_SET_NETWORK_TIMEOUT = - "Does not support setNetworkTimeout"; - public static final String QUERY_TIMEOUT_MUST_BE_NON_NEGATIVE = - "queryTimeout %d must be >= 0!"; + public static final String NOT_SUPPORT_SET_NETWORK_TIMEOUT = "Does not support setNetworkTimeout"; + public static final String QUERY_TIMEOUT_MUST_BE_NON_NEGATIVE = "queryTimeout %d must be >= 0!"; public static final String NOT_SUPPORT_SET_SAVEPOINT = "Does not support setSavepoint"; public static final String USE_DATABASE_ERROR = "Use database error: {}"; public static final String RECONNECT_INTERRUPTED = "reconnect is interrupted."; @@ -183,48 +169,87 @@ public final class JdbcMessages { public static final String RIGHT_PARENTHESIS = ")"; private JdbcMessages() {} + // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- - public static final String EXCEPTION_CONNECTION_ERROR_PLEASE_CHECK_WHETHER_NETWORK_AVAILABLE_SERVER_CA72E0D6 = "Connection Error, please check whether the network is available or the server"; + public static final String + EXCEPTION_CONNECTION_ERROR_PLEASE_CHECK_WHETHER_NETWORK_AVAILABLE_SERVER_CA72E0D6 = + "Connection Error, please check whether the network is available or the server"; public static final String EXCEPTION_HAS_STARTED_BD7BC366 = " has started."; - public static final String EXCEPTION_ERROR_URL_FORMAT_URL_SHOULD_JDBC_IOTDB_ANYTHING_PORT_DATABASE_17D1DCFB = - "Error url format, url should be jdbc:iotdb://anything:port/[database] or" - + " jdbc:iotdb://anything:port[/database]?property1=value1&property2=value2, current url is "; - public static final String EXCEPTION_FAIL_RECONNECT_SERVER_EXECUTING_ARG_PLEASE_CHECK_SERVER_STATUS_34668040 = "Fail to reconnect to server when executing %s. please check server status"; - public static final String EXCEPTION_FAIL_RECONNECT_SERVER_EXECUTING_BATCH_SQLS_PLEASE_CHECK_SERVER_STATUS_1E4C0C24 = "Fail to reconnect to server when executing batch sqls. please check server status"; - public static final String EXCEPTION_FAIL_RECONNECT_SERVER_EXECUTE_QUERY_B6F770F5 = "Fail to reconnect to server when execute query "; - public static final String EXCEPTION_PLEASE_CHECK_SERVER_STATUS_DA9E1E33 = ". please check server status"; - public static final String EXCEPTION_FAIL_RECONNECT_SERVER_EXECUTE_UPDATE_7F009AA4 = "Fail to reconnect to server when execute update "; - public static final String EXCEPTION_CANNOT_GET_ID_STATEMENT_AFTER_RECONNECTING_PLEASE_CHECK_SERVER_STATUS_D4C1F67E = "Cannot get id for statement after reconnecting. please check server status"; - public static final String EXCEPTION_CAN_T_INFER_SQL_TYPE_INSTANCE_ARG_USE_SETOBJECT_EXPLICIT_F457F33A = "Can't infer the SQL type for an instance of %s. Use setObject() with explicit type."; - public static final String EXCEPTION_PARAMETER_INDEX_OUT_RANGE_3DD066E0 = "Parameter index out of range: "; + public static final String + EXCEPTION_ERROR_URL_FORMAT_URL_SHOULD_JDBC_IOTDB_ANYTHING_PORT_DATABASE_17D1DCFB = + "Error url format, url should be jdbc:iotdb://anything:port/[database] or" + + " jdbc:iotdb://anything:port[/database]?property1=value1&property2=value2, current url is "; + public static final String + EXCEPTION_FAIL_RECONNECT_SERVER_EXECUTING_ARG_PLEASE_CHECK_SERVER_STATUS_34668040 = + "Fail to reconnect to server when executing %s. please check server status"; + public static final String + EXCEPTION_FAIL_RECONNECT_SERVER_EXECUTING_BATCH_SQLS_PLEASE_CHECK_SERVER_STATUS_1E4C0C24 = + "Fail to reconnect to server when executing batch sqls. please check server status"; + public static final String EXCEPTION_FAIL_RECONNECT_SERVER_EXECUTE_QUERY_B6F770F5 = + "Fail to reconnect to server when execute query "; + public static final String EXCEPTION_PLEASE_CHECK_SERVER_STATUS_DA9E1E33 = + ". please check server status"; + public static final String EXCEPTION_FAIL_RECONNECT_SERVER_EXECUTE_UPDATE_7F009AA4 = + "Fail to reconnect to server when execute update "; + public static final String + EXCEPTION_CANNOT_GET_ID_STATEMENT_AFTER_RECONNECTING_PLEASE_CHECK_SERVER_STATUS_D4C1F67E = + "Cannot get id for statement after reconnecting. please check server status"; + public static final String + EXCEPTION_CAN_T_INFER_SQL_TYPE_INSTANCE_ARG_USE_SETOBJECT_EXPLICIT_F457F33A = + "Can't infer the SQL type for an instance of %s. Use setObject() with explicit type."; + public static final String EXCEPTION_PARAMETER_INDEX_OUT_RANGE_3DD066E0 = + "Parameter index out of range: "; public static final String EXCEPTION_EXPECTED_1_3F4E8D6E = " (expected 1-"; - public static final String LOG_SET_TIME_ERROR_IOTDB_PREPARED_STATEMENT_ARG_AAAACB25 = "set time error when iotdb prepared statement :%s "; - public static final String EXCEPTION_CAN_T_INFER_SQL_TYPE_USE_INSTANCE_ARG_USE_SETOBJECT_A5B1C1BD = "Can''t infer the SQL type to use for an instance of %s. Use setObject() with"; - public static final String EXCEPTION_EXPLICIT_TYPES_VALUE_SPECIFY_TYPE_USE_CD046EDA = " an explicit Types value to specify the type to use."; + public static final String LOG_SET_TIME_ERROR_IOTDB_PREPARED_STATEMENT_ARG_AAAACB25 = + "set time error when iotdb prepared statement :%s "; + public static final String + EXCEPTION_CAN_T_INFER_SQL_TYPE_USE_INSTANCE_ARG_USE_SETOBJECT_A5B1C1BD = + "Can''t infer the SQL type to use for an instance of %s. Use setObject() with"; + public static final String EXCEPTION_EXPLICIT_TYPES_VALUE_SPECIFY_TYPE_USE_CD046EDA = + " an explicit Types value to specify the type to use."; public static final String EXCEPTION_NO_CONVERSION_3F7E3A35 = "No conversion from "; - public static final String EXCEPTION_TYPES_BOOLEAN_POSSIBLE_54D316E6 = " to Types.BOOLEAN possible."; + public static final String EXCEPTION_TYPES_BOOLEAN_POSSIBLE_54D316E6 = + " to Types.BOOLEAN possible."; public static final String EXCEPTION_CAN_T_SET_SCALE_5559DE62 = "Can't set scale of '"; public static final String EXCEPTION_DECIMAL_ARGUMENT_504BC102 = "' for DECIMAL argument '"; public static final String LOG_FAIL_GET_ALL_TIMESERIES_2A802516 = "Fail to get all timeseries "; public static final String LOG_INFO_AFTER_RECONNECTING_7E70A784 = "info after reconnecting."; - public static final String LOG_PLEASE_CHECK_SERVER_STATUS_2049BB22 = " please check server status"; + public static final String LOG_PLEASE_CHECK_SERVER_STATUS_2049BB22 = + " please check server status"; public static final String LOG_FAIL_RECONNECT_SERVER_AC4C86AB = "Fail to reconnect to server "; - public static final String LOG_GETTING_ALL_TIMESERIES_INFO_PLEASE_CHECK_SERVER_STATUS_009B5EFE = "when getting all timeseries info. please check server status"; - public static final String EXCEPTION_FAILED_FETCH_ALL_METADATA_JSON_5FB95E70 = "Failed to fetch all metadata in json "; - public static final String EXCEPTION_AFTER_RECONNECTING_PLEASE_CHECK_SERVER_STATUS_DE1D65AC = "after reconnecting. Please check the server status."; - public static final String EXCEPTION_FAILED_RECONNECT_SERVER_632A4B76 = "Failed to reconnect to the server "; - public static final String EXCEPTION_FETCHING_ALL_METADATA_JSON_PLEASE_CHECK_SERVER_STATUS_1A0813B2 = "when fetching all metadata in json. Please check the server status."; - public static final String LOG_PROTOCOL_DIFFER_CLIENT_VERSION_ARG_BUT_SERVER_VERSION_ARG_F0AA3D03 = "Protocol differ, Client version is {}, but Server version is {}"; - public static final String LOG_ARG_ARG_PLEASE_CHANGE_IT_TIME_VIA_ALTER_USER_STATEMENT_6B67087C = "{}{}, please change it in time via 'ALTER USER' statement"; - public static final String EXCEPTION_ERROR_OCCURS_CLOSING_SESSION_AT_SERVER_MAYBE_SERVER_DOWN_2BCE63C0 = "Error occurs when closing session at server. Maybe server is down."; - public static final String EXCEPTION_STATEMENTS_RESULT_SET_CONCURRENCY_ARG_NOT_SUPPORTED_C6043E9A = "Statements with result set concurrency %d are not supported"; - public static final String EXCEPTION_STATEMENTS_RESULTSET_TYPE_ARG_NOT_SUPPORTED_8BE22644 = "Statements with ResultSet type %d are not supported"; - public static final String EXCEPTION_PROTOCOL_NOT_SUPPORTED_CLIENT_VERSION_ARG_BUT_SERVER_VERSION_ARG_53F892DC = "Protocol not supported, Client version is %s, but Server version is %s"; - public static final String EXCEPTION_CAN_NOT_ESTABLISH_CONNECTION_ARG_YOU_MAY_TRY_CONNECT_OLD_8FC3703E = - "Can not establish connection with %s : You may try to connect an old version IoTDB instance" - + " using a client with new version: %s. "; - public static final String EXCEPTION_CAN_NOT_ESTABLISH_CONNECTION_ARG_ARG_D7246055 = "Can not establish connection with %s : %s. "; - + public static final String LOG_GETTING_ALL_TIMESERIES_INFO_PLEASE_CHECK_SERVER_STATUS_009B5EFE = + "when getting all timeseries info. please check server status"; + public static final String EXCEPTION_FAILED_FETCH_ALL_METADATA_JSON_5FB95E70 = + "Failed to fetch all metadata in json "; + public static final String EXCEPTION_AFTER_RECONNECTING_PLEASE_CHECK_SERVER_STATUS_DE1D65AC = + "after reconnecting. Please check the server status."; + public static final String EXCEPTION_FAILED_RECONNECT_SERVER_632A4B76 = + "Failed to reconnect to the server "; + public static final String + EXCEPTION_FETCHING_ALL_METADATA_JSON_PLEASE_CHECK_SERVER_STATUS_1A0813B2 = + "when fetching all metadata in json. Please check the server status."; + public static final String + LOG_PROTOCOL_DIFFER_CLIENT_VERSION_ARG_BUT_SERVER_VERSION_ARG_F0AA3D03 = + "Protocol differ, Client version is {}, but Server version is {}"; + public static final String LOG_ARG_ARG_PLEASE_CHANGE_IT_TIME_VIA_ALTER_USER_STATEMENT_6B67087C = + "{}{}, please change it in time via 'ALTER USER' statement"; + public static final String + EXCEPTION_ERROR_OCCURS_CLOSING_SESSION_AT_SERVER_MAYBE_SERVER_DOWN_2BCE63C0 = + "Error occurs when closing session at server. Maybe server is down."; + public static final String + EXCEPTION_STATEMENTS_RESULT_SET_CONCURRENCY_ARG_NOT_SUPPORTED_C6043E9A = + "Statements with result set concurrency %d are not supported"; + public static final String EXCEPTION_STATEMENTS_RESULTSET_TYPE_ARG_NOT_SUPPORTED_8BE22644 = + "Statements with ResultSet type %d are not supported"; + public static final String + EXCEPTION_PROTOCOL_NOT_SUPPORTED_CLIENT_VERSION_ARG_BUT_SERVER_VERSION_ARG_53F892DC = + "Protocol not supported, Client version is %s, but Server version is %s"; + public static final String + EXCEPTION_CAN_NOT_ESTABLISH_CONNECTION_ARG_YOU_MAY_TRY_CONNECT_OLD_8FC3703E = + "Can not establish connection with %s : You may try to connect an old version IoTDB instance" + + " using a client with new version: %s. "; + public static final String EXCEPTION_CAN_NOT_ESTABLISH_CONNECTION_ARG_ARG_D7246055 = + "Can not establish connection with %s : %s. "; } diff --git a/iotdb-client/jdbc/src/main/i18n/zh/org/apache/iotdb/jdbc/i18n/JdbcMessages.java b/iotdb-client/jdbc/src/main/i18n/zh/org/apache/iotdb/jdbc/i18n/JdbcMessages.java index 1aeededfc900..ea244767b519 100644 --- a/iotdb-client/jdbc/src/main/i18n/zh/org/apache/iotdb/jdbc/i18n/JdbcMessages.java +++ b/iotdb-client/jdbc/src/main/i18n/zh/org/apache/iotdb/jdbc/i18n/JdbcMessages.java @@ -22,8 +22,7 @@ public final class JdbcMessages { // IoTDBDriver - public static final String REGISTER_DRIVER_ERROR = - "注册 TsFile 驱动时发生错误"; + public static final String REGISTER_DRIVER_ERROR = "注册 TsFile 驱动时发生错误"; public static final String METHOD_NOT_SUPPORTED = "不支持此方法"; // StringUtils @@ -32,8 +31,7 @@ public final class JdbcMessages { // GroupedLSBWatermarkEncoder public static final String CANNOT_FIND_MD5 = "错误:无法找到 MD5 算法!"; - public static final String MIN_BIT_BIGGER_THAN_MAX = - "错误:minBitPosition 大于 maxBitPosition"; + public static final String MIN_BIT_BIGGER_THAN_MAX = "错误:minBitPosition 大于 maxBitPosition"; // IoTDBTracingInfo public static final String INVALID_STATISTICS_NAME = "无效的统计名称!"; @@ -43,41 +41,30 @@ public final class JdbcMessages { public static final String CANCEL_STATEMENT_ERROR = "取消语句时发生错误。"; public static final String CLOSE_STATEMENT_ERROR = "关闭语句时发生错误。"; public static final String NOT_SUPPORT_CLOSE_ON_COMPLETION = "不支持 closeOnCompletion"; - public static final String QUERY_RESULT_SHOULD_NOT_BE_NULL = - "execResp.queryResult 不应为 null。"; + public static final String QUERY_RESULT_SHOULD_NOT_BE_NULL = "execResp.queryResult 不应为 null。"; public static final String DIRECTION_NOT_SUPPORTED = "不支持方向 %d!"; public static final String FETCH_SIZE_MUST_BE_NON_NEGATIVE = "fetchSize %d 必须 >= 0!"; public static final String NOT_SUPPORT_GET_GENERATED_KEYS = "不支持 getGeneratedKeys"; public static final String NOT_SUPPORT_GET_MAX_FIELD_SIZE = "不支持 getMaxFieldSize"; public static final String MAX_ROWS_MUST_BE_NON_NEGATIVE = "maxRows %d 必须 >= 0!"; public static final String NOT_SUPPORT_GET_MORE_RESULTS = "不支持 getMoreResults"; - public static final String NOT_SUPPORT_GET_RESULT_SET_CONCURRENCY = - "不支持 getResultSetConcurrency"; - public static final String NOT_SUPPORT_GET_RESULT_SET_HOLDABILITY = - "不支持 getResultSetHoldability"; - public static final String NOT_SUPPORT_IS_CLOSE_ON_COMPLETION = - "不支持 isCloseOnCompletion"; + public static final String NOT_SUPPORT_GET_RESULT_SET_CONCURRENCY = "不支持 getResultSetConcurrency"; + public static final String NOT_SUPPORT_GET_RESULT_SET_HOLDABILITY = "不支持 getResultSetHoldability"; + public static final String NOT_SUPPORT_IS_CLOSE_ON_COMPLETION = "不支持 isCloseOnCompletion"; public static final String NOT_SUPPORT_IS_POOLABLE = "不支持 isPoolable"; public static final String NOT_SUPPORT_SET_POOLABLE = "不支持 setPoolable"; public static final String NOT_SUPPORT_SET_CURSOR_NAME = "不支持 setCursorName"; - public static final String NOT_SUPPORT_SET_ESCAPE_PROCESSING = - "不支持 setEscapeProcessing"; - public static final String CANNOT_AFTER_CONNECTION_CLOSED = - "连接已关闭后无法执行 %s!"; + public static final String NOT_SUPPORT_SET_ESCAPE_PROCESSING = "不支持 setEscapeProcessing"; + public static final String CANNOT_AFTER_CONNECTION_CLOSED = "连接已关闭后无法执行 %s!"; // IoTDBTablePreparedStatement public static final String FAILED_TO_PREPARE_STATEMENT = "预编译语句失败:"; public static final String PARAMETER_UNSET = "参数 #%d 未设置"; - public static final String FAILED_TO_EXECUTE_PREPARED_STATEMENT = - "执行预编译语句失败:"; - public static final String FAILED_TO_DEALLOCATE_PREPARED_STATEMENT = - "释放预编译语句失败:{}"; - public static final String ERROR_DEALLOCATING_PREPARED_STATEMENT = - "释放预编译语句时出错"; - public static final String FAILED_TO_GET_TIME_PRECISION = - "获取时间精度失败:"; - public static final String FAILED_TO_READ_BINARY_STREAM = - "读取二进制流失败:"; + public static final String FAILED_TO_EXECUTE_PREPARED_STATEMENT = "执行预编译语句失败:"; + public static final String FAILED_TO_DEALLOCATE_PREPARED_STATEMENT = "释放预编译语句失败:{}"; + public static final String ERROR_DEALLOCATING_PREPARED_STATEMENT = "释放预编译语句时出错"; + public static final String FAILED_TO_GET_TIME_PRECISION = "获取时间精度失败:"; + public static final String FAILED_TO_READ_BINARY_STREAM = "读取二进制流失败:"; // IoTDBPreparedStatement public static final String NO_TYPE_MATCHED = "没有匹配的类型"; @@ -94,14 +81,11 @@ public final class JdbcMessages { public static final String GET_READ_ONLY_ERROR = "获取只读模式错误:{}"; public static final String CANNOT_GET_READ_ONLY_MODE = "无法获取只读模式"; public static final String GET_SYSTEM_FUNCTIONS_ERROR = "获取系统函数错误:{}"; - public static final String GET_MAX_CONCURRENT_CLIENT_ERROR = - "获取最大并发客户端数错误:{}"; - public static final String GET_MAX_STATEMENT_LENGTH_ERROR = - "获取最大语句长度错误:{}"; + public static final String GET_MAX_CONCURRENT_CLIENT_ERROR = "获取最大并发客户端数错误:{}"; + public static final String GET_MAX_STATEMENT_LENGTH_ERROR = "获取最大语句长度错误:{}"; public static final String GET_PROCEDURES_ERROR = "获取存储过程错误:{}"; public static final String GET_PROCEDURE_COLUMNS_ERROR = "获取存储过程列错误:{}"; - public static final String GET_BEST_ROW_IDENTIFIER_ERROR = - "获取最佳行标识符错误:{}"; + public static final String GET_BEST_ROW_IDENTIFIER_ERROR = "获取最佳行标识符错误:{}"; public static final String GET_VERSION_COLUMNS_ERROR = "获取版本列错误:{}"; public static final String GET_IMPORT_KEYS_ERROR = "获取导入键错误:{}"; public static final String GET_EXPORTED_KEYS_ERROR = "获取导出键错误:{}"; @@ -111,24 +95,18 @@ public final class JdbcMessages { public static final String GET_SUPER_TYPES_ERROR = "获取父类型错误:{}"; public static final String GET_SUPER_TABLES_ERROR = "获取父表错误:{}"; public static final String GET_ATTRIBUTES_ERROR = "获取属性错误:{}"; - public static final String GET_DB_MAJOR_VERSION_ERROR = - "获取数据库主版本号错误:{}"; - public static final String GET_DB_MINOR_VERSION_ERROR = - "获取数据库次版本号错误:{}"; + public static final String GET_DB_MAJOR_VERSION_ERROR = "获取数据库主版本号错误:{}"; + public static final String GET_DB_MINOR_VERSION_ERROR = "获取数据库次版本号错误:{}"; // IoTDBDatabaseMetadata - public static final String INIT_SQL_KEYWORDS_ERROR = - "初始化 SQL 关键字时出错:"; + public static final String INIT_SQL_KEYWORDS_ERROR = "初始化 SQL 关键字时出错:"; public static final String GET_TABLES_SQL = "获取表:SQL:{}"; public static final String GET_PRIMARY_KEYS_ERROR = "获取主键错误:{}"; - public static final String FAILED_TO_FETCH_METADATA_JSON = - "获取 JSON 格式的元数据失败:"; + public static final String FAILED_TO_FETCH_METADATA_JSON = "获取 JSON 格式的元数据失败:"; // IoTDBRelationalDatabaseMetadata - public static final String RELATIONAL_INIT_SQL_KEYWORDS_ERROR = - "初始化 SQL 关键字时出错:"; - public static final String RELATIONAL_GET_PRIMARY_KEYS_ERROR = - "获取主键错误:{}"; + public static final String RELATIONAL_INIT_SQL_KEYWORDS_ERROR = "初始化 SQL 关键字时出错:"; + public static final String RELATIONAL_GET_PRIMARY_KEYS_ERROR = "获取主键错误:{}"; // IoTDBDataSource public static final String GET_CONNECTION_ERROR = "获取连接错误:"; @@ -137,10 +115,8 @@ public final class JdbcMessages { public static final String REMAINING_PROPERTIES = "剩余属性 {}"; // IoTDBJDBCResultSet - public static final String CLOSE_SERVER_SIDE_ERROR = - "服务端关闭操作时发生错误 "; - public static final String CLOSE_CONNECTING_ERROR = - "连接服务器进行关闭操作时发生错误 "; + public static final String CLOSE_SERVER_SIDE_ERROR = "服务端关闭操作时发生错误 "; + public static final String CLOSE_CONNECTING_ERROR = "连接服务器进行关闭操作时发生错误 "; public static final String GET_METADATA_ERROR = "获取元数据错误:{}"; // IoTDBConnection @@ -153,29 +129,23 @@ public final class JdbcMessages { public static final String NOT_SUPPORT_CREATE_CLOB = "不支持 createClob"; public static final String NOT_SUPPORT_CREATE_NCLOB = "不支持 createNClob"; public static final String NOT_SUPPORT_CREATE_SQLXML = "不支持 createSQLXML"; - public static final String CANNOT_CREATE_STATEMENT_CLOSED = - "连接已关闭,无法创建语句"; + public static final String CANNOT_CREATE_STATEMENT_CLOSED = "连接已关闭,无法创建语句"; public static final String NOT_SUPPORT_CREATE_STATEMENT = "不支持 createStatement"; public static final String NOT_SUPPORT_CREATE_STRUCT = "不支持 createStruct"; public static final String NOT_SUPPORT_GET_CLIENT_INFO = "不支持 getClientInfo"; public static final String NOT_SUPPORT_SET_CLIENT_INFO = "不支持 setClientInfo"; public static final String NOT_SUPPORT_SET_HOLDABILITY = "不支持 setHoldability"; public static final String NOT_SUPPORT_GET_SCHEMA = "不支持 getSchema"; - public static final String NOT_SUPPORT_SET_TRANSACTION_ISOLATION = - "不支持 setTransactionIsolation"; + public static final String NOT_SUPPORT_SET_TRANSACTION_ISOLATION = "不支持 setTransactionIsolation"; public static final String NOT_SUPPORT_GET_TYPE_MAP = "不支持 getTypeMap"; public static final String NOT_SUPPORT_SET_TYPE_MAP = "不支持 setTypeMap"; public static final String NOT_SUPPORT_READ_ONLY = "不支持 readOnly"; public static final String NOT_SUPPORT_NATIVE_SQL = "不支持 nativeSQL"; - public static final String NOT_SUPPORT_RELEASE_SAVEPOINT = - "不支持 releaseSavepoint"; + public static final String NOT_SUPPORT_RELEASE_SAVEPOINT = "不支持 releaseSavepoint"; public static final String SET_TIMEZONE_ERROR = "设置时区错误:"; - public static final String NOT_SUPPORT_CLIENT_INFO_TYPE = - "不支持此类型的客户端信息:"; - public static final String NOT_SUPPORT_SET_NETWORK_TIMEOUT = - "不支持 setNetworkTimeout"; - public static final String QUERY_TIMEOUT_MUST_BE_NON_NEGATIVE = - "queryTimeout %d 必须 >= 0!"; + public static final String NOT_SUPPORT_CLIENT_INFO_TYPE = "不支持此类型的客户端信息:"; + public static final String NOT_SUPPORT_SET_NETWORK_TIMEOUT = "不支持 setNetworkTimeout"; + public static final String QUERY_TIMEOUT_MUST_BE_NON_NEGATIVE = "queryTimeout %d 必须 >= 0!"; public static final String NOT_SUPPORT_SET_SAVEPOINT = "不支持 setSavepoint"; public static final String USE_DATABASE_ERROR = "使用数据库错误:{}"; public static final String RECONNECT_INTERRUPTED = "重新连接被中断。"; @@ -183,26 +153,44 @@ public final class JdbcMessages { public static final String RIGHT_PARENTHESIS = ")"; private JdbcMessages() {} + // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- - public static final String EXCEPTION_CONNECTION_ERROR_PLEASE_CHECK_WHETHER_NETWORK_AVAILABLE_SERVER_CA72E0D6 = "连接错误,请检查网络是否可用或服务器是否正常"; + public static final String + EXCEPTION_CONNECTION_ERROR_PLEASE_CHECK_WHETHER_NETWORK_AVAILABLE_SERVER_CA72E0D6 = + "连接错误,请检查网络是否可用或服务器是否正常"; public static final String EXCEPTION_HAS_STARTED_BD7BC366 = " 已启动。"; - public static final String EXCEPTION_ERROR_URL_FORMAT_URL_SHOULD_JDBC_IOTDB_ANYTHING_PORT_DATABASE_17D1DCFB = - "URL 格式错误,URL 应为 jdbc:iotdb://anything:port/[database] 或" - + " jdbc:iotdb://anything:port[/database]?property1=value1&property2=value2,当前 URL 为 "; - public static final String EXCEPTION_FAIL_RECONNECT_SERVER_EXECUTING_ARG_PLEASE_CHECK_SERVER_STATUS_34668040 = "执行 %s 时无法重新连接到服务器。请检查服务器状态"; - public static final String EXCEPTION_FAIL_RECONNECT_SERVER_EXECUTING_BATCH_SQLS_PLEASE_CHECK_SERVER_STATUS_1E4C0C24 = "执行批量 SQL 时无法重新连接到服务器。请检查服务器状态"; - public static final String EXCEPTION_FAIL_RECONNECT_SERVER_EXECUTE_QUERY_B6F770F5 = "执行查询时无法重新连接到服务器 "; + public static final String + EXCEPTION_ERROR_URL_FORMAT_URL_SHOULD_JDBC_IOTDB_ANYTHING_PORT_DATABASE_17D1DCFB = + "URL 格式错误,URL 应为 jdbc:iotdb://anything:port/[database] 或" + + " jdbc:iotdb://anything:port[/database]?property1=value1&property2=value2,当前 URL 为 "; + public static final String + EXCEPTION_FAIL_RECONNECT_SERVER_EXECUTING_ARG_PLEASE_CHECK_SERVER_STATUS_34668040 = + "执行 %s 时无法重新连接到服务器。请检查服务器状态"; + public static final String + EXCEPTION_FAIL_RECONNECT_SERVER_EXECUTING_BATCH_SQLS_PLEASE_CHECK_SERVER_STATUS_1E4C0C24 = + "执行批量 SQL 时无法重新连接到服务器。请检查服务器状态"; + public static final String EXCEPTION_FAIL_RECONNECT_SERVER_EXECUTE_QUERY_B6F770F5 = + "执行查询时无法重新连接到服务器 "; public static final String EXCEPTION_PLEASE_CHECK_SERVER_STATUS_DA9E1E33 = "。请检查服务器状态"; - public static final String EXCEPTION_FAIL_RECONNECT_SERVER_EXECUTE_UPDATE_7F009AA4 = "执行更新时无法重新连接到服务器 "; - public static final String EXCEPTION_CANNOT_GET_ID_STATEMENT_AFTER_RECONNECTING_PLEASE_CHECK_SERVER_STATUS_D4C1F67E = "重新连接后无法获取 statement 的 id。请检查服务器状态"; - public static final String EXCEPTION_CAN_T_INFER_SQL_TYPE_INSTANCE_ARG_USE_SETOBJECT_EXPLICIT_F457F33A = "无法推断 %s 实例的 SQL 类型。请使用带显式类型的 setObject()。"; + public static final String EXCEPTION_FAIL_RECONNECT_SERVER_EXECUTE_UPDATE_7F009AA4 = + "执行更新时无法重新连接到服务器 "; + public static final String + EXCEPTION_CANNOT_GET_ID_STATEMENT_AFTER_RECONNECTING_PLEASE_CHECK_SERVER_STATUS_D4C1F67E = + "重新连接后无法获取 statement 的 id。请检查服务器状态"; + public static final String + EXCEPTION_CAN_T_INFER_SQL_TYPE_INSTANCE_ARG_USE_SETOBJECT_EXPLICIT_F457F33A = + "无法推断 %s 实例的 SQL 类型。请使用带显式类型的 setObject()。"; public static final String EXCEPTION_PARAMETER_INDEX_OUT_RANGE_3DD066E0 = "参数索引超出范围:"; public static final String EXCEPTION_EXPECTED_1_3F4E8D6E = "(期望 1-"; - public static final String LOG_SET_TIME_ERROR_IOTDB_PREPARED_STATEMENT_ARG_AAAACB25 = "IoTDB prepared statement 设置时间出错:%s "; - public static final String EXCEPTION_CAN_T_INFER_SQL_TYPE_USE_INSTANCE_ARG_USE_SETOBJECT_A5B1C1BD = "无法推断 %s 实例要使用的 SQL 类型。请使用 setObject() 并"; - public static final String EXCEPTION_EXPLICIT_TYPES_VALUE_SPECIFY_TYPE_USE_CD046EDA = "显式指定 Types 值来确定要使用的类型。"; + public static final String LOG_SET_TIME_ERROR_IOTDB_PREPARED_STATEMENT_ARG_AAAACB25 = + "IoTDB prepared statement 设置时间出错:%s "; + public static final String + EXCEPTION_CAN_T_INFER_SQL_TYPE_USE_INSTANCE_ARG_USE_SETOBJECT_A5B1C1BD = + "无法推断 %s 实例要使用的 SQL 类型。请使用 setObject() 并"; + public static final String EXCEPTION_EXPLICIT_TYPES_VALUE_SPECIFY_TYPE_USE_CD046EDA = + "显式指定 Types 值来确定要使用的类型。"; public static final String EXCEPTION_NO_CONVERSION_3F7E3A35 = "不支持从 "; public static final String EXCEPTION_TYPES_BOOLEAN_POSSIBLE_54D316E6 = " 转换为 Types.BOOLEAN。"; public static final String EXCEPTION_CAN_T_SET_SCALE_5559DE62 = "无法设置 '"; @@ -211,20 +199,35 @@ private JdbcMessages() {} public static final String LOG_INFO_AFTER_RECONNECTING_7E70A784 = "重新连接后的信息。"; public static final String LOG_PLEASE_CHECK_SERVER_STATUS_2049BB22 = " 请检查服务器状态"; public static final String LOG_FAIL_RECONNECT_SERVER_AC4C86AB = "无法重新连接到服务器 "; - public static final String LOG_GETTING_ALL_TIMESERIES_INFO_PLEASE_CHECK_SERVER_STATUS_009B5EFE = "获取所有时间序列信息时。请检查服务器状态"; - public static final String EXCEPTION_FAILED_FETCH_ALL_METADATA_JSON_5FB95E70 = "无法获取 JSON 格式的所有元数据 "; - public static final String EXCEPTION_AFTER_RECONNECTING_PLEASE_CHECK_SERVER_STATUS_DE1D65AC = "重新连接后。请检查服务器状态。"; + public static final String LOG_GETTING_ALL_TIMESERIES_INFO_PLEASE_CHECK_SERVER_STATUS_009B5EFE = + "获取所有时间序列信息时。请检查服务器状态"; + public static final String EXCEPTION_FAILED_FETCH_ALL_METADATA_JSON_5FB95E70 = + "无法获取 JSON 格式的所有元数据 "; + public static final String EXCEPTION_AFTER_RECONNECTING_PLEASE_CHECK_SERVER_STATUS_DE1D65AC = + "重新连接后。请检查服务器状态。"; public static final String EXCEPTION_FAILED_RECONNECT_SERVER_632A4B76 = "无法重新连接到服务器 "; - public static final String EXCEPTION_FETCHING_ALL_METADATA_JSON_PLEASE_CHECK_SERVER_STATUS_1A0813B2 = "获取 JSON 格式的所有元数据时。请检查服务器状态。"; - public static final String LOG_PROTOCOL_DIFFER_CLIENT_VERSION_ARG_BUT_SERVER_VERSION_ARG_F0AA3D03 = "协议不同,客户端版本为 {},服务器版本为 {}"; - public static final String LOG_ARG_ARG_PLEASE_CHANGE_IT_TIME_VIA_ALTER_USER_STATEMENT_6B67087C = "{}{},请及时通过 'ALTER USER' 语句修改"; - public static final String EXCEPTION_ERROR_OCCURS_CLOSING_SESSION_AT_SERVER_MAYBE_SERVER_DOWN_2BCE63C0 = "在服务器端关闭会话时发生错误。服务器可能已宕机。"; - public static final String EXCEPTION_STATEMENTS_RESULT_SET_CONCURRENCY_ARG_NOT_SUPPORTED_C6043E9A = "不支持结果集并发级别为 %d 的 Statement"; - public static final String EXCEPTION_STATEMENTS_RESULTSET_TYPE_ARG_NOT_SUPPORTED_8BE22644 = "不支持 ResultSet 类型为 %d 的 Statement"; - public static final String EXCEPTION_PROTOCOL_NOT_SUPPORTED_CLIENT_VERSION_ARG_BUT_SERVER_VERSION_ARG_53F892DC = "协议不支持,客户端版本为 %s,服务器版本为 %s"; - public static final String EXCEPTION_CAN_NOT_ESTABLISH_CONNECTION_ARG_YOU_MAY_TRY_CONNECT_OLD_8FC3703E = - "无法与 %s 建立连接:可能正在使用新版本客户端连接旧版本 IoTDB 实例:" - + "%s。"; - public static final String EXCEPTION_CAN_NOT_ESTABLISH_CONNECTION_ARG_ARG_D7246055 = "无法与 %s 建立连接:%s。"; - + public static final String + EXCEPTION_FETCHING_ALL_METADATA_JSON_PLEASE_CHECK_SERVER_STATUS_1A0813B2 = + "获取 JSON 格式的所有元数据时。请检查服务器状态。"; + public static final String + LOG_PROTOCOL_DIFFER_CLIENT_VERSION_ARG_BUT_SERVER_VERSION_ARG_F0AA3D03 = + "协议不同,客户端版本为 {},服务器版本为 {}"; + public static final String LOG_ARG_ARG_PLEASE_CHANGE_IT_TIME_VIA_ALTER_USER_STATEMENT_6B67087C = + "{}{},请及时通过 'ALTER USER' 语句修改"; + public static final String + EXCEPTION_ERROR_OCCURS_CLOSING_SESSION_AT_SERVER_MAYBE_SERVER_DOWN_2BCE63C0 = + "在服务器端关闭会话时发生错误。服务器可能已宕机。"; + public static final String + EXCEPTION_STATEMENTS_RESULT_SET_CONCURRENCY_ARG_NOT_SUPPORTED_C6043E9A = + "不支持结果集并发级别为 %d 的 Statement"; + public static final String EXCEPTION_STATEMENTS_RESULTSET_TYPE_ARG_NOT_SUPPORTED_8BE22644 = + "不支持 ResultSet 类型为 %d 的 Statement"; + public static final String + EXCEPTION_PROTOCOL_NOT_SUPPORTED_CLIENT_VERSION_ARG_BUT_SERVER_VERSION_ARG_53F892DC = + "协议不支持,客户端版本为 %s,服务器版本为 %s"; + public static final String + EXCEPTION_CAN_NOT_ESTABLISH_CONNECTION_ARG_YOU_MAY_TRY_CONNECT_OLD_8FC3703E = + "无法与 %s 建立连接:可能正在使用新版本客户端连接旧版本 IoTDB 实例:" + "%s。"; + public static final String EXCEPTION_CAN_NOT_ESTABLISH_CONNECTION_ARG_ARG_D7246055 = + "无法与 %s 建立连接:%s。"; } diff --git a/iotdb-client/service-rpc/src/main/i18n/en/org/apache/iotdb/rpc/i18n/RpcMessages.java b/iotdb-client/service-rpc/src/main/i18n/en/org/apache/iotdb/rpc/i18n/RpcMessages.java index d8612aa66a75..1a74140bb719 100644 --- a/iotdb-client/service-rpc/src/main/i18n/en/org/apache/iotdb/rpc/i18n/RpcMessages.java +++ b/iotdb-client/service-rpc/src/main/i18n/en/org/apache/iotdb/rpc/i18n/RpcMessages.java @@ -29,8 +29,7 @@ public final class RpcMessages { "Singular frame size (%d) detected, you may be sending TLS ClientHello " + "requests%s to the Non-SSL Thrift-RPC port, please confirm that you are using " + "the right configuration"; - public static final String FRAME_ERROR_NEGATIVE_FRAME_SIZE = - "Read a negative frame size (%d)%s!"; + public static final String FRAME_ERROR_NEGATIVE_FRAME_SIZE = "Read a negative frame size (%d)%s!"; public static final String FRAME_ERROR_FRAME_SIZE_EXCEEDED = "Frame size (%d) larger than protect max size (%d)%s!"; public static final String FRAME_ERROR_STRING_LENGTH_EXCEEDED = @@ -47,8 +46,7 @@ public final class RpcMessages { public static final String NOT_ENOUGH_ROOM_IN_OUTPUT = "Not enough room in output buffer"; // BaseRpcTransportFactory - public static final String COULD_NOT_LOAD_KEYSTORE = - "Could not load keystore or truststore file"; + public static final String COULD_NOT_LOAD_KEYSTORE = "Could not load keystore or truststore file"; // AutoResizingBuffer public static final String AUTO_RESIZING_BUFFER_ALLOCATE_INTERRUPTED = @@ -62,10 +60,8 @@ public final class RpcMessages { public static final String CLOSE_OPERATION_CONNECTION_ERROR = "Error occurs when connecting to server for close operation "; public static final String DATASET_ALREADY_CLOSED = "This DataSet is already closed"; - public static final String COLUMN_INDEX_SHOULD_START_FROM_1 = - "column index should start from 1"; - public static final String COLUMN_INDEX_OUT_OF_RANGE = - "column index %d out of range %d"; + public static final String COLUMN_INDEX_SHOULD_START_FROM_1 = "column index should start from 1"; + public static final String COLUMN_INDEX_OUT_OF_RANGE = "column index %d out of range %d"; public static final String UNKNOWN_COLUMN_NAME = "Unknown column name: "; public static final String NO_RECORD_REMAINS = "No record remains"; public static final String CANNOT_CLOSE_DATASET = @@ -76,8 +72,7 @@ public final class RpcMessages { public static final String UNKNOWN_TIME_FACTOR = "Unknown time factor: "; // PreparedParameterSerde - public static final String FAILED_TO_SERIALIZE_PARAMETERS = - "Failed to serialize parameters"; + public static final String FAILED_TO_SERIALIZE_PARAMETERS = "Failed to serialize parameters"; public static final String INVALID_PARAMETER_COUNT = "Invalid parameter count: "; public static final String UNSUPPORTED_TYPE = "Unsupported type: "; @@ -89,18 +84,24 @@ public final class RpcMessages { public static final String REMOTE_ADDRESS_PREFIX = " from "; private RpcMessages() {} + // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- - public static final String EXCEPTION_SIZE_COLUMNINDEX2TSBLOCKCOLUMNINDEXLIST_ARG_DOESN_T_EQUAL_SIZE_COLUMNNAMELIST_ARG_F1209A2B = "Size of columnIndex2TsBlockColumnIndexList %s doesn't equal to size of columnNameList %s."; - public static final String EXCEPTION_CANNOT_FETCH_RESULT_SERVER_BECAUSE_NETWORK_CONNECTION_ARG_24BE1326 = "Cannot fetch result from server, because of network connection: {} "; + public static final String + EXCEPTION_SIZE_COLUMNINDEX2TSBLOCKCOLUMNINDEXLIST_ARG_DOESN_T_EQUAL_SIZE_COLUMNNAMELIST_ARG_F1209A2B = + "Size of columnIndex2TsBlockColumnIndexList %s doesn't equal to size of columnNameList %s."; + public static final String + EXCEPTION_CANNOT_FETCH_RESULT_SERVER_BECAUSE_NETWORK_CONNECTION_ARG_24BE1326 = + "Cannot fetch result from server, because of network connection: {} "; public static final String EXCEPTION_ARG_ARG_046AFB8B = "%d: %s"; - public static final String EXCEPTION_LATER_REQUEST_SAME_GROUP_WILL_REDIRECTED_0A61CB0B = "later request in same group will be redirected to "; - public static final String EXCEPTION_NO_SUPPORTED_KEYSTORE_OR_TRUSTSTORE_TYPE_IS_AVAILABLE_B6EA1528 = - "No supported keystore or truststore type is available"; + public static final String EXCEPTION_LATER_REQUEST_SAME_GROUP_WILL_REDIRECTED_0A61CB0B = + "later request in same group will be redirected to "; + public static final String + EXCEPTION_NO_SUPPORTED_KEYSTORE_OR_TRUSTSTORE_TYPE_IS_AVAILABLE_B6EA1528 = + "No supported keystore or truststore type is available"; public static final String EXCEPTION_FAILED_TO_LOAD_KEYSTORE_OR_TRUSTSTORE_FILE_F3306313 = "Failed to load keystore or truststore file"; public static final String EXCEPTION_KEYSTORE_OR_TRUSTSTORE_FILE_NOT_FOUND_5A6845B2 = "keystore or truststore file not found: "; - } diff --git a/iotdb-client/service-rpc/src/main/i18n/zh/org/apache/iotdb/rpc/i18n/RpcMessages.java b/iotdb-client/service-rpc/src/main/i18n/zh/org/apache/iotdb/rpc/i18n/RpcMessages.java index c340b54c7640..89b28dd8b737 100644 --- a/iotdb-client/service-rpc/src/main/i18n/zh/org/apache/iotdb/rpc/i18n/RpcMessages.java +++ b/iotdb-client/service-rpc/src/main/i18n/zh/org/apache/iotdb/rpc/i18n/RpcMessages.java @@ -25,13 +25,10 @@ public final class RpcMessages { public static final String FRAME_ERROR_HTTP_REQUEST = "检测到异常帧大小 (%d),可能正在发送 HTTP GET/POST%s 请求到 Thrift-RPC 端口,请确认使用了正确的端口"; public static final String FRAME_ERROR_TLS_REQUEST = - "检测到异常帧大小 (%d),可能正在发送 TLS ClientHello 请求%s" - + "到未启用 SSL 的 Thrift-RPC 端口,请确认使用了正确的配置"; + "检测到异常帧大小 (%d),可能正在发送 TLS ClientHello 请求%s" + "到未启用 SSL 的 Thrift-RPC 端口,请确认使用了正确的配置"; public static final String FRAME_ERROR_NEGATIVE_FRAME_SIZE = "读取到负数帧大小 (%d)%s!"; - public static final String FRAME_ERROR_FRAME_SIZE_EXCEEDED = - "帧大小 (%d) 超过保护最大值 (%d)%s!"; - public static final String FRAME_ERROR_STRING_LENGTH_EXCEEDED = - "字符串长度 (%d) 超过保护最大值 (%d)%s!"; + public static final String FRAME_ERROR_FRAME_SIZE_EXCEEDED = "帧大小 (%d) 超过保护最大值 (%d)%s!"; + public static final String FRAME_ERROR_STRING_LENGTH_EXCEEDED = "字符串长度 (%d) 超过保护最大值 (%d)%s!"; // TElasticFramedTransport - SSL public static final String NON_SSL_TO_SSL_PORT = @@ -77,18 +74,24 @@ public final class RpcMessages { public static final String REMOTE_ADDRESS_PREFIX = " 来自 "; private RpcMessages() {} + // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- - public static final String EXCEPTION_SIZE_COLUMNINDEX2TSBLOCKCOLUMNINDEXLIST_ARG_DOESN_T_EQUAL_SIZE_COLUMNNAMELIST_ARG_F1209A2B = "columnIndex2TsBlockColumnIndexList 的大小 %s 不等于 columnNameList 的大小 %s。"; - public static final String EXCEPTION_CANNOT_FETCH_RESULT_SERVER_BECAUSE_NETWORK_CONNECTION_ARG_24BE1326 = "由于网络连接问题,无法从服务器获取结果:{} "; + public static final String + EXCEPTION_SIZE_COLUMNINDEX2TSBLOCKCOLUMNINDEXLIST_ARG_DOESN_T_EQUAL_SIZE_COLUMNNAMELIST_ARG_F1209A2B = + "columnIndex2TsBlockColumnIndexList 的大小 %s 不等于 columnNameList 的大小 %s。"; + public static final String + EXCEPTION_CANNOT_FETCH_RESULT_SERVER_BECAUSE_NETWORK_CONNECTION_ARG_24BE1326 = + "由于网络连接问题,无法从服务器获取结果:{} "; public static final String EXCEPTION_ARG_ARG_046AFB8B = "%d: %s"; - public static final String EXCEPTION_LATER_REQUEST_SAME_GROUP_WILL_REDIRECTED_0A61CB0B = "同一组中的后续请求将被重定向到 "; - public static final String EXCEPTION_NO_SUPPORTED_KEYSTORE_OR_TRUSTSTORE_TYPE_IS_AVAILABLE_B6EA1528 = - "没有可用的 keystore 或 truststore 类型"; + public static final String EXCEPTION_LATER_REQUEST_SAME_GROUP_WILL_REDIRECTED_0A61CB0B = + "同一组中的后续请求将被重定向到 "; + public static final String + EXCEPTION_NO_SUPPORTED_KEYSTORE_OR_TRUSTSTORE_TYPE_IS_AVAILABLE_B6EA1528 = + "没有可用的 keystore 或 truststore 类型"; public static final String EXCEPTION_FAILED_TO_LOAD_KEYSTORE_OR_TRUSTSTORE_FILE_F3306313 = "加载 keystore 或 truststore 文件失败"; public static final String EXCEPTION_KEYSTORE_OR_TRUSTSTORE_FILE_NOT_FOUND_5A6845B2 = "未找到 keystore 或 truststore 文件:"; - } diff --git a/iotdb-client/session/src/main/i18n/en/org/apache/iotdb/session/i18n/SessionMessages.java b/iotdb-client/session/src/main/i18n/en/org/apache/iotdb/session/i18n/SessionMessages.java index 69b87b2db165..b5a415deaf43 100644 --- a/iotdb-client/session/src/main/i18n/en/org/apache/iotdb/session/i18n/SessionMessages.java +++ b/iotdb-client/session/src/main/i18n/en/org/apache/iotdb/session/i18n/SessionMessages.java @@ -26,13 +26,10 @@ public final class SessionMessages { public static final String REDIRECT_TWICE_LOG = "redirect twice"; public static final String REDIRECT_TWICE_LOG_WITH_SQL = "{} redirect twice"; public static final String REDIRECT_TWICE_MSG = "redirect twice, please try again."; - public static final String REDIRECT_TWICE_MSG_WITH_SQL = - "%s redirect twice, please try again."; + public static final String REDIRECT_TWICE_MSG_WITH_SQL = "%s redirect twice, please try again."; public static final String FAILED_TO_EXECUTE_FOR_ENDPOINT = "failed to execute '{}' for {}"; - public static final String ALL_VALUES_NULL = - "All values of the {} are null,null values are {}"; - public static final String SOME_VALUES_NULL = - "Some values of {} are null,null values are {}"; + public static final String ALL_VALUES_NULL = "All values of the {} are null,null values are {}"; + public static final String SOME_VALUES_NULL = "Some values of {} are null,null values are {}"; public static final String MEET_ERROR_WHEN_ASYNC_INSERT = "Meet error when async insert!"; public static final String MEASUREMENT_NON_NULL = "measurement should be non null value"; public static final String NO_TABLET_INSERTING = "No tablet is inserting!"; @@ -44,8 +41,7 @@ public final class SessionMessages { public static final String CLUSTER_NO_NODES = "Cluster has no nodes to connect"; public static final String CLOSE_SESSION_ERROR = "Error occurs when closing session at server. Maybe server is down."; - public static final String REDIRECT_QUERY_ERROR = - "need to redirect query, should not see this."; + public static final String REDIRECT_QUERY_ERROR = "need to redirect query, should not see this."; public static final String RETRY_RECONNECTING = "Retry attempt #{}, Reconnecting to other datanode"; public static final String NODE_DOWN_TRY_NEXT = @@ -56,12 +52,10 @@ public final class SessionMessages { "Thread {} was interrupted during retry {} with wait time {} ms. Exiting retry loop."; // ThriftConnection - public static final String CLOSING_SESSION_FAILED = - "Closing Session-{} with {} failed."; + public static final String CLOSING_SESSION_FAILED = "Closing Session-{} with {} failed."; // NodesSupplier - public static final String FAILED_TO_CREATE_CONNECTION = - "Failed to create connection with {}."; + public static final String FAILED_TO_CREATE_CONNECTION = "Failed to create connection with {}."; public static final String FAILED_TO_FETCH_DATA_NODE_LIST = "Failed to fetch data node list from {}."; @@ -71,14 +65,12 @@ public final class SessionMessages { "NodeUrl Incorrect format"; // InternalNode (template) - public static final String DUPLICATED_CHILD_IN_TEMPLATE = - "Duplicated child of node in template."; + public static final String DUPLICATED_CHILD_IN_TEMPLATE = "Duplicated child of node in template."; // SessionPool public static final String SESSION_POOL_IS_CLOSED = "Session pool is closed"; public static final String CLOSE_THE_SESSION_FAILED = "close the session failed."; - public static final String TIMEOUT_TO_GET_CONNECTION = - "timeout to get a connection from %s"; + public static final String TIMEOUT_TO_GET_CONNECTION = "timeout to get a connection from %s"; public static final String INTERRUPTED = "Interrupted!"; public static final String CLOSING_SESSION_POOL = "closing the session pool, cleaning queues..."; @@ -112,8 +104,7 @@ public final class SessionMessages { public static final String CREATE_MULTI_TIMESERIES_FAILED = "createMultiTimeseries failed"; public static final String CHECK_TIMESERIES_EXISTS_FAILED = "checkTimeseriesExists failed"; public static final String EXECUTE_QUERY_STATEMENT_FAILED = "executeQueryStatement failed"; - public static final String EXECUTE_NON_QUERY_STATEMENT_FAILED = - "executeNonQueryStatement failed"; + public static final String EXECUTE_NON_QUERY_STATEMENT_FAILED = "executeNonQueryStatement failed"; public static final String EXECUTE_RAW_DATA_QUERY_FAILED = "executeRawDataQuery failed"; public static final String EXECUTE_LAST_DATA_QUERY_FAILED = "executeLastDataQuery failed"; public static final String EXECUTE_AGGREGATION_QUERY_FAILED = "executeAggregationQuery failed"; @@ -134,31 +125,26 @@ public final class SessionMessages { public static final String DELETE_NODE_IN_TEMPLATE_FAILED = "deleteNodeInTemplate failed"; public static final String COUNT_MEASUREMENTS_IN_TEMPLATE_FAILED = "countMeasurementsInTemplate failed"; - public static final String IS_MEASUREMENT_IN_TEMPLATE_FAILED = - "isMeasurementInTemplate failed"; - public static final String IS_PATH_EXIST_IN_TEMPLATE_FAILED = - "isPathExistInTemplata failed"; + public static final String IS_MEASUREMENT_IN_TEMPLATE_FAILED = "isMeasurementInTemplate failed"; + public static final String IS_PATH_EXIST_IN_TEMPLATE_FAILED = "isPathExistInTemplata failed"; public static final String SHOW_MEASUREMENTS_IN_TEMPLATE_FAILED = "showMeasurementsInTemplate failed"; public static final String SHOW_ALL_TEMPLATES_FAILED = "showAllTemplates failed"; - public static final String SHOW_PATHS_TEMPLATE_SET_ON_FAILED = - "showPathsTemplateSetOn failed"; + public static final String SHOW_PATHS_TEMPLATE_SET_ON_FAILED = "showPathsTemplateSetOn failed"; public static final String SHOW_PATHS_TEMPLATE_USING_ON_FAILED = "showPathsTemplateUsingOn failed"; public static final String SET_SCHEMA_TEMPLATE_ON_FAILED = "setSchemaTemplate [{}] on [{}] failed"; public static final String UNSET_SCHEMA_TEMPLATE_ON_FAILED = "unsetSchemaTemplate [{}] on [{}] failed"; - public static final String DROP_SCHEMA_TEMPLATE_FAILED = - "dropSchemaTemplate [{}] failed"; + public static final String DROP_SCHEMA_TEMPLATE_FAILED = "dropSchemaTemplate [{}] failed"; public static final String CREATE_TIMESERIES_OF_SCHEMA_TEMPLATE_FAILED = "createTimeseriesOfSchemaTemplate {} failed"; public static final String SET_TIMEZONE_FAILED = "setTimeZone to [{}] failed"; public static final String FETCH_ALL_CONNECTIONS_FAILED = "fetchAllConnections failed"; // SessionPool - unexpected error (error) - public static final String UNEXPECTED_ERROR_IN_INSERT_TABLET = - "unexpected error in insertTablet"; + public static final String UNEXPECTED_ERROR_IN_INSERT_TABLET = "unexpected error in insertTablet"; public static final String UNEXPECTED_ERROR_IN_INSERT_ALIGNED_TABLET = "unexpected error in insertAlignedTablet"; public static final String UNEXPECTED_ERROR_IN_INSERT_TABLETS = @@ -169,8 +155,7 @@ public final class SessionMessages { "unexpected error in insertRecords"; public static final String UNEXPECTED_ERROR_IN_INSERT_ALIGNED_RECORDS = "unexpected error in insertAlignedRecords"; - public static final String UNEXPECTED_ERROR_IN_INSERT_RECORD = - "unexpected error in insertRecord"; + public static final String UNEXPECTED_ERROR_IN_INSERT_RECORD = "unexpected error in insertRecord"; public static final String UNEXPECTED_ERROR_IN_INSERT_ALIGNED_RECORD = "unexpected error in insertAlignedRecord"; public static final String UNEXPECTED_ERROR_IN_INSERT_RECORDS_OF_ONE_DEVICE = @@ -181,8 +166,7 @@ public final class SessionMessages { "unexpected error in insertAlignedRecordsOfOneDevice"; public static final String UNEXPECTED_ERROR_IN_INSERT_ALIGNED_STRING_RECORDS_OF_ONE_DEVICE = "unexpected error in insertAlignedStringRecordsOfOneDevice"; - public static final String UNEXPECTED_ERROR_IN_DELETE_DATA = - "unexpected error in deleteData"; + public static final String UNEXPECTED_ERROR_IN_DELETE_DATA = "unexpected error in deleteData"; public static final String UNEXPECTED_ERROR_IN_DELETE_TIMESERIES = "unexpected error in deleteTimeseries"; public static final String UNEXPECTED_ERROR_IN_SET_STORAGE_GROUP = @@ -261,29 +245,57 @@ public final class SessionMessages { "unexpected error in createTimeseriesUsingSchemaTemplate"; private SessionMessages() {} + // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- - public static final String LOG_PROTOCOL_DIFFER_CLIENT_VERSION_ARG_BUT_SERVER_VERSION_ARG_9C8EC583 = "Protocol differ, Client version is {}, but Server version is {}"; - public static final String EXCEPTION_PROTOCOL_NOT_SUPPORTED_CLIENT_VERSION_ARG_BUT_SERVER_VERSION_ARG_53F892DC = "Protocol not supported, Client version is %s, but Server version is %s"; - public static final String LOG_RETRY_ATTEMPT_ARG_RESULT_ARG_EXCEPTION_ARG_20E5D9DA = "Retry attempt #{}, result {}, exception {}"; - public static final String LOG_ALL_VALUES_NULL_SUBMISSION_IGNORED_DEVICEID_ARG_TIME_ARG_MEASUREMENTS_07AFDDFE = - "All values are null and this submission is ignored,deviceId is [{}],time is [{}],measurements" - + " are [{}]"; - public static final String EXCEPTION_DEVICEIDS_TIMES_MEASUREMENTSLIST_VALUESLIST_S_SIZE_SHOULD_EQUAL_EC87D88B = "deviceIds, times, measurementsList and valuesList's size should be equal"; - public static final String EXCEPTION_PREFIXPATHS_TIMES_SUBMEASUREMENTSLIST_VALUESLIST_S_SIZE_SHOULD_EQUAL_1465011C = "prefixPaths, times, subMeasurementsList and valuesList's size should be equal"; - public static final String EXCEPTION_TIMES_SUBMEASUREMENTSLIST_VALUESLIST_S_SIZE_SHOULD_EQUAL_002C539A = "times, subMeasurementsList and valuesList's size should be equal"; - public static final String EXCEPTION_DIFFERENT_LENGTH_MEASUREMENTS_DATATYPES_ENCODINGS_ED354A24 = "Different length of measurements, datatypes, encodings "; - public static final String EXCEPTION_COMPRESSORS_CREATE_DEVICE_TEMPLATE_BBDBB28E = "or compressors when create device template."; - public static final String EXCEPTION_GIVEN_DEVICE_PATH_LIST_SHOULD_NOT_CONTAINS_NULL_E9132577 = "Given device path list should not be or contains null."; - public static final String EXCEPTION_YOU_SHOULD_SPECIFY_EITHER_NODEURLS_HOST_RPCPORT_BUT_NOT_BOTH_77E7B084 = "You should specify either nodeUrls or (host + rpcPort), but not both"; - public static final String LOG_CANNOT_PUT_VALUES_MEASUREMENT_ARG_TYPE_ARG_27AFC67B = "Cannot put values for measurement {}, type={}"; - public static final String EXCEPTION_DATA_TYPE_ARG_NOT_SUPPORTED_31213160 = "Data type %s is not supported."; - public static final String LOG_FAILED_CHANGE_BACK_SQL_DIALECT_EXECUTING_SET_SQL_DIALECT_ARG_947F35E7 = "Failed to change back sql_dialect by executing: set sql_dialect={}"; - public static final String LOG_FAILED_CHANGE_BACK_DATABASE_EXECUTING_USE_ARG_274541CA = "Failed to change back database by executing: use {}"; - public static final String LOG_SESSIONPOOL_HAS_WAIT_ARG_SECONDS_GET_NEW_CONNECTION_ARG_ARG_D053274A = "the SessionPool has wait for {} seconds to get a new connection: {} with {}"; - public static final String LOG_CURRENT_OCCUPIED_SIZE_ARG_QUEUE_SIZE_ARG_CONSIDERED_SIZE_ARG_DE97C14E = "current occupied size {}, queue size {}, considered size {} "; - public static final String EXCEPTION_RETRY_EXECUTE_STATEMENT_ARG_FAILED_ARG_TIMES_ARG_216C6873 = "retry to execute statement on %s failed %d times: %s"; - public static final String EXCEPTION_SESSIONPOOL_DOESN_T_SUPPORT_EXECUTING_ARG_DIRECTLY_B778F701 = "SessionPool doesn't support executing %s directly"; - + public static final String + LOG_PROTOCOL_DIFFER_CLIENT_VERSION_ARG_BUT_SERVER_VERSION_ARG_9C8EC583 = + "Protocol differ, Client version is {}, but Server version is {}"; + public static final String + EXCEPTION_PROTOCOL_NOT_SUPPORTED_CLIENT_VERSION_ARG_BUT_SERVER_VERSION_ARG_53F892DC = + "Protocol not supported, Client version is %s, but Server version is %s"; + public static final String LOG_RETRY_ATTEMPT_ARG_RESULT_ARG_EXCEPTION_ARG_20E5D9DA = + "Retry attempt #{}, result {}, exception {}"; + public static final String + LOG_ALL_VALUES_NULL_SUBMISSION_IGNORED_DEVICEID_ARG_TIME_ARG_MEASUREMENTS_07AFDDFE = + "All values are null and this submission is ignored,deviceId is [{}],time is [{}],measurements" + + " are [{}]"; + public static final String + EXCEPTION_DEVICEIDS_TIMES_MEASUREMENTSLIST_VALUESLIST_S_SIZE_SHOULD_EQUAL_EC87D88B = + "deviceIds, times, measurementsList and valuesList's size should be equal"; + public static final String + EXCEPTION_PREFIXPATHS_TIMES_SUBMEASUREMENTSLIST_VALUESLIST_S_SIZE_SHOULD_EQUAL_1465011C = + "prefixPaths, times, subMeasurementsList and valuesList's size should be equal"; + public static final String + EXCEPTION_TIMES_SUBMEASUREMENTSLIST_VALUESLIST_S_SIZE_SHOULD_EQUAL_002C539A = + "times, subMeasurementsList and valuesList's size should be equal"; + public static final String EXCEPTION_DIFFERENT_LENGTH_MEASUREMENTS_DATATYPES_ENCODINGS_ED354A24 = + "Different length of measurements, datatypes, encodings "; + public static final String EXCEPTION_COMPRESSORS_CREATE_DEVICE_TEMPLATE_BBDBB28E = + "or compressors when create device template."; + public static final String EXCEPTION_GIVEN_DEVICE_PATH_LIST_SHOULD_NOT_CONTAINS_NULL_E9132577 = + "Given device path list should not be or contains null."; + public static final String + EXCEPTION_YOU_SHOULD_SPECIFY_EITHER_NODEURLS_HOST_RPCPORT_BUT_NOT_BOTH_77E7B084 = + "You should specify either nodeUrls or (host + rpcPort), but not both"; + public static final String LOG_CANNOT_PUT_VALUES_MEASUREMENT_ARG_TYPE_ARG_27AFC67B = + "Cannot put values for measurement {}, type={}"; + public static final String EXCEPTION_DATA_TYPE_ARG_NOT_SUPPORTED_31213160 = + "Data type %s is not supported."; + public static final String + LOG_FAILED_CHANGE_BACK_SQL_DIALECT_EXECUTING_SET_SQL_DIALECT_ARG_947F35E7 = + "Failed to change back sql_dialect by executing: set sql_dialect={}"; + public static final String LOG_FAILED_CHANGE_BACK_DATABASE_EXECUTING_USE_ARG_274541CA = + "Failed to change back database by executing: use {}"; + public static final String + LOG_SESSIONPOOL_HAS_WAIT_ARG_SECONDS_GET_NEW_CONNECTION_ARG_ARG_D053274A = + "the SessionPool has wait for {} seconds to get a new connection: {} with {}"; + public static final String + LOG_CURRENT_OCCUPIED_SIZE_ARG_QUEUE_SIZE_ARG_CONSIDERED_SIZE_ARG_DE97C14E = + "current occupied size {}, queue size {}, considered size {} "; + public static final String EXCEPTION_RETRY_EXECUTE_STATEMENT_ARG_FAILED_ARG_TIMES_ARG_216C6873 = + "retry to execute statement on %s failed %d times: %s"; + public static final String EXCEPTION_SESSIONPOOL_DOESN_T_SUPPORT_EXECUTING_ARG_DIRECTLY_B778F701 = + "SessionPool doesn't support executing %s directly"; } diff --git a/iotdb-client/session/src/main/i18n/zh/org/apache/iotdb/session/i18n/SessionMessages.java b/iotdb-client/session/src/main/i18n/zh/org/apache/iotdb/session/i18n/SessionMessages.java index 2f28590ac884..aa2c0e8757ad 100644 --- a/iotdb-client/session/src/main/i18n/zh/org/apache/iotdb/session/i18n/SessionMessages.java +++ b/iotdb-client/session/src/main/i18n/zh/org/apache/iotdb/session/i18n/SessionMessages.java @@ -28,56 +28,43 @@ public final class SessionMessages { public static final String REDIRECT_TWICE_MSG = "重定向了两次,请重试。"; public static final String REDIRECT_TWICE_MSG_WITH_SQL = "%s 重定向了两次,请重试。"; public static final String FAILED_TO_EXECUTE_FOR_ENDPOINT = "在 {} 上执行 '{}' 失败"; - public static final String ALL_VALUES_NULL = - "{} 的所有值均为 null,null 值为 {}"; - public static final String SOME_VALUES_NULL = - "{} 的部分值为 null,null 值为 {}"; + public static final String ALL_VALUES_NULL = "{} 的所有值均为 null,null 值为 {}"; + public static final String SOME_VALUES_NULL = "{} 的部分值为 null,null 值为 {}"; public static final String MEET_ERROR_WHEN_ASYNC_INSERT = "异步写入时遇到错误!"; public static final String MEASUREMENT_NON_NULL = "测点名称不能为 null"; public static final String NO_TABLET_INSERTING = "没有可写入的 Tablet!"; - public static final String SESSION_NOT_OPEN = - "Session 尚未打开,请先调用 Session.open()"; + public static final String SESSION_NOT_OPEN = "Session 尚未打开,请先调用 Session.open()"; public static final String ALL_INSERT_DATA_IS_NULL = "所有写入数据均为 null。"; // SessionConnection public static final String CLUSTER_NO_NODES = "集群中没有可连接的节点"; - public static final String CLOSE_SESSION_ERROR = - "关闭服务端 Session 时发生错误,服务器可能已宕机。"; - public static final String REDIRECT_QUERY_ERROR = - "需要重定向查询,不应看到此错误。"; - public static final String RETRY_RECONNECTING = - "第 {} 次重试,正在重连其他 DataNode"; - public static final String NODE_DOWN_TRY_NEXT = - "当前节点 {} 可能已宕机,尝试下一个节点"; + public static final String CLOSE_SESSION_ERROR = "关闭服务端 Session 时发生错误,服务器可能已宕机。"; + public static final String REDIRECT_QUERY_ERROR = "需要重定向查询,不应看到此错误。"; + public static final String RETRY_RECONNECTING = "第 {} 次重试,正在重连其他 DataNode"; + public static final String NODE_DOWN_TRY_NEXT = "当前节点 {} 可能已宕机,尝试下一个节点"; public static final String LOGIN_FAILED = "登录失败,原因:{}"; public static final String CLOSE_CONNECTION_FAILED = "关闭连接失败,{}"; public static final String THREAD_INTERRUPTED_DURING_RETRY = "线程 {} 在第 {} 次重试等待 {} 毫秒时被中断,退出重试循环。"; // ThriftConnection - public static final String CLOSING_SESSION_FAILED = - "关闭 Session-{} 与 {} 的连接失败。"; + public static final String CLOSING_SESSION_FAILED = "关闭 Session-{} 与 {} 的连接失败。"; // NodesSupplier - public static final String FAILED_TO_CREATE_CONNECTION = - "创建与 {} 的连接失败。"; - public static final String FAILED_TO_FETCH_DATA_NODE_LIST = - "从 {} 获取 DataNode 列表失败。"; + public static final String FAILED_TO_CREATE_CONNECTION = "创建与 {} 的连接失败。"; + public static final String FAILED_TO_FETCH_DATA_NODE_LIST = "从 {} 获取 DataNode 列表失败。"; // SessionUtils public static final String NODE_URLS_IS_NULL = "nodeUrls 为 null"; - public static final String EXCEPTION_NODEURL_INCORRECT_FORMAT_C1463B2C = - "NodeUrl 格式不正确"; + public static final String EXCEPTION_NODEURL_INCORRECT_FORMAT_C1463B2C = "NodeUrl 格式不正确"; // InternalNode (template) - public static final String DUPLICATED_CHILD_IN_TEMPLATE = - "模板中存在重复的子节点。"; + public static final String DUPLICATED_CHILD_IN_TEMPLATE = "模板中存在重复的子节点。"; // SessionPool public static final String SESSION_POOL_IS_CLOSED = "Session 连接池已关闭"; public static final String CLOSE_THE_SESSION_FAILED = "关闭 Session 失败。"; - public static final String TIMEOUT_TO_GET_CONNECTION = - "从 %s 获取连接超时"; + public static final String TIMEOUT_TO_GET_CONNECTION = "从 %s 获取连接超时"; public static final String INTERRUPTED = "被中断!"; public static final String CLOSING_SESSION_POOL = "正在关闭 Session 连接池,清理队列..."; @@ -90,8 +77,7 @@ public final class SessionMessages { public static final String INSERT_ALIGNED_RECORDS_FAILED = "insertAlignedRecords 失败"; public static final String INSERT_RECORD_FAILED = "insertRecord 失败"; public static final String INSERT_ALIGNED_RECORD_FAILED = "insertAlignedRecord 失败"; - public static final String INSERT_RECORDS_OF_ONE_DEVICE_FAILED = - "insertRecordsOfOneDevice 失败"; + public static final String INSERT_RECORDS_OF_ONE_DEVICE_FAILED = "insertRecordsOfOneDevice 失败"; public static final String INSERT_STRING_RECORDS_OF_ONE_DEVICE_FAILED = "insertStringRecordsOfOneDevice 失败"; public static final String INSERT_ALIGNED_RECORDS_OF_ONE_DEVICE_FAILED = @@ -111,8 +97,7 @@ public final class SessionMessages { public static final String CREATE_MULTI_TIMESERIES_FAILED = "createMultiTimeseries 失败"; public static final String CHECK_TIMESERIES_EXISTS_FAILED = "checkTimeseriesExists 失败"; public static final String EXECUTE_QUERY_STATEMENT_FAILED = "executeQueryStatement 失败"; - public static final String EXECUTE_NON_QUERY_STATEMENT_FAILED = - "executeNonQueryStatement 失败"; + public static final String EXECUTE_NON_QUERY_STATEMENT_FAILED = "executeNonQueryStatement 失败"; public static final String EXECUTE_RAW_DATA_QUERY_FAILED = "executeRawDataQuery 失败"; public static final String EXECUTE_LAST_DATA_QUERY_FAILED = "executeLastDataQuery 失败"; public static final String EXECUTE_AGGREGATION_QUERY_FAILED = "executeAggregationQuery 失败"; @@ -133,43 +118,32 @@ public final class SessionMessages { public static final String DELETE_NODE_IN_TEMPLATE_FAILED = "deleteNodeInTemplate 失败"; public static final String COUNT_MEASUREMENTS_IN_TEMPLATE_FAILED = "countMeasurementsInTemplate 失败"; - public static final String IS_MEASUREMENT_IN_TEMPLATE_FAILED = - "isMeasurementInTemplate 失败"; - public static final String IS_PATH_EXIST_IN_TEMPLATE_FAILED = - "isPathExistInTemplata 失败"; - public static final String SHOW_MEASUREMENTS_IN_TEMPLATE_FAILED = - "showMeasurementsInTemplate 失败"; + public static final String IS_MEASUREMENT_IN_TEMPLATE_FAILED = "isMeasurementInTemplate 失败"; + public static final String IS_PATH_EXIST_IN_TEMPLATE_FAILED = "isPathExistInTemplata 失败"; + public static final String SHOW_MEASUREMENTS_IN_TEMPLATE_FAILED = "showMeasurementsInTemplate 失败"; public static final String SHOW_ALL_TEMPLATES_FAILED = "showAllTemplates 失败"; - public static final String SHOW_PATHS_TEMPLATE_SET_ON_FAILED = - "showPathsTemplateSetOn 失败"; - public static final String SHOW_PATHS_TEMPLATE_USING_ON_FAILED = - "showPathsTemplateUsingOn 失败"; - public static final String SET_SCHEMA_TEMPLATE_ON_FAILED = - "setSchemaTemplate [{}] 在 [{}] 上失败"; + public static final String SHOW_PATHS_TEMPLATE_SET_ON_FAILED = "showPathsTemplateSetOn 失败"; + public static final String SHOW_PATHS_TEMPLATE_USING_ON_FAILED = "showPathsTemplateUsingOn 失败"; + public static final String SET_SCHEMA_TEMPLATE_ON_FAILED = "setSchemaTemplate [{}] 在 [{}] 上失败"; public static final String UNSET_SCHEMA_TEMPLATE_ON_FAILED = "unsetSchemaTemplate [{}] 在 [{}] 上失败"; - public static final String DROP_SCHEMA_TEMPLATE_FAILED = - "dropSchemaTemplate [{}] 失败"; + public static final String DROP_SCHEMA_TEMPLATE_FAILED = "dropSchemaTemplate [{}] 失败"; public static final String CREATE_TIMESERIES_OF_SCHEMA_TEMPLATE_FAILED = "createTimeseriesOfSchemaTemplate {} 失败"; public static final String SET_TIMEZONE_FAILED = "设置时区为 [{}] 失败"; public static final String FETCH_ALL_CONNECTIONS_FAILED = "fetchAllConnections 失败"; // SessionPool - unexpected error (error) - public static final String UNEXPECTED_ERROR_IN_INSERT_TABLET = - "insertTablet 发生意外错误"; + public static final String UNEXPECTED_ERROR_IN_INSERT_TABLET = "insertTablet 发生意外错误"; public static final String UNEXPECTED_ERROR_IN_INSERT_ALIGNED_TABLET = "insertAlignedTablet 发生意外错误"; - public static final String UNEXPECTED_ERROR_IN_INSERT_TABLETS = - "insertTablets 发生意外错误"; + public static final String UNEXPECTED_ERROR_IN_INSERT_TABLETS = "insertTablets 发生意外错误"; public static final String UNEXPECTED_ERROR_IN_INSERT_ALIGNED_TABLETS = "insertAlignedTablets 发生意外错误"; - public static final String UNEXPECTED_ERROR_IN_INSERT_RECORDS = - "insertRecords 发生意外错误"; + public static final String UNEXPECTED_ERROR_IN_INSERT_RECORDS = "insertRecords 发生意外错误"; public static final String UNEXPECTED_ERROR_IN_INSERT_ALIGNED_RECORDS = "insertAlignedRecords 发生意外错误"; - public static final String UNEXPECTED_ERROR_IN_INSERT_RECORD = - "insertRecord 发生意外错误"; + public static final String UNEXPECTED_ERROR_IN_INSERT_RECORD = "insertRecord 发生意外错误"; public static final String UNEXPECTED_ERROR_IN_INSERT_ALIGNED_RECORD = "insertAlignedRecord 发生意外错误"; public static final String UNEXPECTED_ERROR_IN_INSERT_RECORDS_OF_ONE_DEVICE = @@ -180,24 +154,16 @@ public final class SessionMessages { "insertAlignedRecordsOfOneDevice 发生意外错误"; public static final String UNEXPECTED_ERROR_IN_INSERT_ALIGNED_STRING_RECORDS_OF_ONE_DEVICE = "insertAlignedStringRecordsOfOneDevice 发生意外错误"; - public static final String UNEXPECTED_ERROR_IN_DELETE_DATA = - "deleteData 发生意外错误"; - public static final String UNEXPECTED_ERROR_IN_DELETE_TIMESERIES = - "deleteTimeseries 发生意外错误"; - public static final String UNEXPECTED_ERROR_IN_SET_STORAGE_GROUP = - "setStorageGroup 发生意外错误"; - public static final String UNEXPECTED_ERROR_IN_DELETE_STORAGE_GROUP = - "deleteStorageGroup 发生意外错误"; + public static final String UNEXPECTED_ERROR_IN_DELETE_DATA = "deleteData 发生意外错误"; + public static final String UNEXPECTED_ERROR_IN_DELETE_TIMESERIES = "deleteTimeseries 发生意外错误"; + public static final String UNEXPECTED_ERROR_IN_SET_STORAGE_GROUP = "setStorageGroup 发生意外错误"; + public static final String UNEXPECTED_ERROR_IN_DELETE_STORAGE_GROUP = "deleteStorageGroup 发生意外错误"; public static final String UNEXPECTED_ERROR_IN_DELETE_STORAGE_GROUPS = "deleteStorageGroups 发生意外错误"; - public static final String UNEXPECTED_ERROR_IN_CREATE_DATABASE = - "createDatabase 发生意外错误"; - public static final String UNEXPECTED_ERROR_IN_DELETE_DATABASE = - "deleteDatabase 发生意外错误"; - public static final String UNEXPECTED_ERROR_IN_DELETE_DATABASES = - "deleteDatabases 发生意外错误"; - public static final String UNEXPECTED_ERROR_IN_CREATE_TIMESERIES = - "createTimeseries 发生意外错误"; + public static final String UNEXPECTED_ERROR_IN_CREATE_DATABASE = "createDatabase 发生意外错误"; + public static final String UNEXPECTED_ERROR_IN_DELETE_DATABASE = "deleteDatabase 发生意外错误"; + public static final String UNEXPECTED_ERROR_IN_DELETE_DATABASES = "deleteDatabases 发生意外错误"; + public static final String UNEXPECTED_ERROR_IN_CREATE_TIMESERIES = "createTimeseries 发生意外错误"; public static final String UNEXPECTED_ERROR_IN_CREATE_ALIGNED_TIMESERIES = "createAlignedTimeseries 发生意外错误"; public static final String UNEXPECTED_ERROR_IN_CREATE_MULTI_TIMESERIES = @@ -216,14 +182,10 @@ public final class SessionMessages { "executeAggregationQuery 发生意外错误"; public static final String UNEXPECTED_ERROR_IN_GET_TIMESTAMP_PRECISION = "getTimestampPrecision 发生意外错误"; - public static final String UNEXPECTED_ERROR_IN_TEST_INSERT_TABLET = - "testInsertTablet 发生意外错误"; - public static final String UNEXPECTED_ERROR_IN_TEST_INSERT_TABLETS = - "testInsertTablets 发生意外错误"; - public static final String UNEXPECTED_ERROR_IN_TEST_INSERT_RECORD = - "testInsertRecord 发生意外错误"; - public static final String UNEXPECTED_ERROR_IN_TEST_INSERT_RECORDS = - "testInsertRecords 发生意外错误"; + public static final String UNEXPECTED_ERROR_IN_TEST_INSERT_TABLET = "testInsertTablet 发生意外错误"; + public static final String UNEXPECTED_ERROR_IN_TEST_INSERT_TABLETS = "testInsertTablets 发生意外错误"; + public static final String UNEXPECTED_ERROR_IN_TEST_INSERT_RECORD = "testInsertRecord 发生意外错误"; + public static final String UNEXPECTED_ERROR_IN_TEST_INSERT_RECORDS = "testInsertRecords 发生意外错误"; public static final String UNEXPECTED_ERROR_IN_CREATE_SCHEMA_TEMPLATE = "createSchemaTemplate 发生意外错误"; public static final String UNEXPECTED_ERROR_IN_ADD_ALIGNED_MEASUREMENTS_IN_TEMPLATE = @@ -244,44 +206,68 @@ public final class SessionMessages { "isPathExistInTemplate 发生意外错误"; public static final String UNEXPECTED_ERROR_IN_SHOW_MEASUREMENTS_IN_TEMPLATE = "showMeasurementsInTemplate 发生意外错误"; - public static final String UNEXPECTED_ERROR_IN_SHOW_ALL_TEMPLATES = - "showAllTemplates 发生意外错误"; + public static final String UNEXPECTED_ERROR_IN_SHOW_ALL_TEMPLATES = "showAllTemplates 发生意外错误"; public static final String UNEXPECTED_ERROR_IN_SHOW_PATHS_TEMPLATE_SET_ON = "showPathsTemplateSetOn 发生意外错误"; public static final String UNEXPECTED_ERROR_IN_SHOW_PATHS_TEMPLATE_USING_ON = "showPathsTemplateUsingOn 发生意外错误"; - public static final String UNEXPECTED_ERROR_IN_SET_SCHEMA_TEMPLATE = - "setSchemaTemplate 发生意外错误"; + public static final String UNEXPECTED_ERROR_IN_SET_SCHEMA_TEMPLATE = "setSchemaTemplate 发生意外错误"; public static final String UNEXPECTED_ERROR_IN_UNSET_SCHEMA_TEMPLATE = "unsetSchemaTemplate 发生意外错误"; - public static final String UNEXPECTED_ERROR_IN_DROP_SCHEMA_TEMPLATE = - "dropSchemaTemplate 发生意外错误"; + public static final String UNEXPECTED_ERROR_IN_DROP_SCHEMA_TEMPLATE = "dropSchemaTemplate 发生意外错误"; public static final String UNEXPECTED_ERROR_IN_CREATE_TIMESERIES_USING_SCHEMA_TEMPLATE = "createTimeseriesUsingSchemaTemplate 发生意外错误"; private SessionMessages() {} + // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- - public static final String LOG_PROTOCOL_DIFFER_CLIENT_VERSION_ARG_BUT_SERVER_VERSION_ARG_9C8EC583 = "协议不同,客户端版本为 {},服务器版本为 {}"; - public static final String EXCEPTION_PROTOCOL_NOT_SUPPORTED_CLIENT_VERSION_ARG_BUT_SERVER_VERSION_ARG_53F892DC = "协议不支持,客户端版本为 %s,服务器版本为 %s"; - public static final String LOG_RETRY_ATTEMPT_ARG_RESULT_ARG_EXCEPTION_ARG_20E5D9DA = "第 {} 次重试,结果 {},异常 {}"; - public static final String LOG_ALL_VALUES_NULL_SUBMISSION_IGNORED_DEVICEID_ARG_TIME_ARG_MEASUREMENTS_07AFDDFE = - "所有值均为 null,本次提交被忽略,deviceId 为 [{}],time 为 [{}],measurements 为 [{}]"; - public static final String EXCEPTION_DEVICEIDS_TIMES_MEASUREMENTSLIST_VALUESLIST_S_SIZE_SHOULD_EQUAL_EC87D88B = "deviceIds、times、measurementsList 和 valuesList 的大小应相等"; - public static final String EXCEPTION_PREFIXPATHS_TIMES_SUBMEASUREMENTSLIST_VALUESLIST_S_SIZE_SHOULD_EQUAL_1465011C = "prefixPaths、times、subMeasurementsList 和 valuesList 的大小应相等"; - public static final String EXCEPTION_TIMES_SUBMEASUREMENTSLIST_VALUESLIST_S_SIZE_SHOULD_EQUAL_002C539A = "times、subMeasurementsList 和 valuesList 的大小应相等"; - public static final String EXCEPTION_DIFFERENT_LENGTH_MEASUREMENTS_DATATYPES_ENCODINGS_ED354A24 = "measurements、datatypes、encodings 的长度不同 "; - public static final String EXCEPTION_COMPRESSORS_CREATE_DEVICE_TEMPLATE_BBDBB28E = "或创建设备模板时的压缩器。"; - public static final String EXCEPTION_GIVEN_DEVICE_PATH_LIST_SHOULD_NOT_CONTAINS_NULL_E9132577 = "给定的设备路径列表不应为空,也不应包含 null。"; - public static final String EXCEPTION_YOU_SHOULD_SPECIFY_EITHER_NODEURLS_HOST_RPCPORT_BUT_NOT_BOTH_77E7B084 = "应指定 nodeUrls 或 (host + rpcPort),但不能同时指定"; - public static final String LOG_CANNOT_PUT_VALUES_MEASUREMENT_ARG_TYPE_ARG_27AFC67B = "无法写入测点 {} 的值,类型={}"; + public static final String + LOG_PROTOCOL_DIFFER_CLIENT_VERSION_ARG_BUT_SERVER_VERSION_ARG_9C8EC583 = + "协议不同,客户端版本为 {},服务器版本为 {}"; + public static final String + EXCEPTION_PROTOCOL_NOT_SUPPORTED_CLIENT_VERSION_ARG_BUT_SERVER_VERSION_ARG_53F892DC = + "协议不支持,客户端版本为 %s,服务器版本为 %s"; + public static final String LOG_RETRY_ATTEMPT_ARG_RESULT_ARG_EXCEPTION_ARG_20E5D9DA = + "第 {} 次重试,结果 {},异常 {}"; + public static final String + LOG_ALL_VALUES_NULL_SUBMISSION_IGNORED_DEVICEID_ARG_TIME_ARG_MEASUREMENTS_07AFDDFE = + "所有值均为 null,本次提交被忽略,deviceId 为 [{}],time 为 [{}],measurements 为 [{}]"; + public static final String + EXCEPTION_DEVICEIDS_TIMES_MEASUREMENTSLIST_VALUESLIST_S_SIZE_SHOULD_EQUAL_EC87D88B = + "deviceIds、times、measurementsList 和 valuesList 的大小应相等"; + public static final String + EXCEPTION_PREFIXPATHS_TIMES_SUBMEASUREMENTSLIST_VALUESLIST_S_SIZE_SHOULD_EQUAL_1465011C = + "prefixPaths、times、subMeasurementsList 和 valuesList 的大小应相等"; + public static final String + EXCEPTION_TIMES_SUBMEASUREMENTSLIST_VALUESLIST_S_SIZE_SHOULD_EQUAL_002C539A = + "times、subMeasurementsList 和 valuesList 的大小应相等"; + public static final String EXCEPTION_DIFFERENT_LENGTH_MEASUREMENTS_DATATYPES_ENCODINGS_ED354A24 = + "measurements、datatypes、encodings 的长度不同 "; + public static final String EXCEPTION_COMPRESSORS_CREATE_DEVICE_TEMPLATE_BBDBB28E = + "或创建设备模板时的压缩器。"; + public static final String EXCEPTION_GIVEN_DEVICE_PATH_LIST_SHOULD_NOT_CONTAINS_NULL_E9132577 = + "给定的设备路径列表不应为空,也不应包含 null。"; + public static final String + EXCEPTION_YOU_SHOULD_SPECIFY_EITHER_NODEURLS_HOST_RPCPORT_BUT_NOT_BOTH_77E7B084 = + "应指定 nodeUrls 或 (host + rpcPort),但不能同时指定"; + public static final String LOG_CANNOT_PUT_VALUES_MEASUREMENT_ARG_TYPE_ARG_27AFC67B = + "无法写入测点 {} 的值,类型={}"; public static final String EXCEPTION_DATA_TYPE_ARG_NOT_SUPPORTED_31213160 = "不支持数据类型 %s。"; - public static final String LOG_FAILED_CHANGE_BACK_SQL_DIALECT_EXECUTING_SET_SQL_DIALECT_ARG_947F35E7 = "执行 set sql_dialect={} 时无法切回 sql_dialect"; - public static final String LOG_FAILED_CHANGE_BACK_DATABASE_EXECUTING_USE_ARG_274541CA = "执行 use {} 时无法切回数据库"; - public static final String LOG_SESSIONPOOL_HAS_WAIT_ARG_SECONDS_GET_NEW_CONNECTION_ARG_ARG_D053274A = "SessionPool 已等待 {} 秒以获取新连接:{},参数 {}"; - public static final String LOG_CURRENT_OCCUPIED_SIZE_ARG_QUEUE_SIZE_ARG_CONSIDERED_SIZE_ARG_DE97C14E = "当前已占用大小 {},队列大小 {},纳入计算的大小 {} "; - public static final String EXCEPTION_RETRY_EXECUTE_STATEMENT_ARG_FAILED_ARG_TIMES_ARG_216C6873 = "在 %s 上重试执行语句失败 %d 次:%s"; - public static final String EXCEPTION_SESSIONPOOL_DOESN_T_SUPPORT_EXECUTING_ARG_DIRECTLY_B778F701 = "SessionPool 不支持直接执行 %s"; - + public static final String + LOG_FAILED_CHANGE_BACK_SQL_DIALECT_EXECUTING_SET_SQL_DIALECT_ARG_947F35E7 = + "执行 set sql_dialect={} 时无法切回 sql_dialect"; + public static final String LOG_FAILED_CHANGE_BACK_DATABASE_EXECUTING_USE_ARG_274541CA = + "执行 use {} 时无法切回数据库"; + public static final String + LOG_SESSIONPOOL_HAS_WAIT_ARG_SECONDS_GET_NEW_CONNECTION_ARG_ARG_D053274A = + "SessionPool 已等待 {} 秒以获取新连接:{},参数 {}"; + public static final String + LOG_CURRENT_OCCUPIED_SIZE_ARG_QUEUE_SIZE_ARG_CONSIDERED_SIZE_ARG_DE97C14E = + "当前已占用大小 {},队列大小 {},纳入计算的大小 {} "; + public static final String EXCEPTION_RETRY_EXECUTE_STATEMENT_ARG_FAILED_ARG_TIMES_ARG_216C6873 = + "在 %s 上重试执行语句失败 %d 次:%s"; + public static final String EXCEPTION_SESSIONPOOL_DOESN_T_SUPPORT_EXECUTING_ARG_DIRECTLY_B778F701 = + "SessionPool 不支持直接执行 %s"; } diff --git a/iotdb-client/subscription/src/main/i18n/en/org/apache/iotdb/rpc/subscription/i18n/SubscriptionMessages.java b/iotdb-client/subscription/src/main/i18n/en/org/apache/iotdb/rpc/subscription/i18n/SubscriptionMessages.java index 95f26d55d681..af5917eed153 100644 --- a/iotdb-client/subscription/src/main/i18n/en/org/apache/iotdb/rpc/subscription/i18n/SubscriptionMessages.java +++ b/iotdb-client/subscription/src/main/i18n/en/org/apache/iotdb/rpc/subscription/i18n/SubscriptionMessages.java @@ -49,7 +49,8 @@ public final class SubscriptionMessages { + "consecutive empty polls: {}"; public static final String CONSUMER_LISTENER_FAILURE = "Consumer listener result failure when consuming message: {}"; - public static final String AUTO_POLL_UNEXPECTED = "something unexpected happened when auto poll messages..."; + public static final String AUTO_POLL_UNEXPECTED = + "something unexpected happened when auto poll messages..."; // --- SubscriptionExecutorServiceManager --- public static final String EXECUTOR_LAUNCHING = "Launching {} with core pool size {}..."; @@ -58,8 +59,7 @@ public final class SubscriptionMessages { "{} has not been launched, ignore submit task"; public static final String EXECUTOR_NOT_LAUNCHED_INVOKE = "{} has not been launched, ignore invoke all tasks"; - public static final String EXECUTOR_NOT_LAUNCHED_ZERO = - "{} has not been launched, return zero"; + public static final String EXECUTOR_NOT_LAUNCHED_ZERO = "{} has not been launched, return zero"; public static final String EXECUTOR_NOT_LAUNCHED_SCHEDULE = "{} has not been launched, ignore scheduleWithFixedDelay for task"; @@ -67,7 +67,8 @@ public final class SubscriptionMessages { public static final String PROVIDER_CLOSE_FAILED = "Failed to close subscription provider {} because of {}"; public static final String ADD_NEW_PROVIDER = "add new subscription provider {}"; - public static final String CLOSE_STALE_PROVIDER = "close and remove stale subscription provider {}"; + public static final String CLOSE_STALE_PROVIDER = + "close and remove stale subscription provider {}"; public static final String OPEN_PROVIDERS_FAILED = "Failed to open providers for consumer {} because of {}"; public static final String FETCH_ENDPOINTS_FAILED = @@ -123,163 +124,284 @@ public final class SubscriptionMessages { "Subscription topic owner lease duration should be positive when %s is set"; private SubscriptionMessages() {} + // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- - public static final String EXCEPTION_UNEXPECTED_FIELDS_ARG_WAS_OBTAINED_DURING_SHOW_TOPIC_30B5D702 = "Unexpected fields %s was obtained during SHOW TOPIC..."; - public static final String EXCEPTION_UNEXPECTED_FIELDS_ARG_WAS_OBTAINED_DURING_SHOW_SUBSCRIPTION_71F9C549 = "Unexpected fields %s was obtained during SHOW SUBSCRIPTION..."; - public static final String EXCEPTION_SUBSCRIPTION_SESSION_MUST_CONFIGURED_ENDPOINT_2CAD53A9 = "Subscription session must be configured with an endpoint."; - public static final String EXCEPTION_ARG_ILLEGAL_IDENTIFIER_NOT_ENCLOSED_BACKTICKS_CAN_ONLY_CONSIST_DIGITS_55D6A31F = - "%s is illegal, identifier not enclosed with backticks can only consist of digits, characters" - + " and underscore."; - public static final String EXCEPTION_WATERMARK_TIMESTAMP_ONLY_AVAILABLE_WATERMARK_MESSAGES_ACTUAL_MESSAGE_TYPE_F8E32C57 = "Watermark timestamp is only available for watermark messages, actual message type: "; - public static final String EXCEPTION_ARG_DO_NOT_SUPPORT_GETRESULTSETS_7789852D = "%s do not support getResultSets()."; - public static final String EXCEPTION_ARG_DO_NOT_SUPPORT_GETRECORDTABLETITERATOR_46B4A489 = "%s do not support getRecordTabletIterator()."; - public static final String EXCEPTION_ARG_DO_NOT_SUPPORT_GETTSFILE_40D23462 = "%s do not support getTsFile()."; - public static final String EXCEPTION_USER_DATA_HAS_BEEN_REMOVED_ARG_7093644B = "User data has been removed from %s."; - public static final String EXCEPTION_ARG_DOES_NOT_SUPPORT_OPENTREEREADER_TABLE_MODEL_TSFILE_68621ECF = "%s does not support openTreeReader() for table model tsfile."; - public static final String EXCEPTION_ARG_DOES_NOT_SUPPORT_OPENTABLEREADER_TREE_MODEL_TSFILE_CEC27860 = "%s does not support openTableReader() for tree model tsfile."; - public static final String EXCEPTION_UNKNOWN_COLUMN_CATEGORY_4F49F64B = "Unknown column category: "; + public static final String + EXCEPTION_UNEXPECTED_FIELDS_ARG_WAS_OBTAINED_DURING_SHOW_TOPIC_30B5D702 = + "Unexpected fields %s was obtained during SHOW TOPIC..."; + public static final String + EXCEPTION_UNEXPECTED_FIELDS_ARG_WAS_OBTAINED_DURING_SHOW_SUBSCRIPTION_71F9C549 = + "Unexpected fields %s was obtained during SHOW SUBSCRIPTION..."; + public static final String EXCEPTION_SUBSCRIPTION_SESSION_MUST_CONFIGURED_ENDPOINT_2CAD53A9 = + "Subscription session must be configured with an endpoint."; + public static final String + EXCEPTION_ARG_ILLEGAL_IDENTIFIER_NOT_ENCLOSED_BACKTICKS_CAN_ONLY_CONSIST_DIGITS_55D6A31F = + "%s is illegal, identifier not enclosed with backticks can only consist of digits, characters" + + " and underscore."; + public static final String + EXCEPTION_WATERMARK_TIMESTAMP_ONLY_AVAILABLE_WATERMARK_MESSAGES_ACTUAL_MESSAGE_TYPE_F8E32C57 = + "Watermark timestamp is only available for watermark messages, actual message type: "; + public static final String EXCEPTION_ARG_DO_NOT_SUPPORT_GETRESULTSETS_7789852D = + "%s do not support getResultSets()."; + public static final String EXCEPTION_ARG_DO_NOT_SUPPORT_GETRECORDTABLETITERATOR_46B4A489 = + "%s do not support getRecordTabletIterator()."; + public static final String EXCEPTION_ARG_DO_NOT_SUPPORT_GETTSFILE_40D23462 = + "%s do not support getTsFile()."; + public static final String EXCEPTION_USER_DATA_HAS_BEEN_REMOVED_ARG_7093644B = + "User data has been removed from %s."; + public static final String + EXCEPTION_ARG_DOES_NOT_SUPPORT_OPENTREEREADER_TABLE_MODEL_TSFILE_68621ECF = + "%s does not support openTreeReader() for table model tsfile."; + public static final String + EXCEPTION_ARG_DOES_NOT_SUPPORT_OPENTABLEREADER_TREE_MODEL_TSFILE_CEC27860 = + "%s does not support openTableReader() for tree model tsfile."; + public static final String EXCEPTION_UNKNOWN_COLUMN_CATEGORY_4F49F64B = + "Unknown column category: "; public static final String EXCEPTION_RESULTSET_COLUMN_INDEX_OUT_OF_BOUND_ARG_2D8CC5A3 = "ResultSet column index out of bound: %d"; - public static final String EXCEPTION_DATA_TYPE_ARG_NOT_SUPPORTED_31213160 = "Data type %s is not supported."; - public static final String LOG_SUBSCRIPTIONPUSHCONSUMER_ARG_POLL_EMPTY_MESSAGE_TOPICS_ARG_AFTER_ARG_MILLISECOND_741801C2 = "SubscriptionPushConsumer {} poll empty message from topics {} after {} millisecond(s)"; - public static final String LOG_CONSUMER_LISTENER_RAISED_EXCEPTION_CONSUMING_MESSAGE_ARG_867EE46D = "Consumer listener raised an exception while consuming message: {}"; - public static final String LOG_ARG_FAILED_CREATE_CONNECTION_ARG_BECAUSE_ARG_E536E22A = "{} failed to create connection with {} because of {}"; - public static final String LOG_ARG_FAILED_FETCH_ALL_ENDPOINTS_ARG_BECAUSE_ARG_2C9E11D4 = "{} failed to fetch all endpoints from {} because of {}"; - public static final String LOG_TERMINATION_OCCURRED_SUBSCRIPTIONCONSUMER_ARG_POLLING_TOPICS_UNSUBSCRIBE_TOPIC_ARG_AUTOMATICALLY_E9B695FA = - "Termination occurred when SubscriptionConsumer {} polling topics, unsubscribe topic {}" - + " automatically"; - public static final String LOG_ARG_FAILED_SENDING_HEARTBEAT_SUBSCRIPTION_PROVIDER_ARG_BECAUSE_ARG_SET_0B38FB1F = - "{} failed to sending heartbeat to subscription provider {} because of {}, set subscription" - + " provider unavailable"; - public static final String LOG_EXCEPTION_OCCURRED_ARG_CLOSING_REMOVING_SUBSCRIPTION_PROVIDER_ARG_BECAUSE_ARG_2EC38739 = "Exception occurred when {} closing and removing subscription provider {} because of {}"; - public static final String EXCEPTION_CLUSTER_HAS_NO_AVAILABLE_SUBSCRIPTION_PROVIDERS_CONNECT_INITIAL_ENDPOINTS_ARG_5DB83198 = "Cluster has no available subscription providers to connect with initial endpoints %s"; - public static final String LOG_ARG_HAS_BEEN_LAUNCHED_SET_CORE_POOL_SIZE_ARG_WILL_0FDECBE3 = "{} has been launched, set core pool size to {} will be ignored"; - public static final String LOG_INTERRUPT_WORKER_WHICH_MAY_CAUSE_SOME_TASK_INCONSISTENT_PLEASE_CHECK_04926D9F = "Interrupt the worker, which may cause some task inconsistent. Please check the biz logs."; - public static final String LOG_THREAD_POOL_CAN_T_SHUTDOWN_EVEN_INTERRUPTING_WORKER_THREADS_WHICH_A49166F9 = - "Thread pool can't be shutdown even with interrupting worker threads, which may cause some" - + " task inconsistent. Please check the biz logs."; - public static final String LOG_CURRENT_THREAD_INTERRUPTED_IT_TRYING_STOP_WORKER_THREADS_MAY_LEAVE_CF07ABA0 = - "The current thread is interrupted when it is trying to stop the worker threads. This may" - + " leave an inconsistent state. Please check the biz logs."; - public static final String LOG_IOEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SERIALIZE_HANDSHAKE_REQUEST_ARG_C1414290 = "IOException occurred when SubscriptionProvider {} serialize handshake request {}"; - public static final String LOG_TEXCEPTION_IOTDBCONNECTIONEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_HANDSHAKE_REQUEST_ARG_SET_SUBSCRIPTI = - "TException/IoTDBConnectionException occurred when SubscriptionProvider {} handshake with" - + " request {}, set SubscriptionProvider unavailable"; - public static final String LOG_TEXCEPTION_IOTDBCONNECTIONEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_CLOSE_SET_SUBSCRIPTIONPROVIDER_UNAVA = - "TException/IoTDBConnectionException occurred when SubscriptionProvider {} close, set" - + " SubscriptionProvider unavailable"; - public static final String LOG_IOEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SERIALIZE_HEARTBEAT_REQUEST_ARG_634C8333 = "IOException occurred when SubscriptionProvider {} serialize heartbeat request {}"; - public static final String LOG_TEXCEPTION_IOTDBCONNECTIONEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_HEARTBEAT_SET_SUBSCRIPTIONPROVIDER_U = - "TException/IoTDBConnectionException occurred when SubscriptionProvider {} heartbeat, set" - + " SubscriptionProvider unavailable"; - public static final String LOG_IOEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SERIALIZE_SUBSCRIBE_REQUEST_ARG_5E703B32 = "IOException occurred when SubscriptionProvider {} serialize subscribe request {}"; - public static final String LOG_TEXCEPTION_IOTDBCONNECTIONEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SUBSCRIBE_REQUEST_ARG_SET_SUBSCRIPTI = - "TException/IoTDBConnectionException occurred when SubscriptionProvider {} subscribe with" - + " request {}, set SubscriptionProvider unavailable"; - public static final String LOG_IOEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SERIALIZE_UNSUBSCRIBE_REQUEST_ARG_85D423CE = "IOException occurred when SubscriptionProvider {} serialize unsubscribe request {}"; - public static final String LOG_TEXCEPTION_IOTDBCONNECTIONEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_UNSUBSCRIBE_REQUEST_ARG_SET_SUBSCRIP = - "TException/IoTDBConnectionException occurred when SubscriptionProvider {} unsubscribe with" - + " request {}, set SubscriptionProvider unavailable"; - public static final String LOG_IOEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SERIALIZE_SEEK_REQUEST_TOPIC_ARG_7620B991 = "IOException occurred when SubscriptionProvider {} serialize seek request for topic {}"; - public static final String LOG_TEXCEPTION_IOTDBCONNECTIONEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SEEK_REQUEST_TOPIC_ARG_SET_AEAFC363 = - "TException/IoTDBConnectionException occurred when SubscriptionProvider {} seek with request" - + " for topic {}, set SubscriptionProvider unavailable"; - public static final String LOG_IOEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SERIALIZE_SEEK_TOPICPROGRESS_TOPIC_ARG_E64C0FAF = "IOException occurred when SubscriptionProvider {} serialize seek(topicProgress) for topic {}"; - public static final String LOG_TEXCEPTION_IOTDBCONNECTIONEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SEEK_TOPICPROGRESS_TOPIC_ARG_SET_193 = - "TException/IoTDBConnectionException occurred when SubscriptionProvider {} seek(topicProgress)" - + " for topic {}, set SubscriptionProvider unavailable"; - public static final String LOG_IOEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SERIALIZE_SEEKAFTER_TOPICPROGRESS_TOPIC_ARG_9F79F3CF = - "IOException occurred when SubscriptionProvider {} serialize seekAfter(topicProgress) for" - + " topic {}"; - public static final String LOG_TEXCEPTION_IOTDBCONNECTIONEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SEEKAFTER_TOPICPROGRESS_TOPIC_ARG_SE = - "TException/IoTDBConnectionException occurred when SubscriptionProvider {}" - + " seekAfter(topicProgress) for topic {}, set SubscriptionProvider unavailable"; - public static final String LOG_IOEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SERIALIZE_POLL_REQUEST_ARG_969C4A7A = "IOException occurred when SubscriptionProvider {} serialize poll request {}"; - public static final String LOG_TEXCEPTION_IOTDBCONNECTIONEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_POLL_REQUEST_ARG_SET_SUBSCRIPTIONPRO = - "TException/IoTDBConnectionException occurred when SubscriptionProvider {} poll with request" - + " {}, set SubscriptionProvider unavailable"; - public static final String LOG_IOEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SERIALIZE_COMMIT_REQUEST_ARG_D5335538 = "IOException occurred when SubscriptionProvider {} serialize commit request {}"; - public static final String LOG_TEXCEPTION_IOTDBCONNECTIONEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_COMMIT_REQUEST_ARG_SET_SUBSCRIPTIONP = - "TException/IoTDBConnectionException occurred when SubscriptionProvider {} commit with request" - + " {}, set SubscriptionProvider unavailable"; - public static final String LOG_FAILED_COMMIT_DRAINED_PROCESSOR_MESSAGES_CLOSE_4264DB35 = "Failed to commit drained processor messages on close"; - public static final String LOG_FAILED_COMMIT_PENDING_DRAINED_PROCESSOR_MESSAGES_CLOSE_644B5DDD = "Failed to commit pending drained processor messages on close"; - public static final String LOG_SUBSCRIPTIONPULLCONSUMER_ARG_DOES_NOT_SUBSCRIBE_TOPIC_ARG_F40BE4D1 = "SubscriptionPullConsumer {} does not subscribe to topic {}"; - public static final String LOG_SUBSCRIPTIONPULLCONSUMER_ARG_POLL_EMPTY_MESSAGE_TOPICS_ARG_AFTER_ARG_MILLISECOND_78F4D4A6 = "SubscriptionPullConsumer {} poll empty message from topics {} after {} millisecond(s)"; - public static final String EXCEPTION_SUBSCRIPTIONPULLCONSUMER_ARG_CANNOT_SEEK_TOPIC_ARG_SUBSCRIBED_MULTIPLE_TOPICS_BECAUSE_B99BCABC = - "SubscriptionPullConsumer %s cannot seek topic %s while subscribed to multiple topics because" - + " processor %s does not support topic-scoped reset"; - public static final String LOG_DETECT_ALREADY_EXISTED_FILE_ARG_POLLING_TOPIC_ARG_RESUME_CONSUMPTION_AD735649 = "Detect already existed file {} when polling topic {}, resume consumption"; - public static final String LOG_DETECT_ALREADY_EXISTED_FILE_ARG_POLLING_TOPIC_ARG_ADD_RANDOM_64BBDEEB = "Detect already existed file {} when polling topic {}, add random suffix {} to filename"; - public static final String LOG_SUBSCRIPTIONRUNTIMECRITICALEXCEPTION_OCCURRED_SUBSCRIPTIONCONSUMER_ARG_POLLING_TOPICS_ARG_C96324AD = "SubscriptionRuntimeCriticalException occurred when SubscriptionConsumer {} polling topics {}"; - public static final String LOG_EXECUTIONEXCEPTION_OCCURRED_SUBSCRIPTIONCONSUMER_ARG_POLLING_TOPICS_ARG_40F5E1CC = "ExecutionException occurred when SubscriptionConsumer {} polling topics {}"; - public static final String LOG_INTERRUPTEDEXCEPTION_OCCURRED_SUBSCRIPTIONCONSUMER_ARG_POLLING_TOPICS_ARG_9B556CD5 = "InterruptedException occurred when SubscriptionConsumer {} polling topics {}"; - public static final String LOG_SUBSCRIPTIONRUNTIMENONCRITICALEXCEPTION_OCCURRED_SUBSCRIPTIONCONSUMER_ARG_POLLING_TOPICS_ARG_61838153 = - "SubscriptionRuntimeNonCriticalException occurred when SubscriptionConsumer {} polling topics" - + " {}"; - public static final String LOG_ARG_START_POLL_FILE_ARG_COMMIT_CONTEXT_ARG_AT_OFFSET_0F677E12 = "{} start to poll file {} with commit context {} at offset {}"; - public static final String LOG_SUBSCRIPTIONCONSUMER_ARG_SUCCESSFULLY_POLL_FILE_ARG_COMMIT_CONTEXT_ARG_A23E0FDB = "SubscriptionConsumer {} successfully poll file {} with commit context {}"; - public static final String LOG_ERROR_OCCURRED_SUBSCRIPTIONCONSUMER_ARG_POLLING_FILE_ARG_COMMIT_CONTEXT_ARG_03619D67 = - "Error occurred when SubscriptionConsumer {} polling file {} with commit context {}: {}," - + " critical: {}"; - public static final String LOG_ERROR_OCCURRED_SUBSCRIPTIONCONSUMER_ARG_POLLING_TABLETS_COMMIT_CONTEXT_ARG_ARG_FF40B4E1 = - "Error occurred when SubscriptionConsumer {} polling tablets with commit context {}: {}," - + " critical: {}"; - public static final String LOG_ARG_FAILED_COMMIT_CONTEXTS_ARG_CF224D1E = "{} failed commit contexts: {}"; - public static final String LOG_ARG_STAGED_ARG_CONSENSUS_ACK_S_REDIRECT_AFTER_PROVIDER_ARG_0F0C0623 = "{} staged {} consensus ack(s) for redirect after provider {} became unavailable"; - public static final String LOG_ARG_KEEP_ARG_NON_CONSENSUS_ACK_S_PENDING_AFTER_PROVIDER_32F56904 = "{} keep {} non-consensus ack(s) pending after provider {} commit failure"; - public static final String LOG_ARG_FAILED_SUBSCRIBE_TOPICS_ARG_SUBSCRIPTION_PROVIDER_ARG_TRY_NEXT_4DF9FC46 = - "{} failed to subscribe topics {} from subscription provider {}, try next subscription" - + " provider..."; - public static final String LOG_ARG_FAILED_UNSUBSCRIBE_TOPICS_ARG_SUBSCRIPTION_PROVIDER_ARG_TRY_NEXT_2205E8A8 = - "{} failed to unsubscribe topics {} from subscription provider {}, try next subscription" - + " provider..."; - public static final String LOG_ARG_FAILED_SEEK_TOPIC_ARG_SUBSCRIPTION_PROVIDER_ARG_SEEK_REQUIRES_15AFE61D = - "{} failed to seek topic {} from subscription provider {}; seek requires every provider to" - + " succeed, so the client will continue notifying the remaining providers before failing this" - + " seek."; - public static final String LOG_ARG_FAILED_SEEK_TOPIC_ARG_TOPICPROGRESS_REGIONCOUNT_ARG_PROVIDER_ARG_E999A05B = - "{} failed to seek topic {} to topicProgress(regionCount={}) from provider {}; seek requires" - + " every provider to succeed, so the client will continue notifying the remaining providers" - + " before failing this seek."; - public static final String LOG_ARG_FAILED_SEEKAFTER_TOPIC_ARG_TOPICPROGRESS_REGIONCOUNT_ARG_PROVIDER_ARG_0C795E87 = - "{} failed to seekAfter topic {} to topicProgress(regionCount={}) from provider {}; seek" - + " requires every provider to succeed, so the client will continue notifying the remaining" - + " providers before failing this seekAfter."; - public static final String LOG_ARG_FAILED_REDIRECT_ARG_PENDING_CONSENSUS_ACK_S_ARG_VIA_E6A10AC5 = "{} failed to redirect {} pending consensus ack(s) for {} via provider {}"; - public static final String LOG_ARG_FAILED_FETCH_ALL_ENDPOINTS_SUBSCRIPTION_PROVIDER_ARG_TRY_NEXT_25651CAD = - "{} failed to fetch all endpoints from subscription provider {}, try next subscription" - + " provider..."; - public static final String EXCEPTION_FAILED_HANDSHAKE_SUBSCRIPTION_PROVIDER_ARG_BECAUSE_ARG_251C2E2A = "Failed to handshake with subscription provider %s because of %s"; - public static final String EXCEPTION_CLUSTER_HAS_NO_AVAILABLE_SUBSCRIPTION_PROVIDERS_ARG_POLL_TOPIC_ARG_FABF7A4E = "Cluster has no available subscription providers when %s poll topic %s"; - public static final String EXCEPTION_SOMETHING_UNEXPECTED_HAPPENED_ARG_POLL_FILE_SUBSCRIPTION_PROVIDER_DATA_NODE_07426483 = - "something unexpected happened when %s poll file from subscription provider with data node id" - + " %s, the subscription provider may be unavailable or not existed"; - public static final String EXCEPTION_SOMETHING_UNEXPECTED_HAPPENED_ARG_POLL_TABLETS_SUBSCRIPTION_PROVIDER_DATA_NODE_8D80E611 = - "something unexpected happened when %s poll tablets from subscription provider with data node" - + " id %s, the subscription provider may be unavailable or not existed"; - public static final String EXCEPTION_SOMETHING_UNEXPECTED_HAPPENED_ARG_COMMIT_NACK_ARG_MESSAGES_SUBSCRIPTION_PROVIDER_2026D7CE = - "something unexpected happened when %s commit (nack: %s) messages to subscription provider" - + " with data node id %s, the subscription provider may be unavailable or not existed"; - public static final String EXCEPTION_CLUSTER_HAS_NO_AVAILABLE_SUBSCRIPTION_PROVIDERS_ARG_SUBSCRIBE_TOPIC_ARG_06E872FE = "Cluster has no available subscription providers when %s subscribe topic %s"; - public static final String EXCEPTION_CLUSTER_HAS_NO_AVAILABLE_SUBSCRIPTION_PROVIDERS_ARG_UNSUBSCRIBE_TOPIC_ARG_BF50B2B1 = "Cluster has no available subscription providers when %s unsubscribe topic %s"; - public static final String EXCEPTION_CLUSTER_HAS_NO_AVAILABLE_SUBSCRIPTION_PROVIDERS_ARG_SEEK_TOPIC_ARG_9F93C2E7 = "Cluster has no available subscription providers when %s seek topic %s"; - public static final String EXCEPTION_CLUSTER_HAS_NO_AVAILABLE_SUBSCRIPTION_PROVIDERS_ARG_SEEKAFTER_TOPIC_ARG_C86D5F85 = "Cluster has no available subscription providers when %s seekAfter topic %s"; - public static final String EXCEPTION_CLUSTER_HAS_NO_AVAILABLE_SUBSCRIPTION_PROVIDERS_ARG_FETCH_ALL_ENDPOINTS_D232693E = "Cluster has no available subscription providers when %s fetch all endpoints"; - public static final String EXCEPTION_PASSWORD_ENCRYPTEDPASSWORD_MUTUALLY_EXCLUSIVE_ENCRYPTEDPASSWORD_ALREADY_SET_E4548A43 = "password and encryptedPassword are mutually exclusive; encryptedPassword is already set"; - public static final String EXCEPTION_PASSWORD_ENCRYPTEDPASSWORD_MUTUALLY_EXCLUSIVE_PASSWORD_ALREADY_SET_BB20AD1E = "password and encryptedPassword are mutually exclusive; password is already set"; - public static final String EXCEPTION_INCREMENTAL_MODE_TOPIC_SHOULD_NOT_GENERATE_PIPE_SOURCE_ATTRIBUTES_09D75393 = "Incremental mode topic should not generate pipe source attributes"; - public static final String EXCEPTION_UNSUPPORTED_SUBSCRIPTIONCOMMITCONTEXT_VERSION_8021B27B = "Unsupported SubscriptionCommitContext version: "; + public static final String EXCEPTION_DATA_TYPE_ARG_NOT_SUPPORTED_31213160 = + "Data type %s is not supported."; + public static final String + LOG_SUBSCRIPTIONPUSHCONSUMER_ARG_POLL_EMPTY_MESSAGE_TOPICS_ARG_AFTER_ARG_MILLISECOND_741801C2 = + "SubscriptionPushConsumer {} poll empty message from topics {} after {} millisecond(s)"; + public static final String LOG_CONSUMER_LISTENER_RAISED_EXCEPTION_CONSUMING_MESSAGE_ARG_867EE46D = + "Consumer listener raised an exception while consuming message: {}"; + public static final String LOG_ARG_FAILED_CREATE_CONNECTION_ARG_BECAUSE_ARG_E536E22A = + "{} failed to create connection with {} because of {}"; + public static final String LOG_ARG_FAILED_FETCH_ALL_ENDPOINTS_ARG_BECAUSE_ARG_2C9E11D4 = + "{} failed to fetch all endpoints from {} because of {}"; + public static final String + LOG_TERMINATION_OCCURRED_SUBSCRIPTIONCONSUMER_ARG_POLLING_TOPICS_UNSUBSCRIBE_TOPIC_ARG_AUTOMATICALLY_E9B695FA = + "Termination occurred when SubscriptionConsumer {} polling topics, unsubscribe topic {}" + + " automatically"; + public static final String + LOG_ARG_FAILED_SENDING_HEARTBEAT_SUBSCRIPTION_PROVIDER_ARG_BECAUSE_ARG_SET_0B38FB1F = + "{} failed to sending heartbeat to subscription provider {} because of {}, set subscription" + + " provider unavailable"; + public static final String + LOG_EXCEPTION_OCCURRED_ARG_CLOSING_REMOVING_SUBSCRIPTION_PROVIDER_ARG_BECAUSE_ARG_2EC38739 = + "Exception occurred when {} closing and removing subscription provider {} because of {}"; + public static final String + EXCEPTION_CLUSTER_HAS_NO_AVAILABLE_SUBSCRIPTION_PROVIDERS_CONNECT_INITIAL_ENDPOINTS_ARG_5DB83198 = + "Cluster has no available subscription providers to connect with initial endpoints %s"; + public static final String LOG_ARG_HAS_BEEN_LAUNCHED_SET_CORE_POOL_SIZE_ARG_WILL_0FDECBE3 = + "{} has been launched, set core pool size to {} will be ignored"; + public static final String + LOG_INTERRUPT_WORKER_WHICH_MAY_CAUSE_SOME_TASK_INCONSISTENT_PLEASE_CHECK_04926D9F = + "Interrupt the worker, which may cause some task inconsistent. Please check the biz logs."; + public static final String + LOG_THREAD_POOL_CAN_T_SHUTDOWN_EVEN_INTERRUPTING_WORKER_THREADS_WHICH_A49166F9 = + "Thread pool can't be shutdown even with interrupting worker threads, which may cause some" + + " task inconsistent. Please check the biz logs."; + public static final String + LOG_CURRENT_THREAD_INTERRUPTED_IT_TRYING_STOP_WORKER_THREADS_MAY_LEAVE_CF07ABA0 = + "The current thread is interrupted when it is trying to stop the worker threads. This may" + + " leave an inconsistent state. Please check the biz logs."; + public static final String + LOG_IOEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SERIALIZE_HANDSHAKE_REQUEST_ARG_C1414290 = + "IOException occurred when SubscriptionProvider {} serialize handshake request {}"; + public static final String + LOG_TEXCEPTION_IOTDBCONNECTIONEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_HANDSHAKE_REQUEST_ARG_SET_SUBSCRIPTI = + "TException/IoTDBConnectionException occurred when SubscriptionProvider {} handshake with" + + " request {}, set SubscriptionProvider unavailable"; + public static final String + LOG_TEXCEPTION_IOTDBCONNECTIONEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_CLOSE_SET_SUBSCRIPTIONPROVIDER_UNAVA = + "TException/IoTDBConnectionException occurred when SubscriptionProvider {} close, set" + + " SubscriptionProvider unavailable"; + public static final String + LOG_IOEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SERIALIZE_HEARTBEAT_REQUEST_ARG_634C8333 = + "IOException occurred when SubscriptionProvider {} serialize heartbeat request {}"; + public static final String + LOG_TEXCEPTION_IOTDBCONNECTIONEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_HEARTBEAT_SET_SUBSCRIPTIONPROVIDER_U = + "TException/IoTDBConnectionException occurred when SubscriptionProvider {} heartbeat, set" + + " SubscriptionProvider unavailable"; + public static final String + LOG_IOEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SERIALIZE_SUBSCRIBE_REQUEST_ARG_5E703B32 = + "IOException occurred when SubscriptionProvider {} serialize subscribe request {}"; + public static final String + LOG_TEXCEPTION_IOTDBCONNECTIONEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SUBSCRIBE_REQUEST_ARG_SET_SUBSCRIPTI = + "TException/IoTDBConnectionException occurred when SubscriptionProvider {} subscribe with" + + " request {}, set SubscriptionProvider unavailable"; + public static final String + LOG_IOEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SERIALIZE_UNSUBSCRIBE_REQUEST_ARG_85D423CE = + "IOException occurred when SubscriptionProvider {} serialize unsubscribe request {}"; + public static final String + LOG_TEXCEPTION_IOTDBCONNECTIONEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_UNSUBSCRIBE_REQUEST_ARG_SET_SUBSCRIP = + "TException/IoTDBConnectionException occurred when SubscriptionProvider {} unsubscribe with" + + " request {}, set SubscriptionProvider unavailable"; + public static final String + LOG_IOEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SERIALIZE_SEEK_REQUEST_TOPIC_ARG_7620B991 = + "IOException occurred when SubscriptionProvider {} serialize seek request for topic {}"; + public static final String + LOG_TEXCEPTION_IOTDBCONNECTIONEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SEEK_REQUEST_TOPIC_ARG_SET_AEAFC363 = + "TException/IoTDBConnectionException occurred when SubscriptionProvider {} seek with request" + + " for topic {}, set SubscriptionProvider unavailable"; + public static final String + LOG_IOEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SERIALIZE_SEEK_TOPICPROGRESS_TOPIC_ARG_E64C0FAF = + "IOException occurred when SubscriptionProvider {} serialize seek(topicProgress) for topic {}"; + public static final String + LOG_TEXCEPTION_IOTDBCONNECTIONEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SEEK_TOPICPROGRESS_TOPIC_ARG_SET_193 = + "TException/IoTDBConnectionException occurred when SubscriptionProvider {} seek(topicProgress)" + + " for topic {}, set SubscriptionProvider unavailable"; + public static final String + LOG_IOEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SERIALIZE_SEEKAFTER_TOPICPROGRESS_TOPIC_ARG_9F79F3CF = + "IOException occurred when SubscriptionProvider {} serialize seekAfter(topicProgress) for" + + " topic {}"; + public static final String + LOG_TEXCEPTION_IOTDBCONNECTIONEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SEEKAFTER_TOPICPROGRESS_TOPIC_ARG_SE = + "TException/IoTDBConnectionException occurred when SubscriptionProvider {}" + + " seekAfter(topicProgress) for topic {}, set SubscriptionProvider unavailable"; + public static final String + LOG_IOEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SERIALIZE_POLL_REQUEST_ARG_969C4A7A = + "IOException occurred when SubscriptionProvider {} serialize poll request {}"; + public static final String + LOG_TEXCEPTION_IOTDBCONNECTIONEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_POLL_REQUEST_ARG_SET_SUBSCRIPTIONPRO = + "TException/IoTDBConnectionException occurred when SubscriptionProvider {} poll with request" + + " {}, set SubscriptionProvider unavailable"; + public static final String + LOG_IOEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SERIALIZE_COMMIT_REQUEST_ARG_D5335538 = + "IOException occurred when SubscriptionProvider {} serialize commit request {}"; + public static final String + LOG_TEXCEPTION_IOTDBCONNECTIONEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_COMMIT_REQUEST_ARG_SET_SUBSCRIPTIONP = + "TException/IoTDBConnectionException occurred when SubscriptionProvider {} commit with request" + + " {}, set SubscriptionProvider unavailable"; + public static final String LOG_FAILED_COMMIT_DRAINED_PROCESSOR_MESSAGES_CLOSE_4264DB35 = + "Failed to commit drained processor messages on close"; + public static final String LOG_FAILED_COMMIT_PENDING_DRAINED_PROCESSOR_MESSAGES_CLOSE_644B5DDD = + "Failed to commit pending drained processor messages on close"; + public static final String + LOG_SUBSCRIPTIONPULLCONSUMER_ARG_DOES_NOT_SUBSCRIBE_TOPIC_ARG_F40BE4D1 = + "SubscriptionPullConsumer {} does not subscribe to topic {}"; + public static final String + LOG_SUBSCRIPTIONPULLCONSUMER_ARG_POLL_EMPTY_MESSAGE_TOPICS_ARG_AFTER_ARG_MILLISECOND_78F4D4A6 = + "SubscriptionPullConsumer {} poll empty message from topics {} after {} millisecond(s)"; + public static final String + EXCEPTION_SUBSCRIPTIONPULLCONSUMER_ARG_CANNOT_SEEK_TOPIC_ARG_SUBSCRIBED_MULTIPLE_TOPICS_BECAUSE_B99BCABC = + "SubscriptionPullConsumer %s cannot seek topic %s while subscribed to multiple topics because" + + " processor %s does not support topic-scoped reset"; + public static final String + LOG_DETECT_ALREADY_EXISTED_FILE_ARG_POLLING_TOPIC_ARG_RESUME_CONSUMPTION_AD735649 = + "Detect already existed file {} when polling topic {}, resume consumption"; + public static final String + LOG_DETECT_ALREADY_EXISTED_FILE_ARG_POLLING_TOPIC_ARG_ADD_RANDOM_64BBDEEB = + "Detect already existed file {} when polling topic {}, add random suffix {} to filename"; + public static final String + LOG_SUBSCRIPTIONRUNTIMECRITICALEXCEPTION_OCCURRED_SUBSCRIPTIONCONSUMER_ARG_POLLING_TOPICS_ARG_C96324AD = + "SubscriptionRuntimeCriticalException occurred when SubscriptionConsumer {} polling topics {}"; + public static final String + LOG_EXECUTIONEXCEPTION_OCCURRED_SUBSCRIPTIONCONSUMER_ARG_POLLING_TOPICS_ARG_40F5E1CC = + "ExecutionException occurred when SubscriptionConsumer {} polling topics {}"; + public static final String + LOG_INTERRUPTEDEXCEPTION_OCCURRED_SUBSCRIPTIONCONSUMER_ARG_POLLING_TOPICS_ARG_9B556CD5 = + "InterruptedException occurred when SubscriptionConsumer {} polling topics {}"; + public static final String + LOG_SUBSCRIPTIONRUNTIMENONCRITICALEXCEPTION_OCCURRED_SUBSCRIPTIONCONSUMER_ARG_POLLING_TOPICS_ARG_61838153 = + "SubscriptionRuntimeNonCriticalException occurred when SubscriptionConsumer {} polling topics" + + " {}"; + public static final String LOG_ARG_START_POLL_FILE_ARG_COMMIT_CONTEXT_ARG_AT_OFFSET_0F677E12 = + "{} start to poll file {} with commit context {} at offset {}"; + public static final String + LOG_SUBSCRIPTIONCONSUMER_ARG_SUCCESSFULLY_POLL_FILE_ARG_COMMIT_CONTEXT_ARG_A23E0FDB = + "SubscriptionConsumer {} successfully poll file {} with commit context {}"; + public static final String + LOG_ERROR_OCCURRED_SUBSCRIPTIONCONSUMER_ARG_POLLING_FILE_ARG_COMMIT_CONTEXT_ARG_03619D67 = + "Error occurred when SubscriptionConsumer {} polling file {} with commit context {}: {}," + + " critical: {}"; + public static final String + LOG_ERROR_OCCURRED_SUBSCRIPTIONCONSUMER_ARG_POLLING_TABLETS_COMMIT_CONTEXT_ARG_ARG_FF40B4E1 = + "Error occurred when SubscriptionConsumer {} polling tablets with commit context {}: {}," + + " critical: {}"; + public static final String LOG_ARG_FAILED_COMMIT_CONTEXTS_ARG_CF224D1E = + "{} failed commit contexts: {}"; + public static final String + LOG_ARG_STAGED_ARG_CONSENSUS_ACK_S_REDIRECT_AFTER_PROVIDER_ARG_0F0C0623 = + "{} staged {} consensus ack(s) for redirect after provider {} became unavailable"; + public static final String LOG_ARG_KEEP_ARG_NON_CONSENSUS_ACK_S_PENDING_AFTER_PROVIDER_32F56904 = + "{} keep {} non-consensus ack(s) pending after provider {} commit failure"; + public static final String + LOG_ARG_FAILED_SUBSCRIBE_TOPICS_ARG_SUBSCRIPTION_PROVIDER_ARG_TRY_NEXT_4DF9FC46 = + "{} failed to subscribe topics {} from subscription provider {}, try next subscription" + + " provider..."; + public static final String + LOG_ARG_FAILED_UNSUBSCRIBE_TOPICS_ARG_SUBSCRIPTION_PROVIDER_ARG_TRY_NEXT_2205E8A8 = + "{} failed to unsubscribe topics {} from subscription provider {}, try next subscription" + + " provider..."; + public static final String + LOG_ARG_FAILED_SEEK_TOPIC_ARG_SUBSCRIPTION_PROVIDER_ARG_SEEK_REQUIRES_15AFE61D = + "{} failed to seek topic {} from subscription provider {}; seek requires every provider to" + + " succeed, so the client will continue notifying the remaining providers before failing this" + + " seek."; + public static final String + LOG_ARG_FAILED_SEEK_TOPIC_ARG_TOPICPROGRESS_REGIONCOUNT_ARG_PROVIDER_ARG_E999A05B = + "{} failed to seek topic {} to topicProgress(regionCount={}) from provider {}; seek requires" + + " every provider to succeed, so the client will continue notifying the remaining providers" + + " before failing this seek."; + public static final String + LOG_ARG_FAILED_SEEKAFTER_TOPIC_ARG_TOPICPROGRESS_REGIONCOUNT_ARG_PROVIDER_ARG_0C795E87 = + "{} failed to seekAfter topic {} to topicProgress(regionCount={}) from provider {}; seek" + + " requires every provider to succeed, so the client will continue notifying the remaining" + + " providers before failing this seekAfter."; + public static final String LOG_ARG_FAILED_REDIRECT_ARG_PENDING_CONSENSUS_ACK_S_ARG_VIA_E6A10AC5 = + "{} failed to redirect {} pending consensus ack(s) for {} via provider {}"; + public static final String + LOG_ARG_FAILED_FETCH_ALL_ENDPOINTS_SUBSCRIPTION_PROVIDER_ARG_TRY_NEXT_25651CAD = + "{} failed to fetch all endpoints from subscription provider {}, try next subscription" + + " provider..."; + public static final String + EXCEPTION_FAILED_HANDSHAKE_SUBSCRIPTION_PROVIDER_ARG_BECAUSE_ARG_251C2E2A = + "Failed to handshake with subscription provider %s because of %s"; + public static final String + EXCEPTION_CLUSTER_HAS_NO_AVAILABLE_SUBSCRIPTION_PROVIDERS_ARG_POLL_TOPIC_ARG_FABF7A4E = + "Cluster has no available subscription providers when %s poll topic %s"; + public static final String + EXCEPTION_SOMETHING_UNEXPECTED_HAPPENED_ARG_POLL_FILE_SUBSCRIPTION_PROVIDER_DATA_NODE_07426483 = + "something unexpected happened when %s poll file from subscription provider with data node id" + + " %s, the subscription provider may be unavailable or not existed"; + public static final String + EXCEPTION_SOMETHING_UNEXPECTED_HAPPENED_ARG_POLL_TABLETS_SUBSCRIPTION_PROVIDER_DATA_NODE_8D80E611 = + "something unexpected happened when %s poll tablets from subscription provider with data node" + + " id %s, the subscription provider may be unavailable or not existed"; + public static final String + EXCEPTION_SOMETHING_UNEXPECTED_HAPPENED_ARG_COMMIT_NACK_ARG_MESSAGES_SUBSCRIPTION_PROVIDER_2026D7CE = + "something unexpected happened when %s commit (nack: %s) messages to subscription provider" + + " with data node id %s, the subscription provider may be unavailable or not existed"; + public static final String + EXCEPTION_CLUSTER_HAS_NO_AVAILABLE_SUBSCRIPTION_PROVIDERS_ARG_SUBSCRIBE_TOPIC_ARG_06E872FE = + "Cluster has no available subscription providers when %s subscribe topic %s"; + public static final String + EXCEPTION_CLUSTER_HAS_NO_AVAILABLE_SUBSCRIPTION_PROVIDERS_ARG_UNSUBSCRIBE_TOPIC_ARG_BF50B2B1 = + "Cluster has no available subscription providers when %s unsubscribe topic %s"; + public static final String + EXCEPTION_CLUSTER_HAS_NO_AVAILABLE_SUBSCRIPTION_PROVIDERS_ARG_SEEK_TOPIC_ARG_9F93C2E7 = + "Cluster has no available subscription providers when %s seek topic %s"; + public static final String + EXCEPTION_CLUSTER_HAS_NO_AVAILABLE_SUBSCRIPTION_PROVIDERS_ARG_SEEKAFTER_TOPIC_ARG_C86D5F85 = + "Cluster has no available subscription providers when %s seekAfter topic %s"; + public static final String + EXCEPTION_CLUSTER_HAS_NO_AVAILABLE_SUBSCRIPTION_PROVIDERS_ARG_FETCH_ALL_ENDPOINTS_D232693E = + "Cluster has no available subscription providers when %s fetch all endpoints"; + public static final String + EXCEPTION_PASSWORD_ENCRYPTEDPASSWORD_MUTUALLY_EXCLUSIVE_ENCRYPTEDPASSWORD_ALREADY_SET_E4548A43 = + "password and encryptedPassword are mutually exclusive; encryptedPassword is already set"; + public static final String + EXCEPTION_PASSWORD_ENCRYPTEDPASSWORD_MUTUALLY_EXCLUSIVE_PASSWORD_ALREADY_SET_BB20AD1E = + "password and encryptedPassword are mutually exclusive; password is already set"; + public static final String + EXCEPTION_INCREMENTAL_MODE_TOPIC_SHOULD_NOT_GENERATE_PIPE_SOURCE_ATTRIBUTES_09D75393 = + "Incremental mode topic should not generate pipe source attributes"; + public static final String EXCEPTION_UNSUPPORTED_SUBSCRIPTIONCOMMITCONTEXT_VERSION_8021B27B = + "Unsupported SubscriptionCommitContext version: "; public static final String OUTDATED_SUBSCRIPTION_EVENT = "outdated subscription event"; public static final String FIELD_SEPARATOR = ", "; public static final String DIALECT_NOT_NULL = "dialect"; - public static final String EXCEPTION_TOPIC_ATTRIBUTES_SHOULD_NOT_BE_EMPTY_IN_ALTER_TOPIC_573B2F09 = - "Topic attributes should not be empty in ALTER TOPIC."; - public static final String EXCEPTION_TOPIC_OWNER_ATTRIBUTES_SHOULD_BE_MODIFIED_BY_ALTERTOPICOWNER_ONLY_FBD794F4 = - "Topic owner attributes should be modified by alterTopicOwner only."; + public static final String + EXCEPTION_TOPIC_ATTRIBUTES_SHOULD_NOT_BE_EMPTY_IN_ALTER_TOPIC_573B2F09 = + "Topic attributes should not be empty in ALTER TOPIC."; + public static final String + EXCEPTION_TOPIC_OWNER_ATTRIBUTES_SHOULD_BE_MODIFIED_BY_ALTERTOPICOWNER_ONLY_FBD794F4 = + "Topic owner attributes should be modified by alterTopicOwner only."; public static final String EXCEPTION_TOPIC_OWNER_ID_SHOULD_NOT_BE_EMPTY_94976B6D = "Topic owner id should not be empty."; - } diff --git a/iotdb-client/subscription/src/main/i18n/zh/org/apache/iotdb/rpc/subscription/i18n/SubscriptionMessages.java b/iotdb-client/subscription/src/main/i18n/zh/org/apache/iotdb/rpc/subscription/i18n/SubscriptionMessages.java index 562a4d725728..ccd1b02eba00 100644 --- a/iotdb-client/subscription/src/main/i18n/zh/org/apache/iotdb/rpc/subscription/i18n/SubscriptionMessages.java +++ b/iotdb-client/subscription/src/main/i18n/zh/org/apache/iotdb/rpc/subscription/i18n/SubscriptionMessages.java @@ -25,12 +25,10 @@ public final class SubscriptionMessages { public static final String UTILITY_CLASS = "工具类"; // --- SubscriptionPollRequest --- - public static final String UNEXPECTED_REQUEST_TYPE = - "意外的请求类型:{},payload 将为 null"; + public static final String UNEXPECTED_REQUEST_TYPE = "意外的请求类型:{},payload 将为 null"; // --- SubscriptionPollResponse --- - public static final String UNEXPECTED_RESPONSE_TYPE = - "意外的响应类型:{},payload 将为 null"; + public static final String UNEXPECTED_RESPONSE_TYPE = "意外的响应类型:{},payload 将为 null"; // --- IdentifierUtils --- public static final String NULL_IDENTIFIER_NOT_SUPPORTED = "不支持 null 标识符"; @@ -46,31 +44,24 @@ public final class SubscriptionMessages { "SubscriptionPushConsumer {} 提交自动拉取工作线程"; public static final String PUSH_CONSUMER_POLL_EMPTY_MESSAGE = "SubscriptionPushConsumer {} 从主题 {} 拉取到空消息,耗时 {} 毫秒,连续空拉取次数:{}"; - public static final String CONSUMER_LISTENER_FAILURE = - "消费消息时消费者监听器结果失败:{}"; + public static final String CONSUMER_LISTENER_FAILURE = "消费消息时消费者监听器结果失败:{}"; public static final String AUTO_POLL_UNEXPECTED = "自动拉取消息时发生意外情况..."; // --- SubscriptionExecutorServiceManager --- public static final String EXECUTOR_LAUNCHING = "正在启动 {},核心线程池大小:{}..."; public static final String EXECUTOR_SHUTTING_DOWN = "正在关闭 {}..."; - public static final String EXECUTOR_NOT_LAUNCHED_SUBMIT = - "{} 尚未启动,忽略提交任务"; - public static final String EXECUTOR_NOT_LAUNCHED_INVOKE = - "{} 尚未启动,忽略批量调用任务"; - public static final String EXECUTOR_NOT_LAUNCHED_ZERO = - "{} 尚未启动,返回零"; + public static final String EXECUTOR_NOT_LAUNCHED_SUBMIT = "{} 尚未启动,忽略提交任务"; + public static final String EXECUTOR_NOT_LAUNCHED_INVOKE = "{} 尚未启动,忽略批量调用任务"; + public static final String EXECUTOR_NOT_LAUNCHED_ZERO = "{} 尚未启动,返回零"; public static final String EXECUTOR_NOT_LAUNCHED_SCHEDULE = "{} 尚未启动,忽略 scheduleWithFixedDelay 任务"; // --- AbstractSubscriptionProviders --- - public static final String PROVIDER_CLOSE_FAILED = - "关闭订阅提供者 {} 失败,原因:{}"; + public static final String PROVIDER_CLOSE_FAILED = "关闭订阅提供者 {} 失败,原因:{}"; public static final String ADD_NEW_PROVIDER = "添加新的订阅提供者 {}"; public static final String CLOSE_STALE_PROVIDER = "关闭并移除过期的订阅提供者 {}"; - public static final String OPEN_PROVIDERS_FAILED = - "为消费者 {} 打开提供者失败,原因:{}"; - public static final String FETCH_ENDPOINTS_FAILED = - "为消费者 {} 获取所有端点失败,原因:{}"; + public static final String OPEN_PROVIDERS_FAILED = "为消费者 {} 打开提供者失败,原因:{}"; + public static final String FETCH_ENDPOINTS_FAILED = "为消费者 {} 获取所有端点失败,原因:{}"; // --- AbstractSubscriptionPullConsumer --- public static final String PULL_CONSUMER_CANCEL_AUTO_COMMIT = @@ -79,21 +70,15 @@ public final class SubscriptionMessages { "SubscriptionPullConsumer {} 提交自动提交工作线程"; public static final String PULL_CONSUMER_POLL_EMPTY_MESSAGE = "SubscriptionPullConsumer {} 从主题 {} 拉取到空消息,耗时 {} 毫秒,连续空拉取次数:{}"; - public static final String AUTO_COMMIT_UNEXPECTED = - "自动提交消息时发生意外情况..."; - public static final String COMMIT_DURING_CLOSE_UNEXPECTED = - "关闭期间提交消息时发生意外情况"; + public static final String AUTO_COMMIT_UNEXPECTED = "自动提交消息时发生意外情况..."; + public static final String COMMIT_DURING_CLOSE_UNEXPECTED = "关闭期间提交消息时发生意外情况"; // --- AbstractSubscriptionConsumer --- public static final String UNEXPECTED_RESPONSE_TYPE_WARN = "意外的响应类型:{}"; - public static final String CONSUMER_CANCEL_HEARTBEAT_WORKER = - "SubscriptionConsumer {} 取消心跳工作线程"; - public static final String CONSUMER_SUBMIT_HEARTBEAT_WORKER = - "SubscriptionConsumer {} 提交心跳工作线程"; - public static final String CONSUMER_CANCEL_ENDPOINTS_SYNCER = - "SubscriptionConsumer {} 取消端点同步器"; - public static final String CONSUMER_SUBMIT_ENDPOINTS_SYNCER = - "SubscriptionConsumer {} 提交端点同步器"; + public static final String CONSUMER_CANCEL_HEARTBEAT_WORKER = "SubscriptionConsumer {} 取消心跳工作线程"; + public static final String CONSUMER_SUBMIT_HEARTBEAT_WORKER = "SubscriptionConsumer {} 提交心跳工作线程"; + public static final String CONSUMER_CANCEL_ENDPOINTS_SYNCER = "SubscriptionConsumer {} 取消端点同步器"; + public static final String CONSUMER_SUBMIT_ENDPOINTS_SYNCER = "SubscriptionConsumer {} 提交端点同步器"; // --- TopicMeta (owner fencing) --- public static final String OWNER_ID_SHOULD_NOT_BE_EMPTY = "订阅 topic 的 owner id 不应为空"; @@ -116,119 +101,255 @@ public final class SubscriptionMessages { "当设置 %s 时,订阅 topic 的 owner 租约时长应为正数"; private SubscriptionMessages() {} + // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- - public static final String EXCEPTION_UNEXPECTED_FIELDS_ARG_WAS_OBTAINED_DURING_SHOW_TOPIC_30B5D702 = "执行 SHOW TOPIC 时获取到意外字段 %s..."; - public static final String EXCEPTION_UNEXPECTED_FIELDS_ARG_WAS_OBTAINED_DURING_SHOW_SUBSCRIPTION_71F9C549 = "执行 SHOW SUBSCRIPTION 时获取到意外字段 %s..."; - public static final String EXCEPTION_SUBSCRIPTION_SESSION_MUST_CONFIGURED_ENDPOINT_2CAD53A9 = "订阅会话必须配置 endpoint。"; - public static final String EXCEPTION_ARG_ILLEGAL_IDENTIFIER_NOT_ENCLOSED_BACKTICKS_CAN_ONLY_CONSIST_DIGITS_55D6A31F = - "%s 非法,未用反引号括起的标识符只能包含数字、字符和下划线。"; - public static final String EXCEPTION_WATERMARK_TIMESTAMP_ONLY_AVAILABLE_WATERMARK_MESSAGES_ACTUAL_MESSAGE_TYPE_F8E32C57 = "Watermark 时间戳仅适用于 watermark 消息,实际消息类型:"; - public static final String EXCEPTION_ARG_DO_NOT_SUPPORT_GETRESULTSETS_7789852D = "%s 不支持 getResultSets()."; - public static final String EXCEPTION_ARG_DO_NOT_SUPPORT_GETRECORDTABLETITERATOR_46B4A489 = "%s 不支持 getRecordTabletIterator()."; - public static final String EXCEPTION_ARG_DO_NOT_SUPPORT_GETTSFILE_40D23462 = "%s 不支持 getTsFile()."; + public static final String + EXCEPTION_UNEXPECTED_FIELDS_ARG_WAS_OBTAINED_DURING_SHOW_TOPIC_30B5D702 = + "执行 SHOW TOPIC 时获取到意外字段 %s..."; + public static final String + EXCEPTION_UNEXPECTED_FIELDS_ARG_WAS_OBTAINED_DURING_SHOW_SUBSCRIPTION_71F9C549 = + "执行 SHOW SUBSCRIPTION 时获取到意外字段 %s..."; + public static final String EXCEPTION_SUBSCRIPTION_SESSION_MUST_CONFIGURED_ENDPOINT_2CAD53A9 = + "订阅会话必须配置 endpoint。"; + public static final String + EXCEPTION_ARG_ILLEGAL_IDENTIFIER_NOT_ENCLOSED_BACKTICKS_CAN_ONLY_CONSIST_DIGITS_55D6A31F = + "%s 非法,未用反引号括起的标识符只能包含数字、字符和下划线。"; + public static final String + EXCEPTION_WATERMARK_TIMESTAMP_ONLY_AVAILABLE_WATERMARK_MESSAGES_ACTUAL_MESSAGE_TYPE_F8E32C57 = + "Watermark 时间戳仅适用于 watermark 消息,实际消息类型:"; + public static final String EXCEPTION_ARG_DO_NOT_SUPPORT_GETRESULTSETS_7789852D = + "%s 不支持 getResultSets()."; + public static final String EXCEPTION_ARG_DO_NOT_SUPPORT_GETRECORDTABLETITERATOR_46B4A489 = + "%s 不支持 getRecordTabletIterator()."; + public static final String EXCEPTION_ARG_DO_NOT_SUPPORT_GETTSFILE_40D23462 = + "%s 不支持 getTsFile()."; public static final String EXCEPTION_USER_DATA_HAS_BEEN_REMOVED_ARG_7093644B = "已从 %s 移除用户数据。"; - public static final String EXCEPTION_ARG_DOES_NOT_SUPPORT_OPENTREEREADER_TABLE_MODEL_TSFILE_68621ECF = "%s 不支持对表模型 TsFile 调用 openTreeReader()。"; - public static final String EXCEPTION_ARG_DOES_NOT_SUPPORT_OPENTABLEREADER_TREE_MODEL_TSFILE_CEC27860 = "%s 不支持对树模型 TsFile 调用 openTableReader()。"; + public static final String + EXCEPTION_ARG_DOES_NOT_SUPPORT_OPENTREEREADER_TABLE_MODEL_TSFILE_68621ECF = + "%s 不支持对表模型 TsFile 调用 openTreeReader()。"; + public static final String + EXCEPTION_ARG_DOES_NOT_SUPPORT_OPENTABLEREADER_TREE_MODEL_TSFILE_CEC27860 = + "%s 不支持对树模型 TsFile 调用 openTableReader()。"; public static final String EXCEPTION_UNKNOWN_COLUMN_CATEGORY_4F49F64B = "未知的列 category: "; public static final String EXCEPTION_RESULTSET_COLUMN_INDEX_OUT_OF_BOUND_ARG_2D8CC5A3 = "ResultSet 列索引越界: %d"; public static final String EXCEPTION_DATA_TYPE_ARG_NOT_SUPPORTED_31213160 = "不支持的数据类型 %s。"; - public static final String LOG_SUBSCRIPTIONPUSHCONSUMER_ARG_POLL_EMPTY_MESSAGE_TOPICS_ARG_AFTER_ARG_MILLISECOND_741801C2 = "SubscriptionPushConsumer {} 从主题 {} poll 到空消息,耗时 {} 毫秒"; - public static final String LOG_CONSUMER_LISTENER_RAISED_EXCEPTION_CONSUMING_MESSAGE_ARG_867EE46D = "消费者 listener 消费消息时抛出异常:{}"; - public static final String LOG_ARG_FAILED_CREATE_CONNECTION_ARG_BECAUSE_ARG_E536E22A = "{} 无法与 {} 创建连接,原因:{}"; - public static final String LOG_ARG_FAILED_FETCH_ALL_ENDPOINTS_ARG_BECAUSE_ARG_2C9E11D4 = "{} 无法从 {} 获取所有 endpoint,原因:{}"; - public static final String LOG_TERMINATION_OCCURRED_SUBSCRIPTIONCONSUMER_ARG_POLLING_TOPICS_UNSUBSCRIBE_TOPIC_ARG_AUTOMATICALLY_E9B695FA = "订阅消费者 {} poll 主题时发生终止,自动取消订阅主题 {}"; - public static final String LOG_ARG_FAILED_SENDING_HEARTBEAT_SUBSCRIPTION_PROVIDER_ARG_BECAUSE_ARG_SET_0B38FB1F = "{} 无法向 SubscriptionProvider {} 发送心跳,原因:{},将 SubscriptionProvider 设为不可用"; - public static final String LOG_EXCEPTION_OCCURRED_ARG_CLOSING_REMOVING_SUBSCRIPTION_PROVIDER_ARG_BECAUSE_ARG_2EC38739 = "{} 关闭并移除 SubscriptionProvider {} 时发生异常,原因:{}"; - public static final String EXCEPTION_CLUSTER_HAS_NO_AVAILABLE_SUBSCRIPTION_PROVIDERS_CONNECT_INITIAL_ENDPOINTS_ARG_5DB83198 = "集群没有可连接初始 endpoint %s 的可用 SubscriptionProvider"; - public static final String LOG_ARG_HAS_BEEN_LAUNCHED_SET_CORE_POOL_SIZE_ARG_WILL_0FDECBE3 = "{} 已启动,将 core pool size 设置为 {} 的操作会被忽略"; - public static final String LOG_INTERRUPT_WORKER_WHICH_MAY_CAUSE_SOME_TASK_INCONSISTENT_PLEASE_CHECK_04926D9F = "中断 worker 可能造成某些任务不一致。请检查业务日志。"; - public static final String LOG_THREAD_POOL_CAN_T_SHUTDOWN_EVEN_INTERRUPTING_WORKER_THREADS_WHICH_A49166F9 = - "即使中断工作线程也无法关闭线程池,可能造成某些任务不一致。请检查业务日志。"; - public static final String LOG_CURRENT_THREAD_INTERRUPTED_IT_TRYING_STOP_WORKER_THREADS_MAY_LEAVE_CF07ABA0 = - "当前线程尝试停止工作线程时被中断,可能留下不一致状态。请检查业务日志。"; - public static final String LOG_IOEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SERIALIZE_HANDSHAKE_REQUEST_ARG_C1414290 = "SubscriptionProvider {} 序列化握手请求 {} 时发生 IOException"; - public static final String LOG_TEXCEPTION_IOTDBCONNECTIONEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_HANDSHAKE_REQUEST_ARG_SET_SUBSCRIPTI = "SubscriptionProvider {} 使用请求 {} 握手时发生 TException/IoTDBConnectionException,将 SubscriptionProvider 设为不可用"; - public static final String LOG_TEXCEPTION_IOTDBCONNECTIONEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_CLOSE_SET_SUBSCRIPTIONPROVIDER_UNAVA = "SubscriptionProvider {} 关闭时发生 TException/IoTDBConnectionException,将 SubscriptionProvider 设为不可用"; - public static final String LOG_IOEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SERIALIZE_HEARTBEAT_REQUEST_ARG_634C8333 = "SubscriptionProvider {} 序列化心跳请求 {} 时发生 IOException"; - public static final String LOG_TEXCEPTION_IOTDBCONNECTIONEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_HEARTBEAT_SET_SUBSCRIPTIONPROVIDER_U = "SubscriptionProvider {} 发送心跳时发生 TException/IoTDBConnectionException,将 SubscriptionProvider 设为不可用"; - public static final String LOG_IOEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SERIALIZE_SUBSCRIBE_REQUEST_ARG_5E703B32 = "SubscriptionProvider {} 序列化订阅请求 {} 时发生 IOException"; - public static final String LOG_TEXCEPTION_IOTDBCONNECTIONEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SUBSCRIBE_REQUEST_ARG_SET_SUBSCRIPTI = "SubscriptionProvider {} 使用请求 {} 订阅时发生 TException/IoTDBConnectionException,将 SubscriptionProvider 设为不可用"; - public static final String LOG_IOEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SERIALIZE_UNSUBSCRIBE_REQUEST_ARG_85D423CE = "SubscriptionProvider {} 序列化取消订阅请求 {} 时发生 IOException"; - public static final String LOG_TEXCEPTION_IOTDBCONNECTIONEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_UNSUBSCRIBE_REQUEST_ARG_SET_SUBSCRIP = "SubscriptionProvider {} 使用请求 {} 取消订阅时发生 TException/IoTDBConnectionException,将 SubscriptionProvider 设为不可用"; - public static final String LOG_IOEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SERIALIZE_SEEK_REQUEST_TOPIC_ARG_7620B991 = "SubscriptionProvider {} 序列化主题 {} 的 seek 请求时发生 IOException"; - public static final String LOG_TEXCEPTION_IOTDBCONNECTIONEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SEEK_REQUEST_TOPIC_ARG_SET_AEAFC363 = "SubscriptionProvider {} 对主题 {} 执行 seek 请求时发生 TException/IoTDBConnectionException,将 SubscriptionProvider 设为不可用"; - public static final String LOG_IOEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SERIALIZE_SEEK_TOPICPROGRESS_TOPIC_ARG_E64C0FAF = "SubscriptionProvider {} 序列化主题 {} 的 seek(TopicProgress) 时发生 IOException"; - public static final String LOG_TEXCEPTION_IOTDBCONNECTIONEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SEEK_TOPICPROGRESS_TOPIC_ARG_SET_193 = "SubscriptionProvider {} 对主题 {} 执行 seek(TopicProgress) 时发生 TException/IoTDBConnectionException,将 SubscriptionProvider 设为不可用"; - public static final String LOG_IOEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SERIALIZE_SEEKAFTER_TOPICPROGRESS_TOPIC_ARG_9F79F3CF = "SubscriptionProvider {} 序列化主题 {} 的 seekAfter(TopicProgress) 时发生 IOException"; - public static final String LOG_TEXCEPTION_IOTDBCONNECTIONEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SEEKAFTER_TOPICPROGRESS_TOPIC_ARG_SE = "SubscriptionProvider {} 对主题 {} 执行 seekAfter(TopicProgress) 时发生 TException/IoTDBConnectionException,将 SubscriptionProvider 设为不可用"; - public static final String LOG_IOEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SERIALIZE_POLL_REQUEST_ARG_969C4A7A = "SubscriptionProvider {} 序列化 poll 请求 {} 时发生 IOException"; - public static final String LOG_TEXCEPTION_IOTDBCONNECTIONEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_POLL_REQUEST_ARG_SET_SUBSCRIPTIONPRO = "SubscriptionProvider {} 使用请求 {} poll 时发生 TException/IoTDBConnectionException,将 SubscriptionProvider 设为不可用"; - public static final String LOG_IOEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SERIALIZE_COMMIT_REQUEST_ARG_D5335538 = "SubscriptionProvider {} 序列化 commit 请求 {} 时发生 IOException"; - public static final String LOG_TEXCEPTION_IOTDBCONNECTIONEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_COMMIT_REQUEST_ARG_SET_SUBSCRIPTIONP = "SubscriptionProvider {} 使用请求 {} commit 时发生 TException/IoTDBConnectionException,将 SubscriptionProvider 设为不可用"; - public static final String LOG_FAILED_COMMIT_DRAINED_PROCESSOR_MESSAGES_CLOSE_4264DB35 = "关闭时无法提交已排空的 processor 消息"; - public static final String LOG_FAILED_COMMIT_PENDING_DRAINED_PROCESSOR_MESSAGES_CLOSE_644B5DDD = "关闭时无法提交待处理且已排空的 processor 消息"; - public static final String LOG_SUBSCRIPTIONPULLCONSUMER_ARG_DOES_NOT_SUBSCRIBE_TOPIC_ARG_F40BE4D1 = "SubscriptionPullConsumer {} 未订阅主题 {}"; - public static final String LOG_SUBSCRIPTIONPULLCONSUMER_ARG_POLL_EMPTY_MESSAGE_TOPICS_ARG_AFTER_ARG_MILLISECOND_78F4D4A6 = "SubscriptionPullConsumer {} 从主题 {} poll 到空消息,耗时 {} 毫秒"; - public static final String EXCEPTION_SUBSCRIPTIONPULLCONSUMER_ARG_CANNOT_SEEK_TOPIC_ARG_SUBSCRIBED_MULTIPLE_TOPICS_BECAUSE_B99BCABC = - "SubscriptionPullConsumer %s 订阅多个主题时无法 seek 主题 %s,原因:processor %s 不支持" - + "主题范围的 reset"; - public static final String LOG_DETECT_ALREADY_EXISTED_FILE_ARG_POLLING_TOPIC_ARG_RESUME_CONSUMPTION_AD735649 = "检测到已存在文件 {},poll 主题 {} 时恢复消费"; - public static final String LOG_DETECT_ALREADY_EXISTED_FILE_ARG_POLLING_TOPIC_ARG_ADD_RANDOM_64BBDEEB = "检测到已存在文件 {},poll 主题 {} 时为文件名添加随机后缀 {}"; - public static final String LOG_SUBSCRIPTIONRUNTIMECRITICALEXCEPTION_OCCURRED_SUBSCRIPTIONCONSUMER_ARG_POLLING_TOPICS_ARG_C96324AD = "SubscriptionConsumer {} poll 主题 {} 时发生 SubscriptionRuntimeCriticalException"; - public static final String LOG_EXECUTIONEXCEPTION_OCCURRED_SUBSCRIPTIONCONSUMER_ARG_POLLING_TOPICS_ARG_40F5E1CC = "SubscriptionConsumer {} poll 主题 {} 时发生 ExecutionException"; - public static final String LOG_INTERRUPTEDEXCEPTION_OCCURRED_SUBSCRIPTIONCONSUMER_ARG_POLLING_TOPICS_ARG_9B556CD5 = "SubscriptionConsumer {} poll 主题 {} 时发生 InterruptedException"; - public static final String LOG_SUBSCRIPTIONRUNTIMENONCRITICALEXCEPTION_OCCURRED_SUBSCRIPTIONCONSUMER_ARG_POLLING_TOPICS_ARG_61838153 = "SubscriptionConsumer {} poll 主题 {} 时发生 SubscriptionRuntimeNonCriticalException"; - public static final String LOG_ARG_START_POLL_FILE_ARG_COMMIT_CONTEXT_ARG_AT_OFFSET_0F677E12 = "{} 开始 poll 文件 {},commit context {},offset {}"; - public static final String LOG_SUBSCRIPTIONCONSUMER_ARG_SUCCESSFULLY_POLL_FILE_ARG_COMMIT_CONTEXT_ARG_A23E0FDB = "订阅消费者 {} 成功 poll 文件 {},commit context {}"; - public static final String LOG_ERROR_OCCURRED_SUBSCRIPTIONCONSUMER_ARG_POLLING_FILE_ARG_COMMIT_CONTEXT_ARG_03619D67 = "订阅消费者 {} poll 文件 {} 时发生错误,commit context {}:{},critical:{}"; - public static final String LOG_ERROR_OCCURRED_SUBSCRIPTIONCONSUMER_ARG_POLLING_TABLETS_COMMIT_CONTEXT_ARG_ARG_FF40B4E1 = "订阅消费者 {} poll tablets 时发生错误,commit context {}:{},critical:{}"; - public static final String LOG_ARG_FAILED_COMMIT_CONTEXTS_ARG_CF224D1E = "{} commit contexts 失败:{}"; - public static final String LOG_ARG_STAGED_ARG_CONSENSUS_ACK_S_REDIRECT_AFTER_PROVIDER_ARG_0F0C0623 = "{} 已暂存 {} 个 consensus ack,用于 provider {} 不可用后的重定向"; - public static final String LOG_ARG_KEEP_ARG_NON_CONSENSUS_ACK_S_PENDING_AFTER_PROVIDER_32F56904 = "{} 保留 {} 个 non-consensus ack 待处理,因为 provider {} commit 失败"; - public static final String LOG_ARG_FAILED_SUBSCRIBE_TOPICS_ARG_SUBSCRIPTION_PROVIDER_ARG_TRY_NEXT_4DF9FC46 = "{} 无法订阅主题 {},SubscriptionProvider {} 失败,尝试下一个 SubscriptionProvider..."; - public static final String LOG_ARG_FAILED_UNSUBSCRIBE_TOPICS_ARG_SUBSCRIPTION_PROVIDER_ARG_TRY_NEXT_2205E8A8 = "{} 无法取消订阅主题 {},SubscriptionProvider {} 失败,尝试下一个 SubscriptionProvider..."; - public static final String LOG_ARG_FAILED_SEEK_TOPIC_ARG_SUBSCRIPTION_PROVIDER_ARG_SEEK_REQUIRES_15AFE61D = - "{} 无法在主题 {} 上从 SubscriptionProvider {} 执行 seek; seek 要求每个 provider 都成功," - + "因此客户端会先继续通知剩余 provider,然后再使本次 seek 失败。"; - public static final String LOG_ARG_FAILED_SEEK_TOPIC_ARG_TOPICPROGRESS_REGIONCOUNT_ARG_PROVIDER_ARG_E999A05B = - "{} 无法在主题 {} 上 seek 到 TopicProgress(regionCount={}),provider {} 失败; seek 要求每个" - + " provider 都成功,因此客户端会先继续通知剩余 provider,然后再使本次 seek 失败。"; - public static final String LOG_ARG_FAILED_SEEKAFTER_TOPIC_ARG_TOPICPROGRESS_REGIONCOUNT_ARG_PROVIDER_ARG_0C795E87 = - "{} 无法在主题 {} 上 seekAfter 到 TopicProgress(regionCount={}),provider {} 失败; seek 要求每个" - + " provider 都成功,因此客户端会先继续通知剩余 provider,然后再使本次 seekAfter 失败。"; - public static final String LOG_ARG_FAILED_REDIRECT_ARG_PENDING_CONSENSUS_ACK_S_ARG_VIA_E6A10AC5 = "{} 无法重定向 {} 个待处理 consensus ack,目标 {},provider {}"; - public static final String LOG_ARG_FAILED_FETCH_ALL_ENDPOINTS_SUBSCRIPTION_PROVIDER_ARG_TRY_NEXT_25651CAD = "{} 无法从 SubscriptionProvider {} 获取所有 endpoint,尝试下一个 SubscriptionProvider..."; - public static final String EXCEPTION_FAILED_HANDSHAKE_SUBSCRIPTION_PROVIDER_ARG_BECAUSE_ARG_251C2E2A = "与 SubscriptionProvider %s 握手失败,原因:%s"; - public static final String EXCEPTION_CLUSTER_HAS_NO_AVAILABLE_SUBSCRIPTION_PROVIDERS_ARG_POLL_TOPIC_ARG_FABF7A4E = "%s poll 主题 %s 时,集群没有可用的 SubscriptionProvider"; - public static final String EXCEPTION_SOMETHING_UNEXPECTED_HAPPENED_ARG_POLL_FILE_SUBSCRIPTION_PROVIDER_DATA_NODE_07426483 = - "%s 从 DataNode id 为 %s 的 SubscriptionProvider poll 文件时发生意外情况,该 SubscriptionProvider" - + " 可能不可用或不存在"; - public static final String EXCEPTION_SOMETHING_UNEXPECTED_HAPPENED_ARG_POLL_TABLETS_SUBSCRIPTION_PROVIDER_DATA_NODE_8D80E611 = - "%s 从 DataNode id 为 %s 的 SubscriptionProvider poll tablets 时发生意外情况,该 SubscriptionProvider" - + " 可能不可用或不存在"; - public static final String EXCEPTION_SOMETHING_UNEXPECTED_HAPPENED_ARG_COMMIT_NACK_ARG_MESSAGES_SUBSCRIPTION_PROVIDER_2026D7CE = - "%s 向 SubscriptionProvider commit 消息(nack:%s),DataNode id 为 %s," - + "该 SubscriptionProvider 可能不可用或不存在"; - public static final String EXCEPTION_CLUSTER_HAS_NO_AVAILABLE_SUBSCRIPTION_PROVIDERS_ARG_SUBSCRIBE_TOPIC_ARG_06E872FE = "%s 订阅主题 %s 时,集群没有可用的 SubscriptionProvider"; - public static final String EXCEPTION_CLUSTER_HAS_NO_AVAILABLE_SUBSCRIPTION_PROVIDERS_ARG_UNSUBSCRIBE_TOPIC_ARG_BF50B2B1 = "%s 取消订阅主题 %s 时,集群没有可用的 SubscriptionProvider"; - public static final String EXCEPTION_CLUSTER_HAS_NO_AVAILABLE_SUBSCRIPTION_PROVIDERS_ARG_SEEK_TOPIC_ARG_9F93C2E7 = "%s seek 主题 %s 时,集群没有可用的 SubscriptionProvider"; - public static final String EXCEPTION_CLUSTER_HAS_NO_AVAILABLE_SUBSCRIPTION_PROVIDERS_ARG_SEEKAFTER_TOPIC_ARG_C86D5F85 = "%s seekAfter 主题 %s 时,集群没有可用的 SubscriptionProvider"; - public static final String EXCEPTION_CLUSTER_HAS_NO_AVAILABLE_SUBSCRIPTION_PROVIDERS_ARG_FETCH_ALL_ENDPOINTS_D232693E = "%s 获取所有 endpoint 时,集群没有可用的 SubscriptionProvider"; - public static final String EXCEPTION_PASSWORD_ENCRYPTEDPASSWORD_MUTUALLY_EXCLUSIVE_ENCRYPTEDPASSWORD_ALREADY_SET_E4548A43 = "password 与 encryptedPassword 互斥;已设置 encryptedPassword"; - public static final String EXCEPTION_PASSWORD_ENCRYPTEDPASSWORD_MUTUALLY_EXCLUSIVE_PASSWORD_ALREADY_SET_BB20AD1E = "password 与 encryptedPassword 互斥;已设置 password"; - public static final String EXCEPTION_INCREMENTAL_MODE_TOPIC_SHOULD_NOT_GENERATE_PIPE_SOURCE_ATTRIBUTES_09D75393 = "incremental mode 的 topic 不应生成 pipe source attributes"; - public static final String EXCEPTION_UNSUPPORTED_SUBSCRIPTIONCOMMITCONTEXT_VERSION_8021B27B = "不支持的 SubscriptionCommitContext 版本:"; + public static final String + LOG_SUBSCRIPTIONPUSHCONSUMER_ARG_POLL_EMPTY_MESSAGE_TOPICS_ARG_AFTER_ARG_MILLISECOND_741801C2 = + "SubscriptionPushConsumer {} 从主题 {} poll 到空消息,耗时 {} 毫秒"; + public static final String LOG_CONSUMER_LISTENER_RAISED_EXCEPTION_CONSUMING_MESSAGE_ARG_867EE46D = + "消费者 listener 消费消息时抛出异常:{}"; + public static final String LOG_ARG_FAILED_CREATE_CONNECTION_ARG_BECAUSE_ARG_E536E22A = + "{} 无法与 {} 创建连接,原因:{}"; + public static final String LOG_ARG_FAILED_FETCH_ALL_ENDPOINTS_ARG_BECAUSE_ARG_2C9E11D4 = + "{} 无法从 {} 获取所有 endpoint,原因:{}"; + public static final String + LOG_TERMINATION_OCCURRED_SUBSCRIPTIONCONSUMER_ARG_POLLING_TOPICS_UNSUBSCRIBE_TOPIC_ARG_AUTOMATICALLY_E9B695FA = + "订阅消费者 {} poll 主题时发生终止,自动取消订阅主题 {}"; + public static final String + LOG_ARG_FAILED_SENDING_HEARTBEAT_SUBSCRIPTION_PROVIDER_ARG_BECAUSE_ARG_SET_0B38FB1F = + "{} 无法向 SubscriptionProvider {} 发送心跳,原因:{},将 SubscriptionProvider 设为不可用"; + public static final String + LOG_EXCEPTION_OCCURRED_ARG_CLOSING_REMOVING_SUBSCRIPTION_PROVIDER_ARG_BECAUSE_ARG_2EC38739 = + "{} 关闭并移除 SubscriptionProvider {} 时发生异常,原因:{}"; + public static final String + EXCEPTION_CLUSTER_HAS_NO_AVAILABLE_SUBSCRIPTION_PROVIDERS_CONNECT_INITIAL_ENDPOINTS_ARG_5DB83198 = + "集群没有可连接初始 endpoint %s 的可用 SubscriptionProvider"; + public static final String LOG_ARG_HAS_BEEN_LAUNCHED_SET_CORE_POOL_SIZE_ARG_WILL_0FDECBE3 = + "{} 已启动,将 core pool size 设置为 {} 的操作会被忽略"; + public static final String + LOG_INTERRUPT_WORKER_WHICH_MAY_CAUSE_SOME_TASK_INCONSISTENT_PLEASE_CHECK_04926D9F = + "中断 worker 可能造成某些任务不一致。请检查业务日志。"; + public static final String + LOG_THREAD_POOL_CAN_T_SHUTDOWN_EVEN_INTERRUPTING_WORKER_THREADS_WHICH_A49166F9 = + "即使中断工作线程也无法关闭线程池,可能造成某些任务不一致。请检查业务日志。"; + public static final String + LOG_CURRENT_THREAD_INTERRUPTED_IT_TRYING_STOP_WORKER_THREADS_MAY_LEAVE_CF07ABA0 = + "当前线程尝试停止工作线程时被中断,可能留下不一致状态。请检查业务日志。"; + public static final String + LOG_IOEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SERIALIZE_HANDSHAKE_REQUEST_ARG_C1414290 = + "SubscriptionProvider {} 序列化握手请求 {} 时发生 IOException"; + public static final String + LOG_TEXCEPTION_IOTDBCONNECTIONEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_HANDSHAKE_REQUEST_ARG_SET_SUBSCRIPTI = + "SubscriptionProvider {} 使用请求 {} 握手时发生 TException/IoTDBConnectionException,将 SubscriptionProvider 设为不可用"; + public static final String + LOG_TEXCEPTION_IOTDBCONNECTIONEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_CLOSE_SET_SUBSCRIPTIONPROVIDER_UNAVA = + "SubscriptionProvider {} 关闭时发生 TException/IoTDBConnectionException,将 SubscriptionProvider 设为不可用"; + public static final String + LOG_IOEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SERIALIZE_HEARTBEAT_REQUEST_ARG_634C8333 = + "SubscriptionProvider {} 序列化心跳请求 {} 时发生 IOException"; + public static final String + LOG_TEXCEPTION_IOTDBCONNECTIONEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_HEARTBEAT_SET_SUBSCRIPTIONPROVIDER_U = + "SubscriptionProvider {} 发送心跳时发生 TException/IoTDBConnectionException,将 SubscriptionProvider 设为不可用"; + public static final String + LOG_IOEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SERIALIZE_SUBSCRIBE_REQUEST_ARG_5E703B32 = + "SubscriptionProvider {} 序列化订阅请求 {} 时发生 IOException"; + public static final String + LOG_TEXCEPTION_IOTDBCONNECTIONEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SUBSCRIBE_REQUEST_ARG_SET_SUBSCRIPTI = + "SubscriptionProvider {} 使用请求 {} 订阅时发生 TException/IoTDBConnectionException,将 SubscriptionProvider 设为不可用"; + public static final String + LOG_IOEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SERIALIZE_UNSUBSCRIBE_REQUEST_ARG_85D423CE = + "SubscriptionProvider {} 序列化取消订阅请求 {} 时发生 IOException"; + public static final String + LOG_TEXCEPTION_IOTDBCONNECTIONEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_UNSUBSCRIBE_REQUEST_ARG_SET_SUBSCRIP = + "SubscriptionProvider {} 使用请求 {} 取消订阅时发生 TException/IoTDBConnectionException,将 SubscriptionProvider 设为不可用"; + public static final String + LOG_IOEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SERIALIZE_SEEK_REQUEST_TOPIC_ARG_7620B991 = + "SubscriptionProvider {} 序列化主题 {} 的 seek 请求时发生 IOException"; + public static final String + LOG_TEXCEPTION_IOTDBCONNECTIONEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SEEK_REQUEST_TOPIC_ARG_SET_AEAFC363 = + "SubscriptionProvider {} 对主题 {} 执行 seek 请求时发生 TException/IoTDBConnectionException,将 SubscriptionProvider 设为不可用"; + public static final String + LOG_IOEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SERIALIZE_SEEK_TOPICPROGRESS_TOPIC_ARG_E64C0FAF = + "SubscriptionProvider {} 序列化主题 {} 的 seek(TopicProgress) 时发生 IOException"; + public static final String + LOG_TEXCEPTION_IOTDBCONNECTIONEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SEEK_TOPICPROGRESS_TOPIC_ARG_SET_193 = + "SubscriptionProvider {} 对主题 {} 执行 seek(TopicProgress) 时发生 TException/IoTDBConnectionException,将 SubscriptionProvider 设为不可用"; + public static final String + LOG_IOEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SERIALIZE_SEEKAFTER_TOPICPROGRESS_TOPIC_ARG_9F79F3CF = + "SubscriptionProvider {} 序列化主题 {} 的 seekAfter(TopicProgress) 时发生 IOException"; + public static final String + LOG_TEXCEPTION_IOTDBCONNECTIONEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SEEKAFTER_TOPICPROGRESS_TOPIC_ARG_SE = + "SubscriptionProvider {} 对主题 {} 执行 seekAfter(TopicProgress) 时发生 TException/IoTDBConnectionException,将 SubscriptionProvider 设为不可用"; + public static final String + LOG_IOEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SERIALIZE_POLL_REQUEST_ARG_969C4A7A = + "SubscriptionProvider {} 序列化 poll 请求 {} 时发生 IOException"; + public static final String + LOG_TEXCEPTION_IOTDBCONNECTIONEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_POLL_REQUEST_ARG_SET_SUBSCRIPTIONPRO = + "SubscriptionProvider {} 使用请求 {} poll 时发生 TException/IoTDBConnectionException,将 SubscriptionProvider 设为不可用"; + public static final String + LOG_IOEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_SERIALIZE_COMMIT_REQUEST_ARG_D5335538 = + "SubscriptionProvider {} 序列化 commit 请求 {} 时发生 IOException"; + public static final String + LOG_TEXCEPTION_IOTDBCONNECTIONEXCEPTION_OCCURRED_SUBSCRIPTIONPROVIDER_ARG_COMMIT_REQUEST_ARG_SET_SUBSCRIPTIONP = + "SubscriptionProvider {} 使用请求 {} commit 时发生 TException/IoTDBConnectionException,将 SubscriptionProvider 设为不可用"; + public static final String LOG_FAILED_COMMIT_DRAINED_PROCESSOR_MESSAGES_CLOSE_4264DB35 = + "关闭时无法提交已排空的 processor 消息"; + public static final String LOG_FAILED_COMMIT_PENDING_DRAINED_PROCESSOR_MESSAGES_CLOSE_644B5DDD = + "关闭时无法提交待处理且已排空的 processor 消息"; + public static final String + LOG_SUBSCRIPTIONPULLCONSUMER_ARG_DOES_NOT_SUBSCRIBE_TOPIC_ARG_F40BE4D1 = + "SubscriptionPullConsumer {} 未订阅主题 {}"; + public static final String + LOG_SUBSCRIPTIONPULLCONSUMER_ARG_POLL_EMPTY_MESSAGE_TOPICS_ARG_AFTER_ARG_MILLISECOND_78F4D4A6 = + "SubscriptionPullConsumer {} 从主题 {} poll 到空消息,耗时 {} 毫秒"; + public static final String + EXCEPTION_SUBSCRIPTIONPULLCONSUMER_ARG_CANNOT_SEEK_TOPIC_ARG_SUBSCRIBED_MULTIPLE_TOPICS_BECAUSE_B99BCABC = + "SubscriptionPullConsumer %s 订阅多个主题时无法 seek 主题 %s,原因:processor %s 不支持" + "主题范围的 reset"; + public static final String + LOG_DETECT_ALREADY_EXISTED_FILE_ARG_POLLING_TOPIC_ARG_RESUME_CONSUMPTION_AD735649 = + "检测到已存在文件 {},poll 主题 {} 时恢复消费"; + public static final String + LOG_DETECT_ALREADY_EXISTED_FILE_ARG_POLLING_TOPIC_ARG_ADD_RANDOM_64BBDEEB = + "检测到已存在文件 {},poll 主题 {} 时为文件名添加随机后缀 {}"; + public static final String + LOG_SUBSCRIPTIONRUNTIMECRITICALEXCEPTION_OCCURRED_SUBSCRIPTIONCONSUMER_ARG_POLLING_TOPICS_ARG_C96324AD = + "SubscriptionConsumer {} poll 主题 {} 时发生 SubscriptionRuntimeCriticalException"; + public static final String + LOG_EXECUTIONEXCEPTION_OCCURRED_SUBSCRIPTIONCONSUMER_ARG_POLLING_TOPICS_ARG_40F5E1CC = + "SubscriptionConsumer {} poll 主题 {} 时发生 ExecutionException"; + public static final String + LOG_INTERRUPTEDEXCEPTION_OCCURRED_SUBSCRIPTIONCONSUMER_ARG_POLLING_TOPICS_ARG_9B556CD5 = + "SubscriptionConsumer {} poll 主题 {} 时发生 InterruptedException"; + public static final String + LOG_SUBSCRIPTIONRUNTIMENONCRITICALEXCEPTION_OCCURRED_SUBSCRIPTIONCONSUMER_ARG_POLLING_TOPICS_ARG_61838153 = + "SubscriptionConsumer {} poll 主题 {} 时发生 SubscriptionRuntimeNonCriticalException"; + public static final String LOG_ARG_START_POLL_FILE_ARG_COMMIT_CONTEXT_ARG_AT_OFFSET_0F677E12 = + "{} 开始 poll 文件 {},commit context {},offset {}"; + public static final String + LOG_SUBSCRIPTIONCONSUMER_ARG_SUCCESSFULLY_POLL_FILE_ARG_COMMIT_CONTEXT_ARG_A23E0FDB = + "订阅消费者 {} 成功 poll 文件 {},commit context {}"; + public static final String + LOG_ERROR_OCCURRED_SUBSCRIPTIONCONSUMER_ARG_POLLING_FILE_ARG_COMMIT_CONTEXT_ARG_03619D67 = + "订阅消费者 {} poll 文件 {} 时发生错误,commit context {}:{},critical:{}"; + public static final String + LOG_ERROR_OCCURRED_SUBSCRIPTIONCONSUMER_ARG_POLLING_TABLETS_COMMIT_CONTEXT_ARG_ARG_FF40B4E1 = + "订阅消费者 {} poll tablets 时发生错误,commit context {}:{},critical:{}"; + public static final String LOG_ARG_FAILED_COMMIT_CONTEXTS_ARG_CF224D1E = + "{} commit contexts 失败:{}"; + public static final String + LOG_ARG_STAGED_ARG_CONSENSUS_ACK_S_REDIRECT_AFTER_PROVIDER_ARG_0F0C0623 = + "{} 已暂存 {} 个 consensus ack,用于 provider {} 不可用后的重定向"; + public static final String LOG_ARG_KEEP_ARG_NON_CONSENSUS_ACK_S_PENDING_AFTER_PROVIDER_32F56904 = + "{} 保留 {} 个 non-consensus ack 待处理,因为 provider {} commit 失败"; + public static final String + LOG_ARG_FAILED_SUBSCRIBE_TOPICS_ARG_SUBSCRIPTION_PROVIDER_ARG_TRY_NEXT_4DF9FC46 = + "{} 无法订阅主题 {},SubscriptionProvider {} 失败,尝试下一个 SubscriptionProvider..."; + public static final String + LOG_ARG_FAILED_UNSUBSCRIBE_TOPICS_ARG_SUBSCRIPTION_PROVIDER_ARG_TRY_NEXT_2205E8A8 = + "{} 无法取消订阅主题 {},SubscriptionProvider {} 失败,尝试下一个 SubscriptionProvider..."; + public static final String + LOG_ARG_FAILED_SEEK_TOPIC_ARG_SUBSCRIPTION_PROVIDER_ARG_SEEK_REQUIRES_15AFE61D = + "{} 无法在主题 {} 上从 SubscriptionProvider {} 执行 seek; seek 要求每个 provider 都成功," + + "因此客户端会先继续通知剩余 provider,然后再使本次 seek 失败。"; + public static final String + LOG_ARG_FAILED_SEEK_TOPIC_ARG_TOPICPROGRESS_REGIONCOUNT_ARG_PROVIDER_ARG_E999A05B = + "{} 无法在主题 {} 上 seek 到 TopicProgress(regionCount={}),provider {} 失败; seek 要求每个" + + " provider 都成功,因此客户端会先继续通知剩余 provider,然后再使本次 seek 失败。"; + public static final String + LOG_ARG_FAILED_SEEKAFTER_TOPIC_ARG_TOPICPROGRESS_REGIONCOUNT_ARG_PROVIDER_ARG_0C795E87 = + "{} 无法在主题 {} 上 seekAfter 到 TopicProgress(regionCount={}),provider {} 失败; seek 要求每个" + + " provider 都成功,因此客户端会先继续通知剩余 provider,然后再使本次 seekAfter 失败。"; + public static final String LOG_ARG_FAILED_REDIRECT_ARG_PENDING_CONSENSUS_ACK_S_ARG_VIA_E6A10AC5 = + "{} 无法重定向 {} 个待处理 consensus ack,目标 {},provider {}"; + public static final String + LOG_ARG_FAILED_FETCH_ALL_ENDPOINTS_SUBSCRIPTION_PROVIDER_ARG_TRY_NEXT_25651CAD = + "{} 无法从 SubscriptionProvider {} 获取所有 endpoint,尝试下一个 SubscriptionProvider..."; + public static final String + EXCEPTION_FAILED_HANDSHAKE_SUBSCRIPTION_PROVIDER_ARG_BECAUSE_ARG_251C2E2A = + "与 SubscriptionProvider %s 握手失败,原因:%s"; + public static final String + EXCEPTION_CLUSTER_HAS_NO_AVAILABLE_SUBSCRIPTION_PROVIDERS_ARG_POLL_TOPIC_ARG_FABF7A4E = + "%s poll 主题 %s 时,集群没有可用的 SubscriptionProvider"; + public static final String + EXCEPTION_SOMETHING_UNEXPECTED_HAPPENED_ARG_POLL_FILE_SUBSCRIPTION_PROVIDER_DATA_NODE_07426483 = + "%s 从 DataNode id 为 %s 的 SubscriptionProvider poll 文件时发生意外情况,该 SubscriptionProvider" + + " 可能不可用或不存在"; + public static final String + EXCEPTION_SOMETHING_UNEXPECTED_HAPPENED_ARG_POLL_TABLETS_SUBSCRIPTION_PROVIDER_DATA_NODE_8D80E611 = + "%s 从 DataNode id 为 %s 的 SubscriptionProvider poll tablets 时发生意外情况,该 SubscriptionProvider" + + " 可能不可用或不存在"; + public static final String + EXCEPTION_SOMETHING_UNEXPECTED_HAPPENED_ARG_COMMIT_NACK_ARG_MESSAGES_SUBSCRIPTION_PROVIDER_2026D7CE = + "%s 向 SubscriptionProvider commit 消息(nack:%s),DataNode id 为 %s," + + "该 SubscriptionProvider 可能不可用或不存在"; + public static final String + EXCEPTION_CLUSTER_HAS_NO_AVAILABLE_SUBSCRIPTION_PROVIDERS_ARG_SUBSCRIBE_TOPIC_ARG_06E872FE = + "%s 订阅主题 %s 时,集群没有可用的 SubscriptionProvider"; + public static final String + EXCEPTION_CLUSTER_HAS_NO_AVAILABLE_SUBSCRIPTION_PROVIDERS_ARG_UNSUBSCRIBE_TOPIC_ARG_BF50B2B1 = + "%s 取消订阅主题 %s 时,集群没有可用的 SubscriptionProvider"; + public static final String + EXCEPTION_CLUSTER_HAS_NO_AVAILABLE_SUBSCRIPTION_PROVIDERS_ARG_SEEK_TOPIC_ARG_9F93C2E7 = + "%s seek 主题 %s 时,集群没有可用的 SubscriptionProvider"; + public static final String + EXCEPTION_CLUSTER_HAS_NO_AVAILABLE_SUBSCRIPTION_PROVIDERS_ARG_SEEKAFTER_TOPIC_ARG_C86D5F85 = + "%s seekAfter 主题 %s 时,集群没有可用的 SubscriptionProvider"; + public static final String + EXCEPTION_CLUSTER_HAS_NO_AVAILABLE_SUBSCRIPTION_PROVIDERS_ARG_FETCH_ALL_ENDPOINTS_D232693E = + "%s 获取所有 endpoint 时,集群没有可用的 SubscriptionProvider"; + public static final String + EXCEPTION_PASSWORD_ENCRYPTEDPASSWORD_MUTUALLY_EXCLUSIVE_ENCRYPTEDPASSWORD_ALREADY_SET_E4548A43 = + "password 与 encryptedPassword 互斥;已设置 encryptedPassword"; + public static final String + EXCEPTION_PASSWORD_ENCRYPTEDPASSWORD_MUTUALLY_EXCLUSIVE_PASSWORD_ALREADY_SET_BB20AD1E = + "password 与 encryptedPassword 互斥;已设置 password"; + public static final String + EXCEPTION_INCREMENTAL_MODE_TOPIC_SHOULD_NOT_GENERATE_PIPE_SOURCE_ATTRIBUTES_09D75393 = + "incremental mode 的 topic 不应生成 pipe source attributes"; + public static final String EXCEPTION_UNSUPPORTED_SUBSCRIPTIONCOMMITCONTEXT_VERSION_8021B27B = + "不支持的 SubscriptionCommitContext 版本:"; public static final String OUTDATED_SUBSCRIPTION_EVENT = "过期的订阅事件"; public static final String FIELD_SEPARATOR = ","; public static final String DIALECT_NOT_NULL = "dialect 不能为空"; - public static final String EXCEPTION_TOPIC_ATTRIBUTES_SHOULD_NOT_BE_EMPTY_IN_ALTER_TOPIC_573B2F09 = - "ALTER TOPIC 中的 topic attributes 不应为空。"; - public static final String EXCEPTION_TOPIC_OWNER_ATTRIBUTES_SHOULD_BE_MODIFIED_BY_ALTERTOPICOWNER_ONLY_FBD794F4 = - "topic owner attributes 只能通过 alterTopicOwner 修改。"; + public static final String + EXCEPTION_TOPIC_ATTRIBUTES_SHOULD_NOT_BE_EMPTY_IN_ALTER_TOPIC_573B2F09 = + "ALTER TOPIC 中的 topic attributes 不应为空。"; + public static final String + EXCEPTION_TOPIC_OWNER_ATTRIBUTES_SHOULD_BE_MODIFIED_BY_ALTERTOPICOWNER_ONLY_FBD794F4 = + "topic owner attributes 只能通过 alterTopicOwner 修改。"; public static final String EXCEPTION_TOPIC_OWNER_ID_SHOULD_NOT_BE_EMPTY_94976B6D = "topic owner id 不应为空。"; - } diff --git a/iotdb-core/calc-commons/src/main/i18n/en/org/apache/iotdb/calc/i18n/CalcMessages.java b/iotdb-core/calc-commons/src/main/i18n/en/org/apache/iotdb/calc/i18n/CalcMessages.java index d73526bd0e4c..3c4c5b7302aa 100644 --- a/iotdb-core/calc-commons/src/main/i18n/en/org/apache/iotdb/calc/i18n/CalcMessages.java +++ b/iotdb-core/calc-commons/src/main/i18n/en/org/apache/iotdb/calc/i18n/CalcMessages.java @@ -29,8 +29,7 @@ private CalcMessages() {} public static final String CANNOT_ADD_NAN_TO_T_DIGEST = "Cannot add NaN to t-digest"; public static final String CANNOT_CAST_TO_BOOLEAN = "\"%s\" cannot be cast to [BOOLEAN]"; public static final String CANNOT_PARSE_STRING_TO_DOUBLE = "Cannot parse String to double: "; - public static final String CANT_HAPPEN_LOOP_FELL_THROUGH = - "Can't happen ... loop fell through"; + public static final String CANT_HAPPEN_LOOP_FELL_THROUGH = "Can't happen ... loop fell through"; public static final String COUNT_ALL_ACCUMULATOR_DOES_NOT_SUPPORT_STATISTICS = "CountAllAccumulator does not support statistics."; public static final String COUNT_IF_ACCUMULATOR_DOES_NOT_SUPPORT_STATISTICS = @@ -116,8 +115,7 @@ private CalcMessages() {} "Unexpected size for last sequence: "; public static final String UNEXPECTED_SKIP_TO_POSITION = "unexpected SKIP TO position: "; public static final String UNEXPECTED_VALUE_FOR_REMAINDER = "Unexpected value for remainder: "; - public static final String UNEXPECTED_VALUE_FOR_SEQUENCES = - "Unexpected value for sequences: "; + public static final String UNEXPECTED_VALUE_FOR_SEQUENCES = "Unexpected value for sequences: "; public static final String UNHANDLED_LITERAL_TYPE = "Unhandled literal type: "; public static final String UNKNOWN_DATA_TYPE = "Unknown data type: "; public static final String UNKNOWN_DATATYPE = "Unknown datatype: "; @@ -125,13 +123,11 @@ private CalcMessages() {} public static final String UNKNOWN_SIGN = "Unknown sign: "; public static final String UNKNOWN_TYPE = "Unknown type: "; public static final String UNREACHABLE = "Unreachable!"; - public static final String UNSUPPORTED_ARITHMETIC_OPERATOR = - "Unsupported arithmetic operator: "; + public static final String UNSUPPORTED_ARITHMETIC_OPERATOR = "Unsupported arithmetic operator: "; public static final String UNSUPPORTED_ASOF_JOIN_TYPE = "Unsupported ASOF join type: "; public static final String UNSUPPORTED_CAST_TO_TYPE = "Unsupported cast to type: "; public static final String UNSUPPORTED_COLUMN_TRANSFORMER = "Unsupported ColumnTransformer"; - public static final String UNSUPPORTED_COMPARISON_OPERATOR = - "Unsupported comparison operator: "; + public static final String UNSUPPORTED_COMPARISON_OPERATOR = "Unsupported comparison operator: "; public static final String UNSUPPORTED_DATA_TYPE = "Unsupported data type: "; public static final String UNSUPPORTED_DATA_TYPE_LOWER = "unsupported data type: "; public static final String UNSUPPORTED_FRAME_BOUND_TYPE = "Unsupported frame bound type: "; @@ -147,272 +143,540 @@ private CalcMessages() {} "Unsupported type in GenericLiteral: "; public static final String WEIGHT_MUST_BE_GE_1 = "weight must be >= 1, was "; - public static final String PUSHED_ELEMENT_IS_NULL = - "pushed element is null"; + public static final String PUSHED_ELEMENT_IS_NULL = "pushed element is null"; public static final String FAILED_TO_DELETE_TEMP_DIR = "Failed to delete temp dir {}."; // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- public static final String EXCEPTION_WRONG_OBJECT_FILE_PATH_D317B1AB = "wrong object file path: "; - public static final String EXCEPTION_OFFSET_ARG_GREATER_THAN_EQUAL_OBJECT_SIZE_ARG_FILE_PATH_31936A19 = "offset %d is greater than or equal to object size %d, file path is %s"; - public static final String EXCEPTION_READ_OBJECT_SIZE_ARG_TOO_LARGE_SIZE_2G_FILE_PATH_7D4A4D10 = "Read object size %s is too large (size > 2G), file path is %s"; - public static final String LOG_FAILED_CLOSE_FILE_METHOD_DEREGISTER_ARG_BECAUSE_ARG_1744AC60 = "Failed to close file in method deregister(%s), because %s"; - public static final String LOG_FAILED_CLEAN_DIR_METHOD_DEREGISTER_ARG_BECAUSE_ARG_F53193E5 = "Failed to clean dir in method deregister(%s), because %s"; - public static final String EXCEPTION_TYPE_ACCUMULATOR_DOES_NOT_SUPPORT_REMOVE_INPUT_905AFAA1 = "This type of accumulator does not support remove input!"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_AGGREGATION_VARIANCE_ARG_17A45959 = "Unsupported data type in aggregation variance : %s"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_CENTRALMOMENT_AGGREGATION_0A19C2A8 = "Unsupported data type in CentralMoment Aggregation: "; - public static final String EXCEPTION_UNKNOWN_FUNCTION_ARG_NODE_ARG_927DA6A7 = "Unknown function %s on Node: %d."; - public static final String EXCEPTION_INLIST_LITERAL_TIMESTAMP_CAN_ONLY_LONGLITERAL_DOUBLELITERAL_GENERICLITERAL_CURRENT_A3105E67 = - "InList Literal for TIMESTAMP can only be LongLiteral, DoubleLiteral and GenericLiteral," - + " current is "; - public static final String EXCEPTION_PARTITION_HANDLER_FINISHED_CANNOT_ADD_MORE_DATA_D8E31A3E = "The partition handler is finished, cannot add more data."; - public static final String EXCEPTION_AFTER_MATCH_SKIP_FAILED_PATTERN_VARIABLE_NOT_PRESENT_MATCH_2891B276 = "AFTER MATCH SKIP TO failed: pattern variable is not present in match"; - public static final String EXCEPTION_AFTER_MATCH_SKIP_FAILED_CANNOT_SKIP_FIRST_ROW_MATCH_71D4093B = "AFTER MATCH SKIP TO failed: cannot skip to first row of match"; - public static final String EXCEPTION_AGGREGATE_FUNCTION_ARG_DOES_NOT_SUPPORT_COPYING_3E03976C = "aggregate function %s does not support copying"; - public static final String EXCEPTION_UNSUPPORTED_BUILT_WINDOW_FUNCTION_NAME_F994ED27 = "Unsupported built-in window function name: "; - public static final String EXCEPTION_UNSUPPORTED_DEFAULT_VALUE_S_DATA_TYPE_LAG_BEB00511 = "Unsupported default value's data type in Lag: "; - public static final String EXCEPTION_CANNOT_COMPARE_VALUES_DIFFERENT_TYPES_A95EDA7F = "Cannot compare values of different types: "; + public static final String + EXCEPTION_OFFSET_ARG_GREATER_THAN_EQUAL_OBJECT_SIZE_ARG_FILE_PATH_31936A19 = + "offset %d is greater than or equal to object size %d, file path is %s"; + public static final String EXCEPTION_READ_OBJECT_SIZE_ARG_TOO_LARGE_SIZE_2G_FILE_PATH_7D4A4D10 = + "Read object size %s is too large (size > 2G), file path is %s"; + public static final String LOG_FAILED_CLOSE_FILE_METHOD_DEREGISTER_ARG_BECAUSE_ARG_1744AC60 = + "Failed to close file in method deregister(%s), because %s"; + public static final String LOG_FAILED_CLEAN_DIR_METHOD_DEREGISTER_ARG_BECAUSE_ARG_F53193E5 = + "Failed to clean dir in method deregister(%s), because %s"; + public static final String EXCEPTION_TYPE_ACCUMULATOR_DOES_NOT_SUPPORT_REMOVE_INPUT_905AFAA1 = + "This type of accumulator does not support remove input!"; + public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_AGGREGATION_VARIANCE_ARG_17A45959 = + "Unsupported data type in aggregation variance : %s"; + public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_CENTRALMOMENT_AGGREGATION_0A19C2A8 = + "Unsupported data type in CentralMoment Aggregation: "; + public static final String EXCEPTION_UNKNOWN_FUNCTION_ARG_NODE_ARG_927DA6A7 = + "Unknown function %s on Node: %d."; + public static final String + EXCEPTION_INLIST_LITERAL_TIMESTAMP_CAN_ONLY_LONGLITERAL_DOUBLELITERAL_GENERICLITERAL_CURRENT_A3105E67 = + "InList Literal for TIMESTAMP can only be LongLiteral, DoubleLiteral and GenericLiteral," + + " current is "; + public static final String EXCEPTION_PARTITION_HANDLER_FINISHED_CANNOT_ADD_MORE_DATA_D8E31A3E = + "The partition handler is finished, cannot add more data."; + public static final String + EXCEPTION_AFTER_MATCH_SKIP_FAILED_PATTERN_VARIABLE_NOT_PRESENT_MATCH_2891B276 = + "AFTER MATCH SKIP TO failed: pattern variable is not present in match"; + public static final String + EXCEPTION_AFTER_MATCH_SKIP_FAILED_CANNOT_SKIP_FIRST_ROW_MATCH_71D4093B = + "AFTER MATCH SKIP TO failed: cannot skip to first row of match"; + public static final String EXCEPTION_AGGREGATE_FUNCTION_ARG_DOES_NOT_SUPPORT_COPYING_3E03976C = + "aggregate function %s does not support copying"; + public static final String EXCEPTION_UNSUPPORTED_BUILT_WINDOW_FUNCTION_NAME_F994ED27 = + "Unsupported built-in window function name: "; + public static final String EXCEPTION_UNSUPPORTED_DEFAULT_VALUE_S_DATA_TYPE_LAG_BEB00511 = + "Unsupported default value's data type in Lag: "; + public static final String EXCEPTION_CANNOT_COMPARE_VALUES_DIFFERENT_TYPES_A95EDA7F = + "Cannot compare values of different types: "; public static final String EXCEPTION_VS_AEDAB253 = " vs. "; - public static final String EXCEPTION_TARGET_TYPE_NOT_GENERICDATATYPE_CB87EF37 = "Target type is not a GenericDataType: "; - public static final String EXCEPTION_UNSUPPORTED_EXPRESSION_TYPE_5C50C92E = "Unsupported expression type: "; - public static final String EXCEPTION_IDENTITYLINEARFILL_S_NEEDPREPAREFORNEXT_METHOD_SHOULD_ALWAYS_RETURN_FALSE_FF7AD73B = "IdentityLinearFill's needPrepareForNext() method should always return false."; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_LAST_ARG_37F52124 = "Unsupported data type in LAST: %s"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_LAST_AGGREGATION_ARG_2FCF5ADA = "Unsupported data type in LAST Aggregation: %s"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_LAST_AGGREGATION_ARG_B3F2EE42 = "Unsupported data type in LAST aggregation: %s"; - public static final String EXCEPTION_SIZE_CHILDRENCOLUMNS_DATATYPES_SHOULD_SAME_6EA43EA8 = "The size of childrenColumns and dataTypes should be the same."; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_FIRST_AGGREGATION_ARG_8D31C6CA = "Unsupported data type in FIRST_BY Aggregation: %s"; - public static final String EXCEPTION_APPROX_PERCENTILE_REQUIRES_2_3_ARGUMENTS_BUT_GOT_ARG_D78590AA = "APPROX_PERCENTILE requires 2 or 3 arguments, but got %d"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_APPROX_PERCENTILE_AGGREGATION_ARG_CFEC0431 = "Unsupported data type in APPROX_PERCENTILE Aggregation: %s"; - public static final String EXCEPTION_APPROXPERCENTILEACCUMULATOR_DOES_NOT_SUPPORT_STATISTICS_2BB01365 = "ApproxPercentileAccumulator does not support statistics"; - public static final String EXCEPTION_NO_EXACT_DOUBLE_REPRESENTATION_LONG_ARG_3E5B7550 = "no exact double representation for long: %s"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_COVARIANCE_AGGREGATION_ARG_643BEDD0 = "Unsupported data type in Covariance Aggregation: %s"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_LAST_AGGREGATION_ARG_8C41FBCC = "Unsupported data type in LAST_BY Aggregation: %s"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_CENTRALMOMENT_AGGREGATION_ARG_74B9A3A8 = "Unsupported data type in CentralMoment Aggregation: %s"; - public static final String EXCEPTION_SECOND_THIRD_ARGUMENT_MUST_GREATER_THAN_0_BUT_GOT_K_0AFFFA6A = "The second and third argument must be greater than 0, but got k="; + public static final String EXCEPTION_TARGET_TYPE_NOT_GENERICDATATYPE_CB87EF37 = + "Target type is not a GenericDataType: "; + public static final String EXCEPTION_UNSUPPORTED_EXPRESSION_TYPE_5C50C92E = + "Unsupported expression type: "; + public static final String + EXCEPTION_IDENTITYLINEARFILL_S_NEEDPREPAREFORNEXT_METHOD_SHOULD_ALWAYS_RETURN_FALSE_FF7AD73B = + "IdentityLinearFill's needPrepareForNext() method should always return false."; + public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_LAST_ARG_37F52124 = + "Unsupported data type in LAST: %s"; + public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_LAST_AGGREGATION_ARG_2FCF5ADA = + "Unsupported data type in LAST Aggregation: %s"; + public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_LAST_AGGREGATION_ARG_B3F2EE42 = + "Unsupported data type in LAST aggregation: %s"; + public static final String EXCEPTION_SIZE_CHILDRENCOLUMNS_DATATYPES_SHOULD_SAME_6EA43EA8 = + "The size of childrenColumns and dataTypes should be the same."; + public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_FIRST_AGGREGATION_ARG_8D31C6CA = + "Unsupported data type in FIRST_BY Aggregation: %s"; + public static final String + EXCEPTION_APPROX_PERCENTILE_REQUIRES_2_3_ARGUMENTS_BUT_GOT_ARG_D78590AA = + "APPROX_PERCENTILE requires 2 or 3 arguments, but got %d"; + public static final String + EXCEPTION_UNSUPPORTED_DATA_TYPE_APPROX_PERCENTILE_AGGREGATION_ARG_CFEC0431 = + "Unsupported data type in APPROX_PERCENTILE Aggregation: %s"; + public static final String + EXCEPTION_APPROXPERCENTILEACCUMULATOR_DOES_NOT_SUPPORT_STATISTICS_2BB01365 = + "ApproxPercentileAccumulator does not support statistics"; + public static final String EXCEPTION_NO_EXACT_DOUBLE_REPRESENTATION_LONG_ARG_3E5B7550 = + "no exact double representation for long: %s"; + public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_COVARIANCE_AGGREGATION_ARG_643BEDD0 = + "Unsupported data type in Covariance Aggregation: %s"; + public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_LAST_AGGREGATION_ARG_8C41FBCC = + "Unsupported data type in LAST_BY Aggregation: %s"; + public static final String + EXCEPTION_UNSUPPORTED_DATA_TYPE_CENTRALMOMENT_AGGREGATION_ARG_74B9A3A8 = + "Unsupported data type in CentralMoment Aggregation: %s"; + public static final String + EXCEPTION_SECOND_THIRD_ARGUMENT_MUST_GREATER_THAN_0_BUT_GOT_K_0AFFFA6A = + "The second and third argument must be greater than 0, but got k="; public static final String EXCEPTION_CAPACITY_E92593AD = ", capacity="; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_AGGREGATION_AVG_ARG_4E63A3C3 = "Unsupported data type in aggregation AVG : %s"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_CORRELATION_AGGREGATION_ARG_2FF29597 = "Unsupported data type in Correlation Aggregation: %s"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_FIRST_ARG_D5B6C6F9 = "Unsupported data type in FIRST: %s"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_FIRST_AGGREGATION_ARG_B2D27BB9 = "Unsupported data type in FIRST Aggregation: %s"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_FIRST_AGGREGATION_ARG_2652C363 = "Unsupported data type in FIRST aggregation: %s"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_VARIANCE_AGGREGATION_ARG_C641D425 = "Unsupported data type in VARIANCE Aggregation: %s"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_ARG_7D59F7B2 = "Unsupported data type : %s"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_APPROX_COUNT_DISTINCT_AGGREGATION_ARG_58F0391E = "Unsupported data type in APPROX_COUNT_DISTINCT Aggregation: %s"; - public static final String EXCEPTION_APPROXCOUNTDISTINCTACCUMULATOR_DOES_NOT_SUPPORT_STATISTICS_81005A79 = "ApproxCountDistinctAccumulator does not support statistics"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_MAX_AGGREGATION_ARG_CCB09C60 = "Unsupported data type in MAX Aggregation: %s"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_SUM_AGGREGATION_ARG_92F5A18D = "Unsupported data type in SUM Aggregation: %s"; - public static final String EXCEPTION_DISTINCT_VALUES_HAS_EXCEEDED_THRESHOLD_ARG_CALCULATE_MODE_8CA29DC2 = "distinct values has exceeded the threshold %s when calculate Mode"; - public static final String EXCEPTION_APPROXMOSTFREQUENTACCUMULATOR_DOES_NOT_SUPPORT_STATISTICS_DB1E218B = "ApproxMostFrequentAccumulator does not support statistics"; - public static final String EXCEPTION_DISTINCT_AGGREGATION_FUNCTION_STATE_CAN_NOT_COPIED_34D0A276 = "Distinct aggregation function state can not be copied"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_REGRESSION_AGGREGATION_ARG_7BB08DA2 = "Unsupported data type in Regression Aggregation: %s"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_MIN_AGGREGATION_ARG_CB73B158 = "Unsupported data type in MIN Aggregation: %s"; - public static final String EXCEPTION_INVALID_FORMAT_SERIALIZED_HISTOGRAM_GOT_ENCODING_A8E50EA5 = "Invalid format for serialized histogram, got encoding: "; - public static final String EXCEPTION_MAX_STANDARD_ERROR_MUST_ARG_ARG_ARG_EB8443D6 = "Max Standard Error must be in [%s, %s]: %s"; - public static final String EXCEPTION_CANNOT_MERGE_HYPERLOGLOG_INSTANCES_DIFFERENT_PRECISION_9DCF13BC = "Cannot merge HyperLogLog instances with different precision"; - public static final String EXCEPTION_DISTINCT_VALUES_HAS_EXCEEDED_THRESHOLD_ARG_CALCULATE_MODE_ONE_GROUP_A3F5A1D3 = "distinct values has exceeded the threshold %s when calculate MODE in one group"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_MAX_MIN_AGGREGATION_ARG_982BEBD5 = "Unsupported data type in MAX_BY/MIN_BY Aggregation: %s"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_EXTREME_AGGREGATION_ARG_AF4DA98F = "Unsupported data type EXTREME Aggregation: %s"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_EXTREME_AGGREGATION_ARG_276BE220 = "Unsupported data type in EXTREME Aggregation: %s"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_AVG_AGGREGATION_ARG_66BF3128 = "Unsupported data type in AVG Aggregation: %s"; - public static final String EXCEPTION_CAN_T_READ_NEW_TSBLOCK_FILESPILLERREADER_072AF71D = "Can't read a new tsBlock in FileSpillerReader: "; - public static final String EXCEPTION_CAN_T_CLOSE_FILECHANNEL_FILESPILLERREADER_E46979F0 = "Can't close fileChannel in FileSpillerReader: "; + public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_AGGREGATION_AVG_ARG_4E63A3C3 = + "Unsupported data type in aggregation AVG : %s"; + public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_CORRELATION_AGGREGATION_ARG_2FF29597 = + "Unsupported data type in Correlation Aggregation: %s"; + public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_FIRST_ARG_D5B6C6F9 = + "Unsupported data type in FIRST: %s"; + public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_FIRST_AGGREGATION_ARG_B2D27BB9 = + "Unsupported data type in FIRST Aggregation: %s"; + public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_FIRST_AGGREGATION_ARG_2652C363 = + "Unsupported data type in FIRST aggregation: %s"; + public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_VARIANCE_AGGREGATION_ARG_C641D425 = + "Unsupported data type in VARIANCE Aggregation: %s"; + public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_ARG_7D59F7B2 = + "Unsupported data type : %s"; + public static final String + EXCEPTION_UNSUPPORTED_DATA_TYPE_APPROX_COUNT_DISTINCT_AGGREGATION_ARG_58F0391E = + "Unsupported data type in APPROX_COUNT_DISTINCT Aggregation: %s"; + public static final String + EXCEPTION_APPROXCOUNTDISTINCTACCUMULATOR_DOES_NOT_SUPPORT_STATISTICS_81005A79 = + "ApproxCountDistinctAccumulator does not support statistics"; + public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_MAX_AGGREGATION_ARG_CCB09C60 = + "Unsupported data type in MAX Aggregation: %s"; + public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_SUM_AGGREGATION_ARG_92F5A18D = + "Unsupported data type in SUM Aggregation: %s"; + public static final String + EXCEPTION_DISTINCT_VALUES_HAS_EXCEEDED_THRESHOLD_ARG_CALCULATE_MODE_8CA29DC2 = + "distinct values has exceeded the threshold %s when calculate Mode"; + public static final String + EXCEPTION_APPROXMOSTFREQUENTACCUMULATOR_DOES_NOT_SUPPORT_STATISTICS_DB1E218B = + "ApproxMostFrequentAccumulator does not support statistics"; + public static final String EXCEPTION_DISTINCT_AGGREGATION_FUNCTION_STATE_CAN_NOT_COPIED_34D0A276 = + "Distinct aggregation function state can not be copied"; + public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_REGRESSION_AGGREGATION_ARG_7BB08DA2 = + "Unsupported data type in Regression Aggregation: %s"; + public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_MIN_AGGREGATION_ARG_CB73B158 = + "Unsupported data type in MIN Aggregation: %s"; + public static final String EXCEPTION_INVALID_FORMAT_SERIALIZED_HISTOGRAM_GOT_ENCODING_A8E50EA5 = + "Invalid format for serialized histogram, got encoding: "; + public static final String EXCEPTION_MAX_STANDARD_ERROR_MUST_ARG_ARG_ARG_EB8443D6 = + "Max Standard Error must be in [%s, %s]: %s"; + public static final String + EXCEPTION_CANNOT_MERGE_HYPERLOGLOG_INSTANCES_DIFFERENT_PRECISION_9DCF13BC = + "Cannot merge HyperLogLog instances with different precision"; + public static final String + EXCEPTION_DISTINCT_VALUES_HAS_EXCEEDED_THRESHOLD_ARG_CALCULATE_MODE_ONE_GROUP_A3F5A1D3 = + "distinct values has exceeded the threshold %s when calculate MODE in one group"; + public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_MAX_MIN_AGGREGATION_ARG_982BEBD5 = + "Unsupported data type in MAX_BY/MIN_BY Aggregation: %s"; + public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_EXTREME_AGGREGATION_ARG_AF4DA98F = + "Unsupported data type EXTREME Aggregation: %s"; + public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_EXTREME_AGGREGATION_ARG_276BE220 = + "Unsupported data type in EXTREME Aggregation: %s"; + public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_AVG_AGGREGATION_ARG_66BF3128 = + "Unsupported data type in AVG Aggregation: %s"; + public static final String EXCEPTION_CAN_T_READ_NEW_TSBLOCK_FILESPILLERREADER_072AF71D = + "Can't read a new tsBlock in FileSpillerReader: "; + public static final String EXCEPTION_CAN_T_CLOSE_FILECHANNEL_FILESPILLERREADER_E46979F0 = + "Can't close fileChannel in FileSpillerReader: "; public static final String EXCEPTION_CREATE_FILE_ERROR_B8B379CF = "Create file error: "; - public static final String EXCEPTION_CAN_T_WRITE_INTERMEDIATE_SORTED_DATA_FILE_0027961E = "Can't write intermediate sorted data to file: "; - public static final String EXCEPTION_CAN_T_GET_FILE_FILESPILLERREADER_CHECK_IF_FILE_EXISTS_DEED83D9 = "Can't get file for FileSpillerReader, check if the file exists: "; - public static final String EXCEPTION_LONG_VALUE_ARG_OUT_RANGE_INTEGER_VALUE_B3F9016B = "long value %d is out of range of integer value."; - public static final String EXCEPTION_FLOAT_VALUE_ARG_OUT_RANGE_INTEGER_VALUE_B0E6DDED = "Float value %f is out of range of integer value."; - public static final String EXCEPTION_FLOAT_VALUE_ARG_OUT_RANGE_LONG_VALUE_62F8153E = "Float value %f is out of range of long value."; - public static final String EXCEPTION_DOUBLE_VALUE_ARG_OUT_RANGE_INTEGER_VALUE_BAB52E11 = "Double value %f is out of range of integer value."; - public static final String EXCEPTION_DOUBLE_VALUE_ARG_OUT_RANGE_LONG_VALUE_5793A91E = "Double value %f is out of range of long value."; - public static final String EXCEPTION_DOUBLE_VALUE_ARG_OUT_RANGE_FLOAT_VALUE_DB914FA0 = "Double value %f is out of range of float value."; - public static final String EXCEPTION_TEXT_VALUE_ARG_OUT_RANGE_FLOAT_VALUE_D171B313 = "Text value %s is out of range of float value."; - public static final String EXCEPTION_TEXT_VALUE_ARG_OUT_RANGE_DOUBLE_VALUE_C0589D83 = "Text value %s is out of range of double value."; - public static final String EXCEPTION_UNSUPPORTED_SOURCE_DATATYPE_ARG_678B759C = "Unsupported source dataType: %s"; - public static final String EXCEPTION_CANNOT_CAST_ARG_ARG_TYPE_8266A2C6 = "Cannot cast %s to %s type"; - public static final String EXCEPTION_ARGUMENT_EXCEPTION_SCALAR_FUNCTION_NUM_MUST_REPRESENTABLE_BITS_SPECIFIED_ARG_241AD2FE = - "Argument exception, the scalar function num must be representable with the bits specified. %s" - + " cannot be represented with %s bits."; - public static final String EXCEPTION_ARGUMENT_EXCEPTION_SCALAR_FUNCTION_BIT_COUNT_BITS_MUST_BETWEEN_2_6A365911 = "Argument exception, the scalar function bit_count bits must be between 2 and 64."; - public static final String LOG_ERROR_OCCURRED_DURING_EXECUTING_UDTF_PLEASE_CHECK_WHETHER_IMPLEMENTATION_UDF_7A719D38 = - "Error occurred during executing UDTF, please check whether the implementation of UDF is" - + " correct according to the udf-api description."; - public static final String EXCEPTION_ERROR_OCCURRED_DURING_EXECUTING_UDTF_ARG_ARG_PLEASE_CHECK_WHETHER_4E706370 = - "Error occurred during executing UDTF#%s: %s, please check whether the implementation of UDF" - + " is correct according to the udf-api description."; + public static final String EXCEPTION_CAN_T_WRITE_INTERMEDIATE_SORTED_DATA_FILE_0027961E = + "Can't write intermediate sorted data to file: "; + public static final String + EXCEPTION_CAN_T_GET_FILE_FILESPILLERREADER_CHECK_IF_FILE_EXISTS_DEED83D9 = + "Can't get file for FileSpillerReader, check if the file exists: "; + public static final String EXCEPTION_LONG_VALUE_ARG_OUT_RANGE_INTEGER_VALUE_B3F9016B = + "long value %d is out of range of integer value."; + public static final String EXCEPTION_FLOAT_VALUE_ARG_OUT_RANGE_INTEGER_VALUE_B0E6DDED = + "Float value %f is out of range of integer value."; + public static final String EXCEPTION_FLOAT_VALUE_ARG_OUT_RANGE_LONG_VALUE_62F8153E = + "Float value %f is out of range of long value."; + public static final String EXCEPTION_DOUBLE_VALUE_ARG_OUT_RANGE_INTEGER_VALUE_BAB52E11 = + "Double value %f is out of range of integer value."; + public static final String EXCEPTION_DOUBLE_VALUE_ARG_OUT_RANGE_LONG_VALUE_5793A91E = + "Double value %f is out of range of long value."; + public static final String EXCEPTION_DOUBLE_VALUE_ARG_OUT_RANGE_FLOAT_VALUE_DB914FA0 = + "Double value %f is out of range of float value."; + public static final String EXCEPTION_TEXT_VALUE_ARG_OUT_RANGE_FLOAT_VALUE_D171B313 = + "Text value %s is out of range of float value."; + public static final String EXCEPTION_TEXT_VALUE_ARG_OUT_RANGE_DOUBLE_VALUE_C0589D83 = + "Text value %s is out of range of double value."; + public static final String EXCEPTION_UNSUPPORTED_SOURCE_DATATYPE_ARG_678B759C = + "Unsupported source dataType: %s"; + public static final String EXCEPTION_CANNOT_CAST_ARG_ARG_TYPE_8266A2C6 = + "Cannot cast %s to %s type"; + public static final String + EXCEPTION_ARGUMENT_EXCEPTION_SCALAR_FUNCTION_NUM_MUST_REPRESENTABLE_BITS_SPECIFIED_ARG_241AD2FE = + "Argument exception, the scalar function num must be representable with the bits specified. %s" + + " cannot be represented with %s bits."; + public static final String + EXCEPTION_ARGUMENT_EXCEPTION_SCALAR_FUNCTION_BIT_COUNT_BITS_MUST_BETWEEN_2_6A365911 = + "Argument exception, the scalar function bit_count bits must be between 2 and 64."; + public static final String + LOG_ERROR_OCCURRED_DURING_EXECUTING_UDTF_PLEASE_CHECK_WHETHER_IMPLEMENTATION_UDF_7A719D38 = + "Error occurred during executing UDTF, please check whether the implementation of UDF is" + + " correct according to the udf-api description."; + public static final String + EXCEPTION_ERROR_OCCURRED_DURING_EXECUTING_UDTF_ARG_ARG_PLEASE_CHECK_WHETHER_4E706370 = + "Error occurred during executing UDTF#%s: %s, please check whether the implementation of UDF" + + " is correct according to the udf-api description."; public static final String EXCEPTION_UNSUPPORTED_TYPE_FF7F518D = "Unsupported Type: "; - public static final String EXCEPTION_LOGICALORMULTICOLUMNTRANSFORMER_DO_NOT_SUPPORT_DOTRANSFORM_SELECTION_E3A2B2FA = "LogicalOrMultiColumnTransformer do not support doTransform with selection"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_ARG_B411C29E = "Unsupported data type: %s"; - public static final String EXCEPTION_LOGICALANDMULTICOLUMNTRANSFORMER_DO_NOT_SUPPORT_DOTRANSFORM_SELECTION_2507527D = "LogicalAndMultiColumnTransformer do not support doTransform with selection"; - public static final String EXCEPTION_ERROR_OCCURS_EVALUATING_USER_DEFINED_SCALAR_FUNCTION_05903C18 = "Error occurs when evaluating user-defined scalar function "; - public static final String EXCEPTION_FAILED_EXECUTE_FUNCTION_HMAC_MD5_INVALID_INPUT_FORMAT_EMPTY_KEY_DED1C525 = - "Failed to execute function hmac_md5 due to an invalid input format, the empty key is not" - + " allowed in HMAC operation."; - public static final String EXCEPTION_FAILED_EXECUTE_FUNCTION_HMAC_SHA1_INVALID_INPUT_FORMAT_EMPTY_KEY_518063E5 = - "Failed to execute function hmac_sha1 due to an invalid input format, the empty key is not" - + " allowed in HMAC operation."; - public static final String EXCEPTION_FAILED_EXECUTE_FUNCTION_HMAC_SHA256_INVALID_INPUT_FORMAT_EMPTY_KEY_2F6AD64E = - "Failed to execute function hmac_sha256 due to an invalid input format, the empty key is not" - + " allowed in HMAC operation."; - public static final String EXCEPTION_FAILED_EXECUTE_FUNCTION_HMAC_SHA512_INVALID_INPUT_FORMAT_EMPTY_KEY_3671AF09 = - "Failed to execute function hmac_sha512 due to an invalid input format, the empty key is not" - + " allowed in HMAC operation."; - public static final String EXCEPTION_INVALID_FORMAT_STRING_ARG_ARG_05853138 = "Invalid format string: %s (%s)"; - public static final String EXCEPTION_YEAR_MUST_BETWEEN_1000_9999_8FBB94AA = "Year must be between 1000 and 9999."; + public static final String + EXCEPTION_LOGICALORMULTICOLUMNTRANSFORMER_DO_NOT_SUPPORT_DOTRANSFORM_SELECTION_E3A2B2FA = + "LogicalOrMultiColumnTransformer do not support doTransform with selection"; + public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_ARG_B411C29E = + "Unsupported data type: %s"; + public static final String + EXCEPTION_LOGICALANDMULTICOLUMNTRANSFORMER_DO_NOT_SUPPORT_DOTRANSFORM_SELECTION_2507527D = + "LogicalAndMultiColumnTransformer do not support doTransform with selection"; + public static final String + EXCEPTION_ERROR_OCCURS_EVALUATING_USER_DEFINED_SCALAR_FUNCTION_05903C18 = + "Error occurs when evaluating user-defined scalar function "; + public static final String + EXCEPTION_FAILED_EXECUTE_FUNCTION_HMAC_MD5_INVALID_INPUT_FORMAT_EMPTY_KEY_DED1C525 = + "Failed to execute function hmac_md5 due to an invalid input format, the empty key is not" + + " allowed in HMAC operation."; + public static final String + EXCEPTION_FAILED_EXECUTE_FUNCTION_HMAC_SHA1_INVALID_INPUT_FORMAT_EMPTY_KEY_518063E5 = + "Failed to execute function hmac_sha1 due to an invalid input format, the empty key is not" + + " allowed in HMAC operation."; + public static final String + EXCEPTION_FAILED_EXECUTE_FUNCTION_HMAC_SHA256_INVALID_INPUT_FORMAT_EMPTY_KEY_2F6AD64E = + "Failed to execute function hmac_sha256 due to an invalid input format, the empty key is not" + + " allowed in HMAC operation."; + public static final String + EXCEPTION_FAILED_EXECUTE_FUNCTION_HMAC_SHA512_INVALID_INPUT_FORMAT_EMPTY_KEY_3671AF09 = + "Failed to execute function hmac_sha512 due to an invalid input format, the empty key is not" + + " allowed in HMAC operation."; + public static final String EXCEPTION_INVALID_FORMAT_STRING_ARG_ARG_05853138 = + "Invalid format string: %s (%s)"; + public static final String EXCEPTION_YEAR_MUST_BETWEEN_1000_9999_8FBB94AA = + "Year must be between 1000 and 9999."; public static final String EXCEPTION_UNSUPPORTED_PRECISION_CDB58979 = "Unsupported precision: "; public static final String EXCEPTION_UNKNOWN_PRECISION_0119BEB0 = "Unknown precision: "; - public static final String EXCEPTION_ARGUMENT_EXCEPTION_SCALAR_FUNCTION_SUBSTRING_LENGTH_MUST_NOT_LESS_THAN_072B7355 = "Argument exception,the scalar function substring length must not be less than 0"; - public static final String EXCEPTION_ARGUMENT_EXCEPTION_SCALAR_FUNCTION_SUBSTRING_BEGINPOSITION_MUST_NOT_GREATER_THAN_F0BA2A56 = - "Argument exception,the scalar function substring beginPosition must not be greater than the" - + " string length"; + public static final String + EXCEPTION_ARGUMENT_EXCEPTION_SCALAR_FUNCTION_SUBSTRING_LENGTH_MUST_NOT_LESS_THAN_072B7355 = + "Argument exception,the scalar function substring length must not be less than 0"; + public static final String + EXCEPTION_ARGUMENT_EXCEPTION_SCALAR_FUNCTION_SUBSTRING_BEGINPOSITION_MUST_NOT_GREATER_THAN_F0BA2A56 = + "Argument exception,the scalar function substring beginPosition must not be greater than the" + + " string length"; public static final String EXCEPTION_TYPE_DB38663D = "type "; - public static final String EXCEPTION_NOT_SUPPORTED_GENERATEPROBLEMATICVALUESTRING_624BB179 = " is not supported in generateProblematicValueString()"; - public static final String EXCEPTION_BASE64_LENGTH_MUST_MULTIPLE_4_INCLUDING_PADDING_8717829D = "Base64 length must be a multiple of 4 (including padding '=')"; - public static final String EXCEPTION_LENGTH_INPUT_BLOB_FUNCTION_BIG_ENDIAN_32_MUST_4_C1214BB5 = "The length of the input BLOB of function from_big_endian_32 must be 4."; - public static final String EXCEPTION_LENGTH_INPUT_BLOB_FUNCTION_BIG_ENDIAN_64_MUST_8_797F1A26 = "The length of the input BLOB of function from_big_endian_64 must be 8."; - public static final String EXCEPTION_LENGTH_INPUT_BLOB_FUNCTION_LITTLE_ENDIAN_32_MUST_4_0FBBD083 = "The length of the input BLOB of function from_little_endian_32 must be 4."; - public static final String EXCEPTION_LENGTH_INPUT_BLOB_FUNCTION_LITTLE_ENDIAN_64_MUST_8_771F7A96 = "The length of the input BLOB of function from_little_endian_64 must be 8."; - public static final String EXCEPTION_LENGTH_INPUT_BLOB_FUNCTION_IEEE754_32_BIG_ENDIAN_MUST_4_51AF4EF0 = "The length of the input BLOB of function from_ieee754_32_big_endian must be 4."; - public static final String EXCEPTION_LENGTH_INPUT_BLOB_FUNCTION_IEEE754_64_BIG_ENDIAN_MUST_8_56F33455 = "The length of the input BLOB of function from_ieee754_64_big_endian must be 8."; - public static final String EXCEPTION_FAILED_EXECUTE_FUNCTION_ARG_VALUE_ARG_CORRESPONDING_INVALID_TARGET_SIZE_5054AE0B = - "Failed to execute function '%s' due to the value %s corresponding to a invalid target size," - + " the allowed range is [0, %d]."; - public static final String EXCEPTION_FAILED_EXECUTE_FUNCTION_ARG_VALUE_ARG_CORRESPONDING_EMPTY_PADDING_STRING_F1CE573C = "Failed to execute function '%s' due the value %s corresponding to a empty padding string."; - public static final String EXCEPTION_FOUND_NO_COLUMN_ARG_ARG_8CF632F7 = "Found no column %s in %s"; - public static final String EXCEPTION_SORT_ITEM_ARG_NOT_INCLUDED_CHILDREN_S_OUTPUT_COLUMNS_CC911999 = "Sort Item %s is not included in children's output columns"; - public static final String EXCEPTION_LEFT_CHILD_JOINNODE_DOESN_T_CONTAIN_LEFTOUTPUTSYMBOL_0C8AA216 = "Left child of JoinNode doesn't contain LeftOutputSymbol "; - public static final String EXCEPTION_RIGHT_CHILD_JOINNODE_DOESN_T_CONTAIN_RIGHTOUTPUTSYMBOL_10A86F63 = "Right child of JoinNode doesn't contain RightOutputSymbol "; - public static final String EXCEPTION_LEFT_CHILD_JOINNODE_DOESN_T_CONTAIN_LEFT_ASOF_MAIN_JOIN_2850234A = "Left child of JoinNode doesn't contain left ASOF main join key."; - public static final String EXCEPTION_RIGHT_CHILD_JOINNODE_DOESN_T_CONTAIN_RIGHT_ASOF_MAIN_JOIN_1A9631C9 = "Right child of JoinNode doesn't contain right ASOF main join key."; - public static final String EXCEPTION_JOIN_KEY_TYPE_MISMATCH_LEFT_JOIN_KEY_TYPE_072E692E = "Join key type mismatch. Left join key type: "; + public static final String EXCEPTION_NOT_SUPPORTED_GENERATEPROBLEMATICVALUESTRING_624BB179 = + " is not supported in generateProblematicValueString()"; + public static final String EXCEPTION_BASE64_LENGTH_MUST_MULTIPLE_4_INCLUDING_PADDING_8717829D = + "Base64 length must be a multiple of 4 (including padding '=')"; + public static final String EXCEPTION_LENGTH_INPUT_BLOB_FUNCTION_BIG_ENDIAN_32_MUST_4_C1214BB5 = + "The length of the input BLOB of function from_big_endian_32 must be 4."; + public static final String EXCEPTION_LENGTH_INPUT_BLOB_FUNCTION_BIG_ENDIAN_64_MUST_8_797F1A26 = + "The length of the input BLOB of function from_big_endian_64 must be 8."; + public static final String EXCEPTION_LENGTH_INPUT_BLOB_FUNCTION_LITTLE_ENDIAN_32_MUST_4_0FBBD083 = + "The length of the input BLOB of function from_little_endian_32 must be 4."; + public static final String EXCEPTION_LENGTH_INPUT_BLOB_FUNCTION_LITTLE_ENDIAN_64_MUST_8_771F7A96 = + "The length of the input BLOB of function from_little_endian_64 must be 8."; + public static final String + EXCEPTION_LENGTH_INPUT_BLOB_FUNCTION_IEEE754_32_BIG_ENDIAN_MUST_4_51AF4EF0 = + "The length of the input BLOB of function from_ieee754_32_big_endian must be 4."; + public static final String + EXCEPTION_LENGTH_INPUT_BLOB_FUNCTION_IEEE754_64_BIG_ENDIAN_MUST_8_56F33455 = + "The length of the input BLOB of function from_ieee754_64_big_endian must be 8."; + public static final String + EXCEPTION_FAILED_EXECUTE_FUNCTION_ARG_VALUE_ARG_CORRESPONDING_INVALID_TARGET_SIZE_5054AE0B = + "Failed to execute function '%s' due to the value %s corresponding to a invalid target size," + + " the allowed range is [0, %d]."; + public static final String + EXCEPTION_FAILED_EXECUTE_FUNCTION_ARG_VALUE_ARG_CORRESPONDING_EMPTY_PADDING_STRING_F1CE573C = + "Failed to execute function '%s' due the value %s corresponding to a empty padding string."; + public static final String EXCEPTION_FOUND_NO_COLUMN_ARG_ARG_8CF632F7 = + "Found no column %s in %s"; + public static final String + EXCEPTION_SORT_ITEM_ARG_NOT_INCLUDED_CHILDREN_S_OUTPUT_COLUMNS_CC911999 = + "Sort Item %s is not included in children's output columns"; + public static final String + EXCEPTION_LEFT_CHILD_JOINNODE_DOESN_T_CONTAIN_LEFTOUTPUTSYMBOL_0C8AA216 = + "Left child of JoinNode doesn't contain LeftOutputSymbol "; + public static final String + EXCEPTION_RIGHT_CHILD_JOINNODE_DOESN_T_CONTAIN_RIGHTOUTPUTSYMBOL_10A86F63 = + "Right child of JoinNode doesn't contain RightOutputSymbol "; + public static final String + EXCEPTION_LEFT_CHILD_JOINNODE_DOESN_T_CONTAIN_LEFT_ASOF_MAIN_JOIN_2850234A = + "Left child of JoinNode doesn't contain left ASOF main join key."; + public static final String + EXCEPTION_RIGHT_CHILD_JOINNODE_DOESN_T_CONTAIN_RIGHT_ASOF_MAIN_JOIN_1A9631C9 = + "Right child of JoinNode doesn't contain right ASOF main join key."; + public static final String EXCEPTION_JOIN_KEY_TYPE_MISMATCH_LEFT_JOIN_KEY_TYPE_072E692E = + "Join key type mismatch. Left join key type: "; public static final String EXCEPTION_RIGHT_JOIN_KEY_TYPE_56895767 = ", right join key type: "; public static final String EXCEPTION_ROW_COUNT_MUST_0_1_8D44189F = "Row count must be 0 or 1"; - public static final String EXCEPTION_COLUMN_ARG_CANNOT_RESOLVED_508579EC = "Column '%s' cannot be resolved."; - public static final String EXCEPTION_REQUESTED_VALUE_UNKNOWN_CAPTURE_WAS_IT_REGISTERED_PATTERN_C77DF7E9 = "Requested value for unknown Capture. Was it registered in the Pattern?"; - public static final String EXCEPTION_TARGET_NODE_INDEX_MUST_BE_GREATER_THAN_OR_EQUAL_TO_ONE_75BFB7C3 = "Target node index must be greater than or equal to one"; + public static final String EXCEPTION_COLUMN_ARG_CANNOT_RESOLVED_508579EC = + "Column '%s' cannot be resolved."; + public static final String + EXCEPTION_REQUESTED_VALUE_UNKNOWN_CAPTURE_WAS_IT_REGISTERED_PATTERN_C77DF7E9 = + "Requested value for unknown Capture. Was it registered in the Pattern?"; + public static final String + EXCEPTION_TARGET_NODE_INDEX_MUST_BE_GREATER_THAN_OR_EQUAL_TO_ONE_75BFB7C3 = + "Target node index must be greater than or equal to one"; public static final String EXCEPTION_ALREADY_AT_TARGET_32DFD57F = "Already at target"; - public static final String EXCEPTION_PARTIALRESULT_OF_COVARIANCE_SHOULD_BE_1_E6A950B1 = "partialResult of Covariance should be 1"; - public static final String EXCEPTION_INPUT_OF_COVARIANCE_SHOULD_BE_1_75D3F4FD = "Input of Covariance should be 1"; - public static final String EXCEPTION_COVARIANCE_STATE_COUNT_IS_SMALLER_THAN_REMOVED_STATE_COUNT_8C088DC6 = "Covariance state count is smaller than removed state count"; - public static final String EXCEPTION_PARTIALRESULT_OF_VARIANCE_SHOULD_BE_1_9C281868 = "partialResult of variance should be 1"; - public static final String EXCEPTION_INPUT_OF_VARIANCE_SHOULD_BE_1_1BC7A702 = "Input of variance should be 1"; - public static final String EXCEPTION_PARTIALRESULT_OF_CENTRALMOMENT_SHOULD_BE_1_B7C0B4B9 = "partialResult of CentralMoment should be 1"; - public static final String EXCEPTION_PARTIALRESULT_SHOULD_BE_1_399D5DC3 = "partialResult should be 1"; - public static final String EXCEPTION_INPUT_OF_CENTRALMOMENT_SHOULD_BE_1_FD23B170 = "Input of CentralMoment should be 1"; - public static final String EXCEPTION_CENTRALMOMENT_STATE_COUNT_IS_SMALLER_THAN_REMOVED_STATE_COUNT_B87864BA = "CentralMoment state count is smaller than removed state count"; - public static final String EXCEPTION_PARTIALRESULT_OF_CORRELATION_SHOULD_BE_1_D5A8CED6 = "partialResult of Correlation should be 1"; - public static final String EXCEPTION_INPUT_OF_CORRELATION_SHOULD_BE_1_5D666DB5 = "Input of Correlation should be 1"; - public static final String EXCEPTION_CORRELATION_STATE_COUNT_IS_SMALLER_THAN_REMOVED_STATE_COUNT_66C90757 = "Correlation state count is smaller than removed state count"; - public static final String EXCEPTION_PARTIALRESULT_OF_REGRESSION_SHOULD_BE_1_B7ED33FA = "partialResult of Regression should be 1"; - public static final String EXCEPTION_INPUT_OF_REGRESSION_SHOULD_BE_1_9AF4E8EC = "Input of Regression should be 1"; - public static final String EXCEPTION_REGRESSION_STATE_COUNT_IS_SMALLER_THAN_REMOVED_STATE_COUNT_4415A3AE = "Regression state count is smaller than removed state count"; - public static final String EXCEPTION_INVALID_STARTINGPOSITION_COLON_ARG_7B4D49C0 = "invalid startingPosition: %s"; - public static final String EXCEPTION_ROWID_DOES_NOT_MATCH_THIS_TSBLOCK_18F9EB4D = "rowId does not match this TsBlock"; + public static final String EXCEPTION_PARTIALRESULT_OF_COVARIANCE_SHOULD_BE_1_E6A950B1 = + "partialResult of Covariance should be 1"; + public static final String EXCEPTION_INPUT_OF_COVARIANCE_SHOULD_BE_1_75D3F4FD = + "Input of Covariance should be 1"; + public static final String + EXCEPTION_COVARIANCE_STATE_COUNT_IS_SMALLER_THAN_REMOVED_STATE_COUNT_8C088DC6 = + "Covariance state count is smaller than removed state count"; + public static final String EXCEPTION_PARTIALRESULT_OF_VARIANCE_SHOULD_BE_1_9C281868 = + "partialResult of variance should be 1"; + public static final String EXCEPTION_INPUT_OF_VARIANCE_SHOULD_BE_1_1BC7A702 = + "Input of variance should be 1"; + public static final String EXCEPTION_PARTIALRESULT_OF_CENTRALMOMENT_SHOULD_BE_1_B7C0B4B9 = + "partialResult of CentralMoment should be 1"; + public static final String EXCEPTION_PARTIALRESULT_SHOULD_BE_1_399D5DC3 = + "partialResult should be 1"; + public static final String EXCEPTION_INPUT_OF_CENTRALMOMENT_SHOULD_BE_1_FD23B170 = + "Input of CentralMoment should be 1"; + public static final String + EXCEPTION_CENTRALMOMENT_STATE_COUNT_IS_SMALLER_THAN_REMOVED_STATE_COUNT_B87864BA = + "CentralMoment state count is smaller than removed state count"; + public static final String EXCEPTION_PARTIALRESULT_OF_CORRELATION_SHOULD_BE_1_D5A8CED6 = + "partialResult of Correlation should be 1"; + public static final String EXCEPTION_INPUT_OF_CORRELATION_SHOULD_BE_1_5D666DB5 = + "Input of Correlation should be 1"; + public static final String + EXCEPTION_CORRELATION_STATE_COUNT_IS_SMALLER_THAN_REMOVED_STATE_COUNT_66C90757 = + "Correlation state count is smaller than removed state count"; + public static final String EXCEPTION_PARTIALRESULT_OF_REGRESSION_SHOULD_BE_1_B7ED33FA = + "partialResult of Regression should be 1"; + public static final String EXCEPTION_INPUT_OF_REGRESSION_SHOULD_BE_1_9AF4E8EC = + "Input of Regression should be 1"; + public static final String + EXCEPTION_REGRESSION_STATE_COUNT_IS_SMALLER_THAN_REMOVED_STATE_COUNT_4415A3AE = + "Regression state count is smaller than removed state count"; + public static final String EXCEPTION_INVALID_STARTINGPOSITION_COLON_ARG_7B4D49C0 = + "invalid startingPosition: %s"; + public static final String EXCEPTION_ROWID_DOES_NOT_MATCH_THIS_TSBLOCK_18F9EB4D = + "rowId does not match this TsBlock"; public static final String EXCEPTION_CURSOR_STILL_ACTIVE_E9462D3B = "Cursor still active"; public static final String EXCEPTION_NO_ACTIVE_CURSOR_C89C9944 = "No active cursor"; public static final String EXCEPTION_NOT_YET_ADVANCED_1600C5A7 = "Not yet advanced"; - public static final String EXCEPTION_SHOULD_NOT_ATTEMPT_COMPACTION_WHEN_TSBLOCK_IS_LOCKED_DF775E6B = "Should not attempt compaction when TsBlock is locked"; + public static final String + EXCEPTION_SHOULD_NOT_ATTEMPT_COMPACTION_WHEN_TSBLOCK_IS_LOCKED_DF775E6B = + "Should not attempt compaction when TsBlock is locked"; public static final String EXCEPTION_STRATEGY_IS_NULL_DDA2C67F = "strategy is null"; - public static final String EXCEPTION_ROWIDEVICTIONLISTENER_IS_NULL_457EFBEE = "rowIdEvictionListener is null"; - public static final String EXCEPTION_TOPN_MUST_BE_GREATER_THAN_ZERO_43866D3E = "topN must be greater than zero"; + public static final String EXCEPTION_ROWIDEVICTIONLISTENER_IS_NULL_457EFBEE = + "rowIdEvictionListener is null"; + public static final String EXCEPTION_TOPN_MUST_BE_GREATER_THAN_ZERO_43866D3E = + "topN must be greater than zero"; public static final String EXCEPTION_NO_ROOT_TO_PEEK_43C3D8D5 = "No root to peek"; - public static final String EXCEPTION_GROUP_ID_HAS_AN_EMPTY_HEAP_C9EDB841 = "Group ID has an empty heap"; - public static final String EXCEPTION_POPANDINSERT_LEFT_PAREN_RIGHT_PAREN_REQUIRES_AT_LEAST_A_ROOT_NODE_0CA0DD58 = "popAndInsert() requires at least a root node"; + public static final String EXCEPTION_GROUP_ID_HAS_AN_EMPTY_HEAP_C9EDB841 = + "Group ID has an empty heap"; + public static final String + EXCEPTION_POPANDINSERT_LEFT_PAREN_RIGHT_PAREN_REQUIRES_AT_LEAST_A_ROOT_NODE_0CA0DD58 = + "popAndInsert() requires at least a root node"; public static final String EXCEPTION_OPERATORCONTEXT_IS_NULL_D15B1EDB = "operatorContext is null"; public static final String EXCEPTION_CHILD_OPERATOR_IS_NULL_8860113C = "child operator is null"; - public static final String EXCEPTION_LIMIT_MUST_BE_AT_LEAST_ZERO_E960530F = "limit must be at least zero"; - public static final String EXCEPTION_OFFSET_MUST_BE_AT_LEAST_ZERO_21BB6BB6 = "offset must be at least zero"; + public static final String EXCEPTION_LIMIT_MUST_BE_AT_LEAST_ZERO_E960530F = + "limit must be at least zero"; + public static final String EXCEPTION_OFFSET_MUST_BE_AT_LEAST_ZERO_21BB6BB6 = + "offset must be at least zero"; public static final String EXCEPTION_TSBLOCKS_IS_NULL_02287FD8 = "tsBlocks is null"; - public static final String EXCEPTION_FILLARRAY_SHOULD_NOT_BE_NULL_OR_EMPTY_118FB134 = "fillArray should not be null or empty"; - public static final String EXCEPTION_UNIQUE_ROW_ID_EXCEEDS_A_LIMIT_COLON_ARG_71EE4B7D = "Unique row id exceeds a limit: %s"; - public static final String EXCEPTION_HELPERCOLUMNINDEX_FOR_PREVIOUSFILLWITHGROUPOPERATOR_SHOULD_NEVER_BE_NEGATIVE_ABA9C2B1 = "helperColumnIndex for PreviousFillWithGroupOperator should never be negative"; - public static final String EXCEPTION_OUTPUTCOLUMNCOUNT_IS_NOT_EQUAL_TO_VALUE_COLUMN_COUNT_OF_CHILD_OPERATOR_QUOTE_S_T_8E30BAD8 = "outputColumnCount is not equal to value column count of child operator's TsBlock"; - public static final String EXCEPTION_HELPERCOLUMNINDEX_SHOULD_BE_RESOLVED_WHEN_TIMEBOUND_EXISTS_01BE233B = "helperColumnIndex should be resolved when timeBound exists"; + public static final String EXCEPTION_FILLARRAY_SHOULD_NOT_BE_NULL_OR_EMPTY_118FB134 = + "fillArray should not be null or empty"; + public static final String EXCEPTION_UNIQUE_ROW_ID_EXCEEDS_A_LIMIT_COLON_ARG_71EE4B7D = + "Unique row id exceeds a limit: %s"; + public static final String + EXCEPTION_HELPERCOLUMNINDEX_FOR_PREVIOUSFILLWITHGROUPOPERATOR_SHOULD_NEVER_BE_NEGATIVE_ABA9C2B1 = + "helperColumnIndex for PreviousFillWithGroupOperator should never be negative"; + public static final String + EXCEPTION_OUTPUTCOLUMNCOUNT_IS_NOT_EQUAL_TO_VALUE_COLUMN_COUNT_OF_CHILD_OPERATOR_QUOTE_S_T_8E30BAD8 = + "outputColumnCount is not equal to value column count of child operator's TsBlock"; + public static final String + EXCEPTION_HELPERCOLUMNINDEX_SHOULD_BE_RESOLVED_WHEN_TIMEBOUND_EXISTS_01BE233B = + "helperColumnIndex should be resolved when timeBound exists"; public static final String EXCEPTION_TYPE_IS_NULL_16A3D3EB = "type is null"; - public static final String EXCEPTION_LOGICALINDEXNAVIGATION_IS_NULL_3B31CD23 = "logicalIndexNavigation is null"; - public static final String EXCEPTION_OVERRIDING_AGGREGATIONS_FOR_CHILD_THREAD_9C84E47D = "overriding aggregations for child thread"; - public static final String EXCEPTION_SKIP_TO_NAVIGATION_IS_MISSING_FOR_SKIP_TO_ARG_8A303D73 = "skip to navigation is missing for SKIP TO %s"; + public static final String EXCEPTION_LOGICALINDEXNAVIGATION_IS_NULL_3B31CD23 = + "logicalIndexNavigation is null"; + public static final String EXCEPTION_OVERRIDING_AGGREGATIONS_FOR_CHILD_THREAD_9C84E47D = + "overriding aggregations for child thread"; + public static final String EXCEPTION_SKIP_TO_NAVIGATION_IS_MISSING_FOR_SKIP_TO_ARG_8A303D73 = + "skip to navigation is missing for SKIP TO %s"; public static final String EXCEPTION_LABELS_IS_NULL_F4FBBECE = "labels is null"; - public static final String EXCEPTION_LOGICAL_OFFSET_MUST_BE_GREATER_THAN_EQUALS_0_COMMA_ACTUAL_COLON_ARG_539807BF = "logical offset must be >= 0, actual: %s"; - public static final String EXCEPTION_CURRENT_ROW_IS_OUT_OF_BOUNDS_OF_THE_MATCH_D8D8B611 = "current row is out of bounds of the match"; + public static final String + EXCEPTION_LOGICAL_OFFSET_MUST_BE_GREATER_THAN_EQUALS_0_COMMA_ACTUAL_COLON_ARG_539807BF = + "logical offset must be >= 0, actual: %s"; + public static final String EXCEPTION_CURRENT_ROW_IS_OUT_OF_BOUNDS_OF_THE_MATCH_D8D8B611 = + "current row is out of bounds of the match"; public static final String EXCEPTION_EVALUATIONS_IS_NULL_F3F72380 = "evaluations is null"; public static final String EXCEPTION_PARTITION_IS_NULL_27FD9756 = "partition is null"; public static final String EXCEPTION_LABELNAMES_IS_NULL_EEFDB807 = "labelNames is null"; public static final String EXCEPTION_BOUNDSIGNATURE_IS_NULL_D1077180 = "boundSignature is null"; public static final String EXCEPTION_ACCUMULATO_IS_NULL_D51F532F = "accumulato is null"; - public static final String EXCEPTION_PATTERNAGGREGATIONTRACKER_IS_NULL_82EC5B1C = "patternAggregationTracker is null"; - public static final String EXCEPTION_PATTERNAGGREGATIONTRACKER_IN_INCONSISTENT_STATE_C6FF5294 = "PatternAggregationTracker in inconsistent state"; - public static final String EXCEPTION_SETEVALUATOR_IN_INCONSISTENT_STATE_D5FAA900 = "SetEvaluator in inconsistent state"; + public static final String EXCEPTION_PATTERNAGGREGATIONTRACKER_IS_NULL_82EC5B1C = + "patternAggregationTracker is null"; + public static final String EXCEPTION_PATTERNAGGREGATIONTRACKER_IN_INCONSISTENT_STATE_C6FF5294 = + "PatternAggregationTracker in inconsistent state"; + public static final String EXCEPTION_SETEVALUATOR_IN_INCONSISTENT_STATE_D5FAA900 = + "SetEvaluator in inconsistent state"; public static final String EXCEPTION_ACCUMULATOR_IS_NULL_EF0C1DFF = "accumulator is null"; - public static final String EXCEPTION_INTERMEDIATETYPE_IS_NULL_D0D9B957 = "intermediateType is null"; + public static final String EXCEPTION_INTERMEDIATETYPE_IS_NULL_D0D9B957 = + "intermediateType is null"; public static final String EXCEPTION_INPUTCHANNELS_IS_NULL_647DA393 = "inputChannels is null"; public static final String EXCEPTION_ARRAY_IS_NULL_BCF2EEB1 = "array is null"; - public static final String EXCEPTION_USED_SLOTS_COUNT_IS_NEGATIVE_49F017C5 = "used slots count is negative"; - public static final String EXCEPTION_USED_SLOTS_COUNT_EXCEEDS_ARRAY_SIZE_6DCD8C7E = "used slots count exceeds array size"; - public static final String EXCEPTION_ARRAY_INDEX_OUT_OF_BOUNDS_35C8A83F = "array index out of bounds"; + public static final String EXCEPTION_USED_SLOTS_COUNT_IS_NEGATIVE_49F017C5 = + "used slots count is negative"; + public static final String EXCEPTION_USED_SLOTS_COUNT_EXCEEDS_ARRAY_SIZE_6DCD8C7E = + "used slots count exceeds array size"; + public static final String EXCEPTION_ARRAY_INDEX_OUT_OF_BOUNDS_35C8A83F = + "array index out of bounds"; public static final String EXCEPTION_EXCLUSIONS_IS_NULL_336ED5E7 = "exclusions is null"; public static final String EXCEPTION_INSTRUCTIONS_IS_NULL_A9CDA591 = "instructions is null"; public static final String EXCEPTION_LABELMAPPING_IS_NULL_535461C7 = "labelMapping is null"; - public static final String EXCEPTION_INVALID_PATTERN_COLON_PERMUTATION_WITH_SINGLE_ELEMENT_DOT_RUN_IRROWPATTERNFLATTE_3FF56E02 = "invalid pattern: permutation with single element. run IrRowPatternFlattener first"; - public static final String EXCEPTION_INVALID_MIN_VALUE_COLON_ARG_8D899A2E = "invalid min value: %s"; - public static final String EXCEPTION_INVALID_RANGE_COLON_LEFT_PAREN_ARG_COMMA_ARG_RIGHT_PAREN_EF9544AA = "invalid range: (%s, %s)"; - public static final String EXCEPTION_NEXTCOLUMN_QUOTE_S_TIME_SHOULD_BE_GREATER_THAN_CURRENT_TIME_334CB115 = "nextColumn's time should be greater than current time"; + public static final String + EXCEPTION_INVALID_PATTERN_COLON_PERMUTATION_WITH_SINGLE_ELEMENT_DOT_RUN_IRROWPATTERNFLATTE_3FF56E02 = + "invalid pattern: permutation with single element. run IrRowPatternFlattener first"; + public static final String EXCEPTION_INVALID_MIN_VALUE_COLON_ARG_8D899A2E = + "invalid min value: %s"; + public static final String + EXCEPTION_INVALID_RANGE_COLON_LEFT_PAREN_ARG_COMMA_ARG_RIGHT_PAREN_EF9544AA = + "invalid range: (%s, %s)"; + public static final String + EXCEPTION_NEXTCOLUMN_QUOTE_S_TIME_SHOULD_BE_GREATER_THAN_CURRENT_TIME_334CB115 = + "nextColumn's time should be greater than current time"; public static final String EXCEPTION_HASHCHANNEL_IS_NULL_A5E70672 = "hashChannel is null"; - public static final String EXCEPTION_MARKDISTINCTCHANNELS_IS_NULL_7130C56A = "markDistinctChannels is null"; - public static final String EXCEPTION_INTERMEDIATE_INPUT_AND_OUTPUT_OF_LAST_SHOULD_BE_BINARYCOLUMN_24E654CD = "intermediate input and output of LAST should be BinaryColumn"; - public static final String EXCEPTION_LENGTH_OF_INPUT_COLUMN_LEFT_BRACKET_RIGHT_BRACKET_FOR_FIRST_BY_SHOULD_BE_3_BE623E5E = "Length of input Column[] for FIRST_BY should be 3"; - public static final String EXCEPTION_INTERMEDIATE_INPUT_AND_OUTPUT_OF_FIRST_BY_SHOULD_BE_BINARYCOLUMN_F0D867AB = "intermediate input and output of FIRST_BY should be BinaryColumn"; - public static final String EXCEPTION_INPUT_OF_COVARIANCE_SHOULD_BE_2_786B97E6 = "Input of Covariance should be 2"; - public static final String EXCEPTION_INTERMEDIATE_INPUT_AND_OUTPUT_SHOULD_BE_BINARYCOLUMN_3B5148FA = "intermediate input and output should be BinaryColumn"; - public static final String EXCEPTION_LENGTH_OF_INPUT_COLUMN_LEFT_BRACKET_RIGHT_BRACKET_FOR_LAST_BY_SHOULD_BE_3_D759D45F = "Length of input Column[] for LAST_BY should be 3"; - public static final String EXCEPTION_INTERMEDIATE_INPUT_AND_OUTPUT_OF_LAST_BY_SHOULD_BE_BINARYCOLUMN_87700792 = "intermediate input and output of LAST_BY should be BinaryColumn"; - public static final String EXCEPTION_INTERMEDIATE_INPUT_AND_OUTPUT_OF_UDAF_SHOULD_BE_BINARYCOLUMN_6F28900F = "intermediate input and output of UDAF should be BinaryColumn"; - public static final String EXCEPTION_ARGUMENT_OF_AVG_SHOULD_BE_ONE_COLUMN_82162B82 = "argument of AVG should be one column"; - public static final String EXCEPTION_INTERMEDIATE_INPUT_AND_OUTPUT_OF_AVG_SHOULD_BE_BINARYCOLUMN_9CCDD5EB = "intermediate input and output of AVG should be BinaryColumn"; - public static final String EXCEPTION_INPUT_OF_CORRELATION_SHOULD_BE_2_64BB37B5 = "Input of Correlation should be 2"; - public static final String EXCEPTION_INTERMEDIATE_INPUT_AND_OUTPUT_OF_FIRST_SHOULD_BE_BINARYCOLUMN_57CE212C = "intermediate input and output of FIRST should be BinaryColumn"; - public static final String EXCEPTION_INTERMEDIATE_INPUT_AND_OUTPUT_OF_APPROX_COUNT_DISTINCT_SHOULD_BE_BINARYCOLUMN_F444D3BE = "intermediate input and output of APPROX_COUNT_DISTINCT should be BinaryColumn"; - public static final String EXCEPTION_SELECTEDPOSITIONS_IS_NULL_2300C002 = "selectedPositions is null"; - public static final String EXCEPTION_RETAINEDPOSITIONS_IS_NULL_E62F9B0D = "retainedPositions is null"; - public static final String EXCEPTION_POSITIONCOUNT_IS_NEGATIVE_2FACCDCA = "positionCount is negative"; - public static final String EXCEPTION_SELECTEDPOSITIONCOUNT_IS_NEGATIVE_A8A7FDA1 = "selectedPositionCount is negative"; - public static final String EXCEPTION_SELECTEDPOSITIONCOUNT_CANNOT_BE_GREATER_THAN_POSITIONCOUNT_871FF8DA = "selectedPositionCount cannot be greater than positionCount"; - public static final String EXCEPTION_SELECTEDPOSITION_IS_SMALLER_THAN_SELECTEDPOSITIONCOUNT_465B9220 = "selectedPosition is smaller than selectedPositionCount"; - public static final String EXCEPTION_BLOCK_POSITION_COUNT_DOES_NOT_MATCH_CURRENT_POSITION_COUNT_FE4BBE3D = "Block position count does not match current position count"; - public static final String EXCEPTION_GETSELECTEDPOSITIONS_NOT_AVAILABLE_WHEN_IN_SELECTALL_MODE_CBE671D3 = "getSelectedPositions not available when in selectAll mode"; - public static final String EXCEPTION_ARGUMENT_OF_MAX_SHOULD_BE_ONE_COLUMN_FC251F55 = "argument of MAX should be one column"; - public static final String EXCEPTION_ARGUMENT_OF_SUM_SHOULD_BE_ONE_COLUMN_D6E636D1 = "argument of SUM should be one column"; - public static final String EXCEPTION_INTERMEDIATE_INPUT_AND_OUTPUT_OF_MODE_SHOULD_BE_BINARYCOLUMN_2BB3E0AF = "intermediate input and output of Mode should be BinaryColumn"; - public static final String EXCEPTION_ARGUMENT_OF_COUNT_LEFT_PAREN_RIGHT_PAREN_SHOULD_BE_ONE_COLUMN_9158A9FE = "argument of COUNT(*) should be one column"; - public static final String EXCEPTION_WRONG_INPUTDATATYPES_SIZE_DOT_675FF289 = "Wrong inputDataTypes size."; - public static final String EXCEPTION_ARGUMENT_OF_COUNT_SHOULD_BE_ONE_COLUMN_906D6B19 = "argument of COUNT should be one column"; - public static final String EXCEPTION_INTERMEDIATE_OUTPUT_OF_REGRESSION_SHOULD_BE_BINARYCOLUMN_E74D77ED = "intermediate output of Regression should be BinaryColumn"; - public static final String EXCEPTION_INPUT_OF_REGRESSION_SHOULD_BE_2_3893EEE3 = "Input of Regression should be 2"; - public static final String EXCEPTION_LENGTH_OF_INPUT_COLUMN_LEFT_BRACKET_RIGHT_BRACKET_FOR_MAX_BY_SLASH_MIN_BY_SHOULD_3767E905 = "Length of input Column[] for MAX_BY/MIN_BY should be 2"; - public static final String EXCEPTION_INTERMEDIATE_INPUT_AND_OUTPUT_OF_MAX_BY_SLASH_MIN_BY_SHOULD_BE_BINARYCOLUMN_82B1BE6B = "intermediate input and output of MAX_BY/MIN_BY should be BinaryColumn"; - public static final String EXCEPTION_ARGUMENT_OF_MIN_SHOULD_BE_ONE_COLUMN_F8AA1E88 = "argument of MIN should be one column"; + public static final String EXCEPTION_MARKDISTINCTCHANNELS_IS_NULL_7130C56A = + "markDistinctChannels is null"; + public static final String + EXCEPTION_INTERMEDIATE_INPUT_AND_OUTPUT_OF_LAST_SHOULD_BE_BINARYCOLUMN_24E654CD = + "intermediate input and output of LAST should be BinaryColumn"; + public static final String + EXCEPTION_LENGTH_OF_INPUT_COLUMN_LEFT_BRACKET_RIGHT_BRACKET_FOR_FIRST_BY_SHOULD_BE_3_BE623E5E = + "Length of input Column[] for FIRST_BY should be 3"; + public static final String + EXCEPTION_INTERMEDIATE_INPUT_AND_OUTPUT_OF_FIRST_BY_SHOULD_BE_BINARYCOLUMN_F0D867AB = + "intermediate input and output of FIRST_BY should be BinaryColumn"; + public static final String EXCEPTION_INPUT_OF_COVARIANCE_SHOULD_BE_2_786B97E6 = + "Input of Covariance should be 2"; + public static final String + EXCEPTION_INTERMEDIATE_INPUT_AND_OUTPUT_SHOULD_BE_BINARYCOLUMN_3B5148FA = + "intermediate input and output should be BinaryColumn"; + public static final String + EXCEPTION_LENGTH_OF_INPUT_COLUMN_LEFT_BRACKET_RIGHT_BRACKET_FOR_LAST_BY_SHOULD_BE_3_D759D45F = + "Length of input Column[] for LAST_BY should be 3"; + public static final String + EXCEPTION_INTERMEDIATE_INPUT_AND_OUTPUT_OF_LAST_BY_SHOULD_BE_BINARYCOLUMN_87700792 = + "intermediate input and output of LAST_BY should be BinaryColumn"; + public static final String + EXCEPTION_INTERMEDIATE_INPUT_AND_OUTPUT_OF_UDAF_SHOULD_BE_BINARYCOLUMN_6F28900F = + "intermediate input and output of UDAF should be BinaryColumn"; + public static final String EXCEPTION_ARGUMENT_OF_AVG_SHOULD_BE_ONE_COLUMN_82162B82 = + "argument of AVG should be one column"; + public static final String + EXCEPTION_INTERMEDIATE_INPUT_AND_OUTPUT_OF_AVG_SHOULD_BE_BINARYCOLUMN_9CCDD5EB = + "intermediate input and output of AVG should be BinaryColumn"; + public static final String EXCEPTION_INPUT_OF_CORRELATION_SHOULD_BE_2_64BB37B5 = + "Input of Correlation should be 2"; + public static final String + EXCEPTION_INTERMEDIATE_INPUT_AND_OUTPUT_OF_FIRST_SHOULD_BE_BINARYCOLUMN_57CE212C = + "intermediate input and output of FIRST should be BinaryColumn"; + public static final String + EXCEPTION_INTERMEDIATE_INPUT_AND_OUTPUT_OF_APPROX_COUNT_DISTINCT_SHOULD_BE_BINARYCOLUMN_F444D3BE = + "intermediate input and output of APPROX_COUNT_DISTINCT should be BinaryColumn"; + public static final String EXCEPTION_SELECTEDPOSITIONS_IS_NULL_2300C002 = + "selectedPositions is null"; + public static final String EXCEPTION_RETAINEDPOSITIONS_IS_NULL_E62F9B0D = + "retainedPositions is null"; + public static final String EXCEPTION_POSITIONCOUNT_IS_NEGATIVE_2FACCDCA = + "positionCount is negative"; + public static final String EXCEPTION_SELECTEDPOSITIONCOUNT_IS_NEGATIVE_A8A7FDA1 = + "selectedPositionCount is negative"; + public static final String + EXCEPTION_SELECTEDPOSITIONCOUNT_CANNOT_BE_GREATER_THAN_POSITIONCOUNT_871FF8DA = + "selectedPositionCount cannot be greater than positionCount"; + public static final String + EXCEPTION_SELECTEDPOSITION_IS_SMALLER_THAN_SELECTEDPOSITIONCOUNT_465B9220 = + "selectedPosition is smaller than selectedPositionCount"; + public static final String + EXCEPTION_BLOCK_POSITION_COUNT_DOES_NOT_MATCH_CURRENT_POSITION_COUNT_FE4BBE3D = + "Block position count does not match current position count"; + public static final String + EXCEPTION_GETSELECTEDPOSITIONS_NOT_AVAILABLE_WHEN_IN_SELECTALL_MODE_CBE671D3 = + "getSelectedPositions not available when in selectAll mode"; + public static final String EXCEPTION_ARGUMENT_OF_MAX_SHOULD_BE_ONE_COLUMN_FC251F55 = + "argument of MAX should be one column"; + public static final String EXCEPTION_ARGUMENT_OF_SUM_SHOULD_BE_ONE_COLUMN_D6E636D1 = + "argument of SUM should be one column"; + public static final String + EXCEPTION_INTERMEDIATE_INPUT_AND_OUTPUT_OF_MODE_SHOULD_BE_BINARYCOLUMN_2BB3E0AF = + "intermediate input and output of Mode should be BinaryColumn"; + public static final String + EXCEPTION_ARGUMENT_OF_COUNT_LEFT_PAREN_RIGHT_PAREN_SHOULD_BE_ONE_COLUMN_9158A9FE = + "argument of COUNT(*) should be one column"; + public static final String EXCEPTION_WRONG_INPUTDATATYPES_SIZE_DOT_675FF289 = + "Wrong inputDataTypes size."; + public static final String EXCEPTION_ARGUMENT_OF_COUNT_SHOULD_BE_ONE_COLUMN_906D6B19 = + "argument of COUNT should be one column"; + public static final String + EXCEPTION_INTERMEDIATE_OUTPUT_OF_REGRESSION_SHOULD_BE_BINARYCOLUMN_E74D77ED = + "intermediate output of Regression should be BinaryColumn"; + public static final String EXCEPTION_INPUT_OF_REGRESSION_SHOULD_BE_2_3893EEE3 = + "Input of Regression should be 2"; + public static final String + EXCEPTION_LENGTH_OF_INPUT_COLUMN_LEFT_BRACKET_RIGHT_BRACKET_FOR_MAX_BY_SLASH_MIN_BY_SHOULD_3767E905 = + "Length of input Column[] for MAX_BY/MIN_BY should be 2"; + public static final String + EXCEPTION_INTERMEDIATE_INPUT_AND_OUTPUT_OF_MAX_BY_SLASH_MIN_BY_SHOULD_BE_BINARYCOLUMN_82B1BE6B = + "intermediate input and output of MAX_BY/MIN_BY should be BinaryColumn"; + public static final String EXCEPTION_ARGUMENT_OF_MIN_SHOULD_BE_ONE_COLUMN_F8AA1E88 = + "argument of MIN should be one column"; public static final String EXCEPTION_STEP_IS_NULL_F83262DA = "step is null"; public static final String EXCEPTION_MASKCHANNEL_IS_NULL_571AD53D = "maskChannel is null"; - public static final String EXCEPTION_EXPECTED_1_INPUT_CHANNEL_FOR_INTERMEDIATE_AGGREGATION_3190C507 = "expected 1 input channel for intermediate aggregation"; + public static final String + EXCEPTION_EXPECTED_1_INPUT_CHANNEL_FOR_INTERMEDIATE_AGGREGATION_3190C507 = + "expected 1 input channel for intermediate aggregation"; public static final String EXCEPTION_VALUE_IS_NULL_192F6BFF = "value is null"; public static final String EXCEPTION_VALUE_MUST_BE_POSITIVE_24FE7959 = "value must be positive"; - public static final String EXCEPTION_NUMBEROFBUCKETS_MUST_BE_A_POWER_OF_2_COMMA_ACTUAL_COLON_ARG_476E74ED = "numberOfBuckets must be a power of 2, actual: %s"; - public static final String EXCEPTION_INTERMEDIATE_INPUT_AND_OUTPUT_OF_MODE_SHOULD_BE_BINARYCOLUMN_0D03B323 = "intermediate input and output of MODE should be BinaryColumn"; - public static final String EXCEPTION_AGGREGATION_BUFFER_IS_FULL_233DAF3E = "Aggregation buffer is full"; + public static final String + EXCEPTION_NUMBEROFBUCKETS_MUST_BE_A_POWER_OF_2_COMMA_ACTUAL_COLON_ARG_476E74ED = + "numberOfBuckets must be a power of 2, actual: %s"; + public static final String + EXCEPTION_INTERMEDIATE_INPUT_AND_OUTPUT_OF_MODE_SHOULD_BE_BINARYCOLUMN_0D03B323 = + "intermediate input and output of MODE should be BinaryColumn"; + public static final String EXCEPTION_AGGREGATION_BUFFER_IS_FULL_233DAF3E = + "Aggregation buffer is full"; public static final String EXCEPTION_PAGE_IS_NULL_4AA19E1C = "page is null"; public static final String EXCEPTION_SPILL_IS_NOT_SUPPORTED_E6E35549 = "spill is not supported"; - public static final String EXCEPTION_LENGTH_OF_INPUT_COLUMN_LEFT_BRACKET_RIGHT_BRACKET_FOR_LASTBY_SLASH_FIRSTBY_SHOUL_9E836ABA = "Length of input Column[] for LastBy/FirstBy should be 3"; - public static final String EXCEPTION_THE_SIZE_OF_READYQUEUE_CANNOT_BE_NEGATIVE_DOT_01D8D0CB = "The size of readyQueue cannot be negative."; - public static final String EXCEPTION_THE_SIZE_BETWEEN_WHENTRANSFORMERS_AND_THENTRANSFORMERS_NEEDS_TO_BE_SAME_AC796883 = "the size between whenTransformers and thenTransformers needs to be same"; - public static final String EXCEPTION_EXCEED_MAX_CALL_TIMES_OF_GETCOLUMN_69C77C7E = "Exceed max call times of getColumn"; + public static final String + EXCEPTION_LENGTH_OF_INPUT_COLUMN_LEFT_BRACKET_RIGHT_BRACKET_FOR_LASTBY_SLASH_FIRSTBY_SHOUL_9E836ABA = + "Length of input Column[] for LastBy/FirstBy should be 3"; + public static final String EXCEPTION_THE_SIZE_OF_READYQUEUE_CANNOT_BE_NEGATIVE_DOT_01D8D0CB = + "The size of readyQueue cannot be negative."; + public static final String + EXCEPTION_THE_SIZE_BETWEEN_WHENTRANSFORMERS_AND_THENTRANSFORMERS_NEEDS_TO_BE_SAME_AC796883 = + "the size between whenTransformers and thenTransformers needs to be same"; + public static final String EXCEPTION_EXCEED_MAX_CALL_TIMES_OF_GETCOLUMN_69C77C7E = + "Exceed max call times of getColumn"; public static final String EXCEPTION_TOPK_RUNTIME_FILTER_REQUIRES_SINGLE_TIME_ORDER_BY_7EED6208 = "TopK runtime filter requires ORDER BY time on a single INT64 or TIMESTAMP column"; - public static final String EXCEPTION_FILTER_IS_NOT_SUPPORTED_IN_ARG_DOT_FILTER_IS_ARG_DOT_417C4F3C = "Filter is not supported in %s. Filter is %s."; + public static final String + EXCEPTION_FILTER_IS_NOT_SUPPORTED_IN_ARG_DOT_FILTER_IS_ARG_DOT_417C4F3C = + "Filter is not supported in %s. Filter is %s."; public static final String EXCEPTION_NULL_9B41EF67 = "null"; - public static final String EXCEPTION_ARG_MUST_HAVE_JOIN_KEYS_DOT_C24DAB2D = "%s must have join keys."; - public static final String EXCEPTION_SOURCE_OF_SEMIJOINNODE_DOESN_QUOTE_T_CONTAIN_SOURCEOUTPUTSYMBOL_DOT_527996EC = "Source of SemiJoinNode doesn't contain sourceOutputSymbol."; - public static final String EXCEPTION_SOURCE_OF_SEMIJOINNODE_DOESN_QUOTE_T_CONTAIN_SOURCEJOINSYMBOL_DOT_32209273 = "Source of SemiJoinNode doesn't contain sourceJoinSymbol."; - public static final String EXCEPTION_FILTERINGSOURCE_OF_SEMIJOINNODE_DOESN_QUOTE_T_CONTAIN_FILTERINGSOURCEJOINSYMBOL__1B75DDE2 = "FilteringSource of SemiJoinNode doesn't contain filteringSourceJoinSymbol."; + public static final String EXCEPTION_ARG_MUST_HAVE_JOIN_KEYS_DOT_C24DAB2D = + "%s must have join keys."; + public static final String + EXCEPTION_SOURCE_OF_SEMIJOINNODE_DOESN_QUOTE_T_CONTAIN_SOURCEOUTPUTSYMBOL_DOT_527996EC = + "Source of SemiJoinNode doesn't contain sourceOutputSymbol."; + public static final String + EXCEPTION_SOURCE_OF_SEMIJOINNODE_DOESN_QUOTE_T_CONTAIN_SOURCEJOINSYMBOL_DOT_32209273 = + "Source of SemiJoinNode doesn't contain sourceJoinSymbol."; + public static final String + EXCEPTION_FILTERINGSOURCE_OF_SEMIJOINNODE_DOESN_QUOTE_T_CONTAIN_FILTERINGSOURCEJOINSYMBOL__1B75DDE2 = + "FilteringSource of SemiJoinNode doesn't contain filteringSourceJoinSymbol."; public static final String EXCEPTION_NAME_IS_NULL_C8B35959 = "name is null"; public static final String EXCEPTION_FUNCTION_IS_NULL_E0FA4B62 = "function is null"; public static final String EXCEPTION_PREVIOUS_IS_NULL_056F5D52 = "previous is null"; @@ -421,22 +685,26 @@ private CalcMessages() {} public static final String EXCEPTION_CAPTURES_IS_NULL_75EACA5A = "captures is null"; public static final String EXCEPTION_PREDICATE_IS_NULL_22E687A9 = "predicate is null"; public static final String EXCEPTION_EXPECTEDCLASS_IS_NULL_B619CCC7 = "expectedClass is null"; - public static final String EXCEPTION_EXPECTEDVALUE_CAN_QUOTE_T_BE_NULL_DOT_USE_ISNULL_LEFT_PAREN_RIGHT_PAREN_PATTERN__FC25E374 = "expectedValue can't be null. Use isNull() pattern instead."; + public static final String + EXCEPTION_EXPECTEDVALUE_CAN_QUOTE_T_BE_NULL_DOT_USE_ISNULL_LEFT_PAREN_RIGHT_PAREN_PATTERN__FC25E374 = + "expectedValue can't be null. Use isNull() pattern instead."; public static final String EXCEPTION_CAPTURE_IS_NULL_C54AA710 = "capture is null"; public static final String EXCEPTION_PROPERTYPATTERN_IS_NULL_37185AE7 = "propertyPattern is null"; public static final String EXCEPTION_TARGET_NODE_MUST_EXIST_2C8D8F3A = "Target node must exist"; - public static final String EXCEPTION_HEAP_MUST_HAVE_AT_LEAST_ONE_NODE_BEFORE_STARTING_TRAVERSAL_A1E65C70 = "heap must have at least one node before starting traversal"; - public static final String EXCEPTION_NEW_CHILD_SHOULDN_QUOTE_T_EXIST_YET_1EB3B129 = "New child shouldn't exist yet"; - public static final String EXCEPTION_ROWID_AND_UNIQUEVALUE_MASK_OVERLAPS_9A092E09 = "RowId and uniqueValue mask overlaps"; + public static final String + EXCEPTION_HEAP_MUST_HAVE_AT_LEAST_ONE_NODE_BEFORE_STARTING_TRAVERSAL_A1E65C70 = + "heap must have at least one node before starting traversal"; + public static final String EXCEPTION_NEW_CHILD_SHOULDN_QUOTE_T_EXIST_YET_1EB3B129 = + "New child shouldn't exist yet"; + public static final String EXCEPTION_ROWID_AND_UNIQUEVALUE_MASK_OVERLAPS_9A092E09 = + "RowId and uniqueValue mask overlaps"; // --- Execution --- - public static final String ERROR_SETTING_FUTURE_STATE_FOR = - "Error setting future state for {}"; + public static final String ERROR_SETTING_FUTURE_STATE_FOR = "Error setting future state for {}"; public static final String ERROR_NOTIFYING_STATE_CHANGE_LISTENER_FOR = "Error notifying state change listener for {}"; - public static final String SERVER_IS_SHUTTING_DOWN = - "Server is shutting down"; + public static final String SERVER_IS_SHUTTING_DOWN = "Server is shutting down"; public static final String EXCEPTION_EXECUTOR_IS_NULL_7FBE03A4 = "executor is null"; public static final String EXCEPTION_INITIALSTATE_IS_NULL_8992A39F = "initialState is null"; public static final String EXCEPTION_TERMINALSTATES_IS_NULL_E0FC2A93 = "terminalStates is null"; @@ -462,10 +730,12 @@ private CalcMessages() {} "percentage should be in [0,1], got "; public static final String EXCEPTION_PERCENTILE_REQUIRES_2_ARGUMENTS_BUT_GOT_ARG_F3F1882F = "PERCENTILE requires 2 arguments, but got %d"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_IN_PERCENTILE_AGGREGATION_ARG_E0C2513D = - "Unsupported data type in Percentile Aggregation: %s"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_IN_PERCENTILE_AGGREGATION_ARG_8ACED24D = - "Unsupported data type in PERCENTILE Aggregation: %s"; + public static final String + EXCEPTION_UNSUPPORTED_DATA_TYPE_IN_PERCENTILE_AGGREGATION_ARG_E0C2513D = + "Unsupported data type in Percentile Aggregation: %s"; + public static final String + EXCEPTION_UNSUPPORTED_DATA_TYPE_IN_PERCENTILE_AGGREGATION_ARG_8ACED24D = + "Unsupported data type in PERCENTILE Aggregation: %s"; public static final String EXCEPTION_PERCENTILEACCUMULATOR_DOES_NOT_SUPPORT_STATISTICS_66308C79 = "PercentileAccumulator does not support statistics"; public static final String @@ -474,9 +744,8 @@ private CalcMessages() {} public static final String EXCEPTION_THE_FIRST_SAMPLE_TIME_MUST_BE_LESS_THAN_THE_LAST_SAMPLE_TIME_FC4D3517 = "The first sample time must be less than the last sample time"; - public static final String - EXCEPTION_THE_WINDOW_START_MUST_BE_LESS_THAN_THE_WINDOW_END_B1A38C98 = - "The window start must be less than the window end"; + public static final String EXCEPTION_THE_WINDOW_START_MUST_BE_LESS_THAN_THE_WINDOW_END_B1A38C98 = + "The window start must be less than the window end"; public static final String EXCEPTION_RATE_FAMILY_AGGREGATE_FUNCTION_REQUIRES_WINDOW_START_FIRST_TIME_LAST_TIME_WINDOW_END_60DE93C8 = "Rate-family aggregate function requires window_start <= first_time < last_time < window_end"; @@ -528,5 +797,4 @@ private CalcMessages() {} public static final String EXCEPTION_AGGREGATE_FUNCTION_ARG_REQUIRES_ARG_ARGUMENTS_BUT_GOT_ARG_D6249DD2 = "Aggregate function [%s] requires %d arguments, but got %d"; - } diff --git a/iotdb-core/calc-commons/src/main/i18n/zh/org/apache/iotdb/calc/i18n/CalcMessages.java b/iotdb-core/calc-commons/src/main/i18n/zh/org/apache/iotdb/calc/i18n/CalcMessages.java index 07b3b549735a..1335f7301725 100644 --- a/iotdb-core/calc-commons/src/main/i18n/zh/org/apache/iotdb/calc/i18n/CalcMessages.java +++ b/iotdb-core/calc-commons/src/main/i18n/zh/org/apache/iotdb/calc/i18n/CalcMessages.java @@ -23,8 +23,7 @@ public final class CalcMessages { private CalcMessages() {} - public static final String AND_OPERATOR_ONLY_ACCEPTS_BOOLEAN_OPERANDS = - "AND 运算符只接受布尔操作数"; + public static final String AND_OPERATOR_ONLY_ACCEPTS_BOOLEAN_OPERANDS = "AND 运算符只接受布尔操作数"; public static final String ARRAYS_NOT_SAME_LENGTH = "数组长度不一致"; public static final String CANNOT_ADD_NAN_TO_T_DIGEST = "不能将 NaN 添加到 t-digest"; public static final String CANNOT_CAST_TO_BOOLEAN = "\"%s\" 无法转换为 [BOOLEAN]"; @@ -45,21 +44,17 @@ private CalcMessages() {} public static final String DISTINCT_AGGREGATION_FUNCTION_CANNOT_BE_PUSH_DOWN = "DISTINCT 聚合函数不能下推"; public static final String DIVISION_BY_ZERO = "除以零"; - public static final String ESCAPE_STRING_MUST_BE_A_SINGLE_CHARACTER = - "转义字符串必须是单个字符"; - public static final String EXCEPTION_HAPPENED_WHEN_EXECUTING_UDTF = - "执行 UDTF 时发生异常:"; + public static final String ESCAPE_STRING_MUST_BE_A_SINGLE_CHARACTER = "转义字符串必须是单个字符"; + public static final String EXCEPTION_HAPPENED_WHEN_EXECUTING_UDTF = "执行 UDTF 时发生异常:"; public static final String FAIL_TO_CLOSE_FILE_CHANNEL = "关闭文件通道失败"; public static final String ILLEGAL_STATE_IN_VISIT_LOGICAL_EXPRESSION = "visitLogicalExpression 中状态非法"; public static final String INDEX_OUT_OF_PARTITION_BOUNDS = "索引超出分区边界!"; public static final String INITIAL_CAPACITY_IS_NEGATIVE = "初始容量 (%d) 为负数"; public static final String INITIAL_CAPACITY_EXCEEDS_LIMIT = "初始容量 (%d) 超过 %d"; - public static final String INPUT_ROW_UTILS_SHOULD_NOT_BE_INSTANTIATED = - "InputRowUtils 不应被实例化。"; + public static final String INPUT_ROW_UTILS_SHOULD_NOT_BE_INSTANTIATED = "InputRowUtils 不应被实例化。"; public static final String INVALID_AGGREGATION_FUNCTION = "无效的聚合函数:"; - public static final String INVALID_TEXT_INPUT_FOR_BOOLEAN = - "布尔类型的文本输入无效:%s"; + public static final String INVALID_TEXT_INPUT_FOR_BOOLEAN = "布尔类型的文本输入无效:%s"; public static final String INVALID_VALUE = "无效的值:%f"; public static final String LEFT_CHILD_OF_JOIN_NODE_DOESNT_CONTAIN_LEFT_JOIN_KEY = "JoinNode 的左子节点不包含左连接键。"; @@ -80,27 +75,22 @@ private CalcMessages() {} public static final String OFFSET_LESS_THAN_ZERO = "偏移量 %d 小于 0。"; public static final String ONLY_ONE_TUPLE_CAN_BE_SENT_EACH_TIME = "由于内存限制,每次只能发送一个元组,oneTupleSize: {}B, maxReturnSize: {}B"; - public static final String OR_OPERATOR_ONLY_ACCEPTS_BOOLEAN_OPERANDS = - "OR 运算符只接受布尔操作数"; + public static final String OR_OPERATOR_ONLY_ACCEPTS_BOOLEAN_OPERANDS = "OR 运算符只接受布尔操作数"; public static final String PERCENTAGE_SHOULD_BE_IN_0_1 = "百分比应在 [0,1] 范围内,实际为 "; public static final String READ_OBJECT_IS_NOT_SUPPORTED = "不支持 readObject"; public static final String RESULT_TS_BLOCK_CANNOT_BE_NULL = "结果 tsBlock 不能为空"; public static final String RIGHT_CHILD_OF_JOIN_NODE_DOESNT_CONTAIN_RIGHT_JOIN_KEY = "JoinNode 的右子节点不包含右连接键。"; - public static final String SHOULD_CALL_THE_CONCRETE_VISIT_XX_METHOD = - "应该调用具体的 visitXX() 方法"; + public static final String SHOULD_CALL_THE_CONCRETE_VISIT_XX_METHOD = "应该调用具体的 visitXX() 方法"; public static final String STATE_FOR_GROUP_NOT_FOUND = "未找到分组 %d 的状态"; public static final String SUM_SHOULD_NEVER_BE_ZERO = "sum 不应为零。"; - public static final String THIS_ACCUMULATOR_DOES_NOT_SUPPORT_REMOVING_INPUTS = - "该累加器不支持移除输入!"; - public static final String THIS_IS_A_UTILITY_CLASS_AND_CANNOT_BE_INSTANTIATED = - "这是一个工具类,不能被实例化"; + public static final String THIS_ACCUMULATOR_DOES_NOT_SUPPORT_REMOVING_INPUTS = "该累加器不支持移除输入!"; + public static final String THIS_IS_A_UTILITY_CLASS_AND_CANNOT_BE_INSTANTIATED = "这是一个工具类,不能被实例化"; public static final String TYPE_OF_LEFT_ASOF_JOIN_KEY_IS_NOT_TIMESTAMP = "左侧 ASOF 连接键的类型不是 TIMESTAMP"; public static final String TYPE_OF_RIGHT_ASOF_JOIN_KEY_IS_NOT_TIMESTAMP = "右侧 ASOF 连接键的类型不是 TIMESTAMP"; - public static final String UDAF_NOT_SUPPORT_CALCULATE_FROM_STATISTICS = - "UDAF 目前不支持从统计信息计算"; + public static final String UDAF_NOT_SUPPORT_CALCULATE_FROM_STATISTICS = "UDAF 目前不支持从统计信息计算"; public static final String UNBOUND_FOLLOWING_NOT_ALLOWED_IN_FRAME_START = "帧起始位置不允许使用 UNBOUND FOLLOWING!"; public static final String UNBOUND_PRECEDING_NOT_ALLOWED_IN_FRAME_END = @@ -134,262 +124,507 @@ private CalcMessages() {} public static final String UNSUPPORTED_TYPE = "不支持的类型:"; public static final String UNSUPPORTED_TYPE_BINARY = "不支持的类型"; public static final String UNSUPPORTED_TYPE_CLASS = "不支持的类型:"; - public static final String UNSUPPORTED_TYPE_FOR_ARITHMETIC_OPERATION = - "不支持的算术运算类型:"; - public static final String UNSUPPORTED_TYPE_IN_GENERIC_LITERAL = - "GenericLiteral 中不支持的类型:"; + public static final String UNSUPPORTED_TYPE_FOR_ARITHMETIC_OPERATION = "不支持的算术运算类型:"; + public static final String UNSUPPORTED_TYPE_IN_GENERIC_LITERAL = "GenericLiteral 中不支持的类型:"; public static final String WEIGHT_MUST_BE_GE_1 = "权重必须 >= 1,实际为 "; - public static final String PUSHED_ELEMENT_IS_NULL = - "推入的元素为 null"; + public static final String PUSHED_ELEMENT_IS_NULL = "推入的元素为 null"; public static final String FAILED_TO_DELETE_TEMP_DIR = "删除临时目录 {} 失败。"; // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- public static final String EXCEPTION_WRONG_OBJECT_FILE_PATH_D317B1AB = "错误的对象文件路径:"; - public static final String EXCEPTION_OFFSET_ARG_GREATER_THAN_EQUAL_OBJECT_SIZE_ARG_FILE_PATH_31936A19 = "偏移量 %d 大于或等于对象大小 %d,文件路径为 %s"; - public static final String EXCEPTION_READ_OBJECT_SIZE_ARG_TOO_LARGE_SIZE_2G_FILE_PATH_7D4A4D10 = "读取的对象大小 %s 过大(大小 > 2G),文件路径为 %s"; - public static final String LOG_FAILED_CLOSE_FILE_METHOD_DEREGISTER_ARG_BECAUSE_ARG_1744AC60 = "在方法 deregister(%s) 中关闭文件失败,原因:%s"; - public static final String LOG_FAILED_CLEAN_DIR_METHOD_DEREGISTER_ARG_BECAUSE_ARG_F53193E5 = "在方法 deregister(%s) 中清理目录失败,原因:%s"; - public static final String EXCEPTION_TYPE_ACCUMULATOR_DOES_NOT_SUPPORT_REMOVE_INPUT_905AFAA1 = "该类型的累加器不支持移除输入!"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_AGGREGATION_VARIANCE_ARG_17A45959 = "variance 聚合中不支持的数据类型:%s"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_CENTRALMOMENT_AGGREGATION_0A19C2A8 = "CentralMoment 聚合中不支持的数据类型:"; + public static final String + EXCEPTION_OFFSET_ARG_GREATER_THAN_EQUAL_OBJECT_SIZE_ARG_FILE_PATH_31936A19 = + "偏移量 %d 大于或等于对象大小 %d,文件路径为 %s"; + public static final String EXCEPTION_READ_OBJECT_SIZE_ARG_TOO_LARGE_SIZE_2G_FILE_PATH_7D4A4D10 = + "读取的对象大小 %s 过大(大小 > 2G),文件路径为 %s"; + public static final String LOG_FAILED_CLOSE_FILE_METHOD_DEREGISTER_ARG_BECAUSE_ARG_1744AC60 = + "在方法 deregister(%s) 中关闭文件失败,原因:%s"; + public static final String LOG_FAILED_CLEAN_DIR_METHOD_DEREGISTER_ARG_BECAUSE_ARG_F53193E5 = + "在方法 deregister(%s) 中清理目录失败,原因:%s"; + public static final String EXCEPTION_TYPE_ACCUMULATOR_DOES_NOT_SUPPORT_REMOVE_INPUT_905AFAA1 = + "该类型的累加器不支持移除输入!"; + public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_AGGREGATION_VARIANCE_ARG_17A45959 = + "variance 聚合中不支持的数据类型:%s"; + public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_CENTRALMOMENT_AGGREGATION_0A19C2A8 = + "CentralMoment 聚合中不支持的数据类型:"; public static final String EXCEPTION_UNKNOWN_FUNCTION_ARG_NODE_ARG_927DA6A7 = "未知函数 %s,所在节点:%d。"; - public static final String EXCEPTION_INLIST_LITERAL_TIMESTAMP_CAN_ONLY_LONGLITERAL_DOUBLELITERAL_GENERICLITERAL_CURRENT_A3105E67 = "TIMESTAMP 的 InList Literal 只能是 LongLiteral、DoubleLiteral 或 GenericLiteral,当前为"; - public static final String EXCEPTION_PARTITION_HANDLER_FINISHED_CANNOT_ADD_MORE_DATA_D8E31A3E = "分区处理器已结束,不能再添加数据。"; - public static final String EXCEPTION_AFTER_MATCH_SKIP_FAILED_PATTERN_VARIABLE_NOT_PRESENT_MATCH_2891B276 = "匹配后跳转失败:匹配中不存在模式变量"; - public static final String EXCEPTION_AFTER_MATCH_SKIP_FAILED_CANNOT_SKIP_FIRST_ROW_MATCH_71D4093B = "匹配后跳转失败:不能跳到匹配的第一行"; - public static final String EXCEPTION_AGGREGATE_FUNCTION_ARG_DOES_NOT_SUPPORT_COPYING_3E03976C = "聚合函数 %s 不支持复制"; - public static final String EXCEPTION_UNSUPPORTED_BUILT_WINDOW_FUNCTION_NAME_F994ED27 = "不支持的内置窗口函数名称:"; - public static final String EXCEPTION_UNSUPPORTED_DEFAULT_VALUE_S_DATA_TYPE_LAG_BEB00511 = "Lag 中不支持的默认值数据类型:"; - public static final String EXCEPTION_CANNOT_COMPARE_VALUES_DIFFERENT_TYPES_A95EDA7F = "无法比较不同类型的值:"; + public static final String + EXCEPTION_INLIST_LITERAL_TIMESTAMP_CAN_ONLY_LONGLITERAL_DOUBLELITERAL_GENERICLITERAL_CURRENT_A3105E67 = + "TIMESTAMP 的 InList Literal 只能是 LongLiteral、DoubleLiteral 或 GenericLiteral,当前为"; + public static final String EXCEPTION_PARTITION_HANDLER_FINISHED_CANNOT_ADD_MORE_DATA_D8E31A3E = + "分区处理器已结束,不能再添加数据。"; + public static final String + EXCEPTION_AFTER_MATCH_SKIP_FAILED_PATTERN_VARIABLE_NOT_PRESENT_MATCH_2891B276 = + "匹配后跳转失败:匹配中不存在模式变量"; + public static final String + EXCEPTION_AFTER_MATCH_SKIP_FAILED_CANNOT_SKIP_FIRST_ROW_MATCH_71D4093B = "匹配后跳转失败:不能跳到匹配的第一行"; + public static final String EXCEPTION_AGGREGATE_FUNCTION_ARG_DOES_NOT_SUPPORT_COPYING_3E03976C = + "聚合函数 %s 不支持复制"; + public static final String EXCEPTION_UNSUPPORTED_BUILT_WINDOW_FUNCTION_NAME_F994ED27 = + "不支持的内置窗口函数名称:"; + public static final String EXCEPTION_UNSUPPORTED_DEFAULT_VALUE_S_DATA_TYPE_LAG_BEB00511 = + "Lag 中不支持的默认值数据类型:"; + public static final String EXCEPTION_CANNOT_COMPARE_VALUES_DIFFERENT_TYPES_A95EDA7F = + "无法比较不同类型的值:"; public static final String EXCEPTION_VS_AEDAB253 = " 与 "; - public static final String EXCEPTION_TARGET_TYPE_NOT_GENERICDATATYPE_CB87EF37 = "目标类型不是 GenericDataType:"; + public static final String EXCEPTION_TARGET_TYPE_NOT_GENERICDATATYPE_CB87EF37 = + "目标类型不是 GenericDataType:"; public static final String EXCEPTION_UNSUPPORTED_EXPRESSION_TYPE_5C50C92E = "不支持的表达式类型:"; - public static final String EXCEPTION_IDENTITYLINEARFILL_S_NEEDPREPAREFORNEXT_METHOD_SHOULD_ALWAYS_RETURN_FALSE_FF7AD73B = "IdentityLinearFill 的 needPrepareForNext() 方法应始终返回 false。"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_LAST_ARG_37F52124 = "LAST 中不支持的数据类型:%s"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_LAST_AGGREGATION_ARG_2FCF5ADA = "LAST 聚合中不支持的数据类型:%s"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_LAST_AGGREGATION_ARG_B3F2EE42 = "LAST 聚合中不支持的数据类型:%s"; - public static final String EXCEPTION_SIZE_CHILDRENCOLUMNS_DATATYPES_SHOULD_SAME_6EA43EA8 = "childrenColumns 和 dataTypes 的大小应相同。"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_FIRST_AGGREGATION_ARG_8D31C6CA = "FIRST_BY 聚合中不支持的数据类型:%s"; - public static final String EXCEPTION_APPROX_PERCENTILE_REQUIRES_2_3_ARGUMENTS_BUT_GOT_ARG_D78590AA = "APPROX_PERCENTILE 需要 2 个或 3 个参数,但实际为 %d"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_APPROX_PERCENTILE_AGGREGATION_ARG_CFEC0431 = "APPROX_PERCENTILE 聚合中不支持的数据类型:%s"; - public static final String EXCEPTION_APPROXPERCENTILEACCUMULATOR_DOES_NOT_SUPPORT_STATISTICS_2BB01365 = "ApproxPercentileAccumulator 不支持统计信息"; - public static final String EXCEPTION_NO_EXACT_DOUBLE_REPRESENTATION_LONG_ARG_3E5B7550 = "long 没有精确的 double 表示:%s"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_COVARIANCE_AGGREGATION_ARG_643BEDD0 = "Covariance 聚合中不支持的数据类型:%s"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_LAST_AGGREGATION_ARG_8C41FBCC = "LAST_BY 聚合中不支持的数据类型:%s"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_CENTRALMOMENT_AGGREGATION_ARG_74B9A3A8 = "CentralMoment 聚合中不支持的数据类型:%s"; - public static final String EXCEPTION_SECOND_THIRD_ARGUMENT_MUST_GREATER_THAN_0_BUT_GOT_K_0AFFFA6A = "第二个和第三个参数必须大于 0,实际 k="; + public static final String + EXCEPTION_IDENTITYLINEARFILL_S_NEEDPREPAREFORNEXT_METHOD_SHOULD_ALWAYS_RETURN_FALSE_FF7AD73B = + "IdentityLinearFill 的 needPrepareForNext() 方法应始终返回 false。"; + public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_LAST_ARG_37F52124 = + "LAST 中不支持的数据类型:%s"; + public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_LAST_AGGREGATION_ARG_2FCF5ADA = + "LAST 聚合中不支持的数据类型:%s"; + public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_LAST_AGGREGATION_ARG_B3F2EE42 = + "LAST 聚合中不支持的数据类型:%s"; + public static final String EXCEPTION_SIZE_CHILDRENCOLUMNS_DATATYPES_SHOULD_SAME_6EA43EA8 = + "childrenColumns 和 dataTypes 的大小应相同。"; + public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_FIRST_AGGREGATION_ARG_8D31C6CA = + "FIRST_BY 聚合中不支持的数据类型:%s"; + public static final String + EXCEPTION_APPROX_PERCENTILE_REQUIRES_2_3_ARGUMENTS_BUT_GOT_ARG_D78590AA = + "APPROX_PERCENTILE 需要 2 个或 3 个参数,但实际为 %d"; + public static final String + EXCEPTION_UNSUPPORTED_DATA_TYPE_APPROX_PERCENTILE_AGGREGATION_ARG_CFEC0431 = + "APPROX_PERCENTILE 聚合中不支持的数据类型:%s"; + public static final String + EXCEPTION_APPROXPERCENTILEACCUMULATOR_DOES_NOT_SUPPORT_STATISTICS_2BB01365 = + "ApproxPercentileAccumulator 不支持统计信息"; + public static final String EXCEPTION_NO_EXACT_DOUBLE_REPRESENTATION_LONG_ARG_3E5B7550 = + "long 没有精确的 double 表示:%s"; + public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_COVARIANCE_AGGREGATION_ARG_643BEDD0 = + "Covariance 聚合中不支持的数据类型:%s"; + public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_LAST_AGGREGATION_ARG_8C41FBCC = + "LAST_BY 聚合中不支持的数据类型:%s"; + public static final String + EXCEPTION_UNSUPPORTED_DATA_TYPE_CENTRALMOMENT_AGGREGATION_ARG_74B9A3A8 = + "CentralMoment 聚合中不支持的数据类型:%s"; + public static final String + EXCEPTION_SECOND_THIRD_ARGUMENT_MUST_GREATER_THAN_0_BUT_GOT_K_0AFFFA6A = + "第二个和第三个参数必须大于 0,实际 k="; public static final String EXCEPTION_CAPACITY_E92593AD = ",容量="; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_AGGREGATION_AVG_ARG_4E63A3C3 = "AVG 聚合中不支持的数据类型:%s"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_CORRELATION_AGGREGATION_ARG_2FF29597 = "Correlation 聚合中不支持的数据类型:%s"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_FIRST_ARG_D5B6C6F9 = "FIRST 中不支持的数据类型:%s"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_FIRST_AGGREGATION_ARG_B2D27BB9 = "FIRST 聚合中不支持的数据类型:%s"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_FIRST_AGGREGATION_ARG_2652C363 = "FIRST 聚合中不支持的数据类型:%s"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_VARIANCE_AGGREGATION_ARG_C641D425 = "VARIANCE 聚合中不支持的数据类型:%s"; + public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_AGGREGATION_AVG_ARG_4E63A3C3 = + "AVG 聚合中不支持的数据类型:%s"; + public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_CORRELATION_AGGREGATION_ARG_2FF29597 = + "Correlation 聚合中不支持的数据类型:%s"; + public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_FIRST_ARG_D5B6C6F9 = + "FIRST 中不支持的数据类型:%s"; + public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_FIRST_AGGREGATION_ARG_B2D27BB9 = + "FIRST 聚合中不支持的数据类型:%s"; + public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_FIRST_AGGREGATION_ARG_2652C363 = + "FIRST 聚合中不支持的数据类型:%s"; + public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_VARIANCE_AGGREGATION_ARG_C641D425 = + "VARIANCE 聚合中不支持的数据类型:%s"; public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_ARG_7D59F7B2 = "不支持的数据类型 : %s"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_APPROX_COUNT_DISTINCT_AGGREGATION_ARG_58F0391E = "APPROX_COUNT_DISTINCT 聚合中不支持的数据类型:%s"; - public static final String EXCEPTION_APPROXCOUNTDISTINCTACCUMULATOR_DOES_NOT_SUPPORT_STATISTICS_81005A79 = "ApproxCountDistinctAccumulator 不支持统计信息"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_MAX_AGGREGATION_ARG_CCB09C60 = "MAX 聚合中不支持的数据类型:%s"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_SUM_AGGREGATION_ARG_92F5A18D = "SUM 聚合中不支持的数据类型:%s"; - public static final String EXCEPTION_DISTINCT_VALUES_HAS_EXCEEDED_THRESHOLD_ARG_CALCULATE_MODE_8CA29DC2 = "计算 MODE 时不同值数量已超过阈值 %s"; - public static final String EXCEPTION_APPROXMOSTFREQUENTACCUMULATOR_DOES_NOT_SUPPORT_STATISTICS_DB1E218B = "ApproxMostFrequentAccumulator 不支持统计信息"; - public static final String EXCEPTION_DISTINCT_AGGREGATION_FUNCTION_STATE_CAN_NOT_COPIED_34D0A276 = "DISTINCT 聚合函数状态不能复制"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_REGRESSION_AGGREGATION_ARG_7BB08DA2 = "Regression 聚合中不支持的数据类型:%s"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_MIN_AGGREGATION_ARG_CB73B158 = "MIN 聚合中不支持的数据类型:%s"; - public static final String EXCEPTION_INVALID_FORMAT_SERIALIZED_HISTOGRAM_GOT_ENCODING_A8E50EA5 = "序列化直方图格式无效,编码为:"; - public static final String EXCEPTION_MAX_STANDARD_ERROR_MUST_ARG_ARG_ARG_EB8443D6 = "最大标准误差必须在 [%s, %s] 范围内:%s"; - public static final String EXCEPTION_CANNOT_MERGE_HYPERLOGLOG_INSTANCES_DIFFERENT_PRECISION_9DCF13BC = "无法合并精度不同的 HyperLogLog 实例"; - public static final String EXCEPTION_DISTINCT_VALUES_HAS_EXCEEDED_THRESHOLD_ARG_CALCULATE_MODE_ONE_GROUP_A3F5A1D3 = "在单个分组中计算 MODE 时不同值数量已超过阈值 %s"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_MAX_MIN_AGGREGATION_ARG_982BEBD5 = "MAX_BY/MIN_BY 聚合中不支持的数据类型:%s"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_EXTREME_AGGREGATION_ARG_AF4DA98F = "EXTREME 聚合不支持的数据类型:%s"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_EXTREME_AGGREGATION_ARG_276BE220 = "EXTREME 聚合中不支持的数据类型:%s"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_AVG_AGGREGATION_ARG_66BF3128 = "AVG 聚合中不支持的数据类型:%s"; - public static final String EXCEPTION_CAN_T_READ_NEW_TSBLOCK_FILESPILLERREADER_072AF71D = "无法在 FileSpillerReader 中读取新的 tsBlock:"; - public static final String EXCEPTION_CAN_T_CLOSE_FILECHANNEL_FILESPILLERREADER_E46979F0 = "无法关闭 FileSpillerReader 中的 FileChannel:"; + public static final String + EXCEPTION_UNSUPPORTED_DATA_TYPE_APPROX_COUNT_DISTINCT_AGGREGATION_ARG_58F0391E = + "APPROX_COUNT_DISTINCT 聚合中不支持的数据类型:%s"; + public static final String + EXCEPTION_APPROXCOUNTDISTINCTACCUMULATOR_DOES_NOT_SUPPORT_STATISTICS_81005A79 = + "ApproxCountDistinctAccumulator 不支持统计信息"; + public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_MAX_AGGREGATION_ARG_CCB09C60 = + "MAX 聚合中不支持的数据类型:%s"; + public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_SUM_AGGREGATION_ARG_92F5A18D = + "SUM 聚合中不支持的数据类型:%s"; + public static final String + EXCEPTION_DISTINCT_VALUES_HAS_EXCEEDED_THRESHOLD_ARG_CALCULATE_MODE_8CA29DC2 = + "计算 MODE 时不同值数量已超过阈值 %s"; + public static final String + EXCEPTION_APPROXMOSTFREQUENTACCUMULATOR_DOES_NOT_SUPPORT_STATISTICS_DB1E218B = + "ApproxMostFrequentAccumulator 不支持统计信息"; + public static final String EXCEPTION_DISTINCT_AGGREGATION_FUNCTION_STATE_CAN_NOT_COPIED_34D0A276 = + "DISTINCT 聚合函数状态不能复制"; + public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_REGRESSION_AGGREGATION_ARG_7BB08DA2 = + "Regression 聚合中不支持的数据类型:%s"; + public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_MIN_AGGREGATION_ARG_CB73B158 = + "MIN 聚合中不支持的数据类型:%s"; + public static final String EXCEPTION_INVALID_FORMAT_SERIALIZED_HISTOGRAM_GOT_ENCODING_A8E50EA5 = + "序列化直方图格式无效,编码为:"; + public static final String EXCEPTION_MAX_STANDARD_ERROR_MUST_ARG_ARG_ARG_EB8443D6 = + "最大标准误差必须在 [%s, %s] 范围内:%s"; + public static final String + EXCEPTION_CANNOT_MERGE_HYPERLOGLOG_INSTANCES_DIFFERENT_PRECISION_9DCF13BC = + "无法合并精度不同的 HyperLogLog 实例"; + public static final String + EXCEPTION_DISTINCT_VALUES_HAS_EXCEEDED_THRESHOLD_ARG_CALCULATE_MODE_ONE_GROUP_A3F5A1D3 = + "在单个分组中计算 MODE 时不同值数量已超过阈值 %s"; + public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_MAX_MIN_AGGREGATION_ARG_982BEBD5 = + "MAX_BY/MIN_BY 聚合中不支持的数据类型:%s"; + public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_EXTREME_AGGREGATION_ARG_AF4DA98F = + "EXTREME 聚合不支持的数据类型:%s"; + public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_EXTREME_AGGREGATION_ARG_276BE220 = + "EXTREME 聚合中不支持的数据类型:%s"; + public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_AVG_AGGREGATION_ARG_66BF3128 = + "AVG 聚合中不支持的数据类型:%s"; + public static final String EXCEPTION_CAN_T_READ_NEW_TSBLOCK_FILESPILLERREADER_072AF71D = + "无法在 FileSpillerReader 中读取新的 tsBlock:"; + public static final String EXCEPTION_CAN_T_CLOSE_FILECHANNEL_FILESPILLERREADER_E46979F0 = + "无法关闭 FileSpillerReader 中的 FileChannel:"; public static final String EXCEPTION_CREATE_FILE_ERROR_B8B379CF = "创建文件错误:"; - public static final String EXCEPTION_CAN_T_WRITE_INTERMEDIATE_SORTED_DATA_FILE_0027961E = "无法将中间排序数据写入文件:"; - public static final String EXCEPTION_CAN_T_GET_FILE_FILESPILLERREADER_CHECK_IF_FILE_EXISTS_DEED83D9 = "无法获取 FileSpillerReader 的文件,请检查文件是否存在:"; - public static final String EXCEPTION_LONG_VALUE_ARG_OUT_RANGE_INTEGER_VALUE_B3F9016B = "long 值 %d 超出 int 值范围。"; - public static final String EXCEPTION_FLOAT_VALUE_ARG_OUT_RANGE_INTEGER_VALUE_B0E6DDED = "float 值 %f 超出 int 值范围。"; - public static final String EXCEPTION_FLOAT_VALUE_ARG_OUT_RANGE_LONG_VALUE_62F8153E = "float 值 %f 超出 long 值范围。"; - public static final String EXCEPTION_DOUBLE_VALUE_ARG_OUT_RANGE_INTEGER_VALUE_BAB52E11 = "double 值 %f 超出 int 值范围。"; - public static final String EXCEPTION_DOUBLE_VALUE_ARG_OUT_RANGE_LONG_VALUE_5793A91E = "double 值 %f 超出 long 值范围。"; - public static final String EXCEPTION_DOUBLE_VALUE_ARG_OUT_RANGE_FLOAT_VALUE_DB914FA0 = "double 值 %f 超出 float 值范围。"; - public static final String EXCEPTION_TEXT_VALUE_ARG_OUT_RANGE_FLOAT_VALUE_D171B313 = "Text 值 %s 超出 float 值范围。"; - public static final String EXCEPTION_TEXT_VALUE_ARG_OUT_RANGE_DOUBLE_VALUE_C0589D83 = "Text 值 %s 超出 double 值范围。"; - public static final String EXCEPTION_UNSUPPORTED_SOURCE_DATATYPE_ARG_678B759C = "不支持的源 dataType:%s"; + public static final String EXCEPTION_CAN_T_WRITE_INTERMEDIATE_SORTED_DATA_FILE_0027961E = + "无法将中间排序数据写入文件:"; + public static final String + EXCEPTION_CAN_T_GET_FILE_FILESPILLERREADER_CHECK_IF_FILE_EXISTS_DEED83D9 = + "无法获取 FileSpillerReader 的文件,请检查文件是否存在:"; + public static final String EXCEPTION_LONG_VALUE_ARG_OUT_RANGE_INTEGER_VALUE_B3F9016B = + "long 值 %d 超出 int 值范围。"; + public static final String EXCEPTION_FLOAT_VALUE_ARG_OUT_RANGE_INTEGER_VALUE_B0E6DDED = + "float 值 %f 超出 int 值范围。"; + public static final String EXCEPTION_FLOAT_VALUE_ARG_OUT_RANGE_LONG_VALUE_62F8153E = + "float 值 %f 超出 long 值范围。"; + public static final String EXCEPTION_DOUBLE_VALUE_ARG_OUT_RANGE_INTEGER_VALUE_BAB52E11 = + "double 值 %f 超出 int 值范围。"; + public static final String EXCEPTION_DOUBLE_VALUE_ARG_OUT_RANGE_LONG_VALUE_5793A91E = + "double 值 %f 超出 long 值范围。"; + public static final String EXCEPTION_DOUBLE_VALUE_ARG_OUT_RANGE_FLOAT_VALUE_DB914FA0 = + "double 值 %f 超出 float 值范围。"; + public static final String EXCEPTION_TEXT_VALUE_ARG_OUT_RANGE_FLOAT_VALUE_D171B313 = + "Text 值 %s 超出 float 值范围。"; + public static final String EXCEPTION_TEXT_VALUE_ARG_OUT_RANGE_DOUBLE_VALUE_C0589D83 = + "Text 值 %s 超出 double 值范围。"; + public static final String EXCEPTION_UNSUPPORTED_SOURCE_DATATYPE_ARG_678B759C = + "不支持的源 dataType:%s"; public static final String EXCEPTION_CANNOT_CAST_ARG_ARG_TYPE_8266A2C6 = "无法将 %s 转换为 %s 类型"; - public static final String EXCEPTION_ARGUMENT_EXCEPTION_SCALAR_FUNCTION_NUM_MUST_REPRESENTABLE_BITS_SPECIFIED_ARG_241AD2FE = - "参数异常,标量函数 num 必须能用指定的位数表示。%s 不能用 %s 位表示。"; - public static final String EXCEPTION_ARGUMENT_EXCEPTION_SCALAR_FUNCTION_BIT_COUNT_BITS_MUST_BETWEEN_2_6A365911 = "参数异常,标量函数 bit_count 的位数必须在 2 到 64 之间。"; - public static final String LOG_ERROR_OCCURRED_DURING_EXECUTING_UDTF_PLEASE_CHECK_WHETHER_IMPLEMENTATION_UDF_7A719D38 = - "执行 UDTF 时发生错误,请根据 UDF API 描述检查 UDF 实现是否正确。"; - public static final String EXCEPTION_ERROR_OCCURRED_DURING_EXECUTING_UDTF_ARG_ARG_PLEASE_CHECK_WHETHER_4E706370 = - "执行 UDTF#%s 时发生错误:%s,请根据 UDF API 描述检查 UDF 实现是否正确。"; + public static final String + EXCEPTION_ARGUMENT_EXCEPTION_SCALAR_FUNCTION_NUM_MUST_REPRESENTABLE_BITS_SPECIFIED_ARG_241AD2FE = + "参数异常,标量函数 num 必须能用指定的位数表示。%s 不能用 %s 位表示。"; + public static final String + EXCEPTION_ARGUMENT_EXCEPTION_SCALAR_FUNCTION_BIT_COUNT_BITS_MUST_BETWEEN_2_6A365911 = + "参数异常,标量函数 bit_count 的位数必须在 2 到 64 之间。"; + public static final String + LOG_ERROR_OCCURRED_DURING_EXECUTING_UDTF_PLEASE_CHECK_WHETHER_IMPLEMENTATION_UDF_7A719D38 = + "执行 UDTF 时发生错误,请根据 UDF API 描述检查 UDF 实现是否正确。"; + public static final String + EXCEPTION_ERROR_OCCURRED_DURING_EXECUTING_UDTF_ARG_ARG_PLEASE_CHECK_WHETHER_4E706370 = + "执行 UDTF#%s 时发生错误:%s,请根据 UDF API 描述检查 UDF 实现是否正确。"; public static final String EXCEPTION_UNSUPPORTED_TYPE_FF7F518D = "不支持的类型: "; - public static final String EXCEPTION_LOGICALORMULTICOLUMNTRANSFORMER_DO_NOT_SUPPORT_DOTRANSFORM_SELECTION_E3A2B2FA = "LogicalOrMultiColumnTransformer 不支持带 selection 的 doTransform"; + public static final String + EXCEPTION_LOGICALORMULTICOLUMNTRANSFORMER_DO_NOT_SUPPORT_DOTRANSFORM_SELECTION_E3A2B2FA = + "LogicalOrMultiColumnTransformer 不支持带 selection 的 doTransform"; public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_ARG_B411C29E = "不支持的数据类型: %s"; - public static final String EXCEPTION_LOGICALANDMULTICOLUMNTRANSFORMER_DO_NOT_SUPPORT_DOTRANSFORM_SELECTION_2507527D = "LogicalAndMultiColumnTransformer 不支持带 selection 的 doTransform"; - public static final String EXCEPTION_ERROR_OCCURS_EVALUATING_USER_DEFINED_SCALAR_FUNCTION_05903C18 = "计算用户自定义标量函数时发生错误:"; - public static final String EXCEPTION_FAILED_EXECUTE_FUNCTION_HMAC_MD5_INVALID_INPUT_FORMAT_EMPTY_KEY_DED1C525 = "无法执行函数 hmac_md5,原因:输入格式无效,HMAC 操作不允许空密钥。"; - public static final String EXCEPTION_FAILED_EXECUTE_FUNCTION_HMAC_SHA1_INVALID_INPUT_FORMAT_EMPTY_KEY_518063E5 = "无法执行函数 hmac_sha1,原因:输入格式无效,HMAC 操作不允许空密钥。"; - public static final String EXCEPTION_FAILED_EXECUTE_FUNCTION_HMAC_SHA256_INVALID_INPUT_FORMAT_EMPTY_KEY_2F6AD64E = "无法执行函数 hmac_sha256,原因:输入格式无效,HMAC 操作不允许空密钥。"; - public static final String EXCEPTION_FAILED_EXECUTE_FUNCTION_HMAC_SHA512_INVALID_INPUT_FORMAT_EMPTY_KEY_3671AF09 = "无法执行函数 hmac_sha512,原因:输入格式无效,HMAC 操作不允许空密钥。"; + public static final String + EXCEPTION_LOGICALANDMULTICOLUMNTRANSFORMER_DO_NOT_SUPPORT_DOTRANSFORM_SELECTION_2507527D = + "LogicalAndMultiColumnTransformer 不支持带 selection 的 doTransform"; + public static final String + EXCEPTION_ERROR_OCCURS_EVALUATING_USER_DEFINED_SCALAR_FUNCTION_05903C18 = "计算用户自定义标量函数时发生错误:"; + public static final String + EXCEPTION_FAILED_EXECUTE_FUNCTION_HMAC_MD5_INVALID_INPUT_FORMAT_EMPTY_KEY_DED1C525 = + "无法执行函数 hmac_md5,原因:输入格式无效,HMAC 操作不允许空密钥。"; + public static final String + EXCEPTION_FAILED_EXECUTE_FUNCTION_HMAC_SHA1_INVALID_INPUT_FORMAT_EMPTY_KEY_518063E5 = + "无法执行函数 hmac_sha1,原因:输入格式无效,HMAC 操作不允许空密钥。"; + public static final String + EXCEPTION_FAILED_EXECUTE_FUNCTION_HMAC_SHA256_INVALID_INPUT_FORMAT_EMPTY_KEY_2F6AD64E = + "无法执行函数 hmac_sha256,原因:输入格式无效,HMAC 操作不允许空密钥。"; + public static final String + EXCEPTION_FAILED_EXECUTE_FUNCTION_HMAC_SHA512_INVALID_INPUT_FORMAT_EMPTY_KEY_3671AF09 = + "无法执行函数 hmac_sha512,原因:输入格式无效,HMAC 操作不允许空密钥。"; public static final String EXCEPTION_INVALID_FORMAT_STRING_ARG_ARG_05853138 = "无效的格式字符串:%s (%s)"; - public static final String EXCEPTION_YEAR_MUST_BETWEEN_1000_9999_8FBB94AA = "年份必须在 1000 到 9999 之间。"; + public static final String EXCEPTION_YEAR_MUST_BETWEEN_1000_9999_8FBB94AA = + "年份必须在 1000 到 9999 之间。"; public static final String EXCEPTION_UNSUPPORTED_PRECISION_CDB58979 = "不支持的精度:"; public static final String EXCEPTION_UNKNOWN_PRECISION_0119BEB0 = "未知精度:"; - public static final String EXCEPTION_ARGUMENT_EXCEPTION_SCALAR_FUNCTION_SUBSTRING_LENGTH_MUST_NOT_LESS_THAN_072B7355 = "参数异常,标量函数 substring 的长度参数不能小于 0"; - public static final String EXCEPTION_ARGUMENT_EXCEPTION_SCALAR_FUNCTION_SUBSTRING_BEGINPOSITION_MUST_NOT_GREATER_THAN_F0BA2A56 = - "参数异常,标量函数 substring 的 beginPosition 不能大于字符串长度"; + public static final String + EXCEPTION_ARGUMENT_EXCEPTION_SCALAR_FUNCTION_SUBSTRING_LENGTH_MUST_NOT_LESS_THAN_072B7355 = + "参数异常,标量函数 substring 的长度参数不能小于 0"; + public static final String + EXCEPTION_ARGUMENT_EXCEPTION_SCALAR_FUNCTION_SUBSTRING_BEGINPOSITION_MUST_NOT_GREATER_THAN_F0BA2A56 = + "参数异常,标量函数 substring 的 beginPosition 不能大于字符串长度"; public static final String EXCEPTION_TYPE_DB38663D = "类型:"; - public static final String EXCEPTION_NOT_SUPPORTED_GENERATEPROBLEMATICVALUESTRING_624BB179 = "在 generateProblematicValueString() 中不受支持"; - public static final String EXCEPTION_BASE64_LENGTH_MUST_MULTIPLE_4_INCLUDING_PADDING_8717829D = "Base64 长度必须是 4 的倍数(包括填充字符 '=')"; - public static final String EXCEPTION_LENGTH_INPUT_BLOB_FUNCTION_BIG_ENDIAN_32_MUST_4_C1214BB5 = "函数 from_big_endian_32 的输入 BLOB 长度必须为 4。"; - public static final String EXCEPTION_LENGTH_INPUT_BLOB_FUNCTION_BIG_ENDIAN_64_MUST_8_797F1A26 = "函数 from_big_endian_64 的输入 BLOB 长度必须为 8。"; - public static final String EXCEPTION_LENGTH_INPUT_BLOB_FUNCTION_LITTLE_ENDIAN_32_MUST_4_0FBBD083 = "函数 from_little_endian_32 的输入 BLOB 长度必须为 4。"; - public static final String EXCEPTION_LENGTH_INPUT_BLOB_FUNCTION_LITTLE_ENDIAN_64_MUST_8_771F7A96 = "函数 from_little_endian_64 的输入 BLOB 长度必须为 8。"; - public static final String EXCEPTION_LENGTH_INPUT_BLOB_FUNCTION_IEEE754_32_BIG_ENDIAN_MUST_4_51AF4EF0 = "函数 from_ieee754_32_big_endian 的输入 BLOB 长度必须为 4。"; - public static final String EXCEPTION_LENGTH_INPUT_BLOB_FUNCTION_IEEE754_64_BIG_ENDIAN_MUST_8_56F33455 = "函数 from_ieee754_64_big_endian 的输入 BLOB 长度必须为 8。"; - public static final String EXCEPTION_FAILED_EXECUTE_FUNCTION_ARG_VALUE_ARG_CORRESPONDING_INVALID_TARGET_SIZE_5054AE0B = - "无法执行函数 '%s',原因:值 %s 对应无效的目标大小,允许范围为 [0, %d]。"; - public static final String EXCEPTION_FAILED_EXECUTE_FUNCTION_ARG_VALUE_ARG_CORRESPONDING_EMPTY_PADDING_STRING_F1CE573C = "无法执行函数 '%s',原因:值 %s 对应空的填充字符串。"; + public static final String EXCEPTION_NOT_SUPPORTED_GENERATEPROBLEMATICVALUESTRING_624BB179 = + "在 generateProblematicValueString() 中不受支持"; + public static final String EXCEPTION_BASE64_LENGTH_MUST_MULTIPLE_4_INCLUDING_PADDING_8717829D = + "Base64 长度必须是 4 的倍数(包括填充字符 '=')"; + public static final String EXCEPTION_LENGTH_INPUT_BLOB_FUNCTION_BIG_ENDIAN_32_MUST_4_C1214BB5 = + "函数 from_big_endian_32 的输入 BLOB 长度必须为 4。"; + public static final String EXCEPTION_LENGTH_INPUT_BLOB_FUNCTION_BIG_ENDIAN_64_MUST_8_797F1A26 = + "函数 from_big_endian_64 的输入 BLOB 长度必须为 8。"; + public static final String EXCEPTION_LENGTH_INPUT_BLOB_FUNCTION_LITTLE_ENDIAN_32_MUST_4_0FBBD083 = + "函数 from_little_endian_32 的输入 BLOB 长度必须为 4。"; + public static final String EXCEPTION_LENGTH_INPUT_BLOB_FUNCTION_LITTLE_ENDIAN_64_MUST_8_771F7A96 = + "函数 from_little_endian_64 的输入 BLOB 长度必须为 8。"; + public static final String + EXCEPTION_LENGTH_INPUT_BLOB_FUNCTION_IEEE754_32_BIG_ENDIAN_MUST_4_51AF4EF0 = + "函数 from_ieee754_32_big_endian 的输入 BLOB 长度必须为 4。"; + public static final String + EXCEPTION_LENGTH_INPUT_BLOB_FUNCTION_IEEE754_64_BIG_ENDIAN_MUST_8_56F33455 = + "函数 from_ieee754_64_big_endian 的输入 BLOB 长度必须为 8。"; + public static final String + EXCEPTION_FAILED_EXECUTE_FUNCTION_ARG_VALUE_ARG_CORRESPONDING_INVALID_TARGET_SIZE_5054AE0B = + "无法执行函数 '%s',原因:值 %s 对应无效的目标大小,允许范围为 [0, %d]。"; + public static final String + EXCEPTION_FAILED_EXECUTE_FUNCTION_ARG_VALUE_ARG_CORRESPONDING_EMPTY_PADDING_STRING_F1CE573C = + "无法执行函数 '%s',原因:值 %s 对应空的填充字符串。"; public static final String EXCEPTION_FOUND_NO_COLUMN_ARG_ARG_8CF632F7 = "未找到列 %s,所在位置:%s"; - public static final String EXCEPTION_SORT_ITEM_ARG_NOT_INCLUDED_CHILDREN_S_OUTPUT_COLUMNS_CC911999 = "排序项 %s 未包含在子节点输出列中"; - public static final String EXCEPTION_LEFT_CHILD_JOINNODE_DOESN_T_CONTAIN_LEFTOUTPUTSYMBOL_0C8AA216 = "JoinNode 的左子节点不包含 LeftOutputSymbol"; - public static final String EXCEPTION_RIGHT_CHILD_JOINNODE_DOESN_T_CONTAIN_RIGHTOUTPUTSYMBOL_10A86F63 = "JoinNode 的右子节点不包含 RightOutputSymbol"; - public static final String EXCEPTION_LEFT_CHILD_JOINNODE_DOESN_T_CONTAIN_LEFT_ASOF_MAIN_JOIN_2850234A = "JoinNode 的左子节点不包含左侧 ASOF 主连接键。"; - public static final String EXCEPTION_RIGHT_CHILD_JOINNODE_DOESN_T_CONTAIN_RIGHT_ASOF_MAIN_JOIN_1A9631C9 = "JoinNode 的右子节点不包含右侧 ASOF 主连接键。"; - public static final String EXCEPTION_JOIN_KEY_TYPE_MISMATCH_LEFT_JOIN_KEY_TYPE_072E692E = "连接键类型不匹配。左连接键类型:"; + public static final String + EXCEPTION_SORT_ITEM_ARG_NOT_INCLUDED_CHILDREN_S_OUTPUT_COLUMNS_CC911999 = + "排序项 %s 未包含在子节点输出列中"; + public static final String + EXCEPTION_LEFT_CHILD_JOINNODE_DOESN_T_CONTAIN_LEFTOUTPUTSYMBOL_0C8AA216 = + "JoinNode 的左子节点不包含 LeftOutputSymbol"; + public static final String + EXCEPTION_RIGHT_CHILD_JOINNODE_DOESN_T_CONTAIN_RIGHTOUTPUTSYMBOL_10A86F63 = + "JoinNode 的右子节点不包含 RightOutputSymbol"; + public static final String + EXCEPTION_LEFT_CHILD_JOINNODE_DOESN_T_CONTAIN_LEFT_ASOF_MAIN_JOIN_2850234A = + "JoinNode 的左子节点不包含左侧 ASOF 主连接键。"; + public static final String + EXCEPTION_RIGHT_CHILD_JOINNODE_DOESN_T_CONTAIN_RIGHT_ASOF_MAIN_JOIN_1A9631C9 = + "JoinNode 的右子节点不包含右侧 ASOF 主连接键。"; + public static final String EXCEPTION_JOIN_KEY_TYPE_MISMATCH_LEFT_JOIN_KEY_TYPE_072E692E = + "连接键类型不匹配。左连接键类型:"; public static final String EXCEPTION_RIGHT_JOIN_KEY_TYPE_56895767 = ",右连接键类型:"; public static final String EXCEPTION_ROW_COUNT_MUST_0_1_8D44189F = "行数必须为 0 或 1"; public static final String EXCEPTION_COLUMN_ARG_CANNOT_RESOLVED_508579EC = "无法解析列 '%s'。"; - public static final String EXCEPTION_REQUESTED_VALUE_UNKNOWN_CAPTURE_WAS_IT_REGISTERED_PATTERN_C77DF7E9 = "请求了未知 Capture 的值。是否已在 Pattern 中注册?"; - public static final String EXCEPTION_TARGET_NODE_INDEX_MUST_BE_GREATER_THAN_OR_EQUAL_TO_ONE_75BFB7C3 = "目标节点索引必须大于或等于 1"; + public static final String + EXCEPTION_REQUESTED_VALUE_UNKNOWN_CAPTURE_WAS_IT_REGISTERED_PATTERN_C77DF7E9 = + "请求了未知 Capture 的值。是否已在 Pattern 中注册?"; + public static final String + EXCEPTION_TARGET_NODE_INDEX_MUST_BE_GREATER_THAN_OR_EQUAL_TO_ONE_75BFB7C3 = "目标节点索引必须大于或等于 1"; public static final String EXCEPTION_ALREADY_AT_TARGET_32DFD57F = "已到达目标"; - public static final String EXCEPTION_PARTIALRESULT_OF_COVARIANCE_SHOULD_BE_1_E6A950B1 = "Covariance 的 partialResult 应为 1"; - public static final String EXCEPTION_INPUT_OF_COVARIANCE_SHOULD_BE_1_75D3F4FD = "Covariance 的输入数量应为 1"; - public static final String EXCEPTION_COVARIANCE_STATE_COUNT_IS_SMALLER_THAN_REMOVED_STATE_COUNT_8C088DC6 = "Covariance 状态计数小于已移除状态计数"; - public static final String EXCEPTION_PARTIALRESULT_OF_VARIANCE_SHOULD_BE_1_9C281868 = "variance 的 partialResult 应为 1"; - public static final String EXCEPTION_INPUT_OF_VARIANCE_SHOULD_BE_1_1BC7A702 = "variance 的输入数量应为 1"; - public static final String EXCEPTION_PARTIALRESULT_OF_CENTRALMOMENT_SHOULD_BE_1_B7C0B4B9 = "CentralMoment 的 partialResult 应为 1"; + public static final String EXCEPTION_PARTIALRESULT_OF_COVARIANCE_SHOULD_BE_1_E6A950B1 = + "Covariance 的 partialResult 应为 1"; + public static final String EXCEPTION_INPUT_OF_COVARIANCE_SHOULD_BE_1_75D3F4FD = + "Covariance 的输入数量应为 1"; + public static final String + EXCEPTION_COVARIANCE_STATE_COUNT_IS_SMALLER_THAN_REMOVED_STATE_COUNT_8C088DC6 = + "Covariance 状态计数小于已移除状态计数"; + public static final String EXCEPTION_PARTIALRESULT_OF_VARIANCE_SHOULD_BE_1_9C281868 = + "variance 的 partialResult 应为 1"; + public static final String EXCEPTION_INPUT_OF_VARIANCE_SHOULD_BE_1_1BC7A702 = + "variance 的输入数量应为 1"; + public static final String EXCEPTION_PARTIALRESULT_OF_CENTRALMOMENT_SHOULD_BE_1_B7C0B4B9 = + "CentralMoment 的 partialResult 应为 1"; public static final String EXCEPTION_PARTIALRESULT_SHOULD_BE_1_399D5DC3 = "partialResult 应为 1"; - public static final String EXCEPTION_INPUT_OF_CENTRALMOMENT_SHOULD_BE_1_FD23B170 = "CentralMoment 的输入数量应为 1"; - public static final String EXCEPTION_CENTRALMOMENT_STATE_COUNT_IS_SMALLER_THAN_REMOVED_STATE_COUNT_B87864BA = "CentralMoment 状态计数小于已移除状态计数"; - public static final String EXCEPTION_PARTIALRESULT_OF_CORRELATION_SHOULD_BE_1_D5A8CED6 = "Correlation 的 partialResult 应为 1"; - public static final String EXCEPTION_INPUT_OF_CORRELATION_SHOULD_BE_1_5D666DB5 = "Correlation 的输入数量应为 1"; - public static final String EXCEPTION_CORRELATION_STATE_COUNT_IS_SMALLER_THAN_REMOVED_STATE_COUNT_66C90757 = "Correlation 状态计数小于已移除状态计数"; - public static final String EXCEPTION_PARTIALRESULT_OF_REGRESSION_SHOULD_BE_1_B7ED33FA = "Regression 的 partialResult 应为 1"; - public static final String EXCEPTION_INPUT_OF_REGRESSION_SHOULD_BE_1_9AF4E8EC = "Regression 的输入数量应为 1"; - public static final String EXCEPTION_REGRESSION_STATE_COUNT_IS_SMALLER_THAN_REMOVED_STATE_COUNT_4415A3AE = "Regression 状态计数小于已移除状态计数"; - public static final String EXCEPTION_INVALID_STARTINGPOSITION_COLON_ARG_7B4D49C0 = "无效的 startingPosition: %s"; - public static final String EXCEPTION_ROWID_DOES_NOT_MATCH_THIS_TSBLOCK_18F9EB4D = "rowId 与当前 TsBlock 不匹配"; + public static final String EXCEPTION_INPUT_OF_CENTRALMOMENT_SHOULD_BE_1_FD23B170 = + "CentralMoment 的输入数量应为 1"; + public static final String + EXCEPTION_CENTRALMOMENT_STATE_COUNT_IS_SMALLER_THAN_REMOVED_STATE_COUNT_B87864BA = + "CentralMoment 状态计数小于已移除状态计数"; + public static final String EXCEPTION_PARTIALRESULT_OF_CORRELATION_SHOULD_BE_1_D5A8CED6 = + "Correlation 的 partialResult 应为 1"; + public static final String EXCEPTION_INPUT_OF_CORRELATION_SHOULD_BE_1_5D666DB5 = + "Correlation 的输入数量应为 1"; + public static final String + EXCEPTION_CORRELATION_STATE_COUNT_IS_SMALLER_THAN_REMOVED_STATE_COUNT_66C90757 = + "Correlation 状态计数小于已移除状态计数"; + public static final String EXCEPTION_PARTIALRESULT_OF_REGRESSION_SHOULD_BE_1_B7ED33FA = + "Regression 的 partialResult 应为 1"; + public static final String EXCEPTION_INPUT_OF_REGRESSION_SHOULD_BE_1_9AF4E8EC = + "Regression 的输入数量应为 1"; + public static final String + EXCEPTION_REGRESSION_STATE_COUNT_IS_SMALLER_THAN_REMOVED_STATE_COUNT_4415A3AE = + "Regression 状态计数小于已移除状态计数"; + public static final String EXCEPTION_INVALID_STARTINGPOSITION_COLON_ARG_7B4D49C0 = + "无效的 startingPosition: %s"; + public static final String EXCEPTION_ROWID_DOES_NOT_MATCH_THIS_TSBLOCK_18F9EB4D = + "rowId 与当前 TsBlock 不匹配"; public static final String EXCEPTION_CURSOR_STILL_ACTIVE_E9462D3B = "游标仍处于活动状态"; public static final String EXCEPTION_NO_ACTIVE_CURSOR_C89C9944 = "没有活动游标"; public static final String EXCEPTION_NOT_YET_ADVANCED_1600C5A7 = "尚未前进"; - public static final String EXCEPTION_SHOULD_NOT_ATTEMPT_COMPACTION_WHEN_TSBLOCK_IS_LOCKED_DF775E6B = "TsBlock 锁定时不应尝试压缩"; + public static final String + EXCEPTION_SHOULD_NOT_ATTEMPT_COMPACTION_WHEN_TSBLOCK_IS_LOCKED_DF775E6B = "TsBlock 锁定时不应尝试压缩"; public static final String EXCEPTION_STRATEGY_IS_NULL_DDA2C67F = "策略不能为空"; - public static final String EXCEPTION_ROWIDEVICTIONLISTENER_IS_NULL_457EFBEE = "rowIdEvictionListener 不能为空"; + public static final String EXCEPTION_ROWIDEVICTIONLISTENER_IS_NULL_457EFBEE = + "rowIdEvictionListener 不能为空"; public static final String EXCEPTION_TOPN_MUST_BE_GREATER_THAN_ZERO_43866D3E = "topN 必须大于 0"; public static final String EXCEPTION_NO_ROOT_TO_PEEK_43C3D8D5 = "没有可查看的根节点"; public static final String EXCEPTION_GROUP_ID_HAS_AN_EMPTY_HEAP_C9EDB841 = "分组 ID 的堆为空"; - public static final String EXCEPTION_POPANDINSERT_LEFT_PAREN_RIGHT_PAREN_REQUIRES_AT_LEAST_A_ROOT_NODE_0CA0DD58 = "popAndInsert() 至少需要一个根节点"; + public static final String + EXCEPTION_POPANDINSERT_LEFT_PAREN_RIGHT_PAREN_REQUIRES_AT_LEAST_A_ROOT_NODE_0CA0DD58 = + "popAndInsert() 至少需要一个根节点"; public static final String EXCEPTION_OPERATORCONTEXT_IS_NULL_D15B1EDB = "operatorContext 不能为空"; public static final String EXCEPTION_CHILD_OPERATOR_IS_NULL_8860113C = "子算子不能为空"; public static final String EXCEPTION_LIMIT_MUST_BE_AT_LEAST_ZERO_E960530F = "LIMIT 必须至少为 0"; public static final String EXCEPTION_OFFSET_MUST_BE_AT_LEAST_ZERO_21BB6BB6 = "偏移量必须至少为 0"; public static final String EXCEPTION_TSBLOCKS_IS_NULL_02287FD8 = "tsBlocks 不能为空"; - public static final String EXCEPTION_FILLARRAY_SHOULD_NOT_BE_NULL_OR_EMPTY_118FB134 = "fillArray 不能为 null 或空"; - public static final String EXCEPTION_UNIQUE_ROW_ID_EXCEEDS_A_LIMIT_COLON_ARG_71EE4B7D = "唯一行 ID 超出限制:%s"; - public static final String EXCEPTION_HELPERCOLUMNINDEX_FOR_PREVIOUSFILLWITHGROUPOPERATOR_SHOULD_NEVER_BE_NEGATIVE_ABA9C2B1 = "PreviousFillWithGroupOperator 的 helperColumnIndex 不应为负数"; - public static final String EXCEPTION_OUTPUTCOLUMNCOUNT_IS_NOT_EQUAL_TO_VALUE_COLUMN_COUNT_OF_CHILD_OPERATOR_QUOTE_S_T_8E30BAD8 = "outputColumnCount 不等于子算子 TsBlock 的值列数量"; - public static final String EXCEPTION_HELPERCOLUMNINDEX_SHOULD_BE_RESOLVED_WHEN_TIMEBOUND_EXISTS_01BE233B = "存在 timeBound 时应解析 helperColumnIndex"; + public static final String EXCEPTION_FILLARRAY_SHOULD_NOT_BE_NULL_OR_EMPTY_118FB134 = + "fillArray 不能为 null 或空"; + public static final String EXCEPTION_UNIQUE_ROW_ID_EXCEEDS_A_LIMIT_COLON_ARG_71EE4B7D = + "唯一行 ID 超出限制:%s"; + public static final String + EXCEPTION_HELPERCOLUMNINDEX_FOR_PREVIOUSFILLWITHGROUPOPERATOR_SHOULD_NEVER_BE_NEGATIVE_ABA9C2B1 = + "PreviousFillWithGroupOperator 的 helperColumnIndex 不应为负数"; + public static final String + EXCEPTION_OUTPUTCOLUMNCOUNT_IS_NOT_EQUAL_TO_VALUE_COLUMN_COUNT_OF_CHILD_OPERATOR_QUOTE_S_T_8E30BAD8 = + "outputColumnCount 不等于子算子 TsBlock 的值列数量"; + public static final String + EXCEPTION_HELPERCOLUMNINDEX_SHOULD_BE_RESOLVED_WHEN_TIMEBOUND_EXISTS_01BE233B = + "存在 timeBound 时应解析 helperColumnIndex"; public static final String EXCEPTION_TYPE_IS_NULL_16A3D3EB = "类型不能为空"; - public static final String EXCEPTION_LOGICALINDEXNAVIGATION_IS_NULL_3B31CD23 = "logicalIndexNavigation 不能为空"; - public static final String EXCEPTION_OVERRIDING_AGGREGATIONS_FOR_CHILD_THREAD_9C84E47D = "正在覆盖子线程的聚合"; - public static final String EXCEPTION_SKIP_TO_NAVIGATION_IS_MISSING_FOR_SKIP_TO_ARG_8A303D73 = "跳转到 %s 缺少跳转导航"; + public static final String EXCEPTION_LOGICALINDEXNAVIGATION_IS_NULL_3B31CD23 = + "logicalIndexNavigation 不能为空"; + public static final String EXCEPTION_OVERRIDING_AGGREGATIONS_FOR_CHILD_THREAD_9C84E47D = + "正在覆盖子线程的聚合"; + public static final String EXCEPTION_SKIP_TO_NAVIGATION_IS_MISSING_FOR_SKIP_TO_ARG_8A303D73 = + "跳转到 %s 缺少跳转导航"; public static final String EXCEPTION_LABELS_IS_NULL_F4FBBECE = "标签不能为空"; - public static final String EXCEPTION_LOGICAL_OFFSET_MUST_BE_GREATER_THAN_EQUALS_0_COMMA_ACTUAL_COLON_ARG_539807BF = "逻辑偏移量必须 >= 0,实际为:%s"; - public static final String EXCEPTION_CURRENT_ROW_IS_OUT_OF_BOUNDS_OF_THE_MATCH_D8D8B611 = "当前行超出匹配范围"; + public static final String + EXCEPTION_LOGICAL_OFFSET_MUST_BE_GREATER_THAN_EQUALS_0_COMMA_ACTUAL_COLON_ARG_539807BF = + "逻辑偏移量必须 >= 0,实际为:%s"; + public static final String EXCEPTION_CURRENT_ROW_IS_OUT_OF_BOUNDS_OF_THE_MATCH_D8D8B611 = + "当前行超出匹配范围"; public static final String EXCEPTION_EVALUATIONS_IS_NULL_F3F72380 = "求值列表不能为空"; public static final String EXCEPTION_PARTITION_IS_NULL_27FD9756 = "分区不能为空"; public static final String EXCEPTION_LABELNAMES_IS_NULL_EEFDB807 = "labelNames 不能为空"; public static final String EXCEPTION_BOUNDSIGNATURE_IS_NULL_D1077180 = "boundSignature 不能为空"; public static final String EXCEPTION_ACCUMULATO_IS_NULL_D51F532F = "累加器不能为空"; - public static final String EXCEPTION_PATTERNAGGREGATIONTRACKER_IS_NULL_82EC5B1C = "patternAggregationTracker 不能为空"; - public static final String EXCEPTION_PATTERNAGGREGATIONTRACKER_IN_INCONSISTENT_STATE_C6FF5294 = "PatternAggregationTracker 状态不一致"; - public static final String EXCEPTION_SETEVALUATOR_IN_INCONSISTENT_STATE_D5FAA900 = "SetEvaluator 状态不一致"; + public static final String EXCEPTION_PATTERNAGGREGATIONTRACKER_IS_NULL_82EC5B1C = + "patternAggregationTracker 不能为空"; + public static final String EXCEPTION_PATTERNAGGREGATIONTRACKER_IN_INCONSISTENT_STATE_C6FF5294 = + "PatternAggregationTracker 状态不一致"; + public static final String EXCEPTION_SETEVALUATOR_IN_INCONSISTENT_STATE_D5FAA900 = + "SetEvaluator 状态不一致"; public static final String EXCEPTION_ACCUMULATOR_IS_NULL_EF0C1DFF = "累加器不能为空"; public static final String EXCEPTION_INTERMEDIATETYPE_IS_NULL_D0D9B957 = "intermediateType 不能为空"; public static final String EXCEPTION_INPUTCHANNELS_IS_NULL_647DA393 = "inputChannels 不能为空"; public static final String EXCEPTION_ARRAY_IS_NULL_BCF2EEB1 = "数组不能为空"; public static final String EXCEPTION_USED_SLOTS_COUNT_IS_NEGATIVE_49F017C5 = "已用槽位数量为负数"; - public static final String EXCEPTION_USED_SLOTS_COUNT_EXCEEDS_ARRAY_SIZE_6DCD8C7E = "已用槽位数量超过数组大小"; + public static final String EXCEPTION_USED_SLOTS_COUNT_EXCEEDS_ARRAY_SIZE_6DCD8C7E = + "已用槽位数量超过数组大小"; public static final String EXCEPTION_ARRAY_INDEX_OUT_OF_BOUNDS_35C8A83F = "数组索引越界"; public static final String EXCEPTION_EXCLUSIONS_IS_NULL_336ED5E7 = "排除项不能为空"; public static final String EXCEPTION_INSTRUCTIONS_IS_NULL_A9CDA591 = "指令不能为空"; public static final String EXCEPTION_LABELMAPPING_IS_NULL_535461C7 = "labelMapping 不能为空"; - public static final String EXCEPTION_INVALID_PATTERN_COLON_PERMUTATION_WITH_SINGLE_ELEMENT_DOT_RUN_IRROWPATTERNFLATTE_3FF56E02 = "无效的模式:单元素排列。请先运行 IrRowPatternFlattener"; + public static final String + EXCEPTION_INVALID_PATTERN_COLON_PERMUTATION_WITH_SINGLE_ELEMENT_DOT_RUN_IRROWPATTERNFLATTE_3FF56E02 = + "无效的模式:单元素排列。请先运行 IrRowPatternFlattener"; public static final String EXCEPTION_INVALID_MIN_VALUE_COLON_ARG_8D899A2E = "无效的最小值:%s"; - public static final String EXCEPTION_INVALID_RANGE_COLON_LEFT_PAREN_ARG_COMMA_ARG_RIGHT_PAREN_EF9544AA = "无效范围:(%s, %s)"; - public static final String EXCEPTION_NEXTCOLUMN_QUOTE_S_TIME_SHOULD_BE_GREATER_THAN_CURRENT_TIME_334CB115 = "nextColumn 的时间应大于当前时间"; + public static final String + EXCEPTION_INVALID_RANGE_COLON_LEFT_PAREN_ARG_COMMA_ARG_RIGHT_PAREN_EF9544AA = "无效范围:(%s, %s)"; + public static final String + EXCEPTION_NEXTCOLUMN_QUOTE_S_TIME_SHOULD_BE_GREATER_THAN_CURRENT_TIME_334CB115 = + "nextColumn 的时间应大于当前时间"; public static final String EXCEPTION_HASHCHANNEL_IS_NULL_A5E70672 = "hashChannel 不能为空"; - public static final String EXCEPTION_MARKDISTINCTCHANNELS_IS_NULL_7130C56A = "markDistinctChannels 不能为空"; - public static final String EXCEPTION_INTERMEDIATE_INPUT_AND_OUTPUT_OF_LAST_SHOULD_BE_BINARYCOLUMN_24E654CD = "LAST 的中间输入和输出应为 BinaryColumn"; - public static final String EXCEPTION_LENGTH_OF_INPUT_COLUMN_LEFT_BRACKET_RIGHT_BRACKET_FOR_FIRST_BY_SHOULD_BE_3_BE623E5E = "FIRST_BY 的输入 Column[] 长度应为 3"; - public static final String EXCEPTION_INTERMEDIATE_INPUT_AND_OUTPUT_OF_FIRST_BY_SHOULD_BE_BINARYCOLUMN_F0D867AB = "FIRST_BY 的中间输入和输出应为 BinaryColumn"; - public static final String EXCEPTION_INPUT_OF_COVARIANCE_SHOULD_BE_2_786B97E6 = "Covariance 的输入数量应为 2"; - public static final String EXCEPTION_INTERMEDIATE_INPUT_AND_OUTPUT_SHOULD_BE_BINARYCOLUMN_3B5148FA = "中间输入和输出应为 BinaryColumn"; - public static final String EXCEPTION_LENGTH_OF_INPUT_COLUMN_LEFT_BRACKET_RIGHT_BRACKET_FOR_LAST_BY_SHOULD_BE_3_D759D45F = "LAST_BY 的输入 Column[] 长度应为 3"; - public static final String EXCEPTION_INTERMEDIATE_INPUT_AND_OUTPUT_OF_LAST_BY_SHOULD_BE_BINARYCOLUMN_87700792 = "LAST_BY 的中间输入和输出应为 BinaryColumn"; - public static final String EXCEPTION_INTERMEDIATE_INPUT_AND_OUTPUT_OF_UDAF_SHOULD_BE_BINARYCOLUMN_6F28900F = "UDAF 的中间输入和输出应为 BinaryColumn"; - public static final String EXCEPTION_ARGUMENT_OF_AVG_SHOULD_BE_ONE_COLUMN_82162B82 = "AVG 的参数应为一列"; - public static final String EXCEPTION_INTERMEDIATE_INPUT_AND_OUTPUT_OF_AVG_SHOULD_BE_BINARYCOLUMN_9CCDD5EB = "AVG 的中间输入和输出应为 BinaryColumn"; - public static final String EXCEPTION_INPUT_OF_CORRELATION_SHOULD_BE_2_64BB37B5 = "Correlation 的输入数量应为 2"; - public static final String EXCEPTION_INTERMEDIATE_INPUT_AND_OUTPUT_OF_FIRST_SHOULD_BE_BINARYCOLUMN_57CE212C = "FIRST 的中间输入和输出应为 BinaryColumn"; - public static final String EXCEPTION_INTERMEDIATE_INPUT_AND_OUTPUT_OF_APPROX_COUNT_DISTINCT_SHOULD_BE_BINARYCOLUMN_F444D3BE = "APPROX_COUNT_DISTINCT 的中间输入和输出应为 BinaryColumn"; - public static final String EXCEPTION_SELECTEDPOSITIONS_IS_NULL_2300C002 = "selectedPositions 不能为空"; - public static final String EXCEPTION_RETAINEDPOSITIONS_IS_NULL_E62F9B0D = "retainedPositions 不能为空"; + public static final String EXCEPTION_MARKDISTINCTCHANNELS_IS_NULL_7130C56A = + "markDistinctChannels 不能为空"; + public static final String + EXCEPTION_INTERMEDIATE_INPUT_AND_OUTPUT_OF_LAST_SHOULD_BE_BINARYCOLUMN_24E654CD = + "LAST 的中间输入和输出应为 BinaryColumn"; + public static final String + EXCEPTION_LENGTH_OF_INPUT_COLUMN_LEFT_BRACKET_RIGHT_BRACKET_FOR_FIRST_BY_SHOULD_BE_3_BE623E5E = + "FIRST_BY 的输入 Column[] 长度应为 3"; + public static final String + EXCEPTION_INTERMEDIATE_INPUT_AND_OUTPUT_OF_FIRST_BY_SHOULD_BE_BINARYCOLUMN_F0D867AB = + "FIRST_BY 的中间输入和输出应为 BinaryColumn"; + public static final String EXCEPTION_INPUT_OF_COVARIANCE_SHOULD_BE_2_786B97E6 = + "Covariance 的输入数量应为 2"; + public static final String + EXCEPTION_INTERMEDIATE_INPUT_AND_OUTPUT_SHOULD_BE_BINARYCOLUMN_3B5148FA = + "中间输入和输出应为 BinaryColumn"; + public static final String + EXCEPTION_LENGTH_OF_INPUT_COLUMN_LEFT_BRACKET_RIGHT_BRACKET_FOR_LAST_BY_SHOULD_BE_3_D759D45F = + "LAST_BY 的输入 Column[] 长度应为 3"; + public static final String + EXCEPTION_INTERMEDIATE_INPUT_AND_OUTPUT_OF_LAST_BY_SHOULD_BE_BINARYCOLUMN_87700792 = + "LAST_BY 的中间输入和输出应为 BinaryColumn"; + public static final String + EXCEPTION_INTERMEDIATE_INPUT_AND_OUTPUT_OF_UDAF_SHOULD_BE_BINARYCOLUMN_6F28900F = + "UDAF 的中间输入和输出应为 BinaryColumn"; + public static final String EXCEPTION_ARGUMENT_OF_AVG_SHOULD_BE_ONE_COLUMN_82162B82 = + "AVG 的参数应为一列"; + public static final String + EXCEPTION_INTERMEDIATE_INPUT_AND_OUTPUT_OF_AVG_SHOULD_BE_BINARYCOLUMN_9CCDD5EB = + "AVG 的中间输入和输出应为 BinaryColumn"; + public static final String EXCEPTION_INPUT_OF_CORRELATION_SHOULD_BE_2_64BB37B5 = + "Correlation 的输入数量应为 2"; + public static final String + EXCEPTION_INTERMEDIATE_INPUT_AND_OUTPUT_OF_FIRST_SHOULD_BE_BINARYCOLUMN_57CE212C = + "FIRST 的中间输入和输出应为 BinaryColumn"; + public static final String + EXCEPTION_INTERMEDIATE_INPUT_AND_OUTPUT_OF_APPROX_COUNT_DISTINCT_SHOULD_BE_BINARYCOLUMN_F444D3BE = + "APPROX_COUNT_DISTINCT 的中间输入和输出应为 BinaryColumn"; + public static final String EXCEPTION_SELECTEDPOSITIONS_IS_NULL_2300C002 = + "selectedPositions 不能为空"; + public static final String EXCEPTION_RETAINEDPOSITIONS_IS_NULL_E62F9B0D = + "retainedPositions 不能为空"; public static final String EXCEPTION_POSITIONCOUNT_IS_NEGATIVE_2FACCDCA = "positionCount 为负数"; - public static final String EXCEPTION_SELECTEDPOSITIONCOUNT_IS_NEGATIVE_A8A7FDA1 = "selectedPositionCount 为负数"; - public static final String EXCEPTION_SELECTEDPOSITIONCOUNT_CANNOT_BE_GREATER_THAN_POSITIONCOUNT_871FF8DA = "selectedPositionCount 不能大于 positionCount"; - public static final String EXCEPTION_SELECTEDPOSITION_IS_SMALLER_THAN_SELECTEDPOSITIONCOUNT_465B9220 = "selectedPosition 小于 selectedPositionCount"; - public static final String EXCEPTION_BLOCK_POSITION_COUNT_DOES_NOT_MATCH_CURRENT_POSITION_COUNT_FE4BBE3D = "Block 位置数与当前位置数不匹配"; - public static final String EXCEPTION_GETSELECTEDPOSITIONS_NOT_AVAILABLE_WHEN_IN_SELECTALL_MODE_CBE671D3 = "selectAll 模式下 getSelectedPositions 不可用"; - public static final String EXCEPTION_ARGUMENT_OF_MAX_SHOULD_BE_ONE_COLUMN_FC251F55 = "MAX 的参数应为一列"; - public static final String EXCEPTION_ARGUMENT_OF_SUM_SHOULD_BE_ONE_COLUMN_D6E636D1 = "SUM 的参数应为一列"; - public static final String EXCEPTION_INTERMEDIATE_INPUT_AND_OUTPUT_OF_MODE_SHOULD_BE_BINARYCOLUMN_2BB3E0AF = "Mode 的中间输入和输出应为 BinaryColumn"; - public static final String EXCEPTION_ARGUMENT_OF_COUNT_LEFT_PAREN_RIGHT_PAREN_SHOULD_BE_ONE_COLUMN_9158A9FE = "COUNT(*) 的参数应为一列"; - public static final String EXCEPTION_WRONG_INPUTDATATYPES_SIZE_DOT_675FF289 = "inputDataTypes 大小错误。"; - public static final String EXCEPTION_ARGUMENT_OF_COUNT_SHOULD_BE_ONE_COLUMN_906D6B19 = "COUNT 的参数应为一列"; - public static final String EXCEPTION_INTERMEDIATE_OUTPUT_OF_REGRESSION_SHOULD_BE_BINARYCOLUMN_E74D77ED = "Regression 的中间输出应为 BinaryColumn"; - public static final String EXCEPTION_INPUT_OF_REGRESSION_SHOULD_BE_2_3893EEE3 = "Regression 的输入数量应为 2"; - public static final String EXCEPTION_LENGTH_OF_INPUT_COLUMN_LEFT_BRACKET_RIGHT_BRACKET_FOR_MAX_BY_SLASH_MIN_BY_SHOULD_3767E905 = "MAX_BY/MIN_BY 的输入 Column[] 长度应为 2"; - public static final String EXCEPTION_INTERMEDIATE_INPUT_AND_OUTPUT_OF_MAX_BY_SLASH_MIN_BY_SHOULD_BE_BINARYCOLUMN_82B1BE6B = "MAX_BY/MIN_BY 的中间输入和输出应为 BinaryColumn"; - public static final String EXCEPTION_ARGUMENT_OF_MIN_SHOULD_BE_ONE_COLUMN_F8AA1E88 = "MIN 的参数应为一列"; + public static final String EXCEPTION_SELECTEDPOSITIONCOUNT_IS_NEGATIVE_A8A7FDA1 = + "selectedPositionCount 为负数"; + public static final String + EXCEPTION_SELECTEDPOSITIONCOUNT_CANNOT_BE_GREATER_THAN_POSITIONCOUNT_871FF8DA = + "selectedPositionCount 不能大于 positionCount"; + public static final String + EXCEPTION_SELECTEDPOSITION_IS_SMALLER_THAN_SELECTEDPOSITIONCOUNT_465B9220 = + "selectedPosition 小于 selectedPositionCount"; + public static final String + EXCEPTION_BLOCK_POSITION_COUNT_DOES_NOT_MATCH_CURRENT_POSITION_COUNT_FE4BBE3D = + "Block 位置数与当前位置数不匹配"; + public static final String + EXCEPTION_GETSELECTEDPOSITIONS_NOT_AVAILABLE_WHEN_IN_SELECTALL_MODE_CBE671D3 = + "selectAll 模式下 getSelectedPositions 不可用"; + public static final String EXCEPTION_ARGUMENT_OF_MAX_SHOULD_BE_ONE_COLUMN_FC251F55 = + "MAX 的参数应为一列"; + public static final String EXCEPTION_ARGUMENT_OF_SUM_SHOULD_BE_ONE_COLUMN_D6E636D1 = + "SUM 的参数应为一列"; + public static final String + EXCEPTION_INTERMEDIATE_INPUT_AND_OUTPUT_OF_MODE_SHOULD_BE_BINARYCOLUMN_2BB3E0AF = + "Mode 的中间输入和输出应为 BinaryColumn"; + public static final String + EXCEPTION_ARGUMENT_OF_COUNT_LEFT_PAREN_RIGHT_PAREN_SHOULD_BE_ONE_COLUMN_9158A9FE = + "COUNT(*) 的参数应为一列"; + public static final String EXCEPTION_WRONG_INPUTDATATYPES_SIZE_DOT_675FF289 = + "inputDataTypes 大小错误。"; + public static final String EXCEPTION_ARGUMENT_OF_COUNT_SHOULD_BE_ONE_COLUMN_906D6B19 = + "COUNT 的参数应为一列"; + public static final String + EXCEPTION_INTERMEDIATE_OUTPUT_OF_REGRESSION_SHOULD_BE_BINARYCOLUMN_E74D77ED = + "Regression 的中间输出应为 BinaryColumn"; + public static final String EXCEPTION_INPUT_OF_REGRESSION_SHOULD_BE_2_3893EEE3 = + "Regression 的输入数量应为 2"; + public static final String + EXCEPTION_LENGTH_OF_INPUT_COLUMN_LEFT_BRACKET_RIGHT_BRACKET_FOR_MAX_BY_SLASH_MIN_BY_SHOULD_3767E905 = + "MAX_BY/MIN_BY 的输入 Column[] 长度应为 2"; + public static final String + EXCEPTION_INTERMEDIATE_INPUT_AND_OUTPUT_OF_MAX_BY_SLASH_MIN_BY_SHOULD_BE_BINARYCOLUMN_82B1BE6B = + "MAX_BY/MIN_BY 的中间输入和输出应为 BinaryColumn"; + public static final String EXCEPTION_ARGUMENT_OF_MIN_SHOULD_BE_ONE_COLUMN_F8AA1E88 = + "MIN 的参数应为一列"; public static final String EXCEPTION_STEP_IS_NULL_F83262DA = "步骤不能为空"; public static final String EXCEPTION_MASKCHANNEL_IS_NULL_571AD53D = "maskChannel 不能为空"; - public static final String EXCEPTION_EXPECTED_1_INPUT_CHANNEL_FOR_INTERMEDIATE_AGGREGATION_3190C507 = "中间聚合期望 1 个输入通道"; + public static final String + EXCEPTION_EXPECTED_1_INPUT_CHANNEL_FOR_INTERMEDIATE_AGGREGATION_3190C507 = "中间聚合期望 1 个输入通道"; public static final String EXCEPTION_VALUE_IS_NULL_192F6BFF = "值不能为空"; public static final String EXCEPTION_VALUE_MUST_BE_POSITIVE_24FE7959 = "值必须为正数"; - public static final String EXCEPTION_NUMBEROFBUCKETS_MUST_BE_A_POWER_OF_2_COMMA_ACTUAL_COLON_ARG_476E74ED = "numberOfBuckets 必须是 2 的幂,实际为:%s"; - public static final String EXCEPTION_INTERMEDIATE_INPUT_AND_OUTPUT_OF_MODE_SHOULD_BE_BINARYCOLUMN_0D03B323 = "MODE 的中间输入和输出应为 BinaryColumn"; + public static final String + EXCEPTION_NUMBEROFBUCKETS_MUST_BE_A_POWER_OF_2_COMMA_ACTUAL_COLON_ARG_476E74ED = + "numberOfBuckets 必须是 2 的幂,实际为:%s"; + public static final String + EXCEPTION_INTERMEDIATE_INPUT_AND_OUTPUT_OF_MODE_SHOULD_BE_BINARYCOLUMN_0D03B323 = + "MODE 的中间输入和输出应为 BinaryColumn"; public static final String EXCEPTION_AGGREGATION_BUFFER_IS_FULL_233DAF3E = "聚合缓冲区已满"; public static final String EXCEPTION_PAGE_IS_NULL_4AA19E1C = "页面不能为空"; public static final String EXCEPTION_SPILL_IS_NOT_SUPPORTED_E6E35549 = "不支持 spill"; - public static final String EXCEPTION_LENGTH_OF_INPUT_COLUMN_LEFT_BRACKET_RIGHT_BRACKET_FOR_LASTBY_SLASH_FIRSTBY_SHOUL_9E836ABA = "LAST_BY/FIRST_BY 的输入 Column[] 长度应为 3"; - public static final String EXCEPTION_THE_SIZE_OF_READYQUEUE_CANNOT_BE_NEGATIVE_DOT_01D8D0CB = "readyQueue 的大小不能为负数。"; - public static final String EXCEPTION_THE_SIZE_BETWEEN_WHENTRANSFORMERS_AND_THENTRANSFORMERS_NEEDS_TO_BE_SAME_AC796883 = "whenTransformers 和 thenTransformers 的大小应相同"; - public static final String EXCEPTION_EXCEED_MAX_CALL_TIMES_OF_GETCOLUMN_69C77C7E = "超过 getColumn 的最大调用次数"; + public static final String + EXCEPTION_LENGTH_OF_INPUT_COLUMN_LEFT_BRACKET_RIGHT_BRACKET_FOR_LASTBY_SLASH_FIRSTBY_SHOUL_9E836ABA = + "LAST_BY/FIRST_BY 的输入 Column[] 长度应为 3"; + public static final String EXCEPTION_THE_SIZE_OF_READYQUEUE_CANNOT_BE_NEGATIVE_DOT_01D8D0CB = + "readyQueue 的大小不能为负数。"; + public static final String + EXCEPTION_THE_SIZE_BETWEEN_WHENTRANSFORMERS_AND_THENTRANSFORMERS_NEEDS_TO_BE_SAME_AC796883 = + "whenTransformers 和 thenTransformers 的大小应相同"; + public static final String EXCEPTION_EXCEED_MAX_CALL_TIMES_OF_GETCOLUMN_69C77C7E = + "超过 getColumn 的最大调用次数"; public static final String EXCEPTION_TOPK_RUNTIME_FILTER_REQUIRES_SINGLE_TIME_ORDER_BY_7EED6208 = "TopK Runtime Filter 要求 ORDER BY 单个 INT64 或 TIMESTAMP 类型的 time 列"; - public static final String EXCEPTION_FILTER_IS_NOT_SUPPORTED_IN_ARG_DOT_FILTER_IS_ARG_DOT_417C4F3C = "%s 不支持过滤条件。过滤条件为 %s。"; + public static final String + EXCEPTION_FILTER_IS_NOT_SUPPORTED_IN_ARG_DOT_FILTER_IS_ARG_DOT_417C4F3C = + "%s 不支持过滤条件。过滤条件为 %s。"; public static final String EXCEPTION_NULL_9B41EF67 = "null"; public static final String EXCEPTION_ARG_MUST_HAVE_JOIN_KEYS_DOT_C24DAB2D = "%s 必须包含连接键。"; - public static final String EXCEPTION_SOURCE_OF_SEMIJOINNODE_DOESN_QUOTE_T_CONTAIN_SOURCEOUTPUTSYMBOL_DOT_527996EC = "SemiJoinNode 的 Source 不包含 sourceOutputSymbol。"; - public static final String EXCEPTION_SOURCE_OF_SEMIJOINNODE_DOESN_QUOTE_T_CONTAIN_SOURCEJOINSYMBOL_DOT_32209273 = "SemiJoinNode 的 Source 不包含 sourceJoinSymbol。"; - public static final String EXCEPTION_FILTERINGSOURCE_OF_SEMIJOINNODE_DOESN_QUOTE_T_CONTAIN_FILTERINGSOURCEJOINSYMBOL__1B75DDE2 = "SemiJoinNode 的 FilteringSource 不包含 filteringSourceJoinSymbol。"; + public static final String + EXCEPTION_SOURCE_OF_SEMIJOINNODE_DOESN_QUOTE_T_CONTAIN_SOURCEOUTPUTSYMBOL_DOT_527996EC = + "SemiJoinNode 的 Source 不包含 sourceOutputSymbol。"; + public static final String + EXCEPTION_SOURCE_OF_SEMIJOINNODE_DOESN_QUOTE_T_CONTAIN_SOURCEJOINSYMBOL_DOT_32209273 = + "SemiJoinNode 的 Source 不包含 sourceJoinSymbol。"; + public static final String + EXCEPTION_FILTERINGSOURCE_OF_SEMIJOINNODE_DOESN_QUOTE_T_CONTAIN_FILTERINGSOURCEJOINSYMBOL__1B75DDE2 = + "SemiJoinNode 的 FilteringSource 不包含 filteringSourceJoinSymbol。"; public static final String EXCEPTION_NAME_IS_NULL_C8B35959 = "名称不能为空"; public static final String EXCEPTION_FUNCTION_IS_NULL_E0FA4B62 = "函数不能为空"; public static final String EXCEPTION_PREVIOUS_IS_NULL_056F5D52 = "前一个值不能为空"; @@ -398,22 +633,24 @@ private CalcMessages() {} public static final String EXCEPTION_CAPTURES_IS_NULL_75EACA5A = "捕获列表不能为空"; public static final String EXCEPTION_PREDICATE_IS_NULL_22E687A9 = "谓词不能为空"; public static final String EXCEPTION_EXPECTEDCLASS_IS_NULL_B619CCC7 = "期望类不能为空"; - public static final String EXCEPTION_EXPECTEDVALUE_CAN_QUOTE_T_BE_NULL_DOT_USE_ISNULL_LEFT_PAREN_RIGHT_PAREN_PATTERN__FC25E374 = "expectedValue 不能为 null,请改用 isNull() 模式。"; + public static final String + EXCEPTION_EXPECTEDVALUE_CAN_QUOTE_T_BE_NULL_DOT_USE_ISNULL_LEFT_PAREN_RIGHT_PAREN_PATTERN__FC25E374 = + "expectedValue 不能为 null,请改用 isNull() 模式。"; public static final String EXCEPTION_CAPTURE_IS_NULL_C54AA710 = "捕获不能为空"; public static final String EXCEPTION_PROPERTYPATTERN_IS_NULL_37185AE7 = "propertyPattern 不能为空"; public static final String EXCEPTION_TARGET_NODE_MUST_EXIST_2C8D8F3A = "目标节点必须存在"; - public static final String EXCEPTION_HEAP_MUST_HAVE_AT_LEAST_ONE_NODE_BEFORE_STARTING_TRAVERSAL_A1E65C70 = "堆在开始遍历前必须至少有一个节点"; + public static final String + EXCEPTION_HEAP_MUST_HAVE_AT_LEAST_ONE_NODE_BEFORE_STARTING_TRAVERSAL_A1E65C70 = + "堆在开始遍历前必须至少有一个节点"; public static final String EXCEPTION_NEW_CHILD_SHOULDN_QUOTE_T_EXIST_YET_1EB3B129 = "新子节点不应已存在"; - public static final String EXCEPTION_ROWID_AND_UNIQUEVALUE_MASK_OVERLAPS_9A092E09 = "RowId 和 uniqueValue 掩码重叠"; + public static final String EXCEPTION_ROWID_AND_UNIQUEVALUE_MASK_OVERLAPS_9A092E09 = + "RowId 和 uniqueValue 掩码重叠"; // --- Execution --- - public static final String ERROR_SETTING_FUTURE_STATE_FOR = - "为 {} 设置 future 状态时出错"; - public static final String ERROR_NOTIFYING_STATE_CHANGE_LISTENER_FOR = - "通知 {} 的状态变更监听器时出错"; - public static final String SERVER_IS_SHUTTING_DOWN = - "服务器正在关闭"; + public static final String ERROR_SETTING_FUTURE_STATE_FOR = "为 {} 设置 future 状态时出错"; + public static final String ERROR_NOTIFYING_STATE_CHANGE_LISTENER_FOR = "通知 {} 的状态变更监听器时出错"; + public static final String SERVER_IS_SHUTTING_DOWN = "服务器正在关闭"; public static final String EXCEPTION_EXECUTOR_IS_NULL_7FBE03A4 = "executor 不能为空"; public static final String EXCEPTION_INITIALSTATE_IS_NULL_8992A39F = "initialState 不能为空"; public static final String EXCEPTION_TERMINALSTATES_IS_NULL_E0FC2A93 = "terminalStates 不能为空"; @@ -424,25 +661,24 @@ private CalcMessages() {} public static final String EXCEPTION_ARG_CANNOT_TRANSITION_FROM_ARG_TO_ARG_8C680D30 = "%s 无法从 %s 转换到 %s"; public static final String - EXCEPTION_CANNOT_FIRE_STATE_CHANGE_EVENT_WHILE_HOLDING_THE_LOCK_35243BC4 = - "持有锁时无法触发状态变更事件。"; - public static final String EXCEPTION_CANNOT_NOTIFY_WHILE_HOLDING_THE_LOCK_15625D48 = - "持有锁时无法通知。"; + EXCEPTION_CANNOT_FIRE_STATE_CHANGE_EVENT_WHILE_HOLDING_THE_LOCK_35243BC4 = "持有锁时无法触发状态变更事件。"; + public static final String EXCEPTION_CANNOT_NOTIFY_WHILE_HOLDING_THE_LOCK_15625D48 = "持有锁时无法通知。"; public static final String EXCEPTION_CANNOT_SET_STATE_WHILE_HOLDING_THE_LOCK_FA358188 = "持有锁时无法设置状态。"; public static final String - EXCEPTION_CANNOT_WAIT_FOR_STATE_CHANGE_WHILE_HOLDING_THE_LOCK_CBD9F784 = - "持有锁时无法等待状态变更。"; + EXCEPTION_CANNOT_WAIT_FOR_STATE_CHANGE_WHILE_HOLDING_THE_LOCK_CBD9F784 = "持有锁时无法等待状态变更。"; public static final String EXCEPTION_NEWSTATE_IS_NULL_D29A5454 = "newState 不能为空"; public static final String EXCEPTION_PERCENTAGE_SHOULD_BE_IN_0_1_GOT_7A2C2F83 = "百分比应在 [0,1] 范围内,实际为 "; public static final String EXCEPTION_PERCENTILE_REQUIRES_2_ARGUMENTS_BUT_GOT_ARG_F3F1882F = "PERCENTILE 需要 2 个参数,但传入了 %d 个"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_IN_PERCENTILE_AGGREGATION_ARG_E0C2513D = - "Percentile 聚合中不支持的数据类型:%s"; - public static final String EXCEPTION_UNSUPPORTED_DATA_TYPE_IN_PERCENTILE_AGGREGATION_ARG_8ACED24D = - "PERCENTILE 聚合中不支持的数据类型:%s"; + public static final String + EXCEPTION_UNSUPPORTED_DATA_TYPE_IN_PERCENTILE_AGGREGATION_ARG_E0C2513D = + "Percentile 聚合中不支持的数据类型:%s"; + public static final String + EXCEPTION_UNSUPPORTED_DATA_TYPE_IN_PERCENTILE_AGGREGATION_ARG_8ACED24D = + "PERCENTILE 聚合中不支持的数据类型:%s"; public static final String EXCEPTION_PERCENTILEACCUMULATOR_DOES_NOT_SUPPORT_STATISTICS_66308C79 = "PercentileAccumulator 不支持统计信息"; public static final String @@ -451,9 +687,8 @@ private CalcMessages() {} public static final String EXCEPTION_THE_FIRST_SAMPLE_TIME_MUST_BE_LESS_THAN_THE_LAST_SAMPLE_TIME_FC4D3517 = "第一个样本时间必须小于最后一个样本时间"; - public static final String - EXCEPTION_THE_WINDOW_START_MUST_BE_LESS_THAN_THE_WINDOW_END_B1A38C98 = - "window_start 必须小于 window_end"; + public static final String EXCEPTION_THE_WINDOW_START_MUST_BE_LESS_THAN_THE_WINDOW_END_B1A38C98 = + "window_start 必须小于 window_end"; public static final String EXCEPTION_RATE_FAMILY_AGGREGATE_FUNCTION_REQUIRES_WINDOW_START_FIRST_TIME_LAST_TIME_WINDOW_END_60DE93C8 = "rate 系列聚合函数要求 window_start <= first_time < last_time < window_end"; diff --git a/iotdb-core/confignode/src/main/i18n/en/org/apache/iotdb/confignode/i18n/ConfigNodeMessages.java b/iotdb-core/confignode/src/main/i18n/en/org/apache/iotdb/confignode/i18n/ConfigNodeMessages.java index 5e79dffbffc5..342526996236 100644 --- a/iotdb-core/confignode/src/main/i18n/en/org/apache/iotdb/confignode/i18n/ConfigNodeMessages.java +++ b/iotdb-core/confignode/src/main/i18n/en/org/apache/iotdb/confignode/i18n/ConfigNodeMessages.java @@ -49,8 +49,9 @@ public final class ConfigNodeMessages { "Can't force logWriter for ConfigNode flushWALForSimpleConsensus"; public static final String CAN_T_FORCE_LOGWRITER_FOR_CONFIGNODE_SIMPLECONSENSUS_MODE = "Can't force logWriter for ConfigNode SimpleConsensus mode"; - public static final String CAN_T_SERIALIZE_CURRENT_CONFIGPHYSICALPLAN_FOR_CONFIGNODE_SIMPLECONSENSUS_MODE = - "Can't serialize current ConfigPhysicalPlan for ConfigNode SimpleConsensus mode"; + public static final String + CAN_T_SERIALIZE_CURRENT_CONFIGPHYSICALPLAN_FOR_CONFIGNODE_SIMPLECONSENSUS_MODE = + "Can't serialize current ConfigPhysicalPlan for ConfigNode SimpleConsensus mode"; public static final String CAN_T_START_CONFIGNODE_CONSENSUS_GROUP = "Can't start ConfigNode consensus group!"; public static final String CHANGE_REGIONS_LEADER_ERROR_ON_DATE_NODE = @@ -84,8 +85,7 @@ public final class ConfigNodeMessages { + "but got {}. Use default value 1:9."; public static final String INITIAL_CONFIGNODE_ALLOCATE_MEMORY_FOR_PIPE = "initial ConfigNode allocateMemoryForPipe = {}"; - public static final String INITIAL_CONFIGNODE_FREE_MEMORY = - "initial ConfigNode freeMemory = {}"; + public static final String INITIAL_CONFIGNODE_FREE_MEMORY = "initial ConfigNode freeMemory = {}"; public static final String CONFIGNODE_PORT_CHECK_SUCCESSFUL = "configNode port check successful."; public static final String CONFIGNODE_RPC_SERVICE_FINISHED_TO_REMOVE_AINODE_RESULT = "ConfigNode RPC Service finished to remove AINode, result: {}"; @@ -97,8 +97,9 @@ public final class ConfigNodeMessages { "ConfigNode RPC Service start to remove DataNode, req: {}"; public static final String CONFIGNODE_SIMPLECONSENSUSFILE_HAS_EXISTED_FILEPATH = "ConfigNode SimpleConsensusFile has existed,filePath:{}"; - public static final String CONFIG_REGION_LISTENING_QUEUE_LISTEN_TO_SNAPSHOT_FAILED_THE_HISTORICAL = - "Config Region Listening Queue Listen to snapshot failed, the historical data may not be transferred."; + public static final String + CONFIG_REGION_LISTENING_QUEUE_LISTEN_TO_SNAPSHOT_FAILED_THE_HISTORICAL = + "Config Region Listening Queue Listen to snapshot failed, the historical data may not be transferred."; public static final String CONFIG_REGION_LISTENING_QUEUE_LISTEN_TO_SNAPSHOT_FAILED_WHEN_STARTUP = "Config Region Listening Queue Listen to snapshot failed when startup, snapshot will be tried again when starting schema transferring pipes"; public static final String CONTINUOUS_QUERY_MIN_EVERY_INTERVAL_IN_MS_SHOULD_BE_GREATER = @@ -109,8 +110,9 @@ public final class ConfigNodeMessages { "Couldn't load ConfigNode conf file, reject ConfigNode startup."; public static final String COULDN_T_LOAD_THE_CONFIGURATION_FROM_ANY_OF_THE_KNOWN = "Couldn't load the configuration {} from any of the known sources."; - public static final String CREATEREGIONGROUPS_DATABASE_HAS_BEEN_DELETED_CORRESPONDING_REGIONGROUPS = - "[CreateRegionGroups] Database {} has been deleted, corresponding RegionGroups will not be created."; + public static final String + CREATEREGIONGROUPS_DATABASE_HAS_BEEN_DELETED_CORRESPONDING_REGIONGROUPS = + "[CreateRegionGroups] Database {} has been deleted, corresponding RegionGroups will not be created."; public static final String CREATE_CONFIGNODE_SIMPLECONSENSUSFILE = "Create ConfigNode SimpleConsensusFile: {}"; public static final String CREATE_CONFIGNODE_SIMPLECONSENSUSFILE_FAILED_FILEPATH = @@ -121,11 +123,13 @@ public final class ConfigNodeMessages { "Current node [nodeId: {}, ip:port: {}] becomes config region leader"; public static final String CURRENT_NODE_NODEID_IP_PORT_IS_NO_LONGER_THE_LEADER = "Current node [nodeId:{}, ip:port: {}] is no longer the leader, "; - public static final String MESSAGE_CURRENT_NODE_NODEID_ARG_IP_PORT_ARG_IS_NO_LONGER_THE_LEADER_SKIP_STARTING_LEADER_SERVICES_BECAUSE_THE_LEADER_EPOCH_IS_STALE_CCF39435 = - "Current node [nodeId:{}, ip:port: {}] is no longer the leader, skip starting leader " - + "services because the leader epoch is stale"; - public static final String DATABASE_INCONSISTENCY_DETECTED_WHEN_ADJUSTING_MAX_REGION_GROUP_COUNT_MESSAGE = - "Database inconsistency detected when adjusting max region group count, message: {}, will be corrected by the following adjusting plans"; + public static final String + MESSAGE_CURRENT_NODE_NODEID_ARG_IP_PORT_ARG_IS_NO_LONGER_THE_LEADER_SKIP_STARTING_LEADER_SERVICES_BECAUSE_THE_LEADER_EPOCH_IS_STALE_CCF39435 = + "Current node [nodeId:{}, ip:port: {}] is no longer the leader, skip starting leader " + + "services because the leader epoch is stale"; + public static final String + DATABASE_INCONSISTENCY_DETECTED_WHEN_ADJUSTING_MAX_REGION_GROUP_COUNT_MESSAGE = + "Database inconsistency detected when adjusting max region group count, message: {}, will be corrected by the following adjusting plans"; public static final String DATABASE_NOT_EXIST = "Database not exist"; public static final String DATA_REGION_CONSENSUS_PROTOCOL_CLASS = "data_region_consensus_protocol_class"; @@ -174,7 +178,8 @@ public final class ConfigNodeMessages { "Execute RestartAINodeRequest {} with result {}"; public static final String EXECUTE_RESTARTDATANODEREQUEST_WITH_RESULT = "Execute RestartDataNodeRequest {} with result {}"; - public static final String EXECUTE_GET_METADATA_WITH_RESULT = "Execute getMetaDataCache with result {}"; + public static final String EXECUTE_GET_METADATA_WITH_RESULT = + "Execute getMetaDataCache with result {}"; public static final String EXECUTE_SETDATABASE_WITH_RESULT = "Execute SetDatabase: {} with result: {}"; public static final String FAILED_IN_THE_READ_API_EXECUTING_THE_CONSENSUS_LAYER_DUE = @@ -280,8 +285,9 @@ public final class ConfigNodeMessages { "Failed to take snapshot, because snapshot file [{}] is already exist."; public static final String FAILED_TO_TAKE_SNAPSHOT_OF_CQINFO_BECAUSE_SNAPSHOT_FILE_IS = "Failed to take snapshot of CQInfo, because snapshot file [{}] is already exist."; - public static final String FAILED_TO_TAKE_SNAPSHOT_OF_TEMPLATEPRESETTABLE_BECAUSE_SNAPSHOT_FILE_IS = - "Failed to take snapshot of TemplatePreSetTable, because snapshot file [{}] is already exist."; + public static final String + FAILED_TO_TAKE_SNAPSHOT_OF_TEMPLATEPRESETTABLE_BECAUSE_SNAPSHOT_FILE_IS = + "Failed to take snapshot of TemplatePreSetTable, because snapshot file [{}] is already exist."; public static final String FAILED_TO_TAKE_SNAPSHOT_OF_TTLINFO_BECAUSE_SNAPSHOT_FILE_IS = "Failed to take snapshot of TTLInfo, because snapshot file [{}] is already exist."; public static final String FAILED_TO_TAKE_SUBSCRIPTION_SNAPSHOT_BECAUSE_SNAPSHOT_FILE_IS_ALREADY = @@ -308,8 +314,9 @@ public final class ConfigNodeMessages { public static final String HAS_SUCCESSFULLY_STARTED_AND_JOINED_THE_CLUSTER = "{} has successfully started and joined the cluster: {}."; public static final String ID_TOOK_SNAPSHOT_FAIL = "{} id {} took snapshot fail"; - public static final String INITSTANDALONECONFIGNODE_MEETS_ERROR_CAN_T_FIND_STANDALONE_LOG_FILES_FILEPATH = - "InitStandAloneConfigNode meets error, can't find standalone log files, filePath: {}"; + public static final String + INITSTANDALONECONFIGNODE_MEETS_ERROR_CAN_T_FIND_STANDALONE_LOG_FILES_FILEPATH = + "InitStandAloneConfigNode meets error, can't find standalone log files, filePath: {}"; public static final String INVALID_AUTHOR_TYPE_ORDINAL = "Invalid Author Type ordinal"; public static final String IOTDB_STARTED = "IoTDB started"; public static final String IS_DEACTIVATED = "{} is deactivated."; @@ -453,8 +460,9 @@ public final class ConfigNodeMessages { "The result of register ConfigNode is empty!"; public static final String THE_RESULT_OF_REGISTER_SELF_CONFIGNODE_IS_RETRY = "The result of register self ConfigNode is {}, retry {} ..."; - public static final String THE_RESULT_OF_SUBMITTING_REMOVECONFIGNODE_JOB_IS_REMOVECONFIGNODEREQUEST = - "The result of submitting RemoveConfigNode job is {}. RemoveConfigNodeRequest: {}"; + public static final String + THE_RESULT_OF_SUBMITTING_REMOVECONFIGNODE_JOB_IS_REMOVECONFIGNODEREQUEST = + "The result of submitting RemoveConfigNode job is {}. RemoveConfigNodeRequest: {}"; public static final String THE_SCHEMA_REPLICATION_FACTOR_SHOULD_BE_POSITIVE = "The schema_replication_factor should be positive"; public static final String THE_SEEDCONFIGNODE_SETTING_IN_CONF_IS_EMPTY = @@ -476,7 +484,8 @@ public final class ConfigNodeMessages { public static final String UNEXPECTED_READ_PLAN = "Unexpected read plan : {}"; public static final String UNEXPECTED_WRITE_PLAN_REQUEST_BYTEBUFFER = "Unexpected write plan, request: {}, bytebuffer: {}"; - public static final String UNKNOWN_FAILURE_DETECTOR = "Unknown failure_detector: %s, please set to \"fixed\" or \"phi_accrual\""; + public static final String UNKNOWN_FAILURE_DETECTOR = + "Unknown failure_detector: %s, please set to \"fixed\" or \"phi_accrual\""; public static final String UNKNOWN_HOST_WHEN_CHECKING_SEED_CONFIGNODE_IP = "Unknown host when checking seed configNode IP {}"; public static final String UNKNOWN_LEADER_DISTRIBUTION_POLICY = @@ -506,21 +515,24 @@ public final class ConfigNodeMessages { "You should manually delete the procedure wal dir before ConfigNode restart. {}"; public static final String NOT_SUPPORT = "not support"; - public static final String THE_TTL_SHOULD_BE_POSITIVE = "The TTL should be positive."; - public static final String CONFIGPROCEDURESTORE_START_FAILED = "ConfigProcedureStore start failed "; + public static final String THE_TTL_SHOULD_BE_POSITIVE = "The TTL should be positive."; + public static final String CONFIGPROCEDURESTORE_START_FAILED = + "ConfigProcedureStore start failed "; public static final String MAKE_PROCEDURE_WAL_DIR = "Make procedure wal dir: {}"; public static final String FAIL_TO_GET_LOCATION_TRIGGER = "Fail to get Location trigger[%s]"; public static final String GET_TRIGGERJAR_FAILED_BECAUSE = "Get TriggerJar failed, because "; public static final String GET_UDF_JAR_FAILED_BECAUSE = "Get UDF_Jar failed, because "; public static final String FAILED_TO_CREATE_PIPE_BECAUSE = "Failed to create pipe, because "; - public static final String FAILED_TO_SET_PIPE_STATUS_BECAUSE = "Failed to set pipe status, because "; + public static final String FAILED_TO_SET_PIPE_STATUS_BECAUSE = + "Failed to set pipe status, because "; public static final String FAILED_TO_DROP_PIPE_BECAUSE = "Failed to drop pipe, because "; public static final String FAILED_TO_ALTER_PIPE_BECAUSE = "Failed to alter pipe, because "; public static final String EXCEPTION_FAILED_TO_ALTER_PIPE_ARG_THE_PIPE_DOES_NOT_EXIST_29E0DCEB = "Failed to alter pipe %s, the pipe does not exist"; public static final String EXCEPTION_FAILED_TO_ALTER_PIPE_ARG_THE_PIPE_IS_BEING_DROPPED_919F1E2B = "Failed to alter pipe %s, the pipe is being dropped"; - public static final String FAILED_TO_CREATE_MULTIPLE_PIPES_BECAUSE = "Failed to create multiple pipes, because "; + public static final String FAILED_TO_CREATE_MULTIPLE_PIPES_BECAUSE = + "Failed to create multiple pipes, because "; public static final String FAILED_TO_START_PIPE_BECAUSE_PIPE_DOES_NOT_EXIST = "Failed to start pipe %s, the pipe does not exist"; public static final String FAILED_TO_START_PIPE_BECAUSE_PIPE_IS_ALREADY_DROPPED = @@ -533,138 +545,234 @@ public final class ConfigNodeMessages { "Failed to stop pipe %s, the pipe is already dropped"; public static final String EXCEPTION_FAILED_TO_STOP_PIPE_ARG_THE_PIPE_IS_BEING_DROPPED_37AFB22B = "Failed to stop pipe %s, the pipe is being dropped"; - public static final String FAILED_TO_HANDLE_LEADER_CHANGE_BECAUSE = "Failed to handle leader change, because "; - public static final String FAILED_TO_HANDLE_META_CHANGES_BECAUSE = "Failed to handle meta changes, because "; - public static final String GET_PIPEPLUGIN_JAR_FAILED_BECAUSE = "Get PipePlugin_Jar failed, because "; + public static final String FAILED_TO_HANDLE_LEADER_CHANGE_BECAUSE = + "Failed to handle leader change, because "; + public static final String FAILED_TO_HANDLE_META_CHANGES_BECAUSE = + "Failed to handle meta changes, because "; + public static final String GET_PIPEPLUGIN_JAR_FAILED_BECAUSE = + "Get PipePlugin_Jar failed, because "; public static final String RECORDING_PIPE_META = "Recording pipe meta: {}"; - public static final String UNRECOGNIZED_NODE_TYPE_WHEN_RECOVERING_THE_MTREE = "Unrecognized node type {} when recovering the mTree."; - public static final String IOTDB_CLUSTER_COULD_PROVIDE_DATA_SERVICE_NOW_ENJOY_YOURSELF = "IoTDB-Cluster could provide data service, now enjoy yourself!"; - public static final String FAILED_TO_ALTER_DATABASE_DOESN_T_SUPPORT_ALTER_TTL_YET = "Failed to alter database. Doesn't support ALTER TTL yet."; + public static final String UNRECOGNIZED_NODE_TYPE_WHEN_RECOVERING_THE_MTREE = + "Unrecognized node type {} when recovering the mTree."; + public static final String IOTDB_CLUSTER_COULD_PROVIDE_DATA_SERVICE_NOW_ENJOY_YOURSELF = + "IoTDB-Cluster could provide data service, now enjoy yourself!"; + public static final String FAILED_TO_ALTER_DATABASE_DOESN_T_SUPPORT_ALTER_TTL_YET = + "Failed to alter database. Doesn't support ALTER TTL yet."; public static final String NO_REGISTERED_AINODE_FOUND = "No registered AINode found"; public static final String AINODE_LOCATION_RESOLVED = "AINode location resolved"; public static final String GETAINODELOCATION_FAILED = "getAINodeLocation failed: "; public static final String REMOVE_CONSENSUSGROUP_SUCCESS = "remove ConsensusGroup success."; - public static final String STOP_AND_CLEAR_CONFIGNODE_SUCCESS = "Stop And Clear ConfigNode Success."; + public static final String STOP_AND_CLEAR_CONFIGNODE_SUCCESS = + "Stop And Clear ConfigNode Success."; public static final String CANNOT_CLOSE_LOG_FILE = "Cannot close log file {}"; public static final String OPEN_WAL_FILE_SIZE_IS = "open WAL file: {} size is {}"; - public static final String FAIL_TO_TRUNCATE_LOG_FILE_TO_SIZE = "Fail to truncate log file to size {}"; + public static final String FAIL_TO_TRUNCATE_LOG_FILE_TO_SIZE = + "Fail to truncate log file to size {}"; public static final String ALL_RETRY_FAILED_DUE_TO = "All retry failed due to: "; public static final String AUTHENTICATION_FAILED = "Authentication failed."; + private ConfigNodeMessages() {} + // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- - public static final String MESSAGE_ILLEGAL_PATTERN_PATH_ARG_PATTERN_PATH_SHOULD_END_OTHERWISE_IT_50E969BB = - "Illegal pattern path: %s, pattern path should end with **, otherwise, it should be a specific" - + " database or device path without *"; - public static final String MESSAGE_NUMBER_TTL_RULES_HAS_REACHED_LIMIT_8575FF1E = "The number of TTL rules has reached the limit "; - public static final String MESSAGE_CAPACITY_ARG_REQUESTED_TOTAL_ARG_PLEASE_DELETE_SOME_EXISTING_RULES_35B24B22 = "(capacity: %d, requested total: %d). Please delete some existing rules first."; - public static final String LOG_EXITS_JVM_MEMORY_USAGE_ARG_0BCD1CCF = " exits. Jvm memory usage: {}"; - public static final String EXCEPTION_TOPOLOGY_PROBING_BASE_INTERVAL_MS_MUST_POSITIVE_BUT_GOT_18C9B7A2 = "topology_probing_base_interval_in_ms must be positive, but got: "; - public static final String EXCEPTION_TOPOLOGY_PROBING_TIMEOUT_RATIO_MUST_0_1_BUT_GOT_FBD0E28B = "topology_probing_timeout_ratio must be in (0, 1), but got: "; - public static final String EXCEPTION_DATA_CONFIGNODE_SYSTEM_CONFIGNODE_SYSTEM_PROPERTIES_786349AB = "data/confignode/system/confignode-system.properties. "; - public static final String EXCEPTION_PLEASE_DELETE_DATA_DIR_DATA_CONFIGNODE_RESTART_AGAIN_8527BE66 = "Please delete data dir data/confignode and restart again."; - public static final String EXCEPTION_CONFIG_NODE_CONSENSUS_PROTOCOL_CLASS_SET_E7A83ED6 = "the config_node_consensus_protocol_class is set to"; - public static final String EXCEPTION_AVAILABLE_ONLY_SCHEMA_REPLICATION_FACTOR_SET_1_45667207 = "available only when schema_replication_factor is set to 1"; + public static final String + MESSAGE_ILLEGAL_PATTERN_PATH_ARG_PATTERN_PATH_SHOULD_END_OTHERWISE_IT_50E969BB = + "Illegal pattern path: %s, pattern path should end with **, otherwise, it should be a specific" + + " database or device path without *"; + public static final String MESSAGE_NUMBER_TTL_RULES_HAS_REACHED_LIMIT_8575FF1E = + "The number of TTL rules has reached the limit "; + public static final String + MESSAGE_CAPACITY_ARG_REQUESTED_TOTAL_ARG_PLEASE_DELETE_SOME_EXISTING_RULES_35B24B22 = + "(capacity: %d, requested total: %d). Please delete some existing rules first."; + public static final String LOG_EXITS_JVM_MEMORY_USAGE_ARG_0BCD1CCF = + " exits. Jvm memory usage: {}"; + public static final String + EXCEPTION_TOPOLOGY_PROBING_BASE_INTERVAL_MS_MUST_POSITIVE_BUT_GOT_18C9B7A2 = + "topology_probing_base_interval_in_ms must be positive, but got: "; + public static final String EXCEPTION_TOPOLOGY_PROBING_TIMEOUT_RATIO_MUST_0_1_BUT_GOT_FBD0E28B = + "topology_probing_timeout_ratio must be in (0, 1), but got: "; + public static final String + EXCEPTION_DATA_CONFIGNODE_SYSTEM_CONFIGNODE_SYSTEM_PROPERTIES_786349AB = + "data/confignode/system/confignode-system.properties. "; + public static final String + EXCEPTION_PLEASE_DELETE_DATA_DIR_DATA_CONFIGNODE_RESTART_AGAIN_8527BE66 = + "Please delete data dir data/confignode and restart again."; + public static final String EXCEPTION_CONFIG_NODE_CONSENSUS_PROTOCOL_CLASS_SET_E7A83ED6 = + "the config_node_consensus_protocol_class is set to"; + public static final String EXCEPTION_AVAILABLE_ONLY_SCHEMA_REPLICATION_FACTOR_SET_1_45667207 = + "available only when schema_replication_factor is set to 1"; public static final String EXCEPTION_MESSAGE_E81C4E4F = "or"; - public static final String EXCEPTION_AVAILABLE_ONLY_DATA_REPLICATION_FACTOR_SET_1_71748D3D = "available only when data_replication_factor is set to 1"; + public static final String EXCEPTION_AVAILABLE_ONLY_DATA_REPLICATION_FACTOR_SET_1_71748D3D = + "available only when data_replication_factor is set to 1"; public static final String EXCEPTION_ARG_ARG_6E068B23 = "%s or %s"; - public static final String EXCEPTION_SCHEMAREGION_DOESN_T_SUPPORT_ORG_APACHE_IOTDB_CONSENSUS_IOT_IOTCONSENSUS_84350FD1 = "the SchemaRegion doesn't support org.apache.iotdb.consensus.iot.IoTConsensus"; - public static final String EXCEPTION_SCHEMAREGION_DOESN_T_SUPPORT_ORG_APACHE_IOTDB_CONSENSUS_IOT_IOTCONSENSUSV2_BA353C6D = "the SchemaRegion doesn't support org.apache.iotdb.consensus.iot.IoTConsensusV2"; - public static final String EXCEPTION_GREEDY_MIN_COST_FLOW_HASH_C07DA2EE = "GREEDY or MIN_COST_FLOW or HASH"; - public static final String EXCEPTION_UNRECOGNIZED_LEADER_DISTRIBUTION_POLICY_SET_F9FFB410 = "an unrecognized leader_distribution_policy is set"; + public static final String + EXCEPTION_SCHEMAREGION_DOESN_T_SUPPORT_ORG_APACHE_IOTDB_CONSENSUS_IOT_IOTCONSENSUS_84350FD1 = + "the SchemaRegion doesn't support org.apache.iotdb.consensus.iot.IoTConsensus"; + public static final String + EXCEPTION_SCHEMAREGION_DOESN_T_SUPPORT_ORG_APACHE_IOTDB_CONSENSUS_IOT_IOTCONSENSUSV2_BA353C6D = + "the SchemaRegion doesn't support org.apache.iotdb.consensus.iot.IoTConsensusV2"; + public static final String EXCEPTION_GREEDY_MIN_COST_FLOW_HASH_C07DA2EE = + "GREEDY or MIN_COST_FLOW or HASH"; + public static final String EXCEPTION_UNRECOGNIZED_LEADER_DISTRIBUTION_POLICY_SET_F9FFB410 = + "an unrecognized leader_distribution_policy is set"; public static final String EXCEPTION_LEADER_GREEDY_55C6B994 = "LEADER or GREEDY"; - public static final String EXCEPTION_UNRECOGNIZED_ROUTE_PRIORITY_POLICY_SET_C0012AE4 = "an unrecognized route_priority_policy is set"; - public static final String EXCEPTION_THERE_NO_AVAILABLE_ARG_DATABASES_ARG_CURRENTLY_9B8297B3 = "There are no available %s for databases: %s currently, "; - public static final String EXCEPTION_PLEASE_USE_SHOW_CLUSTER_SHOW_REGIONS_CHECK_CLUSTER_STATUS_611120DF = "please use \"show cluster\" or \"show regions\" to check the cluster status"; + public static final String EXCEPTION_UNRECOGNIZED_ROUTE_PRIORITY_POLICY_SET_C0012AE4 = + "an unrecognized route_priority_policy is set"; + public static final String EXCEPTION_THERE_NO_AVAILABLE_ARG_DATABASES_ARG_CURRENTLY_9B8297B3 = + "There are no available %s for databases: %s currently, "; + public static final String + EXCEPTION_PLEASE_USE_SHOW_CLUSTER_SHOW_REGIONS_CHECK_CLUSTER_STATUS_611120DF = + "please use \"show cluster\" or \"show regions\" to check the cluster status"; public static final String EXCEPTION_SCHEMAREGIONGROUPS_3C409207 = "SchemaRegionGroups"; public static final String EXCEPTION_DATAREGIONGROUPS_945CCE78 = "DataRegionGroups"; - public static final String EXCEPTION_DATANODE_NOT_ENOUGH_PLEASE_REGISTER_MORE_9F5EEDF5 = "DataNode is not enough, please register more. "; - public static final String EXCEPTION_CURRENT_DATANODES_ARG_REPLICATIONFACTOR_ARG_5D686D2B = "Current DataNodes: %s, replicationFactor: %d"; - public static final String EXCEPTION_THERE_NO_AVAILABLE_AINODES_CURRENTLY_PLEASE_USE_SHOW_CLUSTER_CHECK_FD32EB52 = - "There are no available AINodes currently, please use \"show cluster\" to check the cluster" - + " status."; - public static final String EXCEPTION_ADD_CONSENSUSGROUP_ARG_FAILED_D3FDDC1B = "Add ConsensusGroup to: %s failed."; + public static final String EXCEPTION_DATANODE_NOT_ENOUGH_PLEASE_REGISTER_MORE_9F5EEDF5 = + "DataNode is not enough, please register more. "; + public static final String EXCEPTION_CURRENT_DATANODES_ARG_REPLICATIONFACTOR_ARG_5D686D2B = + "Current DataNodes: %s, replicationFactor: %d"; + public static final String + EXCEPTION_THERE_NO_AVAILABLE_AINODES_CURRENTLY_PLEASE_USE_SHOW_CLUSTER_CHECK_FD32EB52 = + "There are no available AINodes currently, please use \"show cluster\" to check the cluster" + + " status."; + public static final String EXCEPTION_ADD_CONSENSUSGROUP_ARG_FAILED_D3FDDC1B = + "Add ConsensusGroup to: %s failed."; public static final String EXCEPTION_ADD_PEER_ARG_FAILED_17DEB6CA = "Add peer: %s failed."; - public static final String EXCEPTION_DATABASE_ARG_DOESN_T_EXIST_778BBF66 = "Database: %s doesn't exist."; - public static final String LOG_REDIRECTION_RECOMMENDED_REMOVECONFIGNODE_BUT_NO_LEADER_ENDPOINT_PROVIDED_ABORT_RETRY_520A4C64 = "Redirection recommended for removeConfigNode but no leader endpoint provided, abort retry."; - public static final String LOG_FAILED_WRITE_AUDIT_LOG_DATANODE_ARG_RESPONSE_ARG_691ABC90 = "Failed to write audit log to DataNode {}, response: {}"; - public static final String LOG_FAILED_WRITE_AUDIT_LOG_DATANODE_ARG_90F15E13 = "Failed to write audit log to DataNode {}"; - public static final String EXCEPTION_UNKNOWN_PHYSICALPLANTYPE_ARG_7F21B699 = "Unknown PhysicalPlanType: %d"; - public static final String LOG_CANNOT_READ_MORE_PHYSICALPLANS_ARG_SUCCESSFULLY_READ_INDEX_ARG_REASON_2EC90E78 = "Cannot read more PhysicalPlans from {}, successfully read index is {}. The reason is"; + public static final String EXCEPTION_DATABASE_ARG_DOESN_T_EXIST_778BBF66 = + "Database: %s doesn't exist."; + public static final String + LOG_REDIRECTION_RECOMMENDED_REMOVECONFIGNODE_BUT_NO_LEADER_ENDPOINT_PROVIDED_ABORT_RETRY_520A4C64 = + "Redirection recommended for removeConfigNode but no leader endpoint provided, abort retry."; + public static final String LOG_FAILED_WRITE_AUDIT_LOG_DATANODE_ARG_RESPONSE_ARG_691ABC90 = + "Failed to write audit log to DataNode {}, response: {}"; + public static final String LOG_FAILED_WRITE_AUDIT_LOG_DATANODE_ARG_90F15E13 = + "Failed to write audit log to DataNode {}"; + public static final String EXCEPTION_UNKNOWN_PHYSICALPLANTYPE_ARG_7F21B699 = + "Unknown PhysicalPlanType: %d"; + public static final String + LOG_CANNOT_READ_MORE_PHYSICALPLANS_ARG_SUCCESSFULLY_READ_INDEX_ARG_REASON_2EC90E78 = + "Cannot read more PhysicalPlans from {}, successfully read index is {}. The reason is"; public static final String EXCEPTION_FILE_11296840 = "file: "; public static final String EXCEPTION_ARG_CALCULATED_ARG_0EEEE191 = "%d Calculated: %d."; - public static final String LOG_CANNOT_DESERIALIZE_PHYSICALPLANS_BYTEBUFFER_IGNORE_REMAINING_LOGS_06AE778F = "Cannot deserialize PhysicalPlans from ByteBuffer, ignore remaining logs"; - public static final String MESSAGE_FAILED_ALTER_DATABASE_DOESN_T_SUPPORT_ALTER_SCHEMAREPLICATIONFACTOR_YET_AD96111F = "Failed to alter database. Doesn't support ALTER SchemaReplicationFactor yet."; - public static final String MESSAGE_FAILED_ALTER_DATABASE_DOESN_T_SUPPORT_ALTER_DATAREPLICATIONFACTOR_YET_2E7FF6E7 = "Failed to alter database. Doesn't support ALTER DataReplicationFactor yet."; - public static final String MESSAGE_FAILED_ALTER_DATABASE_DOESN_T_SUPPORT_ALTER_TIMEPARTITIONORIGIN_YET_B315F2E3 = "Failed to alter database. Doesn't support ALTER TimePartitionOrigin yet."; - public static final String MESSAGE_FAILED_ALTER_DATABASE_DOESN_T_SUPPORT_ALTER_TIMEPARTITIONINTERVAL_YET_F539A76F = "Failed to alter database. Doesn't support ALTER TimePartitionInterval yet."; - public static final String MESSAGE_REMOVE_CONSENSUSGROUP_FAILED_BECAUSE_TARGET_CONFIGNODE_NOT_CURRENT_CONFIGNODE_608E64F9 = "remove ConsensusGroup failed because the target ConfigNode is not current ConfigNode."; - public static final String MESSAGE_REMOVE_CONSENSUSGROUP_FAILED_BECAUSE_INTERNAL_FAILURE_SEE_OTHER_LOGS_MORE_51858EC2 = "remove ConsensusGroup failed because internal failure. See other logs for more details"; - public static final String EXCEPTION_LOADPIPETASKINFOEXCEPTION_2270468E = "loadPipeTaskInfoException="; - public static final String EXCEPTION_LOADPIPEPLUGININFOEXCEPTION_40362E11 = ", loadPipePluginInfoException="; - public static final String MESSAGE_FAILED_SET_PIPE_STATUS_STOPPED_RUNTIME_EXCEPTION_FLAG_BECAUSE_BFEA15AA = "Failed to set pipe status with stopped-by-runtime-exception flag, because "; + public static final String + LOG_CANNOT_DESERIALIZE_PHYSICALPLANS_BYTEBUFFER_IGNORE_REMAINING_LOGS_06AE778F = + "Cannot deserialize PhysicalPlans from ByteBuffer, ignore remaining logs"; + public static final String + MESSAGE_FAILED_ALTER_DATABASE_DOESN_T_SUPPORT_ALTER_SCHEMAREPLICATIONFACTOR_YET_AD96111F = + "Failed to alter database. Doesn't support ALTER SchemaReplicationFactor yet."; + public static final String + MESSAGE_FAILED_ALTER_DATABASE_DOESN_T_SUPPORT_ALTER_DATAREPLICATIONFACTOR_YET_2E7FF6E7 = + "Failed to alter database. Doesn't support ALTER DataReplicationFactor yet."; + public static final String + MESSAGE_FAILED_ALTER_DATABASE_DOESN_T_SUPPORT_ALTER_TIMEPARTITIONORIGIN_YET_B315F2E3 = + "Failed to alter database. Doesn't support ALTER TimePartitionOrigin yet."; + public static final String + MESSAGE_FAILED_ALTER_DATABASE_DOESN_T_SUPPORT_ALTER_TIMEPARTITIONINTERVAL_YET_F539A76F = + "Failed to alter database. Doesn't support ALTER TimePartitionInterval yet."; + public static final String + MESSAGE_REMOVE_CONSENSUSGROUP_FAILED_BECAUSE_TARGET_CONFIGNODE_NOT_CURRENT_CONFIGNODE_608E64F9 = + "remove ConsensusGroup failed because the target ConfigNode is not current ConfigNode."; + public static final String + MESSAGE_REMOVE_CONSENSUSGROUP_FAILED_BECAUSE_INTERNAL_FAILURE_SEE_OTHER_LOGS_MORE_51858EC2 = + "remove ConsensusGroup failed because internal failure. See other logs for more details"; + public static final String EXCEPTION_LOADPIPETASKINFOEXCEPTION_2270468E = + "loadPipeTaskInfoException="; + public static final String EXCEPTION_LOADPIPEPLUGININFOEXCEPTION_40362E11 = + ", loadPipePluginInfoException="; + public static final String + MESSAGE_FAILED_SET_PIPE_STATUS_STOPPED_RUNTIME_EXCEPTION_FLAG_BECAUSE_BFEA15AA = + "Failed to set pipe status with stopped-by-runtime-exception flag, because "; public static final String EXCEPTION_UNKNOWN_TYPE_7618F8F4 = "unknown type: "; public static final String EXCEPTION_NO_SUCH_USER_ARG_D11B1046 = "No such user : %s"; public static final String EXCEPTION_NO_SUCH_USER_ID_99CA691B = "No such user id: "; - public static final String LOG_HANDLING_COMMIT_PROGRESS_META_CHANGES_FA21A080 = "Handling commit progress meta changes ..."; - public static final String EXCEPTION_FAILED_CREATE_ALTER_TOPIC_ILLEGAL_ARG_ARG_EXPECTED_1_POSITIVE_A33070FB = "Failed to create or alter topic, illegal %s=%s, expected -1 or a positive long value"; - public static final String LOG_TRYING_GET_MAX_TTL_UNDER_ONE_DATABASE_USE_LONG_MAX_9D70ACB2 = " when trying to get max ttl under one database, use Long.MAX_VALUE."; - public static final String MESSAGE_ENABLE_IOTDB_CLUSTER_S_DATA_SERVICE_PLEASE_REGISTER_ARG_MORE_F48F3890 = "To enable IoTDB-Cluster's data service, please register %d more IoTDB-DataNode"; - public static final String MESSAGE_APPLY_NEW_CONFIGNODE_FAILED_BECAUSE_CURRENT_CONFIGNODE_CAN_T_STORE_1BB6A6BF = "Apply new ConfigNode failed because current ConfigNode can't store ConfigNode information."; - public static final String MESSAGE_REMOVE_CONFIGNODE_FAILED_BECAUSE_CURRENT_CONFIGNODE_CAN_T_STORE_CONFIGNODE_8AB3BCB4 = "Remove ConfigNode failed because current ConfigNode can't store ConfigNode information."; + public static final String LOG_HANDLING_COMMIT_PROGRESS_META_CHANGES_FA21A080 = + "Handling commit progress meta changes ..."; + public static final String + EXCEPTION_FAILED_CREATE_ALTER_TOPIC_ILLEGAL_ARG_ARG_EXPECTED_1_POSITIVE_A33070FB = + "Failed to create or alter topic, illegal %s=%s, expected -1 or a positive long value"; + public static final String LOG_TRYING_GET_MAX_TTL_UNDER_ONE_DATABASE_USE_LONG_MAX_9D70ACB2 = + " when trying to get max ttl under one database, use Long.MAX_VALUE."; + public static final String + MESSAGE_ENABLE_IOTDB_CLUSTER_S_DATA_SERVICE_PLEASE_REGISTER_ARG_MORE_F48F3890 = + "To enable IoTDB-Cluster's data service, please register %d more IoTDB-DataNode"; + public static final String + MESSAGE_APPLY_NEW_CONFIGNODE_FAILED_BECAUSE_CURRENT_CONFIGNODE_CAN_T_STORE_1BB6A6BF = + "Apply new ConfigNode failed because current ConfigNode can't store ConfigNode information."; + public static final String + MESSAGE_REMOVE_CONFIGNODE_FAILED_BECAUSE_CURRENT_CONFIGNODE_CAN_T_STORE_CONFIGNODE_8AB3BCB4 = + "Remove ConfigNode failed because current ConfigNode can't store ConfigNode information."; public static final String LOG_NODE_ARG_REGION_ARG_70A7CD4F = "node: {}, region: {}"; - public static final String LOG_NO_NEED_REMOVE_IT_NODE_ARG_REGION_ARG_D14062CE = "no need to remove it, node: {}, region: {}"; - public static final String LOG_PID_ARG_FAILED_WRITE_UPDATE_API_EXECUTING_CONSENSUS_LAYER_824FB30E = "pid={} Failed in the write update API executing the consensus layer due to: "; - public static final String LOG_PID_ARG_FAILED_WRITE_DELETE_API_EXECUTING_CONSENSUS_LAYER_0E758BF5 = "pid={} Failed in the write delete API executing the consensus layer due to: "; + public static final String LOG_NO_NEED_REMOVE_IT_NODE_ARG_REGION_ARG_D14062CE = + "no need to remove it, node: {}, region: {}"; + public static final String + LOG_PID_ARG_FAILED_WRITE_UPDATE_API_EXECUTING_CONSENSUS_LAYER_824FB30E = + "pid={} Failed in the write update API executing the consensus layer due to: "; + public static final String + LOG_PID_ARG_FAILED_WRITE_DELETE_API_EXECUTING_CONSENSUS_LAYER_0E758BF5 = + "pid={} Failed in the write delete API executing the consensus layer due to: "; public static final String LOG_NEW_LEADER_NODEID_ARG_0A63760B = "the new leader is [nodeId:{}]"; - public static final String LOG_START_CLEANING_UP_RELATED_SERVICES_A409E261 = "start cleaning up related services"; - public static final String LOG_ALL_SERVICES_OLD_LEADER_UNAVAILABLE_NOW_8A22E60F = "all services on old leader are unavailable now."; + public static final String LOG_START_CLEANING_UP_RELATED_SERVICES_A409E261 = + "start cleaning up related services"; + public static final String LOG_ALL_SERVICES_OLD_LEADER_UNAVAILABLE_NOW_8A22E60F = + "all services on old leader are unavailable now."; public static final String LOG_FILEPATH_ARG_RETRY_ARG_16284354 = "filePath: {}, retry: {}"; public static final String EXCEPTION_COLON_5D70AD09 = ":"; public static final String MESSAGE_COLON_CEFF3F4D = ": "; public static final String EMPTY_MESSAGE = ""; public static final String EXCEPTION_PROCEDURE_TYPE_IS_NULL_93147BD3 = "Procedure type is null"; public static final String EXCEPTION_DOT_9D9B854A = "."; - public static final String MESSAGE_CURRENT_CONFIGNODE_NODEID_ARG_IP_ARG_FAILED_TO_START_LEADER_SERVICE_ARG_THE_1754011A = - "Current ConfigNode(nodeId: {}, ip: {}) failed to start leader service [{}], the"; - public static final String MESSAGE_CURRENT_CONFIGNODE_NODEID_ARG_IP_ARG_FAILED_TO_START_LEADER_SERVICE_ARG_THE_NODE_WILL_STILL_FINISH_WARMING_UP_THIS_SERVICE_STAYS_UNAVAILABLE_UNTIL_THE_NEXT_LEADERSHIP_TRANSITION_E89A98E7 = - "Current ConfigNode(nodeId: {}, ip: {}) failed to start leader service [{}], the node will " - + "still finish warming up; this service stays unavailable until the next leadership " - + "transition."; - public static final String MESSAGE_CURRENT_CONFIGNODE_NODEID_ARG_IP_ARG_FINISHED_STARTING_LEADER_SERVICES_WHILE_LOAD_0C57A408 = - "Current ConfigNode(nodeId: {}, ip: {}) finished starting leader services while load"; - public static final String MESSAGE_CURRENT_CONFIGNODE_NODEID_ARG_IP_ARG_FINISHED_STARTING_LEADER_SERVICES_WHILE_LOAD_WARM_UP_IS_STILL_IN_PROGRESS_ARG_17C09A31 = - "Current ConfigNode(nodeId: {}, ip: {}) finished starting leader services while load warm-up " - + "is still in progress: {}"; - public static final String MESSAGE_UNEXPECTED_INTERRUPTION_WHILE_WAITING_FOR_CONFIGNODE_LEADER_LOAD_WARM_UP_BB5AA4F7 = - "Unexpected interruption while waiting for ConfigNode leader load warm-up."; - public static final String EXCEPTION_PROCEDURE_FILE_ARG_EXCEEDS_THE_LOAD_BUFFER_LIMIT_ARG_ACTUAL_SIZE_ARG_62375B4C = - "Procedure file %s exceeds the load buffer limit %s, actual size %s"; - public static final String MESSAGE_CONFIGNODE_LEADER_IS_WARMING_UP_BEFORE_SERVING_THE_REGISTERING_CONFIGNODE_WILL_WAIT_2E051639 = - "ConfigNode leader is warming up before serving the registering ConfigNode, will wait"; - public static final String MESSAGE_CONFIGNODE_LEADER_IS_WARMING_UP_BEFORE_SERVING_THE_REGISTERING_CONFIGNODE_WILL_WAIT_AND_RETRY_STATUS_ARG_RETRY_ARG_3C924873 = - "ConfigNode leader is warming up before serving the registering ConfigNode, will wait and " - + "retry. Status: {}, retry: {}"; + public static final String + MESSAGE_CURRENT_CONFIGNODE_NODEID_ARG_IP_ARG_FAILED_TO_START_LEADER_SERVICE_ARG_THE_1754011A = + "Current ConfigNode(nodeId: {}, ip: {}) failed to start leader service [{}], the"; + public static final String + MESSAGE_CURRENT_CONFIGNODE_NODEID_ARG_IP_ARG_FAILED_TO_START_LEADER_SERVICE_ARG_THE_NODE_WILL_STILL_FINISH_WARMING_UP_THIS_SERVICE_STAYS_UNAVAILABLE_UNTIL_THE_NEXT_LEADERSHIP_TRANSITION_E89A98E7 = + "Current ConfigNode(nodeId: {}, ip: {}) failed to start leader service [{}], the node will " + + "still finish warming up; this service stays unavailable until the next leadership " + + "transition."; + public static final String + MESSAGE_CURRENT_CONFIGNODE_NODEID_ARG_IP_ARG_FINISHED_STARTING_LEADER_SERVICES_WHILE_LOAD_0C57A408 = + "Current ConfigNode(nodeId: {}, ip: {}) finished starting leader services while load"; + public static final String + MESSAGE_CURRENT_CONFIGNODE_NODEID_ARG_IP_ARG_FINISHED_STARTING_LEADER_SERVICES_WHILE_LOAD_WARM_UP_IS_STILL_IN_PROGRESS_ARG_17C09A31 = + "Current ConfigNode(nodeId: {}, ip: {}) finished starting leader services while load warm-up " + + "is still in progress: {}"; + public static final String + MESSAGE_UNEXPECTED_INTERRUPTION_WHILE_WAITING_FOR_CONFIGNODE_LEADER_LOAD_WARM_UP_BB5AA4F7 = + "Unexpected interruption while waiting for ConfigNode leader load warm-up."; + public static final String + EXCEPTION_PROCEDURE_FILE_ARG_EXCEEDS_THE_LOAD_BUFFER_LIMIT_ARG_ACTUAL_SIZE_ARG_62375B4C = + "Procedure file %s exceeds the load buffer limit %s, actual size %s"; + public static final String + MESSAGE_CONFIGNODE_LEADER_IS_WARMING_UP_BEFORE_SERVING_THE_REGISTERING_CONFIGNODE_WILL_WAIT_2E051639 = + "ConfigNode leader is warming up before serving the registering ConfigNode, will wait"; + public static final String + MESSAGE_CONFIGNODE_LEADER_IS_WARMING_UP_BEFORE_SERVING_THE_REGISTERING_CONFIGNODE_WILL_WAIT_AND_RETRY_STATUS_ARG_RETRY_ARG_3C924873 = + "ConfigNode leader is warming up before serving the registering ConfigNode, will wait and " + + "retry. Status: {}, retry: {}"; public static final String EXCEPTION_ARG_SHOULD_BE_AN_INTEGER_BUT_WAS_ARG_56B5D91B = "%s should be an integer, but was %s."; - public static final String EXCEPTION_HEARTBEAT_INTERVAL_IN_MS_SHOULD_BE_GREATER_THAN_0_BUT_WAS_2269997B = - "heartbeat_interval_in_ms should be greater than 0, but was "; - public static final String EXCEPTION_CONTINUOUS_QUERY_MIN_EVERY_INTERVAL_IN_MS_SHOULD_BE_GREATER_THAN_0_BUT_CURRENT_VALUE_IS_F9A1BEC4 = - "continuous_query_min_every_interval_in_ms should be greater than 0, but current value is "; - public static final String EXCEPTION_DEFAULT_SCHEMA_REGION_GROUP_NUM_PER_DATABASE_SHOULD_BE_POSITIVE_C8F77774 = - "default_schema_region_group_num_per_database should be positive."; + public static final String + EXCEPTION_HEARTBEAT_INTERVAL_IN_MS_SHOULD_BE_GREATER_THAN_0_BUT_WAS_2269997B = + "heartbeat_interval_in_ms should be greater than 0, but was "; + public static final String + EXCEPTION_CONTINUOUS_QUERY_MIN_EVERY_INTERVAL_IN_MS_SHOULD_BE_GREATER_THAN_0_BUT_CURRENT_VALUE_IS_F9A1BEC4 = + "continuous_query_min_every_interval_in_ms should be greater than 0, but current value is "; + public static final String + EXCEPTION_DEFAULT_SCHEMA_REGION_GROUP_NUM_PER_DATABASE_SHOULD_BE_POSITIVE_C8F77774 = + "default_schema_region_group_num_per_database should be positive."; public static final String EXCEPTION_SCHEMA_REGION_PER_DATA_NODE_SHOULD_BE_POSITIVE_CDEB9FC1 = "schema_region_per_data_node should be positive."; - public static final String EXCEPTION_DEFAULT_DATA_REGION_GROUP_NUM_PER_DATABASE_SHOULD_BE_POSITIVE_8E68B5A0 = - "default_data_region_group_num_per_database should be positive."; + public static final String + EXCEPTION_DEFAULT_DATA_REGION_GROUP_NUM_PER_DATABASE_SHOULD_BE_POSITIVE_8E68B5A0 = + "default_data_region_group_num_per_database should be positive."; public static final String EXCEPTION_DATA_REGION_PER_DATA_NODE_SHOULD_BE_NON_NEGATIVE_D2960368 = "data_region_per_data_node should be non-negative."; - public static final String EXCEPTION_PROCEDURE_COMPLETED_CLEAN_INTERVAL_SHOULD_BE_GREATER_THAN_0_BUT_WAS_8781558E = - "procedure_completed_clean_interval should be greater than 0, but was "; - public static final String EXCEPTION_PROCEDURE_COMPLETED_EVICT_TTL_SHOULD_BE_GREATER_THAN_0_BUT_WAS_5A4D0CF6 = - "procedure_completed_evict_ttl should be greater than 0, but was "; + public static final String + EXCEPTION_PROCEDURE_COMPLETED_CLEAN_INTERVAL_SHOULD_BE_GREATER_THAN_0_BUT_WAS_8781558E = + "procedure_completed_clean_interval should be greater than 0, but was "; + public static final String + EXCEPTION_PROCEDURE_COMPLETED_EVICT_TTL_SHOULD_BE_GREATER_THAN_0_BUT_WAS_5A4D0CF6 = + "procedure_completed_evict_ttl should be greater than 0, but was "; public static final String EXCEPTION_FAILED_TO_CREATE_OR_ALTER_TOPIC_MODE_INCREMENTAL_DOES_NOT_SUPPORT_TOPIC_ATTRIBUTES_ARG_1A72326A = diff --git a/iotdb-core/confignode/src/main/i18n/en/org/apache/iotdb/confignode/i18n/ManagerMessages.java b/iotdb-core/confignode/src/main/i18n/en/org/apache/iotdb/confignode/i18n/ManagerMessages.java index 10ea4763af9a..0dd8785d2e79 100644 --- a/iotdb-core/confignode/src/main/i18n/en/org/apache/iotdb/confignode/i18n/ManagerMessages.java +++ b/iotdb-core/confignode/src/main/i18n/en/org/apache/iotdb/confignode/i18n/ManagerMessages.java @@ -49,9 +49,8 @@ public final class ManagerMessages { "[CreateRegionGroups] Starting to create the following RegionGroups:"; public static final String CREATE_DATAPARTITION_FAILED_BECAUSE = "Create DataPartition failed because: "; - public static final String - DATAPARTITIONTABLEINTEGRITYCHECKPROCEDURE_IS_ALREADY_SUBMITTED = - "DataPartitionTableIntegrityCheckProcedure is already submitted."; + public static final String DATAPARTITIONTABLEINTEGRITYCHECKPROCEDURE_IS_ALREADY_SUBMITTED = + "DataPartitionTableIntegrityCheckProcedure is already submitted."; public static final String LACKED_DATAPARTITION_ALLOCATION_RESULT_WHEN_GET_OR_CREATE_DATA_PARTITIONS_FOR_DATABASES = "Lacked %d/%d DataPartition allocation result when get or create data partitions for databases: %s"; @@ -162,10 +161,12 @@ public final class ManagerMessages { "Failed to deregister pipe config region connector metrics, PipeConfigNodeSubtask({}) does not exist"; public static final String FAILED_TO_DEREGISTER_PIPE_CONFIG_REGION_EXTRACTOR = "Failed to deregister pipe config region extractor metrics, IoTDBConfigRegionExtractor({}) does not exist"; - public static final String FAILED_TO_DEREGISTER_PIPE_REMAINING_TIME_METRICS_REMAININGTIMEOPERATOR_DOES_NOT = - "Failed to deregister pipe remaining time metrics, RemainingTimeOperator({}) does not exist"; - public static final String FAILED_TO_DEREGISTER_PIPE_TEMPORARY_META_METRICS_PIPETEMPORARYMETA_DOES_NOT = - "Failed to deregister pipe temporary meta metrics, PipeTemporaryMeta({}) does not exist"; + public static final String + FAILED_TO_DEREGISTER_PIPE_REMAINING_TIME_METRICS_REMAININGTIMEOPERATOR_DOES_NOT = + "Failed to deregister pipe remaining time metrics, RemainingTimeOperator({}) does not exist"; + public static final String + FAILED_TO_DEREGISTER_PIPE_TEMPORARY_META_METRICS_PIPETEMPORARYMETA_DOES_NOT = + "Failed to deregister pipe temporary meta metrics, PipeTemporaryMeta({}) does not exist"; public static final String FAILED_TO_DROP_PIPE_RESULT_STATUS = "Failed to drop pipe {}. Result status: {}."; public static final String FAILED_TO_GET_ALL_PIPE_INFO = "Failed to get all pipe info."; @@ -180,10 +181,12 @@ public final class ManagerMessages { "Failed to load snapshot from byteBuffer {}."; public static final String FAILED_TO_LOAD_SNAPSHOT_SNAPSHOT_FILE_IS_NOT_A_NORMAL = "Failed to load snapshot,snapshot file [{}] is not a normal file."; - public static final String FAILED_TO_MARK_PIPE_CONFIG_REGION_WRITE_PLAN_EVENT_PIPECONFIGNODESUBTASK = - "Failed to mark pipe config region write plan event, PipeConfigNodeSubtask({}) does not exist"; - public static final String FAILED_TO_MARK_PIPE_REGION_COMMIT_REMAININGTIMEOPERATOR_DOES_NOT_EXIST = - "Failed to mark pipe region commit, RemainingTimeOperator({}) does not exist"; + public static final String + FAILED_TO_MARK_PIPE_CONFIG_REGION_WRITE_PLAN_EVENT_PIPECONFIGNODESUBTASK = + "Failed to mark pipe config region write plan event, PipeConfigNodeSubtask({}) does not exist"; + public static final String + FAILED_TO_MARK_PIPE_REGION_COMMIT_REMAININGTIMEOPERATOR_DOES_NOT_EXIST = + "Failed to mark pipe region commit, RemainingTimeOperator({}) does not exist"; public static final String FAILED_TO_SHOW_SUBSCRIPTION_INFO = "Failed to show subscription info."; public static final String FAILED_TO_SHOW_TOPIC_INFO = "Failed to show topic info."; public static final String FAILED_TO_START_PIPE_RESULT_STATUS = @@ -206,10 +209,12 @@ public final class ManagerMessages { "Failed to unbind from pipe config region connector metrics, connector map not empty"; public static final String FAILED_TO_UNBIND_FROM_PIPE_CONFIG_REGION_EXTRACTOR_METRICS_EXTRACTOR = "Failed to unbind from pipe config region extractor metrics, extractor map not empty"; - public static final String FAILED_TO_UNBIND_FROM_PIPE_REMAINING_TIME_METRICS_REMAININGTIMEOPERATOR_MAP = - "Failed to unbind from pipe remaining time metrics, RemainingTimeOperator map not empty"; - public static final String FAILED_TO_UNBIND_FROM_PIPE_TEMPORARY_META_METRICS_PIPETEMPORARYMETA_MAP = - "Failed to unbind from pipe temporary meta metrics, PipeTemporaryMeta map not empty"; + public static final String + FAILED_TO_UNBIND_FROM_PIPE_REMAINING_TIME_METRICS_REMAININGTIMEOPERATOR_MAP = + "Failed to unbind from pipe remaining time metrics, RemainingTimeOperator map not empty"; + public static final String + FAILED_TO_UNBIND_FROM_PIPE_TEMPORARY_META_METRICS_PIPETEMPORARYMETA_MAP = + "Failed to unbind from pipe temporary meta metrics, PipeTemporaryMeta map not empty"; public static final String FAILED_TO_UPDATE_PIPE_PROCEDURE_TIMER_PIPEPROCEDURE_DOES_NOT_EXIST = "Failed to update pipe procedure timer, PipeProcedure({}) does not exist"; public static final String FAILED_TO_UPDATE_THE_LAST_EXECUTION_TIME_OF_CQ_BECAUSE = @@ -228,10 +233,12 @@ public final class ManagerMessages { "[GetNodePathsPartition]:{}Received PartialPath: {}, Level: {}, PathPatternTree: {}, Resp: {}"; public static final String GET_OR_CREATE_DATA_PARTITION_RESP_LOG = "[GetOrCreateDataPartition]:{}Receive PartitionSlotsMap: {}, Return TDataPartitionTableResp: {}"; - public static final String GETORCREATESCHEMAPARTITION_RECEIVE_DATABASENAMESLOTMAP_RETURN_TSCHEMAPARTITIONTABLERESP = - "[GetOrCreateSchemaPartition]:{}Receive databaseNameSlotMap: {}, Return TSchemaPartitionTableResp: {}"; - public static final String GETORCREATESCHEMAPARTITION_RECEIVE_PATHPATTERNTREE_RETURN_TSCHEMAPARTITIONTABLERESP = - "[GetOrCreateSchemaPartition]:{}Receive PathPatternTree: {}, Return TSchemaPartitionTableResp: {}"; + public static final String + GETORCREATESCHEMAPARTITION_RECEIVE_DATABASENAMESLOTMAP_RETURN_TSCHEMAPARTITIONTABLERESP = + "[GetOrCreateSchemaPartition]:{}Receive databaseNameSlotMap: {}, Return TSchemaPartitionTableResp: {}"; + public static final String + GETORCREATESCHEMAPARTITION_RECEIVE_PATHPATTERNTREE_RETURN_TSCHEMAPARTITIONTABLERESP = + "[GetOrCreateSchemaPartition]:{}Receive PathPatternTree: {}, Return TSchemaPartitionTableResp: {}"; public static final String GETSCHEMAPARTITION_RECEIVE_PATHS_RETURN = "GetSchemaPartition receive paths: {}, return: {}"; public static final String GET_REGION_GROUP_ID_FAIL = "get region group id fail"; @@ -251,24 +258,27 @@ public final class ManagerMessages { public static final String INVALID_EVENT_TYPE = "Invalid event type: "; public static final String IOTCONSENSUSV2_LEADER_CHANGED_FAILED_TO_FLUSH_OLD_LEADER_FOR_REGION = "[IoTConsensusV2 Leader Changed] Failed to flush old leader {} for region {}"; - public static final String IOTCONSENSUSV2_LEADER_CHANGED_SUCCESSFULLY_FLUSH_OLD_LEADER_FOR_REGION = - "[IoTConsensusV2 Leader Changed] Successfully flush old leader {} for region {}"; + public static final String + IOTCONSENSUSV2_LEADER_CHANGED_SUCCESSFULLY_FLUSH_OLD_LEADER_FOR_REGION = + "[IoTConsensusV2 Leader Changed] Successfully flush old leader {} for region {}"; public static final String IOTDBCONFIGNODERECEIVER_DOES_NOT_SUPPORT_LOAD_FILE_V1 = "IoTDBConfigNodeReceiver does not support load file V1."; public static final String IOTDBCONFIGREGIONAIRGAPCONNECTOR_CAN_T_TRANSFER_TABLETINSERTIONEVENT = "IoTDBConfigRegionAirGapConnector can't transfer TabletInsertionEvent."; public static final String IOTDBCONFIGREGIONAIRGAPCONNECTOR_CAN_T_TRANSFER_TSFILEINSERTIONEVENT = "IoTDBConfigRegionAirGapConnector can't transfer TsFileInsertionEvent."; - public static final String IOTDBCONFIGREGIONAIRGAPCONNECTOR_DOES_NOT_SUPPORT_TRANSFERRING_GENERIC_EVENT = - "IoTDBConfigRegionAirGapConnector does not support transferring generic event: {}."; + public static final String + IOTDBCONFIGREGIONAIRGAPCONNECTOR_DOES_NOT_SUPPORT_TRANSFERRING_GENERIC_EVENT = + "IoTDBConfigRegionAirGapConnector does not support transferring generic event: {}."; public static final String IOTDBCONFIGREGIONSINK_CAN_T_TRANSFER_TABLETINSERTIONEVENT = "IoTDBConfigRegionSink can't transfer TabletInsertionEvent."; public static final String IOTDBCONFIGREGIONSINK_CAN_T_TRANSFER_TSFILEINSERTIONEVENT = "IoTDBConfigRegionSink can't transfer TsFileInsertionEvent."; public static final String IOTDBCONFIGREGIONSINK_DOES_NOT_SUPPORT_TRANSFERRING_GENERIC_EVENT = "IoTDBConfigRegionSink does not support transferring generic event: {}."; - public static final String IOTDBCONFIGREGIONSOURCE_DOES_NOT_TRANSFERRING_EVENTS_UNDER_SIMPLE_CONSENSUS = - "IoTDBConfigRegionSource does not transferring events under simple consensus"; + public static final String + IOTDBCONFIGREGIONSOURCE_DOES_NOT_TRANSFERRING_EVENTS_UNDER_SIMPLE_CONSENSUS = + "IoTDBConfigRegionSource does not transferring events under simple consensus"; public static final String LEADERBALANCER_FAILED_TO_CHANGE_THE_LEADER_OF_REGION_TO_DATANODE = "[LeaderBalancer] Failed to change the leader of Region: {} to DataNode: {}"; public static final String LEADERBALANCER_REGION_NOT_IN_DATABASEREGIONGROUPMAP = @@ -287,10 +297,12 @@ public final class ManagerMessages { "LoadStatistics service is started successfully."; public static final String LOADSTATISTICS_SERVICE_IS_STOPPED_SUCCESSFULLY = "LoadStatistics service is stopped successfully."; - public static final String MIGRATEREGION_SUBMIT_REGIONMIGRATEPROCEDURE_SUCCESSFULLY_REGION_ORIGIN_DATANODE = - "[MigrateRegion] Submit RegionMigrateProcedure successfully, Region: {}, Origin DataNode: {}, Dest DataNode: {}, Add Coordinator: {}, Remove Coordinator: {}"; - public static final String SUBMIT_REGIONMIGRATEPROCEDURE_FAILED_BECAUSE_REGIONGROUP_DOESN_T_EXIST = - "Submit RegionMigrateProcedure failed, because RegionGroup: %s doesn't exist"; + public static final String + MIGRATEREGION_SUBMIT_REGIONMIGRATEPROCEDURE_SUCCESSFULLY_REGION_ORIGIN_DATANODE = + "[MigrateRegion] Submit RegionMigrateProcedure successfully, Region: {}, Origin DataNode: {}, Dest DataNode: {}, Add Coordinator: {}, Remove Coordinator: {}"; + public static final String + SUBMIT_REGIONMIGRATEPROCEDURE_FAILED_BECAUSE_REGIONGROUP_DOESN_T_EXIST = + "Submit RegionMigrateProcedure failed, because RegionGroup: %s doesn't exist"; public static final String MISMATCHED_CRC32_CODE_WHEN_DESERIALIZING_SERVICE_INFO = "Mismatched CRC32 code when deserializing service info."; public static final String NETWORK_ERROR_WHEN_SEAL_CONFIG_REGION_SNAPSHOT_BECAUSE = @@ -311,8 +323,9 @@ public final class ManagerMessages { public static final String NOT_HAS_PRIVILEGE_TO_TRANSFER_PLAN = "Not has privilege to transfer plan: "; public static final String NOT_IMPLEMENT_YET = "not implement yet"; - public static final String NO_CORRESPONDING_PIPE_IS_RUNNING_IN_THE_REPORTED_DATAREGION_RUNTIMEMETAFROMAGENT = - "No corresponding Pipe is running in the reported DataRegion. runtimeMetaFromAgent is null, runtimeMetaFromCoordinator: {}"; + public static final String + NO_CORRESPONDING_PIPE_IS_RUNNING_IN_THE_REPORTED_DATAREGION_RUNTIMEMETAFROMAGENT = + "No corresponding Pipe is running in the reported DataRegion. runtimeMetaFromAgent is null, runtimeMetaFromCoordinator: {}"; public static final String PARTITIONBALANCER_THE_SERIESSLOT_IN_TIMESLOT_WILL_BE = "[PartitionBalancer] The SeriesSlot: {} in TimeSlot: {} will be allocated to DataRegionGroup: {}, because the original target: {} is currently unavailable."; public static final String PHIACCRUALDETECTOR_TOPOLOGY_IS_BROKEN_HEARTBEAT_HISTORY_MS = @@ -343,12 +356,14 @@ public final class ManagerMessages { "PipeRuntimeCoordinator meets error in updating pipeMetaKeeper, "; public static final String PIPETASKCOORDINATORLOCK_IS_HELD_BY_ANOTHER_THREAD_SKIP_THIS_ROUND_OF = "PipeTaskCoordinatorLock is held by another thread, skip this round of heartbeat to avoid procedure and rpc accumulation as much as possible"; - public static final String PIPETASKCOORDINATORLOCK_IS_HELD_BY_ANOTHER_THREAD_SKIP_THIS_ROUND_OF_2 = - "PipeTaskCoordinatorLock is held by another thread, skip this round of sync to avoid procedure and rpc accumulation as much as possible"; + public static final String + PIPETASKCOORDINATORLOCK_IS_HELD_BY_ANOTHER_THREAD_SKIP_THIS_ROUND_OF_2 = + "PipeTaskCoordinatorLock is held by another thread, skip this round of sync to avoid procedure and rpc accumulation as much as possible"; public static final String PIPETASKCOORDINATOR_LOCK_ACQUIRED_BY_THREAD = "PipeTaskCoordinator lock acquired by thread {}"; - public static final String PIPETASKCOORDINATOR_LOCK_FAILED_TO_ACQUIRE_BY_THREAD_BECAUSE_OF_TIMEOUT = - "PipeTaskCoordinator lock failed to acquire by thread {} because of timeout"; + public static final String + PIPETASKCOORDINATOR_LOCK_FAILED_TO_ACQUIRE_BY_THREAD_BECAUSE_OF_TIMEOUT = + "PipeTaskCoordinator lock failed to acquire by thread {} because of timeout"; public static final String PIPETASKCOORDINATOR_LOCK_RELEASED_BY_THREAD = "PipeTaskCoordinator lock released by thread {}"; public static final String PIPETASKCOORDINATOR_LOCK_WAITING_FOR_THREAD = @@ -406,8 +421,9 @@ public final class ManagerMessages { "[RegionPriority] RegionPriorityMap: "; public static final String REGIONPRIORITY_THE_ROUTING_PRIORITY_OF_REGIONGROUPS_IS_CALCULATED = "[RegionPriority] The routing priority of RegionGroups: {} is calculated."; - public static final String REGIONPRIORITY_THE_ROUTING_PRIORITY_OF_REGIONGROUPS_IS_NOT_DETERMINED_AFTER = - "[RegionPriority] The routing priority of RegionGroups: {} is not determined after 10 heartbeat interval. Some function might fail."; + public static final String + REGIONPRIORITY_THE_ROUTING_PRIORITY_OF_REGIONGROUPS_IS_NOT_DETERMINED_AFTER = + "[RegionPriority] The routing priority of RegionGroups: {} is not determined after 10 heartbeat interval. Some function might fail."; public static final String REGIONPRIORITY_WAIT_FOR_REGION_PRIORITY_UPDATE_OF_REGIONGROUPS = "[RegionPriority] Wait for Region priority update of RegionGroups: {}"; public static final String REGION_ID = "Region id "; @@ -427,8 +443,9 @@ public final class ManagerMessages { "Serialization failed for the delete logical view plan in pipe transmission, skip transfer"; public static final String SERIALIZATION_FAILED_FOR_THE_DELETE_TIME_SERIES_PLAN_IN_PIPE = "Serialization failed for the delete time series plan in pipe transmission, skip transfer"; - public static final String SOMETHING_WRONG_HAPPENED_WHILE_CALLING_CONSENSUS_LAYER_S_CREATELOCALPEER_API = - "Something wrong happened while calling consensus layer's createLocalPeer API."; + public static final String + SOMETHING_WRONG_HAPPENED_WHILE_CALLING_CONSENSUS_LAYER_S_CREATELOCALPEER_API = + "Something wrong happened while calling consensus layer's createLocalPeer API."; public static final String SOME_PIPES_NEED_RESTARTING_WILL_RESTART_THEM_AFTER_THIS_SYNC = "Some pipes need restarting, will restart them after this sync"; public static final String STARTEXECUTECQ_EXECUTE_CQ_ON_DATANODE_TIME_RANGE_IS_CURRENT_TIME = @@ -457,8 +474,9 @@ public final class ManagerMessages { "Submit RemoveConfigNodeProcedure successfully: {}"; public static final String SUBMIT_REMOVEDATANODESPROCEDURE_SUCCESSFULLY = "Submit RemoveDataNodesProcedure successfully, {}"; - public static final String SUBSCRIPTIONCOORDINATORLOCK_IS_HELD_BY_ANOTHER_THREAD_SKIP_THIS_ROUND_OF = - "SubscriptionCoordinatorLock is held by another thread, skip this round of sync to avoid procedure and rpc accumulation as much as possible"; + public static final String + SUBSCRIPTIONCOORDINATORLOCK_IS_HELD_BY_ANOTHER_THREAD_SKIP_THIS_ROUND_OF = + "SubscriptionCoordinatorLock is held by another thread, skip this round of sync to avoid procedure and rpc accumulation as much as possible"; public static final String SUBSCRIPTIONMETASYNCER_IS_STARTED_SUCCESSFULLY = "SubscriptionMetaSyncer is started successfully."; public static final String SUBSCRIPTIONMETASYNCER_IS_STOPPED_SUCCESSFULLY = @@ -481,10 +499,12 @@ public final class ManagerMessages { "The Database: {} doesn't exist. Maybe it has been pre-deleted."; public static final String THE_DATANODE_WILL_BE_SHUTDOWN_SOON_MARK_IT_AS_UNKNOWN = "The DataNode-{} will be shutdown soon, mark it as Unknown"; - public static final String THE_REMOVENODEREPLICASELECT_METHOD_OF_GREEDYREGIONGROUPALLOCATOR_IS_YET = - "The removeNodeReplicaSelect method of GreedyRegionGroupAllocator is yet to be implemented."; - public static final String THE_REMOVENODEREPLICASELECT_METHOD_OF_PARTITEGRAPHPLACEMENTREGIONGROUPALLOCATOR = - "The removeNodeReplicaSelect method of PartiteGraphPlacementRegionGroupAllocator is yet to be implemented."; + public static final String + THE_REMOVENODEREPLICASELECT_METHOD_OF_GREEDYREGIONGROUPALLOCATOR_IS_YET = + "The removeNodeReplicaSelect method of GreedyRegionGroupAllocator is yet to be implemented."; + public static final String + THE_REMOVENODEREPLICASELECT_METHOD_OF_PARTITEGRAPHPLACEMENTREGIONGROUPALLOCATOR = + "The removeNodeReplicaSelect method of PartiteGraphPlacementRegionGroupAllocator is yet to be implemented."; public static final String THE_REMOVE_DATANODE_REQUEST_CHECK_FAILED_REQ_CHECK_RESULT = "The remove DataNode request check failed. req: {}, check result: {}"; public static final String TOPOLOGY_ASYMMETRIC_NETWORK_PARTITION_FROM_TO = @@ -517,8 +537,9 @@ public final class ManagerMessages { "Unexpected error happened while starting Service {} on DataNode {}: "; public static final String UNEXPECTED_ERROR_HAPPENED_WHILE_STOPPING_SERVICE_ON_DATANODE = "Unexpected error happened while stopping Service {} on DataNode {}: "; - public static final String UNEXPECTED_INTERRUPTION_DURING_RETRY_CREATING_PEER_FOR_CONSENSUS_GROUP = - "Unexpected interruption during retry creating peer for consensus group"; + public static final String + UNEXPECTED_INTERRUPTION_DURING_RETRY_CREATING_PEER_FOR_CONSENSUS_GROUP = + "Unexpected interruption during retry creating peer for consensus group"; public static final String UNEXPECTED_INTERRUPTION_DURING_RETRY_GETTING_LATEST_REGION_ROUTE_MAP = "Unexpected interruption during retry getting latest region route map"; public static final String UNEXPECTED_INTERRUPTION_DURING_WAITING_FOR_CONFIGNODE_LEADER_READY = @@ -527,179 +548,333 @@ public final class ManagerMessages { "Unexpected interruption during waiting for get cluster id."; public static final String UNEXPECTED_NULL_PROCEDURE_PARAMETERS_FOR_WAITINGPROCEDUREFINISHED = "Unexpected null procedure parameters for waitingProcedureFinished"; - public static final String UNKNOWN_DATAPARTITION_ALLOCATION_STRATEGY_USING_INHERIT_STRATEGY_BY_DEFAULT = - "Unknown DataPartition allocation strategy {}, using INHERIT strategy by default."; + public static final String + UNKNOWN_DATAPARTITION_ALLOCATION_STRATEGY_USING_INHERIT_STRATEGY_BY_DEFAULT = + "Unknown DataPartition allocation strategy {}, using INHERIT strategy by default."; public static final String UNKNOWN_TIMEOUTPOLICY = "Unknown TimeoutPolicy: "; - public static final String UN_PARSE_ABLE_PATH_NAME_ENCOUNTERED_DURING_TEMPLATE_PRIVILEGE_TRIMMING = - "Un-parse-able path name encountered during template privilege trimming, please check"; - public static final String UPGRADE_CONFIGNODE_CONSENSUS_WAL_DIR_FOR_SIMPLECONSENSUS_FROM_VERSION_1 = - "upgrade ConfigNode consensus wal dir for SimpleConsensus from version/1.0 to version/1.1 failed, "; + public static final String + UN_PARSE_ABLE_PATH_NAME_ENCOUNTERED_DURING_TEMPLATE_PRIVILEGE_TRIMMING = + "Un-parse-able path name encountered during template privilege trimming, please check"; + public static final String + UPGRADE_CONFIGNODE_CONSENSUS_WAL_DIR_FOR_SIMPLECONSENSUS_FROM_VERSION_1 = + "upgrade ConfigNode consensus wal dir for SimpleConsensus from version/1.0 to version/1.1 failed, "; public static final String WRITE_PARTITION_ALLOCATION_RESULT_FAILED_BECAUSE = "Write partition allocation result failed because: {}"; public static final String CANNOT_SPECIFY_VIEW_PATTERN_TO_MATCH_MORE_THAN_ONE_TREE_DATABASE = "Cannot specify view pattern to match more than one tree database."; - public static final String CONFIGNODE_IS_REMOVING = "ConfigNode is Removing"; + public static final String CONFIGNODE_IS_REMOVING = "ConfigNode is Removing"; public static final String REPORTED_PIPE_METAS = "Reported {} pipe metas."; public static final String CLUSTERID_HAS_NOT_GENERATED = "clusterId has not generated"; - public static final String MIGRATE_THE_SERVICE_ON_THE_REMOVED_DATANODES_FAILED = "Migrate the service on the removed DataNodes failed"; + public static final String MIGRATE_THE_SERVICE_ON_THE_REMOVED_DATANODES_FAILED = + "Migrate the service on the removed DataNodes failed"; public static final String SERVER_ACCEPTED_THE_REQUEST = "Server accepted the request"; - public static final String SERVER_REJECTED_THE_REQUEST_MAYBE_REQUESTS_ARE_TOO_MANY = "Server rejected the request, maybe requests are too many"; - public static final String THERE_IS_ALREADY_ONE_AINODE_IN_THE_CLUSTER = "There is already one AINode in the cluster."; - public static final String REMOVE_AINODE_FAILED_BECAUSE_THERE_IS_NO_AINODE_IN_THE = "Remove AINode failed because there is no AINode in the cluster."; - public static final String REMOVE_CONFIGNODE_FAILED_DUE_TO_THREAD_INTERRUPTION = "Remove ConfigNode failed due to thread interruption."; - public static final String REMOVE_CONFIGNODE_FAILED_BECAUSE_THE_CONFIGNODE_NOT_IN_CURRENT_CLUSTER = "Remove ConfigNode failed because the ConfigNode not in current Cluster."; + public static final String SERVER_REJECTED_THE_REQUEST_MAYBE_REQUESTS_ARE_TOO_MANY = + "Server rejected the request, maybe requests are too many"; + public static final String THERE_IS_ALREADY_ONE_AINODE_IN_THE_CLUSTER = + "There is already one AINode in the cluster."; + public static final String REMOVE_AINODE_FAILED_BECAUSE_THERE_IS_NO_AINODE_IN_THE = + "Remove AINode failed because there is no AINode in the cluster."; + public static final String REMOVE_CONFIGNODE_FAILED_DUE_TO_THREAD_INTERRUPTION = + "Remove ConfigNode failed due to thread interruption."; + public static final String + REMOVE_CONFIGNODE_FAILED_BECAUSE_THE_CONFIGNODE_NOT_IN_CURRENT_CLUSTER = + "Remove ConfigNode failed because the ConfigNode not in current Cluster."; public static final String SUCCESSFULLY_REMOVE_CONFIGNODE = "Successfully remove confignode."; - public static final String REMOVE_CONFIGNODE_FAILED_BECAUSE_TRANSFER_CONFIGNODE_LEADER_FAILED = "Remove ConfigNode failed because transfer ConfigNode leader failed."; - public static final String LOG_FAILED_TO_TRANSFER_CONFIGNODE_LEADER_FROM_ARG_TO_ARG_TRYING_ANOTHER_CANDIDATE_BA922E92 = "Failed to transfer ConfigNode leader from {} to {}, trying another candidate."; - public static final String LOG_COULD_NOT_CONFIRM_A_CONFIGNODE_LEADER_OTHER_THAN_ARG_AFTER_ATTEMPTING_TO_TRANSFER_LEADERSHIP_TO_ARG_TRYING_ANOTHER_CANDIDATE_91EF68C1 = "Could not confirm a ConfigNode leader other than {} after attempting to transfer leadership to {}, trying another candidate."; - public static final String LOG_STOPPED_RETRYING_CONFIGNODE_LEADER_TRANSFER_BECAUSE_THE_REMAINING_RPC_TIMEOUT_IS_INSUFFICIENT_6429A49C = "Stopped retrying ConfigNode leader transfer because the remaining RPC timeout is insufficient."; + public static final String REMOVE_CONFIGNODE_FAILED_BECAUSE_TRANSFER_CONFIGNODE_LEADER_FAILED = + "Remove ConfigNode failed because transfer ConfigNode leader failed."; + public static final String + LOG_FAILED_TO_TRANSFER_CONFIGNODE_LEADER_FROM_ARG_TO_ARG_TRYING_ANOTHER_CANDIDATE_BA922E92 = + "Failed to transfer ConfigNode leader from {} to {}, trying another candidate."; + public static final String + LOG_COULD_NOT_CONFIRM_A_CONFIGNODE_LEADER_OTHER_THAN_ARG_AFTER_ATTEMPTING_TO_TRANSFER_LEADERSHIP_TO_ARG_TRYING_ANOTHER_CANDIDATE_91EF68C1 = + "Could not confirm a ConfigNode leader other than {} after attempting to transfer leadership to {}, trying another candidate."; + public static final String + LOG_STOPPED_RETRYING_CONFIGNODE_LEADER_TRANSFER_BECAUSE_THE_REMAINING_RPC_TIMEOUT_IS_INSUFFICIENT_6429A49C = + "Stopped retrying ConfigNode leader transfer because the remaining RPC timeout is insufficient."; private ManagerMessages() {} + // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- - public static final String LOG_SUBSCRIPTIONHANDLELEADERCHANGEPROCEDURE_WAS_SUBMITTED_PROCEDUREID_ARG_6DBD6075 = "SubscriptionHandleLeaderChangeProcedure was submitted, procedureId: {}."; - public static final String LOG_SUBSCRIPTIONHANDLELEADERCHANGEPROCEDURE_WAS_FAILED_SUBMIT_58FAB03F = "SubscriptionHandleLeaderChangeProcedure was failed to submit."; + public static final String + LOG_SUBSCRIPTIONHANDLELEADERCHANGEPROCEDURE_WAS_SUBMITTED_PROCEDUREID_ARG_6DBD6075 = + "SubscriptionHandleLeaderChangeProcedure was submitted, procedureId: {}."; + public static final String + LOG_SUBSCRIPTIONHANDLELEADERCHANGEPROCEDURE_WAS_FAILED_SUBMIT_58FAB03F = + "SubscriptionHandleLeaderChangeProcedure was failed to submit."; public static final String EXCEPTION_INVALID_2928F475 = " is invalid"; public static final String MESSAGE_FAIL_CREATE_TRIGGER_ARG_SIZE_JAR_TOO_LARGE_YOU_CAN_11869523 = "Fail to create trigger[%s], the size of Jar is too large, you can increase the value of" - + " property 'config_node_ratis_log_appender_buffer_size_max' on ConfigNode"; + + " property 'config_node_ratis_log_appender_buffer_size_max' on ConfigNode"; public static final String MESSAGE_FAIL_CREATE_PIPE_PLUGIN_ARG_SIZE_JAR_TOO_LARGE_YOU_D194A893 = "Fail to create pipe plugin[%s], the size of Jar is too large, you can increase the value of" - + " property 'config_node_ratis_log_appender_buffer_size_max' on ConfigNode"; + + " property 'config_node_ratis_log_appender_buffer_size_max' on ConfigNode"; public static final String MESSAGE_FAIL_CREATE_UDF_ARG_SIZE_JAR_TOO_LARGE_YOU_CAN_2F119802 = "Fail to create UDF[%s], the size of Jar is too large, you can increase the value of property" - + " 'config_node_ratis_log_appender_buffer_size_max' on ConfigNode"; - public static final String EXCEPTION_FAILED_SERIALIZE_REGION_PROGRESS_1769D6F1 = "Failed to serialize region progress "; - public static final String MESSAGE_CONSENSUSMANAGER_TARGET_CONFIGNODE_NOT_INITIALIZED_4D386066 = "ConsensusManager of target-ConfigNode is not initialized, "; - public static final String MESSAGE_PLEASE_MAKE_SURE_TARGET_CONFIGNODE_HAS_BEEN_STARTED_SUCCESSFULLY_C78201DC = "please make sure the target-ConfigNode has been started successfully."; - public static final String MESSAGE_CONFIG_NODE_CONSENSUS_PROTOCOL_CLASS_D0F437AF = "config_node_consensus_protocol_class"; - public static final String MESSAGE_DATA_REGION_CONSENSUS_PROTOCOL_CLASS_AB025B20 = "data_region_consensus_protocol_class"; - public static final String MESSAGE_SCHEMA_REGION_CONSENSUS_PROTOCOL_CLASS_480645EF = "schema_region_consensus_protocol_class"; + + " 'config_node_ratis_log_appender_buffer_size_max' on ConfigNode"; + public static final String EXCEPTION_FAILED_SERIALIZE_REGION_PROGRESS_1769D6F1 = + "Failed to serialize region progress "; + public static final String MESSAGE_CONSENSUSMANAGER_TARGET_CONFIGNODE_NOT_INITIALIZED_4D386066 = + "ConsensusManager of target-ConfigNode is not initialized, "; + public static final String + MESSAGE_PLEASE_MAKE_SURE_TARGET_CONFIGNODE_HAS_BEEN_STARTED_SUCCESSFULLY_C78201DC = + "please make sure the target-ConfigNode has been started successfully."; + public static final String MESSAGE_CONFIG_NODE_CONSENSUS_PROTOCOL_CLASS_D0F437AF = + "config_node_consensus_protocol_class"; + public static final String MESSAGE_DATA_REGION_CONSENSUS_PROTOCOL_CLASS_AB025B20 = + "data_region_consensus_protocol_class"; + public static final String MESSAGE_SCHEMA_REGION_CONSENSUS_PROTOCOL_CLASS_480645EF = + "schema_region_consensus_protocol_class"; public static final String MESSAGE_SERIES_SLOT_NUM_115D9BE0 = "series_slot_num"; - public static final String MESSAGE_SERIES_PARTITION_EXECUTOR_CLASS_AD1B5C24 = "series_partition_executor_class"; + public static final String MESSAGE_SERIES_PARTITION_EXECUTOR_CLASS_AD1B5C24 = + "series_partition_executor_class"; public static final String MESSAGE_TIME_PARTITION_INTERVAL_CE476507 = "time_partition_interval"; - public static final String MESSAGE_SCHEMA_REPLICATION_FACTOR_11DB65B5 = "schema_replication_factor"; + public static final String MESSAGE_SCHEMA_REPLICATION_FACTOR_11DB65B5 = + "schema_replication_factor"; public static final String MESSAGE_DATA_REPLICATION_FACTOR_22465D3B = "data_replication_factor"; - public static final String MESSAGE_SCHEMA_REGION_PER_DATA_NODE_555F29BC = "schema_region_per_data_node"; - public static final String MESSAGE_DATA_REGION_PER_DATA_NODE_C183AAD5 = "data_region_per_data_node"; + public static final String MESSAGE_SCHEMA_REGION_PER_DATA_NODE_555F29BC = + "schema_region_per_data_node"; + public static final String MESSAGE_DATA_REGION_PER_DATA_NODE_C183AAD5 = + "data_region_per_data_node"; public static final String MESSAGE_READ_CONSISTENCY_LEVEL_B12D8D95 = "read_consistency_level"; - public static final String MESSAGE_DISK_SPACE_WARNING_THRESHOLD_19635ACA = "disk_space_warning_threshold"; + public static final String MESSAGE_DISK_SPACE_WARNING_THRESHOLD_19635ACA = + "disk_space_warning_threshold"; public static final String MESSAGE_TIMESTAMP_PRECISION_9591C9C9 = "timestamp_precision"; public static final String MESSAGE_SCHEMA_ENGINE_MODE_E37ED98C = "schema_engine_mode"; public static final String MESSAGE_TAG_ATTRIBUTE_TOTAL_SIZE_AF658CFE = "tag_attribute_total_size"; public static final String MESSAGE_DATABASE_LIMIT_THRESHOLD_45C23274 = "database_limit_threshold"; - public static final String LOG_UNEXPECTED_ERROR_HAPPENED_SETTING_SPACE_QUOTA_DATABASE_ARG_F6ED7586 = "Unexpected error happened while setting space quota on database: %s "; - public static final String LOG_UNEXPECTED_ERROR_HAPPENED_SETTING_THROTTLE_QUOTA_USER_ARG_C111BE81 = "Unexpected error happened while setting throttle quota on user: %s "; - public static final String LOG_SCHEMA_TEMPLATE_NEED_TWO_FILES_1E57542A = "schema_template need two files"; - public static final String LOG_GOT_IOEXCEPTION_DESERIALIZE_USE_ROLE_FILE_TYPE_ARG_1B548759 = "Got IOException when deserialize use&role file, type:{}"; - public static final String LOG_GOT_IOEXCEPTION_DESERIALIZE_ROLELIST_1354F29E = "Got IOException when deserialize roleList"; - public static final String LOG_GOT_EXCEPTION_DESERIALIZING_TTL_FILE_F806EB40 = "Got exception when deserializing ttl file"; - public static final String LOG_UNRECOGNIZED_NODE_TYPE_CANNOT_DESERIALIZE_MTREE_GIVEN_BUFFER_5CF3121B = "Unrecognized node type. Cannot deserialize MTree from given buffer"; - public static final String LOG_GOT_IOEXCEPTION_CONSTRUCT_DATABASE_TREE_49436621 = "Got IOException when construct database Tree"; - public static final String LOG_GOT_IOEXCEPTION_DESERIALIZE_TEMPLATE_INFO_49EE617E = "Got IOException when deserialize template info"; - public static final String MESSAGE_MEASUREMENTS_NOT_FOUND_ARG_CANNOT_AUTO_DETECT_980D7D44 = "Measurements not found for %s, cannot auto detect"; - public static final String LOG_FAILED_TAKE_SNAPSHOT_BECAUSE_SNAPSHOT_FILE_ARG_ALREADY_EXIST_EB2A6093 = "Failed to take snapshot, because snapshot file [{}] is already exist."; - public static final String LOG_FAILED_LOAD_SNAPSHOT_SNAPSHOT_FILE_ARG_NOT_EXIST_8828CFBA = "Failed to load snapshot,snapshot file [{}] is not exist."; - public static final String LOG_YOU_MAYBE_NEED_RENAME_SIMPLE_DIR_0_0_MANUALLY_2A12C5C9 = "you maybe need to rename the simple dir to 0_0 manually."; - public static final String LOG_CONFIGNODE_LOCAL_PEER_HAS_ALREADY_BEEN_CREATED_ARG_FA75E88F = "ConfigNode local peer has already been created: {}"; - public static final String LOG_CONFIGNODE_PEER_ARG_HAS_ALREADY_BEEN_ADDED_ARG_A8F958B0 = "ConfigNode peer {} has already been added: {}"; - public static final String LOG_CONFIGNODE_PEER_ARG_HAS_ALREADY_BEEN_REMOVED_ARG_FACD71EE = "ConfigNode peer {} has already been removed: {}"; - public static final String MESSAGE_CURRENT_CONFIGNODE_LEADER_BUT_NOT_READY_YET_PLEASE_TRY_AGAIN_F0B10645 = "The current ConfigNode is leader but consensus is not ready yet."; + public static final String + LOG_UNEXPECTED_ERROR_HAPPENED_SETTING_SPACE_QUOTA_DATABASE_ARG_F6ED7586 = + "Unexpected error happened while setting space quota on database: %s "; + public static final String + LOG_UNEXPECTED_ERROR_HAPPENED_SETTING_THROTTLE_QUOTA_USER_ARG_C111BE81 = + "Unexpected error happened while setting throttle quota on user: %s "; + public static final String LOG_SCHEMA_TEMPLATE_NEED_TWO_FILES_1E57542A = + "schema_template need two files"; + public static final String LOG_GOT_IOEXCEPTION_DESERIALIZE_USE_ROLE_FILE_TYPE_ARG_1B548759 = + "Got IOException when deserialize use&role file, type:{}"; + public static final String LOG_GOT_IOEXCEPTION_DESERIALIZE_ROLELIST_1354F29E = + "Got IOException when deserialize roleList"; + public static final String LOG_GOT_EXCEPTION_DESERIALIZING_TTL_FILE_F806EB40 = + "Got exception when deserializing ttl file"; + public static final String + LOG_UNRECOGNIZED_NODE_TYPE_CANNOT_DESERIALIZE_MTREE_GIVEN_BUFFER_5CF3121B = + "Unrecognized node type. Cannot deserialize MTree from given buffer"; + public static final String LOG_GOT_IOEXCEPTION_CONSTRUCT_DATABASE_TREE_49436621 = + "Got IOException when construct database Tree"; + public static final String LOG_GOT_IOEXCEPTION_DESERIALIZE_TEMPLATE_INFO_49EE617E = + "Got IOException when deserialize template info"; + public static final String MESSAGE_MEASUREMENTS_NOT_FOUND_ARG_CANNOT_AUTO_DETECT_980D7D44 = + "Measurements not found for %s, cannot auto detect"; + public static final String + LOG_FAILED_TAKE_SNAPSHOT_BECAUSE_SNAPSHOT_FILE_ARG_ALREADY_EXIST_EB2A6093 = + "Failed to take snapshot, because snapshot file [{}] is already exist."; + public static final String LOG_FAILED_LOAD_SNAPSHOT_SNAPSHOT_FILE_ARG_NOT_EXIST_8828CFBA = + "Failed to load snapshot,snapshot file [{}] is not exist."; + public static final String LOG_YOU_MAYBE_NEED_RENAME_SIMPLE_DIR_0_0_MANUALLY_2A12C5C9 = + "you maybe need to rename the simple dir to 0_0 manually."; + public static final String LOG_CONFIGNODE_LOCAL_PEER_HAS_ALREADY_BEEN_CREATED_ARG_FA75E88F = + "ConfigNode local peer has already been created: {}"; + public static final String LOG_CONFIGNODE_PEER_ARG_HAS_ALREADY_BEEN_ADDED_ARG_A8F958B0 = + "ConfigNode peer {} has already been added: {}"; + public static final String LOG_CONFIGNODE_PEER_ARG_HAS_ALREADY_BEEN_REMOVED_ARG_FACD71EE = + "ConfigNode peer {} has already been removed: {}"; + public static final String + MESSAGE_CURRENT_CONFIGNODE_LEADER_BUT_NOT_READY_YET_PLEASE_TRY_AGAIN_F0B10645 = + "The current ConfigNode is leader but consensus is not ready yet."; - public static final String MESSAGE_CURRENT_CONFIGNODE_LEADER_SERVICE_NOT_READY = "The current ConfigNode is leader but leader services are not ready yet."; + public static final String MESSAGE_CURRENT_CONFIGNODE_LEADER_SERVICE_NOT_READY = + "The current ConfigNode is leader but leader services are not ready yet."; - public static final String MESSAGE_CURRENT_CONFIGNODE_NOT_LEADER_PLEASE_REDIRECT_NEW_CONFIGNODE_F9AF262D = "The current ConfigNode is not leader, please redirect to a new ConfigNode."; - public static final String LOG_FAILED_SYNC_COMMIT_PROGRESS_RESULT_STATUS_ARG_A9E46E80 = "Failed to sync commit progress. Result status: {}."; - public static final String MESSAGE_FAILED_ALTER_DATABASE_DATABASE_2734674F = "Failed to alter database. The Database "; + public static final String + MESSAGE_CURRENT_CONFIGNODE_NOT_LEADER_PLEASE_REDIRECT_NEW_CONFIGNODE_F9AF262D = + "The current ConfigNode is not leader, please redirect to a new ConfigNode."; + public static final String LOG_FAILED_SYNC_COMMIT_PROGRESS_RESULT_STATUS_ARG_A9E46E80 = + "Failed to sync commit progress. Result status: {}."; + public static final String MESSAGE_FAILED_ALTER_DATABASE_DATABASE_2734674F = + "Failed to alter database. The Database "; public static final String MESSAGE_DOESN_T_EXIST_EED8C92E = " doesn't exist."; - public static final String MESSAGE_FAILED_ALTER_DATABASE_SCHEMAREGIONGROUPNUM_COULD_ONLY_INCREASED_B98229D3 = "Failed to alter database. The SchemaRegionGroupNum could only be increased. "; - public static final String MESSAGE_CURRENT_SCHEMAREGIONGROUPNUM_ARG_ALTER_SCHEMAREGIONGROUPNUM_ARG_F7495BC2 = "Current SchemaRegionGroupNum: %d, Alter SchemaRegionGroupNum: %d"; - public static final String MESSAGE_FAILED_ALTER_DATABASE_DATAREGIONGROUPNUM_COULD_ONLY_INCREASED_84283EB5 = "Failed to alter database. The DataRegionGroupNum could only be increased. "; - public static final String MESSAGE_CURRENT_DATAREGIONGROUPNUM_ARG_ALTER_DATAREGIONGROUPNUM_ARG_61C6E978 = "Current DataRegionGroupNum: %d, Alter DataRegionGroupNum: %d"; - public static final String MESSAGE_ARG_SHOULD_BE_GREATER_THAN_OR_EQUAL_TO_CURRENT_MIN_ARG_REGIONGROUPNUM_ARG_B81D93DF = "%s should be greater than or equal to current min %sRegionGroupNum: %d."; - public static final String MESSAGE_ARG_SHOULD_BE_GREATER_THAN_OR_EQUAL_TO_CURRENT_MAX_ARG_REGIONGROUPNUM_ARG_3D170323 = "%s should be greater than or equal to current max %sRegionGroupNum: %d."; - public static final String MESSAGE_ARG_SHOULD_BE_GREATER_THAN_OR_EQUAL_TO_ALLOCATED_ARG_REGIONGROUPNUM_ARG_994394A1 = "%s should be greater than or equal to allocated %sRegionGroupNum: %d."; - public static final String MESSAGE_FAILED_CREATE_DATABASE_SCHEMAREPLICATIONFACTOR_SHOULD_POSITIVE_8847F33C = "Failed to create database. The schemaReplicationFactor should be positive."; - public static final String MESSAGE_FAILED_CREATE_DATABASE_DATAREPLICATIONFACTOR_SHOULD_POSITIVE_C2565B7E = "Failed to create database. The dataReplicationFactor should be positive."; - public static final String MESSAGE_FAILED_CREATE_DATABASE_TIMEPARTITIONORIGIN_SHOULD_NON_NEGATIVE_BD0595C9 = "Failed to create database. The timePartitionOrigin should be non-negative."; - public static final String MESSAGE_FAILED_CREATE_DATABASE_TIMEPARTITIONINTERVAL_SHOULD_POSITIVE_BB1B473F = "Failed to create database. The timePartitionInterval should be positive."; - public static final String MESSAGE_FAILED_CREATE_DATABASE_SCHEMAREGIONGROUPNUM_SHOULD_POSITIVE_8396A2AB = "Failed to create database. The schemaRegionGroupNum should be positive."; - public static final String MESSAGE_ACCEPT_NODE_REGISTRATION_4133276A = "Accept Node registration."; + public static final String + MESSAGE_FAILED_ALTER_DATABASE_SCHEMAREGIONGROUPNUM_COULD_ONLY_INCREASED_B98229D3 = + "Failed to alter database. The SchemaRegionGroupNum could only be increased. "; + public static final String + MESSAGE_CURRENT_SCHEMAREGIONGROUPNUM_ARG_ALTER_SCHEMAREGIONGROUPNUM_ARG_F7495BC2 = + "Current SchemaRegionGroupNum: %d, Alter SchemaRegionGroupNum: %d"; + public static final String + MESSAGE_FAILED_ALTER_DATABASE_DATAREGIONGROUPNUM_COULD_ONLY_INCREASED_84283EB5 = + "Failed to alter database. The DataRegionGroupNum could only be increased. "; + public static final String + MESSAGE_CURRENT_DATAREGIONGROUPNUM_ARG_ALTER_DATAREGIONGROUPNUM_ARG_61C6E978 = + "Current DataRegionGroupNum: %d, Alter DataRegionGroupNum: %d"; + public static final String + MESSAGE_ARG_SHOULD_BE_GREATER_THAN_OR_EQUAL_TO_CURRENT_MIN_ARG_REGIONGROUPNUM_ARG_B81D93DF = + "%s should be greater than or equal to current min %sRegionGroupNum: %d."; + public static final String + MESSAGE_ARG_SHOULD_BE_GREATER_THAN_OR_EQUAL_TO_CURRENT_MAX_ARG_REGIONGROUPNUM_ARG_3D170323 = + "%s should be greater than or equal to current max %sRegionGroupNum: %d."; + public static final String + MESSAGE_ARG_SHOULD_BE_GREATER_THAN_OR_EQUAL_TO_ALLOCATED_ARG_REGIONGROUPNUM_ARG_994394A1 = + "%s should be greater than or equal to allocated %sRegionGroupNum: %d."; + public static final String + MESSAGE_FAILED_CREATE_DATABASE_SCHEMAREPLICATIONFACTOR_SHOULD_POSITIVE_8847F33C = + "Failed to create database. The schemaReplicationFactor should be positive."; + public static final String + MESSAGE_FAILED_CREATE_DATABASE_DATAREPLICATIONFACTOR_SHOULD_POSITIVE_C2565B7E = + "Failed to create database. The dataReplicationFactor should be positive."; + public static final String + MESSAGE_FAILED_CREATE_DATABASE_TIMEPARTITIONORIGIN_SHOULD_NON_NEGATIVE_BD0595C9 = + "Failed to create database. The timePartitionOrigin should be non-negative."; + public static final String + MESSAGE_FAILED_CREATE_DATABASE_TIMEPARTITIONINTERVAL_SHOULD_POSITIVE_BB1B473F = + "Failed to create database. The timePartitionInterval should be positive."; + public static final String + MESSAGE_FAILED_CREATE_DATABASE_SCHEMAREGIONGROUPNUM_SHOULD_POSITIVE_8396A2AB = + "Failed to create database. The schemaRegionGroupNum should be positive."; + public static final String MESSAGE_ACCEPT_NODE_REGISTRATION_4133276A = + "Accept Node registration."; public static final String MESSAGE_ACCEPT_NODE_RESTART_1BC1A8DD = "Accept Node restart."; - public static final String MESSAGE_REJECT_ARG_START_BECAUSE_CLUSTERNAME_CURRENT_ARG_TARGET_CLUSTER_INCONSISTENT_B9E197DB = - "Reject %s start. Because the ClusterName of the current %s and the target cluster are" - + " inconsistent. "; - public static final String MESSAGE_CLUSTERNAME_CURRENT_NODE_ARG_CLUSTERNAME_TARGET_CLUSTER_ARG_5C34BE8D = "ClusterName of the current Node: %s, ClusterName of the target cluster: %s."; - public static final String MESSAGE_1_CHANGE_SEED_CONFIG_NODE_PARAMETER_ARG_JOIN_CORRECT_CLUSTER_5E9D753C = "\t1. Change the seed_config_node parameter in %s to join the correct cluster."; - public static final String MESSAGE_2_CHANGE_CLUSTER_NAME_PARAMETER_ARG_MATCH_TARGET_CLUSTER_0A0DB235 = "\n\t2. Change the cluster_name parameter in %s to match the target cluster"; - public static final String MESSAGE_REJECT_ARG_REGISTRATION_BECAUSE_FOLLOWING_IP_PORT_ARG_CURRENT_ARG_CB78CC3B = - "Reject %s registration. Because the following ip:port: %s of the current %s is conflicted" - + " with other registered Nodes in the cluster."; - public static final String MESSAGE_1_USE_SQL_SHOW_CLUSTER_DETAILS_FIND_OUT_CONFLICT_NODES_A1195AEA = - "\t1. Use SQL: \"show cluster details\" to find out the conflict Nodes. Remove them and retry" - + " start."; - public static final String MESSAGE_2_CHANGE_CONFLICT_IP_PORT_CONFIGURATIONS_ARG_FILE_RETRY_START_CF3F08F6 = "\n\t2. Change the conflict ip:port configurations in %s file and retry start."; - public static final String MESSAGE_CLUSTER_ID_HAS_NOT_GENERATED_PLEASE_TRY_AGAIN_LATER_58A1C3F2 = "cluster id has not generated, please try again later"; - public static final String MESSAGE_REJECT_ARG_RESTART_BECAUSE_CLUSTERNAME_CURRENT_ARG_TARGET_CLUSTER_INCONSISTENT_2075F29D = - "Reject %s restart. Because the ClusterName of the current %s and the target cluster are" - + " inconsistent. "; - public static final String MESSAGE_REJECT_ARG_RESTART_BECAUSE_NODEID_CURRENT_ARG_ARG_AC13EDD5 = "Reject %s restart. Because the nodeId of the current %s is %d."; - public static final String MESSAGE_1_DELETE_DATA_DIR_RETRY_86A23473 = "\t1. Delete \"data\" dir and retry."; - public static final String MESSAGE_REJECT_ARG_RESTART_BECAUSE_THERE_NO_CORRESPONDING_ARG_WHOSE_NODEID_455578E9 = "Reject %s restart. Because there are no corresponding %s(whose nodeId=%d) in the cluster."; - public static final String MESSAGE_1_MAYBE_YOU_VE_ALREADY_REMOVED_CURRENT_ARG_WHOSE_NODEID_92165504 = - "\t1. Maybe you've already removed the current %s(whose nodeId=%d). Please delete the useless" - + " 'data' dir and retry start."; - public static final String MESSAGE_REJECT_ARG_RESTART_BECAUSE_CLUSTERID_CURRENT_ARG_TARGET_CLUSTER_INCONSISTENT_0398A6CE = - "Reject %s restart. Because the clusterId of the current %s and the target cluster are" - + " inconsistent. "; - public static final String MESSAGE_CLUSTERID_CURRENT_NODE_ARG_CLUSTERID_TARGET_CLUSTER_ARG_23C42434 = "ClusterId of the current Node: %s, ClusterId of the target cluster: %s."; - public static final String MESSAGE_1_PLEASE_CHECK_IF_NODE_CONFIGURATION_PATH_CORRECT_7FB5D559 = "\t1. Please check if the node configuration or path is correct."; - public static final String MESSAGE_REJECT_ARG_RESTART_BECAUSE_INTERNAL_TENDPOINTS_ARG_CAN_T_MODIFIED_A58B99F0 = "Reject %s restart. Because the internal TEndPoints of this %s can't be modified."; - public static final String MESSAGE_1_PLEASE_KEEP_INTERNAL_TENDPOINTS_NODE_SAME_AS_BEFORE_2FDB2034 = "\t1. Please keep the internal TEndPoints of this Node the same as before."; - public static final String MESSAGE_REMOVE_CONFIGNODE_FAILED_BECAUSE_THERE_ONLY_ONE_CONFIGNODE_CURRENT_CLUSTER_D1273758 = "Remove ConfigNode failed because there is only one ConfigNode in current Cluster."; - public static final String MESSAGE_REMOVE_CONFIGNODE_FAILED_BECAUSE_THERE_NO_OTHER_CONFIGNODE_RUNNING_STATUS_C9C43315 = - "Remove ConfigNode failed because there is no other ConfigNode in Running status in current" - + " Cluster."; - public static final String MESSAGE_REMOVE_CONFIGNODE_FAILED_BECAUSE_CONFIGNODEGROUP_LEADER_ELECTION_PLEASE_RETRY_3EE602F6 = "Remove ConfigNode failed because the ConfigNodeGroup is on leader election, please retry."; - public static final String MESSAGE_TRANSFER_CONFIGNODE_LEADER_FAILED_BECAUSE_CAN_NOT_FIND_ANY_RUNNING_1FE4F96D = "Transfer ConfigNode leader failed because can not find any running ConfigNode."; - public static final String MESSAGE_CONFIGNODE_REMOVED_LEADER_ALREADY_TRANSFER_LEADER_FA6D1603 = "The ConfigNode to be removed is leader, already transfer Leader to "; - public static final String MESSAGE_TARGET_DATANODE_NOT_EXISTED_PLEASE_ENSURE_YOUR_INPUT_QUERYID_CORRECT_AB84CCDF = "The target DataNode is not existed, please ensure your input is correct"; - public static final String MESSAGE_CREATE_SCHEMAPARTITION_FAILED_BECAUSE_DATABASE_ARG_NOT_EXISTS_D8AE1679 = "Create SchemaPartition failed because the database: %s is not exists"; - public static final String MESSAGE_CREATE_SCHEMAPARTITION_FAILED_BECAUSE_DATABASE_ARG_DOES_NOT_EXIST_2617832C = "Create SchemaPartition failed because the database: %s does not exist"; - public static final String MESSAGE_CREATE_DATAPARTITION_FAILED_BECAUSE_DATABASE_ARG_NOT_EXISTS_F223D5C2 = "Create DataPartition failed because the database: %s is not exists"; - public static final String MESSAGE_CREATE_DATAPARTITION_FAILED_BECAUSE_DATABASE_ARG_DOES_NOT_EXIST_D7A8C1FC = "Create DataPartition failed because the database: %s does not exist"; - public static final String LOG_REGIONGROUP_ARG_SERIESPARTITIONSLOT_COUNT_ARG_30F57B14 = "to RegionGroup {}, SeriesPartitionSlot Count: {}"; - public static final String LOG_REGIONGROUPID_ARG_SERIESPARTITIONSLOT_COUNT_ARG_5DAE4B6A = "RegionGroupId: {}, SeriesPartitionSlot Count: {}"; - public static final String LOG_INCREASE_REFERENCE_COUNT_SNAPSHOT_ARG_ERROR_HOLDER_MESSAGE_ARG_962E8672 = "Increase reference count for snapshot %s error. Holder Message: %s"; - public static final String LOG_DECREASE_REFERENCE_COUNT_SNAPSHOT_ARG_ERROR_HOLDER_MESSAGE_ARG_8C7FF9CE = "Decrease reference count for snapshot %s error. Holder Message: %s"; - public static final String MESSAGE_RECEIVER_CONFIGNODE_HAS_SET_UP_NEW_RECEIVER_SENDER_MUST_RE_77B80C51 = - "The receiver ConfigNode has set up a new receiver and the sender must re-send its handshake" - + " request."; + public static final String + MESSAGE_REJECT_ARG_START_BECAUSE_CLUSTERNAME_CURRENT_ARG_TARGET_CLUSTER_INCONSISTENT_B9E197DB = + "Reject %s start. Because the ClusterName of the current %s and the target cluster are" + + " inconsistent. "; + public static final String + MESSAGE_CLUSTERNAME_CURRENT_NODE_ARG_CLUSTERNAME_TARGET_CLUSTER_ARG_5C34BE8D = + "ClusterName of the current Node: %s, ClusterName of the target cluster: %s."; + public static final String + MESSAGE_1_CHANGE_SEED_CONFIG_NODE_PARAMETER_ARG_JOIN_CORRECT_CLUSTER_5E9D753C = + "\t1. Change the seed_config_node parameter in %s to join the correct cluster."; + public static final String + MESSAGE_2_CHANGE_CLUSTER_NAME_PARAMETER_ARG_MATCH_TARGET_CLUSTER_0A0DB235 = + "\n\t2. Change the cluster_name parameter in %s to match the target cluster"; + public static final String + MESSAGE_REJECT_ARG_REGISTRATION_BECAUSE_FOLLOWING_IP_PORT_ARG_CURRENT_ARG_CB78CC3B = + "Reject %s registration. Because the following ip:port: %s of the current %s is conflicted" + + " with other registered Nodes in the cluster."; + public static final String + MESSAGE_1_USE_SQL_SHOW_CLUSTER_DETAILS_FIND_OUT_CONFLICT_NODES_A1195AEA = + "\t1. Use SQL: \"show cluster details\" to find out the conflict Nodes. Remove them and retry" + + " start."; + public static final String + MESSAGE_2_CHANGE_CONFLICT_IP_PORT_CONFIGURATIONS_ARG_FILE_RETRY_START_CF3F08F6 = + "\n\t2. Change the conflict ip:port configurations in %s file and retry start."; + public static final String MESSAGE_CLUSTER_ID_HAS_NOT_GENERATED_PLEASE_TRY_AGAIN_LATER_58A1C3F2 = + "cluster id has not generated, please try again later"; + public static final String + MESSAGE_REJECT_ARG_RESTART_BECAUSE_CLUSTERNAME_CURRENT_ARG_TARGET_CLUSTER_INCONSISTENT_2075F29D = + "Reject %s restart. Because the ClusterName of the current %s and the target cluster are" + + " inconsistent. "; + public static final String MESSAGE_REJECT_ARG_RESTART_BECAUSE_NODEID_CURRENT_ARG_ARG_AC13EDD5 = + "Reject %s restart. Because the nodeId of the current %s is %d."; + public static final String MESSAGE_1_DELETE_DATA_DIR_RETRY_86A23473 = + "\t1. Delete \"data\" dir and retry."; + public static final String + MESSAGE_REJECT_ARG_RESTART_BECAUSE_THERE_NO_CORRESPONDING_ARG_WHOSE_NODEID_455578E9 = + "Reject %s restart. Because there are no corresponding %s(whose nodeId=%d) in the cluster."; + public static final String + MESSAGE_1_MAYBE_YOU_VE_ALREADY_REMOVED_CURRENT_ARG_WHOSE_NODEID_92165504 = + "\t1. Maybe you've already removed the current %s(whose nodeId=%d). Please delete the useless" + + " 'data' dir and retry start."; + public static final String + MESSAGE_REJECT_ARG_RESTART_BECAUSE_CLUSTERID_CURRENT_ARG_TARGET_CLUSTER_INCONSISTENT_0398A6CE = + "Reject %s restart. Because the clusterId of the current %s and the target cluster are" + + " inconsistent. "; + public static final String + MESSAGE_CLUSTERID_CURRENT_NODE_ARG_CLUSTERID_TARGET_CLUSTER_ARG_23C42434 = + "ClusterId of the current Node: %s, ClusterId of the target cluster: %s."; + public static final String MESSAGE_1_PLEASE_CHECK_IF_NODE_CONFIGURATION_PATH_CORRECT_7FB5D559 = + "\t1. Please check if the node configuration or path is correct."; + public static final String + MESSAGE_REJECT_ARG_RESTART_BECAUSE_INTERNAL_TENDPOINTS_ARG_CAN_T_MODIFIED_A58B99F0 = + "Reject %s restart. Because the internal TEndPoints of this %s can't be modified."; + public static final String + MESSAGE_1_PLEASE_KEEP_INTERNAL_TENDPOINTS_NODE_SAME_AS_BEFORE_2FDB2034 = + "\t1. Please keep the internal TEndPoints of this Node the same as before."; + public static final String + MESSAGE_REMOVE_CONFIGNODE_FAILED_BECAUSE_THERE_ONLY_ONE_CONFIGNODE_CURRENT_CLUSTER_D1273758 = + "Remove ConfigNode failed because there is only one ConfigNode in current Cluster."; + public static final String + MESSAGE_REMOVE_CONFIGNODE_FAILED_BECAUSE_THERE_NO_OTHER_CONFIGNODE_RUNNING_STATUS_C9C43315 = + "Remove ConfigNode failed because there is no other ConfigNode in Running status in current" + + " Cluster."; + public static final String + MESSAGE_REMOVE_CONFIGNODE_FAILED_BECAUSE_CONFIGNODEGROUP_LEADER_ELECTION_PLEASE_RETRY_3EE602F6 = + "Remove ConfigNode failed because the ConfigNodeGroup is on leader election, please retry."; + public static final String + MESSAGE_TRANSFER_CONFIGNODE_LEADER_FAILED_BECAUSE_CAN_NOT_FIND_ANY_RUNNING_1FE4F96D = + "Transfer ConfigNode leader failed because can not find any running ConfigNode."; + public static final String MESSAGE_CONFIGNODE_REMOVED_LEADER_ALREADY_TRANSFER_LEADER_FA6D1603 = + "The ConfigNode to be removed is leader, already transfer Leader to "; + public static final String + MESSAGE_TARGET_DATANODE_NOT_EXISTED_PLEASE_ENSURE_YOUR_INPUT_QUERYID_CORRECT_AB84CCDF = + "The target DataNode is not existed, please ensure your input is correct"; + public static final String + MESSAGE_CREATE_SCHEMAPARTITION_FAILED_BECAUSE_DATABASE_ARG_NOT_EXISTS_D8AE1679 = + "Create SchemaPartition failed because the database: %s is not exists"; + public static final String + MESSAGE_CREATE_SCHEMAPARTITION_FAILED_BECAUSE_DATABASE_ARG_DOES_NOT_EXIST_2617832C = + "Create SchemaPartition failed because the database: %s does not exist"; + public static final String + MESSAGE_CREATE_DATAPARTITION_FAILED_BECAUSE_DATABASE_ARG_NOT_EXISTS_F223D5C2 = + "Create DataPartition failed because the database: %s is not exists"; + public static final String + MESSAGE_CREATE_DATAPARTITION_FAILED_BECAUSE_DATABASE_ARG_DOES_NOT_EXIST_D7A8C1FC = + "Create DataPartition failed because the database: %s does not exist"; + public static final String LOG_REGIONGROUP_ARG_SERIESPARTITIONSLOT_COUNT_ARG_30F57B14 = + "to RegionGroup {}, SeriesPartitionSlot Count: {}"; + public static final String LOG_REGIONGROUPID_ARG_SERIESPARTITIONSLOT_COUNT_ARG_5DAE4B6A = + "RegionGroupId: {}, SeriesPartitionSlot Count: {}"; + public static final String + LOG_INCREASE_REFERENCE_COUNT_SNAPSHOT_ARG_ERROR_HOLDER_MESSAGE_ARG_962E8672 = + "Increase reference count for snapshot %s error. Holder Message: %s"; + public static final String + LOG_DECREASE_REFERENCE_COUNT_SNAPSHOT_ARG_ERROR_HOLDER_MESSAGE_ARG_8C7FF9CE = + "Decrease reference count for snapshot %s error. Holder Message: %s"; + public static final String + MESSAGE_RECEIVER_CONFIGNODE_HAS_SET_UP_NEW_RECEIVER_SENDER_MUST_RE_77B80C51 = + "The receiver ConfigNode has set up a new receiver and the sender must re-send its handshake" + + " request."; public static final String LOG_IGNORE_EXCEPTION_2AC431FA = "Ignore this exception."; - public static final String LOG_REPORTING_PIPE_META_ARG_REMAININGEVENTCOUNT_ARG_ESTIMATEDREMAININGTIME_ARG_E2727CB4 = "Reporting pipe meta: {}, remainingEventCount: {}, estimatedRemainingTime: {}"; - public static final String LOG_PIPEMETAFROMAGENT_NULL_PIPEMETAFROMCOORDINATOR_ARG_36C513AE = "pipeMetaFromAgent is null, pipeMetaFromCoordinator: {}"; - public static final String LOG_DETECTED_HISTORICAL_PIPE_COMPLETION_REPORT_DATANODE_ARG_PIPE_ARG_REMAININGEVENTCOUNT_7E6C52E9 = - "Detected historical pipe completion report from DataNode {} for pipe {}. remainingEventCount:" - + " {}, remainingTime: {}, completedDataNodes: {}"; - public static final String LOG_ALL_DATANODES_REPORTED_HISTORICAL_PIPE_ARG_COMPLETED_GLOBALREMAININGEVENTCOUNT_ARG_GLOBALREMAININGTIME_255 = - "All DataNodes reported historical pipe {} completed. globalRemainingEventCount: {}," - + " globalRemainingTime: {}, staticMeta: {}"; - public static final String LOG_UPDATED_PROGRESS_INDEX_PIPE_NAME_ARG_CONSENSUS_GROUP_ID_ARG_DF112F4F = "Updated progress index for (pipe name: {}, consensus group id: {}) ... "; - public static final String LOG_PROGRESS_INDEX_COORDINATOR_ARG_PROGRESS_INDEX_AGENT_ARG_UPDATED_PROGRESSINDEX_1A22ABC5 = "Progress index on coordinator: {}, progress index from agent: {}, updated progressIndex: {}"; - public static final String LOG_DETECT_PIPERUNTIMECONNECTORCRITICALEXCEPTION_ARG_7D198DD7 = "Detect PipeRuntimeConnectorCriticalException %s "; + public static final String + LOG_REPORTING_PIPE_META_ARG_REMAININGEVENTCOUNT_ARG_ESTIMATEDREMAININGTIME_ARG_E2727CB4 = + "Reporting pipe meta: {}, remainingEventCount: {}, estimatedRemainingTime: {}"; + public static final String LOG_PIPEMETAFROMAGENT_NULL_PIPEMETAFROMCOORDINATOR_ARG_36C513AE = + "pipeMetaFromAgent is null, pipeMetaFromCoordinator: {}"; + public static final String + LOG_DETECTED_HISTORICAL_PIPE_COMPLETION_REPORT_DATANODE_ARG_PIPE_ARG_REMAININGEVENTCOUNT_7E6C52E9 = + "Detected historical pipe completion report from DataNode {} for pipe {}. remainingEventCount:" + + " {}, remainingTime: {}, completedDataNodes: {}"; + public static final String + LOG_ALL_DATANODES_REPORTED_HISTORICAL_PIPE_ARG_COMPLETED_GLOBALREMAININGEVENTCOUNT_ARG_GLOBALREMAININGTIME_255 = + "All DataNodes reported historical pipe {} completed. globalRemainingEventCount: {}," + + " globalRemainingTime: {}, staticMeta: {}"; + public static final String + LOG_UPDATED_PROGRESS_INDEX_PIPE_NAME_ARG_CONSENSUS_GROUP_ID_ARG_DF112F4F = + "Updated progress index for (pipe name: {}, consensus group id: {}) ... "; + public static final String + LOG_PROGRESS_INDEX_COORDINATOR_ARG_PROGRESS_INDEX_AGENT_ARG_UPDATED_PROGRESSINDEX_1A22ABC5 = + "Progress index on coordinator: {}, progress index from agent: {}, updated progressIndex: {}"; + public static final String LOG_DETECT_PIPERUNTIMECONNECTORCRITICALEXCEPTION_ARG_7D198DD7 = + "Detect PipeRuntimeConnectorCriticalException %s "; public static final String LOG_AGENT_STOP_PIPE_ARG_42212C21 = "from agent, stop pipe %s."; - public static final String LOG_CREATEREGIONGROUPS_REGIONGROUP_ARG_BELONGED_DATABASE_ARG_DATANODES_ARG_5270AB6B = "[CreateRegionGroups] RegionGroup: {}, belonged database: {}, on DataNodes: {}"; - public static final String EXCEPTION_DATANODEID_SHOULD_NOT_BE_MINUS_1_HERE_5CB27796 = "dataNodeId should not be -1 here"; - public static final String MESSAGE_SUBSCRIPTIONOWNERLEASESYNCER_IS_STARTED_SUCCESSFULLY_09CA6848 = "SubscriptionOwnerLeaseSyncer is started successfully."; - public static final String MESSAGE_FAILED_TO_PUSH_SUBSCRIPTION_TOPIC_OWNER_LEASES_TO_DATANODES_EBFBA668 = "Failed to push subscription topic owner leases to DataNodes."; - public static final String MESSAGE_SUBSCRIPTIONOWNERLEASESYNCER_IS_STOPPED_SUCCESSFULLY_11442F29 = "SubscriptionOwnerLeaseSyncer is stopped successfully."; - public static final String MESSAGE_NO_AVAILABLE_ARG_REGIONGROUP_FOR_DATABASE_ARG_REGIONGROUPS_VISIBLE_IN_PARTITIONINFO_AND_THEIR_LOADCACHE_STATUS_ARG_615F5D49 = - "No available {} RegionGroup for Database: {}. RegionGroups visible in PartitionInfo and their LoadCache status: {}"; + public static final String + LOG_CREATEREGIONGROUPS_REGIONGROUP_ARG_BELONGED_DATABASE_ARG_DATANODES_ARG_5270AB6B = + "[CreateRegionGroups] RegionGroup: {}, belonged database: {}, on DataNodes: {}"; + public static final String EXCEPTION_DATANODEID_SHOULD_NOT_BE_MINUS_1_HERE_5CB27796 = + "dataNodeId should not be -1 here"; + public static final String MESSAGE_SUBSCRIPTIONOWNERLEASESYNCER_IS_STARTED_SUCCESSFULLY_09CA6848 = + "SubscriptionOwnerLeaseSyncer is started successfully."; + public static final String + MESSAGE_FAILED_TO_PUSH_SUBSCRIPTION_TOPIC_OWNER_LEASES_TO_DATANODES_EBFBA668 = + "Failed to push subscription topic owner leases to DataNodes."; + public static final String MESSAGE_SUBSCRIPTIONOWNERLEASESYNCER_IS_STOPPED_SUCCESSFULLY_11442F29 = + "SubscriptionOwnerLeaseSyncer is stopped successfully."; + public static final String + MESSAGE_NO_AVAILABLE_ARG_REGIONGROUP_FOR_DATABASE_ARG_REGIONGROUPS_VISIBLE_IN_PARTITIONINFO_AND_THEIR_LOADCACHE_STATUS_ARG_615F5D49 = + "No available {} RegionGroup for Database: {}. RegionGroups visible in PartitionInfo and their LoadCache status: {}"; public static final String MESSAGE_ARG_PLEASE_MANUALLY_CHECK_LATER_WHETHER_THE_PROCEDURE_IS_EXECUTED_SUCCESSFULLY_A82B739D = "%s Please manually check later whether the procedure is executed successfully."; - } diff --git a/iotdb-core/confignode/src/main/i18n/en/org/apache/iotdb/confignode/i18n/ProcedureMessages.java b/iotdb-core/confignode/src/main/i18n/en/org/apache/iotdb/confignode/i18n/ProcedureMessages.java index e04460375f9b..c1e4db88be11 100644 --- a/iotdb-core/confignode/src/main/i18n/en/org/apache/iotdb/confignode/i18n/ProcedureMessages.java +++ b/iotdb-core/confignode/src/main/i18n/en/org/apache/iotdb/confignode/i18n/ProcedureMessages.java @@ -490,7 +490,8 @@ public final class ProcedureMessages { "Failed to rollback pipe plugin [%s] on data nodes"; public static final String FAILED_TO_ROLLBACK_PRE_RELEASE_FOR_TABLE_INFO_TO_DATANODE = "Failed to rollback pre-release {} for table {}.{} info to DataNode, failure results: {}"; - public static final String FAILED_TO_PROVE_AN_UNREACHABLE_DN_IS_FENCED = "Failed to prove an unreachable DataNode is fenced"; + public static final String FAILED_TO_PROVE_AN_UNREACHABLE_DN_IS_FENCED = + "Failed to prove an unreachable DataNode is fenced"; public static final String FAILED_TO_ROLLBACK_PRE_RELEASE_TEMPLATE_INFO_OF_TEMPLATE_SET = "Failed to rollback pre release template info of template {} set on path {} on DataNode {}"; public static final String FAILED_TO_ROLLBACK_PRE_SET_TEMPLATE_ON_PATH_DUE_TO = @@ -1188,233 +1189,426 @@ public final class ProcedureMessages { "Failed in the write API executing the consensus layer due to: "; private ProcedureMessages() {} + // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- public static final String EXCEPTION_MS_95BA098D = " ms."; - public static final String LOG_ARG_JOIN_WAIT_GOT_INTERRUPTED_316B5E9F = "{} join wait got interrupted"; - public static final String LOG_NO_COMPLETED_PROCEDURES_CLEANUP_50434D91 = "No completed procedures to cleanup."; - public static final String LOG_ERROR_DELETING_COMPLETED_PROCEDURES_ARG_1A3A185E = "Error deleting completed procedures {}."; + public static final String LOG_ARG_JOIN_WAIT_GOT_INTERRUPTED_316B5E9F = + "{} join wait got interrupted"; + public static final String LOG_NO_COMPLETED_PROCEDURES_CLEANUP_50434D91 = + "No completed procedures to cleanup."; + public static final String LOG_ERROR_DELETING_COMPLETED_PROCEDURES_ARG_1A3A185E = + "Error deleting completed procedures {}."; public static final String LOG_EVICT_COMPLETED_ARG_A968A070 = "Evict completed {}"; - public static final String LOG_EXECUTING_PROCEDURE_SHOULD_RUNNABLE_STATE_BUT_IT_S_NOT_PROCEDURE_7CF42CE8 = "The executing procedure should in RUNNABLE state, but it's not. Procedure is {}"; - public static final String LOG_FINISHED_SUBPROCEDURE_PID_ARG_RESUME_PROCESSING_PPID_ARG_93ED990B = "Finished subprocedure pid={}, resume processing ppid={}"; - public static final String LOG_HALT_PID_ARG_ACTIVECOUNT_ARG_411F3EBF = "Halt pid={}, activeCount={}"; - public static final String LOG_EXCEPTION_HAPPENED_WORKER_ARG_EXECUTE_PROCEDURE_ARG_6E3AD27D = "Exception happened when worker {} execute procedure {}"; - public static final String LOG_WORKER_STUCK_ARG_ARG_RUN_TIME_ARG_MS_FB612354 = "Worker stuck {}({}), run time {} ms"; - public static final String LOG_PROCEDURE_WORKERS_ARG_RUNNING_ARG_RUNNING_STUCK_1565936D = "Procedure workers: {} is running, {} is running and stuck"; - public static final String LOG_ADD_PROCEDURE_ARG_AS_ARG_TH_ROLLBACK_STEP_C71B2184 = "Add procedure {} as the {}th rollback step"; - public static final String LOG_STATEMACHINEPROCEDURE_PID_ARG_NOT_SET_NEXT_STATE_BUT_RETURN_HAS_7F93E63F = - "StateMachineProcedure pid={} not set next state, but return HAS_MORE_STATE. It is likely that" - + " there is some problem with the code. Please check the code. This procedure is about to be" - + " terminated: {}"; - public static final String LOG_STATEMACHINEPROCEDURE_PID_ARG_SET_NEXT_STATE_ARG_BUT_RETURN_NO_0CA2D56C = "StateMachineProcedure pid={} set next state to {}, but return NO_MORE_STATE"; - public static final String LOG_DON_T_ADD_SUCCESSFUL_PROCEDURE_BACK_SCHEDULER_IT_WILL_IGNORED_E015472C = "Don't add a successful procedure back to the scheduler, it will be ignored"; + public static final String + LOG_EXECUTING_PROCEDURE_SHOULD_RUNNABLE_STATE_BUT_IT_S_NOT_PROCEDURE_7CF42CE8 = + "The executing procedure should in RUNNABLE state, but it's not. Procedure is {}"; + public static final String LOG_FINISHED_SUBPROCEDURE_PID_ARG_RESUME_PROCESSING_PPID_ARG_93ED990B = + "Finished subprocedure pid={}, resume processing ppid={}"; + public static final String LOG_HALT_PID_ARG_ACTIVECOUNT_ARG_411F3EBF = + "Halt pid={}, activeCount={}"; + public static final String LOG_EXCEPTION_HAPPENED_WORKER_ARG_EXECUTE_PROCEDURE_ARG_6E3AD27D = + "Exception happened when worker {} execute procedure {}"; + public static final String LOG_WORKER_STUCK_ARG_ARG_RUN_TIME_ARG_MS_FB612354 = + "Worker stuck {}({}), run time {} ms"; + public static final String LOG_PROCEDURE_WORKERS_ARG_RUNNING_ARG_RUNNING_STUCK_1565936D = + "Procedure workers: {} is running, {} is running and stuck"; + public static final String LOG_ADD_PROCEDURE_ARG_AS_ARG_TH_ROLLBACK_STEP_C71B2184 = + "Add procedure {} as the {}th rollback step"; + public static final String + LOG_STATEMACHINEPROCEDURE_PID_ARG_NOT_SET_NEXT_STATE_BUT_RETURN_HAS_7F93E63F = + "StateMachineProcedure pid={} not set next state, but return HAS_MORE_STATE. It is likely that" + + " there is some problem with the code. Please check the code. This procedure is about to be" + + " terminated: {}"; + public static final String + LOG_STATEMACHINEPROCEDURE_PID_ARG_SET_NEXT_STATE_ARG_BUT_RETURN_NO_0CA2D56C = + "StateMachineProcedure pid={} set next state to {}, but return NO_MORE_STATE"; + public static final String + LOG_DON_T_ADD_SUCCESSFUL_PROCEDURE_BACK_SCHEDULER_IT_WILL_IGNORED_E015472C = + "Don't add a successful procedure back to the scheduler, it will be ignored"; public static final String LOG_SCHEDULER_NOT_RUNNING_6969C9FF = "the scheduler is not running"; - public static final String LOG_SCHEDULER_WAITING_TIME_LEFT_ARG_NANOS_D7717019 = "the scheduler waiting time left {} nanos"; - public static final String LOG_SLEEP_FAILED_CONFIGNODEPROCEDUREENV_BCD470AC = "Sleep failed in ConfigNodeProcedureEnv: "; - public static final String LOG_INVALIDATE_CACHE_FAILED_BECAUSE_DATANODE_ARG_UNKNOWN_4F2D374C = "Invalidate cache failed, because DataNode {} is Unknown"; - public static final String LOG_INVALIDATE_CACHE_FAILED_INVALIDATE_PARTITION_CACHE_STATUS_ARG_INVALIDATE_SCHEMAENGINE_BEB7A065 = - "Invalidate cache failed, invalidate partition cache status is {}, invalidate schemaengine" - + " cache status is {}"; - public static final String MESSAGE_REMOVE_CONFIGNODE_FAILED_BECAUSE_UPDATE_CONSENSUSGROUP_PEER_INFORMATION_FAILED_FCE5302B = "Remove ConfigNode failed because update ConsensusGroup peer information failed."; - public static final String MESSAGE_CAN_T_REMOVE_DATANODE_LIMIT_REPLICATION_FACTOR_D960E3A6 = "Can't remove datanode due to the limit of replication factor, "; - public static final String MESSAGE_AVAILABLEDATANODESIZE_ARG_MAXREPLICAFACTOR_ARG_MAX_ALLOWED_REMOVED_DATA_NODE_SIZE_FB8C382C = "availableDataNodeSize: %s, maxReplicaFactor: %s, max allowed removed Data Node size is: %s"; + public static final String LOG_SCHEDULER_WAITING_TIME_LEFT_ARG_NANOS_D7717019 = + "the scheduler waiting time left {} nanos"; + public static final String LOG_SLEEP_FAILED_CONFIGNODEPROCEDUREENV_BCD470AC = + "Sleep failed in ConfigNodeProcedureEnv: "; + public static final String LOG_INVALIDATE_CACHE_FAILED_BECAUSE_DATANODE_ARG_UNKNOWN_4F2D374C = + "Invalidate cache failed, because DataNode {} is Unknown"; + public static final String + LOG_INVALIDATE_CACHE_FAILED_INVALIDATE_PARTITION_CACHE_STATUS_ARG_INVALIDATE_SCHEMAENGINE_BEB7A065 = + "Invalidate cache failed, invalidate partition cache status is {}, invalidate schemaengine" + + " cache status is {}"; + public static final String + MESSAGE_REMOVE_CONFIGNODE_FAILED_BECAUSE_UPDATE_CONSENSUSGROUP_PEER_INFORMATION_FAILED_FCE5302B = + "Remove ConfigNode failed because update ConsensusGroup peer information failed."; + public static final String MESSAGE_CAN_T_REMOVE_DATANODE_LIMIT_REPLICATION_FACTOR_D960E3A6 = + "Can't remove datanode due to the limit of replication factor, "; + public static final String + MESSAGE_AVAILABLEDATANODESIZE_ARG_MAXREPLICAFACTOR_ARG_MAX_ALLOWED_REMOVED_DATA_NODE_SIZE_FB8C382C = + "availableDataNodeSize: %s, maxReplicaFactor: %s, max allowed removed Data Node size is: %s"; public static final String EXCEPTION_NOT_SUPPORTED_0A83F963 = " is not supported"; - public static final String LOG_START_ADD_TRIGGER_ARG_TRIGGERTABLE_CONFIG_NODES_NEEDTOSAVEJAR_ARG_0C23D81E = "Start to add trigger [{}] in TriggerTable on Config Nodes, needToSaveJar[{}]"; - public static final String LOG_START_CREATE_TRIGGERINSTANCE_ARG_DATA_NODES_917C3313 = "Start to create triggerInstance [{}] on Data Nodes"; - public static final String LOG_START_ACTIVE_TRIGGER_ARG_DATA_NODES_A4AB8131 = "Start to active trigger [{}] on Data Nodes"; - public static final String LOG_START_ACTIVE_TRIGGER_ARG_CONFIG_NODES_153A5D40 = "Start to active trigger [{}] on Config Nodes"; - public static final String LOG_RETRIEVABLE_ERROR_TRYING_CREATE_TRIGGER_ARG_STATE_ARG_44976C4E = "Retrievable error trying to create trigger [{}], state [{}]"; - public static final String LOG_START_CONFIG_NODE_INACTIVE_ROLLBACK_TRIGGER_ARG_536929E5 = "Start to [CONFIG_NODE_INACTIVE] rollback of trigger [{}]"; - public static final String LOG_START_DATA_NODE_INACTIVE_ROLLBACK_TRIGGER_ARG_38C93D64 = "Start to [DATA_NODE_INACTIVE] rollback of trigger [{}]"; - public static final String LOG_RETRIEVABLE_ERROR_TRYING_DROP_TRIGGER_ARG_STATE_ARG_2282AC35 = "Retrievable error trying to drop trigger [{}], state [{}]"; - public static final String LOG_DELETEDATABASEPROCEDURE_PRE_DELETE_DATABASE_ARG_6A1FEACC = "[DeleteDatabaseProcedure] Pre delete database: {}"; - public static final String LOG_DELETEDATABASEPROCEDURE_INVALIDATE_CACHE_DATABASE_ARG_299FC9BC = "[DeleteDatabaseProcedure] Invalidate cache of database: {}"; - public static final String LOG_DELETEDATABASEPROCEDURE_DELETE_DATABASESCHEMA_ARG_A49A47AC = "[DeleteDatabaseProcedure] Delete DatabaseSchema: {}"; - public static final String LOG_DELETEDATABASEPROCEDURE_SUCCESSFULLY_DELETE_SCHEMAREGION_ARG_ARG_BA0535DA = "[DeleteDatabaseProcedure] Successfully delete SchemaRegion[{}] on {}"; - public static final String LOG_DELETEDATABASEPROCEDURE_FAILED_DELETE_SCHEMAREGION_ARG_ARG_SUBMIT_ASYNC_DELETION_8C3E6DE3 = "[DeleteDatabaseProcedure] Failed to delete SchemaRegion[{}] on {}. Submit to async deletion."; - public static final String LOG_DELETEDATABASEPROCEDURE_DATA_PARTITION_POLICY_TABLE_DATABASE_ARG_CLEARED_7A32E28A = "[DeleteDatabaseProcedure] The data partition policy table of database: {} is cleared."; - public static final String LOG_DELETEDATABASEPROCEDURE_DATABASE_ARG_DELETED_SUCCESSFULLY_3A4E9202 = "[DeleteDatabaseProcedure] Database: {} is deleted successfully"; - public static final String LOG_DELETEDATABASEPROCEDURE_RETRIABLE_ERROR_TRYING_DELETE_DATABASE_ARG_STATE_ARG_8167D246 = "[DeleteDatabaseProcedure] Retriable error trying to delete database {}, state {}"; - public static final String LOG_DELETEDATABASEPROCEDURE_ROLLBACK_PREDELETED_ARG_638F53DA = "[DeleteDatabaseProcedure] Rollback to preDeleted: {}"; + public static final String + LOG_START_ADD_TRIGGER_ARG_TRIGGERTABLE_CONFIG_NODES_NEEDTOSAVEJAR_ARG_0C23D81E = + "Start to add trigger [{}] in TriggerTable on Config Nodes, needToSaveJar[{}]"; + public static final String LOG_START_CREATE_TRIGGERINSTANCE_ARG_DATA_NODES_917C3313 = + "Start to create triggerInstance [{}] on Data Nodes"; + public static final String LOG_START_ACTIVE_TRIGGER_ARG_DATA_NODES_A4AB8131 = + "Start to active trigger [{}] on Data Nodes"; + public static final String LOG_START_ACTIVE_TRIGGER_ARG_CONFIG_NODES_153A5D40 = + "Start to active trigger [{}] on Config Nodes"; + public static final String LOG_RETRIEVABLE_ERROR_TRYING_CREATE_TRIGGER_ARG_STATE_ARG_44976C4E = + "Retrievable error trying to create trigger [{}], state [{}]"; + public static final String LOG_START_CONFIG_NODE_INACTIVE_ROLLBACK_TRIGGER_ARG_536929E5 = + "Start to [CONFIG_NODE_INACTIVE] rollback of trigger [{}]"; + public static final String LOG_START_DATA_NODE_INACTIVE_ROLLBACK_TRIGGER_ARG_38C93D64 = + "Start to [DATA_NODE_INACTIVE] rollback of trigger [{}]"; + public static final String LOG_RETRIEVABLE_ERROR_TRYING_DROP_TRIGGER_ARG_STATE_ARG_2282AC35 = + "Retrievable error trying to drop trigger [{}], state [{}]"; + public static final String LOG_DELETEDATABASEPROCEDURE_PRE_DELETE_DATABASE_ARG_6A1FEACC = + "[DeleteDatabaseProcedure] Pre delete database: {}"; + public static final String LOG_DELETEDATABASEPROCEDURE_INVALIDATE_CACHE_DATABASE_ARG_299FC9BC = + "[DeleteDatabaseProcedure] Invalidate cache of database: {}"; + public static final String LOG_DELETEDATABASEPROCEDURE_DELETE_DATABASESCHEMA_ARG_A49A47AC = + "[DeleteDatabaseProcedure] Delete DatabaseSchema: {}"; + public static final String + LOG_DELETEDATABASEPROCEDURE_SUCCESSFULLY_DELETE_SCHEMAREGION_ARG_ARG_BA0535DA = + "[DeleteDatabaseProcedure] Successfully delete SchemaRegion[{}] on {}"; + public static final String + LOG_DELETEDATABASEPROCEDURE_FAILED_DELETE_SCHEMAREGION_ARG_ARG_SUBMIT_ASYNC_DELETION_8C3E6DE3 = + "[DeleteDatabaseProcedure] Failed to delete SchemaRegion[{}] on {}. Submit to async deletion."; + public static final String + LOG_DELETEDATABASEPROCEDURE_DATA_PARTITION_POLICY_TABLE_DATABASE_ARG_CLEARED_7A32E28A = + "[DeleteDatabaseProcedure] The data partition policy table of database: {} is cleared."; + public static final String + LOG_DELETEDATABASEPROCEDURE_DATABASE_ARG_DELETED_SUCCESSFULLY_3A4E9202 = + "[DeleteDatabaseProcedure] Database: {} is deleted successfully"; + public static final String + LOG_DELETEDATABASEPROCEDURE_RETRIABLE_ERROR_TRYING_DELETE_DATABASE_ARG_STATE_ARG_8167D246 = + "[DeleteDatabaseProcedure] Retriable error trying to delete database {}, state {}"; + public static final String LOG_DELETEDATABASEPROCEDURE_ROLLBACK_PREDELETED_ARG_638F53DA = + "[DeleteDatabaseProcedure] Rollback to preDeleted: {}"; public static final String EXCEPTION_FAILED_DAA6EA2F = " failed "; - public static final String EXCEPTION_FAILED_CHECK_TIME_SERIES_EXISTENCE_ALL_REPLICASET_SCHEMAREGION_ARG_FAILURES_5F668154 = "failed to check time series existence in all replicaset of schemaRegion %s. Failures: %s"; - public static final String LOG_FAILED_ROLLBACK_CONFIGNODE_TTL_STATE_9666EF54 = "Failed to rollback ConfigNode ttl state."; - public static final String LOG_FAILED_ROLLBACK_DATANODE_TTL_CACHE_436C008A = "Failed to rollback DataNode ttl cache."; - public static final String EXCEPTION_ROLLBACK_CONFIGNODE_TTL_FAILED_6D4FB59A = "Rollback ConfigNode ttl failed for "; - public static final String EXCEPTION_ROLLBACK_DATANODE_TTL_CACHE_FAILED_AF9C7102 = "Rollback dataNode ttl cache failed for "; - public static final String LOG_PLEASE_VERIFY_WHETHER_LEADER_CHANGE_HAS_OCCURRED_DURING_STAGE_9FE68EE3 = "Please verify whether a leader change has occurred during this stage. "; - public static final String LOG_IF_LOG_TRIGGERED_WITHOUT_LEADER_CHANGE_IT_INDICATES_POTENTIAL_BUG_32AE71FD = - "If this log is triggered without a leader change, it indicates a potential bug in the" - + " partition table."; - public static final String LOG_SKIP_RECOVERING_SCHEDULE_TASK_CQ_ARG_BECAUSE_ITS_METADATA_UNAVAILABLE_00286802 = "Skip recovering the schedule task of CQ {} because its metadata is unavailable."; - public static final String LOG_PROCEDUREID_ARG_ACQUIRE_LOCK_3FBF9987 = "procedureId {} acquire lock."; - public static final String LOG_PROCEDUREID_ARG_ACQUIRE_LOCK_FAILED_WILL_WAIT_LOCK_AFTER_FINISHING_3B27278E = "procedureId {} acquire lock failed, will wait for lock after finishing execution."; - public static final String LOG_PROCEDUREID_ARG_RELEASE_LOCK_FF860D6B = "procedureId {} release lock."; - public static final String LOG_RETRIEVABLE_ERROR_TRYING_ADD_CONFIG_NODE_ARG_STATE_ARG_D7285810 = "Retrievable error trying to add config node {}, state {}"; - public static final String LOG_RETRIEVABLE_ERROR_TRYING_REMOVE_CONFIG_NODE_ARG_STATE_ARG_3754EBA1 = "Retrievable error trying to remove config node {}, state {}"; - public static final String LOG_PROCEDUREID_ARG_REMOVEDATANODES_SKIPS_ACQUIRING_LOCK_SINCE_UPPER_LAYER_ENSURES_C7546FF8 = - "procedureId {}-RemoveDataNodes skips acquiring lock, since upper layer ensures the serial" - + " execution."; - public static final String LOG_PROCEDUREID_ARG_REMOVEDATANODES_SKIPS_RELEASING_LOCK_SINCE_IT_HASN_T_AED8A3DA = "procedureId {}-RemoveDataNodes skips releasing lock, since it hasn't acquire any lock."; - public static final String LOG_ARG_CAN_NOT_REMOVE_DATANODE_ARG_495F9F85 = "{}, Can not remove DataNode {} "; - public static final String LOG_BECAUSE_NUMBER_DATANODES_LESS_EQUAL_THAN_REGION_REPLICA_NUMBER_DEC0CB38 = "because the number of DataNodes is less or equal than region replica number"; - public static final String LOG_ARG_DATANODE_REGIONS_REMOVED_ARG_216A7DC7 = "{}, DataNode regions to be removed is {}"; - public static final String LOG_RETRIEVABLE_ERROR_TRYING_REMOVE_DATA_NODE_ARG_STATE_ARG_4EFEB850 = "Retrievable error trying to remove data node {}, state {}"; - public static final String LOG_SUBMIT_REGIONMIGRATEPROCEDURE_REGIONID_ARG_REMOVEDDATANODE_ARG_DESTDATANODE_ARG_COORDINATORFORADDPEER_ARG_ = - "Submit RegionMigrateProcedure for regionId {}: removedDataNode={}, destDataNode={}," - + " coordinatorForAddPeer={}, coordinatorForRemovePeer={}"; - public static final String LOG_ARG_CANNOT_FIND_TARGET_DATANODE_MIGRATE_REGION_ARG_81A78E06 = "{}, Cannot find target DataNode to migrate the region: {}"; - public static final String LOG_ARG_SOME_REGIONS_MIGRATED_FAILED_DATANODE_ARG_MIGRATEDFAILEDREGIONS_ARG_11644841 = "{}, Some regions are migrated failed in DataNode: {}, migratedFailedRegions: {}."; - public static final String LOG_REGIONS_HAVE_BEEN_SUCCESSFULLY_MIGRATED_WILL_NOT_ROLL_BACK_YOU_AE904563 = - "Regions that have been successfully migrated will not roll back, you can submit the" - + " RemoveDataNodes task again later."; - public static final String LOG_ARG_DATANODES_ARG_ALL_REGIONS_MIGRATED_SUCCESSFULLY_START_STOP_THEM_32D56F28 = "{}, DataNodes: {} all regions migrated successfully, start to stop them."; - public static final String LOG_ARG_START_ROLL_BACK_DATANODES_STATUS_ARG_05C67270 = "{}, Start to roll back the DataNodes status: {}"; - public static final String LOG_ARG_ROLL_BACK_DATANODES_STATUS_SUCCESSFULLY_ARG_6773A2DF = "{}, Roll back the DataNodes status successfully: {}"; - public static final String LOG_DATAPARTITIONINTEGRITY_NO_DATANODES_REGISTERED_NO_WAY_COLLECT_EARLIEST_TIMESLOTS_WAITING_7025EB23 = - "[DataPartitionIntegrity] No DataNodes registered, no way to collect earliest timeslots," - + " waiting for them to go up"; - public static final String LOG_DATAPARTITIONINTEGRITY_FAILED_COLLECTED_EARLIEST_TIMESLOTS_DATANODE_ID_ARG_ALREADY_OUT_834B62B9 = - "[DataPartitionIntegrity] Failed to collected earliest timeslots from the DataNode[id={}]," - + " already out of max retry time"; - public static final String LOG_DATAPARTITIONINTEGRITY_FAILED_COLLECTED_EARLIEST_TIMESLOTS_DATANODE_ID_ARG_RESPONSE_STATUS_B0A31EC4 = - "[DataPartitionIntegrity] Failed to collected earliest timeslots from the DataNode[id={}]," - + " response status is {}"; - public static final String LOG_COLLECTED_EARLIEST_TIMESLOTS_DATANODE_ID_ARG_ARG_5CDF2BA6 = "Collected earliest timeslots from the DataNode[id={}]: {}"; - public static final String LOG_DATAPARTITIONINTEGRITY_FAILED_COLLECT_EARLIEST_TIMESLOTS_DATANODE_ID_ARG_ARG_A211840A = "[DataPartitionIntegrity] Failed to collect earliest timeslots from the DataNode[id={}]: {}"; - public static final String LOG_COLLECTED_EARLIEST_TIMESLOTS_ARG_DATANODES_ARG_NUMBER_SUCCESSFUL_DATANODES_ARG_1CC129EF = "Collected earliest timeslots from {} DataNodes: {}, the number of successful DataNodes is {}"; - public static final String LOG_DATAPARTITIONINTEGRITY_NO_MISSING_DATA_PARTITIONS_DETECTED_NOTHING_NEEDS_REPAIRED_TERMINATING_72F2635F = - "[DataPartitionIntegrity] No missing data partitions detected, nothing needs to be repaired," - + " terminating procedure"; - public static final String LOG_DATAPARTITIONINTEGRITY_NO_DATA_PARTITION_TABLE_RELATED_DATABASE_ARG_WAS_FOUND_B5B90613 = - "[DataPartitionIntegrity] No data partition table related to database {} was found from the" - + " ConfigNode, and this issue needs to be repaired"; - public static final String LOG_DATAPARTITIONINTEGRITY_DATABASE_ARG_HAS_LOST_TIMESLOT_ARG_ITS_DATA_TABLE_499AF395 = - "[DataPartitionIntegrity] Database {} has lost timeslot {} in its data table partition, and" - + " this issue needs to be repaired"; - public static final String LOG_DATAPARTITIONINTEGRITY_NO_DATABASES_HAVE_LOST_DATA_PARTITIONS_TERMINATING_PROCEDURE_3E718CC3 = "[DataPartitionIntegrity] No databases have lost data partitions, terminating procedure"; - public static final String LOG_DATAPARTITIONINTEGRITY_IDENTIFIED_ARG_DATABASES_HAVE_LOST_DATA_PARTITIONS_WILL_REQUEST_6DEA7502 = - "[DataPartitionIntegrity] Identified {} databases have lost data partitions, will request" - + " DataPartitionTable generation from {} DataNodes"; - public static final String LOG_REQUESTING_DATAPARTITIONTABLE_GENERATION_ARG_DATANODES_559F97E8 = "Requesting DataPartitionTable generation from {} DataNodes..."; - public static final String LOG_DATAPARTITIONINTEGRITY_NO_DATANODES_REGISTERED_NO_WAY_REQUESTED_DATAPARTITIONTABLE_GENERATION_TERMINATING_ = - "[DataPartitionIntegrity] No DataNodes registered, no way to requested DataPartitionTable" - + " generation, terminating procedure"; - public static final String LOG_DATAPARTITIONINTEGRITY_FAILED_REQUEST_DATAPARTITIONTABLE_GENERATION_DATANODE_ID_ARG_ALREADY_OUT_6B0C9351 = - "[DataPartitionIntegrity] Failed to request DataPartitionTable generation from the" - + " DataNode[id={}], already out of max retry time"; - public static final String LOG_DATAPARTITIONINTEGRITY_FAILED_REQUEST_DATAPARTITIONTABLE_GENERATION_DATANODE_ID_ARG_RESPONSE_STATUS_93012D = - "[DataPartitionIntegrity] Failed to request DataPartitionTable generation from the" - + " DataNode[id={}], response status is {}"; - public static final String LOG_DATAPARTITIONINTEGRITY_FAILED_REQUEST_DATAPARTITIONTABLE_GENERATION_DATANODE_ID_ARG_ARG_818B47B8 = - "[DataPartitionIntegrity] Failed to request DataPartitionTable generation from" - + " DataNode[id={}]: {}"; - public static final String LOG_DATAPARTITIONINTEGRITY_FAILED_REQUEST_DATAPARTITIONTABLE_GENERATION_HEART_BEAT_DATANODE_ID_ARG_2AB63F12 = - "[DataPartitionIntegrity] Failed to request DataPartitionTable generation heart beat from the" - + " DataNode[id={}], already out of max retry time"; - public static final String LOG_DATAPARTITIONINTEGRITY_FAILED_REQUEST_DATAPARTITIONTABLE_GENERATION_HEART_BEAT_DATANODE_ID_ARG_DC1702EF = - "[DataPartitionIntegrity] Failed to request DataPartitionTable generation heart beat from the" - + " DataNode[id={}], state is {}, response status is {}"; - public static final String LOG_DATAPARTITIONINTEGRITY_DATANODE_ARG_COMPLETED_DATAPARTITIONTABLE_GENERATION_TERMINATING_HEART_BEAT_59DAAD5 = - "[DataPartitionIntegrity] DataNode {} completed DataPartitionTable generation, terminating" - + " heart beat"; - public static final String LOG_DATAPARTITIONINTEGRITY_DATANODE_ARG_STILL_GENERATING_DATAPARTITIONTABLE_63F84C78 = "[DataPartitionIntegrity] DataNode {} still generating DataPartitionTable"; - public static final String LOG_DATAPARTITIONINTEGRITY_DATANODE_ARG_RETURNED_UNKNOWN_ERROR_CODE_ARG_2DA6A21E = "[DataPartitionIntegrity] DataNode {} returned unknown error code: {}"; - public static final String LOG_DATAPARTITIONINTEGRITY_ERROR_CHECKING_DATAPARTITIONTABLE_STATUS_DATANODE_ARG_ARG_TERMINATING_HEART_D6EDA91 = - "[DataPartitionIntegrity] Error checking DataPartitionTable status from DataNode {}: {}," - + " terminating heart beat"; - public static final String LOG_DATAPARTITIONINTEGRITY_NO_DATAPARTITIONTABLES_MERGE_DATAPARTITIONTABLES_EMPTY_920E3DE6 = "[DataPartitionIntegrity] No DataPartitionTables to merge, dataPartitionTables is empty"; - public static final String LOG_DATAPARTITIONINTEGRITY_NO_DATA_PARTITION_TABLE_RELATED_DATABASE_ARG_WAS_FOUND_D1698512 = - "[DataPartitionIntegrity] No data partition table related to database {} was found from the" - + " ConfigNode, use data partition table of DataNode directly"; - public static final String LOG_DATAPARTITIONINTEGRITY_DATAPARTITIONTABLE_SUCCESSFULLY_WRITTEN_CONSENSUS_LOG_2B1634A6 = "[DataPartitionIntegrity] DataPartitionTable successfully written to consensus log"; - public static final String LOG_DATAPARTITIONINTEGRITY_ARG_SERIALIZE_FAILED_DATANODEID_ARG_967B51AA = "[DataPartitionIntegrity] {} serialize failed for dataNodeId: {}"; - public static final String LOG_DATAPARTITIONINTEGRITY_ARG_SERIALIZE_FINALDATAPARTITIONTABLES_FAILED_7E44DCD8 = "[DataPartitionIntegrity] {} serialize finalDataPartitionTables failed"; - public static final String LOG_DATAPARTITIONINTEGRITY_ARG_DESERIALIZE_FAILED_DATANODEID_ARG_22388A60 = "[DataPartitionIntegrity] {} deserialize failed for dataNodeId: {}"; - public static final String LOG_DATAPARTITIONINTEGRITY_ARG_DESERIALIZE_FINALDATAPARTITIONTABLES_FAILED_7E23E4BD = "[DataPartitionIntegrity] {} deserialize finalDataPartitionTables failed"; - public static final String LOG_DATAPARTITIONINTEGRITY_FAILED_DESERIALIZE_DATABASESCOPEDDATAPARTITIONTABLE_3B6933B5 = "[DataPartitionIntegrity] Failed to deserialize DatabaseScopedDataPartitionTable"; + public static final String + EXCEPTION_FAILED_CHECK_TIME_SERIES_EXISTENCE_ALL_REPLICASET_SCHEMAREGION_ARG_FAILURES_5F668154 = + "failed to check time series existence in all replicaset of schemaRegion %s. Failures: %s"; + public static final String LOG_FAILED_ROLLBACK_CONFIGNODE_TTL_STATE_9666EF54 = + "Failed to rollback ConfigNode ttl state."; + public static final String LOG_FAILED_ROLLBACK_DATANODE_TTL_CACHE_436C008A = + "Failed to rollback DataNode ttl cache."; + public static final String EXCEPTION_ROLLBACK_CONFIGNODE_TTL_FAILED_6D4FB59A = + "Rollback ConfigNode ttl failed for "; + public static final String EXCEPTION_ROLLBACK_DATANODE_TTL_CACHE_FAILED_AF9C7102 = + "Rollback dataNode ttl cache failed for "; + public static final String + LOG_PLEASE_VERIFY_WHETHER_LEADER_CHANGE_HAS_OCCURRED_DURING_STAGE_9FE68EE3 = + "Please verify whether a leader change has occurred during this stage. "; + public static final String + LOG_IF_LOG_TRIGGERED_WITHOUT_LEADER_CHANGE_IT_INDICATES_POTENTIAL_BUG_32AE71FD = + "If this log is triggered without a leader change, it indicates a potential bug in the" + + " partition table."; + public static final String + LOG_SKIP_RECOVERING_SCHEDULE_TASK_CQ_ARG_BECAUSE_ITS_METADATA_UNAVAILABLE_00286802 = + "Skip recovering the schedule task of CQ {} because its metadata is unavailable."; + public static final String LOG_PROCEDUREID_ARG_ACQUIRE_LOCK_3FBF9987 = + "procedureId {} acquire lock."; + public static final String + LOG_PROCEDUREID_ARG_ACQUIRE_LOCK_FAILED_WILL_WAIT_LOCK_AFTER_FINISHING_3B27278E = + "procedureId {} acquire lock failed, will wait for lock after finishing execution."; + public static final String LOG_PROCEDUREID_ARG_RELEASE_LOCK_FF860D6B = + "procedureId {} release lock."; + public static final String LOG_RETRIEVABLE_ERROR_TRYING_ADD_CONFIG_NODE_ARG_STATE_ARG_D7285810 = + "Retrievable error trying to add config node {}, state {}"; + public static final String + LOG_RETRIEVABLE_ERROR_TRYING_REMOVE_CONFIG_NODE_ARG_STATE_ARG_3754EBA1 = + "Retrievable error trying to remove config node {}, state {}"; + public static final String + LOG_PROCEDUREID_ARG_REMOVEDATANODES_SKIPS_ACQUIRING_LOCK_SINCE_UPPER_LAYER_ENSURES_C7546FF8 = + "procedureId {}-RemoveDataNodes skips acquiring lock, since upper layer ensures the serial" + + " execution."; + public static final String + LOG_PROCEDUREID_ARG_REMOVEDATANODES_SKIPS_RELEASING_LOCK_SINCE_IT_HASN_T_AED8A3DA = + "procedureId {}-RemoveDataNodes skips releasing lock, since it hasn't acquire any lock."; + public static final String LOG_ARG_CAN_NOT_REMOVE_DATANODE_ARG_495F9F85 = + "{}, Can not remove DataNode {} "; + public static final String + LOG_BECAUSE_NUMBER_DATANODES_LESS_EQUAL_THAN_REGION_REPLICA_NUMBER_DEC0CB38 = + "because the number of DataNodes is less or equal than region replica number"; + public static final String LOG_ARG_DATANODE_REGIONS_REMOVED_ARG_216A7DC7 = + "{}, DataNode regions to be removed is {}"; + public static final String LOG_RETRIEVABLE_ERROR_TRYING_REMOVE_DATA_NODE_ARG_STATE_ARG_4EFEB850 = + "Retrievable error trying to remove data node {}, state {}"; + public static final String + LOG_SUBMIT_REGIONMIGRATEPROCEDURE_REGIONID_ARG_REMOVEDDATANODE_ARG_DESTDATANODE_ARG_COORDINATORFORADDPEER_ARG_ = + "Submit RegionMigrateProcedure for regionId {}: removedDataNode={}, destDataNode={}," + + " coordinatorForAddPeer={}, coordinatorForRemovePeer={}"; + public static final String LOG_ARG_CANNOT_FIND_TARGET_DATANODE_MIGRATE_REGION_ARG_81A78E06 = + "{}, Cannot find target DataNode to migrate the region: {}"; + public static final String + LOG_ARG_SOME_REGIONS_MIGRATED_FAILED_DATANODE_ARG_MIGRATEDFAILEDREGIONS_ARG_11644841 = + "{}, Some regions are migrated failed in DataNode: {}, migratedFailedRegions: {}."; + public static final String + LOG_REGIONS_HAVE_BEEN_SUCCESSFULLY_MIGRATED_WILL_NOT_ROLL_BACK_YOU_AE904563 = + "Regions that have been successfully migrated will not roll back, you can submit the" + + " RemoveDataNodes task again later."; + public static final String + LOG_ARG_DATANODES_ARG_ALL_REGIONS_MIGRATED_SUCCESSFULLY_START_STOP_THEM_32D56F28 = + "{}, DataNodes: {} all regions migrated successfully, start to stop them."; + public static final String LOG_ARG_START_ROLL_BACK_DATANODES_STATUS_ARG_05C67270 = + "{}, Start to roll back the DataNodes status: {}"; + public static final String LOG_ARG_ROLL_BACK_DATANODES_STATUS_SUCCESSFULLY_ARG_6773A2DF = + "{}, Roll back the DataNodes status successfully: {}"; + public static final String + LOG_DATAPARTITIONINTEGRITY_NO_DATANODES_REGISTERED_NO_WAY_COLLECT_EARLIEST_TIMESLOTS_WAITING_7025EB23 = + "[DataPartitionIntegrity] No DataNodes registered, no way to collect earliest timeslots," + + " waiting for them to go up"; + public static final String + LOG_DATAPARTITIONINTEGRITY_FAILED_COLLECTED_EARLIEST_TIMESLOTS_DATANODE_ID_ARG_ALREADY_OUT_834B62B9 = + "[DataPartitionIntegrity] Failed to collected earliest timeslots from the DataNode[id={}]," + + " already out of max retry time"; + public static final String + LOG_DATAPARTITIONINTEGRITY_FAILED_COLLECTED_EARLIEST_TIMESLOTS_DATANODE_ID_ARG_RESPONSE_STATUS_B0A31EC4 = + "[DataPartitionIntegrity] Failed to collected earliest timeslots from the DataNode[id={}]," + + " response status is {}"; + public static final String LOG_COLLECTED_EARLIEST_TIMESLOTS_DATANODE_ID_ARG_ARG_5CDF2BA6 = + "Collected earliest timeslots from the DataNode[id={}]: {}"; + public static final String + LOG_DATAPARTITIONINTEGRITY_FAILED_COLLECT_EARLIEST_TIMESLOTS_DATANODE_ID_ARG_ARG_A211840A = + "[DataPartitionIntegrity] Failed to collect earliest timeslots from the DataNode[id={}]: {}"; + public static final String + LOG_COLLECTED_EARLIEST_TIMESLOTS_ARG_DATANODES_ARG_NUMBER_SUCCESSFUL_DATANODES_ARG_1CC129EF = + "Collected earliest timeslots from {} DataNodes: {}, the number of successful DataNodes is {}"; + public static final String + LOG_DATAPARTITIONINTEGRITY_NO_MISSING_DATA_PARTITIONS_DETECTED_NOTHING_NEEDS_REPAIRED_TERMINATING_72F2635F = + "[DataPartitionIntegrity] No missing data partitions detected, nothing needs to be repaired," + + " terminating procedure"; + public static final String + LOG_DATAPARTITIONINTEGRITY_NO_DATA_PARTITION_TABLE_RELATED_DATABASE_ARG_WAS_FOUND_B5B90613 = + "[DataPartitionIntegrity] No data partition table related to database {} was found from the" + + " ConfigNode, and this issue needs to be repaired"; + public static final String + LOG_DATAPARTITIONINTEGRITY_DATABASE_ARG_HAS_LOST_TIMESLOT_ARG_ITS_DATA_TABLE_499AF395 = + "[DataPartitionIntegrity] Database {} has lost timeslot {} in its data table partition, and" + + " this issue needs to be repaired"; + public static final String + LOG_DATAPARTITIONINTEGRITY_NO_DATABASES_HAVE_LOST_DATA_PARTITIONS_TERMINATING_PROCEDURE_3E718CC3 = + "[DataPartitionIntegrity] No databases have lost data partitions, terminating procedure"; + public static final String + LOG_DATAPARTITIONINTEGRITY_IDENTIFIED_ARG_DATABASES_HAVE_LOST_DATA_PARTITIONS_WILL_REQUEST_6DEA7502 = + "[DataPartitionIntegrity] Identified {} databases have lost data partitions, will request" + + " DataPartitionTable generation from {} DataNodes"; + public static final String LOG_REQUESTING_DATAPARTITIONTABLE_GENERATION_ARG_DATANODES_559F97E8 = + "Requesting DataPartitionTable generation from {} DataNodes..."; + public static final String + LOG_DATAPARTITIONINTEGRITY_NO_DATANODES_REGISTERED_NO_WAY_REQUESTED_DATAPARTITIONTABLE_GENERATION_TERMINATING_ = + "[DataPartitionIntegrity] No DataNodes registered, no way to requested DataPartitionTable" + + " generation, terminating procedure"; + public static final String + LOG_DATAPARTITIONINTEGRITY_FAILED_REQUEST_DATAPARTITIONTABLE_GENERATION_DATANODE_ID_ARG_ALREADY_OUT_6B0C9351 = + "[DataPartitionIntegrity] Failed to request DataPartitionTable generation from the" + + " DataNode[id={}], already out of max retry time"; + public static final String + LOG_DATAPARTITIONINTEGRITY_FAILED_REQUEST_DATAPARTITIONTABLE_GENERATION_DATANODE_ID_ARG_RESPONSE_STATUS_93012D = + "[DataPartitionIntegrity] Failed to request DataPartitionTable generation from the" + + " DataNode[id={}], response status is {}"; + public static final String + LOG_DATAPARTITIONINTEGRITY_FAILED_REQUEST_DATAPARTITIONTABLE_GENERATION_DATANODE_ID_ARG_ARG_818B47B8 = + "[DataPartitionIntegrity] Failed to request DataPartitionTable generation from" + + " DataNode[id={}]: {}"; + public static final String + LOG_DATAPARTITIONINTEGRITY_FAILED_REQUEST_DATAPARTITIONTABLE_GENERATION_HEART_BEAT_DATANODE_ID_ARG_2AB63F12 = + "[DataPartitionIntegrity] Failed to request DataPartitionTable generation heart beat from the" + + " DataNode[id={}], already out of max retry time"; + public static final String + LOG_DATAPARTITIONINTEGRITY_FAILED_REQUEST_DATAPARTITIONTABLE_GENERATION_HEART_BEAT_DATANODE_ID_ARG_DC1702EF = + "[DataPartitionIntegrity] Failed to request DataPartitionTable generation heart beat from the" + + " DataNode[id={}], state is {}, response status is {}"; + public static final String + LOG_DATAPARTITIONINTEGRITY_DATANODE_ARG_COMPLETED_DATAPARTITIONTABLE_GENERATION_TERMINATING_HEART_BEAT_59DAAD5 = + "[DataPartitionIntegrity] DataNode {} completed DataPartitionTable generation, terminating" + + " heart beat"; + public static final String + LOG_DATAPARTITIONINTEGRITY_DATANODE_ARG_STILL_GENERATING_DATAPARTITIONTABLE_63F84C78 = + "[DataPartitionIntegrity] DataNode {} still generating DataPartitionTable"; + public static final String + LOG_DATAPARTITIONINTEGRITY_DATANODE_ARG_RETURNED_UNKNOWN_ERROR_CODE_ARG_2DA6A21E = + "[DataPartitionIntegrity] DataNode {} returned unknown error code: {}"; + public static final String + LOG_DATAPARTITIONINTEGRITY_ERROR_CHECKING_DATAPARTITIONTABLE_STATUS_DATANODE_ARG_ARG_TERMINATING_HEART_D6EDA91 = + "[DataPartitionIntegrity] Error checking DataPartitionTable status from DataNode {}: {}," + + " terminating heart beat"; + public static final String + LOG_DATAPARTITIONINTEGRITY_NO_DATAPARTITIONTABLES_MERGE_DATAPARTITIONTABLES_EMPTY_920E3DE6 = + "[DataPartitionIntegrity] No DataPartitionTables to merge, dataPartitionTables is empty"; + public static final String + LOG_DATAPARTITIONINTEGRITY_NO_DATA_PARTITION_TABLE_RELATED_DATABASE_ARG_WAS_FOUND_D1698512 = + "[DataPartitionIntegrity] No data partition table related to database {} was found from the" + + " ConfigNode, use data partition table of DataNode directly"; + public static final String + LOG_DATAPARTITIONINTEGRITY_DATAPARTITIONTABLE_SUCCESSFULLY_WRITTEN_CONSENSUS_LOG_2B1634A6 = + "[DataPartitionIntegrity] DataPartitionTable successfully written to consensus log"; + public static final String + LOG_DATAPARTITIONINTEGRITY_ARG_SERIALIZE_FAILED_DATANODEID_ARG_967B51AA = + "[DataPartitionIntegrity] {} serialize failed for dataNodeId: {}"; + public static final String + LOG_DATAPARTITIONINTEGRITY_ARG_SERIALIZE_FINALDATAPARTITIONTABLES_FAILED_7E44DCD8 = + "[DataPartitionIntegrity] {} serialize finalDataPartitionTables failed"; + public static final String + LOG_DATAPARTITIONINTEGRITY_ARG_DESERIALIZE_FAILED_DATANODEID_ARG_22388A60 = + "[DataPartitionIntegrity] {} deserialize failed for dataNodeId: {}"; + public static final String + LOG_DATAPARTITIONINTEGRITY_ARG_DESERIALIZE_FINALDATAPARTITIONTABLES_FAILED_7E23E4BD = + "[DataPartitionIntegrity] {} deserialize finalDataPartitionTables failed"; + public static final String + LOG_DATAPARTITIONINTEGRITY_FAILED_DESERIALIZE_DATABASESCOPEDDATAPARTITIONTABLE_3B6933B5 = + "[DataPartitionIntegrity] Failed to deserialize DatabaseScopedDataPartitionTable"; public static final String EXCEPTION_FAILED_C6FF154E = " failed"; - public static final String LOG_SUBSCRIPTIONHANDLELEADERCHANGEPROCEDURE_EXECUTEFROMVALIDATE_97490577 = "SubscriptionHandleLeaderChangeProcedure: executeFromValidate"; - public static final String LOG_SUBSCRIPTIONHANDLELEADERCHANGEPROCEDURE_EXECUTEFROMOPERATEONCONFIGNODES_D4E8BD37 = "SubscriptionHandleLeaderChangeProcedure: executeFromOperateOnConfigNodes"; - public static final String LOG_SUBSCRIPTIONHANDLELEADERCHANGEPROCEDURE_FAILED_PULL_COMMIT_PROGRESS_DATANODE_ARG_STATUS_ARG_8C6DEC4E = - "SubscriptionHandleLeaderChangeProcedure: failed to pull commit progress from DataNode {}," - + " status: {}"; - public static final String LOG_SUBSCRIPTIONHANDLELEADERCHANGEPROCEDURE_FAILED_WRITE_API_EXECUTING_CONSENSUS_LAYER_56B3832A = - "SubscriptionHandleLeaderChangeProcedure: failed in the write API executing the consensus" - + " layer due to: "; - public static final String LOG_SUBSCRIPTIONHANDLELEADERCHANGEPROCEDURE_EXECUTEFROMOPERATEONDATANODES_0D9F7C98 = "SubscriptionHandleLeaderChangeProcedure: executeFromOperateOnDataNodes"; - public static final String LOG_SUBSCRIPTIONHANDLELEADERCHANGEPROCEDURE_IGNORED_FAILED_TOPIC_META_PUSH_DATANODE_ARG_STATUS_ARG_67FC003F = - "SubscriptionHandleLeaderChangeProcedure: ignored failed topic meta push to DataNode {}," - + " status: {}"; - public static final String LOG_SUBSCRIPTIONHANDLELEADERCHANGEPROCEDURE_IGNORED_FAILED_CONSUMER_GROUP_META_PUSH_DATANODE_ARG_STATUS_17C948 = - "SubscriptionHandleLeaderChangeProcedure: ignored failed consumer group meta push to DataNode" - + " {}, status: {}"; - public static final String LOG_SUBSCRIPTIONHANDLELEADERCHANGEPROCEDURE_IGNORED_FAILED_SUBSCRIPTION_RUNTIME_PUSH_UNREADABLE_DATANODE_ARG_S = - "SubscriptionHandleLeaderChangeProcedure: ignored failed subscription runtime push to" - + " unreadable DataNode {}, status: {}"; - public static final String LOG_SUBSCRIPTIONHANDLELEADERCHANGEPROCEDURE_ROLLBACKFROMVALIDATE_74B408B7 = "SubscriptionHandleLeaderChangeProcedure: rollbackFromValidate"; - public static final String LOG_SUBSCRIPTIONHANDLELEADERCHANGEPROCEDURE_ROLLBACKFROMOPERATEONCONFIGNODES_D4C70763 = "SubscriptionHandleLeaderChangeProcedure: rollbackFromOperateOnConfigNodes"; - public static final String LOG_SUBSCRIPTIONHANDLELEADERCHANGEPROCEDURE_ROLLBACKFROMOPERATEONDATANODES_0250F6E9 = "SubscriptionHandleLeaderChangeProcedure: rollbackFromOperateOnDataNodes"; - public static final String LOG_SUBSCRIPTIONHANDLELEADERCHANGEPROCEDURE_FAILED_DESERIALIZE_REGION_PROGRESS_KEY_ARG_SUMMARY_ARG_F6935E59 = - "SubscriptionHandleLeaderChangeProcedure: failed to deserialize region progress, key={}," - + " summary={}"; - public static final String EXCEPTION_FAILED_PUSH_SUBSCRIPTION_RUNTIME_STATE_READABLE_DATANODES_DURING_LEADER_CHANGE_F37E6F2C = - "Failed to push subscription runtime state to readable DataNodes during leader change," - + " details: %s"; - public static final String EXCEPTION_FAILED_SERIALIZE_REGION_PROGRESS_1769D6F1 = "Failed to serialize region progress "; - public static final String EXCEPTION_NO_READABLE_DATANODE_AVAILABLE_ACCEPT_SUBSCRIPTION_METADATA_RUNTIME_UPDATES_DURING_22E61621 = - "No readable DataNode is available to accept subscription metadata/runtime updates during" - + " leader change"; - public static final String LOG_CREATESUBSCRIPTIONPROCEDURE_TOPIC_ARG_USES_CONSENSUS_SUBSCRIPTION_MODE_031CF049 = "CreateSubscriptionProcedure: topic [{}] uses consensus subscription mode "; - public static final String LOG_MODE_ARG_SKIPPING_PIPE_CREATION_5F4D1026 = "(mode={}), skipping pipe creation"; - public static final String LOG_CREATESUBSCRIPTIONPROCEDURE_CONSENSUS_BASED_TOPICS_ARG_WILL_HANDLED_DATANODE_90A9C2FD = "CreateSubscriptionProcedure: consensus-based topics {} will be handled by DataNode "; - public static final String LOG_VIA_CONSUMER_GROUP_META_PUSH_NO_PIPE_CREATION_NEEDED_D56CFE31 = "via consumer group meta push (no pipe creation needed)"; - public static final String LOG_CREATESUBSCRIPTIONPROCEDURE_SYNCHRONIZING_COMMIT_PROGRESS_AFTER_CONSUMER_GROUP_NEWLY_SUBSCRIBED_CONSENSUS_TOPICS_ARG_F5687D36 = "CreateSubscriptionProcedure: synchronizing commit progress after consumer group newly subscribed consensus topics {}"; - public static final String LOG_DROPSUBSCRIPTIONPROCEDURE_TOPIC_ARG_USES_CONSENSUS_SUBSCRIPTION_MODE_6962D13C = "DropSubscriptionProcedure: topic [{}] uses consensus subscription mode "; - public static final String LOG_MODE_ARG_SKIPPING_PIPE_REMOVAL_133B0CD6 = "(mode={}), skipping pipe removal"; - public static final String LOG_COMMITPROGRESSSYNCPROCEDURE_ACQUIRELOCK_SKIP_PROCEDURE_LAST_EXECUTION_TIME_ARG_CE3DD247 = "CommitProgressSyncProcedure: acquireLock, skip the procedure due to the last execution time {}"; - public static final String LOG_COMMITPROGRESSSYNCPROCEDURE_EXECUTEFROMVALIDATE_CF220E1F = "CommitProgressSyncProcedure: executeFromValidate"; - public static final String LOG_COMMITPROGRESSSYNCPROCEDURE_EXECUTEFROMOPERATEONCONFIGNODES_0DC818CA = "CommitProgressSyncProcedure: executeFromOperateOnConfigNodes"; - public static final String LOG_FAILED_PULL_COMMIT_PROGRESS_DATANODE_ARG_STATUS_ARG_33037B29 = "Failed to pull commit progress from DataNode {}, status: {}"; - public static final String EXCEPTION_FAILED_TO_PULL_REQUIRED_COMMIT_PROGRESS_FROM_DATANODE_ARG_STATUS_ARG_E08A2450 = "Failed to pull required commit progress from DataNode %s, status: %s"; - public static final String LOG_COMMITPROGRESSSYNCPROCEDURE_EXECUTEFROMOPERATEONDATANODES_NO_OP_34420360 = "CommitProgressSyncProcedure: executeFromOperateOnDataNodes (no-op)"; - public static final String LOG_COMMITPROGRESSSYNCPROCEDURE_ROLLBACKFROMVALIDATE_2309D4D2 = "CommitProgressSyncProcedure: rollbackFromValidate"; - public static final String LOG_COMMITPROGRESSSYNCPROCEDURE_ROLLBACKFROMOPERATEONCONFIGNODES_57CB907B = "CommitProgressSyncProcedure: rollbackFromOperateOnConfigNodes"; - public static final String LOG_COMMITPROGRESSSYNCPROCEDURE_ROLLBACKFROMOPERATEONDATANODES_0D2CEB50 = "CommitProgressSyncProcedure: rollbackFromOperateOnDataNodes"; - public static final String LOG_COMMITPROGRESSSYNCPROCEDURE_FAILED_DESERIALIZE_REGION_PROGRESS_KEY_ARG_SUMMARY_ARG_0202F658 = "CommitProgressSyncProcedure: failed to deserialize region progress, key={}, summary={}"; + public static final String + LOG_SUBSCRIPTIONHANDLELEADERCHANGEPROCEDURE_EXECUTEFROMVALIDATE_97490577 = + "SubscriptionHandleLeaderChangeProcedure: executeFromValidate"; + public static final String + LOG_SUBSCRIPTIONHANDLELEADERCHANGEPROCEDURE_EXECUTEFROMOPERATEONCONFIGNODES_D4E8BD37 = + "SubscriptionHandleLeaderChangeProcedure: executeFromOperateOnConfigNodes"; + public static final String + LOG_SUBSCRIPTIONHANDLELEADERCHANGEPROCEDURE_FAILED_PULL_COMMIT_PROGRESS_DATANODE_ARG_STATUS_ARG_8C6DEC4E = + "SubscriptionHandleLeaderChangeProcedure: failed to pull commit progress from DataNode {}," + + " status: {}"; + public static final String + LOG_SUBSCRIPTIONHANDLELEADERCHANGEPROCEDURE_FAILED_WRITE_API_EXECUTING_CONSENSUS_LAYER_56B3832A = + "SubscriptionHandleLeaderChangeProcedure: failed in the write API executing the consensus" + + " layer due to: "; + public static final String + LOG_SUBSCRIPTIONHANDLELEADERCHANGEPROCEDURE_EXECUTEFROMOPERATEONDATANODES_0D9F7C98 = + "SubscriptionHandleLeaderChangeProcedure: executeFromOperateOnDataNodes"; + public static final String + LOG_SUBSCRIPTIONHANDLELEADERCHANGEPROCEDURE_IGNORED_FAILED_TOPIC_META_PUSH_DATANODE_ARG_STATUS_ARG_67FC003F = + "SubscriptionHandleLeaderChangeProcedure: ignored failed topic meta push to DataNode {}," + + " status: {}"; + public static final String + LOG_SUBSCRIPTIONHANDLELEADERCHANGEPROCEDURE_IGNORED_FAILED_CONSUMER_GROUP_META_PUSH_DATANODE_ARG_STATUS_17C948 = + "SubscriptionHandleLeaderChangeProcedure: ignored failed consumer group meta push to DataNode" + + " {}, status: {}"; + public static final String + LOG_SUBSCRIPTIONHANDLELEADERCHANGEPROCEDURE_IGNORED_FAILED_SUBSCRIPTION_RUNTIME_PUSH_UNREADABLE_DATANODE_ARG_S = + "SubscriptionHandleLeaderChangeProcedure: ignored failed subscription runtime push to" + + " unreadable DataNode {}, status: {}"; + public static final String + LOG_SUBSCRIPTIONHANDLELEADERCHANGEPROCEDURE_ROLLBACKFROMVALIDATE_74B408B7 = + "SubscriptionHandleLeaderChangeProcedure: rollbackFromValidate"; + public static final String + LOG_SUBSCRIPTIONHANDLELEADERCHANGEPROCEDURE_ROLLBACKFROMOPERATEONCONFIGNODES_D4C70763 = + "SubscriptionHandleLeaderChangeProcedure: rollbackFromOperateOnConfigNodes"; + public static final String + LOG_SUBSCRIPTIONHANDLELEADERCHANGEPROCEDURE_ROLLBACKFROMOPERATEONDATANODES_0250F6E9 = + "SubscriptionHandleLeaderChangeProcedure: rollbackFromOperateOnDataNodes"; + public static final String + LOG_SUBSCRIPTIONHANDLELEADERCHANGEPROCEDURE_FAILED_DESERIALIZE_REGION_PROGRESS_KEY_ARG_SUMMARY_ARG_F6935E59 = + "SubscriptionHandleLeaderChangeProcedure: failed to deserialize region progress, key={}," + + " summary={}"; + public static final String + EXCEPTION_FAILED_PUSH_SUBSCRIPTION_RUNTIME_STATE_READABLE_DATANODES_DURING_LEADER_CHANGE_F37E6F2C = + "Failed to push subscription runtime state to readable DataNodes during leader change," + + " details: %s"; + public static final String EXCEPTION_FAILED_SERIALIZE_REGION_PROGRESS_1769D6F1 = + "Failed to serialize region progress "; + public static final String + EXCEPTION_NO_READABLE_DATANODE_AVAILABLE_ACCEPT_SUBSCRIPTION_METADATA_RUNTIME_UPDATES_DURING_22E61621 = + "No readable DataNode is available to accept subscription metadata/runtime updates during" + + " leader change"; + public static final String + LOG_CREATESUBSCRIPTIONPROCEDURE_TOPIC_ARG_USES_CONSENSUS_SUBSCRIPTION_MODE_031CF049 = + "CreateSubscriptionProcedure: topic [{}] uses consensus subscription mode "; + public static final String LOG_MODE_ARG_SKIPPING_PIPE_CREATION_5F4D1026 = + "(mode={}), skipping pipe creation"; + public static final String + LOG_CREATESUBSCRIPTIONPROCEDURE_CONSENSUS_BASED_TOPICS_ARG_WILL_HANDLED_DATANODE_90A9C2FD = + "CreateSubscriptionProcedure: consensus-based topics {} will be handled by DataNode "; + public static final String LOG_VIA_CONSUMER_GROUP_META_PUSH_NO_PIPE_CREATION_NEEDED_D56CFE31 = + "via consumer group meta push (no pipe creation needed)"; + public static final String + LOG_CREATESUBSCRIPTIONPROCEDURE_SYNCHRONIZING_COMMIT_PROGRESS_AFTER_CONSUMER_GROUP_NEWLY_SUBSCRIBED_CONSENSUS_TOPICS_ARG_F5687D36 = + "CreateSubscriptionProcedure: synchronizing commit progress after consumer group newly subscribed consensus topics {}"; + public static final String + LOG_DROPSUBSCRIPTIONPROCEDURE_TOPIC_ARG_USES_CONSENSUS_SUBSCRIPTION_MODE_6962D13C = + "DropSubscriptionProcedure: topic [{}] uses consensus subscription mode "; + public static final String LOG_MODE_ARG_SKIPPING_PIPE_REMOVAL_133B0CD6 = + "(mode={}), skipping pipe removal"; + public static final String + LOG_COMMITPROGRESSSYNCPROCEDURE_ACQUIRELOCK_SKIP_PROCEDURE_LAST_EXECUTION_TIME_ARG_CE3DD247 = + "CommitProgressSyncProcedure: acquireLock, skip the procedure due to the last execution time {}"; + public static final String LOG_COMMITPROGRESSSYNCPROCEDURE_EXECUTEFROMVALIDATE_CF220E1F = + "CommitProgressSyncProcedure: executeFromValidate"; + public static final String + LOG_COMMITPROGRESSSYNCPROCEDURE_EXECUTEFROMOPERATEONCONFIGNODES_0DC818CA = + "CommitProgressSyncProcedure: executeFromOperateOnConfigNodes"; + public static final String LOG_FAILED_PULL_COMMIT_PROGRESS_DATANODE_ARG_STATUS_ARG_33037B29 = + "Failed to pull commit progress from DataNode {}, status: {}"; + public static final String + EXCEPTION_FAILED_TO_PULL_REQUIRED_COMMIT_PROGRESS_FROM_DATANODE_ARG_STATUS_ARG_E08A2450 = + "Failed to pull required commit progress from DataNode %s, status: %s"; + public static final String + LOG_COMMITPROGRESSSYNCPROCEDURE_EXECUTEFROMOPERATEONDATANODES_NO_OP_34420360 = + "CommitProgressSyncProcedure: executeFromOperateOnDataNodes (no-op)"; + public static final String LOG_COMMITPROGRESSSYNCPROCEDURE_ROLLBACKFROMVALIDATE_2309D4D2 = + "CommitProgressSyncProcedure: rollbackFromValidate"; + public static final String + LOG_COMMITPROGRESSSYNCPROCEDURE_ROLLBACKFROMOPERATEONCONFIGNODES_57CB907B = + "CommitProgressSyncProcedure: rollbackFromOperateOnConfigNodes"; + public static final String + LOG_COMMITPROGRESSSYNCPROCEDURE_ROLLBACKFROMOPERATEONDATANODES_0D2CEB50 = + "CommitProgressSyncProcedure: rollbackFromOperateOnDataNodes"; + public static final String + LOG_COMMITPROGRESSSYNCPROCEDURE_FAILED_DESERIALIZE_REGION_PROGRESS_KEY_ARG_SUMMARY_ARG_0202F658 = + "CommitProgressSyncProcedure: failed to deserialize region progress, key={}, summary={}"; public static final String EXCEPTION_UNEXPECTED_PARENT_444B4289 = "Unexpected parent"; public static final String LOG_ARG_8393DD4A = "{}"; - public static final String MESSAGE_HALT_PID_ARG_ACTIVECOUNT_ARG_411F3EBF = "Halt pid={}, activeCount={}"; - public static final String MESSAGE_EXCEPTION_HAPPENED_WHEN_WORKER_ARG_EXECUTE_PROCEDURE_ARG_6E3AD27D = "Exception happened when worker {} execute procedure {}"; - public static final String MESSAGE_FAILED_TO_SHOW_DATAPARTITIONTABLE_INTEGRITY_CHECK_PROGRESS_5EE98694 = "Failed to show DataPartitionTable integrity check progress"; - public static final String MESSAGE_ENCOUNTERED_UNEXPECTED_DATAPARTITIONTABLEINTEGRITYCHECKPROCEDURESTATE_ARG_WHEN_SHOWING_PROGRESS_5FA2739F = - "Encountered unexpected DataPartitionTableIntegrityCheckProcedureState {} when showing progress"; - public static final String MESSAGE_UNEXPECTED_DATAPARTITIONTABLEINTEGRITYCHECKPROCEDURESTATE_ARG_WHEN_SHOWING_PROGRESS_D3C07BA1 = - "Unexpected DataPartitionTableIntegrityCheckProcedureState {} when showing progress"; + public static final String MESSAGE_HALT_PID_ARG_ACTIVECOUNT_ARG_411F3EBF = + "Halt pid={}, activeCount={}"; + public static final String + MESSAGE_EXCEPTION_HAPPENED_WHEN_WORKER_ARG_EXECUTE_PROCEDURE_ARG_6E3AD27D = + "Exception happened when worker {} execute procedure {}"; + public static final String + MESSAGE_FAILED_TO_SHOW_DATAPARTITIONTABLE_INTEGRITY_CHECK_PROGRESS_5EE98694 = + "Failed to show DataPartitionTable integrity check progress"; + public static final String + MESSAGE_ENCOUNTERED_UNEXPECTED_DATAPARTITIONTABLEINTEGRITYCHECKPROCEDURESTATE_ARG_WHEN_SHOWING_PROGRESS_5FA2739F = + "Encountered unexpected DataPartitionTableIntegrityCheckProcedureState {} when showing progress"; + public static final String + MESSAGE_UNEXPECTED_DATAPARTITIONTABLEINTEGRITYCHECKPROCEDURESTATE_ARG_WHEN_SHOWING_PROGRESS_D3C07BA1 = + "Unexpected DataPartitionTableIntegrityCheckProcedureState {} when showing progress"; - public static final String MESSAGE_NO_PROCEDURE_WORKER_IS_CURRENTLY_AVAILABLE_WORKERS_MAY_BE_BUSY_OR_BLOCKED_BY_OTHER_PROCEDURES_AB0B1595 = - "no Procedure worker is currently available; workers may be busy or blocked by other procedures."; - public static final String MESSAGE_PIPE_OPERATION_ARG_TIMED_OUT_PROCEDUREID_ARG_STUCK_AT_ARG_REASON_ARG_THE_PROCEDURE_IS_STILL_RUNNING_7EEAC50E = - "Pipe operation %s timed out (procedureId=%d). Stuck at %s. Reason: %s. The procedure is still running."; - public static final String MESSAGE_WAITING_TO_ACQUIRE_THE_PIPETASKCOORDINATOR_LOCK_BECAUSE_ANOTHER_PIPE_OPERATION_IS_HOLDING_IT_25A3B6B8 = - "waiting to acquire the PipeTaskCoordinator lock because another Pipe operation is holding it."; - public static final String MESSAGE_WAITING_TO_ACQUIRE_THE_CONFIGNODE_NODE_LOCK_BECAUSE_ANOTHER_NODE_PROCEDURE_IS_HOLDING_IT_56494E86 = - "waiting to acquire the ConfigNode node lock because another node procedure is holding it."; - public static final String MESSAGE_WAITING_TO_ACQUIRE_THE_CONFIGNODE_NODE_LOCK_HELD_BY_ARG_PROCEDUREID_ARG_3F432041 = - "waiting to acquire the ConfigNode node lock held by %s (procedureId=%d)."; - public static final String MESSAGE_PIPE_REQUEST_OR_PLUGIN_VALIDATION_HAS_NOT_COMPLETED_A_PLUGIN_CHECK_OR_METADATA_ACCESS_MAY_BE_SLOW_57C36CEF = - "Pipe request or plugin validation has not completed; a plugin check or metadata access may be slow."; - public static final String MESSAGE_PIPE_METADATA_CALCULATION_HAS_NOT_COMPLETED_METADATA_ACCESS_OR_LOCAL_CALCULATION_MAY_BE_SLOW_DEBF2504 = - "Pipe metadata calculation has not completed; metadata access or local calculation may be slow."; - public static final String MESSAGE_THE_CONFIGNODE_CONSENSUS_WRITE_HAS_NOT_RETURNED_RUN_SHOW_CLUSTER_TO_CHECK_NODE_STATUS_B0A6E1A7 = - "the ConfigNode consensus write has not returned; run SHOW CLUSTER to check node status."; - public static final String MESSAGE_DATANODES_ARG_HAVE_NOT_RESPONDED_TO_THE_PIPE_METADATA_PUSH_RUN_SHOW_CLUSTER_TO_CHECK_THEIR_STATUS_9C2F806F = - "DataNodes %s have not responded to the Pipe metadata push; run SHOW CLUSTER to check their status."; - public static final String MESSAGE_THE_PIPE_METADATA_PUSH_HAS_NOT_COMPLETED_RUN_SHOW_CLUSTER_TO_CHECK_DATANODE_STATUS_A8F3F0A0 = - "the Pipe metadata push has not completed; run SHOW CLUSTER to check DataNode status."; - public static final String MESSAGE_THE_PREVIOUS_ATTEMPT_FAILED_WITH_ARG_AND_THIS_STATE_IS_BEING_RETRIED_7A541F27 = - "the previous attempt failed with '%s' and this state is being retried."; + public static final String + MESSAGE_NO_PROCEDURE_WORKER_IS_CURRENTLY_AVAILABLE_WORKERS_MAY_BE_BUSY_OR_BLOCKED_BY_OTHER_PROCEDURES_AB0B1595 = + "no Procedure worker is currently available; workers may be busy or blocked by other procedures."; + public static final String + MESSAGE_PIPE_OPERATION_ARG_TIMED_OUT_PROCEDUREID_ARG_STUCK_AT_ARG_REASON_ARG_THE_PROCEDURE_IS_STILL_RUNNING_7EEAC50E = + "Pipe operation %s timed out (procedureId=%d). Stuck at %s. Reason: %s. The procedure is still running."; + public static final String + MESSAGE_WAITING_TO_ACQUIRE_THE_PIPETASKCOORDINATOR_LOCK_BECAUSE_ANOTHER_PIPE_OPERATION_IS_HOLDING_IT_25A3B6B8 = + "waiting to acquire the PipeTaskCoordinator lock because another Pipe operation is holding it."; + public static final String + MESSAGE_WAITING_TO_ACQUIRE_THE_CONFIGNODE_NODE_LOCK_BECAUSE_ANOTHER_NODE_PROCEDURE_IS_HOLDING_IT_56494E86 = + "waiting to acquire the ConfigNode node lock because another node procedure is holding it."; + public static final String + MESSAGE_WAITING_TO_ACQUIRE_THE_CONFIGNODE_NODE_LOCK_HELD_BY_ARG_PROCEDUREID_ARG_3F432041 = + "waiting to acquire the ConfigNode node lock held by %s (procedureId=%d)."; + public static final String + MESSAGE_PIPE_REQUEST_OR_PLUGIN_VALIDATION_HAS_NOT_COMPLETED_A_PLUGIN_CHECK_OR_METADATA_ACCESS_MAY_BE_SLOW_57C36CEF = + "Pipe request or plugin validation has not completed; a plugin check or metadata access may be slow."; + public static final String + MESSAGE_PIPE_METADATA_CALCULATION_HAS_NOT_COMPLETED_METADATA_ACCESS_OR_LOCAL_CALCULATION_MAY_BE_SLOW_DEBF2504 = + "Pipe metadata calculation has not completed; metadata access or local calculation may be slow."; + public static final String + MESSAGE_THE_CONFIGNODE_CONSENSUS_WRITE_HAS_NOT_RETURNED_RUN_SHOW_CLUSTER_TO_CHECK_NODE_STATUS_B0A6E1A7 = + "the ConfigNode consensus write has not returned; run SHOW CLUSTER to check node status."; + public static final String + MESSAGE_DATANODES_ARG_HAVE_NOT_RESPONDED_TO_THE_PIPE_METADATA_PUSH_RUN_SHOW_CLUSTER_TO_CHECK_THEIR_STATUS_9C2F806F = + "DataNodes %s have not responded to the Pipe metadata push; run SHOW CLUSTER to check their status."; + public static final String + MESSAGE_THE_PIPE_METADATA_PUSH_HAS_NOT_COMPLETED_RUN_SHOW_CLUSTER_TO_CHECK_DATANODE_STATUS_A8F3F0A0 = + "the Pipe metadata push has not completed; run SHOW CLUSTER to check DataNode status."; + public static final String + MESSAGE_THE_PREVIOUS_ATTEMPT_FAILED_WITH_ARG_AND_THIS_STATE_IS_BEING_RETRIED_7A541F27 = + "the previous attempt failed with '%s' and this state is being retried."; public static final String MESSAGE_THE_STATE_FAILED_WITH_ARG_AND_ROLLBACK_IS_PENDING_E7B43829 = "the state failed with '%s' and rollback is pending."; public static final String MESSAGE_ROLLING_BACK_AFTER_FAILURE_ARG_474DF456 = diff --git a/iotdb-core/confignode/src/main/i18n/zh/org/apache/iotdb/confignode/i18n/ManagerMessages.java b/iotdb-core/confignode/src/main/i18n/zh/org/apache/iotdb/confignode/i18n/ManagerMessages.java index 499e922f7a7d..535cc904d24e 100644 --- a/iotdb-core/confignode/src/main/i18n/zh/org/apache/iotdb/confignode/i18n/ManagerMessages.java +++ b/iotdb-core/confignode/src/main/i18n/zh/org/apache/iotdb/confignode/i18n/ManagerMessages.java @@ -47,11 +47,9 @@ public final class ManagerMessages { public static final String CREATEPEERFORCONSENSUSGROUP = "createPeerForConsensusGroup {}..."; public static final String CREATEREGIONGROUPS_STARTING_TO_CREATE_THE_FOLLOWING_REGIONGROUPS = "[CreateRegionGroups] 开始创建以下 RegionGroup:"; - public static final String CREATE_DATAPARTITION_FAILED_BECAUSE = - "创建 DataPartition 失败,原因:"; - public static final String - DATAPARTITIONTABLEINTEGRITYCHECKPROCEDURE_IS_ALREADY_SUBMITTED = - "DataPartitionTableIntegrityCheckProcedure 已提交。"; + public static final String CREATE_DATAPARTITION_FAILED_BECAUSE = "创建 DataPartition 失败,原因:"; + public static final String DATAPARTITIONTABLEINTEGRITYCHECKPROCEDURE_IS_ALREADY_SUBMITTED = + "DataPartitionTableIntegrityCheckProcedure 已提交。"; public static final String LACKED_DATAPARTITION_ALLOCATION_RESULT_WHEN_GET_OR_CREATE_DATA_PARTITIONS_FOR_DATABASES = "获取或创建数据库的数据分区时缺少 %d/%d 个 DataPartition 分配结果,数据库:%s"; @@ -60,8 +58,7 @@ public final class ManagerMessages { public static final String LACKED_SCHEMAPARTITION_ALLOCATION_RESULT_WHEN_GET_OR_CREATE_SCHEMA_PARTITIONS_FOR_DATABASES = "获取或创建数据库的模式分区时缺少 %d/%d 个 SchemaPartition 分配结果,数据库:%s"; - public static final String CREATE_SCHEMAPARTITION_FAILED_BECAUSE = - "创建 SchemaPartition 失败,原因:"; + public static final String CREATE_SCHEMAPARTITION_FAILED_BECAUSE = "创建 SchemaPartition 失败,原因:"; public static final String DATABASE_DOESN_T_EXIST = "Database: {} 不存在"; public static final String DATABASE_NOT_EXISTS_WHEN_SETUPPARTITIONBALANCER = "setupPartitionBalancer 时数据库 {} 不存在"; @@ -71,8 +68,7 @@ public final class ManagerMessages { "DataNodeLocation 为空,datanodeId {}"; public static final String DATAREGIONGROUPEXTENSIONPOLICY_DOESN_T_EXIST = "DataRegionGroupExtensionPolicy %s 不存在。"; - public static final String DECREASE_REFERENCE_COUNT_FOR_SNAPSHOT_ERROR = - "减少快照 {} 的引用计数失败。"; + public static final String DECREASE_REFERENCE_COUNT_FOR_SNAPSHOT_ERROR = "减少快照 {} 的引用计数失败。"; public static final String DELETING_REGIONS_COSTS_MS = "删除 region 耗时 {}ms"; public static final String DETECTED_HISTORICAL_PIPE_COMPLETION_REPORT_FROM_DATANODE = "检测到来自 DataNode {} 的历史 pipe 完成上报,pipe {}。remainingEventCount: {}, remainingTime: {}, completedDataNodes: {}"; @@ -89,20 +85,15 @@ public final class ManagerMessages { "[EndExecuteCQ] {},时间范围为 [{}, {}),当前时间为 {}"; public static final String ERROR_HAPPENED_WHILE_SHUTTING_DOWN_PREVIOUS_CQ_SCHEDULE_THREAD_POOL = "关闭上一个 CQ 调度线程池时出错。"; - public static final String ERROR_OCCURRED_DURING_CLOSING_PIPECONNECTOR = - "关闭 PipeConnector 时出错。"; - public static final String ERROR_OCCURRED_DURING_CLOSING_PIPEEXTRACTOR = - "关闭 PipeExtractor 时出错。"; - public static final String ERROR_OCCURRED_DURING_CLOSING_PIPEPROCESSOR = - "关闭 PipeProcessor 时出错。"; + public static final String ERROR_OCCURRED_DURING_CLOSING_PIPECONNECTOR = "关闭 PipeConnector 时出错。"; + public static final String ERROR_OCCURRED_DURING_CLOSING_PIPEEXTRACTOR = "关闭 PipeExtractor 时出错。"; + public static final String ERROR_OCCURRED_DURING_CLOSING_PIPEPROCESSOR = "关闭 PipeProcessor 时出错。"; public static final String ERROR_WHEN_COUNTING_DATAREGIONGROUPS_IN_DATABASE = "统计 Database: {} 中的 DataRegionGroup 数量时出错"; public static final String ERROR_WHEN_COUNTING_SCHEMAREGIONGROUPS_IN_DATABASE = "统计 Database: {} 中的 SchemaRegionGroup 数量时出错"; - public static final String EVENT_SERVICE_IS_STARTED_SUCCESSFULLY = - "Event 服务已成功启动。"; - public static final String EVENT_SERVICE_IS_STOPPED_SUCCESSFULLY = - "Event 服务已成功停止。"; + public static final String EVENT_SERVICE_IS_STARTED_SUCCESSFULLY = "Event 服务已成功启动。"; + public static final String EVENT_SERVICE_IS_STOPPED_SUCCESSFULLY = "Event 服务已成功停止。"; public static final String EXCEPTION_ENCOUNTERED_WHEN_TRIGGERING_SCHEMA_REGION_SNAPSHOT = "触发 schema region 快照时遇到异常。"; public static final String EXECUTE_CQ_FAILED = "执行 CQ {} 失败"; @@ -120,12 +111,9 @@ public final class ManagerMessages { "为自动重启 pipe task 获取 pipe 锁失败。"; public static final String FAILED_TO_ACQUIRE_PIPE_LOCK_FOR_HANDLING_SUCCESSFUL_RESTART = "为处理成功重启获取 pipe 锁失败。"; - public static final String FAILED_TO_ALTER_PIPE_RESULT_STATUS = - "修改 pipe {} 失败。结果状态:{}。"; - public static final String FAILED_TO_CHECK_AND_REPAIR_CONSENSUS_PIPES = - "检查并修复 consensus pipe 失败"; - public static final String FAILED_TO_CHECK_PASSWORD_FOR_PIPE = - "检查 pipe %s 的密码失败。"; + public static final String FAILED_TO_ALTER_PIPE_RESULT_STATUS = "修改 pipe {} 失败。结果状态:{}。"; + public static final String FAILED_TO_CHECK_AND_REPAIR_CONSENSUS_PIPES = "检查并修复 consensus pipe 失败"; + public static final String FAILED_TO_CHECK_PASSWORD_FOR_PIPE = "检查 pipe %s 的密码失败。"; public static final String FAILED_TO_CLOSE_CONSUMER_IN_CONSUMER_GROUP_RESULT_STATUS = "关闭 consumer group {} 中的 consumer {} 失败。结果状态:{}。"; public static final String FAILED_TO_CLOSE_EXTRACTOR_AFTER_FAILED_TO_INITIALIZE_EXTRACTOR = @@ -136,16 +124,13 @@ public final class ManagerMessages { "收集 CommitCreateTablePlan 失败"; public static final String FAILED_TO_COLLECT_PIPE_META_LIST_FROM_CONFIG_NODE_TASK = "从 config node task agent 收集 pipe meta 列表失败"; - public static final String FAILED_TO_COLLECT_UNSETTEMPLATEPLAN = - "收集 UnsetTemplatePlan 失败"; - public static final String FAILED_TO_COLLECT_USER_NAME_FOR_USER_ID = - "为用户 id {} 收集用户名失败"; + public static final String FAILED_TO_COLLECT_UNSETTEMPLATEPLAN = "收集 UnsetTemplatePlan 失败"; + public static final String FAILED_TO_COLLECT_USER_NAME_FOR_USER_ID = "为用户 id {} 收集用户名失败"; public static final String FAILED_TO_CREATE_CONSUMER_IN_CONSUMER_GROUP_RESULT_STATUS = "在 consumer group {} 中创建 consumer {} 失败。结果状态:{}。"; public static final String FAILED_TO_CREATE_PEER_FOR_CONSENSUS_GROUP = "为 consensus group 创建 peer 失败"; - public static final String FAILED_TO_CREATE_PIPE_RESULT_STATUS = - "创建 pipe {} 失败。结果状态:{}。"; + public static final String FAILED_TO_CREATE_PIPE_RESULT_STATUS = "创建 pipe {} 失败。结果状态:{}。"; public static final String FAILED_TO_CREATE_SUBTASK_FOR_PIPE_CREATION_TIME = "为 pipe %s 创建子任务失败,创建时间 %d"; public static final String FAILED_TO_CREATE_TOPIC_WITH_ATTRIBUTES_RESULT_STATUS = @@ -161,53 +146,52 @@ public final class ManagerMessages { "取消注册 pipe config region connector 指标失败,PipeConfigNodeSubtask({}) 不存在"; public static final String FAILED_TO_DEREGISTER_PIPE_CONFIG_REGION_EXTRACTOR = "取消注册 pipe config region extractor 指标失败,IoTDBConfigRegionExtractor({}) 不存在"; - public static final String FAILED_TO_DEREGISTER_PIPE_REMAINING_TIME_METRICS_REMAININGTIMEOPERATOR_DOES_NOT = - "取消注册 pipe remaining time 指标失败,RemainingTimeOperator({}) 不存在"; - public static final String FAILED_TO_DEREGISTER_PIPE_TEMPORARY_META_METRICS_PIPETEMPORARYMETA_DOES_NOT = - "取消注册 pipe temporary meta 指标失败,PipeTemporaryMeta({}) 不存在"; - public static final String FAILED_TO_DROP_PIPE_RESULT_STATUS = - "删除 pipe {} 失败。结果状态:{}。"; + public static final String + FAILED_TO_DEREGISTER_PIPE_REMAINING_TIME_METRICS_REMAININGTIMEOPERATOR_DOES_NOT = + "取消注册 pipe remaining time 指标失败,RemainingTimeOperator({}) 不存在"; + public static final String + FAILED_TO_DEREGISTER_PIPE_TEMPORARY_META_METRICS_PIPETEMPORARYMETA_DOES_NOT = + "取消注册 pipe temporary meta 指标失败,PipeTemporaryMeta({}) 不存在"; + public static final String FAILED_TO_DROP_PIPE_RESULT_STATUS = "删除 pipe {} 失败。结果状态:{}。"; public static final String FAILED_TO_GET_ALL_PIPE_INFO = "获取全部 pipe 信息失败。"; - public static final String FAILED_TO_GET_ALL_SUBSCRIPTION_INFO = - "获取全部订阅信息失败。"; + public static final String FAILED_TO_GET_ALL_SUBSCRIPTION_INFO = "获取全部订阅信息失败。"; public static final String FAILED_TO_GET_ALL_TOPIC_INFO = "获取全部 topic 信息失败。"; public static final String FAILED_TO_HANDLE_PIPE_META_CHANGES = "处理 pipe 元数据变更失败"; public static final String FAILED_TO_HANDLE_PIPE_META_CHANGE_RESULT_STATUS = "处理 pipe 元数据变更失败。结果状态:{}。"; - public static final String FAILED_TO_LOAD_SNAPSHOT_FROM_BYTEBUFFER = - "从 byteBuffer {} 加载快照失败。"; + public static final String FAILED_TO_LOAD_SNAPSHOT_FROM_BYTEBUFFER = "从 byteBuffer {} 加载快照失败。"; public static final String FAILED_TO_LOAD_SNAPSHOT_SNAPSHOT_FILE_IS_NOT_A_NORMAL = "加载快照失败,快照文件 [{}] 不是普通文件。"; - public static final String FAILED_TO_MARK_PIPE_CONFIG_REGION_WRITE_PLAN_EVENT_PIPECONFIGNODESUBTASK = - "标记 pipe config region write plan event 失败,PipeConfigNodeSubtask({}) 不存在"; - public static final String FAILED_TO_MARK_PIPE_REGION_COMMIT_REMAININGTIMEOPERATOR_DOES_NOT_EXIST = - "标记 pipe region commit 失败,RemainingTimeOperator({}) 不存在"; + public static final String + FAILED_TO_MARK_PIPE_CONFIG_REGION_WRITE_PLAN_EVENT_PIPECONFIGNODESUBTASK = + "标记 pipe config region write plan event 失败,PipeConfigNodeSubtask({}) 不存在"; + public static final String + FAILED_TO_MARK_PIPE_REGION_COMMIT_REMAININGTIMEOPERATOR_DOES_NOT_EXIST = + "标记 pipe region commit 失败,RemainingTimeOperator({}) 不存在"; public static final String FAILED_TO_SHOW_SUBSCRIPTION_INFO = "展示订阅信息失败。"; public static final String FAILED_TO_SHOW_TOPIC_INFO = "展示 topic 信息失败。"; - public static final String FAILED_TO_START_PIPE_RESULT_STATUS = - "启动 pipe {} 失败。结果状态:{}。"; - public static final String FAILED_TO_STOP_PIPE_RESULT_STATUS = - "停止 pipe {} 失败。结果状态:{}。"; + public static final String FAILED_TO_START_PIPE_RESULT_STATUS = "启动 pipe {} 失败。结果状态:{}。"; + public static final String FAILED_TO_STOP_PIPE_RESULT_STATUS = "停止 pipe {} 失败。结果状态:{}。"; public static final String FAILED_TO_SUBMIT_ASYNC_CONSENSUS_PIPE_CREATION_FOR = "为 {} 异步提交 consensus pipe 创建失败:{}"; public static final String FAILED_TO_SUBMIT_ASYNC_CONSENSUS_PIPE_DROP_FOR = "为 {} 异步提交 consensus pipe 删除失败:{}"; public static final String FAILED_TO_SYNC_CONSUMER_GROUP_META_RESULT_STATUS = "同步 consumer group 元数据失败。结果状态:{}。"; - public static final String FAILED_TO_SYNC_PIPE_META_RESULT_STATUS = - "同步 pipe 元数据失败。结果状态:{}。"; + public static final String FAILED_TO_SYNC_PIPE_META_RESULT_STATUS = "同步 pipe 元数据失败。结果状态:{}。"; public static final String FAILED_TO_SYNC_TEMPLATE_EXTENSION_INFO_TO_DATANODE = "将模板 {} 的扩展信息同步到 DataNode {} 失败"; - public static final String FAILED_TO_SYNC_TOPIC_META_RESULT_STATUS = - "同步 topic 元数据失败。结果状态:{}。"; + public static final String FAILED_TO_SYNC_TOPIC_META_RESULT_STATUS = "同步 topic 元数据失败。结果状态:{}。"; public static final String FAILED_TO_UNBIND_FROM_PIPE_CONFIG_REGION_CONNECTOR_METRICS_CONNECTOR = "从 pipe config region connector 指标解绑失败,connector map 不为空"; public static final String FAILED_TO_UNBIND_FROM_PIPE_CONFIG_REGION_EXTRACTOR_METRICS_EXTRACTOR = "从 pipe config region extractor 指标解绑失败,extractor map 不为空"; - public static final String FAILED_TO_UNBIND_FROM_PIPE_REMAINING_TIME_METRICS_REMAININGTIMEOPERATOR_MAP = - "从 pipe remaining time 指标解绑失败,RemainingTimeOperator map 不为空"; - public static final String FAILED_TO_UNBIND_FROM_PIPE_TEMPORARY_META_METRICS_PIPETEMPORARYMETA_MAP = - "从 pipe temporary meta 指标解绑失败,PipeTemporaryMeta map 不为空"; + public static final String + FAILED_TO_UNBIND_FROM_PIPE_REMAINING_TIME_METRICS_REMAININGTIMEOPERATOR_MAP = + "从 pipe remaining time 指标解绑失败,RemainingTimeOperator map 不为空"; + public static final String + FAILED_TO_UNBIND_FROM_PIPE_TEMPORARY_META_METRICS_PIPETEMPORARYMETA_MAP = + "从 pipe temporary meta 指标解绑失败,PipeTemporaryMeta map 不为空"; public static final String FAILED_TO_UPDATE_PIPE_PROCEDURE_TIMER_PIPEPROCEDURE_DOES_NOT_EXIST = "更新 pipe procedure timer 失败,PipeProcedure({}) 不存在"; public static final String FAILED_TO_UPDATE_THE_LAST_EXECUTION_TIME_OF_CQ_BECAUSE = @@ -216,8 +200,7 @@ public final class ManagerMessages { public static final String FAIL_TO_GET_PIPEPLUGINTABLE = "获取 PipePluginTable 失败"; public static final String FAIL_TO_GET_TRIGGERTABLE = "获取 TriggerTable 失败"; public static final String FAIL_TO_GET_UDFTABLE = "获取 UDFTable 失败"; - public static final String FAIL_TO_TRANSFER_BECAUSE_WILL_RETRY = - "传输失败,原因:{},将重试"; + public static final String FAIL_TO_TRANSFER_BECAUSE_WILL_RETRY = "传输失败,原因:{},将重试"; public static final String FORCE_UPDATE_NODECACHE_STATUS_CURRENTNANOTIME = "强制更新 NodeCache:status={}, currentNanoTime={}"; public static final String GETDATAPARTITION_INTERFACE_RECEIVE_PARTITIONSLOTSMAP_RETURN = @@ -226,17 +209,17 @@ public final class ManagerMessages { "[GetNodePathsPartition]:{}收到 PartialPath: {}, Level: {}, PathPatternTree: {}, Resp: {}"; public static final String GET_OR_CREATE_DATA_PARTITION_RESP_LOG = "[GetOrCreateDataPartition]:{}收到 PartitionSlotsMap: {}, 返回 TDataPartitionTableResp: {}"; - public static final String GETORCREATESCHEMAPARTITION_RECEIVE_DATABASENAMESLOTMAP_RETURN_TSCHEMAPARTITIONTABLERESP = - "[GetOrCreateSchemaPartition]:{}收到 databaseNameSlotMap: {}, 返回 TSchemaPartitionTableResp: {}"; - public static final String GETORCREATESCHEMAPARTITION_RECEIVE_PATHPATTERNTREE_RETURN_TSCHEMAPARTITIONTABLERESP = - "[GetOrCreateSchemaPartition]:{}收到 PathPatternTree: {}, 返回 TSchemaPartitionTableResp: {}"; + public static final String + GETORCREATESCHEMAPARTITION_RECEIVE_DATABASENAMESLOTMAP_RETURN_TSCHEMAPARTITIONTABLERESP = + "[GetOrCreateSchemaPartition]:{}收到 databaseNameSlotMap: {}, 返回 TSchemaPartitionTableResp: {}"; + public static final String + GETORCREATESCHEMAPARTITION_RECEIVE_PATHPATTERNTREE_RETURN_TSCHEMAPARTITIONTABLERESP = + "[GetOrCreateSchemaPartition]:{}收到 PathPatternTree: {}, 返回 TSchemaPartitionTableResp: {}"; public static final String GETSCHEMAPARTITION_RECEIVE_PATHS_RETURN = "GetSchemaPartition 收到 paths:{},返回:{}"; public static final String GET_REGION_GROUP_ID_FAIL = "获取 region group id 失败"; - public static final String HEARTBEAT_SERVICE_IS_STARTED_SUCCESSFULLY = - "心跳服务已成功启动。"; - public static final String HEARTBEAT_SERVICE_IS_STOPPED_SUCCESSFULLY = - "心跳服务已成功停止。"; + public static final String HEARTBEAT_SERVICE_IS_STARTED_SUCCESSFULLY = "心跳服务已成功启动。"; + public static final String HEARTBEAT_SERVICE_IS_STOPPED_SUCCESSFULLY = "心跳服务已成功停止。"; public static final String INCORRECT_VERSION_OF = "版本不正确:"; public static final String INIT_CONSENSUSMANAGER_SUCCESSFULLY_WHEN_RESTARTED = "重启时成功初始化 ConsensusManager"; @@ -244,29 +227,31 @@ public final class ManagerMessages { "等待 PipeTaskCoordinator 锁时被中断,当前线程:{}"; public static final String INTERRUPT_WHEN_WAIT_FOR_CALCULATING_REGION_PRIORITY = "等待计算 Region 优先级时被中断"; - public static final String INTERRUPT_WHEN_WAIT_FOR_LEADER_ELECTION = - "等待 leader 选举时被中断"; + public static final String INTERRUPT_WHEN_WAIT_FOR_LEADER_ELECTION = "等待 leader 选举时被中断"; public static final String INVALID_EVENT_TYPE = "无效的事件类型:"; public static final String IOTCONSENSUSV2_LEADER_CHANGED_FAILED_TO_FLUSH_OLD_LEADER_FOR_REGION = "[IoTConsensusV2 Leader Changed] 为 region {} flush 旧 leader {} 失败"; - public static final String IOTCONSENSUSV2_LEADER_CHANGED_SUCCESSFULLY_FLUSH_OLD_LEADER_FOR_REGION = - "[IoTConsensusV2 Leader Changed] 成功为 region {} flush 旧 leader {}"; + public static final String + IOTCONSENSUSV2_LEADER_CHANGED_SUCCESSFULLY_FLUSH_OLD_LEADER_FOR_REGION = + "[IoTConsensusV2 Leader Changed] 成功为 region {} flush 旧 leader {}"; public static final String IOTDBCONFIGNODERECEIVER_DOES_NOT_SUPPORT_LOAD_FILE_V1 = "IoTDBConfigNodeReceiver 不支持 load file V1。"; public static final String IOTDBCONFIGREGIONAIRGAPCONNECTOR_CAN_T_TRANSFER_TABLETINSERTIONEVENT = "IoTDBConfigRegionAirGapConnector 无法传输 TabletInsertionEvent。"; public static final String IOTDBCONFIGREGIONAIRGAPCONNECTOR_CAN_T_TRANSFER_TSFILEINSERTIONEVENT = "IoTDBConfigRegionAirGapConnector 无法传输 TsFileInsertionEvent。"; - public static final String IOTDBCONFIGREGIONAIRGAPCONNECTOR_DOES_NOT_SUPPORT_TRANSFERRING_GENERIC_EVENT = - "IoTDBConfigRegionAirGapConnector 不支持传输通用事件:{}。"; + public static final String + IOTDBCONFIGREGIONAIRGAPCONNECTOR_DOES_NOT_SUPPORT_TRANSFERRING_GENERIC_EVENT = + "IoTDBConfigRegionAirGapConnector 不支持传输通用事件:{}。"; public static final String IOTDBCONFIGREGIONSINK_CAN_T_TRANSFER_TABLETINSERTIONEVENT = "IoTDBConfigRegionSink 无法传输 TabletInsertionEvent。"; public static final String IOTDBCONFIGREGIONSINK_CAN_T_TRANSFER_TSFILEINSERTIONEVENT = "IoTDBConfigRegionSink 无法传输 TsFileInsertionEvent。"; public static final String IOTDBCONFIGREGIONSINK_DOES_NOT_SUPPORT_TRANSFERRING_GENERIC_EVENT = "IoTDBConfigRegionSink 不支持传输通用事件:{}。"; - public static final String IOTDBCONFIGREGIONSOURCE_DOES_NOT_TRANSFERRING_EVENTS_UNDER_SIMPLE_CONSENSUS = - "IoTDBConfigRegionSource 在 simple consensus 下不传输事件"; + public static final String + IOTDBCONFIGREGIONSOURCE_DOES_NOT_TRANSFERRING_EVENTS_UNDER_SIMPLE_CONSENSUS = + "IoTDBConfigRegionSource 在 simple consensus 下不传输事件"; public static final String LEADERBALANCER_FAILED_TO_CHANGE_THE_LEADER_OF_REGION_TO_DATANODE = "[LeaderBalancer] 将 Region: {} 的 leader 切换到 DataNode: {} 失败"; public static final String LEADERBALANCER_REGION_NOT_IN_DATABASEREGIONGROUPMAP = @@ -285,20 +270,20 @@ public final class ManagerMessages { "LoadStatistics 服务已成功启动。"; public static final String LOADSTATISTICS_SERVICE_IS_STOPPED_SUCCESSFULLY = "LoadStatistics 服务已成功停止。"; - public static final String MIGRATEREGION_SUBMIT_REGIONMIGRATEPROCEDURE_SUCCESSFULLY_REGION_ORIGIN_DATANODE = - "[MigrateRegion] 成功提交 RegionMigrateProcedure,Region:{},原 DataNode:{},目标 DataNode:{},新增 Coordinator:{},移除 Coordinator:{}"; - public static final String SUBMIT_REGIONMIGRATEPROCEDURE_FAILED_BECAUSE_REGIONGROUP_DOESN_T_EXIST = - "提交 RegionMigrateProcedure 失败,因为 RegionGroup:%s 不存在"; + public static final String + MIGRATEREGION_SUBMIT_REGIONMIGRATEPROCEDURE_SUCCESSFULLY_REGION_ORIGIN_DATANODE = + "[MigrateRegion] 成功提交 RegionMigrateProcedure,Region:{},原 DataNode:{},目标 DataNode:{},新增 Coordinator:{},移除 Coordinator:{}"; + public static final String + SUBMIT_REGIONMIGRATEPROCEDURE_FAILED_BECAUSE_REGIONGROUP_DOESN_T_EXIST = + "提交 RegionMigrateProcedure 失败,因为 RegionGroup:%s 不存在"; public static final String MISMATCHED_CRC32_CODE_WHEN_DESERIALIZING_SERVICE_INFO = "反序列化 service info 时 CRC32 码不匹配。"; public static final String NETWORK_ERROR_WHEN_SEAL_CONFIG_REGION_SNAPSHOT_BECAUSE = "封存 config region 快照 %s 时出现网络错误,原因:%s。"; public static final String NETWORK_ERROR_WHEN_TRANSFER_CONFIG_REGION_WRITE_PLAN_BECAUSE = "传输 config region 写入计划 %s 时出现网络错误,原因:%s。"; - public static final String NETWORK_ERROR_WHEN_TRANSFER_EVENT_BECAUSE = - "传输事件 %s 时出现网络错误,原因:%s。"; - public static final String NODEMANAGER_START_TO_REMOVE_DATANODE = - "NodeManager 开始移除 DataNode {}"; + public static final String NETWORK_ERROR_WHEN_TRANSFER_EVENT_BECAUSE = "传输事件 %s 时出现网络错误,原因:%s。"; + public static final String NODEMANAGER_START_TO_REMOVE_DATANODE = "NodeManager 开始移除 DataNode {}"; public static final String NODEMANAGER_SUBMIT_REMOVEAINODEPLAN_FINISHED = "NodeManager 提交 RemoveAINodePlan 完成,{}"; public static final String NODEMANAGER_SUBMIT_REMOVEDATANODEPLAN_FINISHED_REMOVEDATANODEPLAN = @@ -308,8 +293,9 @@ public final class ManagerMessages { "[NodeStatistics] NodeStatisticsMap: "; public static final String NOT_HAS_PRIVILEGE_TO_TRANSFER_PLAN = "没有传输计划的权限:"; public static final String NOT_IMPLEMENT_YET = "尚未实现"; - public static final String NO_CORRESPONDING_PIPE_IS_RUNNING_IN_THE_REPORTED_DATAREGION_RUNTIMEMETAFROMAGENT = - "上报的 DataRegion 中没有对应的 pipe 在运行。runtimeMetaFromAgent 为空,runtimeMetaFromCoordinator:{}"; + public static final String + NO_CORRESPONDING_PIPE_IS_RUNNING_IN_THE_REPORTED_DATAREGION_RUNTIMEMETAFROMAGENT = + "上报的 DataRegion 中没有对应的 pipe 在运行。runtimeMetaFromAgent 为空,runtimeMetaFromCoordinator:{}"; public static final String PARTITIONBALANCER_THE_SERIESSLOT_IN_TIMESLOT_WILL_BE = "[PartitionBalancer] TimeSlot:{} 中的 SeriesSlot:{} 将被分配给 DataRegionGroup:{},因为原目标:{} 当前不可用。"; public static final String PHIACCRUALDETECTOR_TOPOLOGY_IS_BROKEN_HEARTBEAT_HISTORY_MS = @@ -324,34 +310,29 @@ public final class ManagerMessages { "PipeHandleMetaChangeProcedure 提交失败。"; public static final String PIPEHANDLEMETACHANGEPROCEDURE_WAS_SUBMITTED_PROCEDUREID = "PipeHandleMetaChangeProcedure 已提交,procedureId:{}。"; - public static final String PIPEHEARTBEAT_IS_STARTED_SUCCESSFULLY = - "PipeHeartbeat 已成功启动。"; - public static final String PIPEHEARTBEAT_IS_STOPPED_SUCCESSFULLY = - "PipeHeartbeat 已成功停止。"; - public static final String PIPEMETASYNCER_IS_STARTED_SUCCESSFULLY = - "PipeMetaSyncer 已成功启动。"; - public static final String PIPEMETASYNCER_IS_STOPPED_SUCCESSFULLY = - "PipeMetaSyncer 已成功停止。"; - public static final String PIPERUNTIMECONFIGNODEAGENT_STARTED = - "PipeRuntimeConfigNodeAgent 已启动"; - public static final String PIPERUNTIMECONFIGNODEAGENT_STOPPED = - "PipeRuntimeConfigNodeAgent 已停止"; + public static final String PIPEHEARTBEAT_IS_STARTED_SUCCESSFULLY = "PipeHeartbeat 已成功启动。"; + public static final String PIPEHEARTBEAT_IS_STOPPED_SUCCESSFULLY = "PipeHeartbeat 已成功停止。"; + public static final String PIPEMETASYNCER_IS_STARTED_SUCCESSFULLY = "PipeMetaSyncer 已成功启动。"; + public static final String PIPEMETASYNCER_IS_STOPPED_SUCCESSFULLY = "PipeMetaSyncer 已成功停止。"; + public static final String PIPERUNTIMECONFIGNODEAGENT_STARTED = "PipeRuntimeConfigNodeAgent 已启动"; + public static final String PIPERUNTIMECONFIGNODEAGENT_STOPPED = "PipeRuntimeConfigNodeAgent 已停止"; public static final String PIPERUNTIMECOORDINATOR_MEETS_ERROR_IN_UPDATING_PIPEMETAKEEPER = "PipeRuntimeCoordinator 更新 pipeMetaKeeper 时遇到错误,"; public static final String PIPETASKCOORDINATORLOCK_IS_HELD_BY_ANOTHER_THREAD_SKIP_THIS_ROUND_OF = "PipeTaskCoordinatorLock 被其他线程持有,跳过本轮心跳,以尽量避免 procedure 和 rpc 堆积"; - public static final String PIPETASKCOORDINATORLOCK_IS_HELD_BY_ANOTHER_THREAD_SKIP_THIS_ROUND_OF_2 = - "PipeTaskCoordinatorLock 被其他线程持有,跳过本轮同步,以尽量避免 procedure 和 rpc 堆积"; + public static final String + PIPETASKCOORDINATORLOCK_IS_HELD_BY_ANOTHER_THREAD_SKIP_THIS_ROUND_OF_2 = + "PipeTaskCoordinatorLock 被其他线程持有,跳过本轮同步,以尽量避免 procedure 和 rpc 堆积"; public static final String PIPETASKCOORDINATOR_LOCK_ACQUIRED_BY_THREAD = "PipeTaskCoordinator 锁已由线程 {} 获取"; - public static final String PIPETASKCOORDINATOR_LOCK_FAILED_TO_ACQUIRE_BY_THREAD_BECAUSE_OF_TIMEOUT = - "线程 {} 因超时获取 PipeTaskCoordinator 锁失败"; + public static final String + PIPETASKCOORDINATOR_LOCK_FAILED_TO_ACQUIRE_BY_THREAD_BECAUSE_OF_TIMEOUT = + "线程 {} 因超时获取 PipeTaskCoordinator 锁失败"; public static final String PIPETASKCOORDINATOR_LOCK_RELEASED_BY_THREAD = "PipeTaskCoordinator 锁已由线程 {} 释放"; public static final String PIPETASKCOORDINATOR_LOCK_WAITING_FOR_THREAD = "PipeTaskCoordinator 锁正在等待线程 {}"; - public static final String PIPE_SNAPSHOT_DIR_FOUND_DELETING_IT = - "发现 pipe 快照目录,正在删除:{},"; + public static final String PIPE_SNAPSHOT_DIR_FOUND_DELETING_IT = "发现 pipe 快照目录,正在删除:{},"; public static final String PROCEDUREMANAGER_IS_STARTED_SUCCESSFULLY = "ProcedureManager 已成功启动。"; public static final String PROCEDUREMANAGER_IS_STOPPED_SUCCESSFULLY = "ProcedureManager 已成功停止。"; public static final String PROCEDURE_DETAILS_ARE = "[{}] procedure 详情为 {}"; @@ -374,10 +355,8 @@ public final class ManagerMessages { "Receiver id = {}: ConfigNode 上不支持的 PipeRequestType,响应状态 = {}。"; public static final String RECONSTRUCTREGION_SUBMIT_RECONSTRUCTREGIONPROCEDURE_SUCCESSFULLY = "[ReconstructRegion] 成功提交 ReconstructRegionProcedure,{}"; - public static final String REGIONCLEANER_IS_STARTED_SUCCESSFULLY = - "RegionCleaner 已成功启动。"; - public static final String REGIONCLEANER_IS_STOPPED_SUCCESSFULLY = - "RegionCleaner 已成功停止。"; + public static final String REGIONCLEANER_IS_STARTED_SUCCESSFULLY = "RegionCleaner 已成功启动。"; + public static final String REGIONCLEANER_IS_STOPPED_SUCCESSFULLY = "RegionCleaner 已成功停止。"; public static final String REGIONELECTION_THE_LEADER_OF_REGIONGROUPS_IS_ELECTED = "[RegionElection] RegionGroup:{} 的 leader 已选出。"; public static final String REGIONELECTION_THE_LEADER_OF_REGIONGROUPS_IS_NOT_DETERMINED_AFTER_10 = @@ -394,15 +373,15 @@ public final class ManagerMessages { "[RegionGroupStatistics]\t DataNode {} 中的 Region:null -> {}"; public static final String REGIONGROUPSTATISTICS_REGION_IN_DATANODE_NULL_2 = "[RegionGroupStatistics]\t DataNode {} 中的 Region:{} -> null"; - public static final String REGIONGROUPSTATUS_DOESN_T_EXIST = - "RegionGroupStatus %s 不存在。"; + public static final String REGIONGROUPSTATUS_DOESN_T_EXIST = "RegionGroupStatus %s 不存在。"; public static final String REGIONPRIORITY = "[RegionPriority]\t {}: {}->{}"; public static final String REGIONPRIORITY_REGIONPRIORITYMAP = "[RegionPriority] RegionPriorityMap: "; public static final String REGIONPRIORITY_THE_ROUTING_PRIORITY_OF_REGIONGROUPS_IS_CALCULATED = "[RegionPriority] RegionGroup:{} 的路由优先级已计算完成。"; - public static final String REGIONPRIORITY_THE_ROUTING_PRIORITY_OF_REGIONGROUPS_IS_NOT_DETERMINED_AFTER = - "[RegionPriority] RegionGroup:{} 的路由优先级在 10 个心跳间隔后仍未确定,部分功能可能失败。"; + public static final String + REGIONPRIORITY_THE_ROUTING_PRIORITY_OF_REGIONGROUPS_IS_NOT_DETERMINED_AFTER = + "[RegionPriority] RegionGroup:{} 的路由优先级在 10 个心跳间隔后仍未确定,部分功能可能失败。"; public static final String REGIONPRIORITY_WAIT_FOR_REGION_PRIORITY_UPDATE_OF_REGIONGROUPS = "[RegionPriority] 等待 RegionGroup:{} 的 Region 优先级更新"; public static final String REGION_ID = "Region id "; @@ -422,8 +401,9 @@ public final class ManagerMessages { "pipe 传输中对 delete logical view plan 序列化失败,跳过传输"; public static final String SERIALIZATION_FAILED_FOR_THE_DELETE_TIME_SERIES_PLAN_IN_PIPE = "pipe 传输中对 delete time series plan 序列化失败,跳过传输"; - public static final String SOMETHING_WRONG_HAPPENED_WHILE_CALLING_CONSENSUS_LAYER_S_CREATELOCALPEER_API = - "调用共识层 createLocalPeer API 时发生错误。"; + public static final String + SOMETHING_WRONG_HAPPENED_WHILE_CALLING_CONSENSUS_LAYER_S_CREATELOCALPEER_API = + "调用共识层 createLocalPeer API 时发生错误。"; public static final String SOME_PIPES_NEED_RESTARTING_WILL_RESTART_THEM_AFTER_THIS_SYNC = "部分 pipe 需要重启,将在本次同步后重启它们"; public static final String STARTEXECUTECQ_EXECUTE_CQ_ON_DATANODE_TIME_RANGE_IS_CURRENT_TIME = @@ -432,34 +412,30 @@ public final class ManagerMessages { "开始在 Config Nodes 上激活 UDF_Table 中的 UDF [{}]"; public static final String START_TO_ADD_UDF_IN_UDF_TABLE_ON_CONFIG_NODES = "开始在 Config Nodes 上向 UDF_Table 中添加 UDF [{}]"; - public static final String START_TO_CREATE_REGION_ON_DATANODE = - "开始在 DataNode: {} 上创建 Region:{}"; + public static final String START_TO_CREATE_REGION_ON_DATANODE = "开始在 DataNode: {} 上创建 Region:{}"; public static final String START_TO_CREATE_UDF_ON_DATA_NODES_NEEDTOSAVEJAR = "开始在 Data Nodes 上创建 UDF [{}],needToSaveJar[{}]"; - public static final String START_TO_DELETE_REGION_ON_DATANODE = - "开始在 DataNode: {} 上删除 Region:{}"; + public static final String START_TO_DELETE_REGION_ON_DATANODE = "开始在 DataNode: {} 上删除 Region:{}"; public static final String START_TRANSFER_OF = "开始传输 {}"; public static final String STOP_SUBMITTING_CQ_BECAUSE = "停止提交 CQ {},原因:{}"; public static final String STOP_SUBMITTING_CQ_BECAUSE_CURRENT_NODE_IS_NOT_LEADER_OR = "停止提交 CQ {},原因:当前节点不是 leader 或当前调度线程池已关闭。"; - public static final String SUBMITTED_ASYNC_CONSENSUS_PIPE_CREATION = - "已异步提交 consensus pipe 创建:{}"; - public static final String SUBMITTED_ASYNC_CONSENSUS_PIPE_DROP = - "已异步提交 consensus pipe 删除:{}"; + public static final String SUBMITTED_ASYNC_CONSENSUS_PIPE_CREATION = "已异步提交 consensus pipe 创建:{}"; + public static final String SUBMITTED_ASYNC_CONSENSUS_PIPE_DROP = "已异步提交 consensus pipe 删除:{}"; public static final String SUBMIT_REMOVEAINODEPROCEDURE_SUCCESSFULLY = "成功提交 RemoveAINodeProcedure,{}"; public static final String SUBMIT_REMOVECONFIGNODEPROCEDURE_SUCCESSFULLY = "成功提交 RemoveConfigNodeProcedure:{}"; public static final String SUBMIT_REMOVEDATANODESPROCEDURE_SUCCESSFULLY = "成功提交 RemoveDataNodesProcedure,{}"; - public static final String SUBSCRIPTIONCOORDINATORLOCK_IS_HELD_BY_ANOTHER_THREAD_SKIP_THIS_ROUND_OF = - "SubscriptionCoordinatorLock 被其他线程持有,跳过本轮同步,以尽量避免 procedure 和 rpc 堆积"; + public static final String + SUBSCRIPTIONCOORDINATORLOCK_IS_HELD_BY_ANOTHER_THREAD_SKIP_THIS_ROUND_OF = + "SubscriptionCoordinatorLock 被其他线程持有,跳过本轮同步,以尽量避免 procedure 和 rpc 堆积"; public static final String SUBSCRIPTIONMETASYNCER_IS_STARTED_SUCCESSFULLY = "SubscriptionMetaSyncer 已成功启动。"; public static final String SUBSCRIPTIONMETASYNCER_IS_STOPPED_SUCCESSFULLY = "SubscriptionMetaSyncer 已成功停止。"; - public static final String SUCCESSFULLY_TRANSFERRED_CONFIG_EVENT = - "成功传输 config event {}。"; + public static final String SUCCESSFULLY_TRANSFERRED_CONFIG_EVENT = "成功传输 config event {}。"; public static final String SUCCESSFULLY_TRANSFERRED_CONFIG_REGION_SNAPSHOT = "成功传输 config region 快照 {}。"; public static final String THERE_IS_NO_RUNNING_DATANODE_TO_EXECUTE_CQ = @@ -476,44 +452,41 @@ public final class ManagerMessages { "Database: {} 不存在,可能已被预删除。"; public static final String THE_DATANODE_WILL_BE_SHUTDOWN_SOON_MARK_IT_AS_UNKNOWN = "DataNode-{} 即将关闭,将其标记为 Unknown"; - public static final String THE_REMOVENODEREPLICASELECT_METHOD_OF_GREEDYREGIONGROUPALLOCATOR_IS_YET = - "GreedyRegionGroupAllocator 的 removeNodeReplicaSelect 方法尚未实现。"; - public static final String THE_REMOVENODEREPLICASELECT_METHOD_OF_PARTITEGRAPHPLACEMENTREGIONGROUPALLOCATOR = - "PartiteGraphPlacementRegionGroupAllocator 的 removeNodeReplicaSelect 方法尚未实现。"; + public static final String + THE_REMOVENODEREPLICASELECT_METHOD_OF_GREEDYREGIONGROUPALLOCATOR_IS_YET = + "GreedyRegionGroupAllocator 的 removeNodeReplicaSelect 方法尚未实现。"; + public static final String + THE_REMOVENODEREPLICASELECT_METHOD_OF_PARTITEGRAPHPLACEMENTREGIONGROUPALLOCATOR = + "PartiteGraphPlacementRegionGroupAllocator 的 removeNodeReplicaSelect 方法尚未实现。"; public static final String THE_REMOVE_DATANODE_REQUEST_CHECK_FAILED_REQ_CHECK_RESULT = "移除 DataNode 请求检查失败。请求:{},检查结果:{}"; public static final String TOPOLOGY_ASYMMETRIC_NETWORK_PARTITION_FROM_TO = "[Topology] 从 {} 到 {} 出现非对称网络分区"; - public static final String TOPOLOGY_CLUSTER_TOPOLOGY_CHANGED_LATEST = - "[Topology] 集群拓扑已变化,最新:{}"; - public static final String TOPOLOGY_PROBING_HAS_STARTED_SUCCESSFULLY = - "拓扑探测已成功启动"; - public static final String TOPOLOGY_PROBING_HAS_STOPPED_SUCCESSFULLY = - "拓扑探测已成功停止"; + public static final String TOPOLOGY_CLUSTER_TOPOLOGY_CHANGED_LATEST = "[Topology] 集群拓扑已变化,最新:{}"; + public static final String TOPOLOGY_PROBING_HAS_STARTED_SUCCESSFULLY = "拓扑探测已成功启动"; + public static final String TOPOLOGY_PROBING_HAS_STOPPED_SUCCESSFULLY = "拓扑探测已成功停止"; public static final String TOPOLOGY_TOPOLOGY_OF_DATANODE_IS_NOW_TO_DATANODE = "[Topology] DataNode {} 的拓扑现在对 DataNode {} 为 {}"; public static final String UNABLE_TO_PARSE_PATH_WHEN_CHECKING_READ_PRIVILEGE_PATH = "检查 READ 权限时无法解析路径,path:{}"; public static final String UNEXPECTED_ERROR_HAPPENED_WHILE_CREATING_SERVICE_ON_DATANODE = "在 DataNode {} 上创建 Service {} 时发生意外错误:"; - public static final String UNEXPECTED_ERROR_HAPPENED_WHILE_DROPPING_CQ = - "删除 cq {} 时发生意外错误:"; + public static final String UNEXPECTED_ERROR_HAPPENED_WHILE_DROPPING_CQ = "删除 cq {} 时发生意外错误:"; public static final String UNEXPECTED_ERROR_HAPPENED_WHILE_DROPPING_SERVICE_ON_DATANODE = "在 DataNode {} 上删除 Service {} 时发生意外错误:"; - public static final String UNEXPECTED_ERROR_HAPPENED_WHILE_FETCHING_CQ_LIST = - "获取 cq 列表时发生意外错误:"; + public static final String UNEXPECTED_ERROR_HAPPENED_WHILE_FETCHING_CQ_LIST = "获取 cq 列表时发生意外错误:"; public static final String UNEXPECTED_ERROR_HAPPENED_WHILE_GETTING_USER_DEFINED_SERVICE = "获取用户自定义 Service 时发生意外错误:"; - public static final String UNEXPECTED_ERROR_HAPPENED_WHILE_SHOWING_CQ = - "展示 cq 时发生意外错误:"; + public static final String UNEXPECTED_ERROR_HAPPENED_WHILE_SHOWING_CQ = "展示 cq 时发生意外错误:"; public static final String UNEXPECTED_ERROR_HAPPENED_WHILE_SHOWING_SERVICE = "展示 Service 时发生意外错误:"; public static final String UNEXPECTED_ERROR_HAPPENED_WHILE_STARTING_SERVICE_ON_DATANODE = "在 DataNode {} 上启动 Service {} 时发生意外错误:"; public static final String UNEXPECTED_ERROR_HAPPENED_WHILE_STOPPING_SERVICE_ON_DATANODE = "在 DataNode {} 上停止 Service {} 时发生意外错误:"; - public static final String UNEXPECTED_INTERRUPTION_DURING_RETRY_CREATING_PEER_FOR_CONSENSUS_GROUP = - "重试为 consensus group 创建 peer 过程中发生意外中断"; + public static final String + UNEXPECTED_INTERRUPTION_DURING_RETRY_CREATING_PEER_FOR_CONSENSUS_GROUP = + "重试为 consensus group 创建 peer 过程中发生意外中断"; public static final String UNEXPECTED_INTERRUPTION_DURING_RETRY_GETTING_LATEST_REGION_ROUTE_MAP = "重试获取最新 region route map 过程中发生意外中断"; public static final String UNEXPECTED_INTERRUPTION_DURING_WAITING_FOR_CONFIGNODE_LEADER_READY = @@ -522,41 +495,61 @@ public final class ManagerMessages { "等待获取 cluster id 过程中发生意外中断。"; public static final String UNEXPECTED_NULL_PROCEDURE_PARAMETERS_FOR_WAITINGPROCEDUREFINISHED = "waitingProcedureFinished 的 procedure 参数为空"; - public static final String UNKNOWN_DATAPARTITION_ALLOCATION_STRATEGY_USING_INHERIT_STRATEGY_BY_DEFAULT = - "未知的 DataPartition 分配策略 {},默认使用 INHERIT 策略。"; + public static final String + UNKNOWN_DATAPARTITION_ALLOCATION_STRATEGY_USING_INHERIT_STRATEGY_BY_DEFAULT = + "未知的 DataPartition 分配策略 {},默认使用 INHERIT 策略。"; public static final String UNKNOWN_TIMEOUTPOLICY = "未知的 TimeoutPolicy:"; - public static final String UN_PARSE_ABLE_PATH_NAME_ENCOUNTERED_DURING_TEMPLATE_PRIVILEGE_TRIMMING = - "模板权限裁剪时遇到无法解析的路径名,请检查"; - public static final String UPGRADE_CONFIGNODE_CONSENSUS_WAL_DIR_FOR_SIMPLECONSENSUS_FROM_VERSION_1 = - "将 ConfigNode consensus wal 目录从 version/1.0 升级到 version/1.1 失败,"; - public static final String WRITE_PARTITION_ALLOCATION_RESULT_FAILED_BECAUSE = - "写入分区分配结果失败,原因:{}"; + public static final String + UN_PARSE_ABLE_PATH_NAME_ENCOUNTERED_DURING_TEMPLATE_PRIVILEGE_TRIMMING = + "模板权限裁剪时遇到无法解析的路径名,请检查"; + public static final String + UPGRADE_CONFIGNODE_CONSENSUS_WAL_DIR_FOR_SIMPLECONSENSUS_FROM_VERSION_1 = + "将 ConfigNode consensus wal 目录从 version/1.0 升级到 version/1.1 失败,"; + public static final String WRITE_PARTITION_ALLOCATION_RESULT_FAILED_BECAUSE = "写入分区分配结果失败,原因:{}"; public static final String CANNOT_SPECIFY_VIEW_PATTERN_TO_MATCH_MORE_THAN_ONE_TREE_DATABASE = "不能指定匹配多个树模型数据库的视图模式。"; - public static final String CONFIGNODE_IS_REMOVING = "ConfigNode 正在移除中"; + public static final String CONFIGNODE_IS_REMOVING = "ConfigNode 正在移除中"; public static final String REPORTED_PIPE_METAS = "已上报 {} 个 pipe 元数据。"; public static final String CLUSTERID_HAS_NOT_GENERATED = "clusterId 尚未生成"; - public static final String MIGRATE_THE_SERVICE_ON_THE_REMOVED_DATANODES_FAILED = "在已移除的 DataNode 上迁移服务失败"; + public static final String MIGRATE_THE_SERVICE_ON_THE_REMOVED_DATANODES_FAILED = + "在已移除的 DataNode 上迁移服务失败"; public static final String SERVER_ACCEPTED_THE_REQUEST = "服务器已接受请求"; - public static final String SERVER_REJECTED_THE_REQUEST_MAYBE_REQUESTS_ARE_TOO_MANY = "服务器拒绝了请求,可能请求过多"; + public static final String SERVER_REJECTED_THE_REQUEST_MAYBE_REQUESTS_ARE_TOO_MANY = + "服务器拒绝了请求,可能请求过多"; public static final String THERE_IS_ALREADY_ONE_AINODE_IN_THE_CLUSTER = "集群中已存在一个 AINode。"; - public static final String REMOVE_AINODE_FAILED_BECAUSE_THERE_IS_NO_AINODE_IN_THE = "移除 AINode 失败,集群中没有 AINode。"; - public static final String REMOVE_CONFIGNODE_FAILED_DUE_TO_THREAD_INTERRUPTION = "移除 ConfigNode 失败,线程被中断。"; - public static final String REMOVE_CONFIGNODE_FAILED_BECAUSE_THE_CONFIGNODE_NOT_IN_CURRENT_CLUSTER = "移除 ConfigNode 失败,该 ConfigNode 不在当前集群中。"; + public static final String REMOVE_AINODE_FAILED_BECAUSE_THERE_IS_NO_AINODE_IN_THE = + "移除 AINode 失败,集群中没有 AINode。"; + public static final String REMOVE_CONFIGNODE_FAILED_DUE_TO_THREAD_INTERRUPTION = + "移除 ConfigNode 失败,线程被中断。"; + public static final String + REMOVE_CONFIGNODE_FAILED_BECAUSE_THE_CONFIGNODE_NOT_IN_CURRENT_CLUSTER = + "移除 ConfigNode 失败,该 ConfigNode 不在当前集群中。"; public static final String SUCCESSFULLY_REMOVE_CONFIGNODE = "成功移除 ConfigNode。"; - public static final String REMOVE_CONFIGNODE_FAILED_BECAUSE_TRANSFER_CONFIGNODE_LEADER_FAILED = "移除 ConfigNode 失败,转移 ConfigNode leader 失败。"; - public static final String LOG_FAILED_TO_TRANSFER_CONFIGNODE_LEADER_FROM_ARG_TO_ARG_TRYING_ANOTHER_CANDIDATE_BA922E92 = "将 ConfigNode leader 从 {} 转移到 {} 失败,将尝试其他候选节点。"; - public static final String LOG_COULD_NOT_CONFIRM_A_CONFIGNODE_LEADER_OTHER_THAN_ARG_AFTER_ATTEMPTING_TO_TRANSFER_LEADERSHIP_TO_ARG_TRYING_ANOTHER_CANDIDATE_91EF68C1 = "无法确认存在除 ConfigNode {} 以外的 leader;此前尝试的转移目标为 {},将尝试其他候选节点。"; - public static final String LOG_STOPPED_RETRYING_CONFIGNODE_LEADER_TRANSFER_BECAUSE_THE_REMAINING_RPC_TIMEOUT_IS_INSUFFICIENT_6429A49C = "剩余 RPC 超时时间不足,停止重试 ConfigNode leader 转移。"; + public static final String REMOVE_CONFIGNODE_FAILED_BECAUSE_TRANSFER_CONFIGNODE_LEADER_FAILED = + "移除 ConfigNode 失败,转移 ConfigNode leader 失败。"; + public static final String + LOG_FAILED_TO_TRANSFER_CONFIGNODE_LEADER_FROM_ARG_TO_ARG_TRYING_ANOTHER_CANDIDATE_BA922E92 = + "将 ConfigNode leader 从 {} 转移到 {} 失败,将尝试其他候选节点。"; + public static final String + LOG_COULD_NOT_CONFIRM_A_CONFIGNODE_LEADER_OTHER_THAN_ARG_AFTER_ATTEMPTING_TO_TRANSFER_LEADERSHIP_TO_ARG_TRYING_ANOTHER_CANDIDATE_91EF68C1 = + "无法确认存在除 ConfigNode {} 以外的 leader;此前尝试的转移目标为 {},将尝试其他候选节点。"; + public static final String + LOG_STOPPED_RETRYING_CONFIGNODE_LEADER_TRANSFER_BECAUSE_THE_REMAINING_RPC_TIMEOUT_IS_INSUFFICIENT_6429A49C = + "剩余 RPC 超时时间不足,停止重试 ConfigNode leader 转移。"; private ManagerMessages() {} + // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- - public static final String LOG_SUBSCRIPTIONHANDLELEADERCHANGEPROCEDURE_WAS_SUBMITTED_PROCEDUREID_ARG_6DBD6075 = "SubscriptionHandleLeaderChangeProcedure 已提交,procedureId:{}。"; - public static final String LOG_SUBSCRIPTIONHANDLELEADERCHANGEPROCEDURE_WAS_FAILED_SUBMIT_58FAB03F = "SubscriptionHandleLeaderChangeProcedure 提交失败。"; + public static final String + LOG_SUBSCRIPTIONHANDLELEADERCHANGEPROCEDURE_WAS_SUBMITTED_PROCEDUREID_ARG_6DBD6075 = + "SubscriptionHandleLeaderChangeProcedure 已提交,procedureId:{}。"; + public static final String + LOG_SUBSCRIPTIONHANDLELEADERCHANGEPROCEDURE_WAS_FAILED_SUBMIT_58FAB03F = + "SubscriptionHandleLeaderChangeProcedure 提交失败。"; public static final String EXCEPTION_INVALID_2928F475 = " 无效"; public static final String MESSAGE_FAIL_CREATE_TRIGGER_ARG_SIZE_JAR_TOO_LARGE_YOU_CAN_11869523 = "创建 trigger[%s] 失败,Jar 包过大,可以在 ConfigNode 上调大属性 'config_node_ratis_log_appender_buffer_size_max' 的值"; @@ -564,121 +557,253 @@ private ManagerMessages() {} "创建 pipe plugin[%s] 失败,Jar 包过大,可以在 ConfigNode 上调大属性 'config_node_ratis_log_appender_buffer_size_max' 的值"; public static final String MESSAGE_FAIL_CREATE_UDF_ARG_SIZE_JAR_TOO_LARGE_YOU_CAN_2F119802 = "创建 UDF[%s] 失败,Jar 包过大,可以在 ConfigNode 上调大属性 'config_node_ratis_log_appender_buffer_size_max' 的值"; - public static final String EXCEPTION_FAILED_SERIALIZE_REGION_PROGRESS_1769D6F1 = "序列化 Region 进度失败 "; - public static final String MESSAGE_CONSENSUSMANAGER_TARGET_CONFIGNODE_NOT_INITIALIZED_4D386066 = "目标 ConfigNode 的 ConsensusManager 未初始化,"; - public static final String MESSAGE_PLEASE_MAKE_SURE_TARGET_CONFIGNODE_HAS_BEEN_STARTED_SUCCESSFULLY_C78201DC = "请确保目标 ConfigNode 已成功启动。"; - public static final String MESSAGE_CONFIG_NODE_CONSENSUS_PROTOCOL_CLASS_D0F437AF = "config_node_consensus_protocol_class"; - public static final String MESSAGE_DATA_REGION_CONSENSUS_PROTOCOL_CLASS_AB025B20 = "data_region_consensus_protocol_class"; - public static final String MESSAGE_SCHEMA_REGION_CONSENSUS_PROTOCOL_CLASS_480645EF = "schema_region_consensus_protocol_class"; + public static final String EXCEPTION_FAILED_SERIALIZE_REGION_PROGRESS_1769D6F1 = + "序列化 Region 进度失败 "; + public static final String MESSAGE_CONSENSUSMANAGER_TARGET_CONFIGNODE_NOT_INITIALIZED_4D386066 = + "目标 ConfigNode 的 ConsensusManager 未初始化,"; + public static final String + MESSAGE_PLEASE_MAKE_SURE_TARGET_CONFIGNODE_HAS_BEEN_STARTED_SUCCESSFULLY_C78201DC = + "请确保目标 ConfigNode 已成功启动。"; + public static final String MESSAGE_CONFIG_NODE_CONSENSUS_PROTOCOL_CLASS_D0F437AF = + "config_node_consensus_protocol_class"; + public static final String MESSAGE_DATA_REGION_CONSENSUS_PROTOCOL_CLASS_AB025B20 = + "data_region_consensus_protocol_class"; + public static final String MESSAGE_SCHEMA_REGION_CONSENSUS_PROTOCOL_CLASS_480645EF = + "schema_region_consensus_protocol_class"; public static final String MESSAGE_SERIES_SLOT_NUM_115D9BE0 = "series_slot_num"; - public static final String MESSAGE_SERIES_PARTITION_EXECUTOR_CLASS_AD1B5C24 = "series_partition_executor_class"; + public static final String MESSAGE_SERIES_PARTITION_EXECUTOR_CLASS_AD1B5C24 = + "series_partition_executor_class"; public static final String MESSAGE_TIME_PARTITION_INTERVAL_CE476507 = "time_partition_interval"; - public static final String MESSAGE_SCHEMA_REPLICATION_FACTOR_11DB65B5 = "schema_replication_factor"; + public static final String MESSAGE_SCHEMA_REPLICATION_FACTOR_11DB65B5 = + "schema_replication_factor"; public static final String MESSAGE_DATA_REPLICATION_FACTOR_22465D3B = "data_replication_factor"; - public static final String MESSAGE_SCHEMA_REGION_PER_DATA_NODE_555F29BC = "schema_region_per_data_node"; - public static final String MESSAGE_DATA_REGION_PER_DATA_NODE_C183AAD5 = "data_region_per_data_node"; + public static final String MESSAGE_SCHEMA_REGION_PER_DATA_NODE_555F29BC = + "schema_region_per_data_node"; + public static final String MESSAGE_DATA_REGION_PER_DATA_NODE_C183AAD5 = + "data_region_per_data_node"; public static final String MESSAGE_READ_CONSISTENCY_LEVEL_B12D8D95 = "read_consistency_level"; - public static final String MESSAGE_DISK_SPACE_WARNING_THRESHOLD_19635ACA = "disk_space_warning_threshold"; + public static final String MESSAGE_DISK_SPACE_WARNING_THRESHOLD_19635ACA = + "disk_space_warning_threshold"; public static final String MESSAGE_TIMESTAMP_PRECISION_9591C9C9 = "timestamp_precision"; public static final String MESSAGE_SCHEMA_ENGINE_MODE_E37ED98C = "schema_engine_mode"; public static final String MESSAGE_TAG_ATTRIBUTE_TOTAL_SIZE_AF658CFE = "tag_attribute_total_size"; public static final String MESSAGE_DATABASE_LIMIT_THRESHOLD_45C23274 = "database_limit_threshold"; - public static final String LOG_UNEXPECTED_ERROR_HAPPENED_SETTING_SPACE_QUOTA_DATABASE_ARG_F6ED7586 = "设置数据库 %s 的空间配额时发生意外错误 "; - public static final String LOG_UNEXPECTED_ERROR_HAPPENED_SETTING_THROTTLE_QUOTA_USER_ARG_C111BE81 = "设置用户 %s 的限流配额时发生意外错误 "; + public static final String + LOG_UNEXPECTED_ERROR_HAPPENED_SETTING_SPACE_QUOTA_DATABASE_ARG_F6ED7586 = + "设置数据库 %s 的空间配额时发生意外错误 "; + public static final String + LOG_UNEXPECTED_ERROR_HAPPENED_SETTING_THROTTLE_QUOTA_USER_ARG_C111BE81 = + "设置用户 %s 的限流配额时发生意外错误 "; public static final String LOG_SCHEMA_TEMPLATE_NEED_TWO_FILES_1E57542A = "schema_template 需要两个文件"; - public static final String LOG_GOT_IOEXCEPTION_DESERIALIZE_USE_ROLE_FILE_TYPE_ARG_1B548759 = "反序列化 use&role 文件时发生 IOException,类型:{}"; - public static final String LOG_GOT_IOEXCEPTION_DESERIALIZE_ROLELIST_1354F29E = "反序列化 roleList 时发生 IOException"; + public static final String LOG_GOT_IOEXCEPTION_DESERIALIZE_USE_ROLE_FILE_TYPE_ARG_1B548759 = + "反序列化 use&role 文件时发生 IOException,类型:{}"; + public static final String LOG_GOT_IOEXCEPTION_DESERIALIZE_ROLELIST_1354F29E = + "反序列化 roleList 时发生 IOException"; public static final String LOG_GOT_EXCEPTION_DESERIALIZING_TTL_FILE_F806EB40 = "反序列化 ttl 文件时发生异常"; - public static final String LOG_UNRECOGNIZED_NODE_TYPE_CANNOT_DESERIALIZE_MTREE_GIVEN_BUFFER_5CF3121B = "无法识别节点类型,无法从给定缓冲区反序列化 MTree"; - public static final String LOG_GOT_IOEXCEPTION_CONSTRUCT_DATABASE_TREE_49436621 = "构建数据库树时发生 IOException"; - public static final String LOG_GOT_IOEXCEPTION_DESERIALIZE_TEMPLATE_INFO_49EE617E = "反序列化模板信息时发生 IOException"; - public static final String MESSAGE_MEASUREMENTS_NOT_FOUND_ARG_CANNOT_AUTO_DETECT_980D7D44 = "未找到 %s 的测点,无法自动检测"; - public static final String LOG_FAILED_TAKE_SNAPSHOT_BECAUSE_SNAPSHOT_FILE_ARG_ALREADY_EXIST_EB2A6093 = "获取快照失败,原因:快照文件 [{}] 已存在。"; - public static final String LOG_FAILED_LOAD_SNAPSHOT_SNAPSHOT_FILE_ARG_NOT_EXIST_8828CFBA = "无法加载快照,快照文件 [{}] 不存在。"; - public static final String LOG_YOU_MAYBE_NEED_RENAME_SIMPLE_DIR_0_0_MANUALLY_2A12C5C9 = "可能需要手动将 simple 目录重命名为 0_0。"; - public static final String LOG_CONFIGNODE_LOCAL_PEER_HAS_ALREADY_BEEN_CREATED_ARG_FA75E88F = "ConfigNode 本地 peer 已创建:{}"; - public static final String LOG_CONFIGNODE_PEER_ARG_HAS_ALREADY_BEEN_ADDED_ARG_A8F958B0 = "ConfigNode peer {} 已添加:{}"; - public static final String LOG_CONFIGNODE_PEER_ARG_HAS_ALREADY_BEEN_REMOVED_ARG_FACD71EE = "ConfigNode peer {} 已移除:{}"; - public static final String MESSAGE_CURRENT_CONFIGNODE_LEADER_BUT_NOT_READY_YET_PLEASE_TRY_AGAIN_F0B10645 = "当前 ConfigNode 是 leader,但共识层尚未就绪。"; + public static final String + LOG_UNRECOGNIZED_NODE_TYPE_CANNOT_DESERIALIZE_MTREE_GIVEN_BUFFER_5CF3121B = + "无法识别节点类型,无法从给定缓冲区反序列化 MTree"; + public static final String LOG_GOT_IOEXCEPTION_CONSTRUCT_DATABASE_TREE_49436621 = + "构建数据库树时发生 IOException"; + public static final String LOG_GOT_IOEXCEPTION_DESERIALIZE_TEMPLATE_INFO_49EE617E = + "反序列化模板信息时发生 IOException"; + public static final String MESSAGE_MEASUREMENTS_NOT_FOUND_ARG_CANNOT_AUTO_DETECT_980D7D44 = + "未找到 %s 的测点,无法自动检测"; + public static final String + LOG_FAILED_TAKE_SNAPSHOT_BECAUSE_SNAPSHOT_FILE_ARG_ALREADY_EXIST_EB2A6093 = + "获取快照失败,原因:快照文件 [{}] 已存在。"; + public static final String LOG_FAILED_LOAD_SNAPSHOT_SNAPSHOT_FILE_ARG_NOT_EXIST_8828CFBA = + "无法加载快照,快照文件 [{}] 不存在。"; + public static final String LOG_YOU_MAYBE_NEED_RENAME_SIMPLE_DIR_0_0_MANUALLY_2A12C5C9 = + "可能需要手动将 simple 目录重命名为 0_0。"; + public static final String LOG_CONFIGNODE_LOCAL_PEER_HAS_ALREADY_BEEN_CREATED_ARG_FA75E88F = + "ConfigNode 本地 peer 已创建:{}"; + public static final String LOG_CONFIGNODE_PEER_ARG_HAS_ALREADY_BEEN_ADDED_ARG_A8F958B0 = + "ConfigNode peer {} 已添加:{}"; + public static final String LOG_CONFIGNODE_PEER_ARG_HAS_ALREADY_BEEN_REMOVED_ARG_FACD71EE = + "ConfigNode peer {} 已移除:{}"; + public static final String + MESSAGE_CURRENT_CONFIGNODE_LEADER_BUT_NOT_READY_YET_PLEASE_TRY_AGAIN_F0B10645 = + "当前 ConfigNode 是 leader,但共识层尚未就绪。"; - public static final String MESSAGE_CURRENT_CONFIGNODE_LEADER_SERVICE_NOT_READY = "当前 ConfigNode 是 leader,但 leader 服务尚未就绪。"; + public static final String MESSAGE_CURRENT_CONFIGNODE_LEADER_SERVICE_NOT_READY = + "当前 ConfigNode 是 leader,但 leader 服务尚未就绪。"; - public static final String MESSAGE_CURRENT_CONFIGNODE_NOT_LEADER_PLEASE_REDIRECT_NEW_CONFIGNODE_F9AF262D = "当前 ConfigNode 不是 leader,请重定向到新的 ConfigNode。"; - public static final String LOG_FAILED_SYNC_COMMIT_PROGRESS_RESULT_STATUS_ARG_A9E46E80 = "同步提交进度失败。结果状态:{}。"; + public static final String + MESSAGE_CURRENT_CONFIGNODE_NOT_LEADER_PLEASE_REDIRECT_NEW_CONFIGNODE_F9AF262D = + "当前 ConfigNode 不是 leader,请重定向到新的 ConfigNode。"; + public static final String LOG_FAILED_SYNC_COMMIT_PROGRESS_RESULT_STATUS_ARG_A9E46E80 = + "同步提交进度失败。结果状态:{}。"; public static final String MESSAGE_FAILED_ALTER_DATABASE_DATABASE_2734674F = "修改数据库失败。数据库 "; public static final String MESSAGE_DOESN_T_EXIST_EED8C92E = " 不存在。"; - public static final String MESSAGE_FAILED_ALTER_DATABASE_SCHEMAREGIONGROUPNUM_COULD_ONLY_INCREASED_B98229D3 = "修改数据库失败。SchemaRegionGroupNum 只能增加。"; - public static final String MESSAGE_CURRENT_SCHEMAREGIONGROUPNUM_ARG_ALTER_SCHEMAREGIONGROUPNUM_ARG_F7495BC2 = "当前 SchemaRegionGroupNum:%d,待修改的 SchemaRegionGroupNum:%d"; - public static final String MESSAGE_FAILED_ALTER_DATABASE_DATAREGIONGROUPNUM_COULD_ONLY_INCREASED_84283EB5 = "修改数据库失败。DataRegionGroupNum 只能增加。"; - public static final String MESSAGE_CURRENT_DATAREGIONGROUPNUM_ARG_ALTER_DATAREGIONGROUPNUM_ARG_61C6E978 = "当前 DataRegionGroupNum:%d,待修改的 DataRegionGroupNum:%d"; - public static final String MESSAGE_ARG_SHOULD_BE_GREATER_THAN_OR_EQUAL_TO_CURRENT_MIN_ARG_REGIONGROUPNUM_ARG_B81D93DF = "%s 应大于等于当前最小 %sRegionGroupNum:%d。"; - public static final String MESSAGE_ARG_SHOULD_BE_GREATER_THAN_OR_EQUAL_TO_CURRENT_MAX_ARG_REGIONGROUPNUM_ARG_3D170323 = "%s 应大于等于当前最大 %sRegionGroupNum:%d。"; - public static final String MESSAGE_ARG_SHOULD_BE_GREATER_THAN_OR_EQUAL_TO_ALLOCATED_ARG_REGIONGROUPNUM_ARG_994394A1 = "%s 应大于等于已分配的 %sRegionGroupNum:%d。"; - public static final String MESSAGE_FAILED_CREATE_DATABASE_SCHEMAREPLICATIONFACTOR_SHOULD_POSITIVE_8847F33C = "创建数据库失败。schemaReplicationFactor 应为正数。"; - public static final String MESSAGE_FAILED_CREATE_DATABASE_DATAREPLICATIONFACTOR_SHOULD_POSITIVE_C2565B7E = "创建数据库失败。dataReplicationFactor 应为正数。"; - public static final String MESSAGE_FAILED_CREATE_DATABASE_TIMEPARTITIONORIGIN_SHOULD_NON_NEGATIVE_BD0595C9 = "创建数据库失败。timePartitionOrigin 应为非负数。"; - public static final String MESSAGE_FAILED_CREATE_DATABASE_TIMEPARTITIONINTERVAL_SHOULD_POSITIVE_BB1B473F = "创建数据库失败。timePartitionInterval 应为正数。"; - public static final String MESSAGE_FAILED_CREATE_DATABASE_SCHEMAREGIONGROUPNUM_SHOULD_POSITIVE_8396A2AB = "创建数据库失败。schemaRegionGroupNum 应为正数。"; + public static final String + MESSAGE_FAILED_ALTER_DATABASE_SCHEMAREGIONGROUPNUM_COULD_ONLY_INCREASED_B98229D3 = + "修改数据库失败。SchemaRegionGroupNum 只能增加。"; + public static final String + MESSAGE_CURRENT_SCHEMAREGIONGROUPNUM_ARG_ALTER_SCHEMAREGIONGROUPNUM_ARG_F7495BC2 = + "当前 SchemaRegionGroupNum:%d,待修改的 SchemaRegionGroupNum:%d"; + public static final String + MESSAGE_FAILED_ALTER_DATABASE_DATAREGIONGROUPNUM_COULD_ONLY_INCREASED_84283EB5 = + "修改数据库失败。DataRegionGroupNum 只能增加。"; + public static final String + MESSAGE_CURRENT_DATAREGIONGROUPNUM_ARG_ALTER_DATAREGIONGROUPNUM_ARG_61C6E978 = + "当前 DataRegionGroupNum:%d,待修改的 DataRegionGroupNum:%d"; + public static final String + MESSAGE_ARG_SHOULD_BE_GREATER_THAN_OR_EQUAL_TO_CURRENT_MIN_ARG_REGIONGROUPNUM_ARG_B81D93DF = + "%s 应大于等于当前最小 %sRegionGroupNum:%d。"; + public static final String + MESSAGE_ARG_SHOULD_BE_GREATER_THAN_OR_EQUAL_TO_CURRENT_MAX_ARG_REGIONGROUPNUM_ARG_3D170323 = + "%s 应大于等于当前最大 %sRegionGroupNum:%d。"; + public static final String + MESSAGE_ARG_SHOULD_BE_GREATER_THAN_OR_EQUAL_TO_ALLOCATED_ARG_REGIONGROUPNUM_ARG_994394A1 = + "%s 应大于等于已分配的 %sRegionGroupNum:%d。"; + public static final String + MESSAGE_FAILED_CREATE_DATABASE_SCHEMAREPLICATIONFACTOR_SHOULD_POSITIVE_8847F33C = + "创建数据库失败。schemaReplicationFactor 应为正数。"; + public static final String + MESSAGE_FAILED_CREATE_DATABASE_DATAREPLICATIONFACTOR_SHOULD_POSITIVE_C2565B7E = + "创建数据库失败。dataReplicationFactor 应为正数。"; + public static final String + MESSAGE_FAILED_CREATE_DATABASE_TIMEPARTITIONORIGIN_SHOULD_NON_NEGATIVE_BD0595C9 = + "创建数据库失败。timePartitionOrigin 应为非负数。"; + public static final String + MESSAGE_FAILED_CREATE_DATABASE_TIMEPARTITIONINTERVAL_SHOULD_POSITIVE_BB1B473F = + "创建数据库失败。timePartitionInterval 应为正数。"; + public static final String + MESSAGE_FAILED_CREATE_DATABASE_SCHEMAREGIONGROUPNUM_SHOULD_POSITIVE_8396A2AB = + "创建数据库失败。schemaRegionGroupNum 应为正数。"; public static final String MESSAGE_ACCEPT_NODE_REGISTRATION_4133276A = "接受节点注册。"; public static final String MESSAGE_ACCEPT_NODE_RESTART_1BC1A8DD = "接受节点重启。"; - public static final String MESSAGE_REJECT_ARG_START_BECAUSE_CLUSTERNAME_CURRENT_ARG_TARGET_CLUSTER_INCONSISTENT_B9E197DB = "拒绝启动 %s。原因:当前 %s 的 ClusterName 与目标集群不一致。"; - public static final String MESSAGE_CLUSTERNAME_CURRENT_NODE_ARG_CLUSTERNAME_TARGET_CLUSTER_ARG_5C34BE8D = "当前节点的 ClusterName:%s,目标集群的 ClusterName:%s。"; - public static final String MESSAGE_1_CHANGE_SEED_CONFIG_NODE_PARAMETER_ARG_JOIN_CORRECT_CLUSTER_5E9D753C = "\t1. 修改 %s 中的 seed_config_node 参数以加入正确的集群。"; - public static final String MESSAGE_2_CHANGE_CLUSTER_NAME_PARAMETER_ARG_MATCH_TARGET_CLUSTER_0A0DB235 = "\n\t2. 修改 %s 中的 cluster_name 参数以匹配目标集群"; - public static final String MESSAGE_REJECT_ARG_REGISTRATION_BECAUSE_FOLLOWING_IP_PORT_ARG_CURRENT_ARG_CB78CC3B = - "拒绝注册 %s。原因:以下 ip:port:%s(属于当前 %s)与集群中其他已注册节点冲突。"; - public static final String MESSAGE_1_USE_SQL_SHOW_CLUSTER_DETAILS_FIND_OUT_CONFLICT_NODES_A1195AEA = "\t1. 使用 SQL:\"show cluster details\" 找出冲突节点。移除它们后重试启动。"; - public static final String MESSAGE_2_CHANGE_CONFLICT_IP_PORT_CONFIGURATIONS_ARG_FILE_RETRY_START_CF3F08F6 = "\n\t2. 修改 %s 文件中的冲突 ip:port 配置,然后重试启动。"; - public static final String MESSAGE_CLUSTER_ID_HAS_NOT_GENERATED_PLEASE_TRY_AGAIN_LATER_58A1C3F2 = "cluster id 尚未生成,请稍后重试"; - public static final String MESSAGE_REJECT_ARG_RESTART_BECAUSE_CLUSTERNAME_CURRENT_ARG_TARGET_CLUSTER_INCONSISTENT_2075F29D = "拒绝重启 %s。原因:当前 %s 的 ClusterName 与目标集群不一致。"; - public static final String MESSAGE_REJECT_ARG_RESTART_BECAUSE_NODEID_CURRENT_ARG_ARG_AC13EDD5 = "拒绝重启 %s。原因:当前 %s 的 nodeId 为 %d。"; + public static final String + MESSAGE_REJECT_ARG_START_BECAUSE_CLUSTERNAME_CURRENT_ARG_TARGET_CLUSTER_INCONSISTENT_B9E197DB = + "拒绝启动 %s。原因:当前 %s 的 ClusterName 与目标集群不一致。"; + public static final String + MESSAGE_CLUSTERNAME_CURRENT_NODE_ARG_CLUSTERNAME_TARGET_CLUSTER_ARG_5C34BE8D = + "当前节点的 ClusterName:%s,目标集群的 ClusterName:%s。"; + public static final String + MESSAGE_1_CHANGE_SEED_CONFIG_NODE_PARAMETER_ARG_JOIN_CORRECT_CLUSTER_5E9D753C = + "\t1. 修改 %s 中的 seed_config_node 参数以加入正确的集群。"; + public static final String + MESSAGE_2_CHANGE_CLUSTER_NAME_PARAMETER_ARG_MATCH_TARGET_CLUSTER_0A0DB235 = + "\n\t2. 修改 %s 中的 cluster_name 参数以匹配目标集群"; + public static final String + MESSAGE_REJECT_ARG_REGISTRATION_BECAUSE_FOLLOWING_IP_PORT_ARG_CURRENT_ARG_CB78CC3B = + "拒绝注册 %s。原因:以下 ip:port:%s(属于当前 %s)与集群中其他已注册节点冲突。"; + public static final String + MESSAGE_1_USE_SQL_SHOW_CLUSTER_DETAILS_FIND_OUT_CONFLICT_NODES_A1195AEA = + "\t1. 使用 SQL:\"show cluster details\" 找出冲突节点。移除它们后重试启动。"; + public static final String + MESSAGE_2_CHANGE_CONFLICT_IP_PORT_CONFIGURATIONS_ARG_FILE_RETRY_START_CF3F08F6 = + "\n\t2. 修改 %s 文件中的冲突 ip:port 配置,然后重试启动。"; + public static final String MESSAGE_CLUSTER_ID_HAS_NOT_GENERATED_PLEASE_TRY_AGAIN_LATER_58A1C3F2 = + "cluster id 尚未生成,请稍后重试"; + public static final String + MESSAGE_REJECT_ARG_RESTART_BECAUSE_CLUSTERNAME_CURRENT_ARG_TARGET_CLUSTER_INCONSISTENT_2075F29D = + "拒绝重启 %s。原因:当前 %s 的 ClusterName 与目标集群不一致。"; + public static final String MESSAGE_REJECT_ARG_RESTART_BECAUSE_NODEID_CURRENT_ARG_ARG_AC13EDD5 = + "拒绝重启 %s。原因:当前 %s 的 nodeId 为 %d。"; public static final String MESSAGE_1_DELETE_DATA_DIR_RETRY_86A23473 = "\t1. 删除 \"data\" 目录后重试。"; - public static final String MESSAGE_REJECT_ARG_RESTART_BECAUSE_THERE_NO_CORRESPONDING_ARG_WHOSE_NODEID_455578E9 = "拒绝重启 %s。原因:集群中没有对应的 %s(nodeId=%d)。"; - public static final String MESSAGE_1_MAYBE_YOU_VE_ALREADY_REMOVED_CURRENT_ARG_WHOSE_NODEID_92165504 = - "\t1. 可能你已经移除了当前 %s(nodeId=%d)。请删除无用的 'data' 目录并重试启动。"; - public static final String MESSAGE_REJECT_ARG_RESTART_BECAUSE_CLUSTERID_CURRENT_ARG_TARGET_CLUSTER_INCONSISTENT_0398A6CE = "拒绝重启 %s。原因:当前 %s 的 clusterId 与目标集群不一致。"; - public static final String MESSAGE_CLUSTERID_CURRENT_NODE_ARG_CLUSTERID_TARGET_CLUSTER_ARG_23C42434 = "当前节点的 ClusterId:%s,目标集群的 ClusterId:%s。"; - public static final String MESSAGE_1_PLEASE_CHECK_IF_NODE_CONFIGURATION_PATH_CORRECT_7FB5D559 = "\t1. 请检查节点配置或路径是否正确。"; - public static final String MESSAGE_REJECT_ARG_RESTART_BECAUSE_INTERNAL_TENDPOINTS_ARG_CAN_T_MODIFIED_A58B99F0 = "拒绝重启 %s。原因:此 %s 的 internal TEndPoints 不能被修改。"; - public static final String MESSAGE_1_PLEASE_KEEP_INTERNAL_TENDPOINTS_NODE_SAME_AS_BEFORE_2FDB2034 = "\t1. 请保持此节点的 internal TEndPoints 与之前一致。"; - public static final String MESSAGE_REMOVE_CONFIGNODE_FAILED_BECAUSE_THERE_ONLY_ONE_CONFIGNODE_CURRENT_CLUSTER_D1273758 = "移除 ConfigNode 失败,原因:当前集群中只有一个 ConfigNode。"; - public static final String MESSAGE_REMOVE_CONFIGNODE_FAILED_BECAUSE_THERE_NO_OTHER_CONFIGNODE_RUNNING_STATUS_C9C43315 = "移除 ConfigNode 失败,原因:当前集群中没有其他处于 Running 状态的 ConfigNode。"; - public static final String MESSAGE_REMOVE_CONFIGNODE_FAILED_BECAUSE_CONFIGNODEGROUP_LEADER_ELECTION_PLEASE_RETRY_3EE602F6 = "移除 ConfigNode 失败,原因:ConfigNodeGroup 正在进行 leader 选举,请重试。"; - public static final String MESSAGE_TRANSFER_CONFIGNODE_LEADER_FAILED_BECAUSE_CAN_NOT_FIND_ANY_RUNNING_1FE4F96D = "转移 ConfigNode leader 失败,原因:找不到任何正在运行的 ConfigNode。"; - public static final String MESSAGE_CONFIGNODE_REMOVED_LEADER_ALREADY_TRANSFER_LEADER_FA6D1603 = "待移除的 ConfigNode 是 leader,已将 Leader 转移到 "; - public static final String MESSAGE_TARGET_DATANODE_NOT_EXISTED_PLEASE_ENSURE_YOUR_INPUT_QUERYID_CORRECT_AB84CCDF = "目标 DataNode 不存在,请确保输入的 正确"; - public static final String MESSAGE_CREATE_SCHEMAPARTITION_FAILED_BECAUSE_DATABASE_ARG_NOT_EXISTS_D8AE1679 = "创建 SchemaPartition 失败,原因:数据库 %s 不存在"; - public static final String MESSAGE_CREATE_SCHEMAPARTITION_FAILED_BECAUSE_DATABASE_ARG_DOES_NOT_EXIST_2617832C = "创建 SchemaPartition 失败,原因:数据库 %s 不存在"; - public static final String MESSAGE_CREATE_DATAPARTITION_FAILED_BECAUSE_DATABASE_ARG_NOT_EXISTS_F223D5C2 = "创建 DataPartition 失败,原因:数据库 %s 不存在"; - public static final String MESSAGE_CREATE_DATAPARTITION_FAILED_BECAUSE_DATABASE_ARG_DOES_NOT_EXIST_D7A8C1FC = "创建 DataPartition 失败,原因:数据库 %s 不存在"; - public static final String LOG_REGIONGROUP_ARG_SERIESPARTITIONSLOT_COUNT_ARG_30F57B14 = "到 RegionGroup {},SeriesPartitionSlot 数量:{}"; - public static final String LOG_REGIONGROUPID_ARG_SERIESPARTITIONSLOT_COUNT_ARG_5DAE4B6A = "RegionGroupId:{},SeriesPartitionSlot 数量:{}"; - public static final String LOG_INCREASE_REFERENCE_COUNT_SNAPSHOT_ARG_ERROR_HOLDER_MESSAGE_ARG_962E8672 = "增加快照 %s 的引用计数失败。Holder 消息:%s"; - public static final String LOG_DECREASE_REFERENCE_COUNT_SNAPSHOT_ARG_ERROR_HOLDER_MESSAGE_ARG_8C7FF9CE = "减少快照 %s 的引用计数失败。Holder 消息:%s"; - public static final String MESSAGE_RECEIVER_CONFIGNODE_HAS_SET_UP_NEW_RECEIVER_SENDER_MUST_RE_77B80C51 = - "接收端 ConfigNode 已建立新的 receiver,发送端必须重新发送 handshake 请求。"; + public static final String + MESSAGE_REJECT_ARG_RESTART_BECAUSE_THERE_NO_CORRESPONDING_ARG_WHOSE_NODEID_455578E9 = + "拒绝重启 %s。原因:集群中没有对应的 %s(nodeId=%d)。"; + public static final String + MESSAGE_1_MAYBE_YOU_VE_ALREADY_REMOVED_CURRENT_ARG_WHOSE_NODEID_92165504 = + "\t1. 可能你已经移除了当前 %s(nodeId=%d)。请删除无用的 'data' 目录并重试启动。"; + public static final String + MESSAGE_REJECT_ARG_RESTART_BECAUSE_CLUSTERID_CURRENT_ARG_TARGET_CLUSTER_INCONSISTENT_0398A6CE = + "拒绝重启 %s。原因:当前 %s 的 clusterId 与目标集群不一致。"; + public static final String + MESSAGE_CLUSTERID_CURRENT_NODE_ARG_CLUSTERID_TARGET_CLUSTER_ARG_23C42434 = + "当前节点的 ClusterId:%s,目标集群的 ClusterId:%s。"; + public static final String MESSAGE_1_PLEASE_CHECK_IF_NODE_CONFIGURATION_PATH_CORRECT_7FB5D559 = + "\t1. 请检查节点配置或路径是否正确。"; + public static final String + MESSAGE_REJECT_ARG_RESTART_BECAUSE_INTERNAL_TENDPOINTS_ARG_CAN_T_MODIFIED_A58B99F0 = + "拒绝重启 %s。原因:此 %s 的 internal TEndPoints 不能被修改。"; + public static final String + MESSAGE_1_PLEASE_KEEP_INTERNAL_TENDPOINTS_NODE_SAME_AS_BEFORE_2FDB2034 = + "\t1. 请保持此节点的 internal TEndPoints 与之前一致。"; + public static final String + MESSAGE_REMOVE_CONFIGNODE_FAILED_BECAUSE_THERE_ONLY_ONE_CONFIGNODE_CURRENT_CLUSTER_D1273758 = + "移除 ConfigNode 失败,原因:当前集群中只有一个 ConfigNode。"; + public static final String + MESSAGE_REMOVE_CONFIGNODE_FAILED_BECAUSE_THERE_NO_OTHER_CONFIGNODE_RUNNING_STATUS_C9C43315 = + "移除 ConfigNode 失败,原因:当前集群中没有其他处于 Running 状态的 ConfigNode。"; + public static final String + MESSAGE_REMOVE_CONFIGNODE_FAILED_BECAUSE_CONFIGNODEGROUP_LEADER_ELECTION_PLEASE_RETRY_3EE602F6 = + "移除 ConfigNode 失败,原因:ConfigNodeGroup 正在进行 leader 选举,请重试。"; + public static final String + MESSAGE_TRANSFER_CONFIGNODE_LEADER_FAILED_BECAUSE_CAN_NOT_FIND_ANY_RUNNING_1FE4F96D = + "转移 ConfigNode leader 失败,原因:找不到任何正在运行的 ConfigNode。"; + public static final String MESSAGE_CONFIGNODE_REMOVED_LEADER_ALREADY_TRANSFER_LEADER_FA6D1603 = + "待移除的 ConfigNode 是 leader,已将 Leader 转移到 "; + public static final String + MESSAGE_TARGET_DATANODE_NOT_EXISTED_PLEASE_ENSURE_YOUR_INPUT_QUERYID_CORRECT_AB84CCDF = + "目标 DataNode 不存在,请确保输入的 正确"; + public static final String + MESSAGE_CREATE_SCHEMAPARTITION_FAILED_BECAUSE_DATABASE_ARG_NOT_EXISTS_D8AE1679 = + "创建 SchemaPartition 失败,原因:数据库 %s 不存在"; + public static final String + MESSAGE_CREATE_SCHEMAPARTITION_FAILED_BECAUSE_DATABASE_ARG_DOES_NOT_EXIST_2617832C = + "创建 SchemaPartition 失败,原因:数据库 %s 不存在"; + public static final String + MESSAGE_CREATE_DATAPARTITION_FAILED_BECAUSE_DATABASE_ARG_NOT_EXISTS_F223D5C2 = + "创建 DataPartition 失败,原因:数据库 %s 不存在"; + public static final String + MESSAGE_CREATE_DATAPARTITION_FAILED_BECAUSE_DATABASE_ARG_DOES_NOT_EXIST_D7A8C1FC = + "创建 DataPartition 失败,原因:数据库 %s 不存在"; + public static final String LOG_REGIONGROUP_ARG_SERIESPARTITIONSLOT_COUNT_ARG_30F57B14 = + "到 RegionGroup {},SeriesPartitionSlot 数量:{}"; + public static final String LOG_REGIONGROUPID_ARG_SERIESPARTITIONSLOT_COUNT_ARG_5DAE4B6A = + "RegionGroupId:{},SeriesPartitionSlot 数量:{}"; + public static final String + LOG_INCREASE_REFERENCE_COUNT_SNAPSHOT_ARG_ERROR_HOLDER_MESSAGE_ARG_962E8672 = + "增加快照 %s 的引用计数失败。Holder 消息:%s"; + public static final String + LOG_DECREASE_REFERENCE_COUNT_SNAPSHOT_ARG_ERROR_HOLDER_MESSAGE_ARG_8C7FF9CE = + "减少快照 %s 的引用计数失败。Holder 消息:%s"; + public static final String + MESSAGE_RECEIVER_CONFIGNODE_HAS_SET_UP_NEW_RECEIVER_SENDER_MUST_RE_77B80C51 = + "接收端 ConfigNode 已建立新的 receiver,发送端必须重新发送 handshake 请求。"; public static final String LOG_IGNORE_EXCEPTION_2AC431FA = "忽略此异常。"; - public static final String LOG_REPORTING_PIPE_META_ARG_REMAININGEVENTCOUNT_ARG_ESTIMATEDREMAININGTIME_ARG_E2727CB4 = "上报 pipe meta:{},remainingEventCount:{},estimatedRemainingTime:{}"; - public static final String LOG_PIPEMETAFROMAGENT_NULL_PIPEMETAFROMCOORDINATOR_ARG_36C513AE = "pipeMetaFromAgent 为空,pipeMetaFromCoordinator:{}"; - public static final String LOG_DETECTED_HISTORICAL_PIPE_COMPLETION_REPORT_DATANODE_ARG_PIPE_ARG_REMAININGEVENTCOUNT_7E6C52E9 = - "检测到 DataNode {} 上 pipe {} 的历史 pipe 完成报告。remainingEventCount:" - + "{},remainingTime:{},completedDataNodes:{}"; - public static final String LOG_ALL_DATANODES_REPORTED_HISTORICAL_PIPE_ARG_COMPLETED_GLOBALREMAININGEVENTCOUNT_ARG_GLOBALREMAININGTIME_255 = - "所有 DataNode 均报告历史 pipe {} 已完成。globalRemainingEventCount:{}," - + "globalRemainingTime:{},staticMeta:{}"; - public static final String LOG_UPDATED_PROGRESS_INDEX_PIPE_NAME_ARG_CONSENSUS_GROUP_ID_ARG_DF112F4F = "已更新 (pipe 名称:{},共识组 id:{}) 的进度索引 ... "; - public static final String LOG_PROGRESS_INDEX_COORDINATOR_ARG_PROGRESS_INDEX_AGENT_ARG_UPDATED_PROGRESSINDEX_1A22ABC5 = "coordinator 上的进度索引:{},agent 上的进度索引:{},更新后的 progressIndex:{}"; - public static final String LOG_DETECT_PIPERUNTIMECONNECTORCRITICALEXCEPTION_ARG_7D198DD7 = "检测到 PipeRuntimeConnectorCriticalException %s "; + public static final String + LOG_REPORTING_PIPE_META_ARG_REMAININGEVENTCOUNT_ARG_ESTIMATEDREMAININGTIME_ARG_E2727CB4 = + "上报 pipe meta:{},remainingEventCount:{},estimatedRemainingTime:{}"; + public static final String LOG_PIPEMETAFROMAGENT_NULL_PIPEMETAFROMCOORDINATOR_ARG_36C513AE = + "pipeMetaFromAgent 为空,pipeMetaFromCoordinator:{}"; + public static final String + LOG_DETECTED_HISTORICAL_PIPE_COMPLETION_REPORT_DATANODE_ARG_PIPE_ARG_REMAININGEVENTCOUNT_7E6C52E9 = + "检测到 DataNode {} 上 pipe {} 的历史 pipe 完成报告。remainingEventCount:" + + "{},remainingTime:{},completedDataNodes:{}"; + public static final String + LOG_ALL_DATANODES_REPORTED_HISTORICAL_PIPE_ARG_COMPLETED_GLOBALREMAININGEVENTCOUNT_ARG_GLOBALREMAININGTIME_255 = + "所有 DataNode 均报告历史 pipe {} 已完成。globalRemainingEventCount:{}," + + "globalRemainingTime:{},staticMeta:{}"; + public static final String + LOG_UPDATED_PROGRESS_INDEX_PIPE_NAME_ARG_CONSENSUS_GROUP_ID_ARG_DF112F4F = + "已更新 (pipe 名称:{},共识组 id:{}) 的进度索引 ... "; + public static final String + LOG_PROGRESS_INDEX_COORDINATOR_ARG_PROGRESS_INDEX_AGENT_ARG_UPDATED_PROGRESSINDEX_1A22ABC5 = + "coordinator 上的进度索引:{},agent 上的进度索引:{},更新后的 progressIndex:{}"; + public static final String LOG_DETECT_PIPERUNTIMECONNECTORCRITICALEXCEPTION_ARG_7D198DD7 = + "检测到 PipeRuntimeConnectorCriticalException %s "; public static final String LOG_AGENT_STOP_PIPE_ARG_42212C21 = "来自 agent,停止 pipe %s。"; - public static final String LOG_CREATEREGIONGROUPS_REGIONGROUP_ARG_BELONGED_DATABASE_ARG_DATANODES_ARG_5270AB6B = "[CreateRegionGroups] RegionGroup:{},所属数据库:{},DataNodes:{}"; - public static final String EXCEPTION_DATANODEID_SHOULD_NOT_BE_MINUS_1_HERE_5CB27796 = "dataNodeId 此处不应为 -1"; - public static final String MESSAGE_SUBSCRIPTIONOWNERLEASESYNCER_IS_STARTED_SUCCESSFULLY_09CA6848 = "SubscriptionOwnerLeaseSyncer 已成功启动。"; - public static final String MESSAGE_FAILED_TO_PUSH_SUBSCRIPTION_TOPIC_OWNER_LEASES_TO_DATANODES_EBFBA668 = "向 DataNodes 推送订阅 topic owner 租约失败。"; - public static final String MESSAGE_SUBSCRIPTIONOWNERLEASESYNCER_IS_STOPPED_SUCCESSFULLY_11442F29 = "SubscriptionOwnerLeaseSyncer 已成功停止。"; - public static final String MESSAGE_NO_AVAILABLE_ARG_REGIONGROUP_FOR_DATABASE_ARG_REGIONGROUPS_VISIBLE_IN_PARTITIONINFO_AND_THEIR_LOADCACHE_STATUS_ARG_615F5D49 = - "数据库 {} 没有可用的 {} RegionGroup。PartitionInfo 中可见的 RegionGroup 及其 LoadCache 状态:{}"; + public static final String + LOG_CREATEREGIONGROUPS_REGIONGROUP_ARG_BELONGED_DATABASE_ARG_DATANODES_ARG_5270AB6B = + "[CreateRegionGroups] RegionGroup:{},所属数据库:{},DataNodes:{}"; + public static final String EXCEPTION_DATANODEID_SHOULD_NOT_BE_MINUS_1_HERE_5CB27796 = + "dataNodeId 此处不应为 -1"; + public static final String MESSAGE_SUBSCRIPTIONOWNERLEASESYNCER_IS_STARTED_SUCCESSFULLY_09CA6848 = + "SubscriptionOwnerLeaseSyncer 已成功启动。"; + public static final String + MESSAGE_FAILED_TO_PUSH_SUBSCRIPTION_TOPIC_OWNER_LEASES_TO_DATANODES_EBFBA668 = + "向 DataNodes 推送订阅 topic owner 租约失败。"; + public static final String MESSAGE_SUBSCRIPTIONOWNERLEASESYNCER_IS_STOPPED_SUCCESSFULLY_11442F29 = + "SubscriptionOwnerLeaseSyncer 已成功停止。"; + public static final String + MESSAGE_NO_AVAILABLE_ARG_REGIONGROUP_FOR_DATABASE_ARG_REGIONGROUPS_VISIBLE_IN_PARTITIONINFO_AND_THEIR_LOADCACHE_STATUS_ARG_615F5D49 = + "数据库 {} 没有可用的 {} RegionGroup。PartitionInfo 中可见的 RegionGroup 及其 LoadCache 状态:{}"; public static final String MESSAGE_ARG_PLEASE_MANUALLY_CHECK_LATER_WHETHER_THE_PROCEDURE_IS_EXECUTED_SUCCESSFULLY_A82B739D = "%s 请稍后手动检查该 Procedure 是否执行成功。"; - } diff --git a/iotdb-core/confignode/src/main/i18n/zh/org/apache/iotdb/confignode/i18n/ProcedureMessages.java b/iotdb-core/confignode/src/main/i18n/zh/org/apache/iotdb/confignode/i18n/ProcedureMessages.java index 3014e1c0076d..d683ff0001eb 100644 --- a/iotdb-core/confignode/src/main/i18n/zh/org/apache/iotdb/confignode/i18n/ProcedureMessages.java +++ b/iotdb-core/confignode/src/main/i18n/zh/org/apache/iotdb/confignode/i18n/ProcedureMessages.java @@ -1500,11 +1500,9 @@ private ProcedureMessages() {} public static final String MESSAGE_THE_PREVIOUS_ATTEMPT_FAILED_WITH_ARG_AND_THIS_STATE_IS_BEING_RETRIED_7A541F27 = "上一次尝试因“%s”失败,正在重试此状态。"; - public static final String - MESSAGE_THE_STATE_FAILED_WITH_ARG_AND_ROLLBACK_IS_PENDING_E7B43829 = - "此状态因“%s”失败,正在等待回滚。"; - public static final String MESSAGE_ROLLING_BACK_AFTER_FAILURE_ARG_474DF456 = - "正在回滚,失败原因:%s。"; + public static final String MESSAGE_THE_STATE_FAILED_WITH_ARG_AND_ROLLBACK_IS_PENDING_E7B43829 = + "此状态因“%s”失败,正在等待回滚。"; + public static final String MESSAGE_ROLLING_BACK_AFTER_FAILURE_ARG_474DF456 = "正在回滚,失败原因:%s。"; public static final String MESSAGE_ROLLING_BACK_AFTER_AN_EARLIER_FAILURE_850D0AF5 = "正在回滚此前发生的失败。"; } diff --git a/iotdb-core/consensus/src/main/i18n/en/org/apache/iotdb/consensus/i18n/ConsensusMessages.java b/iotdb-core/consensus/src/main/i18n/en/org/apache/iotdb/consensus/i18n/ConsensusMessages.java index ae5d4d5296df..f22e7711f22c 100644 --- a/iotdb-core/consensus/src/main/i18n/en/org/apache/iotdb/consensus/i18n/ConsensusMessages.java +++ b/iotdb-core/consensus/src/main/i18n/en/org/apache/iotdb/consensus/i18n/ConsensusMessages.java @@ -38,18 +38,14 @@ private ConsensusMessages() {} // ===================== Exception messages (String.format %s) ===================== - public static final String CONSENSUS_GROUP_NOT_EXIST = - "The consensus group %s doesn't exist"; + public static final String CONSENSUS_GROUP_NOT_EXIST = "The consensus group %s doesn't exist"; public static final String CONSENSUS_GROUP_ALREADY_EXIST = "The consensus group %d already exists"; - public static final String ILLEGAL_PEER_NUM = - "Illegal peer num %d when adding consensus group"; + public static final String ILLEGAL_PEER_NUM = "Illegal peer num %d when adding consensus group"; public static final String ILLEGAL_PEER_ENDPOINT = "Illegal addConsensusGroup because currentNode %s is not in consensusGroup %s"; - public static final String PEER_ALREADY_IN_GROUP = - "Peer %s:%d is already in group %d"; - public static final String PEER_NOT_IN_GROUP = - "Peer %s is not in group %d"; + public static final String PEER_ALREADY_IN_GROUP = "Peer %s:%d is already in group %d"; + public static final String PEER_NOT_IN_GROUP = "Peer %s is not in group %d"; // ===================== Common log messages (SLF4J {}) ===================== @@ -65,8 +61,7 @@ private ConsensusMessages() {} "Cannot create local peer for group {} with peers {}"; public static final String FAILED_TO_RESET_PEER_LIST_WHILE_START = "Failed to reset peer list while start"; - public static final String RECORD_CORRECT_PEER_LIST = - "Record correct peer list: {}"; + public static final String RECORD_CORRECT_PEER_LIST = "Record correct peer list: {}"; public static final String INTERRUPTED_WHEN_SHUTTING_DOWN_EXECUTOR = "{}: interrupted when shutting down add Executor with exception {}"; public static final String INTERRUPTED_WHEN_SHUTTING_DOWN_EXECUTOR_RATIS = @@ -123,8 +118,7 @@ private ConsensusMessages() {} "Peer is inactive and not ready to receive sync log request, %s, DataNode Id: %s"; public static final String PEER_INACTIVE_NOT_READY_WRITE = "Peer is inactive and not ready to write request, %s, DataNode Id: %s"; - public static final String REMOVE_SYNC_LOG_CHANNEL_FAILED = - "remove sync log channel failed"; + public static final String REMOVE_SYNC_LOG_CHANNEL_FAILED = "remove sync log channel failed"; public static final String FAILED_TO_CLEANUP_TRANSFERRED_SNAPSHOT = "failed to cleanup transferred snapshot {}"; @@ -159,20 +153,19 @@ private ConsensusMessages() {} public static final String VISIT_FILE_FAILED = "visit file {} failed due to {}"; public static final String IO_EXCEPTION_LISTING_SNAPSHOT_DIR = "IOException occurred during listing snapshot directory: "; - public static final String FAILED_TO_LOAD_KEYSTORE = - "Failed or truststore to load keystore file"; + public static final String FAILED_TO_LOAD_KEYSTORE = "Failed or truststore to load keystore file"; public static final String KEYSTORE_FILE_NOT_FOUND = "keystore or truststore file not found"; - public static final String FAILED_TO_READ_KEYSTORE = - "Failed to read key store or trust store."; + public static final String FAILED_TO_READ_KEYSTORE = "Failed to read key store or trust store."; public static final String NOT_IMPLEMENTED_YET = "not implemented yet"; // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- - public static final String EXCEPTION_RAFT_SERVER_CANNOT_SERVE_READ_REQUESTS_NOW_LEADER_UNKNOWN_UNDER_B6D65373 = "Raft Server cannot serve read requests now (leader is unknown or under recovery). "; + public static final String + EXCEPTION_RAFT_SERVER_CANNOT_SERVE_READ_REQUESTS_NOW_LEADER_UNKNOWN_UNDER_B6D65373 = + "Raft Server cannot serve read requests now (leader is unknown or under recovery). "; public static final String EXCEPTION_PLEASE_TRY_READ_LATER_D8E0CDE1 = "Please try read later: "; public static final String EXCEPTION_RATIS_REQUEST_FAILED_52AF217F = "Ratis request failed "; public static final String EXCEPTION_UNKNOWN_88183B94 = "Unknown"; public static final String EXCEPTION_RATIS_REQUEST_FAILED_58107CDE = "Ratis request failed: "; public static final String EXCEPTION_DOT_F779BA66 = ". "; - } diff --git a/iotdb-core/consensus/src/main/i18n/en/org/apache/iotdb/consensus/i18n/IoTConsensusMessages.java b/iotdb-core/consensus/src/main/i18n/en/org/apache/iotdb/consensus/i18n/IoTConsensusMessages.java index 59e3567109b4..6d17aa0e8d94 100644 --- a/iotdb-core/consensus/src/main/i18n/en/org/apache/iotdb/consensus/i18n/IoTConsensusMessages.java +++ b/iotdb-core/consensus/src/main/i18n/en/org/apache/iotdb/consensus/i18n/IoTConsensusMessages.java @@ -29,26 +29,21 @@ private IoTConsensusMessages() {} // ===================== IoTConsensus lifecycle ===================== - public static final String INACTIVATE_NEW_PEER = - "[IoTConsensus] inactivate new peer: {}"; + public static final String INACTIVATE_NEW_PEER = "[IoTConsensus] inactivate new peer: {}"; public static final String NOTIFY_PEERS_BUILD_SYNC_LOG = "[IoTConsensus] notify current peers to build sync log..."; - public static final String START_TAKE_SNAPSHOT = - "[IoTConsensus] start to take snapshot..."; + public static final String START_TAKE_SNAPSHOT = "[IoTConsensus] start to take snapshot..."; public static final String START_TRANSMIT_SNAPSHOT = "[IoTConsensus] start to transmit snapshot..."; public static final String TRIGGER_LOAD_SNAPSHOT = "[IoTConsensus] trigger new peer to load snapshot..."; - public static final String ACTIVATE_NEW_PEER = - "[IoTConsensus] activate new peer..."; - public static final String CLEANUP_REMOTE_SNAPSHOT = - "[IoTConsensus] clean up remote snapshot..."; + public static final String ACTIVATE_NEW_PEER = "[IoTConsensus] activate new peer..."; + public static final String CLEANUP_REMOTE_SNAPSHOT = "[IoTConsensus] clean up remote snapshot..."; public static final String FAILED_CLEANUP_REMOTE_SNAPSHOT = "[IoTConsensus] failed to cleanup remote snapshot"; public static final String ADD_REMOTE_PEER_FAILED_CLEANUP = "[IoTConsensus] add remote peer failed, automatic cleanup side effects..."; - public static final String CLEANUP_LOCAL_SNAPSHOT = - "[IoTConsensus] clean up local snapshot..."; + public static final String CLEANUP_LOCAL_SNAPSHOT = "[IoTConsensus] clean up local snapshot..."; public static final String NOT_SUPPORT_LEADER_TRANSFER = "IoTConsensus does not support leader transfer"; @@ -61,25 +56,19 @@ private IoTConsensusMessages() {} // ===================== Snapshot ===================== - public static final String CANNOT_MKDIR_FOR_SNAPSHOT = - "%s: cannot mkdir for snapshot"; - public static final String UNKNOWN_ERROR_TAKING_SNAPSHOT = - "unknown error when taking snapshot"; - public static final String ERROR_TAKING_SNAPSHOT = - "error when taking snapshot"; + public static final String CANNOT_MKDIR_FOR_SNAPSHOT = "%s: cannot mkdir for snapshot"; + public static final String UNKNOWN_ERROR_TAKING_SNAPSHOT = "unknown error when taking snapshot"; + public static final String ERROR_TAKING_SNAPSHOT = "error when taking snapshot"; public static final String CANNOT_FIND_SNAPSHOT_DIR = "Can not find any snapshot dir after build a new snapshot for group {}"; - public static final String DELETE_OLD_SNAPSHOT_FAILED = - "Delete old snapshot dir {} failed"; + public static final String DELETE_OLD_SNAPSHOT_FAILED = "Delete old snapshot dir {} failed"; public static final String FILE_NOT_EXIST = "File not exist: {}"; public static final String CLEANUP_LOCAL_SNAPSHOT_FAIL = "Cleanup local snapshot fail. You may manually delete {}."; public static final String INVALID_SNAPSHOT_FILE = "invalid snapshot file. snapshotId: %s, filePath: %s"; - public static final String ERROR_RECEIVING_SNAPSHOT = - "error when receiving snapshot %s"; - public static final String INVALID_SNAPSHOT_RELATIVE_PATH = - "Invalid snapshotRelativePath: "; + public static final String ERROR_RECEIVING_SNAPSHOT = "error when receiving snapshot %s"; + public static final String INVALID_SNAPSHOT_RELATIVE_PATH = "Invalid snapshotRelativePath: "; // ===================== Snapshot transmission ===================== @@ -98,16 +87,12 @@ private IoTConsensusMessages() {} // ===================== Peer operations ===================== - public static final String ERROR_INACTIVATING_PEER = - "error when inactivating %s. %s"; - public static final String ERROR_INACTIVATING_PEER_SHORT = - "error when inactivating %s"; + public static final String ERROR_INACTIVATING_PEER = "error when inactivating %s. %s"; + public static final String ERROR_INACTIVATING_PEER_SHORT = "error when inactivating %s"; public static final String ERROR_TRIGGERING_SNAPSHOT_LOAD = "error when triggering snapshot load %s. %s"; - public static final String ERROR_ACTIVATING_PEER = - "error when activating %s. %s"; - public static final String ERROR_ACTIVATING_PEER_SHORT = - "error when activating %s"; + public static final String ERROR_ACTIVATING_PEER = "error when activating %s. %s"; + public static final String ERROR_ACTIVATING_PEER_SHORT = "error when activating %s"; public static final String CLEANUP_REMOTE_SNAPSHOT_FAILED = "cleanup remote snapshot failed of %s ,status is %s"; public static final String CLEANUP_REMOTE_SNAPSHOT_FAILED_SHORT = @@ -125,10 +110,8 @@ private IoTConsensusMessages() {} "cannot notify {} to build sync log channel. Please check the status of this node manually"; public static final String BUILD_SYNC_LOG_CHANNEL_SUCCESS = "[IoTConsensus] Successfully build sync log channel to {} with initialSyncIndex {}. {}"; - public static final String SYNC_LOG_CHANNEL_STARTED = - "Sync log channel has started."; - public static final String SYNC_LOG_CHANNEL_START_LATER = - "Sync log channel maybe start later."; + public static final String SYNC_LOG_CHANNEL_STARTED = "Sync log channel has started."; + public static final String SYNC_LOG_CHANNEL_START_LATER = "Sync log channel maybe start later."; public static final String REMOVING_SYNC_LOG_CHANNEL_FAILED = "removing sync log channel failed from {} to {}"; public static final String EXCEPTION_REMOVING_SYNC_LOG_CHANNEL = @@ -173,8 +156,7 @@ private IoTConsensusMessages() {} "Error occurred when upgrading version file"; public static final String DELETE_OUTDATED_VERSION_FILE_FAILED = "Delete outdated version file {} failed"; - public static final String ERROR_CREATING_NEW_FILE = - "Error occurred when creating new file {}"; + public static final String ERROR_CREATING_NEW_FILE = "Error occurred when creating new file {}"; public static final String CONFIGURATION_EMPTY_UNEXPECTED = "Configuration is empty, which is unexpected. Safe deleted search index won't be updated this time."; public static final String SEARCH_INDEX_SMALLER_THAN_SAFELY_DELETED = @@ -192,10 +174,8 @@ private IoTConsensusMessages() {} "Unable to shutdown LogDispatcher service after {} seconds"; public static final String UNEXPECTED_INTERRUPTION_CLOSING_LOG_DISPATCHER = "Unexpected Interruption when closing LogDispatcher service "; - public static final String DISPATCHER_STARTS = - "{}: Dispatcher for {} starts"; - public static final String DISPATCHER_EXITS = - "{}: Dispatcher for {} exits"; + public static final String DISPATCHER_STARTS = "{}: Dispatcher for {} starts"; + public static final String DISPATCHER_EXITS = "{}: Dispatcher for {} exits"; public static final String DISPATCHER_DID_NOT_STOP = "{}: Dispatcher for {} didn't stop after 30s."; public static final String UNEXPECTED_ERROR_IN_LOG_DISPATCHER = @@ -208,22 +188,17 @@ private IoTConsensusMessages() {} "{}: startIndex: {}, maxIndex: {}, pendingEntries size: {}, bufferedEntries size: {}"; public static final String ACCUMULATED_FROM_WAL_WHEN_EMPTY = "{} : accumulated a {} from wal when empty"; - public static final String ACCUMULATED_FROM_WAL = - "{} : accumulated a {} from wal"; - public static final String ACCUMULATED_FROM_QUEUE = - "{} : accumulated a {} from queue"; + public static final String ACCUMULATED_FROM_WAL = "{} : accumulated a {} from wal"; + public static final String ACCUMULATED_FROM_QUEUE = "{} : accumulated a {} from queue"; public static final String ACCUMULATED_FROM_QUEUE_AND_WAL_GAP = "gap {} : accumulated a {} from queue and wal when gap"; public static final String ACCUMULATED_FROM_QUEUE_AND_WAL = "{} : accumulated a {} from queue and wal"; public static final String SEND_BATCH = "Send Batch[startIndex:{}, endIndex:{}] to ConsensusGroup:{}"; - public static final String CANNOT_SYNC_LOGS_TO_PEER = - "Can not sync logs to peer {} because"; - public static final String CONSTRUCT_FROM_WAL = - "construct from WAL for one Entry, index : {}"; - public static final String WAIT_NEXT_WAL_INTERRUPTED = - "wait for next WAL entry is interrupted"; + public static final String CANNOT_SYNC_LOGS_TO_PEER = "Can not sync logs to peer {} because"; + public static final String CONSTRUCT_FROM_WAL = "construct from WAL for one Entry, index : {}"; + public static final String WAIT_NEXT_WAL_INTERRUPTED = "wait for next WAL entry is interrupted"; public static final String SEARCH_ENTRY_FOUND_SMALLER = "search for one Entry which index is {}, but find a smaller one, index : {}"; public static final String SEARCH_ENTRY_FOUND_LARGER = @@ -296,8 +271,7 @@ private IoTConsensusMessages() {} "Freed {} bytes for request {}, current total usage {}"; public static final String FREED_BYTES_FOR_BATCH = "Freed {} bytes for batch {}-{}, current total usage {}"; - public static final String FREE_MEMORY = - "{} free {} bytes, total memory size: {} bytes."; + public static final String FREE_MEMORY = "{} free {} bytes, total memory size: {} bytes."; public static final String INTERRUPTED_AFTER_POLLING_AND_SLEEPING = "Interrupted after polling and sleeping"; public static final String INTERRUPTED_AFTER_GETTING_A_BATCH = @@ -305,33 +279,67 @@ private IoTConsensusMessages() {} // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- - public static final String LOG_ONNEWPEERCREATED_CALLBACK_FAILED_GROUP_ARG_2671FCDA = "onNewPeerCreated callback failed for group {}"; - public static final String LOG_ONPEERREMOVED_CALLBACK_FAILED_GROUP_ARG_9B79CBAF = "onPeerRemoved callback failed for group {}"; - public static final String EXCEPTION_UNSUPPORTED_WRITER_META_VERSION_ARG_ARG_7D14E679 = "Unsupported writer meta version %d in %s"; - public static final String LOG_WRITE_NO_SUBSCRIPTION_QUEUES_REGISTERED_0F4E697B = "write() no subscription queues registered, "; - public static final String LOG_GROUP_ARG_SEARCHINDEX_ARG_ARG_D5E034E6 = "group={}, searchIndex={}, this={}"; - public static final String LOG_CANNOT_NOTIFY_ARG_BUILD_SYNC_LOG_CHANNEL_490770FB = "cannot notify {} to build sync log channel. "; - public static final String LOG_PLEASE_CHECK_STATUS_NODE_MANUALLY_40FBC9B3 = "Please check the status of this node manually"; - public static final String LOG_FAILED_SYNC_WRITER_SAFE_TIME_BARRIER_PEER_ARG_GROUP_ARG_05A13E6A = "Failed to sync writer safe-time barrier to peer {} for group {}, "; - public static final String LOG_SAFEPT_ARG_WRITERNODEID_ARG_BARRIER_ARG_AC74618F = "safePt={}, writerNodeId={}, barrier={}"; - public static final String LOG_RECOVERED_WRITER_META_GROUP_ARG_ARG_RECOVEREDLOCALSEQ_ARG_9B989AAC = "Recovered writer meta for group {} from {}, recoveredLocalSeq={}, "; + public static final String LOG_ONNEWPEERCREATED_CALLBACK_FAILED_GROUP_ARG_2671FCDA = + "onNewPeerCreated callback failed for group {}"; + public static final String LOG_ONPEERREMOVED_CALLBACK_FAILED_GROUP_ARG_9B79CBAF = + "onPeerRemoved callback failed for group {}"; + public static final String EXCEPTION_UNSUPPORTED_WRITER_META_VERSION_ARG_ARG_7D14E679 = + "Unsupported writer meta version %d in %s"; + public static final String LOG_WRITE_NO_SUBSCRIPTION_QUEUES_REGISTERED_0F4E697B = + "write() no subscription queues registered, "; + public static final String LOG_GROUP_ARG_SEARCHINDEX_ARG_ARG_D5E034E6 = + "group={}, searchIndex={}, this={}"; + public static final String LOG_CANNOT_NOTIFY_ARG_BUILD_SYNC_LOG_CHANNEL_490770FB = + "cannot notify {} to build sync log channel. "; + public static final String LOG_PLEASE_CHECK_STATUS_NODE_MANUALLY_40FBC9B3 = + "Please check the status of this node manually"; + public static final String LOG_FAILED_SYNC_WRITER_SAFE_TIME_BARRIER_PEER_ARG_GROUP_ARG_05A13E6A = + "Failed to sync writer safe-time barrier to peer {} for group {}, "; + public static final String LOG_SAFEPT_ARG_WRITERNODEID_ARG_BARRIER_ARG_AC74618F = + "safePt={}, writerNodeId={}, barrier={}"; + public static final String + LOG_RECOVERED_WRITER_META_GROUP_ARG_ARG_RECOVEREDLOCALSEQ_ARG_9B989AAC = + "Recovered writer meta for group {} from {}, recoveredLocalSeq={}, "; public static final String LOG_PERSISTEDLOCALSEQ_ARG_5EBAA9A5 = "persistedLocalSeq={}"; - public static final String LOG_FAILED_LOAD_WRITER_META_GROUP_ARG_ARG_STARTING_FRESH_WRITER_A24EDEFE = "Failed to load writer meta for group {} from {}. Starting fresh writer metadata."; - public static final String LOG_INITIALIZED_FRESH_WRITER_META_GROUP_ARG_RECOVEREDLOCALSEQ_ARG_A7254C6E = "Initialized fresh writer meta for group {}, recoveredLocalSeq={}"; - public static final String LOG_FAILED_PERSIST_WRITER_META_GROUP_ARG_AT_LOCALSEQ_ARG_PT_3502F119 = "Failed to persist writer meta for group {} at localSeq={}, pt={}"; - public static final String LOG_REGISTERED_SUBSCRIPTION_QUEUE_GROUP_ARG_5102ABA0 = "Registered subscription queue for group {}, "; - public static final String LOG_TOTAL_SUBSCRIPTION_QUEUES_ARG_CURRENTSEARCHINDEX_ARG_ARG_9BF9006A = "total subscription queues: {}, currentSearchIndex={}, this={}"; - public static final String LOG_DEREGISTERED_SUBSCRIPTION_QUEUE_GROUP_ARG_REMAINING_SUBSCRIPTION_QUEUES_ARG_B86E31AF = "Deregistered subscription queue for group {}, remaining subscription queues: {}"; - public static final String LOG_OBSERVED_INCOMPARABLE_WRITER_SAFE_TIME_BARRIER_WRITER_ARG_0F0C171D = "Observed incomparable writer safe-time barrier for writer {}. "; - public static final String LOG_KEEP_PENDINGSAFEPHYSICALTIME_ARG_PENDINGSAFELOCALSEQ_ARG_7123FD95 = "keep pendingSafePhysicalTime={}, pendingSafeLocalSeq={}, "; - public static final String LOG_IGNORE_SAFEPHYSICALTIME_ARG_SAFELOCALSEQ_ARG_A601C4D1 = "ignore safePhysicalTime={}, safeLocalSeq={}"; - public static final String LOG_WRITE_OFFERING_ARG_SUBSCRIPTION_QUEUE_S_GROUP_ARG_SEARCHINDEX_ARG_A8489EDF = "write() offering to {} subscription queue(s), group={}, searchIndex={}, requestType={}"; - public static final String LOG_OFFER_RESULT_ARG_QUEUESIZE_ARG_QUEUEREMAINING_ARG_7ADC84C2 = "offer result={}, queueSize={}, queueRemaining={}"; - public static final String LOG_SUBSCRIPTION_QUEUE_FULL_DROPPED_ARG_ENTRY_S_LAST_ARG_MS_2AD8AB3D = "Subscription queue full, dropped {} entry(s) in the last {} ms, latest "; - public static final String LOG_SEARCHINDEX_ARG_QUEUESIZE_ARG_QUEUEREMAINING_ARG_2EA619ED = "searchIndex={}, queueSize={}, queueRemaining={}"; - public static final String LOG_SUBSCRIPTION_QUEUE_FULL_DROPPED_ENTRY_SEARCHINDEX_ARG_DROPPEDCOUNT_ARG_61F126B8 = "Subscription queue full, dropped entry searchIndex={}, droppedCount={}"; - public static final String LOG_RESERVED_ARG_BYTES_BATCH_ARG_ARG_CURRENT_TOTAL_USAGE_ARG_308AE9C2 = "Reserved {} bytes for batch {}-{}, current total usage {}"; - public static final String LOG_ARG_FAILED_SEND_IDLE_WRITER_SAFE_TIME_BARRIER_ARG_STATUS_AE047EAD = "{}: Failed to send idle writer safe-time barrier to {}. status={}"; - public static final String LOG_ARG_WRITE_OPERATION_FAILED_SEARCHINDEX_ARG_CODE_ARG_SUBSCRIPTIONQUEUES_ARG_THIS_ARG_F4B17576 = "{}: write operation failed. searchIndex: {}. Code: {}, subscriptionQueues: {}, this: {}"; - + public static final String + LOG_FAILED_LOAD_WRITER_META_GROUP_ARG_ARG_STARTING_FRESH_WRITER_A24EDEFE = + "Failed to load writer meta for group {} from {}. Starting fresh writer metadata."; + public static final String + LOG_INITIALIZED_FRESH_WRITER_META_GROUP_ARG_RECOVEREDLOCALSEQ_ARG_A7254C6E = + "Initialized fresh writer meta for group {}, recoveredLocalSeq={}"; + public static final String LOG_FAILED_PERSIST_WRITER_META_GROUP_ARG_AT_LOCALSEQ_ARG_PT_3502F119 = + "Failed to persist writer meta for group {} at localSeq={}, pt={}"; + public static final String LOG_REGISTERED_SUBSCRIPTION_QUEUE_GROUP_ARG_5102ABA0 = + "Registered subscription queue for group {}, "; + public static final String LOG_TOTAL_SUBSCRIPTION_QUEUES_ARG_CURRENTSEARCHINDEX_ARG_ARG_9BF9006A = + "total subscription queues: {}, currentSearchIndex={}, this={}"; + public static final String + LOG_DEREGISTERED_SUBSCRIPTION_QUEUE_GROUP_ARG_REMAINING_SUBSCRIPTION_QUEUES_ARG_B86E31AF = + "Deregistered subscription queue for group {}, remaining subscription queues: {}"; + public static final String + LOG_OBSERVED_INCOMPARABLE_WRITER_SAFE_TIME_BARRIER_WRITER_ARG_0F0C171D = + "Observed incomparable writer safe-time barrier for writer {}. "; + public static final String LOG_KEEP_PENDINGSAFEPHYSICALTIME_ARG_PENDINGSAFELOCALSEQ_ARG_7123FD95 = + "keep pendingSafePhysicalTime={}, pendingSafeLocalSeq={}, "; + public static final String LOG_IGNORE_SAFEPHYSICALTIME_ARG_SAFELOCALSEQ_ARG_A601C4D1 = + "ignore safePhysicalTime={}, safeLocalSeq={}"; + public static final String + LOG_WRITE_OFFERING_ARG_SUBSCRIPTION_QUEUE_S_GROUP_ARG_SEARCHINDEX_ARG_A8489EDF = + "write() offering to {} subscription queue(s), group={}, searchIndex={}, requestType={}"; + public static final String LOG_OFFER_RESULT_ARG_QUEUESIZE_ARG_QUEUEREMAINING_ARG_7ADC84C2 = + "offer result={}, queueSize={}, queueRemaining={}"; + public static final String LOG_SUBSCRIPTION_QUEUE_FULL_DROPPED_ARG_ENTRY_S_LAST_ARG_MS_2AD8AB3D = + "Subscription queue full, dropped {} entry(s) in the last {} ms, latest "; + public static final String LOG_SEARCHINDEX_ARG_QUEUESIZE_ARG_QUEUEREMAINING_ARG_2EA619ED = + "searchIndex={}, queueSize={}, queueRemaining={}"; + public static final String + LOG_SUBSCRIPTION_QUEUE_FULL_DROPPED_ENTRY_SEARCHINDEX_ARG_DROPPEDCOUNT_ARG_61F126B8 = + "Subscription queue full, dropped entry searchIndex={}, droppedCount={}"; + public static final String LOG_RESERVED_ARG_BYTES_BATCH_ARG_ARG_CURRENT_TOTAL_USAGE_ARG_308AE9C2 = + "Reserved {} bytes for batch {}-{}, current total usage {}"; + public static final String LOG_ARG_FAILED_SEND_IDLE_WRITER_SAFE_TIME_BARRIER_ARG_STATUS_AE047EAD = + "{}: Failed to send idle writer safe-time barrier to {}. status={}"; + public static final String + LOG_ARG_WRITE_OPERATION_FAILED_SEARCHINDEX_ARG_CODE_ARG_SUBSCRIPTIONQUEUES_ARG_THIS_ARG_F4B17576 = + "{}: write operation failed. searchIndex: {}. Code: {}, subscriptionQueues: {}, this: {}"; } diff --git a/iotdb-core/consensus/src/main/i18n/en/org/apache/iotdb/consensus/i18n/IoTConsensusV2Messages.java b/iotdb-core/consensus/src/main/i18n/en/org/apache/iotdb/consensus/i18n/IoTConsensusV2Messages.java index 03e69119f5d7..51c6952cb15c 100644 --- a/iotdb-core/consensus/src/main/i18n/en/org/apache/iotdb/consensus/i18n/IoTConsensusV2Messages.java +++ b/iotdb-core/consensus/src/main/i18n/en/org/apache/iotdb/consensus/i18n/IoTConsensusV2Messages.java @@ -29,12 +29,10 @@ private IoTConsensusV2Messages() {} // ===================== IoTConsensusV2 lifecycle ===================== - public static final String RECOVER_TASK_CANCELLED = - "IoTV2 Recover Task is cancelled"; + public static final String RECOVER_TASK_CANCELLED = "IoTV2 Recover Task is cancelled"; public static final String RECOVER_FUTURE_EXCEPTION = "Exception while waiting for recover future completion"; - public static final String RECOVER_TASK_INTERRUPTED = - "IoTV2 Recover Task is interrupted"; + public static final String RECOVER_TASK_INTERRUPTED = "IoTV2 Recover Task is interrupted"; public static final String FAILED_RECOVER_CONSENSUS = "Failed to recover consensus from {} for {}, ignore it and continue recover other group, async backend checker thread will automatically deregister related pipe side effects for this failed consensus group."; public static final String FAILED_RECOVER_CONSENSUS_READ_DIR = @@ -45,35 +43,29 @@ private IoTConsensusV2Messages() {} "[{}] start to delete local peer for group {}"; public static final String FINISH_DELETE_LOCAL_PEER = "[{}] finish deleting local peer for group {}"; - public static final String INACTIVATE_NEW_PEER = - "[{}] inactivate new peer: {}"; + public static final String INACTIVATE_NEW_PEER = "[{}] inactivate new peer: {}"; public static final String NOTIFY_CREATE_CONSENSUS_PIPES = "[{}] notify current peers to create consensus pipes..."; public static final String WAIT_PEERS_FINISH_TRANSFER = "[{}] wait until all the other peers finish transferring..."; - public static final String ACTIVATE_NEW_PEER = - "[{}] activate new peer..."; + public static final String ACTIVATE_NEW_PEER = "[{}] activate new peer..."; public static final String ADD_REMOTE_PEER_FAILED_CLEANUP = "[{}] add remote peer failed, automatic cleanup side effects..."; public static final String FAILED_CLEANUP_SIDE_EFFECTS = "[{}] failed to cleanup side effects after failed to add remote peer"; public static final String NOTIFY_DROP_CONSENSUS_PIPES = "[{}] notify other peers to drop consensus pipes..."; - public static final String INACTIVATE_PEER = - "[{}] inactivate peer {}"; + public static final String INACTIVATE_PEER = "[{}] inactivate peer {}"; public static final String WAIT_TARGET_PEER_COMPLETE_TRANSFER = "[{}] wait target peer{} complete transfer..."; - public static final String WAIT_PEER_RELEASE_RESOURCE = - "[{}] wait {} to release all resource..."; - public static final String NOT_SUPPORT_LEADER_TRANSFER = - "%s does not support leader transfer"; + public static final String WAIT_PEER_RELEASE_RESOURCE = "[{}] wait {} to release all resource..."; + public static final String NOT_SUPPORT_LEADER_TRANSFER = "%s does not support leader transfer"; // ===================== IoTConsensusV2ServerImpl ===================== public static final String ERROR_SET_PEER_ACTIVE = "error when set peer %s to active %s. result status: %s"; - public static final String ERROR_SET_PEER_ACTIVE_SHORT = - "error when set peer %s to active %s"; + public static final String ERROR_SET_PEER_ACTIVE_SHORT = "error when set peer %s to active %s"; public static final String TARGET_PEER_MAY_BE_DOWN = "target peer may be down, error when set peer {} to active {}"; public static final String CANNOT_NOTIFY_PEER_CREATE_PIPE = diff --git a/iotdb-core/consensus/src/main/i18n/en/org/apache/iotdb/consensus/i18n/RatisMessages.java b/iotdb-core/consensus/src/main/i18n/en/org/apache/iotdb/consensus/i18n/RatisMessages.java index f980de691b26..3cf47a24a45a 100644 --- a/iotdb-core/consensus/src/main/i18n/en/org/apache/iotdb/consensus/i18n/RatisMessages.java +++ b/iotdb-core/consensus/src/main/i18n/en/org/apache/iotdb/consensus/i18n/RatisMessages.java @@ -37,24 +37,21 @@ private RatisMessages() {} "leader {} read only, force step down failed due to, "; public static final String TRY_ADD_CONFLICTING_PEER = "{}: try to add a peer {} with conflicting id or address in {}"; - public static final String IS_LEADER_REQUEST_FAILED = - "isLeader request failed with exception: "; + public static final String IS_LEADER_REQUEST_FAILED = "isLeader request failed with exception: "; public static final String IS_LEADER_READY_REQUEST_FAILED = "isLeaderReady request failed with exception: "; public static final String GET_LOGICAL_CLOCK_REQUEST_FAILED = "getLogicalClock request failed with exception: "; public static final String IS_LEADER_READY_CHECKING_FAILED = "isLeaderReady checking failed with exception: "; - public static final String LEADER_STILL_NOT_READY = - "{}: leader is still not ready after {}ms"; + public static final String LEADER_STILL_NOT_READY = "{}: leader is still not ready after {}ms"; public static final String UNEXPECTED_INTERRUPTION_WAIT_LEADER_READY = "Unexpected interruption when waitUntilLeaderReady"; public static final String FETCH_DIVISION_INFO_FAILED = "fetch division info for group {} failed due to: "; public static final String TRIGGER_SNAPSHOT_SUCCESS = "{} group {}: successfully taken snapshot at index {} with force = {}"; - public static final String GET_GROUP_FAILED = - "get group {} failed "; + public static final String GET_GROUP_FAILED = "get group {} failed "; public static final String BORROW_CLIENT_FROM_POOL_FAILED = "Borrow client from pool for group {} failed."; public static final String TRANSFER_LEADER_FAILED_TIMEOUT = @@ -74,8 +71,7 @@ private RatisMessages() {} "internal error. statemachine throws a runtime exception: "; public static final String INTERRUPTED_WAITING_SYSTEM_READY = "{}: interrupted when waiting until system ready: "; - public static final String REQUEST_MESSAGE_REQUIRED = - "An RequestMessage is required but got {}"; + public static final String REQUEST_MESSAGE_REQUIRED = "An RequestMessage is required but got {}"; public static final String UNABLE_TO_CREATE_TEMP_SNAPSHOT_DIR = "Unable to create temp snapshotDir at {}"; public static final String ATOMIC_RENAME_FAILED = @@ -85,8 +81,7 @@ private RatisMessages() {} // ===================== RatisClient ===================== - public static final String CANNOT_CLOSE_RAFT_CLIENT = - "cannot close raft client "; + public static final String CANNOT_CLOSE_RAFT_CLIENT = "cannot close raft client "; public static final String RAFT_CLIENT_REQUEST_FAILED = "{}: raft client request failed and caught exception: "; @@ -103,18 +98,15 @@ private RatisMessages() {} public static final String CANNOT_CONSTRUCT_SNAPSHOT_DIR_STREAM = "Cannot construct snapshot directory stream "; - public static final String CANNOT_RESOLVE_REAL_PATH = - "{} cannot resolve real path of {} due to "; + public static final String CANNOT_RESOLVE_REAL_PATH = "{} cannot resolve real path of {} due to "; // ===================== ResponseMessage ===================== - public static final String SERIALIZE_TSSTATUS_FAILED = - "serialize TSStatus failed {}"; + public static final String SERIALIZE_TSSTATUS_FAILED = "serialize TSStatus failed {}"; // ===================== MetricRegistryManager ===================== - public static final String REPORTER_DISABLED = - "Reporter is disabled from RatisMetricRegistries"; + public static final String REPORTER_DISABLED = "Reporter is disabled from RatisMetricRegistries"; public static final String JMX_REPORTER_DISABLED = "JMX Reporter is disabled from RatisMetricRegistries"; public static final String CONSOLE_REPORTER_DISABLED = @@ -122,13 +114,17 @@ private RatisMessages() {} // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- - public static final String LOG_RESET_PEER_LIST_CURRENT_PEER_LIST_CORRECT_NOTHING_NEED_RESET_0E009CDA = "[RESET PEER LIST] The current peer list is correct, nothing need to be reset: {}"; - public static final String EXCEPTION_INTERNAL_GRPC_CONNECTION_ERROR_59404D15 = "internal GRPC connection error:"; - public static final String LOG_FAILED_ARG_ATTEMPT_ARG_SLEEP_ARG_THEN_RETRY_36A9A0C2 = "Failed {}, attempt #{}, sleep {} and then retry"; - public static final String LOG_ARG_INTERRUPTED_WAITING_RETRY_38D69BCC = "{}: interrupted when waiting for retry"; + public static final String + LOG_RESET_PEER_LIST_CURRENT_PEER_LIST_CORRECT_NOTHING_NEED_RESET_0E009CDA = + "[RESET PEER LIST] The current peer list is correct, nothing need to be reset: {}"; + public static final String EXCEPTION_INTERNAL_GRPC_CONNECTION_ERROR_59404D15 = + "internal GRPC connection error:"; + public static final String LOG_FAILED_ARG_ATTEMPT_ARG_SLEEP_ARG_THEN_RETRY_36A9A0C2 = + "Failed {}, attempt #{}, sleep {} and then retry"; + public static final String LOG_ARG_INTERRUPTED_WAITING_RETRY_38D69BCC = + "{}: interrupted when waiting for retry"; public static final String EXCEPTION_SUPPLIER_EQUALS_EQUALS_NULL_13BACC3E = "supplier == null"; public static final String EXCEPTION_CONDITION_EQUALS_EQUALS_NULL_E3A6C947 = "condition == null"; public static final String EXCEPTION_ARG_FAILED_TO_LOAD_SNAPSHOT_FROM_ARG_A12E23D7 = "%s: failed to load snapshot from %s"; - } diff --git a/iotdb-core/consensus/src/main/i18n/zh/org/apache/iotdb/consensus/i18n/ConsensusMessages.java b/iotdb-core/consensus/src/main/i18n/zh/org/apache/iotdb/consensus/i18n/ConsensusMessages.java index 6681f371aca7..db1ce7877760 100644 --- a/iotdb-core/consensus/src/main/i18n/zh/org/apache/iotdb/consensus/i18n/ConsensusMessages.java +++ b/iotdb-core/consensus/src/main/i18n/zh/org/apache/iotdb/consensus/i18n/ConsensusMessages.java @@ -19,54 +19,36 @@ package org.apache.iotdb.consensus.i18n; -/** - * 共享/通用共识消息,适用于所有共识实现。日志消息使用 SLF4J {@code {}} 占位符;异常消息使用 {@code %s}(String.format)或纯字符串。 - */ +/** 共享/通用共识消息,适用于所有共识实现。日志消息使用 SLF4J {@code {}} 占位符;异常消息使用 {@code %s}(String.format)或纯字符串。 */ public final class ConsensusMessages { private ConsensusMessages() {} // ===================== ConsensusFactory ===================== - public static final String CONSTRUCT_FAILED_MSG = - "构建共识实现失败,请检查共识类名 %s"; - public static final String COULD_NOT_CONSTRUCT_ICONSENSUS = - "无法构建 IConsensus 类:{}"; + public static final String CONSTRUCT_FAILED_MSG = "构建共识实现失败,请检查共识类名 %s"; + public static final String COULD_NOT_CONSTRUCT_ICONSENSUS = "无法构建 IConsensus 类:{}"; public static final String UTILITY_CLASS_CONSENSUS_FACTORY = "工具类 ConsensusFactory"; // ===================== 异常消息(String.format %s)===================== - public static final String CONSENSUS_GROUP_NOT_EXIST = - "共识组 %s 不存在"; - public static final String CONSENSUS_GROUP_ALREADY_EXIST = - "共识组 %d 已存在"; - public static final String ILLEGAL_PEER_NUM = - "添加共识组时 peer 数量 %d 不合法"; - public static final String ILLEGAL_PEER_ENDPOINT = - "添加共识组失败,当前节点 %s 不在共识组 %s 中"; - public static final String PEER_ALREADY_IN_GROUP = - "Peer %s:%d 已在共识组 %d 中"; - public static final String PEER_NOT_IN_GROUP = - "Peer %s 不在共识组 %d 中"; + public static final String CONSENSUS_GROUP_NOT_EXIST = "共识组 %s 不存在"; + public static final String CONSENSUS_GROUP_ALREADY_EXIST = "共识组 %d 已存在"; + public static final String ILLEGAL_PEER_NUM = "添加共识组时 peer 数量 %d 不合法"; + public static final String ILLEGAL_PEER_ENDPOINT = "添加共识组失败,当前节点 %s 不在共识组 %s 中"; + public static final String PEER_ALREADY_IN_GROUP = "Peer %s:%d 已在共识组 %d 中"; + public static final String PEER_NOT_IN_GROUP = "Peer %s 不在共识组 %d 中"; // ===================== 通用日志消息(SLF4J {})===================== - public static final String UNABLE_TO_CREATE_CONSENSUS_DIR = - "无法在 {} 创建共识目录"; - public static final String UNABLE_TO_CREATE_CONSENSUS_DIR_FMT = - "无法在 %s 创建共识目录"; - public static final String UNABLE_TO_CREATE_CONSENSUS_DIR_FOR_GROUP = - "无法为共识组 {} 在 {} 创建目录"; - public static final String UNABLE_TO_CREATE_CONSENSUS_DIR_FOR_GROUP_FMT = - "无法为共识组 %s 创建目录"; - public static final String CANNOT_CREATE_LOCAL_PEER = - "无法为共识组 {} 创建本地 peer,peers 为 {}"; - public static final String FAILED_TO_RESET_PEER_LIST_WHILE_START = - "启动时重置 peer 列表失败"; - public static final String RECORD_CORRECT_PEER_LIST = - "记录正确的 peer 列表:{}"; - public static final String INTERRUPTED_WHEN_SHUTTING_DOWN_EXECUTOR = - "{}:关闭 Executor 时被中断,异常 {}"; + public static final String UNABLE_TO_CREATE_CONSENSUS_DIR = "无法在 {} 创建共识目录"; + public static final String UNABLE_TO_CREATE_CONSENSUS_DIR_FMT = "无法在 %s 创建共识目录"; + public static final String UNABLE_TO_CREATE_CONSENSUS_DIR_FOR_GROUP = "无法为共识组 {} 在 {} 创建目录"; + public static final String UNABLE_TO_CREATE_CONSENSUS_DIR_FOR_GROUP_FMT = "无法为共识组 %s 创建目录"; + public static final String CANNOT_CREATE_LOCAL_PEER = "无法为共识组 {} 创建本地 peer,peers 为 {}"; + public static final String FAILED_TO_RESET_PEER_LIST_WHILE_START = "启动时重置 peer 列表失败"; + public static final String RECORD_CORRECT_PEER_LIST = "记录正确的 peer 列表:{}"; + public static final String INTERRUPTED_WHEN_SHUTTING_DOWN_EXECUTOR = "{}:关闭 Executor 时被中断,异常 {}"; public static final String INTERRUPTED_WHEN_SHUTTING_DOWN_EXECUTOR_RATIS = "{}:关闭 Executor 时被中断,异常 "; public static final String SET_ACTIVE_STATUS = "设置 {} 活跃状态为 {}"; @@ -77,24 +59,19 @@ private ConsensusMessages() {} "[重置 PEER 列表] {} 本地 peer 不在正确的配置中,将其删除。"; public static final String RESET_PEER_LIST_DELETE_LOCAL_PEER = "[重置 PEER 列表] 本地 peer 不在正确的 peer 列表中,删除本地 peer {}"; - public static final String RESET_PEER_LIST_REMOVE_SYNC_CHANNEL = - "[重置 PEER 列表] {} 移除与 {} 的同步通道"; + public static final String RESET_PEER_LIST_REMOVE_SYNC_CHANNEL = "[重置 PEER 列表] {} 移除与 {} 的同步通道"; public static final String RESET_PEER_LIST_FAILED_TO_REMOVE_SYNC_CHANNEL = "[重置 PEER 列表] {} 移除与 {} 的同步通道失败"; - public static final String RESET_PEER_LIST_BUILD_SYNC_CHANNEL = - "[重置 PEER 列表] {} 建立与 {} 的同步通道"; + public static final String RESET_PEER_LIST_BUILD_SYNC_CHANNEL = "[重置 PEER 列表] {} 建立与 {} 的同步通道"; public static final String RESET_PEER_LIST_FAILED_TO_BUILD_SYNC_CHANNEL = "[重置 PEER 列表] {} 建立与 {} 的同步通道失败"; public static final String RESET_PEER_LIST_RESET_RESULT = "[重置 PEER 列表] {} 本地 peer 列表已重置:{} -> {}"; public static final String RESET_PEER_LIST_NOTHING_TO_RESET = "[重置 PEER 列表] {} 当前 peer 列表已正确,无需重置:{}"; - public static final String RESET_PEER_LIST_WILL_RESET = - "[重置 PEER 列表] Peer 列表将从 {} 重置为 {}"; - public static final String RESET_PEER_LIST_RESET_SUCCESS = - "[重置 PEER 列表] Peer 列表已重置为 {}"; - public static final String RESET_PEER_LIST_RESET_FAILED = - "[重置 PEER 列表] Peer 列表重置为 {} 失败,回复为 {}"; + public static final String RESET_PEER_LIST_WILL_RESET = "[重置 PEER 列表] Peer 列表将从 {} 重置为 {}"; + public static final String RESET_PEER_LIST_RESET_SUCCESS = "[重置 PEER 列表] Peer 列表已重置为 {}"; + public static final String RESET_PEER_LIST_RESET_FAILED = "[重置 PEER 列表] Peer 列表重置为 {} 失败,回复为 {}"; // ===================== SimpleConsensus 消息 ===================== @@ -111,36 +88,27 @@ private ConsensusMessages() {} // ===================== RPC 处理器通用消息 ===================== - public static final String UNEXPECTED_CONSENSUS_GROUP_ID_FOR_REQUEST = - "共识组 ID %s 与 %s 请求不匹配"; + public static final String UNEXPECTED_CONSENSUS_GROUP_ID_FOR_REQUEST = "共识组 ID %s 与 %s 请求不匹配"; public static final String UNEXPECTED_CONSENSUS_GROUP_ID_FOR_SYNC_LOG = "共识组 ID %s 与 TSyncLogEntriesReq 不匹配,大小为 %s"; - public static final String SYNC_LOG_SYSTEM_READ_ONLY = - "系统为只读模式,无法同步日志。"; - public static final String PEER_INACTIVE_NOT_READY = - "Peer 处于非活跃状态,无法接收同步日志请求,%s,DataNode ID:%s"; + public static final String SYNC_LOG_SYSTEM_READ_ONLY = "系统为只读模式,无法同步日志。"; + public static final String PEER_INACTIVE_NOT_READY = "Peer 处于非活跃状态,无法接收同步日志请求,%s,DataNode ID:%s"; public static final String PEER_INACTIVE_NOT_READY_WRITE = "Peer 处于非活跃状态,无法接收写入请求,%s,DataNode ID:%s"; - public static final String REMOVE_SYNC_LOG_CHANNEL_FAILED = - "移除同步日志通道失败"; - public static final String FAILED_TO_CLEANUP_TRANSFERRED_SNAPSHOT = - "清理已传输的快照 {} 失败"; + public static final String REMOVE_SYNC_LOG_CHANNEL_FAILED = "移除同步日志通道失败"; + public static final String FAILED_TO_CLEANUP_TRANSFERRED_SNAPSHOT = "清理已传输的快照 {} 失败"; // ===================== 等待释放资源消息 ===================== - public static final String WAIT_RELEASE_HAS_RELEASED = - "[等待释放] {} 已释放所有与 Region 相关的资源"; - public static final String WAIT_RELEASE_STILL_RELEASING = - "[等待释放] {} 仍在释放与 Region 相关的资源"; - public static final String ERROR_WAITING_RELEASE_RESOURCE = - "等待 %s 释放所有与 Region 相关的资源时出错。%s"; + public static final String WAIT_RELEASE_HAS_RELEASED = "[等待释放] {} 已释放所有与 Region 相关的资源"; + public static final String WAIT_RELEASE_STILL_RELEASING = "[等待释放] {} 仍在释放与 Region 相关的资源"; + public static final String ERROR_WAITING_RELEASE_RESOURCE = "等待 %s 释放所有与 Region 相关的资源时出错。%s"; public static final String THREAD_INTERRUPTED_WAITING_RELEASE_RESOURCE = "等待 %s 释放所有与 Region 相关的资源时线程被中断。%s"; // ===================== 重复 peer 警告 ===================== - public static final String DUPLICATE_PEERS_IGNORED = - "输入列表中存在重复的 peer,已忽略重复项。"; + public static final String DUPLICATE_PEERS_IGNORED = "输入列表中存在重复的 peer,已忽略重复项。"; // ===================== Consensus pipe name ===================== @@ -148,29 +116,26 @@ private ConsensusMessages() {} // ===================== 非活跃写入拒绝 ===================== - public static final String NODE_NOT_ACTIVE_REJECT_WRITE = - "当前节点处于非活跃状态,无法接收用户写入请求。"; + public static final String NODE_NOT_ACTIVE_REJECT_WRITE = "当前节点处于非活跃状态,无法接收用户写入请求。"; // ===================== 工具类消息 ===================== public static final String FAILED_TO_SERIALIZE_PEER = "序列化 Peer 失败"; public static final String VISIT_FILE_FAILED = "访问文件 {} 失败,原因 {}"; - public static final String IO_EXCEPTION_LISTING_SNAPSHOT_DIR = - "列出快照目录时发生 IOException:"; - public static final String FAILED_TO_LOAD_KEYSTORE = - "加载 keystore 或 truststore 文件失败"; + public static final String IO_EXCEPTION_LISTING_SNAPSHOT_DIR = "列出快照目录时发生 IOException:"; + public static final String FAILED_TO_LOAD_KEYSTORE = "加载 keystore 或 truststore 文件失败"; public static final String KEYSTORE_FILE_NOT_FOUND = "keystore 或 truststore 文件未找到"; - public static final String FAILED_TO_READ_KEYSTORE = - "读取 keystore 或 truststore 失败。"; + public static final String FAILED_TO_READ_KEYSTORE = "读取 keystore 或 truststore 失败。"; public static final String NOT_IMPLEMENTED_YET = "尚未实现"; // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- - public static final String EXCEPTION_RAFT_SERVER_CANNOT_SERVE_READ_REQUESTS_NOW_LEADER_UNKNOWN_UNDER_B6D65373 = "Raft Server 当前无法处理读请求(leader 未知或正在恢复)。"; + public static final String + EXCEPTION_RAFT_SERVER_CANNOT_SERVE_READ_REQUESTS_NOW_LEADER_UNKNOWN_UNDER_B6D65373 = + "Raft Server 当前无法处理读请求(leader 未知或正在恢复)。"; public static final String EXCEPTION_PLEASE_TRY_READ_LATER_D8E0CDE1 = "请稍后重试读取:"; public static final String EXCEPTION_RATIS_REQUEST_FAILED_52AF217F = "Ratis 请求失败 "; public static final String EXCEPTION_UNKNOWN_88183B94 = "未知"; public static final String EXCEPTION_RATIS_REQUEST_FAILED_58107CDE = "Ratis 请求失败:"; public static final String EXCEPTION_DOT_F779BA66 = ". "; - } diff --git a/iotdb-core/consensus/src/main/i18n/zh/org/apache/iotdb/consensus/i18n/IoTConsensusMessages.java b/iotdb-core/consensus/src/main/i18n/zh/org/apache/iotdb/consensus/i18n/IoTConsensusMessages.java index 5164b57b9f58..b6755f195628 100644 --- a/iotdb-core/consensus/src/main/i18n/zh/org/apache/iotdb/consensus/i18n/IoTConsensusMessages.java +++ b/iotdb-core/consensus/src/main/i18n/zh/org/apache/iotdb/consensus/i18n/IoTConsensusMessages.java @@ -19,37 +19,25 @@ package org.apache.iotdb.consensus.i18n; -/** - * IoTConsensus(v1)特有消息。日志消息使用 SLF4J {@code {}} 占位符;异常消息使用 {@code %s}(String.format)或纯字符串。 - */ +/** IoTConsensus(v1)特有消息。日志消息使用 SLF4J {@code {}} 占位符;异常消息使用 {@code %s}(String.format)或纯字符串。 */ public final class IoTConsensusMessages { private IoTConsensusMessages() {} // ===================== IoTConsensus 生命周期 ===================== - public static final String INACTIVATE_NEW_PEER = - "[IoTConsensus] 将新 peer 设为非活跃:{}"; - public static final String NOTIFY_PEERS_BUILD_SYNC_LOG = - "[IoTConsensus] 通知当前 peer 建立同步日志通道..."; - public static final String START_TAKE_SNAPSHOT = - "[IoTConsensus] 开始创建快照..."; - public static final String START_TRANSMIT_SNAPSHOT = - "[IoTConsensus] 开始传输快照..."; - public static final String TRIGGER_LOAD_SNAPSHOT = - "[IoTConsensus] 触发新 peer 加载快照..."; - public static final String ACTIVATE_NEW_PEER = - "[IoTConsensus] 激活新 peer..."; - public static final String CLEANUP_REMOTE_SNAPSHOT = - "[IoTConsensus] 清理远程快照..."; - public static final String FAILED_CLEANUP_REMOTE_SNAPSHOT = - "[IoTConsensus] 清理远程快照失败"; + public static final String INACTIVATE_NEW_PEER = "[IoTConsensus] 将新 peer 设为非活跃:{}"; + public static final String NOTIFY_PEERS_BUILD_SYNC_LOG = "[IoTConsensus] 通知当前 peer 建立同步日志通道..."; + public static final String START_TAKE_SNAPSHOT = "[IoTConsensus] 开始创建快照..."; + public static final String START_TRANSMIT_SNAPSHOT = "[IoTConsensus] 开始传输快照..."; + public static final String TRIGGER_LOAD_SNAPSHOT = "[IoTConsensus] 触发新 peer 加载快照..."; + public static final String ACTIVATE_NEW_PEER = "[IoTConsensus] 激活新 peer..."; + public static final String CLEANUP_REMOTE_SNAPSHOT = "[IoTConsensus] 清理远程快照..."; + public static final String FAILED_CLEANUP_REMOTE_SNAPSHOT = "[IoTConsensus] 清理远程快照失败"; public static final String ADD_REMOTE_PEER_FAILED_CLEANUP = "[IoTConsensus] 添加远程 peer 失败,正在自动清理副作用..."; - public static final String CLEANUP_LOCAL_SNAPSHOT = - "[IoTConsensus] 清理本地快照..."; - public static final String NOT_SUPPORT_LEADER_TRANSFER = - "IoTConsensus 不支持 leader 切换"; + public static final String CLEANUP_LOCAL_SNAPSHOT = "[IoTConsensus] 清理本地快照..."; + public static final String NOT_SUPPORT_LEADER_TRANSFER = "IoTConsensus 不支持 leader 切换"; // ===================== IoTConsensusServerImpl ===================== @@ -60,88 +48,57 @@ private IoTConsensusMessages() {} // ===================== 快照 ===================== - public static final String CANNOT_MKDIR_FOR_SNAPSHOT = - "%s:无法为快照创建目录"; - public static final String UNKNOWN_ERROR_TAKING_SNAPSHOT = - "创建快照时发生未知错误"; - public static final String ERROR_TAKING_SNAPSHOT = - "创建快照时出错"; - public static final String CANNOT_FIND_SNAPSHOT_DIR = - "为共识组 {} 创建新快照后找不到任何快照目录"; - public static final String DELETE_OLD_SNAPSHOT_FAILED = - "删除旧快照目录 {} 失败"; + public static final String CANNOT_MKDIR_FOR_SNAPSHOT = "%s:无法为快照创建目录"; + public static final String UNKNOWN_ERROR_TAKING_SNAPSHOT = "创建快照时发生未知错误"; + public static final String ERROR_TAKING_SNAPSHOT = "创建快照时出错"; + public static final String CANNOT_FIND_SNAPSHOT_DIR = "为共识组 {} 创建新快照后找不到任何快照目录"; + public static final String DELETE_OLD_SNAPSHOT_FAILED = "删除旧快照目录 {} 失败"; public static final String FILE_NOT_EXIST = "文件不存在:{}"; - public static final String CLEANUP_LOCAL_SNAPSHOT_FAIL = - "清理本地快照失败。您可能需要手动删除 {}。"; - public static final String INVALID_SNAPSHOT_FILE = - "无效的快照文件。snapshotId: %s,filePath: %s"; - public static final String ERROR_RECEIVING_SNAPSHOT = - "接收快照 %s 时出错"; - public static final String INVALID_SNAPSHOT_RELATIVE_PATH = - "无效的 snapshotRelativePath:"; + public static final String CLEANUP_LOCAL_SNAPSHOT_FAIL = "清理本地快照失败。您可能需要手动删除 {}。"; + public static final String INVALID_SNAPSHOT_FILE = "无效的快照文件。snapshotId: %s,filePath: %s"; + public static final String ERROR_RECEIVING_SNAPSHOT = "接收快照 %s 时出错"; + public static final String INVALID_SNAPSHOT_RELATIVE_PATH = "无效的 snapshotRelativePath:"; // ===================== 快照传输 ===================== - public static final String SNAPSHOT_TRANSMISSION_START = - "[快照传输] 开始从目录 {} 传输快照({} 个文件,总大小 {})"; - public static final String SNAPSHOT_TRANSMISSION_ALL_FILES = - "[快照传输] 以下所有文件将被传输:{}"; - public static final String SNAPSHOT_TRANSMISSION_ERROR = - "[快照传输] 向 %s 传输快照片段时出错"; + public static final String SNAPSHOT_TRANSMISSION_START = "[快照传输] 开始从目录 {} 传输快照({} 个文件,总大小 {})"; + public static final String SNAPSHOT_TRANSMISSION_ALL_FILES = "[快照传输] 以下所有文件将被传输:{}"; + public static final String SNAPSHOT_TRANSMISSION_ERROR = "[快照传输] 向 %s 传输快照片段时出错"; public static final String SNAPSHOT_TRANSMISSION_PROGRESS = "[快照传输] 目录 {} 的整体进度:文件 {}/{} 已完成,大小 {}/{} 已完成,已耗时 {}。文件 {} 已完成。"; - public static final String SNAPSHOT_TRANSMISSION_SEND_ERROR = - "[快照传输] 向 %s 发送快照文件时出错"; - public static final String SNAPSHOT_TRANSMISSION_COMPLETE = - "[快照传输] 经过 {},已成功从目录 {} 传输所有快照"; + public static final String SNAPSHOT_TRANSMISSION_SEND_ERROR = "[快照传输] 向 %s 发送快照文件时出错"; + public static final String SNAPSHOT_TRANSMISSION_COMPLETE = "[快照传输] 经过 {},已成功从目录 {} 传输所有快照"; // ===================== Peer 操作 ===================== - public static final String ERROR_INACTIVATING_PEER = - "将 %s 设为非活跃时出错。%s"; - public static final String ERROR_INACTIVATING_PEER_SHORT = - "将 %s 设为非活跃时出错"; - public static final String ERROR_TRIGGERING_SNAPSHOT_LOAD = - "触发 %s 加载快照时出错。%s"; - public static final String ERROR_ACTIVATING_PEER = - "激活 %s 时出错。%s"; - public static final String ERROR_ACTIVATING_PEER_SHORT = - "激活 %s 时出错"; - public static final String CLEANUP_REMOTE_SNAPSHOT_FAILED = - "清理 %s 的远程快照失败,状态为 %s"; - public static final String CLEANUP_REMOTE_SNAPSHOT_FAILED_SHORT = - "清理 %s 的远程快照失败"; + public static final String ERROR_INACTIVATING_PEER = "将 %s 设为非活跃时出错。%s"; + public static final String ERROR_INACTIVATING_PEER_SHORT = "将 %s 设为非活跃时出错"; + public static final String ERROR_TRIGGERING_SNAPSHOT_LOAD = "触发 %s 加载快照时出错。%s"; + public static final String ERROR_ACTIVATING_PEER = "激活 %s 时出错。%s"; + public static final String ERROR_ACTIVATING_PEER_SHORT = "激活 %s 时出错"; + public static final String CLEANUP_REMOTE_SNAPSHOT_FAILED = "清理 %s 的远程快照失败,状态为 %s"; + public static final String CLEANUP_REMOTE_SNAPSHOT_FAILED_SHORT = "清理 %s 的远程快照失败"; // ===================== 同步日志 ===================== public static final String NOTIFY_PEERS_BUILD_SYNC_LOG_DETAIL = "[IoTConsensus] 通知当前 peer 建立同步日志通道。组成员:{},目标:{}"; - public static final String BUILD_SYNC_LOG_CHANNEL_FROM = - "[IoTConsensus] 从 {} 建立同步日志通道"; - public static final String BUILD_SYNC_LOG_CHANNEL_FAILED = - "从 %s 到 %s 建立同步日志通道失败"; - public static final String CANNOT_NOTIFY_BUILD_SYNC_LOG = - "无法通知 {} 建立同步日志通道。请手动检查该节点状态"; + public static final String BUILD_SYNC_LOG_CHANNEL_FROM = "[IoTConsensus] 从 {} 建立同步日志通道"; + public static final String BUILD_SYNC_LOG_CHANNEL_FAILED = "从 %s 到 %s 建立同步日志通道失败"; + public static final String CANNOT_NOTIFY_BUILD_SYNC_LOG = "无法通知 {} 建立同步日志通道。请手动检查该节点状态"; public static final String BUILD_SYNC_LOG_CHANNEL_SUCCESS = "[IoTConsensus] 成功建立到 {} 的同步日志通道,initialSyncIndex 为 {}。{}"; - public static final String SYNC_LOG_CHANNEL_STARTED = - "同步日志通道已启动。"; - public static final String SYNC_LOG_CHANNEL_START_LATER = - "同步日志通道可能稍后启动。"; - public static final String REMOVING_SYNC_LOG_CHANNEL_FAILED = - "从 {} 到 {} 移除同步日志通道失败"; - public static final String EXCEPTION_REMOVING_SYNC_LOG_CHANNEL = - "从 {} 到 {} 移除同步日志通道时发生异常"; - public static final String LOG_DISPATCHER_REMOVED_CLEANUP = - "[IoTConsensus] 到 {} 的日志分发器已移除并清理"; + public static final String SYNC_LOG_CHANNEL_STARTED = "同步日志通道已启动。"; + public static final String SYNC_LOG_CHANNEL_START_LATER = "同步日志通道可能稍后启动。"; + public static final String REMOVING_SYNC_LOG_CHANNEL_FAILED = "从 {} 到 {} 移除同步日志通道失败"; + public static final String EXCEPTION_REMOVING_SYNC_LOG_CHANNEL = "从 {} 到 {} 移除同步日志通道时发生异常"; + public static final String LOG_DISPATCHER_REMOVED_CLEANUP = "[IoTConsensus] 到 {} 的日志分发器已移除并清理"; public static final String EXCEPTION_REMOVING_LOG_DISPATCHER = "[IoTConsensus] 移除日志分发器线程时发生异常,但 configuration.dat 仍将被移除。"; - public static final String SUGGEST_RESTART_DATANODE = - "建议重启 DataNode 以移除日志分发器线程。"; + public static final String SUGGEST_RESTART_DATANODE = "建议重启 DataNode 以移除日志分发器线程。"; public static final String LOG_DISPATCHER_REMOVED_AND_CLEANUP = "[IoTConsensus] 到 {} 的日志分发器线程已移除并清理"; - public static final String CONFIGURATION_UPDATED = - "[IoTConsensus 配置] 配置已更新为 {}。{}"; + public static final String CONFIGURATION_UPDATED = "[IoTConsensus 配置] 配置已更新为 {}。{}"; // ===================== 等待同步日志 ===================== @@ -149,33 +106,21 @@ private IoTConsensusMessages() {} "[等待日志同步] {} SyncLog 已完成。TargetIndex: {},CurrentSyncIndex: {}"; public static final String WAIT_SYNC_LOG_IN_PROGRESS = "[等待日志同步] {} SyncLog 仍在进行中。TargetIndex: {},CurrentSyncIndex: {}"; - public static final String ERROR_WAITING_SYNC_LOG_COMPLETE = - "等待 %s 完成 SyncLog 时出错。%s"; - public static final String THREAD_INTERRUPTED_WAITING_SYNC_LOG = - "等待 %s 完成 SyncLog 时线程被中断。%s"; + public static final String ERROR_WAITING_SYNC_LOG_COMPLETE = "等待 %s 完成 SyncLog 时出错。%s"; + public static final String THREAD_INTERRUPTED_WAITING_SYNC_LOG = "等待 %s 完成 SyncLog 时线程被中断。%s"; // ===================== Index 控制器 ===================== - public static final String UPDATE_INDEX = - "更新 index:从 currentIndex {} 到 {},文件前缀 {},目录 {}"; - public static final String VERSION_FILE_UPDATED = - "版本文件已更新,旧文件:{},新文件:{}"; + public static final String UPDATE_INDEX = "更新 index:从 currentIndex {} 到 {},文件前缀 {},目录 {}"; + public static final String VERSION_FILE_UPDATED = "版本文件已更新,旧文件:{},新文件:{}"; public static final String FAILED_FLUSH_SYNC_INDEX = - "刷新同步 index 失败,因为前一个版本文件 {} 不存在。" - + "这可能是由于目标 Peer 已从当前组中移除。" - + "目标文件为 {}"; - public static final String ERROR_FLUSHING_NEXT_VERSION = - "刷新下一个版本时出错"; - public static final String VERSION_FILE_UPGRADE = - "版本文件升级,旧文件:{},新文件:{}"; - public static final String ERROR_UPGRADING_VERSION_FILE = - "升级版本文件时出错"; - public static final String DELETE_OUTDATED_VERSION_FILE_FAILED = - "删除过期版本文件 {} 失败"; - public static final String ERROR_CREATING_NEW_FILE = - "创建新文件 {} 时出错"; - public static final String CONFIGURATION_EMPTY_UNEXPECTED = - "配置为空,这是非预期的。本次不会更新安全删除搜索 index。"; + "刷新同步 index 失败,因为前一个版本文件 {} 不存在。" + "这可能是由于目标 Peer 已从当前组中移除。" + "目标文件为 {}"; + public static final String ERROR_FLUSHING_NEXT_VERSION = "刷新下一个版本时出错"; + public static final String VERSION_FILE_UPGRADE = "版本文件升级,旧文件:{},新文件:{}"; + public static final String ERROR_UPGRADING_VERSION_FILE = "升级版本文件时出错"; + public static final String DELETE_OUTDATED_VERSION_FILE_FAILED = "删除过期版本文件 {} 失败"; + public static final String ERROR_CREATING_NEW_FILE = "创建新文件 {} 时出错"; + public static final String CONFIGURATION_EMPTY_UNEXPECTED = "配置为空,这是非预期的。本次不会更新安全删除搜索 index。"; public static final String SEARCH_INDEX_SMALLER_THAN_SAFELY_DELETED = "此 region({}) 的 searchIndex 在节点重启时小于 safelyDeletedSearchIndex," + "这意味着当前 region 的数据未通过 WAL 刷新,但已同步到其他节点。" @@ -186,63 +131,41 @@ private IoTConsensusMessages() {} // ===================== LogDispatcher ===================== - public static final String UNABLE_TO_SHUTDOWN_LOG_DISPATCHER = - "在 {} 秒后仍无法关闭 LogDispatcher 服务"; + public static final String UNABLE_TO_SHUTDOWN_LOG_DISPATCHER = "在 {} 秒后仍无法关闭 LogDispatcher 服务"; public static final String UNEXPECTED_INTERRUPTION_CLOSING_LOG_DISPATCHER = "关闭 LogDispatcher 服务时发生意外中断 "; - public static final String DISPATCHER_STARTS = - "{}:到 {} 的分发器启动"; - public static final String DISPATCHER_EXITS = - "{}:到 {} 的分发器退出"; - public static final String DISPATCHER_DID_NOT_STOP = - "{}:到 {} 的分发器在 30 秒后仍未停止。"; - public static final String UNEXPECTED_ERROR_IN_LOG_DISPATCHER = - "peer {} 的日志分发器发生意外错误"; - public static final String PUSH_LOG_TO_QUEUE = - "{}->{}:向队列推送一条日志,当前队列长度为 {}"; - public static final String LOG_QUEUE_FULL = - "{}:{} 的日志队列已满,忽略此节点的日志,searchIndex:{}"; + public static final String DISPATCHER_STARTS = "{}:到 {} 的分发器启动"; + public static final String DISPATCHER_EXITS = "{}:到 {} 的分发器退出"; + public static final String DISPATCHER_DID_NOT_STOP = "{}:到 {} 的分发器在 30 秒后仍未停止。"; + public static final String UNEXPECTED_ERROR_IN_LOG_DISPATCHER = "peer {} 的日志分发器发生意外错误"; + public static final String PUSH_LOG_TO_QUEUE = "{}->{}:向队列推送一条日志,当前队列长度为 {}"; + public static final String LOG_QUEUE_FULL = "{}:{} 的日志队列已满,忽略此节点的日志,searchIndex:{}"; public static final String GET_BATCH_START_INDEX = "{}:startIndex: {},maxIndex: {},pendingEntries 大小:{},bufferedEntries 大小:{}"; - public static final String ACCUMULATED_FROM_WAL_WHEN_EMPTY = - "{} :空队列时从 WAL 累积了一个 {}"; - public static final String ACCUMULATED_FROM_WAL = - "{} :从 WAL 累积了一个 {}"; - public static final String ACCUMULATED_FROM_QUEUE = - "{} :从队列累积了一个 {}"; - public static final String ACCUMULATED_FROM_QUEUE_AND_WAL_GAP = - "间隔 {} :在存在间隔时从队列和 WAL 累积了一个 {}"; - public static final String ACCUMULATED_FROM_QUEUE_AND_WAL = - "{} :从队列和 WAL 累积了一个 {}"; - public static final String SEND_BATCH = - "发送 Batch[startIndex:{}, endIndex:{}] 到共识组:{}"; - public static final String CANNOT_SYNC_LOGS_TO_PEER = - "无法同步日志到 peer {},原因"; - public static final String CONSTRUCT_FROM_WAL = - "从 WAL 构造一条日志,index:{}"; - public static final String WAIT_NEXT_WAL_INTERRUPTED = - "等待下一条 WAL 日志时被中断"; - public static final String SEARCH_ENTRY_FOUND_SMALLER = - "搜索 index 为 {} 的日志,但找到一条更小的,index:{}"; + public static final String ACCUMULATED_FROM_WAL_WHEN_EMPTY = "{} :空队列时从 WAL 累积了一个 {}"; + public static final String ACCUMULATED_FROM_WAL = "{} :从 WAL 累积了一个 {}"; + public static final String ACCUMULATED_FROM_QUEUE = "{} :从队列累积了一个 {}"; + public static final String ACCUMULATED_FROM_QUEUE_AND_WAL_GAP = "间隔 {} :在存在间隔时从队列和 WAL 累积了一个 {}"; + public static final String ACCUMULATED_FROM_QUEUE_AND_WAL = "{} :从队列和 WAL 累积了一个 {}"; + public static final String SEND_BATCH = "发送 Batch[startIndex:{}, endIndex:{}] 到共识组:{}"; + public static final String CANNOT_SYNC_LOGS_TO_PEER = "无法同步日志到 peer {},原因"; + public static final String CONSTRUCT_FROM_WAL = "从 WAL 构造一条日志,index:{}"; + public static final String WAIT_NEXT_WAL_INTERRUPTED = "等待下一条 WAL 日志时被中断"; + public static final String SEARCH_ENTRY_FOUND_SMALLER = "搜索 index 为 {} 的日志,但找到一条更小的,index:{}"; public static final String SEARCH_ENTRY_FOUND_LARGER = - "搜索 index 为 {} 的日志,但找到一条更大的,index:{}。" - + "WAL 文件可能已损坏,将跳过并选择更大的 index 进行复制"; + "搜索 index 为 {} 的日志,但找到一条更大的,index:{}。" + "WAL 文件可能已损坏,将跳过并选择更大的 index 进行复制"; public static final String DATA_REGION_CONSTRUCT_FROM_WAL = "DataRegion[{}]->{}:currentIndex: {},maxIndex: {}"; // ===================== DispatchLogHandler ===================== - public static final String CANNOT_SEND_TO_PEER = - "无法将 {} 发送到 peer {} ,已重试 {} 次,原因 {}"; - public static final String SEND_COMPLETE_BUT_CONTAINS_ERROR = - "已将 {} 发送到 peer {} 但包含不成功的状态:{}"; - public static final String CANNOT_SEND_TO_PEER_ON_ERROR = - "无法将 {} 发送到 peer,已重试 {} 次 {} ,原因 {}"; + public static final String CANNOT_SEND_TO_PEER = "无法将 {} 发送到 peer {} ,已重试 {} 次,原因 {}"; + public static final String SEND_COMPLETE_BUT_CONTAINS_ERROR = "已将 {} 发送到 peer {} 但包含不成功的状态:{}"; + public static final String CANNOT_SEND_TO_PEER_ON_ERROR = "无法将 {} 发送到 peer,已重试 {} 次 {} ,原因 {}"; public static final String SKIP_RETRY_TAPPLICATION_EXCEPTION = "由于 TApplicationException,跳过重试此 Batch {}。"; public static final String LOG_DISPATCHER_STOPPED_NO_RETRY = - "LogDispatcherThread {} 已停止," - + "不会在 {} 次后重试此 Batch {}"; + "LogDispatcherThread {} 已停止," + "不会在 {} 次后重试此 Batch {}"; // ===================== SyncLogCacheQueue ===================== @@ -250,86 +173,104 @@ private IoTConsensusMessages() {} "缓存插入开始:source = {},region = {},队列大小 {},startSyncIndex = {},endSyncIndex = {}"; public static final String CACHE_AND_INSERT_END = "缓存插入结束:source = {},region = {},队列大小 {},startSyncIndex = {},endSyncIndex = {},sortTime = {}ms,applyTime = {}ms"; - public static final String WAITING_TARGET_REQUEST_TIMEOUT = - "等待目标请求超时。当前 index:{},目标 index:{}"; - public static final String CURRENT_WAITING_INTERRUPTED = - "当前等待被中断。SyncIndex:{}。异常:"; + public static final String WAITING_TARGET_REQUEST_TIMEOUT = "等待目标请求超时。当前 index:{},目标 index:{}"; + public static final String CURRENT_WAITING_INTERRUPTED = "当前等待被中断。SyncIndex:{}。异常:"; public static final String MESSAGE_SYNC_LOG_REQUEST_WITH_SYNC_INDEX_ARG_WAS_INTERRUPTED_WHILE_WAITING_81B4ABB2 = "等待期间 SyncLog 请求(SyncIndex %d)被中断"; public static final String - MESSAGE_THE_REQUEST_MUST_WAIT_FOR_THE_PREVIOUS_REQUEST_TO_COMPLETE_470849A7 = - "该请求必须等待前置请求完成"; + MESSAGE_THE_REQUEST_MUST_WAIT_FOR_THE_PREVIOUS_REQUEST_TO_COMPLETE_470849A7 = "该请求必须等待前置请求完成"; // ===================== SyncStatus ===================== public static final String SYNC_STATUS_OFFER = - "向 SyncStatus 提交 Batch[startIndex:{}, endIndex:{}]。" - + "当前 SyncStatus 大小:{}。Pending 大小:{}"; + "向 SyncStatus 提交 Batch[startIndex:{}, endIndex:{}]。" + "当前 SyncStatus 大小:{}。Pending 大小:{}"; // ===================== AsyncClient ===================== - public static final String UNEXPECTED_EXCEPTION_IN_CLIENT = - "{} 中发生意外异常,错误信息为 {}"; + public static final String UNEXPECTED_EXCEPTION_IN_CLIENT = "{} 中发生意外异常,错误信息为 {}"; public static final String CLIENT_INVALIDATED = "此客户端已被标记为无效"; // ===================== RPC 处理器执行日志同步 ===================== - public static final String EXECUTE_SYNC_LOG_ENTRIES = - "执行 TSyncLogEntriesReq,共识组 {},结果 {}"; + public static final String EXECUTE_SYNC_LOG_ENTRIES = "执行 TSyncLogEntriesReq,共识组 {},结果 {}"; // ===================== 内存管理器 ===================== - public static final String RESERVING_BYTES_FOR_REQUEST_SUCCEEDS = - "为请求 {} 预留 {} 字节成功,当前总使用量 {}"; - public static final String RESERVING_BYTES_FOR_REQUEST_FAILS = - "为请求 {} 预留 {} 字节失败,当前总使用量 {}"; - public static final String SKIP_MEMORY_RESERVATION = - "跳过 {} 的内存预留,因为其引用计数不为 0"; + public static final String RESERVING_BYTES_FOR_REQUEST_SUCCEEDS = "为请求 {} 预留 {} 字节成功,当前总使用量 {}"; + public static final String RESERVING_BYTES_FOR_REQUEST_FAILS = "为请求 {} 预留 {} 字节失败,当前总使用量 {}"; + public static final String SKIP_MEMORY_RESERVATION = "跳过 {} 的内存预留,因为其引用计数不为 0"; public static final String RESERVING_BYTES_FOR_BATCH_SUCCEEDS = "为 batch {}-{} 预留 {} 字节成功,当前总使用量 {}"; - public static final String RESERVING_BYTES_FOR_BATCH_FAILS = - "为 batch {}-{} 预留 {} 字节失败,当前总使用量 {}"; - public static final String FREED_BYTES_FOR_REQUEST = - "为请求 {} 释放 {} 字节,当前总使用量 {}"; - public static final String FREED_BYTES_FOR_BATCH = - "为 batch {}-{} 释放 {} 字节,当前总使用量 {}"; - public static final String FREE_MEMORY = - "{} 释放 {} 字节,总内存大小:{} 字节。"; - public static final String INTERRUPTED_AFTER_POLLING_AND_SLEEPING = - "轮询和等待后被中断"; - public static final String INTERRUPTED_AFTER_GETTING_A_BATCH = - "获取批次后被中断"; + public static final String RESERVING_BYTES_FOR_BATCH_FAILS = "为 batch {}-{} 预留 {} 字节失败,当前总使用量 {}"; + public static final String FREED_BYTES_FOR_REQUEST = "为请求 {} 释放 {} 字节,当前总使用量 {}"; + public static final String FREED_BYTES_FOR_BATCH = "为 batch {}-{} 释放 {} 字节,当前总使用量 {}"; + public static final String FREE_MEMORY = "{} 释放 {} 字节,总内存大小:{} 字节。"; + public static final String INTERRUPTED_AFTER_POLLING_AND_SLEEPING = "轮询和等待后被中断"; + public static final String INTERRUPTED_AFTER_GETTING_A_BATCH = "获取批次后被中断"; // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- - public static final String LOG_ONNEWPEERCREATED_CALLBACK_FAILED_GROUP_ARG_2671FCDA = "group {} 的 onNewPeerCreated 回调失败"; - public static final String LOG_ONPEERREMOVED_CALLBACK_FAILED_GROUP_ARG_9B79CBAF = "group {} 的 onPeerRemoved 回调失败"; - public static final String EXCEPTION_UNSUPPORTED_WRITER_META_VERSION_ARG_ARG_7D14E679 = "不支持 writer meta 版本 %d,位置 %s"; - public static final String LOG_WRITE_NO_SUBSCRIPTION_QUEUES_REGISTERED_0F4E697B = "write() 没有已注册的订阅队列,"; - public static final String LOG_GROUP_ARG_SEARCHINDEX_ARG_ARG_D5E034E6 = "group={}, searchIndex={}, 当前对象={}"; - public static final String LOG_CANNOT_NOTIFY_ARG_BUILD_SYNC_LOG_CHANNEL_490770FB = "无法通知 {} 构建同步日志通道。"; + public static final String LOG_ONNEWPEERCREATED_CALLBACK_FAILED_GROUP_ARG_2671FCDA = + "group {} 的 onNewPeerCreated 回调失败"; + public static final String LOG_ONPEERREMOVED_CALLBACK_FAILED_GROUP_ARG_9B79CBAF = + "group {} 的 onPeerRemoved 回调失败"; + public static final String EXCEPTION_UNSUPPORTED_WRITER_META_VERSION_ARG_ARG_7D14E679 = + "不支持 writer meta 版本 %d,位置 %s"; + public static final String LOG_WRITE_NO_SUBSCRIPTION_QUEUES_REGISTERED_0F4E697B = + "write() 没有已注册的订阅队列,"; + public static final String LOG_GROUP_ARG_SEARCHINDEX_ARG_ARG_D5E034E6 = + "group={}, searchIndex={}, 当前对象={}"; + public static final String LOG_CANNOT_NOTIFY_ARG_BUILD_SYNC_LOG_CHANNEL_490770FB = + "无法通知 {} 构建同步日志通道。"; public static final String LOG_PLEASE_CHECK_STATUS_NODE_MANUALLY_40FBC9B3 = "请手动检查该节点状态"; - public static final String LOG_FAILED_SYNC_WRITER_SAFE_TIME_BARRIER_PEER_ARG_GROUP_ARG_05A13E6A = "无法将 writer safe-time barrier 同步到 peer {},group {},"; - public static final String LOG_SAFEPT_ARG_WRITERNODEID_ARG_BARRIER_ARG_AC74618F = "safePt={}, writerNodeId={}, barrier={}"; - public static final String LOG_RECOVERED_WRITER_META_GROUP_ARG_ARG_RECOVEREDLOCALSEQ_ARG_9B989AAC = "已恢复 group {} 的 writer meta,来源 {},recoveredLocalSeq={},"; + public static final String LOG_FAILED_SYNC_WRITER_SAFE_TIME_BARRIER_PEER_ARG_GROUP_ARG_05A13E6A = + "无法将 writer safe-time barrier 同步到 peer {},group {},"; + public static final String LOG_SAFEPT_ARG_WRITERNODEID_ARG_BARRIER_ARG_AC74618F = + "safePt={}, writerNodeId={}, barrier={}"; + public static final String + LOG_RECOVERED_WRITER_META_GROUP_ARG_ARG_RECOVEREDLOCALSEQ_ARG_9B989AAC = + "已恢复 group {} 的 writer meta,来源 {},recoveredLocalSeq={},"; public static final String LOG_PERSISTEDLOCALSEQ_ARG_5EBAA9A5 = "persistedLocalSeq={}"; - public static final String LOG_FAILED_LOAD_WRITER_META_GROUP_ARG_ARG_STARTING_FRESH_WRITER_A24EDEFE = "无法加载 group {} 的 writer meta,来源 {}。正在启动新的 writer 元数据。"; - public static final String LOG_INITIALIZED_FRESH_WRITER_META_GROUP_ARG_RECOVEREDLOCALSEQ_ARG_A7254C6E = "已初始化 group {} 的新 writer meta,recoveredLocalSeq={}"; - public static final String LOG_FAILED_PERSIST_WRITER_META_GROUP_ARG_AT_LOCALSEQ_ARG_PT_3502F119 = "无法持久化 group {} 的 writer meta,localSeq={},pt={}"; - public static final String LOG_REGISTERED_SUBSCRIPTION_QUEUE_GROUP_ARG_5102ABA0 = "已注册 group {} 的订阅队列,"; - public static final String LOG_TOTAL_SUBSCRIPTION_QUEUES_ARG_CURRENTSEARCHINDEX_ARG_ARG_9BF9006A = "订阅队列总数:{},currentSearchIndex={},当前对象={}"; - public static final String LOG_DEREGISTERED_SUBSCRIPTION_QUEUE_GROUP_ARG_REMAINING_SUBSCRIPTION_QUEUES_ARG_B86E31AF = "已注销 group {} 的订阅队列,剩余订阅队列:{}"; - public static final String LOG_OBSERVED_INCOMPARABLE_WRITER_SAFE_TIME_BARRIER_WRITER_ARG_0F0C171D = "观察到 writer {} 存在不可比较的 writer safe-time barrier。"; - public static final String LOG_KEEP_PENDINGSAFEPHYSICALTIME_ARG_PENDINGSAFELOCALSEQ_ARG_7123FD95 = "保留 pendingSafePhysicalTime={},pendingSafeLocalSeq={},"; - public static final String LOG_IGNORE_SAFEPHYSICALTIME_ARG_SAFELOCALSEQ_ARG_A601C4D1 = "忽略 safePhysicalTime={},safeLocalSeq={}"; - public static final String LOG_WRITE_OFFERING_ARG_SUBSCRIPTION_QUEUE_S_GROUP_ARG_SEARCHINDEX_ARG_A8489EDF = "write() 正在提交到 {} 个订阅队列,group={},searchIndex={},requestType={}"; - public static final String LOG_OFFER_RESULT_ARG_QUEUESIZE_ARG_QUEUEREMAINING_ARG_7ADC84C2 = "提交结果={},queueSize={},queueRemaining={}"; - public static final String LOG_SUBSCRIPTION_QUEUE_FULL_DROPPED_ARG_ENTRY_S_LAST_ARG_MS_2AD8AB3D = "订阅队列已满,丢弃了 {} 个 entry,最近 {} ms,最新 "; - public static final String LOG_SEARCHINDEX_ARG_QUEUESIZE_ARG_QUEUEREMAINING_ARG_2EA619ED = "searchIndex={}, queueSize={}, queueRemaining={}"; - public static final String LOG_SUBSCRIPTION_QUEUE_FULL_DROPPED_ENTRY_SEARCHINDEX_ARG_DROPPEDCOUNT_ARG_61F126B8 = "订阅队列已满,丢弃 entry,searchIndex={},droppedCount={}"; - public static final String LOG_RESERVED_ARG_BYTES_BATCH_ARG_ARG_CURRENT_TOTAL_USAGE_ARG_308AE9C2 = "预留 {} 字节给批次 {}-{},当前总使用量 {}"; - public static final String LOG_ARG_FAILED_SEND_IDLE_WRITER_SAFE_TIME_BARRIER_ARG_STATUS_AE047EAD = "{}:无法向 {} 发送 idle writer safe-time barrier。状态={}"; - public static final String LOG_ARG_WRITE_OPERATION_FAILED_SEARCHINDEX_ARG_CODE_ARG_SUBSCRIPTIONQUEUES_ARG_THIS_ARG_F4B17576 = "{}:写入操作失败。searchIndex: {}。Code: {},订阅队列:{},当前对象:{}"; - + public static final String + LOG_FAILED_LOAD_WRITER_META_GROUP_ARG_ARG_STARTING_FRESH_WRITER_A24EDEFE = + "无法加载 group {} 的 writer meta,来源 {}。正在启动新的 writer 元数据。"; + public static final String + LOG_INITIALIZED_FRESH_WRITER_META_GROUP_ARG_RECOVEREDLOCALSEQ_ARG_A7254C6E = + "已初始化 group {} 的新 writer meta,recoveredLocalSeq={}"; + public static final String LOG_FAILED_PERSIST_WRITER_META_GROUP_ARG_AT_LOCALSEQ_ARG_PT_3502F119 = + "无法持久化 group {} 的 writer meta,localSeq={},pt={}"; + public static final String LOG_REGISTERED_SUBSCRIPTION_QUEUE_GROUP_ARG_5102ABA0 = + "已注册 group {} 的订阅队列,"; + public static final String LOG_TOTAL_SUBSCRIPTION_QUEUES_ARG_CURRENTSEARCHINDEX_ARG_ARG_9BF9006A = + "订阅队列总数:{},currentSearchIndex={},当前对象={}"; + public static final String + LOG_DEREGISTERED_SUBSCRIPTION_QUEUE_GROUP_ARG_REMAINING_SUBSCRIPTION_QUEUES_ARG_B86E31AF = + "已注销 group {} 的订阅队列,剩余订阅队列:{}"; + public static final String + LOG_OBSERVED_INCOMPARABLE_WRITER_SAFE_TIME_BARRIER_WRITER_ARG_0F0C171D = + "观察到 writer {} 存在不可比较的 writer safe-time barrier。"; + public static final String LOG_KEEP_PENDINGSAFEPHYSICALTIME_ARG_PENDINGSAFELOCALSEQ_ARG_7123FD95 = + "保留 pendingSafePhysicalTime={},pendingSafeLocalSeq={},"; + public static final String LOG_IGNORE_SAFEPHYSICALTIME_ARG_SAFELOCALSEQ_ARG_A601C4D1 = + "忽略 safePhysicalTime={},safeLocalSeq={}"; + public static final String + LOG_WRITE_OFFERING_ARG_SUBSCRIPTION_QUEUE_S_GROUP_ARG_SEARCHINDEX_ARG_A8489EDF = + "write() 正在提交到 {} 个订阅队列,group={},searchIndex={},requestType={}"; + public static final String LOG_OFFER_RESULT_ARG_QUEUESIZE_ARG_QUEUEREMAINING_ARG_7ADC84C2 = + "提交结果={},queueSize={},queueRemaining={}"; + public static final String LOG_SUBSCRIPTION_QUEUE_FULL_DROPPED_ARG_ENTRY_S_LAST_ARG_MS_2AD8AB3D = + "订阅队列已满,丢弃了 {} 个 entry,最近 {} ms,最新 "; + public static final String LOG_SEARCHINDEX_ARG_QUEUESIZE_ARG_QUEUEREMAINING_ARG_2EA619ED = + "searchIndex={}, queueSize={}, queueRemaining={}"; + public static final String + LOG_SUBSCRIPTION_QUEUE_FULL_DROPPED_ENTRY_SEARCHINDEX_ARG_DROPPEDCOUNT_ARG_61F126B8 = + "订阅队列已满,丢弃 entry,searchIndex={},droppedCount={}"; + public static final String LOG_RESERVED_ARG_BYTES_BATCH_ARG_ARG_CURRENT_TOTAL_USAGE_ARG_308AE9C2 = + "预留 {} 字节给批次 {}-{},当前总使用量 {}"; + public static final String LOG_ARG_FAILED_SEND_IDLE_WRITER_SAFE_TIME_BARRIER_ARG_STATUS_AE047EAD = + "{}:无法向 {} 发送 idle writer safe-time barrier。状态={}"; + public static final String + LOG_ARG_WRITE_OPERATION_FAILED_SEARCHINDEX_ARG_CODE_ARG_SUBSCRIPTIONQUEUES_ARG_THIS_ARG_F4B17576 = + "{}:写入操作失败。searchIndex: {}。Code: {},订阅队列:{},当前对象:{}"; } diff --git a/iotdb-core/consensus/src/main/i18n/zh/org/apache/iotdb/consensus/i18n/IoTConsensusV2Messages.java b/iotdb-core/consensus/src/main/i18n/zh/org/apache/iotdb/consensus/i18n/IoTConsensusV2Messages.java index e5a6e55cb79e..66c8b7d7c06c 100644 --- a/iotdb-core/consensus/src/main/i18n/zh/org/apache/iotdb/consensus/i18n/IoTConsensusV2Messages.java +++ b/iotdb-core/consensus/src/main/i18n/zh/org/apache/iotdb/consensus/i18n/IoTConsensusV2Messages.java @@ -20,7 +20,8 @@ package org.apache.iotdb.consensus.i18n; /** - * IoTConsensusV2(基于 pipe 的共识)特有消息。日志消息使用 SLF4J {@code {}} 占位符;异常消息使用 {@code %s}(String.format)或纯字符串。 + * IoTConsensusV2(基于 pipe 的共识)特有消息。日志消息使用 SLF4J {@code {}} 占位符;异常消息使用 {@code + * %s}(String.format)或纯字符串。 */ public final class IoTConsensusV2Messages { @@ -28,92 +29,62 @@ private IoTConsensusV2Messages() {} // ===================== IoTConsensusV2 生命周期 ===================== - public static final String RECOVER_TASK_CANCELLED = - "IoTV2 恢复任务已取消"; - public static final String RECOVER_FUTURE_EXCEPTION = - "等待恢复 future 完成时发生异常"; - public static final String RECOVER_TASK_INTERRUPTED = - "IoTV2 恢复任务被中断"; + public static final String RECOVER_TASK_CANCELLED = "IoTV2 恢复任务已取消"; + public static final String RECOVER_FUTURE_EXCEPTION = "等待恢复 future 完成时发生异常"; + public static final String RECOVER_TASK_INTERRUPTED = "IoTV2 恢复任务被中断"; public static final String FAILED_RECOVER_CONSENSUS = "从 {} 恢复共识组 {} 失败,忽略并继续恢复其他组,异步后台检查线程将自动注销该失败共识组的 pipe 副作用。"; - public static final String FAILED_RECOVER_CONSENSUS_READ_DIR = - "从 {} 恢复共识失败,因为读取目录失败"; + public static final String FAILED_RECOVER_CONSENSUS_READ_DIR = "从 {} 恢复共识失败,因为读取目录失败"; // ===================== IoTConsensusV2 peer 操作 ===================== - public static final String START_DELETE_LOCAL_PEER = - "[{}] 开始删除共识组 {} 的本地 peer"; - public static final String FINISH_DELETE_LOCAL_PEER = - "[{}] 完成删除共识组 {} 的本地 peer"; - public static final String INACTIVATE_NEW_PEER = - "[{}] 将新 peer 设为非活跃:{}"; - public static final String NOTIFY_CREATE_CONSENSUS_PIPES = - "[{}] 通知当前 peer 创建 consensus pipe..."; - public static final String WAIT_PEERS_FINISH_TRANSFER = - "[{}] 等待所有其他 peer 完成传输..."; - public static final String ACTIVATE_NEW_PEER = - "[{}] 激活新 peer..."; - public static final String ADD_REMOTE_PEER_FAILED_CLEANUP = - "[{}] 添加远程 peer 失败,正在自动清理副作用..."; - public static final String FAILED_CLEANUP_SIDE_EFFECTS = - "[{}] 添加远程 peer 失败后清理副作用失败"; - public static final String NOTIFY_DROP_CONSENSUS_PIPES = - "[{}] 通知其他 peer 删除 consensus pipe..."; - public static final String INACTIVATE_PEER = - "[{}] 将 peer {} 设为非活跃"; - public static final String WAIT_TARGET_PEER_COMPLETE_TRANSFER = - "[{}] 等待目标 peer{} 完成传输..."; - public static final String WAIT_PEER_RELEASE_RESOURCE = - "[{}] 等待 {} 释放所有资源..."; - public static final String NOT_SUPPORT_LEADER_TRANSFER = - "%s 不支持 leader 切换"; + public static final String START_DELETE_LOCAL_PEER = "[{}] 开始删除共识组 {} 的本地 peer"; + public static final String FINISH_DELETE_LOCAL_PEER = "[{}] 完成删除共识组 {} 的本地 peer"; + public static final String INACTIVATE_NEW_PEER = "[{}] 将新 peer 设为非活跃:{}"; + public static final String NOTIFY_CREATE_CONSENSUS_PIPES = "[{}] 通知当前 peer 创建 consensus pipe..."; + public static final String WAIT_PEERS_FINISH_TRANSFER = "[{}] 等待所有其他 peer 完成传输..."; + public static final String ACTIVATE_NEW_PEER = "[{}] 激活新 peer..."; + public static final String ADD_REMOTE_PEER_FAILED_CLEANUP = "[{}] 添加远程 peer 失败,正在自动清理副作用..."; + public static final String FAILED_CLEANUP_SIDE_EFFECTS = "[{}] 添加远程 peer 失败后清理副作用失败"; + public static final String NOTIFY_DROP_CONSENSUS_PIPES = "[{}] 通知其他 peer 删除 consensus pipe..."; + public static final String INACTIVATE_PEER = "[{}] 将 peer {} 设为非活跃"; + public static final String WAIT_TARGET_PEER_COMPLETE_TRANSFER = "[{}] 等待目标 peer{} 完成传输..."; + public static final String WAIT_PEER_RELEASE_RESOURCE = "[{}] 等待 {} 释放所有资源..."; + public static final String NOT_SUPPORT_LEADER_TRANSFER = "%s 不支持 leader 切换"; // ===================== IoTConsensusV2ServerImpl ===================== - public static final String ERROR_SET_PEER_ACTIVE = - "将 peer %s 设置为活跃状态 %s 时出错。结果状态:%s"; - public static final String ERROR_SET_PEER_ACTIVE_SHORT = - "将 peer %s 设置为活跃状态 %s 时出错"; - public static final String TARGET_PEER_MAY_BE_DOWN = - "目标 peer 可能已下线,将 peer {} 设置为活跃状态 {} 时出错"; + public static final String ERROR_SET_PEER_ACTIVE = "将 peer %s 设置为活跃状态 %s 时出错。结果状态:%s"; + public static final String ERROR_SET_PEER_ACTIVE_SHORT = "将 peer %s 设置为活跃状态 %s 时出错"; + public static final String TARGET_PEER_MAY_BE_DOWN = "目标 peer 可能已下线,将 peer {} 设置为活跃状态 {} 时出错"; public static final String CANNOT_NOTIFY_PEER_CREATE_PIPE = "{} 无法通知 peer {} 创建 consensus pipe,该 peer 可能当前未知,请手动检查!"; public static final String CANNOT_CREATE_CONSENSUS_PIPE = "{} 无法创建到 {} 的 consensus pipe,目标 peer 可能当前未知,请手动检查!"; - public static final String ERROR_NOTIFY_PEER_CREATE_PIPE = - "通知 peer %s 创建 consensus pipe 时出错"; + public static final String ERROR_NOTIFY_PEER_CREATE_PIPE = "通知 peer %s 创建 consensus pipe 时出错"; public static final String CANNOT_NOTIFY_PEER_DROP_PIPE = "{} 无法通知 peer {} 删除 consensus pipe,该 peer 可能当前未知,请手动检查!"; public static final String CANNOT_DROP_CONSENSUS_PIPE = "{} 无法删除到 {} 的 consensus pipe,目标 peer 可能当前未知,请手动检查!"; - public static final String ERROR_NOTIFY_PEER_DROP_PIPE = - "通知 peer %s 删除 consensus pipe 时出错"; - public static final String INTERRUPTED_WAITING_TRANSFER = - "{} 等待传输完成时被中断"; - public static final String INTERRUPTED_WAITING_TRANSFER_FMT = - "%s 等待传输完成时被中断"; + public static final String ERROR_NOTIFY_PEER_DROP_PIPE = "通知 peer %s 删除 consensus pipe 时出错"; + public static final String INTERRUPTED_WAITING_TRANSFER = "{} 等待传输完成时被中断"; + public static final String INTERRUPTED_WAITING_TRANSFER_FMT = "%s 等待传输完成时被中断"; public static final String CANNOT_CHECK_PIPE_TRANSMISSION = "{} 无法检查到 peer {} 的 consensus pipe 传输完成状态"; public static final String ERROR_CHECK_PIPE_TRANSMISSION = "检查到 peer %s 的 consensus pipe 传输完成状态时出错"; - public static final String CANNOT_CHECK_PIPE_TRANSMISSION_SHORT = - "{} 无法检查 consensus pipe 传输完成状态"; + public static final String CANNOT_CHECK_PIPE_TRANSMISSION_SHORT = "{} 无法检查 consensus pipe 传输完成状态"; // ===================== IoTConsensusV2RPCServiceProcessor ===================== - public static final String UNEXPECTED_GROUP_SET_ACTIVE = - "共识组 ID %s 与设置活跃请求 %s 不匹配"; + public static final String UNEXPECTED_GROUP_SET_ACTIVE = "共识组 ID %s 与设置活跃请求 %s 不匹配"; public static final String UNEXPECTED_GROUP_CREATE_PIPE = "共识组 ID %s 与创建 consensus pipe 请求 %s 不匹配"; - public static final String UNEXPECTED_GROUP_DROP_PIPE = - "共识组 ID %s 与删除 consensus pipe 请求 %s 不匹配"; - public static final String UNEXPECTED_GROUP_CHECK_TRANSFER = - "共识组 ID %s 与检查传输完成请求 %s 不匹配"; + public static final String UNEXPECTED_GROUP_DROP_PIPE = "共识组 ID %s 与删除 consensus pipe 请求 %s 不匹配"; + public static final String UNEXPECTED_GROUP_CHECK_TRANSFER = "共识组 ID %s 与检查传输完成请求 %s 不匹配"; public static final String UNEXPECTED_GROUP_WAIT_RELEASE = "共识组 ID %s 与 TWaitReleaseAllRegionRelatedResourceRes 请求不匹配"; - public static final String FAILED_CREATE_CONSENSUS_PIPE = - "创建到目标 peer 的 consensus pipe 失败,请求 {}"; - public static final String FAILED_DROP_CONSENSUS_PIPE = - "删除到目标 peer 的 consensus pipe 失败,请求 {}"; + public static final String FAILED_CREATE_CONSENSUS_PIPE = "创建到目标 peer 的 consensus pipe 失败,请求 {}"; + public static final String FAILED_DROP_CONSENSUS_PIPE = "删除到目标 peer 的 consensus pipe 失败,请求 {}"; public static final String FAILED_CHECK_CONSENSUS_PIPE = "检查 consensus pipe 完成状态失败,请求 {},将完成状态设为 {}"; } diff --git a/iotdb-core/consensus/src/main/i18n/zh/org/apache/iotdb/consensus/i18n/RatisMessages.java b/iotdb-core/consensus/src/main/i18n/zh/org/apache/iotdb/consensus/i18n/RatisMessages.java index fdf4660bf8f7..6d800f686595 100644 --- a/iotdb-core/consensus/src/main/i18n/zh/org/apache/iotdb/consensus/i18n/RatisMessages.java +++ b/iotdb-core/consensus/src/main/i18n/zh/org/apache/iotdb/consensus/i18n/RatisMessages.java @@ -19,43 +19,27 @@ package org.apache.iotdb.consensus.i18n; -/** - * Ratis 共识特有消息。日志消息使用 SLF4J {@code {}} 占位符;异常消息使用 {@code %s}(String.format)或纯字符串。 - */ +/** Ratis 共识特有消息。日志消息使用 SLF4J {@code {}} 占位符;异常消息使用 {@code %s}(String.format)或纯字符串。 */ public final class RatisMessages { private RatisMessages() {} // ===================== RatisConsensus ===================== - public static final String INTERRUPTED_RETRYING_WRITE = - "{}:重试写入请求 {} 时被中断"; - public static final String NULL_REPLY_IN_WRITE_WITH_RETRY = - "writeWithRetry 中收到空回复,请求为 "; - public static final String LEADER_READ_ONLY_STEP_DOWN_FAILED = - "leader {} 处于只读模式,强制降级失败,原因 "; - public static final String TRY_ADD_CONFLICTING_PEER = - "{}:尝试添加 ID 或地址冲突的 peer {} 到 {}"; - public static final String IS_LEADER_REQUEST_FAILED = - "isLeader 请求失败,异常:"; - public static final String IS_LEADER_READY_REQUEST_FAILED = - "isLeaderReady 请求失败,异常:"; - public static final String GET_LOGICAL_CLOCK_REQUEST_FAILED = - "getLogicalClock 请求失败,异常:"; - public static final String IS_LEADER_READY_CHECKING_FAILED = - "isLeaderReady 检查失败,异常:"; - public static final String LEADER_STILL_NOT_READY = - "{}:leader 在 {} 毫秒后仍未就绪"; - public static final String UNEXPECTED_INTERRUPTION_WAIT_LEADER_READY = - "等待 leader 就绪时发生意外中断"; - public static final String FETCH_DIVISION_INFO_FAILED = - "获取共识组 {} 的 division 信息失败,原因:"; - public static final String TRIGGER_SNAPSHOT_SUCCESS = - "{} 共识组 {}:已在 index {} 成功创建快照,force = {}"; - public static final String GET_GROUP_FAILED = - "获取共识组 {} 失败 "; - public static final String BORROW_CLIENT_FROM_POOL_FAILED = - "从连接池借用共识组 {} 的客户端失败。"; + public static final String INTERRUPTED_RETRYING_WRITE = "{}:重试写入请求 {} 时被中断"; + public static final String NULL_REPLY_IN_WRITE_WITH_RETRY = "writeWithRetry 中收到空回复,请求为 "; + public static final String LEADER_READ_ONLY_STEP_DOWN_FAILED = "leader {} 处于只读模式,强制降级失败,原因 "; + public static final String TRY_ADD_CONFLICTING_PEER = "{}:尝试添加 ID 或地址冲突的 peer {} 到 {}"; + public static final String IS_LEADER_REQUEST_FAILED = "isLeader 请求失败,异常:"; + public static final String IS_LEADER_READY_REQUEST_FAILED = "isLeaderReady 请求失败,异常:"; + public static final String GET_LOGICAL_CLOCK_REQUEST_FAILED = "getLogicalClock 请求失败,异常:"; + public static final String IS_LEADER_READY_CHECKING_FAILED = "isLeaderReady 检查失败,异常:"; + public static final String LEADER_STILL_NOT_READY = "{}:leader 在 {} 毫秒后仍未就绪"; + public static final String UNEXPECTED_INTERRUPTION_WAIT_LEADER_READY = "等待 leader 就绪时发生意外中断"; + public static final String FETCH_DIVISION_INFO_FAILED = "获取共识组 {} 的 division 信息失败,原因:"; + public static final String TRIGGER_SNAPSHOT_SUCCESS = "{} 共识组 {}:已在 index {} 成功创建快照,force = {}"; + public static final String GET_GROUP_FAILED = "获取共识组 {} 失败 "; + public static final String BORROW_CLIENT_FROM_POOL_FAILED = "从连接池借用共识组 {} 的客户端失败。"; public static final String TRANSFER_LEADER_FAILED_TIMEOUT = "共识组 %s 向 %s 切换 leader 失败。这可能是由于超时引起的," + "特别是在磁盘使用率较高时。请考虑增大 " @@ -67,67 +51,52 @@ private RatisMessages() {} // ===================== ApplicationStateMachineProxy ===================== - public static final String STATEMACHINE_RUNTIME_EXCEPTION = - "应用状态机抛出运行时异常:"; - public static final String INTERNAL_ERROR_STATEMACHINE_RUNTIME_EXCEPTION = - "内部错误。状态机抛出运行时异常:"; - public static final String INTERRUPTED_WAITING_SYSTEM_READY = - "{}:等待系统就绪时被中断:"; - public static final String REQUEST_MESSAGE_REQUIRED = - "需要 RequestMessage 但收到 {}"; - public static final String UNABLE_TO_CREATE_TEMP_SNAPSHOT_DIR = - "无法在 {} 创建临时快照目录"; - public static final String ATOMIC_RENAME_FAILED = - "{} 将 {} 原子重命名为 {} 失败,异常 {}"; - public static final String SNAPSHOT_DIR_INCOMPLETE_DELETING = - "快照目录不完整,正在删除 {}"; + public static final String STATEMACHINE_RUNTIME_EXCEPTION = "应用状态机抛出运行时异常:"; + public static final String INTERNAL_ERROR_STATEMACHINE_RUNTIME_EXCEPTION = "内部错误。状态机抛出运行时异常:"; + public static final String INTERRUPTED_WAITING_SYSTEM_READY = "{}:等待系统就绪时被中断:"; + public static final String REQUEST_MESSAGE_REQUIRED = "需要 RequestMessage 但收到 {}"; + public static final String UNABLE_TO_CREATE_TEMP_SNAPSHOT_DIR = "无法在 {} 创建临时快照目录"; + public static final String ATOMIC_RENAME_FAILED = "{} 将 {} 原子重命名为 {} 失败,异常 {}"; + public static final String SNAPSHOT_DIR_INCOMPLETE_DELETING = "快照目录不完整,正在删除 {}"; // ===================== RatisClient ===================== - public static final String CANNOT_CLOSE_RAFT_CLIENT = - "无法关闭 Raft 客户端 "; - public static final String RAFT_CLIENT_REQUEST_FAILED = - "{}:Raft 客户端请求失败并捕获异常:"; + public static final String CANNOT_CLOSE_RAFT_CLIENT = "无法关闭 Raft 客户端 "; + public static final String RAFT_CLIENT_REQUEST_FAILED = "{}:Raft 客户端请求失败并捕获异常:"; // ===================== DiskGuardian ===================== - public static final String ERROR_LISTING_FILES = - "{}:列出 {} 在 {} 下的文件时出错:"; - public static final String CLEAR_SNAPSHOT_FLAG_FAILED = - "{}:清除共识组 {} 的快照标志失败,请检查相关实现"; - public static final String TAKE_SNAPSHOT_FAILED = - "{} 共识组 {} 创建快照失败,原因 {}。磁盘文件状态 {}"; + public static final String ERROR_LISTING_FILES = "{}:列出 {} 在 {} 下的文件时出错:"; + public static final String CLEAR_SNAPSHOT_FLAG_FAILED = "{}:清除共识组 {} 的快照标志失败,请检查相关实现"; + public static final String TAKE_SNAPSHOT_FAILED = "{} 共识组 {} 创建快照失败,原因 {}。磁盘文件状态 {}"; // ===================== SnapshotStorage ===================== - public static final String CANNOT_CONSTRUCT_SNAPSHOT_DIR_STREAM = - "无法构建快照目录流 "; - public static final String CANNOT_RESOLVE_REAL_PATH = - "{} 无法解析 {} 的真实路径,原因 "; + public static final String CANNOT_CONSTRUCT_SNAPSHOT_DIR_STREAM = "无法构建快照目录流 "; + public static final String CANNOT_RESOLVE_REAL_PATH = "{} 无法解析 {} 的真实路径,原因 "; // ===================== ResponseMessage ===================== - public static final String SERIALIZE_TSSTATUS_FAILED = - "序列化 TSStatus 失败 {}"; + public static final String SERIALIZE_TSSTATUS_FAILED = "序列化 TSStatus 失败 {}"; // ===================== MetricRegistryManager ===================== - public static final String REPORTER_DISABLED = - "Reporter 在 RatisMetricRegistries 中已禁用"; - public static final String JMX_REPORTER_DISABLED = - "JMX Reporter 在 RatisMetricRegistries 中已禁用"; + public static final String REPORTER_DISABLED = "Reporter 在 RatisMetricRegistries 中已禁用"; + public static final String JMX_REPORTER_DISABLED = "JMX Reporter 在 RatisMetricRegistries 中已禁用"; public static final String CONSOLE_REPORTER_DISABLED = "Console Reporter 在 RatisMetricRegistries 中已禁用"; // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- - public static final String LOG_RESET_PEER_LIST_CURRENT_PEER_LIST_CORRECT_NOTHING_NEED_RESET_0E009CDA = "[RESET PEER LIST] 当前 peer 列表正确,无需重置:{}"; + public static final String + LOG_RESET_PEER_LIST_CURRENT_PEER_LIST_CORRECT_NOTHING_NEED_RESET_0E009CDA = + "[RESET PEER LIST] 当前 peer 列表正确,无需重置:{}"; public static final String EXCEPTION_INTERNAL_GRPC_CONNECTION_ERROR_59404D15 = "内部 GRPC 连接错误:"; - public static final String LOG_FAILED_ARG_ATTEMPT_ARG_SLEEP_ARG_THEN_RETRY_36A9A0C2 = "{} 失败,第 {} 次尝试,休眠 {} 后重试"; + public static final String LOG_FAILED_ARG_ATTEMPT_ARG_SLEEP_ARG_THEN_RETRY_36A9A0C2 = + "{} 失败,第 {} 次尝试,休眠 {} 后重试"; public static final String LOG_ARG_INTERRUPTED_WAITING_RETRY_38D69BCC = "{}:等待重试时被中断"; public static final String EXCEPTION_SUPPLIER_EQUALS_EQUALS_NULL_13BACC3E = "supplier == null"; public static final String EXCEPTION_CONDITION_EQUALS_EQUALS_NULL_E3A6C947 = "condition == null"; public static final String EXCEPTION_ARG_FAILED_TO_LOAD_SNAPSHOT_FROM_ARG_A12E23D7 = "%s:从 %s 加载快照失败"; - } diff --git a/iotdb-core/datanode/src/main/i18n/en/org/apache/iotdb/db/i18n/DataNodeMiscMessages.java b/iotdb-core/datanode/src/main/i18n/en/org/apache/iotdb/db/i18n/DataNodeMiscMessages.java index e76211672ff7..8087e391afa5 100644 --- a/iotdb-core/datanode/src/main/i18n/en/org/apache/iotdb/db/i18n/DataNodeMiscMessages.java +++ b/iotdb-core/datanode/src/main/i18n/en/org/apache/iotdb/db/i18n/DataNodeMiscMessages.java @@ -22,32 +22,24 @@ /** Compile-time i18n constants for DataNode misc subsystems (English). */ public final class DataNodeMiscMessages { - public static final String INVALID_PIPE_NAME = - "Invalid pipeName"; + public static final String INVALID_PIPE_NAME = "Invalid pipeName"; public static final String READ_OBJECT_CONTENT_FROM_REMOTE_FILE = "readObjectContentFromRemoteFile"; - public static final String ERROR_EXCEPTION = - "error, exception:"; + public static final String ERROR_EXCEPTION = "error, exception:"; public static final String ACCOUNT_BLOCKED_DUE_TO_CONSECUTIVE_FAILED_LOGINS = "Account is blocked due to consecutive failed logins."; public static final String VERSION_INCOMPATIBLE_PLEASE_UPGRADE_TO = "The version is incompatible, please upgrade to "; - public static final String ADD_PEER_FOR_REGION_SUCCEED = - "addPeer %s for region %s succeed"; - public static final String REMOVE_PEER_FOR_REGION_SUCCEED = - "removePeer %s for region %s succeed"; + public static final String ADD_PEER_FOR_REGION_SUCCEED = "addPeer %s for region %s succeed"; + public static final String REMOVE_PEER_FOR_REGION_SUCCEED = "removePeer %s for region %s succeed"; public static final String DELETE_PEER_FROM_CONSENSUS_GROUP_SUCCEED = "deletePeer from consensus group %ssucceed"; - public static final String DELETE_REGION_ERROR = - "deleteRegion %s error, %s"; - public static final String DELETE_REGION_SUCCEED = - "deleteRegion %s succeed"; - public static final String START_TO_ADD_PEER_FOR_REGION = - "{}, Start to addPeer {} for region {}"; + public static final String DELETE_REGION_ERROR = "deleteRegion %s error, %s"; + public static final String DELETE_REGION_SUCCEED = "deleteRegion %s succeed"; + public static final String START_TO_ADD_PEER_FOR_REGION = "{}, Start to addPeer {} for region {}"; public static final String EXECUTED_ADD_PEER_FOR_REGION_ERROR = "{}, executed addPeer {} for region {} error"; - public static final String REGION_MIGRATE_UNEXPECTED_EXCEPTION = - "Unexpected exception"; + public static final String REGION_MIGRATE_UNEXPECTED_EXCEPTION = "Unexpected exception"; public static final String ADD_PEER_FOR_REGION_ERROR_FMT = "%s, AddPeer for region error, peerId: %s, regionId: %s"; public static final String SUCCEED_TO_ADD_PEER_FOR_REGION = @@ -72,14 +64,10 @@ public final class DataNodeMiscMessages { "{}, Succeed to deletePeer {} from consensus group"; public static final String START_TO_DELETE_REGION_FOR_DATANODE = "{}, Start to deleteRegion {} for datanode {}"; - public static final String DELETE_REGION_ERROR_LOG = - "{}, deleteRegion {} error"; - public static final String SUCCEED_TO_DELETE_REGION = - "{}, Succeed to deleteRegion {}"; - public static final String ERROR_PROCESSING_DATA_REGION = - "Error processing data region: {}"; - public static final String FAILED_TO_PROCESS_TSFILE = - "Failed to process tsfile {}, {}"; + public static final String DELETE_REGION_ERROR_LOG = "{}, deleteRegion {} error"; + public static final String SUCCEED_TO_DELETE_REGION = "{}, Succeed to deleteRegion {}"; + public static final String ERROR_PROCESSING_DATA_REGION = "Error processing data region: {}"; + public static final String FAILED_TO_PROCESS_TSFILE = "Failed to process tsfile {}, {}"; public static final String INVALID_COLUMN_FILTER_FMT = "Invalid column-filter: %s"; public static final String COLUMN_FILTER_SHOULD_NOT_BE_EMPTY = @@ -99,8 +87,7 @@ public final class DataNodeMiscMessages { "IN predicate must use a string literal list"; public static final String ONLY_REGEXP_SUPPORTED_AS_REGEXP_LIKE = "only REGEXP is supported as regexp_like(field, pattern)"; - public static final String ILLEGAL_REGEXP_PATTERN_FMT = - "illegal REGEXP pattern: %s"; + public static final String ILLEGAL_REGEXP_PATTERN_FMT = "illegal REGEXP pattern: %s"; public static final String LEFT_OPERAND_MUST_BE_COLUMN_METADATA_FIELD = "left operand must be one of column metadata fields"; public static final String UNSUPPORTED_COLUMN_METADATA_FIELD_FMT = @@ -112,16 +99,17 @@ public final class DataNodeMiscMessages { "LIKE pattern ends with escape character"; public static final String UNSUPPORTED_TABLE_COLUMN_CATEGORY_FMT = "Unsupported table column category: %s"; - public static final String COLUMN_FILTER_COMPARISON_RIGHT_OPERAND = - "comparison right operand"; + public static final String COLUMN_FILTER_COMPARISON_RIGHT_OPERAND = "comparison right operand"; public static final String COLUMN_FILTER_IN_ELEMENT = "IN element"; public static final String COLUMN_FILTER_LIKE_PATTERN = "LIKE pattern"; public static final String COLUMN_FILTER_LIKE_ESCAPE = "LIKE escape"; public static final String COLUMN_FILTER_REGEXP_PATTERN = "REGEXP pattern"; - public static final String CREATE_NEW_REGION_ERROR_FMT = "create new region %s error, exception:%s"; + public static final String CREATE_NEW_REGION_ERROR_FMT = + "create new region %s error, exception:%s"; public static final String CREATE_NEW_REGION_SUCCEED_FMT = "create new region %s succeed"; public static final String LOG_USER_ARG_ROLE_ARG_422D48D3 = "user: %s, role: %s"; + private DataNodeMiscMessages() {} // --------------------------------------------------------------------------- @@ -129,8 +117,7 @@ private DataNodeMiscMessages() {} // --------------------------------------------------------------------------- public static final String MULTIPLE_SERVER_CONTEXT_FACTORY = "There are more than one ServerContextFactory implementation. pls check."; - public static final String SET_SERVER_CONTEXT_FACTORY = - "Will set ServerContextFactory from {} "; + public static final String SET_SERVER_CONTEXT_FACTORY = "Will set ServerContextFactory from {} "; // --------------------------------------------------------------------------- // protocol – ConfigNodeInfo @@ -163,8 +150,7 @@ private DataNodeMiscMessages() {} // --------------------------------------------------------------------------- // protocol – DataNodeInternalClient // --------------------------------------------------------------------------- - public static final String USER_OPENS_INTERNAL_SESSION = - "User: {}, opens internal Session-{}."; + public static final String USER_OPENS_INTERNAL_SESSION = "User: {}, opens internal Session-{}."; public static final String USER_OPENS_INTERNAL_SESSION_FAILED = "User {} opens internal Session failed."; public static final String USER_OPENS_INTERNAL_SESSION_FAILED_FMT = @@ -173,20 +159,15 @@ private DataNodeMiscMessages() {} // --------------------------------------------------------------------------- // protocol – AsyncTSStatusRPCHandler / AsyncConfigNodeTSStatusRPCHandler // --------------------------------------------------------------------------- - public static final String SUCCESSFULLY_ON_DATANODE = - "Successfully {} on DataNode: {}"; - public static final String FAILED_ON_DATANODE = - "Failed to {} on DataNode: {}, response: {}"; - public static final String SUCCESSFULLY_ON_CONFIG_NODE = - "Successfully {} on ConfigNode: {}"; - public static final String FAILED_ON_CONFIG_NODE = - "Failed to {} on ConfigNode: {}, response: {}"; + public static final String SUCCESSFULLY_ON_DATANODE = "Successfully {} on DataNode: {}"; + public static final String FAILED_ON_DATANODE = "Failed to {} on DataNode: {}, response: {}"; + public static final String SUCCESSFULLY_ON_CONFIG_NODE = "Successfully {} on ConfigNode: {}"; + public static final String FAILED_ON_CONFIG_NODE = "Failed to {} on ConfigNode: {}, response: {}"; // --------------------------------------------------------------------------- // protocol – AINodeClient // --------------------------------------------------------------------------- - public static final String AINODE_MAY_DOWN = - "The current AINode may have been down {}, because"; + public static final String AINODE_MAY_DOWN = "The current AINode may have been down {}, because"; public static final String CANNOT_CONNECT_ANY_AINODE = "Cannot connect to any AINode due to there are no available ones."; public static final String UNEXPECTED_INTERRUPTION_CONNECT_AINODE = @@ -195,8 +176,7 @@ private DataNodeMiscMessages() {} // --------------------------------------------------------------------------- // protocol – SessionManager // --------------------------------------------------------------------------- - public static final String LOGIN_STATUS = - "{}: Login status: {}. User : {}, opens Session-{}"; + public static final String LOGIN_STATUS = "{}: Login status: {}. User : {}, opens Session-{}"; public static final String CLIENT_TRYING_CLOSE_ANOTHER_SESSION = "The client-%s is trying to close another session %s, pls check if it's a bug"; public static final String SESSION_CLOSING = "Session-%s is closing"; @@ -217,10 +197,8 @@ private DataNodeMiscMessages() {} "Create Schema Region {} failed because {}"; public static final String CREATE_SCHEMA_REGION_FAILED_FMT = "Create Schema Region failed because of %s"; - public static final String SCHEMA_REGION_ALREADY_EXISTS_FMT = - "SchemaRegion %d already exists."; - public static final String CREATE_DATA_REGION_FAILED = - "Create Data Region {} failed because {}"; + public static final String SCHEMA_REGION_ALREADY_EXISTS_FMT = "SchemaRegion %d already exists."; + public static final String CREATE_DATA_REGION_FAILED = "Create Data Region {} failed because {}"; public static final String CREATE_DATA_REGION_FAILED_FMT = "Create Data Region failed because of %s"; public static final String DATA_REGION_ALREADY_EXISTS_FMT = "DataRegion %d already exists."; @@ -236,23 +214,19 @@ private DataNodeMiscMessages() {} // --------------------------------------------------------------------------- public static final String CONSENSUS_NOT_STARTED = "Consensus has not been started after {} seconds, rejecting region request"; - public static final String RECEIVE_FRAGMENT_INSTANCE = - "receive FragmentInstance to group[{}]"; + public static final String RECEIVE_FRAGMENT_INSTANCE = "receive FragmentInstance to group[{}]"; public static final String DESERIALIZE_CONSENSUS_GROUP_ID_FAILED = "Deserialize ConsensusGroupId failed. "; public static final String DESERIALIZE_FRAGMENT_INSTANCE_FAILED = "Deserialize FragmentInstance failed."; public static final String RECEIVE_LOAD_NODE = "Receive load node from uuid {}."; - public static final String SCHEMA_CACHE_INVALIDATED = - "Schema cache of {} has been invalidated"; - public static final String ERROR_PUSHING_PIPE_META = - "Error occurred when pushing pipe meta"; + public static final String SCHEMA_CACHE_INVALIDATED = "Schema cache of {} has been invalidated"; + public static final String ERROR_PUSHING_PIPE_META = "Error occurred when pushing pipe meta"; public static final String ERROR_PUSHING_SINGLE_PIPE_META = "Error occurred when pushing single pipe meta"; public static final String ERROR_PUSHING_MULTI_PIPE_META = "Error occurred when pushing multi pipe meta"; - public static final String ERROR_PUSHING_TOPIC_META = - "Error occurred when pushing topic meta"; + public static final String ERROR_PUSHING_TOPIC_META = "Error occurred when pushing topic meta"; public static final String ERROR_PUSHING_SINGLE_TOPIC_META = "Error occurred when pushing single topic meta"; public static final String ERROR_PUSHING_MULTI_TOPIC_META = @@ -273,8 +247,7 @@ private DataNodeMiscMessages() {} "Failed to get memory from metric because: "; public static final String CHANGE_REGION_LEADER = "[ChangeRegionLeader] {}"; public static final String REGION_TYPE_ILLEGAL = "region {} type is illegal"; - public static final String START_DISABLE_DATA_NODE = - "start disable data node in the request: {}"; + public static final String START_DISABLE_DATA_NODE = "start disable data node in the request: {}"; public static final String EXECUTE_STOP_AND_CLEAR = "Execute stopAndClearDataNode RPC method"; public static final String INTERRUPTED_STOP_AND_CLEAR = "Meets InterruptedException in stopAndClearDataNode RPC method"; @@ -333,13 +306,10 @@ private DataNodeMiscMessages() {} // --------------------------------------------------------------------------- // service – DataNode // --------------------------------------------------------------------------- - public static final String DATANODE_ENV_VARS = - "IoTDB-DataNode environment variables: {}"; - public static final String DATANODE_DEFAULT_CHARSET = - "IoTDB-DataNode default charset is: {}"; + public static final String DATANODE_ENV_VARS = "IoTDB-DataNode environment variables: {}"; + public static final String DATANODE_DEFAULT_CHARSET = "IoTDB-DataNode default charset is: {}"; public static final String STARTING_DATANODE = "Starting DataNode..."; - public static final String DATANODE_FIRST_START = - "DataNode is starting for the first time..."; + public static final String DATANODE_FIRST_START = "DataNode is starting for the first time..."; public static final String DATANODE_RESTARTING = "DataNode is restarting..."; public static final String IOTDB_CONFIGURATION = "IoTDB configuration: {}"; public static final String DATANODE_SETUP_SUCCESSFULLY = @@ -365,8 +335,7 @@ private DataNodeMiscMessages() {} "delete {} failed, because it does not exist."; public static final String SENDING_RESTART_REQUEST = "Sending restart request to ConfigNode-leader..."; - public static final String CLEANED_SORT_TEMP_DIR = - "Cleaned up stale sort temp directory: {}"; + public static final String CLEANED_SORT_TEMP_DIR = "Cleaned up stale sort temp directory: {}"; public static final String MEET_ERROR_STARTING_UP = "Meet error while starting up."; public static final String IOTDB_DATANODE_HAS_STARTED = "IoTDB DataNode has started."; public static final String SETTING_UP_DATANODE = "Setting up IoTDB DataNode..."; @@ -393,17 +362,14 @@ private DataNodeMiscMessages() {} "Interrupted when waiting for pipe to finish"; public static final String TIMED_OUT_WAITING_PIPES = "Timed out when waiting for pipes to finish, will break"; - public static final String FAILED_BORROW_CONFIG_NODE_CLIENT = - "Failed to borrow ConfigNodeClient"; + public static final String FAILED_BORROW_CONFIG_NODE_CLIENT = "Failed to borrow ConfigNodeClient"; public static final String FAILED_REPORT_SHUTDOWN = "Failed to report shutdown"; // --------------------------------------------------------------------------- // service – RegionMigrateService // --------------------------------------------------------------------------- - public static final String REGION_BEGIN_MIGRATING = - "Region {} is notified to begin migrating"; - public static final String REGION_FINISH_MIGRATING = - "Region {} is notified to finish migrating"; + public static final String REGION_BEGIN_MIGRATING = "Region {} is notified to begin migrating"; + public static final String REGION_FINISH_MIGRATING = "Region {} is notified to finish migrating"; public static final String RESET_PEER_LIST_FAIL = "reset peer list fail"; public static final String REGION_MIGRATE_SERVICE_START = "Region migrate service start"; public static final String REGION_MIGRATE_SERVICE_STOP = "Region migrate service stop"; @@ -459,12 +425,9 @@ private DataNodeMiscMessages() {} public static final String CHECKING_DIRECTORY = "Checking the No.{} directory {}"; public static final String WAL_FILE_NOT_EXIST = "Wal file doesn't exist, skipping"; public static final String WAL_CHECK_FAILED = "{} fails the check because"; - public static final String CHECK_FINISHED_NO_DAMAGED = - "Check finished. There is no damaged file"; - public static final String FAILED_FILES_FOUND = - "There are {} failed files. They are {}"; - public static final String NO_ENOUGH_ARGS = - "No enough args: require the walRootDirectory"; + public static final String CHECK_FINISHED_NO_DAMAGED = "Check finished. There is no damaged file"; + public static final String FAILED_FILES_FOUND = "There are {} failed files. They are {}"; + public static final String NO_ENOUGH_ARGS = "No enough args: require the walRootDirectory"; // --------------------------------------------------------------------------- // tools – TsFileSketchTool @@ -514,8 +477,7 @@ private DataNodeMiscMessages() {} // --------------------------------------------------------------------------- // tools – TsFileValidationScan / TsFileStatisticScan // --------------------------------------------------------------------------- - public static final String MEET_ERRORS_READING_FILE = - "Meet errors in reading file {} , skip it."; + public static final String MEET_ERRORS_READING_FILE = "Meet errors in reading file {} , skip it."; public static final String MEET_ERROR = "meet error."; // --------------------------------------------------------------------------- @@ -530,8 +492,7 @@ private DataNodeMiscMessages() {} // --------------------------------------------------------------------------- // tools – SchemaRegionSnapshotParser // --------------------------------------------------------------------------- - public static final String IOEXCEPTION_GET_FOLDER = - "ioexception when get {}'s folder"; + public static final String IOEXCEPTION_GET_FOLDER = "ioexception when get {}'s folder"; // --------------------------------------------------------------------------- // tools – SRStatementGenerator @@ -547,20 +508,16 @@ private DataNodeMiscMessages() {} public static final String CANNOT_FIND_TSFILE = "Cannot find TsFile : {}"; public static final String NOT_DIRECTORY_PATH = "It's not a directory path : {}"; public static final String CANNOT_FIND_DIRECTORY = "Cannot find Directory : {}"; - public static final String START_SETTLING_TSFILE = - "Start settling for tsFile : {}"; - public static final String FINISH_SETTLING_ALL = - "Finish settling all tsfiles Successfully!"; + public static final String START_SETTLING_TSFILE = "Start settling for tsFile : {}"; + public static final String FINISH_SETTLING_ALL = "Finish settling all tsfiles Successfully!"; public static final String FAIL_SERIALIZE_TSFILE_RESOURCE = "fail to serialize new tsfile resource."; - public static final String FAILED_DELETE_SETTLE_LOG = - "failed to delete settle log, log path:{}"; + public static final String FAILED_DELETE_SETTLE_LOG = "failed to delete settle log, log path:{}"; // --------------------------------------------------------------------------- // tools – TsFileSettleByCompactionTool // --------------------------------------------------------------------------- - public static final String PARSE_COMMAND_LINE_FAILED = - "Parse command line args failed: {}"; + public static final String PARSE_COMMAND_LINE_FAILED = "Parse command line args failed: {}"; public static final String ADD_SETTLE_COMPACTION_TASK_SUCCESS = "Add Settle Compaction Task Successfully"; public static final String ADD_SETTLE_COMPACTION_TASK_FAILED = @@ -574,21 +531,32 @@ private DataNodeMiscMessages() {} "No data directories provided. Please specify with --dirs ..."; public static final String VALIDATION_REPAIR_COMPLETED = "Validation and repair completed. Statistics:"; - public static final String SEPARATOR_LINE = "------------------------------------------------------"; + public static final String SEPARATOR_LINE = + "------------------------------------------------------"; public static final String IS_GENERATED_BY_PIPE_MARK = "isGeneratedByPipe mark: {}"; public static final String RESET_PROGRESS_INDEX = "resetProgressIndex: {}"; public static final String DATA_DIRECTORIES = "Data directories: "; public static final String INDENT_PATH = " {}"; - public static final String ERROR_VALIDATING_REPAIRING_RESOURCE = "Error validating or repairing resource {}: {}"; - public static final String ERROR_LOADING_RESOURCES_FROM_PARTITION = "Error loading resources from partition {}: {}"; - public static final String TIME_PARTITION_PROCESS_COMPLETED = "TimePartition {} has {} total resources, {} to set isGeneratedByPipe resources, {} to reset progressIndex resources, {} changed resources. Process completed."; - public static final String SKIPPED_RESOURCE_FILE_NOT_EXIST = "{} is skipped because resource file is not exist."; - public static final String REPAIRING_TSFILE_RESOURCE = "Repairing TsFileResource: {}, isGeneratedByPipe mark: {}, actual mark: {}"; - public static final String RESETTING_PROGRESS_INDEX_TO_MINIMUM = "Resetting TsFileResource:{} 's progressIndex to minimum, original progressIndex: {}"; - public static final String MARKED_TSFILE_RESOURCE_AS = "Marked TsFileResource as {} in resource: {}"; - public static final String RESET_PROGRESS_INDEX_TO_MINIMUM = "Reset TsFileResource:{} 's progressIndex to minimum."; - public static final String FAILED_TO_REPAIR_TSFILE_RESOURCE = "ERROR: Failed to repair TsFileResource: {}"; - public static final String TOTAL_TIME_TAKEN = "Total time taken: {} ms, total TsFile resources: {}, set isGeneratedByPipe resources: {}, reset progressIndex resources: {}, changed resources: {}"; + public static final String ERROR_VALIDATING_REPAIRING_RESOURCE = + "Error validating or repairing resource {}: {}"; + public static final String ERROR_LOADING_RESOURCES_FROM_PARTITION = + "Error loading resources from partition {}: {}"; + public static final String TIME_PARTITION_PROCESS_COMPLETED = + "TimePartition {} has {} total resources, {} to set isGeneratedByPipe resources, {} to reset progressIndex resources, {} changed resources. Process completed."; + public static final String SKIPPED_RESOURCE_FILE_NOT_EXIST = + "{} is skipped because resource file is not exist."; + public static final String REPAIRING_TSFILE_RESOURCE = + "Repairing TsFileResource: {}, isGeneratedByPipe mark: {}, actual mark: {}"; + public static final String RESETTING_PROGRESS_INDEX_TO_MINIMUM = + "Resetting TsFileResource:{} 's progressIndex to minimum, original progressIndex: {}"; + public static final String MARKED_TSFILE_RESOURCE_AS = + "Marked TsFileResource as {} in resource: {}"; + public static final String RESET_PROGRESS_INDEX_TO_MINIMUM = + "Reset TsFileResource:{} 's progressIndex to minimum."; + public static final String FAILED_TO_REPAIR_TSFILE_RESOURCE = + "ERROR: Failed to repair TsFileResource: {}"; + public static final String TOTAL_TIME_TAKEN = + "Total time taken: {} ms, total TsFile resources: {}, set isGeneratedByPipe resources: {}, reset progressIndex resources: {}, changed resources: {}"; // --------------------------------------------------------------------------- // tools – DelayAnalyzer @@ -598,18 +566,15 @@ private DataNodeMiscMessages() {} // --------------------------------------------------------------------------- // utils – DataNodeObjectFileService // --------------------------------------------------------------------------- - public static final String FAILED_REMOVE_OBJECT_FILE = - "Failed to remove object file {}"; + public static final String FAILED_REMOVE_OBJECT_FILE = "Failed to remove object file {}"; public static final String FAILED_REMOVE_EMPTY_OBJECT_DIR = "Failed to remove empty object dir {}"; - public static final String REMOVE_OBJECT_FILE = - "Remove object file {}, size is {}(byte)"; + public static final String REMOVE_OBJECT_FILE = "Remove object file {}, size is {}(byte)"; // --------------------------------------------------------------------------- // utils – OpenFileNumUtil // --------------------------------------------------------------------------- - public static final String CANNOT_GET_PID = - "Cannot get PID of IoTDB process because "; + public static final String CANNOT_GET_PID = "Cannot get PID of IoTDB process because "; public static final String UNSUPPORTED_OS_GET_PID = "Unsupported OS {} for OpenFileNumUtil to get the PID of IoTDB."; public static final String CANNOT_GET_OPEN_FILE_NUMBER = @@ -623,8 +588,7 @@ private DataNodeMiscMessages() {} // --------------------------------------------------------------------------- // utils – ErrorHandlingUtils // --------------------------------------------------------------------------- - public static final String ERROR_OPERATION_LOG = - "Status code: {}, operation: {} failed"; + public static final String ERROR_OPERATION_LOG = "Status code: {}, operation: {} failed"; // --------------------------------------------------------------------------- // utils – CommonUtils @@ -637,22 +601,17 @@ private DataNodeMiscMessages() {} public static final String UNSUPPORTED_DATA_TYPE = "Unsupported data type: "; public static final String AGGREGATE_FUNCTION_NAME_NULL = "AggregateFunction Name must not be null"; - public static final String INVALID_AGGREGATION_FUNCTION = - "Invalid Aggregation function: "; - public static final String INVALID_AGGREGATION_FUNCTION_FMT = - "Invalid Aggregation function: %s"; - public static final String SCALAR_FUNCTION_NAME_NULL = - "ScalarFunction Name must not be null."; + public static final String INVALID_AGGREGATION_FUNCTION = "Invalid Aggregation function: "; + public static final String INVALID_AGGREGATION_FUNCTION_FMT = "Invalid Aggregation function: %s"; + public static final String SCALAR_FUNCTION_NAME_NULL = "ScalarFunction Name must not be null."; public static final String DELETE_CURSOR_SIZE_ERROR = "deleteCursor should be an array whose size is 1"; // --------------------------------------------------------------------------- // utils – ThreadUtils // --------------------------------------------------------------------------- - public static final String WAITING_TERMINATED_TIMEOUT = - "Waiting {} to be terminated is timeout"; - public static final String POOL_NOT_EXIT_AFTER_TIMEOUT = - "{} still doesn't exit after 60s"; + public static final String WAITING_TERMINATED_TIMEOUT = "Waiting {} to be terminated is timeout"; + public static final String POOL_NOT_EXIT_AFTER_TIMEOUT = "{} still doesn't exit after 60s"; // --------------------------------------------------------------------------- // utils – WindowEvaluationTaskPoolManager @@ -674,8 +633,7 @@ private DataNodeMiscMessages() {} public static final String SCHEMA_DIR_CREATED = " {} dir has been created."; public static final String IOTDB_VERSION_TOO_OLD = "IoTDB version is too old"; public static final String REPAIR_SYSTEM_PROPERTIES = "repair system.properties, lack {}"; - public static final String UNEXPECTED_CONSENSUS_GROUP_TYPE = - "Unexpected consensus group type"; + public static final String UNEXPECTED_CONSENSUS_GROUP_TYPE = "Unexpected consensus group type"; public static final String ENCRYPT_MAGIC_STRING_NOT_MATCHED = "encrypt_magic_string is not matched"; @@ -701,8 +659,7 @@ private DataNodeMiscMessages() {} "page_size is greater than group size, will set it as the same with group size"; public static final String MQTT_HOST_NOT_CONFIGURED = "MQTT host is not configured, will use dn_rpc_address."; - public static final String FAILED_PARSE_TRUSTED_URI = - "Failed to parse trusted_uri_pattern {}"; + public static final String FAILED_PARSE_TRUSTED_URI = "Failed to parse trusted_uri_pattern {}"; public static final String FAILED_GET_FILE_SIZE = "Failed to get file size of {}, because"; public static final String SET_DELAY_ANALYZER_WINDOW_SIZE = "[DelayAnalyzer] Set delay_analyzer_window_size to {}"; @@ -730,8 +687,7 @@ private DataNodeMiscMessages() {} // --------------------------------------------------------------------------- // conf – DataNodeStartupCheck // --------------------------------------------------------------------------- - public static final String PORTS_HAVE_REPEAT = - "ports used in datanode have repeat."; + public static final String PORTS_HAVE_REPEAT = "ports used in datanode have repeat."; // --------------------------------------------------------------------------- // conf – REST service @@ -739,8 +695,7 @@ private DataNodeMiscMessages() {} public static final String REST_COULD_NOT_LOAD_CONFIG = "Couldn't load the REST Service configuration from any of the known sources."; public static final String REST_START_READ_CONFIG = "Start to read config file {}"; - public static final String REST_FAIL_FIND_CONFIG = - "REST service fail to find config file {}"; + public static final String REST_FAIL_FIND_CONFIG = "REST service fail to find config file {}"; public static final String REST_CANNOT_LOAD_CONFIG = "REST service cannot load config file, use default configuration"; public static final String REST_INCORRECT_FORMAT = @@ -827,8 +782,7 @@ private DataNodeMiscMessages() {} // --------------------------------------------------------------------------- // subscription – SubscriptionTopicAgent // --------------------------------------------------------------------------- - public static final String EXCEPTION_DROPPING_TOPIC = - "Exception occurred when dropping topic {}"; + public static final String EXCEPTION_DROPPING_TOPIC = "Exception occurred when dropping topic {}"; // --------------------------------------------------------------------------- // subscription – SubscriptionEvent @@ -872,8 +826,7 @@ private DataNodeMiscMessages() {} // --------------------------------------------------------------------------- // consensus – BaseStateMachine // --------------------------------------------------------------------------- - public static final String UNEXPECTED_CONSENSUS_REQUEST = - "Unexpected IConsensusRequest : {}"; + public static final String UNEXPECTED_CONSENSUS_REQUEST = "Unexpected IConsensusRequest : {}"; public static final String UNEXPECTED_CONSENSUS_REQUEST_EXCEPTION = "Unexpected IConsensusRequest!"; @@ -894,8 +847,7 @@ private DataNodeMiscMessages() {} // --------------------------------------------------------------------------- // consensus – DataExecutionVisitor // --------------------------------------------------------------------------- - public static final String ERROR_EXECUTING_PLAN_NODE = - "Error in executing plan node: {}"; + public static final String ERROR_EXECUTING_PLAN_NODE = "Error in executing plan node: {}"; public static final String ERROR_EXECUTING_PLAN_NODE_CAUSED = "Error in executing plan node: {}, caused by {}"; public static final String REJECT_EXECUTING_PLAN_NODE = @@ -929,17 +881,14 @@ private DataNodeMiscMessages() {} "User-level login attempts disabled (set to {})"; public static final String IP_LOCKED = "IP '{}' locked for user ID '{}'"; public static final String USER_UNLOCKED_MANUAL = "User ID '{}' unlocked (manual)"; - public static final String IP_UNLOCKED_MANUAL = - "IP '{}' for user ID '{}' unlocked (manual)"; + public static final String IP_UNLOCKED_MANUAL = "IP '{}' for user ID '{}' unlocked (manual)"; public static final String USER_UNLOCKED_EXPIRED = "User ID '{}' unlocked (expired)"; - public static final String IP_UNLOCKED_EXPIRED = - "IP '{}' for user ID '{}' unlocked (expired)"; + public static final String IP_UNLOCKED_EXPIRED = "IP '{}' for user ID '{}' unlocked (expired)"; public static final String IP_LOCKED_MULTIPLE_USERS = "IP '{}' locked by {} different users → potential attack"; public static final String USER_MULTIPLE_IP_LOCKS = "User ID '{}' has {} IP locks → potential attack"; - public static final String FAILED_CHECK_IP_UP = - "Failed to check if IP address={} is up"; + public static final String FAILED_CHECK_IP_UP = "Failed to check if IP address={} is up"; // --------------------------------------------------------------------------- // auth – ClusterAuthorityFetcher @@ -968,8 +917,7 @@ private DataNodeMiscMessages() {} // --------------------------------------------------------------------------- // trigger – TriggerFireVisitor // --------------------------------------------------------------------------- - public static final String TRIGGER_INTERRUPTED_SLEEP = - "{} interrupted when sleep"; + public static final String TRIGGER_INTERRUPTED_SLEEP = "{} interrupted when sleep"; // --------------------------------------------------------------------------- // trigger – TriggerClassLoaderManager / TriggerClassLoader @@ -979,36 +927,49 @@ private DataNodeMiscMessages() {} // --------------------------------------------------------------------------- // trigger – TriggerManagementService // --------------------------------------------------------------------------- - public static final String ERROR_READING_MD5 = - "Error occurred when trying to read md5 of {}"; + public static final String ERROR_READING_MD5 = "Error occurred when trying to read md5 of {}"; // --------------------------------------------------------------------------- // partition – DataPartitionTableGenerator // --------------------------------------------------------------------------- - public static final String TASK_ALREADY_STARTED = - "Task is already started or completed"; + public static final String TASK_ALREADY_STARTED = "Task is already started or completed"; public static final String FROM_CONFIG_NODE = "' from config node.'"; public static final String IS_NOT_SUPPORTED = "' is not supported'"; - public static final String CANNOT_SSL_HANDSHAKE_WITH_CN_LEADER = "Cannot SSL Handshake with ConfigNode-leader."; + public static final String CANNOT_SSL_HANDSHAKE_WITH_CN_LEADER = + "Cannot SSL Handshake with ConfigNode-leader."; public static final String CANNOT_CONNECT_TO_CN_LEADER = "Cannot connect to ConfigNode-leader."; - public static final String CAPACITY_LARGER_THAN_INITIAL_PERMITS = "Capacity should be larger than initial permits."; + public static final String CAPACITY_LARGER_THAN_INITIAL_PERMITS = + "Capacity should be larger than initial permits."; public static final String CURRENT_TV_LIST_NOT_SORTED = "Current TVList is not sorted"; - public static final String DN_CLIENT_NOT_SUPPORT_ADD_CONSENSUS_GROUP = "DataNode to ConfigNode client doesn't support addConsensusGroup."; - public static final String DN_CLIENT_NOT_SUPPORT_GET_HEARTBEAT = "DataNode to ConfigNode client doesn't support getConfigNodeHeartBeat."; - public static final String DN_CLIENT_NOT_SUPPORT_NOTIFY_REGISTER = "DataNode to ConfigNode client doesn't support notifyRegisterSuccess."; - public static final String DN_CLIENT_NOT_SUPPORT_REGISTER_CN = "DataNode to ConfigNode client doesn't support registerConfigNode."; - public static final String DN_CLIENT_NOT_SUPPORT_REMOVE_CONSENSUS_GROUP = "DataNode to ConfigNode client doesn't support removeConsensusGroup."; - public static final String DN_CLIENT_NOT_SUPPORT_REPORT_SHUTDOWN = "DataNode to ConfigNode client doesn't support reportConfigNodeShutdown."; - public static final String DN_CLIENT_NOT_SUPPORT_SET_STATUS = "DataNode to ConfigNode client doesn't support setDataNodeStatus."; - public static final String DN_CLIENT_NOT_SUPPORT_STOP_AND_CLEAR = "DataNode to ConfigNode client doesn't support stopAndClearConfigNode."; - public static final String ERROR_OCCURRED_DURING_CREATING_DIR = "Error occurred during creating directory "; + public static final String DN_CLIENT_NOT_SUPPORT_ADD_CONSENSUS_GROUP = + "DataNode to ConfigNode client doesn't support addConsensusGroup."; + public static final String DN_CLIENT_NOT_SUPPORT_GET_HEARTBEAT = + "DataNode to ConfigNode client doesn't support getConfigNodeHeartBeat."; + public static final String DN_CLIENT_NOT_SUPPORT_NOTIFY_REGISTER = + "DataNode to ConfigNode client doesn't support notifyRegisterSuccess."; + public static final String DN_CLIENT_NOT_SUPPORT_REGISTER_CN = + "DataNode to ConfigNode client doesn't support registerConfigNode."; + public static final String DN_CLIENT_NOT_SUPPORT_REMOVE_CONSENSUS_GROUP = + "DataNode to ConfigNode client doesn't support removeConsensusGroup."; + public static final String DN_CLIENT_NOT_SUPPORT_REPORT_SHUTDOWN = + "DataNode to ConfigNode client doesn't support reportConfigNodeShutdown."; + public static final String DN_CLIENT_NOT_SUPPORT_SET_STATUS = + "DataNode to ConfigNode client doesn't support setDataNodeStatus."; + public static final String DN_CLIENT_NOT_SUPPORT_STOP_AND_CLEAR = + "DataNode to ConfigNode client doesn't support stopAndClearConfigNode."; + public static final String ERROR_OCCURRED_DURING_CREATING_DIR = + "Error occurred during creating directory "; public static final String EXPECTING_NON_EMPTY_STRING_FOR = "Expecting a non-empty string for "; - public static final String FAILED_TO_CONSTRUCT_PIPE_SINK = "Failed to construct PipeSink, because of "; + public static final String FAILED_TO_CONSTRUCT_PIPE_SINK = + "Failed to construct PipeSink, because of "; public static final String FAILED_TO_GET_UDF_JAR = "Failed to get UDF jar from config node."; - public static final String FAILED_TO_GET_CONSUMER_GROUP_META = "Failed to get consumer group meta from config node."; - public static final String FAILED_TO_GET_TOPIC_META = "Failed to get topic meta from config node."; - public static final String FAILED_TO_GET_TRIGGER_JAR = "Failed to get trigger jar from config node."; + public static final String FAILED_TO_GET_CONSUMER_GROUP_META = + "Failed to get consumer group meta from config node."; + public static final String FAILED_TO_GET_TOPIC_META = + "Failed to get topic meta from config node."; + public static final String FAILED_TO_GET_TRIGGER_JAR = + "Failed to get trigger jar from config node."; public static final String FETCH_SCHEMA_FAILED = "Fetch Schema failed. "; public static final String INDEX_BELOW_START_POSITION = "Index below startPosition: "; public static final String INDEX_EXCEEDS_END_POSITION = "Index exceeds endPosition: "; @@ -1017,7 +978,8 @@ private DataNodeMiscMessages() {} public static final String INVALID_PUSH_MULTI_TOPIC_META_REQ = "Invalid TPushMultiTopicMetaReq"; public static final String INVALID_PUSH_SINGLE_PIPE_META_REQ = "Invalid TPushSinglePipeMetaReq"; public static final String INVALID_PARAM = "Invalid param"; - public static final String INVALID_PARAMETERS_CHECK_USER_GUIDE = "Invalid parameters. Please check the user guide."; + public static final String INVALID_PARAMETERS_CHECK_USER_GUIDE = + "Invalid parameters. Please check the user guide."; public static final String AGGREGATE_MIN_MAX_VALUE_ONLY_SUPPORT_ALLOWED_TYPES = "Aggregate functions [MIN_VALUE, MAX_VALUE] only support data types [INT32, INT64, FLOAT, DOUBLE, STRING, DATE, TIMESTAMP]"; public static final String AGGREGATE_AVG_SUM_STDDEV_ONLY_SUPPORT_NUMERIC_TYPES = @@ -1035,23 +997,28 @@ private DataNodeMiscMessages() {} public static final String DATABASE_NAME_IS_TREE_MODEL_DATABASE = "The database name %s is a tree model database, which is not allowed to set in the client session."; public static final String INVALID_REQUEST = "Invalid request "; - public static final String PREPARED_STMT_NOT_SUPPORTED_FOR_TREE = "PreparedStatement is not supported for Tree model"; - public static final String FILE_LENGTH_LARGER_THAN_MAX = "The file length is larger than max_object_file_size_in_bytes"; + public static final String PREPARED_STMT_NOT_SUPPORTED_FOR_TREE = + "PreparedStatement is not supported for Tree model"; + public static final String FILE_LENGTH_LARGER_THAN_MAX = + "The file length is larger than max_object_file_size_in_bytes"; public static final String UNKNOWN_CONSENSUS_GROUP_TYPE = "Unknown consensus group type: "; public static final String UNKNOWN_DATA_TYPE = "Unknown data type: "; public static final String UNKNOWN_PARAMETER_TYPE = "Unknown parameter type: "; public static final String UNKNOWN_SQL_DIALECT = "Unknown sql_dialect: "; public static final String UNRECOGNIZED_MNODE_TYPE = "Unrecognized MNode type"; public static final String UNRECOGNIZED_DATATYPE = "Unrecognized datatype: "; - public static final String UNSUPPORTED_COLUMN_GENERATOR_TYPE = "Unsupported ColumnGeneratorType: "; - public static final String UNSUPPORTED_TRIGGER_FIRE_RESULT_TYPE = "Unsupported TriggerFireResult Type"; + public static final String UNSUPPORTED_COLUMN_GENERATOR_TYPE = + "Unsupported ColumnGeneratorType: "; + public static final String UNSUPPORTED_TRIGGER_FIRE_RESULT_TYPE = + "Unsupported TriggerFireResult Type"; public static final String UTILITY_CLASS = "Utility class"; public static final String APPEND_SIZE_MUST_BE_POSITIVE = "appendSize must be positive"; public static final String BLOCKS_SHOULD_NEVER_BE_ZERO = "blocks should never be zero."; public static final String END_INDEX_MUST_BE_GE_START_INDEX = "endIndex must be >= startIndex"; public static final String ERROR_CODE = "error code: "; public static final String NULL_RESPONSE_WHEN_SERIALIZING = "null response when serializing"; - public static final String OBJECT_STORAGE_NOT_SUPPORTED_YET = "object storage is not supported yet"; + public static final String OBJECT_STORAGE_NOT_SUPPORTED_YET = + "object storage is not supported yet"; public static final String REGISTERED_TASK_COUNT_LT_ZERO = "registeredTaskCount < 0"; public static final String REGISTERED_TASK_COUNT_LE_ZERO = "registeredTaskCount <= 0"; public static final String REQUEST_TYPE_NOT_SUPPORTED = "request type is not supported: "; @@ -1087,36 +1054,45 @@ private DataNodeMiscMessages() {} // --------------------------------------------------------------------------- // Additional log messages // --------------------------------------------------------------------------- - public static final String MISC_LOG_DELAYANALYZER_CALCULATED_SAFE_WATERMARK_CURRENTTIME_P_DELAY_74E1214C = - "[DelayAnalyzer] Calculated safe watermark: {} (currentTime: {}, P{} delay: {}ms)"; - public static final String MISC_LOG_LOGIN_LOCK_MANAGER_INITIALIZED_WITH_IP_LEVEL_ATTEMPTS_USER_57AE7966 = - "Login lock manager initialized with: IP-level attempts={}, User-level attempts={}, Lock " - + "time={} minutes"; + public static final String + MISC_LOG_DELAYANALYZER_CALCULATED_SAFE_WATERMARK_CURRENTTIME_P_DELAY_74E1214C = + "[DelayAnalyzer] Calculated safe watermark: {} (currentTime: {}, P{} delay: {}ms)"; + public static final String + MISC_LOG_LOGIN_LOCK_MANAGER_INITIALIZED_WITH_IP_LEVEL_ATTEMPTS_USER_57AE7966 = + "Login lock manager initialized with: IP-level attempts={}, User-level attempts={}, Lock " + + "time={} minutes"; public static final String MISC_LOG_USER_ID_LOCKED_DUE_TO_FAILED_ATTEMPTS_743CFB3A = "User ID '{}' locked due to {} failed attempts"; - public static final String MISC_LOG_USER_LEVEL_ATTEMPTS_AUTO_ENABLED_WITH_DEFAULT_1000_BECAUSE_FAB86B7D = - "User-level attempts auto-enabled with default 1000 because IP-level is enabled (set to {})"; + public static final String + MISC_LOG_USER_LEVEL_ATTEMPTS_AUTO_ENABLED_WITH_DEFAULT_1000_BECAUSE_FAB86B7D = + "User-level attempts auto-enabled with default 1000 because IP-level is enabled (set to {})"; public static final String MISC_LOG_INVALID_LOCK_TIME_VALUE_RESET_TO_DEFAULT_10_MINUTES_8DCE21EF = "Invalid lock time value ({}), reset to default (10 minutes)"; public static final String MISC_LOG_SUCCESSFULLY_WAITED_FOR_PIPE_TO_FINISH_FBDF5157 = "Successfully waited for pipe {} to finish."; public static final String MISC_LOG_DATANODE_EXITS_JVM_MEMORY_USAGE_BE69D1F5 = "DataNode exits. Jvm memory usage: {}"; - public static final String MISC_LOG_FAILED_TO_REPORT_DATANODE_S_SHUTDOWN_TO_CONFIGNODE_THE_CLUSTER_E6727497 = - "Failed to report DataNode's shutdown to ConfigNode. The cluster will still take the current " - + "DataNode as Running for a few seconds."; - public static final String MISC_LOG_SOMETHING_WRONG_HAPPENED_WHILE_CALLING_CONSENSUS_LAYER_S_8B8FBB16 = - "Something wrong happened while calling consensus layer's triggerSnapshot API."; - public static final String MISC_LOG_THE_ADDREGIONPEERTASK_HAS_ALREADY_BEEN_SUBMITTED_AND_WILL_4D398F73 = - "{} The AddRegionPeerTask {} has already been submitted and will not be submitted again."; - public static final String MISC_LOG_THE_REMOVEREGIONPEER_HAS_ALREADY_BEEN_SUBMITTED_AND_WILL_6754D9FB = - "{} The RemoveRegionPeer {} has already been submitted and will not be submitted again."; - public static final String MISC_LOG_THE_DELETEOLDREGIONPEERTASK_HAS_ALREADY_BEEN_SUBMITTED_AND_75815D37 = - "{} The DeleteOldRegionPeerTask {} has already been submitted and will not be submitted " - + "again."; - public static final String MISC_LOG_RESET_PEER_LIST_FAIL_THIS_DATANODE_NOT_CONTAINS_PEER_OF_6539945C = - "Reset peer list fail, this DataNode not contains peer of consensus group {}. Maybe caused " - + "by create local peer failure."; + public static final String + MISC_LOG_FAILED_TO_REPORT_DATANODE_S_SHUTDOWN_TO_CONFIGNODE_THE_CLUSTER_E6727497 = + "Failed to report DataNode's shutdown to ConfigNode. The cluster will still take the current " + + "DataNode as Running for a few seconds."; + public static final String + MISC_LOG_SOMETHING_WRONG_HAPPENED_WHILE_CALLING_CONSENSUS_LAYER_S_8B8FBB16 = + "Something wrong happened while calling consensus layer's triggerSnapshot API."; + public static final String + MISC_LOG_THE_ADDREGIONPEERTASK_HAS_ALREADY_BEEN_SUBMITTED_AND_WILL_4D398F73 = + "{} The AddRegionPeerTask {} has already been submitted and will not be submitted again."; + public static final String + MISC_LOG_THE_REMOVEREGIONPEER_HAS_ALREADY_BEEN_SUBMITTED_AND_WILL_6754D9FB = + "{} The RemoveRegionPeer {} has already been submitted and will not be submitted again."; + public static final String + MISC_LOG_THE_DELETEOLDREGIONPEERTASK_HAS_ALREADY_BEEN_SUBMITTED_AND_75815D37 = + "{} The DeleteOldRegionPeerTask {} has already been submitted and will not be submitted " + + "again."; + public static final String + MISC_LOG_RESET_PEER_LIST_FAIL_THIS_DATANODE_NOT_CONTAINS_PEER_OF_6539945C = + "Reset peer list fail, this DataNode not contains peer of consensus group {}. Maybe caused " + + "by create local peer failure."; public static final String MISC_LOG_SUBMIT_ADDREGIONPEERTASK_ERROR_FOR_REGION_4E999BA9 = "{}, Submit AddRegionPeerTask error for Region: {}"; public static final String MISC_LOG_SUBMIT_REMOVEREGIONPEER_TASK_ERROR_FOR_REGION_200E7F68 = @@ -1124,64 +1100,86 @@ private DataNodeMiscMessages() {} public static final String MISC_LOG_SUBMIT_DELETEOLDREGIONPEERTASK_ERROR_FOR_REGION_460C308A = "{}, Submit DeleteOldRegionPeerTask error for Region: {}"; public static final String MISC_LOG_GET_TRIGGER_EXECUTOR_1727D243 = "get trigger executor: {}"; - public static final String MISC_LOG_SUCCESSFULLY_PULL_SYSTEM_CONFIGURATIONS_FROM_CONFIGNODE_C8E04BF8 = - "Successfully pull system configurations from ConfigNode-leader, which takes {} ms"; + public static final String + MISC_LOG_SUCCESSFULLY_PULL_SYSTEM_CONFIGURATIONS_FROM_CONFIGNODE_C8E04BF8 = + "Successfully pull system configurations from ConfigNode-leader, which takes {} ms"; public static final String MISC_LOG_SUCCESSFULLY_REGISTER_TO_THE_CLUSTER_WHICH_TAKES_MS_ED479CA7 = "Successfully register to the cluster: {} , which takes {} ms."; - public static final String MISC_LOG_RESTART_REQUEST_TO_CLUSTER_IS_ACCEPTED_WHICH_TAKES_MS_E8305E02 = - "Restart request to cluster: {} is accepted, which takes {} ms."; - public static final String MISC_LOG_SCHEMAREGION_CONSENSUS_START_SUCCESSFULLY_WHICH_TAKES_MS_3D1B8523 = - "SchemaRegion consensus start successfully, which takes {} ms."; - public static final String MISC_LOG_DATAREGION_CONSENSUS_START_SUCCESSFULLY_WHICH_TAKES_MS_2B2DB4CB = - "DataRegion consensus start successfully, which takes {} ms."; - public static final String MISC_LOG_IOTDB_DATANODE_IS_SETTING_UP_SOME_DATABASES_MAY_NOT_BE_READY_961523F0 = - "IoTDB DataNode is setting up, some databases may not be ready now, please wait several " - + "seconds..."; - public static final String MISC_LOG_SUCCESSFULLY_REGISTERED_ALL_THE_TRIGGERS_WHICH_TAKES_MS_246178BB = - "successfully registered all the triggers, which takes {} ms."; - public static final String MISC_LOG_PREPARE_EXTERNAL_SERVICE_RESOURCES_SUCCESSFULLY_WHICH_TAKES_00E62CB0 = - "Prepare external-service resources successfully, which takes {} ms."; - public static final String MISC_LOG_CANNOT_SEND_RESTART_REQUEST_TO_THE_CONFIGNODE_LEADER_BECAUSE_AB17D41A = - "Cannot send restart request to the ConfigNode-leader, because: {}"; - public static final String MISC_LOG_CANNOT_PULL_SYSTEM_CONFIGURATIONS_FROM_CONFIGNODE_LEADER_FE630DAE = - "Cannot pull system configurations from ConfigNode-leader after {} retries."; - public static final String MISC_LOG_CANNOT_SEND_RESTART_DATANODE_REQUEST_TO_CONFIGNODE_LEADER_4F50C19F = - "Cannot send restart DataNode request to ConfigNode-leader after {} retries."; + public static final String + MISC_LOG_RESTART_REQUEST_TO_CLUSTER_IS_ACCEPTED_WHICH_TAKES_MS_E8305E02 = + "Restart request to cluster: {} is accepted, which takes {} ms."; + public static final String + MISC_LOG_SCHEMAREGION_CONSENSUS_START_SUCCESSFULLY_WHICH_TAKES_MS_3D1B8523 = + "SchemaRegion consensus start successfully, which takes {} ms."; + public static final String + MISC_LOG_DATAREGION_CONSENSUS_START_SUCCESSFULLY_WHICH_TAKES_MS_2B2DB4CB = + "DataRegion consensus start successfully, which takes {} ms."; + public static final String + MISC_LOG_IOTDB_DATANODE_IS_SETTING_UP_SOME_DATABASES_MAY_NOT_BE_READY_961523F0 = + "IoTDB DataNode is setting up, some databases may not be ready now, please wait several " + + "seconds..."; + public static final String + MISC_LOG_SUCCESSFULLY_REGISTERED_ALL_THE_TRIGGERS_WHICH_TAKES_MS_246178BB = + "successfully registered all the triggers, which takes {} ms."; + public static final String + MISC_LOG_PREPARE_EXTERNAL_SERVICE_RESOURCES_SUCCESSFULLY_WHICH_TAKES_00E62CB0 = + "Prepare external-service resources successfully, which takes {} ms."; + public static final String + MISC_LOG_CANNOT_SEND_RESTART_REQUEST_TO_THE_CONFIGNODE_LEADER_BECAUSE_AB17D41A = + "Cannot send restart request to the ConfigNode-leader, because: {}"; + public static final String + MISC_LOG_CANNOT_PULL_SYSTEM_CONFIGURATIONS_FROM_CONFIGNODE_LEADER_FE630DAE = + "Cannot pull system configurations from ConfigNode-leader after {} retries."; + public static final String + MISC_LOG_CANNOT_SEND_RESTART_DATANODE_REQUEST_TO_CONFIGNODE_LEADER_4F50C19F = + "Cannot send restart DataNode request to ConfigNode-leader after {} retries."; public static final String MISC_LOG_TOTALLY_FIND_TSFILES_TO_BE_SETTLED_DB47A63C = "Totally find {} tsFiles to be settled."; public static final String MISC_LOG_SYSTEM_PROPERTIES_FILE_HAS_BEEN_MOVED_SUCCESSFULLY_4445A448 = "system.properties file has been moved successfully: {} -> {}"; - public static final String MISC_LOG_SERIALIZE_MUTABLE_SYSTEM_PROPERTIES_SUCCESSFULLY_WHICH_TAKES_4656A206 = - "Serialize mutable system properties successfully, which takes {} ms."; - public static final String MISC_LOG_SYSTEMPROPERTIES_NORMALIZE_FROM_TO_FOR_COMPATIBILITY_BE1C725F = - "[SystemProperties] Normalize {} from {} to {} for compatibility."; - public static final String MISC_LOG_DO_NOT_UPGRADE_IOTDB_FROM_V0_9_OR_LOWER_VERSION_TO_V1_0_9878EC88 = - "DO NOT UPGRADE IoTDB from v0.9 or lower version to v1.0! Please upgrade to v0.10 first"; - public static final String MISC_LOG_CANNOT_FIND_IOTDB_HOME_OR_IOTDB_CONF_ENVIRONMENT_VARIABLE_BE01B2FE = - "Cannot find IOTDB_HOME or IOTDB_CONF environment variable when loading config file {}, use " - + "default configuration"; - public static final String MISC_LOG_COULDN_T_LOAD_THE_CONFIGURATION_FROM_ANY_OF_THE_KNOWN_SOURCES_EE3ED103 = - "Couldn't load the configuration {} from any of the known sources."; - public static final String MISC_LOG_THE_PARAMETER_DN_MAX_CONNECTION_FOR_INTERNAL_SERVICE_IS_D2F24BEB = - "The parameter dn_max_connection_for_internal_service is out of date. Please rename it to " - + "dn_max_client_count_for_each_node_in_client_manager."; - public static final String MISC_LOG_PARTITION_TABLE_RECOVER_WORKER_NUM_SHOULD_BE_GREATER_THAN_74A2512B = - "partition_table_recover_worker_num should be greater than 0, but current value is {}, " - + "ignore that and use the default value {}"; + public static final String + MISC_LOG_SERIALIZE_MUTABLE_SYSTEM_PROPERTIES_SUCCESSFULLY_WHICH_TAKES_4656A206 = + "Serialize mutable system properties successfully, which takes {} ms."; + public static final String + MISC_LOG_SYSTEMPROPERTIES_NORMALIZE_FROM_TO_FOR_COMPATIBILITY_BE1C725F = + "[SystemProperties] Normalize {} from {} to {} for compatibility."; + public static final String + MISC_LOG_DO_NOT_UPGRADE_IOTDB_FROM_V0_9_OR_LOWER_VERSION_TO_V1_0_9878EC88 = + "DO NOT UPGRADE IoTDB from v0.9 or lower version to v1.0! Please upgrade to v0.10 first"; + public static final String + MISC_LOG_CANNOT_FIND_IOTDB_HOME_OR_IOTDB_CONF_ENVIRONMENT_VARIABLE_BE01B2FE = + "Cannot find IOTDB_HOME or IOTDB_CONF environment variable when loading config file {}, use " + + "default configuration"; + public static final String + MISC_LOG_COULDN_T_LOAD_THE_CONFIGURATION_FROM_ANY_OF_THE_KNOWN_SOURCES_EE3ED103 = + "Couldn't load the configuration {} from any of the known sources."; + public static final String + MISC_LOG_THE_PARAMETER_DN_MAX_CONNECTION_FOR_INTERNAL_SERVICE_IS_D2F24BEB = + "The parameter dn_max_connection_for_internal_service is out of date. Please rename it to " + + "dn_max_client_count_for_each_node_in_client_manager."; + public static final String + MISC_LOG_PARTITION_TABLE_RECOVER_WORKER_NUM_SHOULD_BE_GREATER_THAN_74A2512B = + "partition_table_recover_worker_num should be greater than 0, but current value is {}, " + + "ignore that and use the default value {}"; public static final String MISC_LOG_PARTITION_TABLE_RECOVER_MAX_READ_MB_PER_SEC_SHOULD_42BCDFBC = "partition_table_recover_max_read_mb_per_sec should be greater than 0, but current " + "value is {}, ignore that and use the default value {}"; - public static final String MISC_LOG_THE_THROTTLE_THRESHOLD_PARAMS_IS_DEPRECATED_PLEASE_USE_AA0E8EC7 = - "The throttle threshold params: {} is deprecated, please use {}"; - public static final String MISC_LOG_FAILED_TO_PARSE_QUERY_SAMPLE_THROUGHPUT_BYTES_PER_SEC_TO_00144244 = - "Failed to parse query_sample_throughput_bytes_per_sec {} to integer"; - public static final String MISC_LOG_THE_PARAMETER_DN_TARGET_CONFIG_NODE_LIST_HAS_BEEN_ABANDONED_6C0DE50B = - "The parameter dn_target_config_node_list has been abandoned, only the first ConfigNode " - + "address will be used to join in the cluster. Please use dn_seed_config_node instead."; - public static final String MISC_LOG_FAILED_TO_RELOAD_PROPERTIES_FROM_REJECT_DATANODE_STARTUP_74E66EEC = - "Failed to reload properties from {}, reject DataNode startup."; - public static final String MISC_LOG_CONFIGNODES_ARE_SET_IN_WRONG_FORMAT_PLEASE_SET_THEM_LIKE_18E97679 = - "ConfigNodes are set in wrong format, please set them like 127.0.0.1:10710"; + public static final String + MISC_LOG_THE_THROTTLE_THRESHOLD_PARAMS_IS_DEPRECATED_PLEASE_USE_AA0E8EC7 = + "The throttle threshold params: {} is deprecated, please use {}"; + public static final String + MISC_LOG_FAILED_TO_PARSE_QUERY_SAMPLE_THROUGHPUT_BYTES_PER_SEC_TO_00144244 = + "Failed to parse query_sample_throughput_bytes_per_sec {} to integer"; + public static final String + MISC_LOG_THE_PARAMETER_DN_TARGET_CONFIG_NODE_LIST_HAS_BEEN_ABANDONED_6C0DE50B = + "The parameter dn_target_config_node_list has been abandoned, only the first ConfigNode " + + "address will be used to join in the cluster. Please use dn_seed_config_node instead."; + public static final String + MISC_LOG_FAILED_TO_RELOAD_PROPERTIES_FROM_REJECT_DATANODE_STARTUP_74E66EEC = + "Failed to reload properties from {}, reject DataNode startup."; + public static final String + MISC_LOG_CONFIGNODES_ARE_SET_IN_WRONG_FORMAT_PLEASE_SET_THEM_LIKE_18E97679 = + "ConfigNodes are set in wrong format, please set them like 127.0.0.1:10710"; public static final String MISC_LOG_INITIAL_ALLOCATEMEMORYFORWRITE_B90EC7D9 = "initial allocateMemoryForWrite = {}"; public static final String MISC_LOG_INITIAL_ALLOCATEMEMORYFORREAD_07FB30F0 = @@ -1198,95 +1196,130 @@ private DataNodeMiscMessages() {} "allocateMemoryForSchemaCache = {}"; public static final String MISC_LOG_ALLOCATEMEMORYFORPARTITIONCACHE_809AA695 = "allocateMemoryForPartitionCache = {}"; - public static final String MISC_LOG_THE_PARAMETER_STORAGE_QUERY_SCHEMA_CONSENSUS_FREE_MEMORY_51C9A377 = - "The parameter storage_query_schema_consensus_free_memory_proportion is deprecated since " - + "v1.2.3, please use datanode_memory_proportion instead."; - public static final String MISC_LOG_THE_SUM_OF_REJECT_PROPORTION_WAL_BUFFER_QUEUE_PROPORTION_185B1C49 = - "The sum of reject_proportion, wal_buffer_queue_proportion and device_path_cache_proportion " - + "is too large, use default values 0.8, 0.1 and 0.05."; - public static final String MISC_LOG_THE_VALUE_OF_STORAGE_ENGINE_MEMORY_PROPORTION_IS_ILLEGAL_22CA9433 = - "The value of storage_engine_memory_proportion is illegal, use default value 8:2 ."; - public static final String MISC_LOG_THE_VALUE_OF_WRITE_MEMORY_PROPORTION_IS_ILLEGAL_USE_DEFAULT_EE4FA112 = - "The value of write_memory_proportion is illegal, use default value 19:1 ."; + public static final String + MISC_LOG_THE_PARAMETER_STORAGE_QUERY_SCHEMA_CONSENSUS_FREE_MEMORY_51C9A377 = + "The parameter storage_query_schema_consensus_free_memory_proportion is deprecated since " + + "v1.2.3, please use datanode_memory_proportion instead."; + public static final String + MISC_LOG_THE_SUM_OF_REJECT_PROPORTION_WAL_BUFFER_QUEUE_PROPORTION_185B1C49 = + "The sum of reject_proportion, wal_buffer_queue_proportion and device_path_cache_proportion " + + "is too large, use default values 0.8, 0.1 and 0.05."; + public static final String + MISC_LOG_THE_VALUE_OF_STORAGE_ENGINE_MEMORY_PROPORTION_IS_ILLEGAL_22CA9433 = + "The value of storage_engine_memory_proportion is illegal, use default value 8:2 ."; + public static final String + MISC_LOG_THE_VALUE_OF_WRITE_MEMORY_PROPORTION_IS_ILLEGAL_USE_DEFAULT_EE4FA112 = + "The value of write_memory_proportion is illegal, use default value 19:1 ."; public static final String MISC_LOG_SET_LOADTSFILESPILTPARTITIONMAXSIZE_FROM_TO_560BA8F7 = "Set loadTsFileSpiltPartitionMaxSize from {} to {}"; public static final String MISC_LOG_LOADTSFILESTATEMENTSPLITTHRESHOLD_CHANGED_FROM_TO_1CB90529 = "loadTsFileStatementSplitThreshold changed from {} to {}"; public static final String MISC_LOG_LOADTSFILESUBSTATEMENTBATCHSIZE_CHANGED_FROM_TO_D4EF3D07 = "loadTsFileSubStatementBatchSize changed from {} to {}"; - public static final String MISC_LOG_CANNOT_FIND_GIVEN_DIRECTORY_STRATEGY_USING_THE_DEFAULT_VALUE_7997B145 = - "Cannot find given directory strategy {}, using the default value"; - public static final String MISC_LOG_CONFIG_PROPERTY_BOOLEAN_STRING_INFER_TYPE_CAN_ONLY_BE_BOOLEAN_2FA3AFC5 = - "Config Property boolean_string_infer_type can only be BOOLEAN or TEXT but is {}"; - public static final String MISC_LOG_CONFIG_PROPERTY_FLOATING_STRING_INFER_TYPE_CAN_ONLY_BE_FLOAT_8041EAC4 = - "Config Property floating_string_infer_type can only be FLOAT, DOUBLE or TEXT but is {}"; - public static final String MISC_LOG_CONFIG_PROPERTY_NAN_STRING_INFER_TYPE_CAN_ONLY_BE_FLOAT_61F60E0E = - "Config Property nan_string_infer_type can only be FLOAT, DOUBLE or TEXT but is {}"; - public static final String MISC_LOG_ILLEGAL_DEFAULTDATABASELEVEL_SHOULD_1_USE_DEFAULT_VALUE_97F43732 = - "Illegal defaultDatabaseLevel: {}, should >= 1, use default value 1"; - public static final String MISC_LOG_INVALID_LOADTSFILESTATEMENTSPLITTHRESHOLD_VALUE_USING_DEFAULT_45EA7FBF = - "Invalid loadTsFileStatementSplitThreshold value: {}. Using default value: 10"; - public static final String MISC_LOG_INVALID_LOADTSFILESUBSTATEMENTBATCHSIZE_VALUE_USING_DEFAULT_5C285109 = - "Invalid loadTsFileSubStatementBatchSize value: {}. Using default value: 10"; - public static final String MISC_LOG_FAILED_TO_UPDATE_THE_VALUE_OF_METRIC_BECAUSE_OF_CONNECTION_B0FC4929 = - "Failed to update the value of metric because of connection failure, because "; - public static final String MISC_LOG_FAILED_TO_UPDATE_THE_VALUE_OF_METRIC_BECAUSE_OF_INTERNAL_E5C64806 = - "Failed to update the value of metric because of internal error, because "; - public static final String MISC_LOG_FAILED_TO_STOP_EXTERNAL_SERVICE_S_BECAUSE_S_IT_WILL_BE_DROP_B2909C1E = - "Failed to stop External Service %s because %s. It will be drop forcedly"; - public static final String MISC_LOG_CHANGEREGIONLEADER_START_CHANGE_THE_LEADER_OF_REGIONGROUP_248A99AD = - "[ChangeRegionLeader] Start change the leader of RegionGroup: {} to DataNode: {}"; - public static final String MISC_LOG_SUCCESSFULLY_SUBMIT_ADDREGIONPEER_TASK_FOR_REGION_TARGET_64183781 = - "Successfully submit addRegionPeer task for region: {}, target DataNode: {}"; - public static final String MISC_LOG_SUCCESSFULLY_SUBMIT_REMOVEREGIONPEER_TASK_FOR_REGION_DATANODE_9B74B948 = - "Successfully submit removeRegionPeer task for region: {}, DataNode to be removed: {}"; - public static final String MISC_LOG_SUCCESSFULLY_SUBMIT_DELETEOLDREGIONPEER_TASK_FOR_REGION_3F3BB495 = - "Successfully submit deleteOldRegionPeer task for region: {}, DataNode to be removed: {}"; + public static final String + MISC_LOG_CANNOT_FIND_GIVEN_DIRECTORY_STRATEGY_USING_THE_DEFAULT_VALUE_7997B145 = + "Cannot find given directory strategy {}, using the default value"; + public static final String + MISC_LOG_CONFIG_PROPERTY_BOOLEAN_STRING_INFER_TYPE_CAN_ONLY_BE_BOOLEAN_2FA3AFC5 = + "Config Property boolean_string_infer_type can only be BOOLEAN or TEXT but is {}"; + public static final String + MISC_LOG_CONFIG_PROPERTY_FLOATING_STRING_INFER_TYPE_CAN_ONLY_BE_FLOAT_8041EAC4 = + "Config Property floating_string_infer_type can only be FLOAT, DOUBLE or TEXT but is {}"; + public static final String + MISC_LOG_CONFIG_PROPERTY_NAN_STRING_INFER_TYPE_CAN_ONLY_BE_FLOAT_61F60E0E = + "Config Property nan_string_infer_type can only be FLOAT, DOUBLE or TEXT but is {}"; + public static final String + MISC_LOG_ILLEGAL_DEFAULTDATABASELEVEL_SHOULD_1_USE_DEFAULT_VALUE_97F43732 = + "Illegal defaultDatabaseLevel: {}, should >= 1, use default value 1"; + public static final String + MISC_LOG_INVALID_LOADTSFILESTATEMENTSPLITTHRESHOLD_VALUE_USING_DEFAULT_45EA7FBF = + "Invalid loadTsFileStatementSplitThreshold value: {}. Using default value: 10"; + public static final String + MISC_LOG_INVALID_LOADTSFILESUBSTATEMENTBATCHSIZE_VALUE_USING_DEFAULT_5C285109 = + "Invalid loadTsFileSubStatementBatchSize value: {}. Using default value: 10"; + public static final String + MISC_LOG_FAILED_TO_UPDATE_THE_VALUE_OF_METRIC_BECAUSE_OF_CONNECTION_B0FC4929 = + "Failed to update the value of metric because of connection failure, because "; + public static final String + MISC_LOG_FAILED_TO_UPDATE_THE_VALUE_OF_METRIC_BECAUSE_OF_INTERNAL_E5C64806 = + "Failed to update the value of metric because of internal error, because "; + public static final String + MISC_LOG_FAILED_TO_STOP_EXTERNAL_SERVICE_S_BECAUSE_S_IT_WILL_BE_DROP_B2909C1E = + "Failed to stop External Service %s because %s. It will be drop forcedly"; + public static final String + MISC_LOG_CHANGEREGIONLEADER_START_CHANGE_THE_LEADER_OF_REGIONGROUP_248A99AD = + "[ChangeRegionLeader] Start change the leader of RegionGroup: {} to DataNode: {}"; + public static final String + MISC_LOG_SUCCESSFULLY_SUBMIT_ADDREGIONPEER_TASK_FOR_REGION_TARGET_64183781 = + "Successfully submit addRegionPeer task for region: {}, target DataNode: {}"; + public static final String + MISC_LOG_SUCCESSFULLY_SUBMIT_REMOVEREGIONPEER_TASK_FOR_REGION_DATANODE_9B74B948 = + "Successfully submit removeRegionPeer task for region: {}, DataNode to be removed: {}"; + public static final String + MISC_LOG_SUCCESSFULLY_SUBMIT_DELETEOLDREGIONPEER_TASK_FOR_REGION_3F3BB495 = + "Successfully submit deleteOldRegionPeer task for region: {}, DataNode to be removed: {}"; public static final String MISC_LOG_START_TO_CREATENEWREGIONPEER_TO_REGION_6DCE04AD = "{}, Start to createNewRegionPeer {} to region {}"; public static final String MISC_LOG_SUCCEED_TO_CREATENEWREGIONPEER_FOR_REGION_FDF176E3 = "{}, Succeed to createNewRegionPeer {} for region {}"; - public static final String MISC_LOG_EXECUTING_SYSTEM_EXIT_0_IN_STOPANDCLEARDATANODE_RPC_METHOD_647927C6 = - "Executing system.exit(0) in stopAndClearDataNode RPC method after 30 seconds"; + public static final String + MISC_LOG_EXECUTING_SYSTEM_EXIT_0_IN_STOPANDCLEARDATANODE_RPC_METHOD_647927C6 = + "Executing system.exit(0) in stopAndClearDataNode RPC method after 30 seconds"; public static final String MISC_LOG_ERROR_OCCURRED_WHEN_PULLING_COMMIT_PROGRESS_48C12E4B = "Error occurred when pulling commit progress"; - public static final String MISC_LOG_ERROR_OCCURRED_WHEN_RECEIVING_SUBSCRIPTION_PROGRESS_BROADCAST_94B2CF10 = - "Error occurred when receiving subscription progress broadcast"; - public static final String MISC_LOG_ERROR_OCCURRED_WHEN_PUSHING_SUBSCRIPTION_RUNTIME_STATE_D4E71CE3 = - "Error occurred when pushing subscription runtime state"; - public static final String MISC_LOG_FAILED_TO_PROCESS_CONSENSUS_SUBSCRIPTION_ROUTE_UPDATE_80D73E2B = - "Failed to process consensus subscription route update"; - public static final String MISC_LOG_THE_AVAILABLE_DISK_SPACE_IS_THE_TOTAL_DISK_SPACE_IS_AND_4506856F = - "The available disk space is : {}, the total disk space is : {}, and the remaining disk " - + "usage ratio: {} is less than disk_space_warning_threshold: {}, set system to readonly!"; - public static final String MISC_LOG_CHANGEREGIONLEADER_FAILED_TO_CHANGE_THE_LEADER_OF_REGIONGROUP_F1A1DC14 = - "[ChangeRegionLeader] Failed to change the leader of RegionGroup: {}"; - public static final String MISC_LOG_ERROR_OCCURRED_WHEN_CREATING_TRIGGER_INSTANCE_FOR_TRIGGER_5A8F8890 = - "Error occurred when creating trigger instance for trigger: {}. The cause is {}."; - public static final String MISC_LOG_ERROR_OCCURRED_DURING_ACTIVE_TRIGGER_INSTANCE_FOR_TRIGGER_7731ECF2 = - "Error occurred during active trigger instance for trigger: {}. The cause is {}."; - public static final String MISC_LOG_ERROR_OCCURRED_WHEN_TRY_TO_INACTIVE_TRIGGER_INSTANCE_FOR_FA93D7E7 = - "Error occurred when try to inactive trigger instance for trigger: {}. The cause is {}. "; - public static final String MISC_LOG_ERROR_OCCURRED_WHEN_DROPPING_TRIGGER_INSTANCE_FOR_TRIGGER_23B94EBE = - "Error occurred when dropping trigger instance for trigger: {}. The cause is {}."; - public static final String MISC_LOG_ERROR_OCCURRED_WHEN_UPDATING_LOCATION_FOR_TRIGGER_THE_CAUSE_1C076D98 = - "Error occurred when updating Location for trigger: {}. The cause is {}."; - public static final String MISC_LOG_CREATENEWREGIONPEER_ERROR_PEERS_REGIONID_ERRORMESSAGE_2EDAE3C8 = - "{}, CreateNewRegionPeer error, peers: {}, regionId: {}, errorMessage"; - public static final String MISC_LOG_FAILED_TO_SERIALIZE_DATABASESCOPEDDATAPARTITIONTABLE_FOR_2EFDD270 = - "Failed to serialize DatabaseScopedDataPartitionTable for database: {}"; - public static final String MISC_LOG_ERROR_OCCURRED_WHEN_TRYING_TO_FIRE_TRIGGER_ON_TENDPOINT_BFCBA56E = - "Error occurred when trying to fire trigger({}) on TEndPoint: {}, the cause is: {}"; - public static final String MISC_LOG_FAILED_TO_UPDATE_LOCATION_OF_STATEFUL_TRIGGER_THROUGH_CONFIG_E6777439 = - "Failed to update location of stateful trigger({}) through config node. The cause is {}."; + public static final String + MISC_LOG_ERROR_OCCURRED_WHEN_RECEIVING_SUBSCRIPTION_PROGRESS_BROADCAST_94B2CF10 = + "Error occurred when receiving subscription progress broadcast"; + public static final String + MISC_LOG_ERROR_OCCURRED_WHEN_PUSHING_SUBSCRIPTION_RUNTIME_STATE_D4E71CE3 = + "Error occurred when pushing subscription runtime state"; + public static final String + MISC_LOG_FAILED_TO_PROCESS_CONSENSUS_SUBSCRIPTION_ROUTE_UPDATE_80D73E2B = + "Failed to process consensus subscription route update"; + public static final String + MISC_LOG_THE_AVAILABLE_DISK_SPACE_IS_THE_TOTAL_DISK_SPACE_IS_AND_4506856F = + "The available disk space is : {}, the total disk space is : {}, and the remaining disk " + + "usage ratio: {} is less than disk_space_warning_threshold: {}, set system to readonly!"; + public static final String + MISC_LOG_CHANGEREGIONLEADER_FAILED_TO_CHANGE_THE_LEADER_OF_REGIONGROUP_F1A1DC14 = + "[ChangeRegionLeader] Failed to change the leader of RegionGroup: {}"; + public static final String + MISC_LOG_ERROR_OCCURRED_WHEN_CREATING_TRIGGER_INSTANCE_FOR_TRIGGER_5A8F8890 = + "Error occurred when creating trigger instance for trigger: {}. The cause is {}."; + public static final String + MISC_LOG_ERROR_OCCURRED_DURING_ACTIVE_TRIGGER_INSTANCE_FOR_TRIGGER_7731ECF2 = + "Error occurred during active trigger instance for trigger: {}. The cause is {}."; + public static final String + MISC_LOG_ERROR_OCCURRED_WHEN_TRY_TO_INACTIVE_TRIGGER_INSTANCE_FOR_FA93D7E7 = + "Error occurred when try to inactive trigger instance for trigger: {}. The cause is {}. "; + public static final String + MISC_LOG_ERROR_OCCURRED_WHEN_DROPPING_TRIGGER_INSTANCE_FOR_TRIGGER_23B94EBE = + "Error occurred when dropping trigger instance for trigger: {}. The cause is {}."; + public static final String + MISC_LOG_ERROR_OCCURRED_WHEN_UPDATING_LOCATION_FOR_TRIGGER_THE_CAUSE_1C076D98 = + "Error occurred when updating Location for trigger: {}. The cause is {}."; + public static final String + MISC_LOG_CREATENEWREGIONPEER_ERROR_PEERS_REGIONID_ERRORMESSAGE_2EDAE3C8 = + "{}, CreateNewRegionPeer error, peers: {}, regionId: {}, errorMessage"; + public static final String + MISC_LOG_FAILED_TO_SERIALIZE_DATABASESCOPEDDATAPARTITIONTABLE_FOR_2EFDD270 = + "Failed to serialize DatabaseScopedDataPartitionTable for database: {}"; + public static final String + MISC_LOG_ERROR_OCCURRED_WHEN_TRYING_TO_FIRE_TRIGGER_ON_TENDPOINT_BFCBA56E = + "Error occurred when trying to fire trigger({}) on TEndPoint: {}, the cause is: {}"; + public static final String + MISC_LOG_FAILED_TO_UPDATE_LOCATION_OF_STATEFUL_TRIGGER_THROUGH_CONFIG_E6777439 = + "Failed to update location of stateful trigger({}) through config node. The cause is {}."; public static final String MISC_LOG_TRIGGER_WAS_FIRED_WITH_WRONG_EVENT_43D89454 = "Trigger {} was fired with wrong event {}"; public static final String MISC_LOG_DOES_NOT_EXIST_SKIP_IT_EFB94454 = "{} does not exist ,skip it."; - public static final String MISC_LOG_ERROR_WHEN_PARSE_TAG_AND_ATTRIBUTES_FILE_OF_NODE_PATH_D1492217 = - "Error when parse tag and attributes file of node path {}"; - public static final String MISC_LOG_TOTALLY_FIND_TSFILES_TO_BE_SETTLED_INCLUDING_TSFILES_TO_522BCA28 = - "Totally find {} tsFiles to be settled, including {} tsFiles to be recovered."; + public static final String + MISC_LOG_ERROR_WHEN_PARSE_TAG_AND_ATTRIBUTES_FILE_OF_NODE_PATH_D1492217 = + "Error when parse tag and attributes file of node path {}"; + public static final String + MISC_LOG_TOTALLY_FIND_TSFILES_TO_BE_SETTLED_INCLUDING_TSFILES_TO_522BCA28 = + "Totally find {} tsFiles to be settled, including {} tsFiles to be recovered."; public static final String MISC_LOG_FINISH_SETTLING_SUCCESSFULLY_FOR_TSFILE_C8BF06D7 = "Finish settling successfully for tsFile : {}"; public static final String MISC_LOG_MEET_ERROR_WHILE_SETTLING_THE_TSFILE_A3515E1A = @@ -1301,93 +1334,120 @@ private DataNodeMiscMessages() {} // --------------------------------------------------------------------------- // Additional exception messages // --------------------------------------------------------------------------- - public static final String MISC_EXCEPTION_CANNOT_LOAD_FILE_S_BECAUSE_THE_FILE_HAS_CRASHED_6C180DF9 = - "Cannot load file %s because the file has crashed."; - public static final String MISC_EXCEPTION_THE_VERSION_OF_THIS_TSFILE_IS_TOO_LOW_PLEASE_UPGRADE_IT_19CC276C = - "The version of this tsfile is too low, please upgrade it to the version 4."; - public static final String MISC_EXCEPTION_TSFILE_REWRITE_PROCESS_CANNOT_PROCEED_AT_POSITION_SBECAUSE_3763D32F = - "TsFile rewrite process cannot proceed at position %sbecause: %s"; + public static final String + MISC_EXCEPTION_CANNOT_LOAD_FILE_S_BECAUSE_THE_FILE_HAS_CRASHED_6C180DF9 = + "Cannot load file %s because the file has crashed."; + public static final String + MISC_EXCEPTION_THE_VERSION_OF_THIS_TSFILE_IS_TOO_LOW_PLEASE_UPGRADE_IT_19CC276C = + "The version of this tsfile is too low, please upgrade it to the version 4."; + public static final String + MISC_EXCEPTION_TSFILE_REWRITE_PROCESS_CANNOT_PROCEED_AT_POSITION_SBECAUSE_3763D32F = + "TsFile rewrite process cannot proceed at position %sbecause: %s"; public static final String MISC_EXCEPTION_DATA_TYPE_S_IS_NOT_SUPPORTED_5D5C02E4 = "Data type %s is not supported."; public static final String MISC_EXCEPTION_WINDOW_SIZE_MUST_BE_BETWEEN_D_AND_D_GOT_D_3559BE09 = "Window size must be between %d and %d, got %d"; - public static final String MISC_EXCEPTION_CONFIDENCE_LEVEL_MUST_BE_BETWEEN_0_AND_1_GOT_F_2CDA358E = - "Confidence level must be between 0 and 1, got %f"; + public static final String + MISC_EXCEPTION_CONFIDENCE_LEVEL_MUST_BE_BETWEEN_0_AND_1_GOT_F_2CDA358E = + "Confidence level must be between 0 and 1, got %f"; public static final String MISC_EXCEPTION_PERCENTILE_MUST_BE_BETWEEN_0_AND_1_GOT_F_DE6B1311 = "Percentile must be between 0 and 1, got %f"; - public static final String MISC_EXCEPTION_IRREGULAR_DATA_DIR_STRUCTURE_THERE_SHOULD_BE_A_SEQUENCE_95B4D431 = - "Irregular data dir structure.There should be a sequence and unsequence directory under the " - + "data directory %s"; - public static final String MISC_EXCEPTION_IRREGULAR_DATA_DIR_STRUCTURE_THERE_SHOULD_BE_DATABASE_DIRECTORIES_10C36DC2 = - "Irregular data dir structure.There should be database directories under the " - + "sequence/unsequence directory %s"; - public static final String MISC_EXCEPTION_IRREGULAR_DATA_DIR_STRUCTURE_THERE_SHOULD_BE_DATAREGION_6BCDBFA1 = - "Irregular data dir structure.There should be dataRegion directories under the database " - + "directory %s"; - public static final String MISC_EXCEPTION_IRREGULAR_DATA_DIR_STRUCTURE_THERE_SHOULD_BE_TIMEINTERVAL_8D074700 = - "Irregular data dir structure.There should be timeInterval directories under the database " - + "directory %s"; - public static final String MISC_EXCEPTION_IRREGULAR_DATA_DIR_STRUCTURE_THERE_SHOULD_BE_TSFILES_UNDER_6381FDA5 = - "Irregular data dir structure.There should be tsfiles under the timeInterval directories " - + "directory %s"; + public static final String + MISC_EXCEPTION_IRREGULAR_DATA_DIR_STRUCTURE_THERE_SHOULD_BE_A_SEQUENCE_95B4D431 = + "Irregular data dir structure.There should be a sequence and unsequence directory under the " + + "data directory %s"; + public static final String + MISC_EXCEPTION_IRREGULAR_DATA_DIR_STRUCTURE_THERE_SHOULD_BE_DATABASE_DIRECTORIES_10C36DC2 = + "Irregular data dir structure.There should be database directories under the " + + "sequence/unsequence directory %s"; + public static final String + MISC_EXCEPTION_IRREGULAR_DATA_DIR_STRUCTURE_THERE_SHOULD_BE_DATAREGION_6BCDBFA1 = + "Irregular data dir structure.There should be dataRegion directories under the database " + + "directory %s"; + public static final String + MISC_EXCEPTION_IRREGULAR_DATA_DIR_STRUCTURE_THERE_SHOULD_BE_TIMEINTERVAL_8D074700 = + "Irregular data dir structure.There should be timeInterval directories under the database " + + "directory %s"; + public static final String + MISC_EXCEPTION_IRREGULAR_DATA_DIR_STRUCTURE_THERE_SHOULD_BE_TSFILES_UNDER_6381FDA5 = + "Irregular data dir structure.There should be tsfiles under the timeInterval directories " + + "directory %s"; public static final String MISC_EXCEPTION_USER_S_DOES_NOT_EXIST_0CE725D8 = "User %s does not exist"; - public static final String MISC_EXCEPTION_DATA_TYPE_IS_NOT_CONSISTENT_INPUT_S_REGISTERED_S_AE9DBDC0 = - "data type is not consistent, input %s, registered %s"; - public static final String MISC_EXCEPTION_DATA_TYPE_IS_NOT_CONSISTENT_INPUT_S_REGISTERED_S_BECAUSE_50C4BF31 = - "data type is not consistent, input %s, registered %s because %s"; - public static final String MISC_EXCEPTION_DATA_TYPE_S_IS_NOT_SUPPORTED_WHEN_CONVERT_DATA_AT_CLIENT_405429CC = - "data type %s is not supported when convert data at client"; - public static final String MISC_EXCEPTION_DEVICEID_SHOULD_NOT_BE_EMPTY_IN_GETTTL_METHOD_IN_TIMEFILTERFORDEVICETTL_8A501A45 = - "deviceID should not be empty in getTTL method in TimeFilterForDeviceTTL"; + public static final String + MISC_EXCEPTION_DATA_TYPE_IS_NOT_CONSISTENT_INPUT_S_REGISTERED_S_AE9DBDC0 = + "data type is not consistent, input %s, registered %s"; + public static final String + MISC_EXCEPTION_DATA_TYPE_IS_NOT_CONSISTENT_INPUT_S_REGISTERED_S_BECAUSE_50C4BF31 = + "data type is not consistent, input %s, registered %s because %s"; + public static final String + MISC_EXCEPTION_DATA_TYPE_S_IS_NOT_SUPPORTED_WHEN_CONVERT_DATA_AT_CLIENT_405429CC = + "data type %s is not supported when convert data at client"; + public static final String + MISC_EXCEPTION_DEVICEID_SHOULD_NOT_BE_EMPTY_IN_GETTTL_METHOD_IN_TIMEFILTERFORDEVICETTL_8A501A45 = + "deviceID should not be empty in getTTL method in TimeFilterForDeviceTTL"; public static final String MISC_EXCEPTION_FAILED_TO_DECOMPRESS_COMPRESSEDBUFFER_56398D3E = "Failed to decompress compressedBuffer"; public static final String MISC_EXCEPTION_ENCODING_S_DOES_NOT_SUPPORT_S_58301155 = "encoding %s does not support %s"; public static final String MISC_EXCEPTION_STORAGEENGINE_FAILED_TO_STOP_BECAUSE_OF_S_84D26574 = "StorageEngine failed to stop because of %s."; - public static final String MISC_EXCEPTION_THE_FILE_LENGTH_S_IS_NOT_EQUAL_TO_THE_OFFSET_S_73905F07 = - "The file length %s is not equal to the offset %s"; - public static final String MISC_EXCEPTION_THE_REMOVE_DATANODE_SCRIPT_HAS_BEEN_DEPRECATED_PLEASE_CONNECT_F91DF360 = - "The remove-datanode script has been deprecated. Please connect to the CLI and use SQL: " - + "remove datanode [datanode_id]."; - public static final String MISC_EXCEPTION_CANNOT_PULL_SYSTEM_CONFIGURATIONS_FROM_CONFIGNODE_LEADER_BAD295DC = - "Cannot pull system configurations from ConfigNode-leader. Please check whether the " - + "dn_seed_config_node in iotdb-system.properties is correct or alive."; - public static final String MISC_EXCEPTION_CANNOT_REGISTER_INTO_THE_CLUSTER_PLEASE_CHECK_WHETHER_THE_D8B29F58 = - "Cannot register into the cluster. Please check whether the dn_seed_config_node in " - + "iotdb-system.properties is correct or alive."; - public static final String MISC_EXCEPTION_CANNOT_SEND_RESTART_DATANODE_REQUEST_TO_CONFIGNODE_LEADER_368BE214 = - "Cannot send restart DataNode request to ConfigNode-leader. Please check whether the " - + "dn_seed_config_node in iotdb-system.properties is correct or alive."; - public static final String MISC_EXCEPTION_FAIL_TO_GET_SG_OF_THIS_TSFILE_WHILE_PARSING_THE_FILE_PATH_9EADADE1 = - "Fail to get sg of this tsFile while parsing the file path."; - public static final String MISC_EXCEPTION_CONFIGURING_THE_DATA_DIRECTORIES_AS_CROSS_DISK_DIRECTORIES_FC0A3875 = - "Configuring the data directories as cross-disk directories is not supported under " - + "RatisConsensus(it will be supported in a later version)."; - public static final String MISC_EXCEPTION_CONFIGURING_THE_WALMODE_AS_DISABLE_IS_NOT_SUPPORTED_UNDER_49298819 = - "Configuring the WALMode as disable is not supported under IoTConsensus and IoTConsensusV2 " - + "stream mode"; - public static final String MISC_EXCEPTION_ENCRYPTTYPE_IS_NOT_UNENCRYPTED_BUT_USER_ENCRYPT_TOKEN_IS_F828C20B = - "encryptType is not UNENCRYPTED, but user_encrypt_token is not set. Please set it in the " - + "environment variable."; - public static final String MISC_EXCEPTION_USER_ENCRYPT_TOKEN_HINT_SHOULD_NOT_INCLUDE_USER_ENCRYPT_50531D40 = - "user_encrypt_token_hint should not include user_encrypt_token, please check it in your " - + "environment variable."; - public static final String MISC_EXCEPTION_USER_ENCRYPT_TOKEN_HINT_SHOULD_NOT_INCLUDE_THE_REVERSE_OF_39B2D35C = - "user_encrypt_token_hint should not include the reverse of user_encrypt_token, please check " - + "it in your environment variable."; - public static final String MISC_EXCEPTION_RESTART_SYSTEM_AFTER_NOT_STORING_KEY_BUT_USER_ENCRYPT_TOKEN_61CCF9A2 = - "restart system after not storing key, but user_encrypt_token is not set. Please set it in " - + "the environment variable before restart. Here is your token hint info: %s"; - public static final String MISC_EXCEPTION_CHANGING_ENCRYPT_TYPE_OR_KEY_FOR_TSFILE_ENCRYPTION_AFTER_0668F74E = - "Changing encrypt type or key for tsfile encryption after first start is not permitted. Here " - + "is your token hint info: %s"; + public static final String + MISC_EXCEPTION_THE_FILE_LENGTH_S_IS_NOT_EQUAL_TO_THE_OFFSET_S_73905F07 = + "The file length %s is not equal to the offset %s"; + public static final String + MISC_EXCEPTION_THE_REMOVE_DATANODE_SCRIPT_HAS_BEEN_DEPRECATED_PLEASE_CONNECT_F91DF360 = + "The remove-datanode script has been deprecated. Please connect to the CLI and use SQL: " + + "remove datanode [datanode_id]."; + public static final String + MISC_EXCEPTION_CANNOT_PULL_SYSTEM_CONFIGURATIONS_FROM_CONFIGNODE_LEADER_BAD295DC = + "Cannot pull system configurations from ConfigNode-leader. Please check whether the " + + "dn_seed_config_node in iotdb-system.properties is correct or alive."; + public static final String + MISC_EXCEPTION_CANNOT_REGISTER_INTO_THE_CLUSTER_PLEASE_CHECK_WHETHER_THE_D8B29F58 = + "Cannot register into the cluster. Please check whether the dn_seed_config_node in " + + "iotdb-system.properties is correct or alive."; + public static final String + MISC_EXCEPTION_CANNOT_SEND_RESTART_DATANODE_REQUEST_TO_CONFIGNODE_LEADER_368BE214 = + "Cannot send restart DataNode request to ConfigNode-leader. Please check whether the " + + "dn_seed_config_node in iotdb-system.properties is correct or alive."; + public static final String + MISC_EXCEPTION_FAIL_TO_GET_SG_OF_THIS_TSFILE_WHILE_PARSING_THE_FILE_PATH_9EADADE1 = + "Fail to get sg of this tsFile while parsing the file path."; + public static final String + MISC_EXCEPTION_CONFIGURING_THE_DATA_DIRECTORIES_AS_CROSS_DISK_DIRECTORIES_FC0A3875 = + "Configuring the data directories as cross-disk directories is not supported under " + + "RatisConsensus(it will be supported in a later version)."; + public static final String + MISC_EXCEPTION_CONFIGURING_THE_WALMODE_AS_DISABLE_IS_NOT_SUPPORTED_UNDER_49298819 = + "Configuring the WALMode as disable is not supported under IoTConsensus and IoTConsensusV2 " + + "stream mode"; + public static final String + MISC_EXCEPTION_ENCRYPTTYPE_IS_NOT_UNENCRYPTED_BUT_USER_ENCRYPT_TOKEN_IS_F828C20B = + "encryptType is not UNENCRYPTED, but user_encrypt_token is not set. Please set it in the " + + "environment variable."; + public static final String + MISC_EXCEPTION_USER_ENCRYPT_TOKEN_HINT_SHOULD_NOT_INCLUDE_USER_ENCRYPT_50531D40 = + "user_encrypt_token_hint should not include user_encrypt_token, please check it in your " + + "environment variable."; + public static final String + MISC_EXCEPTION_USER_ENCRYPT_TOKEN_HINT_SHOULD_NOT_INCLUDE_THE_REVERSE_OF_39B2D35C = + "user_encrypt_token_hint should not include the reverse of user_encrypt_token, please check " + + "it in your environment variable."; + public static final String + MISC_EXCEPTION_RESTART_SYSTEM_AFTER_NOT_STORING_KEY_BUT_USER_ENCRYPT_TOKEN_61CCF9A2 = + "restart system after not storing key, but user_encrypt_token is not set. Please set it in " + + "the environment variable before restart. Here is your token hint info: %s"; + public static final String + MISC_EXCEPTION_CHANGING_ENCRYPT_TYPE_OR_KEY_FOR_TSFILE_ENCRYPTION_AFTER_0668F74E = + "Changing encrypt type or key for tsfile encryption after first start is not permitted. Here " + + "is your token hint info: %s"; public static final String MISC_EXCEPTION_FAIL_TO_RELOAD_CONFIG_FILE_S_BECAUSE_S_93CCAB8D = "Fail to reload config file %s because %s"; - public static final String MISC_EXCEPTION_EACH_SUBSECTION_OF_CONFIGURATION_ITEM_UDF_READER_TRANSFORMER_97CA8962 = - "Each subsection of configuration item udf_reader_transformer_collector_memory_proportion " - + "should be an integer, which is %s"; + public static final String + MISC_EXCEPTION_EACH_SUBSECTION_OF_CONFIGURATION_ITEM_UDF_READER_TRANSFORMER_97CA8962 = + "Each subsection of configuration item udf_reader_transformer_collector_memory_proportion " + + "should be an integer, which is %s"; public static final String EXCEPTION_QUERY_MEMORY_PROPORTIONS_MUST_CONTAIN_8_OR_9_COLON_SEPARATED_VALUES_BUT_FOUND_ARG_03A03941 = "Query memory proportions must contain 8 or 9 colon-separated values, but found %d"; @@ -1397,35 +1457,42 @@ private DataNodeMiscMessages() {} public static final String EXCEPTION_THE_SUM_OF_QUERY_MEMORY_PROPORTIONS_MUST_BE_POSITIVE_BUT_WAS_ARG_407092B6 = "The sum of query memory proportions must be positive, but was %d"; - public static final String MISC_EXCEPTION_EACH_SUBSECTION_OF_CONFIGURATION_ITEM_CHUNKMETA_CHUNK_TIMESERIESMETA_77A43CE2 = - "Each subsection of configuration item chunkmeta_chunk_timeseriesmeta_free_memory_proportion " - + "should be an integer, which is %s"; + public static final String + MISC_EXCEPTION_EACH_SUBSECTION_OF_CONFIGURATION_ITEM_CHUNKMETA_CHUNK_TIMESERIESMETA_77A43CE2 = + "Each subsection of configuration item chunkmeta_chunk_timeseriesmeta_free_memory_proportion " + + "should be an integer, which is %s"; public static final String MISC_EXCEPTION_ILLEGAL_DEFAULTDATABASELEVEL_D_SHOULD_1_03088B38 = "Illegal defaultDatabaseLevel: %d, should >= 1"; - public static final String MISC_EXCEPTION_LOADTSFILESPILTPARTITIONMAXSIZE_SHOULD_BE_GREATER_THAN_OR_95B4DB23 = - "loadTsFileSpiltPartitionMaxSize should be greater than or equal to 0"; - public static final String MISC_EXCEPTION_REMOVING_IS_ONLY_ALLOWED_IN_AN_ENVIRONMENT_WHERE_THE_DATANODE_5A3E1FEA = - "Removing is only allowed in an environment where the datanode has been successfully " - + "started. Please check whether it is removed on the confignode, or if you have deleted the " - + "system.properties file by mistake."; + public static final String + MISC_EXCEPTION_LOADTSFILESPILTPARTITIONMAXSIZE_SHOULD_BE_GREATER_THAN_OR_95B4DB23 = + "loadTsFileSpiltPartitionMaxSize should be greater than or equal to 0"; + public static final String + MISC_EXCEPTION_REMOVING_IS_ONLY_ALLOWED_IN_AN_ENVIRONMENT_WHERE_THE_DATANODE_5A3E1FEA = + "Removing is only allowed in an environment where the datanode has been successfully " + + "started. Please check whether it is removed on the confignode, or if you have deleted the " + + "system.properties file by mistake."; public static final String MISC_EXCEPTION_STATEMENTID_SDOESN_T_EXIST_IN_THIS_SESSION_S_BD5B4733 = "StatementId: %sdoesn't exist in this session %s"; - public static final String MISC_EXCEPTION_INTERNALCLIENTSESSION_SHOULD_NEVER_CALL_PREPARE_STATEMENT_CCAB3CDC = - "InternalClientSession should never call PREPARE statement methods."; + public static final String + MISC_EXCEPTION_INTERNALCLIENTSESSION_SHOULD_NEVER_CALL_PREPARE_STATEMENT_CCAB3CDC = + "InternalClientSession should never call PREPARE statement methods."; public static final String MISC_EXCEPTION_STATEMENTID_S_DOESN_T_EXIST_IN_THIS_SESSION_S_4AA25E49 = "StatementId: %s doesn't exist in this session %s"; - public static final String MISC_EXCEPTION_MQTT_CLIENT_SESSION_DOES_NOT_SUPPORT_PREPARE_STATEMENT_B42FBC65 = - "MQTT client session does not support PREPARE statement."; - public static final String MISC_EXCEPTION_DATAREGIONLIST_SIZE_SHOULD_ONLY_BE_1_NOW_CURRENT_SIZE_IS_282E453C = - "dataRegionList.size() should only be 1 now, current size is %s"; + public static final String + MISC_EXCEPTION_MQTT_CLIENT_SESSION_DOES_NOT_SUPPORT_PREPARE_STATEMENT_B42FBC65 = + "MQTT client session does not support PREPARE statement."; + public static final String + MISC_EXCEPTION_DATAREGIONLIST_SIZE_SHOULD_ONLY_BE_1_NOW_CURRENT_SIZE_IS_282E453C = + "dataRegionList.size() should only be 1 now, current size is %s"; public static final String MISC_EXCEPTION_PARAMETER_WINDOWSIZE_D_SHOULD_BE_POSITIVE_D95CBF33 = "Parameter windowSize(%d) should be positive."; public static final String MISC_EXCEPTION_PARAMETER_SLIDINGSTEP_D_SHOULD_BE_POSITIVE_C0C25C2C = "Parameter slidingStep(%d) should be positive."; public static final String MISC_EXCEPTION_PARAMETER_TIMEINTERVAL_D_SHOULD_BE_POSITIVE_53A6CE3B = "Parameter timeInterval(%d) should be positive."; - public static final String MISC_EXCEPTION_FAILED_TO_REFLECT_TRIGGER_INSTANCE_WITH_CLASSNAME_S_BECAUSE_C0CC44E2 = - "Failed to reflect trigger instance with className(%s), because %s"; + public static final String + MISC_EXCEPTION_FAILED_TO_REFLECT_TRIGGER_INSTANCE_WITH_CLASSNAME_S_BECAUSE_C0CC44E2 = + "Failed to reflect trigger instance with className(%s), because %s"; public static final String MISC_EXCEPTION_S_IS_NOT_ALLOWED_ONLY_SUPPORT_S_862A4D86 = "%s is not allowed, only support %s"; public static final String MISC_EXCEPTION_S_IS_NOT_ALLOWED_ONLY_SUPPORT_S_1B06E0B7 = @@ -1473,62 +1540,104 @@ private DataNodeMiscMessages() {} public static final String MESSAGE_DB_34B9E556 = " ON DB:"; public static final String MESSAGE_MESSAGE_CECB319D = " ON "; public static final String MESSAGE_MESSAGE_57992626 = " on "; - public static final String MESSAGE_REGION_ARG_STATE_ARG_EXECUTED_SUCCEED_F78C5849 = "Region: %s, state: %s, executed succeed"; - public static final String MESSAGE_FAILED_CREATE_EXTERNAL_SERVICE_ARG_IT_ALREADY_EXISTS_50AE69DF = "Failed to create External Service %s, it already exists!"; - public static final String MESSAGE_FAILED_START_EXTERNAL_SERVICE_ARG_BECAUSE_IT_NOT_EXISTED_29D6D3F2 = "Failed to start External Service %s, because it is not existed!"; - public static final String MESSAGE_FAILED_START_EXTERNAL_SERVICE_ARG_BECAUSE_ITS_INSTANCE_CAN_NOT_F5A6C198 = - "Failed to start External Service %s, because its instance can not be constructed" - + " successfully. Exception: %s"; - public static final String MESSAGE_FAILED_STOP_EXTERNAL_SERVICE_ARG_BECAUSE_IT_NOT_EXISTED_3CCCDA42 = "Failed to stop External Service %s, because it is not existed!"; - public static final String MESSAGE_FAILED_DROP_EXTERNAL_SERVICE_ARG_BECAUSE_IT_NOT_EXISTED_FDD11F17 = "Failed to drop External Service %s, because it is not existed!"; - public static final String MESSAGE_FAILED_DROP_EXTERNAL_SERVICE_ARG_BECAUSE_IT_BUILT_59858F3F = "Failed to drop External Service %s, because it is BUILT-IN!"; - public static final String MESSAGE_FAILED_DROP_EXTERNAL_SERVICE_ARG_BECAUSE_IT_RUNNING_89B38F80 = "Failed to drop External Service %s, because it is RUNNING!"; - public static final String MESSAGE_CHANGEREGIONLEADER_SUCCESSFULLY_CHANGE_LEADER_REGIONGROUP_462797B4 = "[ChangeRegionLeader] Successfully change the leader of RegionGroup: "; + public static final String MESSAGE_REGION_ARG_STATE_ARG_EXECUTED_SUCCEED_F78C5849 = + "Region: %s, state: %s, executed succeed"; + public static final String MESSAGE_FAILED_CREATE_EXTERNAL_SERVICE_ARG_IT_ALREADY_EXISTS_50AE69DF = + "Failed to create External Service %s, it already exists!"; + public static final String + MESSAGE_FAILED_START_EXTERNAL_SERVICE_ARG_BECAUSE_IT_NOT_EXISTED_29D6D3F2 = + "Failed to start External Service %s, because it is not existed!"; + public static final String + MESSAGE_FAILED_START_EXTERNAL_SERVICE_ARG_BECAUSE_ITS_INSTANCE_CAN_NOT_F5A6C198 = + "Failed to start External Service %s, because its instance can not be constructed" + + " successfully. Exception: %s"; + public static final String + MESSAGE_FAILED_STOP_EXTERNAL_SERVICE_ARG_BECAUSE_IT_NOT_EXISTED_3CCCDA42 = + "Failed to stop External Service %s, because it is not existed!"; + public static final String + MESSAGE_FAILED_DROP_EXTERNAL_SERVICE_ARG_BECAUSE_IT_NOT_EXISTED_FDD11F17 = + "Failed to drop External Service %s, because it is not existed!"; + public static final String MESSAGE_FAILED_DROP_EXTERNAL_SERVICE_ARG_BECAUSE_IT_BUILT_59858F3F = + "Failed to drop External Service %s, because it is BUILT-IN!"; + public static final String MESSAGE_FAILED_DROP_EXTERNAL_SERVICE_ARG_BECAUSE_IT_RUNNING_89B38F80 = + "Failed to drop External Service %s, because it is RUNNING!"; + public static final String + MESSAGE_CHANGEREGIONLEADER_SUCCESSFULLY_CHANGE_LEADER_REGIONGROUP_462797B4 = + "[ChangeRegionLeader] Successfully change the leader of RegionGroup: "; public static final String MESSAGE_MESSAGE_3501C7E6 = " to "; - public static final String MESSAGE_EXECUTEFASTLASTDATAQUERYFORONEPREFIXPATH_DOS_NOT_SUPPORT_WILDCARDS_8E8F44F5 = "The \"executeFastLastDataQueryForOnePrefixPath\" dos not support wildcards."; - public static final String MESSAGE_TEMPLATE_NULL_TRYING_ACTIVATE_TEMPLATE_MAY_TEMPLATE_BEING_UNSET_1CE92779 = "The template is null when trying to activate template, may be the template is being unset."; + public static final String + MESSAGE_EXECUTEFASTLASTDATAQUERYFORONEPREFIXPATH_DOS_NOT_SUPPORT_WILDCARDS_8E8F44F5 = + "The \"executeFastLastDataQueryForOnePrefixPath\" dos not support wildcards."; + public static final String + MESSAGE_TEMPLATE_NULL_TRYING_ACTIVATE_TEMPLATE_MAY_TEMPLATE_BEING_UNSET_1CE92779 = + "The template is null when trying to activate template, may be the template is being unset."; public static final String MESSAGE_DOT_9D9B854A = "."; - public static final String MESSAGE_ERROR_OCCURRED_WHILE_PARSING_SQL_TO_PHYSICAL_PLAN_COLON_5C9F2C59 = "Error occurred while parsing SQL to physical plan: "; - public static final String MESSAGE_ERROR_OCCURRED_IN_READ_PROCESS_COLON_CD184195 = "Error occurred in read process: "; - public static final String MESSAGE_THE_READ_STATEMENT_IS_NOT_ALLOWED_IN_BATCH_COLON_D6A3D5EB = "The read statement is not allowed in batch: "; - public static final String MESSAGE_LEFT_BRACKET_ARG_RIGHT_BRACKET_EXCEPTION_OCCURRED_COLON_ARG_FAILED_DOT_909D8FFA = "[%s] Exception occurred: %s failed. "; + public static final String + MESSAGE_ERROR_OCCURRED_WHILE_PARSING_SQL_TO_PHYSICAL_PLAN_COLON_5C9F2C59 = + "Error occurred while parsing SQL to physical plan: "; + public static final String MESSAGE_ERROR_OCCURRED_IN_READ_PROCESS_COLON_CD184195 = + "Error occurred in read process: "; + public static final String MESSAGE_THE_READ_STATEMENT_IS_NOT_ALLOWED_IN_BATCH_COLON_D6A3D5EB = + "The read statement is not allowed in batch: "; + public static final String + MESSAGE_LEFT_BRACKET_ARG_RIGHT_BRACKET_EXCEPTION_OCCURRED_COLON_ARG_FAILED_DOT_909D8FFA = + "[%s] Exception occurred: %s failed. "; public static final String EXCEPTION_SUFFIX_IS_NULL_6CC6B965 = "Suffix is null"; public static final String EXCEPTION_RUNTIMESTATE_D4D018BA = "runtimeState"; public static final String EXCEPTION_STATEMENTNAME_IS_NULL_C03BB8D4 = "statementName is null"; public static final String EXCEPTION_SQL_IS_NULL_BEDB2B7A = "sql is null"; - public static final String MESSAGE_CONFIGNODE_LEADER_ARG_IS_WARMING_UP_BEFORE_SERVING_DATANODE_ARG_WILL_WAIT_AND_RETRY_AAB5F962 = "ConfigNode leader {} is warming up before serving DataNode {}, will wait and retry."; - public static final String MESSAGE_CONFIGNODE_LEADER_ARG_IS_WARMING_UP_BEFORE_SERVING_DATANODE_ARG_WILL_WAIT_AND_RETRY_REASON_ARG_3A2A4163 = - "ConfigNode leader {} is warming up before serving DataNode {}, will wait and retry. Reason: {}"; - public static final String EXCEPTION_TRUST_STORE_PATH_MUST_BE_SET_WHEN_THRIFT_SSL_CLIENT_AUTH_IS_TRUE_36016171 = "trust_store_path must be set when thrift_ssl_client_auth is true"; - public static final String EXCEPTION_CONTINUOUS_QUERY_MIN_EVERY_INTERVAL_IN_MS_SHOULD_BE_GREATER_THAN_0_BUT_CURRENT_VALUE_IS_F9A1BEC4 = "continuous_query_min_every_interval_in_ms should be greater than 0, but current value is "; - public static final String EXCEPTION_UNKNOWN_READ_CONSISTENCY_LEVEL_ARG_PLEASE_SET_TO_STRONG_OR_WEAK_8CF29949 = "Unknown read_consistency_level: %s, please set to \"strong\" or \"weak\""; - public static final String MESSAGE_INITIAL_ALLOCATEMEMORYFORAUTORESIZINGBUFFER_ARG_A0DB6DA0 = "initial allocateMemoryForAutoResizingBuffer = {}"; - public static final String LOG_SKIP_SETTING_ARG_TO_ARG_BECAUSE_IT_IS_UNDER_DATA_DIRECTORY_KEEP_USING_ORIGINAL_CONFIGURATION_EE87FFD9 = - "Skip setting {} to {} because it is under data directory. Keep using the original " - + "configuration: {}."; - public static final String LOG_SKIP_SETTING_ARG_TO_ARG_BECAUSE_ITS_CANONICAL_PATH_CANNOT_BE_RESOLVED_ARG_KEEP_USING_ORIGINAL_CONFIGURATION_C0A8ED09 = - "Skip setting {} to {} because its canonical path cannot be resolved: {}. Keep using the " - + "original configuration: {}."; - public static final String MISC_EXCEPTION_FAILED_TO_RESOLVE_CANONICAL_PATH_FOR_ACTIVE_LOAD_LISTENING_DIRECTORY_S_ARG_0E6A508E = - "Failed to resolve canonical path for active load listening directory %s: %s"; + public static final String + MESSAGE_CONFIGNODE_LEADER_ARG_IS_WARMING_UP_BEFORE_SERVING_DATANODE_ARG_WILL_WAIT_AND_RETRY_AAB5F962 = + "ConfigNode leader {} is warming up before serving DataNode {}, will wait and retry."; + public static final String + MESSAGE_CONFIGNODE_LEADER_ARG_IS_WARMING_UP_BEFORE_SERVING_DATANODE_ARG_WILL_WAIT_AND_RETRY_REASON_ARG_3A2A4163 = + "ConfigNode leader {} is warming up before serving DataNode {}, will wait and retry. Reason: {}"; + public static final String + EXCEPTION_TRUST_STORE_PATH_MUST_BE_SET_WHEN_THRIFT_SSL_CLIENT_AUTH_IS_TRUE_36016171 = + "trust_store_path must be set when thrift_ssl_client_auth is true"; + public static final String + EXCEPTION_CONTINUOUS_QUERY_MIN_EVERY_INTERVAL_IN_MS_SHOULD_BE_GREATER_THAN_0_BUT_CURRENT_VALUE_IS_F9A1BEC4 = + "continuous_query_min_every_interval_in_ms should be greater than 0, but current value is "; + public static final String + EXCEPTION_UNKNOWN_READ_CONSISTENCY_LEVEL_ARG_PLEASE_SET_TO_STRONG_OR_WEAK_8CF29949 = + "Unknown read_consistency_level: %s, please set to \"strong\" or \"weak\""; + public static final String MESSAGE_INITIAL_ALLOCATEMEMORYFORAUTORESIZINGBUFFER_ARG_A0DB6DA0 = + "initial allocateMemoryForAutoResizingBuffer = {}"; + public static final String + LOG_SKIP_SETTING_ARG_TO_ARG_BECAUSE_IT_IS_UNDER_DATA_DIRECTORY_KEEP_USING_ORIGINAL_CONFIGURATION_EE87FFD9 = + "Skip setting {} to {} because it is under data directory. Keep using the original " + + "configuration: {}."; + public static final String + LOG_SKIP_SETTING_ARG_TO_ARG_BECAUSE_ITS_CANONICAL_PATH_CANNOT_BE_RESOLVED_ARG_KEEP_USING_ORIGINAL_CONFIGURATION_C0A8ED09 = + "Skip setting {} to {} because its canonical path cannot be resolved: {}. Keep using the " + + "original configuration: {}."; + public static final String + MISC_EXCEPTION_FAILED_TO_RESOLVE_CANONICAL_PATH_FOR_ACTIVE_LOAD_LISTENING_DIRECTORY_S_ARG_0E6A508E = + "Failed to resolve canonical path for active load listening directory %s: %s"; public static final String EXCEPTION_COLUMNSTOCLONE_CANNOT_BE_NULL_458FDF37 = "columnsToClone cannot be null"; public static final String EXCEPTION_CLONELIST_CANNOT_BE_NULL_47AEEA8F = "cloneList cannot be null"; - public static final String EXCEPTION_TARGET_ALIGNEDTVLIST_HAS_INCOMPATIBLE_COLUMN_CONTAINERS_31FAC613 = - "Target AlignedTVList has incompatible column containers"; - public static final String EXCEPTION_MISSING_VALUE_ARRAYS_FOR_ALIGNED_COLUMN_INDEX_ARG_DURING_MOVE_08D46037 = - "Missing value arrays for aligned column index %d during move"; - public static final String EXCEPTION_TARGET_VALUE_COLUMN_INDEX_ARG_IS_NOT_READY_FOR_MOVE_7889C74F = - "Target value column index %d is not ready for move"; - public static final String EXCEPTION_TARGET_BITMAP_COLUMN_INDEX_ARG_IS_NOT_READY_FOR_MOVE_AE3B5F88 = - "Target bitmap column index %d is not ready for move"; - public static final String EXCEPTION_MISSING_VALUE_ARRAYS_FOR_ALIGNED_COLUMN_INDEX_ARG_DURING_CLONE_795EB1C5 = - "Missing value arrays for aligned column index %d during clone"; - public static final String EXCEPTION_MISSING_VALUE_ARRAYS_FOR_ALIGNED_COLUMN_INDEX_ARG_DURING_EXPAND_68E0C8B6 = - "Missing value arrays for aligned column index %d during expand"; - public static final String EXCEPTION_MISSING_VALUE_ARRAYS_FOR_ALIGNED_COLUMN_INDEX_ARG_DURING_MARK_NULL_VALUE_2893628E = - "Missing value arrays for aligned column index %d during mark null value"; - + public static final String + EXCEPTION_TARGET_ALIGNEDTVLIST_HAS_INCOMPATIBLE_COLUMN_CONTAINERS_31FAC613 = + "Target AlignedTVList has incompatible column containers"; + public static final String + EXCEPTION_MISSING_VALUE_ARRAYS_FOR_ALIGNED_COLUMN_INDEX_ARG_DURING_MOVE_08D46037 = + "Missing value arrays for aligned column index %d during move"; + public static final String + EXCEPTION_TARGET_VALUE_COLUMN_INDEX_ARG_IS_NOT_READY_FOR_MOVE_7889C74F = + "Target value column index %d is not ready for move"; + public static final String + EXCEPTION_TARGET_BITMAP_COLUMN_INDEX_ARG_IS_NOT_READY_FOR_MOVE_AE3B5F88 = + "Target bitmap column index %d is not ready for move"; + public static final String + EXCEPTION_MISSING_VALUE_ARRAYS_FOR_ALIGNED_COLUMN_INDEX_ARG_DURING_CLONE_795EB1C5 = + "Missing value arrays for aligned column index %d during clone"; + public static final String + EXCEPTION_MISSING_VALUE_ARRAYS_FOR_ALIGNED_COLUMN_INDEX_ARG_DURING_EXPAND_68E0C8B6 = + "Missing value arrays for aligned column index %d during expand"; + public static final String + EXCEPTION_MISSING_VALUE_ARRAYS_FOR_ALIGNED_COLUMN_INDEX_ARG_DURING_MARK_NULL_VALUE_2893628E = + "Missing value arrays for aligned column index %d during mark null value"; } diff --git a/iotdb-core/datanode/src/main/i18n/en/org/apache/iotdb/db/i18n/DataNodePipeMessages.java b/iotdb-core/datanode/src/main/i18n/en/org/apache/iotdb/db/i18n/DataNodePipeMessages.java index 7da8a5965794..71a2c390c621 100644 --- a/iotdb-core/datanode/src/main/i18n/en/org/apache/iotdb/db/i18n/DataNodePipeMessages.java +++ b/iotdb-core/datanode/src/main/i18n/en/org/apache/iotdb/db/i18n/DataNodePipeMessages.java @@ -153,10 +153,9 @@ public final class DataNodePipeMessages { INTERRUPTED_WHILE_PERSISTING_ALL_PIPE_PROGRESS_INDEXES_DURING_SHUTDOWN = "Interrupted while persisting all pipe progress indexes during shutdown. " + SHUTDOWN_PROGRESS_NOT_CONFIRMED; - public static final String - TIMED_OUT_WHILE_PERSISTING_ALL_PIPE_PROGRESS_INDEXES_DURING_SHUTDOWN = - "Timed out after {} ms while persisting all pipe progress indexes during shutdown. " - + SHUTDOWN_PROGRESS_NOT_CONFIRMED; + public static final String TIMED_OUT_WHILE_PERSISTING_ALL_PIPE_PROGRESS_INDEXES_DURING_SHUTDOWN = + "Timed out after {} ms while persisting all pipe progress indexes during shutdown. " + + SHUTDOWN_PROGRESS_NOT_CONFIRMED; public static final String FAILED_TO_PERSIST_ALL_PIPE_PROGRESS_INDEXES_DURING_SHUTDOWN = "Failed to persist all pipe progress indexes during shutdown within {} ms. " + SHUTDOWN_PROGRESS_NOT_CONFIRMED; @@ -171,10 +170,9 @@ public final class DataNodePipeMessages { public static final String FAILED_TO_PUSH_HEARTBEAT_SHUTDOWN_PIPE_META_TO_CONFIGNODE = "Failed to pushHeartbeat shutdown pipe meta to ConfigNode, status {}, took {} ms. " + SHUTDOWN_PROGRESS_NOT_CONFIRMED; - public static final String - SUCCESSFULLY_FINISHED_PUSH_HEARTBEAT_SHUTDOWN_PIPE_META_TO_CONFIGNODE = - "Successfully finished pushHeartbeat shutdown pipe meta to ConfigNode, pipe count {}, " - + "pipe meta count {}, pipe meta size {} bytes, took {} ms"; + public static final String SUCCESSFULLY_FINISHED_PUSH_HEARTBEAT_SHUTDOWN_PIPE_META_TO_CONFIGNODE = + "Successfully finished pushHeartbeat shutdown pipe meta to ConfigNode, pipe count {}, " + + "pipe meta count {}, pipe meta size {} bytes, took {} ms"; public static final String EXCEPTION_OCCURRED_WHILE_PERSISTING_ALL_PIPE_PROGRESS_INDEXES_DURING_SHUTDOWN = "Exception occurred while persisting all pipe progress indexes during shutdown. " @@ -186,22 +184,22 @@ public final class DataNodePipeMessages { + SHUTDOWN_PROGRESS_NOT_CONFIRMED; public static final String FAILURE_WHEN_REGISTER_PIPE_PLUGIN_SKIP_THIS = "Failure when register pipe plugin {}. Skip this plugin and continue startup."; - public static final String - FAILED_TO_REGISTER_PIPE_PLUGIN_BECAUSE_NAME_CONFLICTS_WITH_BUILTIN = - "Failed to register PipePlugin %s, because the given PipePlugin name is the same as a built-in PipePlugin name."; - public static final String - FAILED_TO_REGISTER_PIPE_PLUGIN_BECAUSE_INSTANCE_CONSTRUCTION_FAILED = - "Failed to register PipePlugin %s(%s), because its instance can not be constructed successfully. Exception: %s"; + public static final String FAILED_TO_REGISTER_PIPE_PLUGIN_BECAUSE_NAME_CONFLICTS_WITH_BUILTIN = + "Failed to register PipePlugin %s, because the given PipePlugin name is the same as a built-in PipePlugin name."; + public static final String FAILED_TO_REGISTER_PIPE_PLUGIN_BECAUSE_INSTANCE_CONSTRUCTION_FAILED = + "Failed to register PipePlugin %s(%s), because its instance can not be constructed successfully. Exception: %s"; public static final String FAILED_TO_REGISTER_PIPE_PLUGIN_BECAUSE_JAR_MD5_MISMATCH = "Failed to register PipePlugin %s, because existed md5 of jar file for pipe plugin %s is different from the new jar file."; public static final String FAILED_TO_DEREGISTER_BUILTIN_PIPE_PLUGIN = "Failed to deregister builtin PipePlugin %s."; public static final String PIPECONNECTOR = "PipeConnector: "; - public static final String EXCEPTION_PIPECONNECTOR_ARG_ID_ARG_HEARTBEAT_FAILED_OR_ENCOUNTERED_FAILURE_WHEN_TRANSFERRING_GENERIC_EVENT_FAILURE_ARG_679A4A49 = - "PipeConnector: %s(id: %s) heartbeat failed, or encountered failure when transferring generic " - + "event. Failure: %s"; - public static final String EXCEPTION_THE_DATABASE_NAME_IN_TREE_MODEL_MUST_START_WITH_ROOT_7BFA4609 = - "the database name in tree model must start with 'root.'."; + public static final String + EXCEPTION_PIPECONNECTOR_ARG_ID_ARG_HEARTBEAT_FAILED_OR_ENCOUNTERED_FAILURE_WHEN_TRANSFERRING_GENERIC_EVENT_FAILURE_ARG_679A4A49 = + "PipeConnector: %s(id: %s) heartbeat failed, or encountered failure when transferring generic " + + "event. Failure: %s"; + public static final String + EXCEPTION_THE_DATABASE_NAME_IN_TREE_MODEL_MUST_START_WITH_ROOT_7BFA4609 = + "the database name in tree model must start with 'root.'."; public static final String EXCEPTION_THE_LENGTH_OF_DATABASE_NAME_SHALL_NOT_EXCEED_82C7199C = "the length of database name shall not exceed "; public static final String PIPEDATANODETASKBUILDER_FAILED_TO_PARSE_INCLUSION_AND_EXCLUSION = @@ -234,8 +232,7 @@ public final class DataNodePipeMessages { public static final String PIPE_SINK_SUBTASKS_WITH_ATTRIBUTES_IS_BOUNDED = "Pipe sink subtasks with attributes {} is bounded with sinkExecutor {} and " + "callbackExecutor {}."; - public static final String PIPE_SINK_SUBTASK_CLOSE_OPERATION_STILL_RUNNING = - "is still running"; + public static final String PIPE_SINK_SUBTASK_CLOSE_OPERATION_STILL_RUNNING = "is still running"; public static final String PIPE_SINK_SUBTASK_CLOSE_OPERATION_WILL_RUN_AFTER_CURRENT_CONNECTOR_OPERATION = "will run after the current connector operation finishes"; @@ -267,9 +264,10 @@ public final class DataNodePipeMessages { "Report PipeRuntimeException to local PipeTaskMeta({}), exception message: {}"; public static final String RUNNINGTASKCOUNT_0 = "runningTaskCount < 0"; public static final String RUNNINGTASKCOUNT_0_1 = "runningTaskCount <= 0"; - public static final String SIMPLEPROGRESSINDEXASSIGNER_STARTED_SUCCESSFULLY_ISSIMPLECONSENSUSENABLE_R = - "SimpleProgressIndexAssigner started successfully. isSimpleConsensusEnable: {}, " - + "rebootTimes: {}"; + public static final String + SIMPLEPROGRESSINDEXASSIGNER_STARTED_SUCCESSFULLY_ISSIMPLECONSENSUSENABLE_R = + "SimpleProgressIndexAssigner started successfully. isSimpleConsensusEnable: {}, " + + "rebootTimes: {}"; public static final String STARTING_SIMPLEPROGRESSINDEXASSIGNER = "Starting SimpleProgressIndexAssigner ..."; public static final String START_PIPE_DN_TASK_SUCCESSFULLY_WITHIN_MS = @@ -348,8 +346,9 @@ public final class DataNodePipeMessages { "mayEventTimeOverlappedWithTimeRange() is not supported!"; public static final String NO_COMMIT_IDS_FOUND_IN_PIPECOMPACTEDTSFILEINSERTIONEVENT = "No commit IDs found in PipeCompactedTsFileInsertionEvent."; - public static final String PIPECOMPACTEDTSFILEINSERTIONEVENT_DOES_NOT_SUPPORT_EQUALSINIOTCONSENSUSV2 = - "PipeCompactedTsFileInsertionEvent does not support equalsInIoTConsensusV2."; + public static final String + PIPECOMPACTEDTSFILEINSERTIONEVENT_DOES_NOT_SUPPORT_EQUALSINIOTCONSENSUSV2 = + "PipeCompactedTsFileInsertionEvent does not support equalsInIoTConsensusV2."; public static final String PIPECOMPACTEDTSFILEINSERTIONEVENT_DOES_NOT_SUPPORT_GETREBOOTTIMES = "PipeCompactedTsFileInsertionEvent does not support getRebootTimes."; public static final String PIPE_FAILED_TO_GET_DEVICES_FROM_TSFILE = @@ -434,8 +433,9 @@ public final class DataNodePipeMessages { "Failed to send request {} (watermark = {}) to {}"; public static final String FAILED_TO_TRIGGER_COMBINE_WATERMARK_COUNT_PROGRESSINDEX = "Failed to trigger combine. watermark={}, count={}, progressIndex={}"; - public static final String EXCEPTION_FAILED_TO_INITIALIZE_STATEPROGRESSINDEX_FROM_PROGRESS_INDEX_ARG_E95617F9 = - "Failed to initialize StateProgressIndex from progress index %s."; + public static final String + EXCEPTION_FAILED_TO_INITIALIZE_STATEPROGRESSINDEX_FROM_PROGRESS_INDEX_ARG_E95617F9 = + "Failed to initialize StateProgressIndex from progress index %s."; public static final String FAILURE_OCCURRED_WHEN_TRYING_TO_COMMIT_PROGRESS = "Failure occurred when trying to commit progress index. timestamp={}, count={}, " + "progressIndex={}"; @@ -544,9 +544,10 @@ public final class DataNodePipeMessages { "Not has privilege to transfer plan: "; public static final String NO_EVENT_HANDLER_CONFIGURED = "No event handler configured"; public static final String N_MUST_BE_0 = "n must be > 0"; - public static final String PIPEREALTIMEDATAREGIONEXTRACTOR_OBSERVED_DATA_REGION_TIME_PARTITION_GROWT = - "PipeRealtimeDataRegionExtractor({}) observed data region {} time partition growth, " - + "recording time partition id bound: {}."; + public static final String + PIPEREALTIMEDATAREGIONEXTRACTOR_OBSERVED_DATA_REGION_TIME_PARTITION_GROWT = + "PipeRealtimeDataRegionExtractor({}) observed data region {} time partition growth, " + + "recording time partition id bound: {}."; public static final String PIPE_AND_IS_NOT_SET_USE_HYBRID = "Pipe: '{}' ('{}') and '{}' ('{}') is not set, use hybrid mode by default."; public static final String PIPE_ASSIGNER_ON_DATA_REGION_SHUTDOWN_INTERNAL = @@ -695,8 +696,9 @@ public final class DataNodePipeMessages { + "trusted directory to allow encrypted access"; public static final String CLIENT_HAS_BEEN_RETURNED_TO_THE_POOL = "Client has been returned to the pool. Current handler status is {}. Will not transfer {}."; - public static final String CLOSED_ASYNCPIPEDATATRANSFERSERVICECLIENTMANAGER_FOR_RECEIVER_ATTRIBUTES = - "Closed AsyncPipeDataTransferServiceClientManager for receiver attributes: {}"; + public static final String + CLOSED_ASYNCPIPEDATATRANSFERSERVICECLIENTMANAGER_FOR_RECEIVER_ATTRIBUTES = + "Closed AsyncPipeDataTransferServiceClientManager for receiver attributes: {}"; public static final String CREATE_GROUP_SUCCESSFULLY_SERVER_HANDLE_UPDATE_RATE = "Create group successfully! Server handle: {}, update rate: {} ms"; public static final String DELETENODETRANSFER_NO_EVENT_SUCCESSFULLY_PROCESSED = @@ -709,12 +711,14 @@ public final class DataNodePipeMessages { public static final String ERROR_PROGID_IS_INVALID_OR_UNREGISTERED_HRESULT = "Error: ProgID is invalid or unregistered, (HRESULT=0x"; public static final String ERROR_RUNNING_OPC_CLIENT = "Error running opc client: "; - public static final String EXCEPTION_OCCURRED_WHEN_PIPETABLEMODELTSFILEBUILDERV2_WRITING_TABLETS_TO = - "Exception occurred when PipeTableModelTsFileBuilderV2 writing tablets to tsfile, use " - + "fallback tsfile builder: {}"; - public static final String EXCEPTION_OCCURRED_WHEN_PIPETREEMODELTSFILEBUILDERV2_WRITING_TABLETS_TO = - "Exception occurred when PipeTreeModelTsFileBuilderV2 writing tablets to tsfile, use " - + "fallback tsfile builder: {}"; + public static final String + EXCEPTION_OCCURRED_WHEN_PIPETABLEMODELTSFILEBUILDERV2_WRITING_TABLETS_TO = + "Exception occurred when PipeTableModelTsFileBuilderV2 writing tablets to tsfile, use " + + "fallback tsfile builder: {}"; + public static final String + EXCEPTION_OCCURRED_WHEN_PIPETREEMODELTSFILEBUILDERV2_WRITING_TABLETS_TO = + "Exception occurred when PipeTreeModelTsFileBuilderV2 writing tablets to tsfile, use " + + "fallback tsfile builder: {}"; public static final String EXECUTE_STATEMENT_TO_DATABASE_SKIP_BECAUSE_NO = "Execute statement {} to database {}, skip because no permission."; public static final String FAILED_TO_ACQUIRE_IOPCITEMMGT_ERROR_CODE_0X = @@ -737,8 +741,9 @@ public final class DataNodePipeMessages { + "PipeTransferHandshakeV1Req."; public static final String FAILED_TO_BUILD_AND_STARTUP_OPCUASERVER = "Failed to build and startup OpcUaServer"; - public static final String FAILED_TO_CLOSE_ASYNCPIPEDATATRANSFERSERVICECLIENTMANAGER_FOR_RECEIVER_ATTRIBUTE = - "Failed to close AsyncPipeDataTransferServiceClientManager for receiver attributes: {}"; + public static final String + FAILED_TO_CLOSE_ASYNCPIPEDATATRANSFERSERVICECLIENTMANAGER_FOR_RECEIVER_ATTRIBUTE = + "Failed to close AsyncPipeDataTransferServiceClientManager for receiver attributes: {}"; public static final String FAILED_TO_CLOSE_CLIENT_AFTER_HANDSHAKE_FAILURE = "Failed to close client {}:{} after handshake failure when the manager is closed."; public static final String FAILED_TO_CLOSE_CLIENT_MANAGER = "Failed to close client manager."; @@ -817,12 +822,14 @@ public final class DataNodePipeMessages { "InsertNodeTransfer: no.{} event successfully processed!"; public static final String INTERRUPTED_WHILE_WAITING_FOR_HANDSHAKE_RESPONSE = "Interrupted while waiting for handshake response."; - public static final String IOTCONSENSUSV2ASYNCCONNECTOR_DOES_NOT_SUPPORT_TRANSFERRING_GENERIC_EVENT = - "IoTConsensusV2AsyncConnector does not support transferring generic event: {}."; + public static final String + IOTCONSENSUSV2ASYNCCONNECTOR_DOES_NOT_SUPPORT_TRANSFERRING_GENERIC_EVENT = + "IoTConsensusV2AsyncConnector does not support transferring generic event: {}."; public static final String IOTCONSENSUSV2ASYNCCONNECTOR_DOES_NOT_SUPPORT_TRANSFER_GENERIC_EVENT = "IoTConsensusV2AsyncConnector does not support transfer generic event: {}."; - public static final String IOTCONSENSUSV2ASYNCCONNECTOR_ONLY_SUPPORT_PIPETSFILEINSERTIONEVENT_CURRENT_EVEN = - "IoTConsensusV2AsyncConnector only support PipeTsFileInsertionEvent. Current event: {}."; + public static final String + IOTCONSENSUSV2ASYNCCONNECTOR_ONLY_SUPPORT_PIPETSFILEINSERTIONEVENT_CURRENT_EVEN = + "IoTConsensusV2AsyncConnector only support PipeTsFileInsertionEvent. Current event: {}."; public static final String IOTCONSENSUSV2CONNECTOR_TRANSFERBUFFER_QUEUE_OFFER_IS_INTERRUPTED = "IoTConsensusV2Connector transferBuffer queue offer is interrupted."; public static final String IOTCONSENSUSV2TRANSFERBATCHREQBUILDER_THE_MAX_BATCH_SIZE_IS_ADJUSTED = @@ -866,51 +873,61 @@ public final class DataNodePipeMessages { "IoTConsensusV2-{}: Redirect file position to {}."; public static final String IOTCONSENSUSV2_SUCCESSFULLY_TRANSFERRED_FILE_COMMITTER_KEY_REPLICATE = "IoTConsensusV2-{}: Successfully transferred file {} (committer key={}, replicate index={})."; - public static final String IOTDBCDCCONNECTOR_ONLY_SUPPORT_PIPEINSERTNODETABLETINSERTIONEVENT_AND_PIPERAWTAB = - "IoTDBCDCConnector only support PipeInsertNodeTabletInsertionEvent and " - + "PipeRawTabletInsertionEvent."; - public static final String IOTDBDATAREGIONAIRGAPCONNECTOR_DOES_NOT_SUPPORT_TRANSFERRING_GENERIC_EVENT = - "IoTDBDataRegionAirGapConnector does not support transferring generic event: {}."; - public static final String IOTDBDATAREGIONAIRGAPCONNECTOR_ONLY_SUPPORT_PIPEINSERTNODETABLETINSERTIONEVENT_A = - "IoTDBDataRegionAirGapConnector only support PipeInsertNodeTabletInsertionEvent and " - + "PipeRawTabletInsertionEvent. Ignore {}."; - public static final String IOTDBDATAREGIONAIRGAPCONNECTOR_ONLY_SUPPORT_PIPETSFILEINSERTIONEVENT_IGNORE = - "IoTDBDataRegionAirGapConnector only support PipeTsFileInsertionEvent. Ignore {}."; + public static final String + IOTDBCDCCONNECTOR_ONLY_SUPPORT_PIPEINSERTNODETABLETINSERTIONEVENT_AND_PIPERAWTAB = + "IoTDBCDCConnector only support PipeInsertNodeTabletInsertionEvent and " + + "PipeRawTabletInsertionEvent."; + public static final String + IOTDBDATAREGIONAIRGAPCONNECTOR_DOES_NOT_SUPPORT_TRANSFERRING_GENERIC_EVENT = + "IoTDBDataRegionAirGapConnector does not support transferring generic event: {}."; + public static final String + IOTDBDATAREGIONAIRGAPCONNECTOR_ONLY_SUPPORT_PIPEINSERTNODETABLETINSERTIONEVENT_A = + "IoTDBDataRegionAirGapConnector only support PipeInsertNodeTabletInsertionEvent and " + + "PipeRawTabletInsertionEvent. Ignore {}."; + public static final String + IOTDBDATAREGIONAIRGAPCONNECTOR_ONLY_SUPPORT_PIPETSFILEINSERTIONEVENT_IGNORE = + "IoTDBDataRegionAirGapConnector only support PipeTsFileInsertionEvent. Ignore {}."; public static final String FAILED_TO_LOGIN_TO_RECEIVER_FOR_LEGACY_PIPE_TRANSFER = "Failed to login to receiver %s:%s for legacy pipe transfer because code: %d, message: %s"; public static final String IOTDBLEGACYPIPECONNECTOR_DOES_NOT_SUPPORT_TRANSFERRING_GENERIC_EVENT = "IoTDBLegacyPipeConnector does not support transferring generic event: {}."; - public static final String IOTDBLEGACYPIPECONNECTOR_ONLY_SUPPORT_PIPEINSERTNODEINSERTIONEVENT_AND_PIPETABLE = - "IoTDBLegacyPipeConnector only support PipeInsertNodeInsertionEvent and " - + "PipeTabletInsertionEvent."; + public static final String + IOTDBLEGACYPIPECONNECTOR_ONLY_SUPPORT_PIPEINSERTNODEINSERTIONEVENT_AND_PIPETABLE = + "IoTDBLegacyPipeConnector only support PipeInsertNodeInsertionEvent and " + + "PipeTabletInsertionEvent."; public static final String IOTDBLEGACYPIPECONNECTOR_ONLY_SUPPORT_PIPETSFILEINSERTIONEVENT = "IoTDBLegacyPipeConnector only support PipeTsFileInsertionEvent."; public static final String IOTDBSCHEMAREGIONAIRGAPSINK_CAN_T_TRANSFER_TABLETINSERTIONEVENT = "IoTDBSchemaRegionAirGapSink can't transfer TabletInsertionEvent."; public static final String IOTDBSCHEMAREGIONAIRGAPSINK_CAN_T_TRANSFER_TSFILEINSERTIONEVENT = "IoTDBSchemaRegionAirGapSink can't transfer TsFileInsertionEvent."; - public static final String IOTDBSCHEMAREGIONAIRGAPSINK_DOES_NOT_SUPPORT_TRANSFERRING_GENERIC_EVENT = - "IoTDBSchemaRegionAirGapSink does not support transferring generic event: {}."; + public static final String + IOTDBSCHEMAREGIONAIRGAPSINK_DOES_NOT_SUPPORT_TRANSFERRING_GENERIC_EVENT = + "IoTDBSchemaRegionAirGapSink does not support transferring generic event: {}."; public static final String IOTDBSCHEMAREGIONCONNECTOR_CAN_T_TRANSFER_TABLETINSERTIONEVENT = "IoTDBSchemaRegionConnector can't transfer TabletInsertionEvent."; public static final String IOTDBSCHEMAREGIONCONNECTOR_CAN_T_TRANSFER_TSFILEINSERTIONEVENT = "IoTDBSchemaRegionConnector can't transfer TsFileInsertionEvent."; - public static final String IOTDBSCHEMAREGIONCONNECTOR_DOES_NOT_SUPPORT_TRANSFERRING_GENERIC_EVENT = - "IoTDBSchemaRegionConnector does not support transferring generic event: {}."; + public static final String + IOTDBSCHEMAREGIONCONNECTOR_DOES_NOT_SUPPORT_TRANSFERRING_GENERIC_EVENT = + "IoTDBSchemaRegionConnector does not support transferring generic event: {}."; public static final String IOTDBTHRIFTASYNCCONNECTOR_DOES_NOT_SUPPORT_TRANSFERRING_GENERIC_EVENT = "IoTDBThriftAsyncConnector does not support transferring generic event: {}."; public static final String IOTDBTHRIFTASYNCCONNECTOR_DOES_NOT_SUPPORT_TRANSFER_GENERIC_EVENT = "IoTDBThriftAsyncConnector does not support transfer generic event: {}."; - public static final String IOTDBTHRIFTASYNCCONNECTOR_ONLY_SUPPORT_PIPEINSERTNODETABLETINSERTIONEVENT_AND_PI = - "IoTDBThriftAsyncConnector only support PipeInsertNodeTabletInsertionEvent and " - + "PipeRawTabletInsertionEvent. Current event: {}."; - public static final String IOTDBTHRIFTASYNCCONNECTOR_ONLY_SUPPORT_PIPETSFILEINSERTIONEVENT_CURRENT_EVENT = - "IoTDBThriftAsyncConnector only support PipeTsFileInsertionEvent. Current event: {}."; + public static final String + IOTDBTHRIFTASYNCCONNECTOR_ONLY_SUPPORT_PIPEINSERTNODETABLETINSERTIONEVENT_AND_PI = + "IoTDBThriftAsyncConnector only support PipeInsertNodeTabletInsertionEvent and " + + "PipeRawTabletInsertionEvent. Current event: {}."; + public static final String + IOTDBTHRIFTASYNCCONNECTOR_ONLY_SUPPORT_PIPETSFILEINSERTIONEVENT_CURRENT_EVENT = + "IoTDBThriftAsyncConnector only support PipeTsFileInsertionEvent. Current event: {}."; public static final String IOTDBTHRIFTSYNCCONNECTOR_DOES_NOT_SUPPORT_TRANSFERRING_GENERIC_EVENT = "IoTDBThriftSyncConnector does not support transferring generic event: {}."; - public static final String IOTDBTHRIFTSYNCCONNECTOR_ONLY_SUPPORT_PIPEINSERTNODETABLETINSERTIONEVENT_AND_PIP = - "IoTDBThriftSyncConnector only support PipeInsertNodeTabletInsertionEvent and " - + "PipeRawTabletInsertionEvent. Ignore {}."; + public static final String + IOTDBTHRIFTSYNCCONNECTOR_ONLY_SUPPORT_PIPEINSERTNODETABLETINSERTIONEVENT_AND_PIP = + "IoTDBThriftSyncConnector only support PipeInsertNodeTabletInsertionEvent and " + + "PipeRawTabletInsertionEvent. Ignore {}."; public static final String IOTDBTHRIFTSYNCCONNECTOR_ONLY_SUPPORT_PIPETSFILEINSERTIONEVENT_IGNORE = "IoTDBThriftSyncConnector only support PipeTsFileInsertionEvent. Ignore {}."; public static final String LEADERCACHEMANAGER_ALLOCATEDMEMORYBLOCK_HAS_EXPANDED_FROM_TO = @@ -965,8 +982,9 @@ public final class DataNodePipeMessages { public static final String SUCCESSFULLY_TRANSFERRED_FILE = "Successfully transferred file {}."; public static final String SUCCESSFULLY_TRANSFERRED_FILE_AND = "Successfully transferred file {}, {} and {}."; - public static final String SUCCESSFULLY_TRANSFERRED_FILE_BATCHED_TABLEINSERTIONEVENTS_REFERENCE_COUNT = - "Successfully transferred file {} (batched TableInsertionEvents, reference count={})."; + public static final String + SUCCESSFULLY_TRANSFERRED_FILE_BATCHED_TABLEINSERTIONEVENTS_REFERENCE_COUNT = + "Successfully transferred file {} (batched TableInsertionEvents, reference count={})."; public static final String SUCCESSFULLY_TRANSFERRED_FILE_COMMITTER_KEY_COMMIT_ID = "Successfully transferred file {} (committer key={}, commit id={}, reference count={})."; public static final String SUCCESSFULLY_TRANSFERRED_SCHEMA_EVENT = @@ -1030,9 +1048,10 @@ public final class DataNodePipeMessages { "The websocket server {}:{} has been started!"; public static final String THE_WRITTEN_TABLET_TIME_MAY_OVERLAP_OR = "The written Tablet time may overlap or the Schema may be incorrect"; - public static final String THIS_CONNECTOR_ONLY_SUPPORT_PIPEINSERTNODETABLETINSERTIONEVENT_AND_PIPERAWTABLET = - "This Connector only support PipeInsertNodeTabletInsertionEvent and " - + "PipeRawTabletInsertionEvent. Ignore {}."; + public static final String + THIS_CONNECTOR_ONLY_SUPPORT_PIPEINSERTNODETABLETINSERTIONEVENT_AND_PIPERAWTABLET = + "This Connector only support PipeInsertNodeTabletInsertionEvent and " + + "PipeRawTabletInsertionEvent. Ignore {}."; public static final String TIMED_OUT_WHEN_WAITING_FOR_CLIENT_HANDSHAKE = "Timed out when waiting for client handshake finish."; public static final String TIOTCONSENSUSV2BATCHTRANSFERRESP_IS_NULL = @@ -1067,18 +1086,21 @@ public final class DataNodePipeMessages { public static final String WEBSOCKETCONNECTOR_FAILED_TO_INCREASE_THE_REFERENCE_COUNT = "WebsocketConnector failed to increase the reference count of the event. Ignore it. " + "Current event: {}."; - public static final String WEBSOCKETCONNECTOR_ONLY_SUPPORT_PIPEINSERTNODETABLETINSERTIONEVENT_AND_PIPERAWTA = - "WebsocketConnector only support PipeInsertNodeTabletInsertionEvent and " - + "PipeRawTabletInsertionEvent. Current event: {}."; - public static final String WEBSOCKETCONNECTOR_ONLY_SUPPORT_PIPETSFILEINSERTIONEVENT_CURRENT_EVENT = - "WebsocketConnector only support PipeTsFileInsertionEvent. Current event: {}."; + public static final String + WEBSOCKETCONNECTOR_ONLY_SUPPORT_PIPEINSERTNODETABLETINSERTIONEVENT_AND_PIPERAWTA = + "WebsocketConnector only support PipeInsertNodeTabletInsertionEvent and " + + "PipeRawTabletInsertionEvent. Current event: {}."; + public static final String + WEBSOCKETCONNECTOR_ONLY_SUPPORT_PIPETSFILEINSERTIONEVENT_CURRENT_EVENT = + "WebsocketConnector only support PipeTsFileInsertionEvent. Current event: {}."; public static final String WHEN_THE_OPC_UA_SINK_POINTS_TO = "When the OPC UA sink points to an outer server, the table model data is not supported."; public static final String WHEN_THE_OPC_UA_SINK_SETS_WITH = "When the OPC UA sink sets 'with-quality' to true, the table model data is not supported."; - public static final String WRITEBACKSINK_ONLY_SUPPORT_PIPEINSERTNODETABLETINSERTIONEVENT_AND_PIPERAWTABLETI = - "WriteBackSink only support PipeInsertNodeTabletInsertionEvent and " - + "PipeRawTabletInsertionEvent. Ignore {}."; + public static final String + WRITEBACKSINK_ONLY_SUPPORT_PIPEINSERTNODETABLETINSERTIONEVENT_AND_PIPERAWTABLETI = + "WriteBackSink only support PipeInsertNodeTabletInsertionEvent and " + + "PipeRawTabletInsertionEvent. Ignore {}."; // ===================== RECEIVER ===================== @@ -1134,9 +1156,10 @@ public final class DataNodePipeMessages { "IoTConsensusV2Receiver thread is interrupted when waiting for receiver get initiated, " + "may because system exit."; public static final String IOTCONSENSUSV2_PIPENAME = "IoTConsensusV2-PipeName-{}: {}"; - public static final String IOTCONSENSUSV2_PIPENAME_CURRENT_WAITING_IS_INTERRUPTED_ONSYNCEDCOMMITINDEX = - "IoTConsensusV2-PipeName-{}: current waiting is interrupted. onSyncedCommitIndex: {}. " - + "Exception: "; + public static final String + IOTCONSENSUSV2_PIPENAME_CURRENT_WAITING_IS_INTERRUPTED_ONSYNCEDCOMMITINDEX = + "IoTConsensusV2-PipeName-{}: current waiting is interrupted. onSyncedCommitIndex: {}. " + + "Exception: "; public static final String IOTCONSENSUSV2_PIPENAME_CURRENT_WRITING_FILE_WRITER_IS = "IoTConsensusV2-PipeName-{}: Current writing file writer is null. No need to close."; public static final String IOTCONSENSUSV2_PIPENAME_CURRENT_WRITING_FILE_WRITER_WAS = @@ -1201,9 +1224,10 @@ public final class DataNodePipeMessages { "IoTConsensusV2-PipeName-{}: process no.{} event successfully!"; public static final String IOTCONSENSUSV2_PIPENAME_RECEIVED_A_DEPRECATED_REQUEST_WHICH = "IoTConsensusV2-PipeName-{}: received a deprecated request-{}, which may because {}. "; - public static final String IOTCONSENSUSV2_PIPENAME_RECEIVER_DETECTED_AN_NEWER_PIPETASKRESTARTTIMES = - "IoTConsensusV2-PipeName-{}: receiver detected an newer pipeTaskRestartTimes, which " - + "indicates the pipe task has restarted. receiver will reset all its data."; + public static final String + IOTCONSENSUSV2_PIPENAME_RECEIVER_DETECTED_AN_NEWER_PIPETASKRESTARTTIMES = + "IoTConsensusV2-PipeName-{}: receiver detected an newer pipeTaskRestartTimes, which " + + "indicates the pipe task has restarted. receiver will reset all its data."; public static final String IOTCONSENSUSV2_PIPENAME_RECEIVER_DETECTED_AN_NEWER_REBOOTTIMES = "IoTConsensusV2-PipeName-{}: receiver detected an newer rebootTimes, which indicates the " + "leader has rebooted. receiver will reset all its data."; @@ -1570,717 +1594,976 @@ public final class DataNodePipeMessages { "TPipeTransferResp is null when transferring slice."; private DataNodePipeMessages() {} + // --------------------------------------------------------------------------- // Additional log messages // --------------------------------------------------------------------------- - public static final String PIPE_LOG_SUBSCRIPTION_DETECT_DUPLICATED_PIPETSFILEINSERTIONEVENT_23A4740C = - "Subscription: Detect duplicated PipeTsFileInsertionEvent {}, commit it directly"; - public static final String PIPE_LOG_SUBSCRIPTION_PREFETCHING_QUEUE_BOUND_TO_TOPIC_FOR_CONSUMER_ECB64624 = - "Subscription: prefetching queue bound to topic [{}] for consumer group [{}] is completed, " - + "return termination response to client"; - public static final String PIPE_LOG_SUBSCRIPTION_PREFETCHING_QUEUE_BOUND_TO_TOPIC_FOR_CONSUMER_8F561EB2 = - "Subscription: prefetching queue bound to topic [{}] for consumer group [{}] is completed, " - + "reply to client heartbeat request"; - public static final String PIPE_LOG_SUBSCRIPTION_CREATE_PREFETCHING_QUEUE_BOUND_TO_TOPIC_FOR_E7F21F1E = - "Subscription: create prefetching queue bound to topic [{}] for consumer group [{}]"; - public static final String PIPE_LOG_SUBSCRIPTION_DROP_PREFETCHING_QUEUE_BOUND_TO_TOPIC_FOR_CONSUMER_21F313CB = - "Subscription: drop prefetching queue bound to topic [{}] for consumer group [{}]"; - public static final String PIPE_LOG_SUBSCRIPTION_PREFETCHING_QUEUE_BOUND_TO_TOPIC_FOR_CONSUMER_03B89C51 = - "Subscription: prefetching queue bound to topic [{}] for consumer group [{}] still exists, " - + "unbind it before closing"; - public static final String PIPE_LOG_SUBSCRIPTION_PREFETCHING_QUEUE_BOUND_TO_TOPIC_FOR_CONSUMER_EA7D450B = - "Subscription: prefetching queue bound to topic [{}] for consumer group [{}] is closed"; - public static final String PIPE_LOG_SUBSCRIPTION_PREFETCHING_QUEUE_BOUND_TO_TOPIC_FOR_CONSUMER_12E69B65 = - "Subscription: prefetching queue bound to topic [{}] for consumer group [{}] does not exist"; - public static final String PIPE_LOG_SUBSCRIPTION_PREFETCHING_QUEUE_BOUND_TO_TOPIC_FOR_CONSUMER_C2735402 = - "Subscription: prefetching queue bound to topic [{}] for consumer group [{}] has already " - + "existed"; - public static final String PIPE_LOG_SUBSCRIPTIONPREFETCHINGTABLETQUEUE_DETECTED_OUTDATED_POLL_C0001CCF = - "SubscriptionPrefetchingTabletQueue {} detected outdated poll request, consumer {}, commit " - + "context {}, offset {}"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONBROKER_POLL_CALLED_CONSUMERID_TOPICNAMES_5F1F5175 = - "ConsensusSubscriptionBroker [{}]: poll called, consumerId={}, topicNames={}, queueCount={}, " - + "maxBytes={}"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONBROKER_POLL_RESULT_CONSUMERID_EVENTSPOLLED_06412726 = - "ConsensusSubscriptionBroker [{}]: poll result, consumerId={}, eventsPolled={}, " - + "eventsNacked={}"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONBROKER_REFRESHED_OWNERSHIP_FOR_TOPIC_EB11CF64 = - "ConsensusSubscriptionBroker [{}]: refreshed ownership for topic [{}], consumers={}, " - + "regions={}, generation={}"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONBROKER_STABLE_OWNERSHIP_POLL_ORDER_D40BB7D4 = - "ConsensusSubscriptionBroker [{}]: stable ownership poll order for topic [{}], " - + "assignedQueueCount={}"; - public static final String PIPE_LOG_SUBSCRIPTION_CONSENSUS_PREFETCHING_QUEUE_FOR_TOPIC_REGION_B40792D9 = - "Subscription: consensus prefetching queue for topic [{}], region [{}] in consumer group " - + "[{}] already exists, skipping"; - public static final String PIPE_LOG_SUBSCRIPTION_CREATE_CONSENSUS_PREFETCHING_QUEUE_BOUND_TO_0DBFC05E = - "Subscription: create consensus prefetching queue bound to topic [{}] for consumer group " - + "[{}], consensusGroupId={}, fallbackCommittedRegionProgress={}, tailStartSearchIndex={}, " - + "initialRuntimeVersion={}, initialActive={}, totalRegionQueues={}"; - public static final String PIPE_LOG_SUBSCRIPTION_CLOSED_CONSENSUS_PREFETCHING_QUEUE_FOR_TOPIC_3A9DDEC5 = - "Subscription: closed consensus prefetching queue for topic [{}] region [{}] in consumer " - + "group [{}] due to region removal"; - public static final String PIPE_LOG_SUBSCRIPTION_CONSENSUS_PREFETCHING_QUEUE_S_BOUND_TO_TOPIC_AB10ED07 = - "Subscription: consensus prefetching queue(s) bound to topic [{}] for consumer group [{}] " - + "still exist, unbind before closing"; - public static final String PIPE_LOG_SUBSCRIPTION_DROP_ALL_CONSENSUS_PREFETCHING_QUEUE_S_BOUND_FCC1B2C4 = - "Subscription: drop all {} consensus prefetching queue(s) bound to topic [{}] for consumer " - + "group [{}]"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONBROKER_NO_QUEUES_FOR_TOPIC_TO_COMMIT_7D8CC39D = - "ConsensusSubscriptionBroker [{}]: no queues for topic [{}] to commit"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONBROKER_COMMIT_CONTEXT_NOT_FOUND_IN_46DF62A6 = - "ConsensusSubscriptionBroker [{}]: commit context {} not found in any of {} region queue(s) " - + "for topic [{}]"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONBROKER_NO_QUEUES_FOR_TOPIC_TO_SEEK_6307A90D = - "ConsensusSubscriptionBroker [{}]: no queues for topic [{}] to seek"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONBROKER_UNSUPPORTED_SEEKTYPE_FOR_TOPIC_EDCA2CF2 = - "ConsensusSubscriptionBroker [{}]: unsupported seekType {} for topic [{}]"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONBROKER_NO_QUEUES_FOR_TOPIC_TO_SEEK_9AC3890C = - "ConsensusSubscriptionBroker [{}]: no queues for topic [{}] to seek(topicProgress)"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONBROKER_NO_QUEUES_FOR_TOPIC_TO_SEEKAFTER_C6D87BFD = - "ConsensusSubscriptionBroker [{}]: no queues for topic [{}] to seekAfter(topicProgress)"; - public static final String PIPE_LOG_SUBSCRIPTION_CONSENSUS_PREFETCHING_QUEUES_BOUND_TO_TOPIC_63B37089 = - "Subscription: consensus prefetching queues bound to topic [{}] for consumer group [{}] do " - + "not exist"; - public static final String PIPE_LOG_SUBSCRIPTIONPREFETCHINGTSFILEQUEUE_DETECTED_OUTDATED_POLL_7E0CE108 = - "SubscriptionPrefetchingTsFileQueue {} detected outdated poll request, consumer {}, commit " - + "context {}, writing offset {}"; - public static final String PIPE_LOG_SUBSCRIPTION_SUBSCRIPTIONPREFETCHINGQUEUE_COMMIT_PIPETERMINATEEVENT_36529DC9 = - "Subscription: SubscriptionPrefetchingQueue {} commit PipeTerminateEvent {}"; - public static final String PIPE_LOG_SUBSCRIPTION_SUBSCRIPTIONPREFETCHINGQUEUE_IGNORE_ENRICHEDEVENT_95C6241C = - "Subscription: SubscriptionPrefetchingQueue {} ignore EnrichedEvent {} when prefetching."; - public static final String PIPE_LOG_SUBSCRIPTION_SUBSCRIPTIONPREFETCHINGQUEUE_POLL_COMMITTED_8684FF17 = - "Subscription: SubscriptionPrefetchingQueue {} poll committed event {} from prefetching " - + "queue (broken invariant), remove it"; - public static final String PIPE_LOG_SUBSCRIPTION_SUBSCRIPTIONPREFETCHINGQUEUE_POLL_NON_POLLABLE_644D5D6B = - "Subscription: SubscriptionPrefetchingQueue {} poll non-pollable event {} from prefetching " - + "queue (broken invariant), nack and remove it"; - public static final String PIPE_LOG_SUBSCRIPTION_SUBSCRIPTIONPREFETCHINGQUEUE_INTERRUPTED_WHILE_F8923826 = - "Subscription: SubscriptionPrefetchingQueue {} interrupted while polling events."; - public static final String PIPE_LOG_SUBSCRIPTION_INCONSISTENT_HEARTBEAT_EVENT_WHEN_PEEKING_BROKEN_BFE1DF6E = - "Subscription: inconsistent heartbeat event when {} peeking (broken invariant), expected {}, " - + "actual {}, offer back"; - public static final String PIPE_LOG_SUBSCRIPTION_SUBSCRIPTIONPREFETCHINGQUEUE_ONLY_SUPPORT_PREFETCH_F3B33B30 = - "Subscription: SubscriptionPrefetchingQueue {} only support prefetch EnrichedEvent. Ignore " - + "{}."; - public static final String PIPE_LOG_SUBSCRIPTION_SUBSCRIPTIONPREFETCHINGQUEUE_PREFETCH_TSFILEINSERTIONEVENT_19444D2C = - "Subscription: SubscriptionPrefetchingQueue {} prefetch TsFileInsertionEvent when " - + "ToTabletIterator is not null (broken invariant). Ignore {}."; - public static final String PIPE_LOG_FAILED_TO_INCREASE_REFERENCE_COUNT_FOR_WHEN_ON_RETRYABLE_4E10BE3B = - "Failed to increase reference count for {} when {} on retryable TabletInsertionEvent"; - public static final String PIPE_LOG_EXCEPTION_OCCURRED_WHEN_ON_RETRYABLE_TABLETINSERTIONEVENT_2350D9F7 = - "Exception occurred when {} on retryable TabletInsertionEvent {}"; - public static final String PIPE_LOG_SUBSCRIPTION_SUBSCRIPTION_COMMIT_CONTEXT_DOES_NOT_EXIST_0E4EF990 = - "Subscription: subscription commit context {} does not exist, it may have been committed or " - + "something unexpected happened, prefetching queue: {}"; - public static final String PIPE_LOG_SUBSCRIPTION_SUBSCRIPTION_EVENT_IS_COMMITTED_SUBSCRIPTION_BEE17D7F = - "Subscription: subscription event {} is committed, subscription commit context {}, " - + "prefetching queue: {}"; - public static final String PIPE_LOG_SUBSCRIPTION_SUBSCRIPTION_EVENT_IS_NOT_COMMITTABLE_SUBSCRIPTION_8D03A10C = - "Subscription: subscription event {} is not committable, subscription commit context {}, " - + "prefetching queue: {}"; - public static final String PIPE_LOG_INCONSISTENT_CONSUMER_GROUP_WHEN_ACKING_EVENT_CURRENT_INCOMING_AEE3E90F = - "inconsistent consumer group when acking event, current: {}, incoming: {}, consumer id: {}, " - + "event commit context: {}, prefetching queue: {}, commit it anyway..."; - public static final String PIPE_LOG_SUBSCRIPTION_SUBSCRIPTION_COMMIT_CONTEXT_DOES_NOT_EXIST_DE907E05 = - "Subscription: subscription commit context [{}] does not exist, it may have been committed " - + "or something unexpected happened, prefetching queue: {}"; - public static final String PIPE_LOG_INCONSISTENT_CONSUMER_GROUP_WHEN_NACKING_EVENT_CURRENT_INCOMING_B0104C41 = - "inconsistent consumer group when nacking event, current: {}, incoming: {}, consumer id: {}, " - + "event commit context: {}, prefetching queue: {}, commit it anyway..."; - public static final String PIPE_LOG_SUBSCRIPTION_SUBSCRIPTIONPREFETCHINGQUEUE_RECYCLE_EVENT_7B120BC3 = - "Subscription: SubscriptionPrefetchingQueue {} recycle event {} from in flight events, nack " - + "and enqueue it to prefetching queue"; - public static final String PIPE_LOG_SUBSCRIPTION_POISON_MESSAGE_DETECTED_NACKCOUNT_FORCE_ACKING_7528DD6B = - "Subscription: poison message detected (nackCount={}), force-acking event {} in prefetching " - + "queue: {}"; - public static final String PIPE_LOG_SUBSCRIPTION_POISON_MESSAGE_DETECTED_NACKCOUNT_FORCE_ACKING_D984349C = - "Subscription: poison message detected (nackCount={}), force-acking eagerly pollable event " - + "{} in prefetching queue: {}"; - public static final String PIPE_LOG_SUBSCRIPTION_POISON_MESSAGE_DETECTED_NACKCOUNT_FORCE_ACKING_FEF0F0BF = - "Subscription: poison message detected (nackCount={}), force-acking pollable event {} in " - + "prefetching queue: {}"; - public static final String PIPE_LOG_SUBSCRIPTION_UNKNOWN_PIPESUBSCRIBEREQUESTVERSION_RESPONSE_56E5D93F = - "Subscription: Unknown PipeSubscribeRequestVersion, response status = {}."; - public static final String PIPE_LOG_THE_SUBSCRIPTION_REQUEST_VERSION_IS_DIFFERENT_FROM_THE_CLIENT_324A125F = - "The subscription request version {} is different from the client request version {}, the " - + "receiver will be reset to the client request version."; - public static final String PIPE_LOG_SUBSCRIPTION_CONSENSUS_IS_A_NO_OP_ON_THIS_DATANODE_BECAUSE_28F7E92B = - "Subscription: consensus {} is a no-op on this DataNode because no local queue exists, " - + "consumerGroup={}, topic={}"; - public static final String PIPE_LOG_SUBSCRIPTIONBROKERAGENT_REFRESHING_CONSENSUS_QUEUE_ORDER_1886704D = - "SubscriptionBrokerAgent: refreshing consensus queue order-mode for topic [{}] to [{}]"; - public static final String PIPE_LOG_SUBSCRIPTION_UNBOUND_CONSENSUS_PREFETCHING_QUEUE_S_FOR_REMOVED_AC018742 = - "Subscription: unbound {} consensus prefetching queue(s) for removed region [{}]"; - public static final String PIPE_LOG_SUBSCRIPTIONBROKERAGENT_SETACTIVEFORREGION_REGIONID_ACTIVE_4AC3A2CB = - "SubscriptionBrokerAgent: setActiveForRegion regionId={}, active={}"; - public static final String PIPE_LOG_SUBSCRIPTIONBROKERAGENT_SETACTIVEWRITERSFORREGION_REGIONID_48B39B3E = - "SubscriptionBrokerAgent: setActiveWritersForRegion regionId={}, activeWriterNodeIds={}"; - public static final String PIPE_LOG_SUBSCRIPTIONBROKERAGENT_APPLYRUNTIMESTATEFORREGION_REGIONID_6D8C37A1 = - "SubscriptionBrokerAgent: applyRuntimeStateForRegion regionId={}, runtimeState={}"; - public static final String PIPE_LOG_SUBSCRIPTION_FAILED_TO_PARSE_CONSENSUS_REGION_ID_FOR_COMMITTED_9F1A50EB = - "Subscription: failed to parse consensus region id {} for committed progress, topic={}, " - + "consumerGroup={}"; - public static final String PIPE_LOG_SUBSCRIPTION_CONSENSUS_BROKER_BOUND_TO_CONSUMER_GROUP_DOES_E46FCDD9 = - "Subscription: consensus broker bound to consumer group [{}] does not exist"; - public static final String PIPE_LOG_SUBSCRIPTION_PIPE_BROKER_BOUND_TO_CONSUMER_GROUP_DOES_NOT_E9B60B22 = - "Subscription: pipe broker bound to consumer group [{}] does not exist"; - public static final String PIPE_LOG_SUBSCRIPTION_BROKER_BOUND_TO_CONSUMER_GROUP_DOES_NOT_EXIST_74CAD5BE = - "Subscription: broker bound to consumer group [{}] does not exist"; - public static final String PIPE_LOG_SUBSCRIPTION_CONSUMER_GROUP_META_CHANGE_DETECTED_TOPICSUNSUBBYGROUP_F6DAF20A = - "Subscription: consumer group [{}] meta change detected, topicsUnsubByGroup={}, " - + "newlySubscribedTopics={}"; - public static final String PIPE_LOG_EXCEPTION_OCCURRED_WHEN_HANDLING_SINGLE_CONSUMER_GROUP_META_10E7688C = - "Exception occurred when handling single consumer group meta changes for consumer group {}"; - public static final String PIPE_LOG_SUBSCRIPTION_BROKER_BOUND_TO_CONSUMER_GROUP_HAS_ALREADY_0F37997F = - "Subscription: broker bound to consumer group [{}] has already existed when the creation " - + "time of consumer group meta on local agent {} is inconsistent with meta from coordinator " - + "{}, drop it"; - public static final String PIPE_LOG_SUBSCRIPTION_BROKER_BOUND_TO_CONSUMER_GROUP_DOES_NOT_EXISTED_9F09E4DE = - "Subscription: broker bound to consumer group [{}] does not existed when the corresponding " - + "consumer group meta has already existed on local agent, ignore it"; - public static final String PIPE_LOG_EXCEPTION_OCCURRED_WHEN_HANDLING_SINGLE_TOPIC_META_CHANGES_43434FC4 = - "Exception occurred when handling single topic meta changes for topic {}"; + public static final String + PIPE_LOG_SUBSCRIPTION_DETECT_DUPLICATED_PIPETSFILEINSERTIONEVENT_23A4740C = + "Subscription: Detect duplicated PipeTsFileInsertionEvent {}, commit it directly"; + public static final String + PIPE_LOG_SUBSCRIPTION_PREFETCHING_QUEUE_BOUND_TO_TOPIC_FOR_CONSUMER_ECB64624 = + "Subscription: prefetching queue bound to topic [{}] for consumer group [{}] is completed, " + + "return termination response to client"; + public static final String + PIPE_LOG_SUBSCRIPTION_PREFETCHING_QUEUE_BOUND_TO_TOPIC_FOR_CONSUMER_8F561EB2 = + "Subscription: prefetching queue bound to topic [{}] for consumer group [{}] is completed, " + + "reply to client heartbeat request"; + public static final String + PIPE_LOG_SUBSCRIPTION_CREATE_PREFETCHING_QUEUE_BOUND_TO_TOPIC_FOR_E7F21F1E = + "Subscription: create prefetching queue bound to topic [{}] for consumer group [{}]"; + public static final String + PIPE_LOG_SUBSCRIPTION_DROP_PREFETCHING_QUEUE_BOUND_TO_TOPIC_FOR_CONSUMER_21F313CB = + "Subscription: drop prefetching queue bound to topic [{}] for consumer group [{}]"; + public static final String + PIPE_LOG_SUBSCRIPTION_PREFETCHING_QUEUE_BOUND_TO_TOPIC_FOR_CONSUMER_03B89C51 = + "Subscription: prefetching queue bound to topic [{}] for consumer group [{}] still exists, " + + "unbind it before closing"; + public static final String + PIPE_LOG_SUBSCRIPTION_PREFETCHING_QUEUE_BOUND_TO_TOPIC_FOR_CONSUMER_EA7D450B = + "Subscription: prefetching queue bound to topic [{}] for consumer group [{}] is closed"; + public static final String + PIPE_LOG_SUBSCRIPTION_PREFETCHING_QUEUE_BOUND_TO_TOPIC_FOR_CONSUMER_12E69B65 = + "Subscription: prefetching queue bound to topic [{}] for consumer group [{}] does not exist"; + public static final String + PIPE_LOG_SUBSCRIPTION_PREFETCHING_QUEUE_BOUND_TO_TOPIC_FOR_CONSUMER_C2735402 = + "Subscription: prefetching queue bound to topic [{}] for consumer group [{}] has already " + + "existed"; + public static final String + PIPE_LOG_SUBSCRIPTIONPREFETCHINGTABLETQUEUE_DETECTED_OUTDATED_POLL_C0001CCF = + "SubscriptionPrefetchingTabletQueue {} detected outdated poll request, consumer {}, commit " + + "context {}, offset {}"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONBROKER_POLL_CALLED_CONSUMERID_TOPICNAMES_5F1F5175 = + "ConsensusSubscriptionBroker [{}]: poll called, consumerId={}, topicNames={}, queueCount={}, " + + "maxBytes={}"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONBROKER_POLL_RESULT_CONSUMERID_EVENTSPOLLED_06412726 = + "ConsensusSubscriptionBroker [{}]: poll result, consumerId={}, eventsPolled={}, " + + "eventsNacked={}"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONBROKER_REFRESHED_OWNERSHIP_FOR_TOPIC_EB11CF64 = + "ConsensusSubscriptionBroker [{}]: refreshed ownership for topic [{}], consumers={}, " + + "regions={}, generation={}"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONBROKER_STABLE_OWNERSHIP_POLL_ORDER_D40BB7D4 = + "ConsensusSubscriptionBroker [{}]: stable ownership poll order for topic [{}], " + + "assignedQueueCount={}"; + public static final String + PIPE_LOG_SUBSCRIPTION_CONSENSUS_PREFETCHING_QUEUE_FOR_TOPIC_REGION_B40792D9 = + "Subscription: consensus prefetching queue for topic [{}], region [{}] in consumer group " + + "[{}] already exists, skipping"; + public static final String + PIPE_LOG_SUBSCRIPTION_CREATE_CONSENSUS_PREFETCHING_QUEUE_BOUND_TO_0DBFC05E = + "Subscription: create consensus prefetching queue bound to topic [{}] for consumer group " + + "[{}], consensusGroupId={}, fallbackCommittedRegionProgress={}, tailStartSearchIndex={}, " + + "initialRuntimeVersion={}, initialActive={}, totalRegionQueues={}"; + public static final String + PIPE_LOG_SUBSCRIPTION_CLOSED_CONSENSUS_PREFETCHING_QUEUE_FOR_TOPIC_3A9DDEC5 = + "Subscription: closed consensus prefetching queue for topic [{}] region [{}] in consumer " + + "group [{}] due to region removal"; + public static final String + PIPE_LOG_SUBSCRIPTION_CONSENSUS_PREFETCHING_QUEUE_S_BOUND_TO_TOPIC_AB10ED07 = + "Subscription: consensus prefetching queue(s) bound to topic [{}] for consumer group [{}] " + + "still exist, unbind before closing"; + public static final String + PIPE_LOG_SUBSCRIPTION_DROP_ALL_CONSENSUS_PREFETCHING_QUEUE_S_BOUND_FCC1B2C4 = + "Subscription: drop all {} consensus prefetching queue(s) bound to topic [{}] for consumer " + + "group [{}]"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONBROKER_NO_QUEUES_FOR_TOPIC_TO_COMMIT_7D8CC39D = + "ConsensusSubscriptionBroker [{}]: no queues for topic [{}] to commit"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONBROKER_COMMIT_CONTEXT_NOT_FOUND_IN_46DF62A6 = + "ConsensusSubscriptionBroker [{}]: commit context {} not found in any of {} region queue(s) " + + "for topic [{}]"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONBROKER_NO_QUEUES_FOR_TOPIC_TO_SEEK_6307A90D = + "ConsensusSubscriptionBroker [{}]: no queues for topic [{}] to seek"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONBROKER_UNSUPPORTED_SEEKTYPE_FOR_TOPIC_EDCA2CF2 = + "ConsensusSubscriptionBroker [{}]: unsupported seekType {} for topic [{}]"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONBROKER_NO_QUEUES_FOR_TOPIC_TO_SEEK_9AC3890C = + "ConsensusSubscriptionBroker [{}]: no queues for topic [{}] to seek(topicProgress)"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONBROKER_NO_QUEUES_FOR_TOPIC_TO_SEEKAFTER_C6D87BFD = + "ConsensusSubscriptionBroker [{}]: no queues for topic [{}] to seekAfter(topicProgress)"; + public static final String + PIPE_LOG_SUBSCRIPTION_CONSENSUS_PREFETCHING_QUEUES_BOUND_TO_TOPIC_63B37089 = + "Subscription: consensus prefetching queues bound to topic [{}] for consumer group [{}] do " + + "not exist"; + public static final String + PIPE_LOG_SUBSCRIPTIONPREFETCHINGTSFILEQUEUE_DETECTED_OUTDATED_POLL_7E0CE108 = + "SubscriptionPrefetchingTsFileQueue {} detected outdated poll request, consumer {}, commit " + + "context {}, writing offset {}"; + public static final String + PIPE_LOG_SUBSCRIPTION_SUBSCRIPTIONPREFETCHINGQUEUE_COMMIT_PIPETERMINATEEVENT_36529DC9 = + "Subscription: SubscriptionPrefetchingQueue {} commit PipeTerminateEvent {}"; + public static final String + PIPE_LOG_SUBSCRIPTION_SUBSCRIPTIONPREFETCHINGQUEUE_IGNORE_ENRICHEDEVENT_95C6241C = + "Subscription: SubscriptionPrefetchingQueue {} ignore EnrichedEvent {} when prefetching."; + public static final String + PIPE_LOG_SUBSCRIPTION_SUBSCRIPTIONPREFETCHINGQUEUE_POLL_COMMITTED_8684FF17 = + "Subscription: SubscriptionPrefetchingQueue {} poll committed event {} from prefetching " + + "queue (broken invariant), remove it"; + public static final String + PIPE_LOG_SUBSCRIPTION_SUBSCRIPTIONPREFETCHINGQUEUE_POLL_NON_POLLABLE_644D5D6B = + "Subscription: SubscriptionPrefetchingQueue {} poll non-pollable event {} from prefetching " + + "queue (broken invariant), nack and remove it"; + public static final String + PIPE_LOG_SUBSCRIPTION_SUBSCRIPTIONPREFETCHINGQUEUE_INTERRUPTED_WHILE_F8923826 = + "Subscription: SubscriptionPrefetchingQueue {} interrupted while polling events."; + public static final String + PIPE_LOG_SUBSCRIPTION_INCONSISTENT_HEARTBEAT_EVENT_WHEN_PEEKING_BROKEN_BFE1DF6E = + "Subscription: inconsistent heartbeat event when {} peeking (broken invariant), expected {}, " + + "actual {}, offer back"; + public static final String + PIPE_LOG_SUBSCRIPTION_SUBSCRIPTIONPREFETCHINGQUEUE_ONLY_SUPPORT_PREFETCH_F3B33B30 = + "Subscription: SubscriptionPrefetchingQueue {} only support prefetch EnrichedEvent. Ignore " + + "{}."; + public static final String + PIPE_LOG_SUBSCRIPTION_SUBSCRIPTIONPREFETCHINGQUEUE_PREFETCH_TSFILEINSERTIONEVENT_19444D2C = + "Subscription: SubscriptionPrefetchingQueue {} prefetch TsFileInsertionEvent when " + + "ToTabletIterator is not null (broken invariant). Ignore {}."; + public static final String + PIPE_LOG_FAILED_TO_INCREASE_REFERENCE_COUNT_FOR_WHEN_ON_RETRYABLE_4E10BE3B = + "Failed to increase reference count for {} when {} on retryable TabletInsertionEvent"; + public static final String + PIPE_LOG_EXCEPTION_OCCURRED_WHEN_ON_RETRYABLE_TABLETINSERTIONEVENT_2350D9F7 = + "Exception occurred when {} on retryable TabletInsertionEvent {}"; + public static final String + PIPE_LOG_SUBSCRIPTION_SUBSCRIPTION_COMMIT_CONTEXT_DOES_NOT_EXIST_0E4EF990 = + "Subscription: subscription commit context {} does not exist, it may have been committed or " + + "something unexpected happened, prefetching queue: {}"; + public static final String + PIPE_LOG_SUBSCRIPTION_SUBSCRIPTION_EVENT_IS_COMMITTED_SUBSCRIPTION_BEE17D7F = + "Subscription: subscription event {} is committed, subscription commit context {}, " + + "prefetching queue: {}"; + public static final String + PIPE_LOG_SUBSCRIPTION_SUBSCRIPTION_EVENT_IS_NOT_COMMITTABLE_SUBSCRIPTION_8D03A10C = + "Subscription: subscription event {} is not committable, subscription commit context {}, " + + "prefetching queue: {}"; + public static final String + PIPE_LOG_INCONSISTENT_CONSUMER_GROUP_WHEN_ACKING_EVENT_CURRENT_INCOMING_AEE3E90F = + "inconsistent consumer group when acking event, current: {}, incoming: {}, consumer id: {}, " + + "event commit context: {}, prefetching queue: {}, commit it anyway..."; + public static final String + PIPE_LOG_SUBSCRIPTION_SUBSCRIPTION_COMMIT_CONTEXT_DOES_NOT_EXIST_DE907E05 = + "Subscription: subscription commit context [{}] does not exist, it may have been committed " + + "or something unexpected happened, prefetching queue: {}"; + public static final String + PIPE_LOG_INCONSISTENT_CONSUMER_GROUP_WHEN_NACKING_EVENT_CURRENT_INCOMING_B0104C41 = + "inconsistent consumer group when nacking event, current: {}, incoming: {}, consumer id: {}, " + + "event commit context: {}, prefetching queue: {}, commit it anyway..."; + public static final String + PIPE_LOG_SUBSCRIPTION_SUBSCRIPTIONPREFETCHINGQUEUE_RECYCLE_EVENT_7B120BC3 = + "Subscription: SubscriptionPrefetchingQueue {} recycle event {} from in flight events, nack " + + "and enqueue it to prefetching queue"; + public static final String + PIPE_LOG_SUBSCRIPTION_POISON_MESSAGE_DETECTED_NACKCOUNT_FORCE_ACKING_7528DD6B = + "Subscription: poison message detected (nackCount={}), force-acking event {} in prefetching " + + "queue: {}"; + public static final String + PIPE_LOG_SUBSCRIPTION_POISON_MESSAGE_DETECTED_NACKCOUNT_FORCE_ACKING_D984349C = + "Subscription: poison message detected (nackCount={}), force-acking eagerly pollable event " + + "{} in prefetching queue: {}"; + public static final String + PIPE_LOG_SUBSCRIPTION_POISON_MESSAGE_DETECTED_NACKCOUNT_FORCE_ACKING_FEF0F0BF = + "Subscription: poison message detected (nackCount={}), force-acking pollable event {} in " + + "prefetching queue: {}"; + public static final String + PIPE_LOG_SUBSCRIPTION_UNKNOWN_PIPESUBSCRIBEREQUESTVERSION_RESPONSE_56E5D93F = + "Subscription: Unknown PipeSubscribeRequestVersion, response status = {}."; + public static final String + PIPE_LOG_THE_SUBSCRIPTION_REQUEST_VERSION_IS_DIFFERENT_FROM_THE_CLIENT_324A125F = + "The subscription request version {} is different from the client request version {}, the " + + "receiver will be reset to the client request version."; + public static final String + PIPE_LOG_SUBSCRIPTION_CONSENSUS_IS_A_NO_OP_ON_THIS_DATANODE_BECAUSE_28F7E92B = + "Subscription: consensus {} is a no-op on this DataNode because no local queue exists, " + + "consumerGroup={}, topic={}"; + public static final String + PIPE_LOG_SUBSCRIPTIONBROKERAGENT_REFRESHING_CONSENSUS_QUEUE_ORDER_1886704D = + "SubscriptionBrokerAgent: refreshing consensus queue order-mode for topic [{}] to [{}]"; + public static final String + PIPE_LOG_SUBSCRIPTION_UNBOUND_CONSENSUS_PREFETCHING_QUEUE_S_FOR_REMOVED_AC018742 = + "Subscription: unbound {} consensus prefetching queue(s) for removed region [{}]"; + public static final String + PIPE_LOG_SUBSCRIPTIONBROKERAGENT_SETACTIVEFORREGION_REGIONID_ACTIVE_4AC3A2CB = + "SubscriptionBrokerAgent: setActiveForRegion regionId={}, active={}"; + public static final String + PIPE_LOG_SUBSCRIPTIONBROKERAGENT_SETACTIVEWRITERSFORREGION_REGIONID_48B39B3E = + "SubscriptionBrokerAgent: setActiveWritersForRegion regionId={}, activeWriterNodeIds={}"; + public static final String + PIPE_LOG_SUBSCRIPTIONBROKERAGENT_APPLYRUNTIMESTATEFORREGION_REGIONID_6D8C37A1 = + "SubscriptionBrokerAgent: applyRuntimeStateForRegion regionId={}, runtimeState={}"; + public static final String + PIPE_LOG_SUBSCRIPTION_FAILED_TO_PARSE_CONSENSUS_REGION_ID_FOR_COMMITTED_9F1A50EB = + "Subscription: failed to parse consensus region id {} for committed progress, topic={}, " + + "consumerGroup={}"; + public static final String + PIPE_LOG_SUBSCRIPTION_CONSENSUS_BROKER_BOUND_TO_CONSUMER_GROUP_DOES_E46FCDD9 = + "Subscription: consensus broker bound to consumer group [{}] does not exist"; + public static final String + PIPE_LOG_SUBSCRIPTION_PIPE_BROKER_BOUND_TO_CONSUMER_GROUP_DOES_NOT_E9B60B22 = + "Subscription: pipe broker bound to consumer group [{}] does not exist"; + public static final String + PIPE_LOG_SUBSCRIPTION_BROKER_BOUND_TO_CONSUMER_GROUP_DOES_NOT_EXIST_74CAD5BE = + "Subscription: broker bound to consumer group [{}] does not exist"; + public static final String + PIPE_LOG_SUBSCRIPTION_CONSUMER_GROUP_META_CHANGE_DETECTED_TOPICSUNSUBBYGROUP_F6DAF20A = + "Subscription: consumer group [{}] meta change detected, topicsUnsubByGroup={}, " + + "newlySubscribedTopics={}"; + public static final String + PIPE_LOG_EXCEPTION_OCCURRED_WHEN_HANDLING_SINGLE_CONSUMER_GROUP_META_10E7688C = + "Exception occurred when handling single consumer group meta changes for consumer group {}"; + public static final String + PIPE_LOG_SUBSCRIPTION_BROKER_BOUND_TO_CONSUMER_GROUP_HAS_ALREADY_0F37997F = + "Subscription: broker bound to consumer group [{}] has already existed when the creation " + + "time of consumer group meta on local agent {} is inconsistent with meta from coordinator " + + "{}, drop it"; + public static final String + PIPE_LOG_SUBSCRIPTION_BROKER_BOUND_TO_CONSUMER_GROUP_DOES_NOT_EXISTED_9F09E4DE = + "Subscription: broker bound to consumer group [{}] does not existed when the corresponding " + + "consumer group meta has already existed on local agent, ignore it"; + public static final String + PIPE_LOG_EXCEPTION_OCCURRED_WHEN_HANDLING_SINGLE_TOPIC_META_CHANGES_43434FC4 = + "Exception occurred when handling single topic meta changes for topic {}"; public static final String PIPE_LOG_PULLED_TOPIC_META_FROM_CONFIG_NODE_RECOVERING_5C4B1AEE = "Pulled topic meta from config node: {}, recovering ..."; - public static final String PIPE_LOG_INTERRUPTED_WHILE_SLEEPING_WILL_RETRY_TO_GET_TOPIC_META_976E4BE2 = - "Interrupted while sleeping, will retry to get topic meta from config node."; - public static final String PIPE_LOG_PULLED_CONSUMER_GROUP_META_FROM_CONFIG_NODE_RECOVERING_A85B948F = - "Pulled consumer group meta from config node: {}, recovering ..."; - public static final String PIPE_LOG_INTERRUPTED_WHILE_SLEEPING_WILL_RETRY_TO_GET_CONSUMER_GROUP_7E161F39 = - "Interrupted while sleeping, will retry to get consumer group meta from config node."; - public static final String PIPE_LOG_FAILED_TO_GET_TOPIC_META_FROM_CONFIG_NODE_FOR_TIMES_WILL_E8D0B7F8 = - "Failed to get topic meta from config node for {} times, will retry at most {} times."; - public static final String PIPE_LOG_FAILED_TO_GET_CONSUMER_GROUP_META_FROM_CONFIG_NODE_FOR_TIMES_3E4C727C = - "Failed to get consumer group meta from config node for {} times, will retry at most {} " - + "times."; - public static final String PIPE_LOG_SUBSCRIPTION_CONSUMER_REFRESHED_OF_PROCESSOR_BUFFERED_COMMIT_8C7A352A = - "Subscription: consumer {} refreshed {} of {} processor-buffered commit context lease(s)"; - public static final String PIPE_LOG_SUBSCRIPTION_CONSUMER_POLL_SUCCESSFULLY_WITH_REQUEST_6BC8BFED = - "Subscription: consumer {} poll {} successfully with request: {}"; - public static final String PIPE_LOG_SUBSCRIPTION_CONSUMER_COMMIT_NACK_FULL_COMMIT_CONTEXTS_CFC18359 = - "Subscription: consumer {} commit (nack: {}) full commit contexts: {}"; - public static final String PIPE_LOG_SUBSCRIPTION_CONSUMER_COMMIT_NACK_FULL_REQUESTED_COMMIT_1E67E8A3 = - "Subscription: consumer {} commit (nack: {}) full requested commit contexts: {}, full " - + "accepted commit contexts: {}, full stale unsubscribed commit contexts: {}"; - public static final String PIPE_LOG_SUBSCRIPTION_REMOVE_CONSUMER_CONFIG_WHEN_HANDLING_EXIT_3827D0E8 = - "Subscription: remove consumer config {} when handling exit"; - public static final String PIPE_LOG_SUBSCRIPTION_CONSUMER_IS_INACTIVE_FOR_MS_EXCEEDING_TIMEOUT_36E06B11 = - "Subscription: consumer {} is inactive for {} ms, exceeding timeout {} ms, close it on " - + "server side."; - public static final String PIPE_LOG_SUBSCRIPTION_THE_CONSUMER_HAS_ALREADY_EXISTED_WHEN_HANDSHAKING_3761AD81 = - "Subscription: The consumer {} has already existed when handshaking, skip creating consumer."; - public static final String PIPE_LOG_SUBSCRIPTION_CONSUMER_HANDSHAKE_SUCCESSFULLY_DATA_NODE_ID_58DA6A5F = - "Subscription: consumer {} handshake successfully, data node id: {}"; + public static final String + PIPE_LOG_INTERRUPTED_WHILE_SLEEPING_WILL_RETRY_TO_GET_TOPIC_META_976E4BE2 = + "Interrupted while sleeping, will retry to get topic meta from config node."; + public static final String + PIPE_LOG_PULLED_CONSUMER_GROUP_META_FROM_CONFIG_NODE_RECOVERING_A85B948F = + "Pulled consumer group meta from config node: {}, recovering ..."; + public static final String + PIPE_LOG_INTERRUPTED_WHILE_SLEEPING_WILL_RETRY_TO_GET_CONSUMER_GROUP_7E161F39 = + "Interrupted while sleeping, will retry to get consumer group meta from config node."; + public static final String + PIPE_LOG_FAILED_TO_GET_TOPIC_META_FROM_CONFIG_NODE_FOR_TIMES_WILL_E8D0B7F8 = + "Failed to get topic meta from config node for {} times, will retry at most {} times."; + public static final String + PIPE_LOG_FAILED_TO_GET_CONSUMER_GROUP_META_FROM_CONFIG_NODE_FOR_TIMES_3E4C727C = + "Failed to get consumer group meta from config node for {} times, will retry at most {} " + + "times."; + public static final String + PIPE_LOG_SUBSCRIPTION_CONSUMER_REFRESHED_OF_PROCESSOR_BUFFERED_COMMIT_8C7A352A = + "Subscription: consumer {} refreshed {} of {} processor-buffered commit context lease(s)"; + public static final String + PIPE_LOG_SUBSCRIPTION_CONSUMER_POLL_SUCCESSFULLY_WITH_REQUEST_6BC8BFED = + "Subscription: consumer {} poll {} successfully with request: {}"; + public static final String + PIPE_LOG_SUBSCRIPTION_CONSUMER_COMMIT_NACK_FULL_COMMIT_CONTEXTS_CFC18359 = + "Subscription: consumer {} commit (nack: {}) full commit contexts: {}"; + public static final String + PIPE_LOG_SUBSCRIPTION_CONSUMER_COMMIT_NACK_FULL_REQUESTED_COMMIT_1E67E8A3 = + "Subscription: consumer {} commit (nack: {}) full requested commit contexts: {}, full " + + "accepted commit contexts: {}, full stale unsubscribed commit contexts: {}"; + public static final String + PIPE_LOG_SUBSCRIPTION_REMOVE_CONSUMER_CONFIG_WHEN_HANDLING_EXIT_3827D0E8 = + "Subscription: remove consumer config {} when handling exit"; + public static final String + PIPE_LOG_SUBSCRIPTION_CONSUMER_IS_INACTIVE_FOR_MS_EXCEEDING_TIMEOUT_36E06B11 = + "Subscription: consumer {} is inactive for {} ms, exceeding timeout {} ms, close it on " + + "server side."; + public static final String + PIPE_LOG_SUBSCRIPTION_THE_CONSUMER_HAS_ALREADY_EXISTED_WHEN_HANDSHAKING_3761AD81 = + "Subscription: The consumer {} has already existed when handshaking, skip creating consumer."; + public static final String + PIPE_LOG_SUBSCRIPTION_CONSUMER_HANDSHAKE_SUCCESSFULLY_DATA_NODE_ID_58DA6A5F = + "Subscription: consumer {} handshake successfully, data node id: {}"; public static final String PIPE_LOG_SUBSCRIPTION_CONSUMER_UNSUBSCRIBE_SUCCESSFULLY_AA5E0AA9 = "Subscription: consumer {} unsubscribe {} successfully"; - public static final String PIPE_LOG_SUBSCRIPTION_CONSUMER_COMMIT_NACK_ACCEPTED_SUCCESSFULLY_58D1C111 = - "Subscription: consumer {} commit (nack: {}) accepted successfully, summary: {}"; - public static final String PIPE_LOG_SUBSCRIPTION_CONSUMER_SEEK_TOPIC_TO_TOPICPROGRESS_REGIONCOUNT_41702313 = - "Subscription: consumer {} seek topic {} to topicProgress(regionCount={})"; - public static final String PIPE_LOG_SUBSCRIPTION_CONSUMER_SEEKAFTER_TOPIC_TO_TOPICPROGRESS_REGIONCOUNT_838584F8 = - "Subscription: consumer {} seekAfter topic {} to topicProgress(regionCount={})"; + public static final String + PIPE_LOG_SUBSCRIPTION_CONSUMER_COMMIT_NACK_ACCEPTED_SUCCESSFULLY_58D1C111 = + "Subscription: consumer {} commit (nack: {}) accepted successfully, summary: {}"; + public static final String + PIPE_LOG_SUBSCRIPTION_CONSUMER_SEEK_TOPIC_TO_TOPICPROGRESS_REGIONCOUNT_41702313 = + "Subscription: consumer {} seek topic {} to topicProgress(regionCount={})"; + public static final String + PIPE_LOG_SUBSCRIPTION_CONSUMER_SEEKAFTER_TOPIC_TO_TOPICPROGRESS_REGIONCOUNT_838584F8 = + "Subscription: consumer {} seekAfter topic {} to topicProgress(regionCount={})"; public static final String PIPE_LOG_SUBSCRIPTION_CONSUMER_SEEK_TOPIC_WITH_SEEKTYPE_799FF449 = "Subscription: consumer {} seek topic {} with seekType={}"; - public static final String PIPE_LOG_SUBSCRIPTION_UNSUBSCRIBE_ALL_SUBSCRIBED_TOPICS_BEFORE_CLOSE_BFB787AE = - "Subscription: unsubscribe all subscribed topics {} before close consumer {}"; - public static final String PIPE_LOG_SUBSCRIPTION_THE_CONSUMER_DOES_NOT_EXISTED_WHEN_CLOSING_CCB63DCB = - "Subscription: The consumer {} does not existed when closing, skip dropping consumer."; - public static final String PIPE_LOG_SUBSCRIPTION_CONSUMER_UNSUBSCRIBE_COMPLETED_TOPICS_SUCCESSFULLY_44BAFF55 = - "Subscription: consumer {} unsubscribe {} (completed topics) successfully"; - public static final String PIPE_LOG_SUBSCRIPTION_FAILED_TO_CLOSE_TIMED_OUT_CONSUMER_AFTER_MS_89CC11F1 = - "Subscription: failed to close timed out consumer {} after {} ms inactivity"; - public static final String PIPE_LOG_SUBSCRIPTION_DETECT_STALE_CONSUMER_CONFIG_WHEN_HANDSHAKING_B0196DB8 = - "Subscription: Detect stale consumer config when handshaking, stale consumer config {} will " - + "be cleared, consumer config will set to the incoming consumer config {}."; - public static final String PIPE_LOG_SUBSCRIPTION_MISSING_CONSUMER_CONFIG_WHEN_HANDLING_HEARTBEAT_B9EFB1CC = - "Subscription: missing consumer config when handling heartbeat request: {}"; - public static final String PIPE_LOG_EXCEPTION_OCCURRED_WHEN_FETCH_ENDPOINTS_FOR_CONSUMER_IN_325B571A = - "Exception occurred when fetch endpoints for consumer {} in config node"; - public static final String PIPE_LOG_SUBSCRIPTION_MISSING_CONSUMER_CONFIG_WHEN_HANDLING_PIPESUBSCRIBESUBSCRIBEREQ_DF466A30 = - "Subscription: missing consumer config when handling PipeSubscribeSubscribeReq: {}"; - public static final String PIPE_LOG_SUBSCRIPTION_MISSING_CONSUMER_CONFIG_WHEN_HANDLING_PIPESUBSCRIBEUNSUBSCRIBEREQ_673CE701 = - "Subscription: missing consumer config when handling PipeSubscribeUnsubscribeReq: {}"; - public static final String PIPE_LOG_SUBSCRIPTION_MISSING_CONSUMER_CONFIG_WHEN_HANDLING_PIPESUBSCRIBEPOLLREQ_6BB9292B = - "Subscription: missing consumer config when handling PipeSubscribePollReq: {}"; - public static final String PIPE_LOG_SUBSCRIPTION_CONSUMER_POLL_NULL_RESPONSE_FOR_EVENT_OUTDATED_4CF7FAAA = - "Subscription: consumer {} poll null response for event {} (outdated: {}) with request: {}"; - public static final String PIPE_LOG_SUBSCRIPTION_CONSUMER_POLL_FOR_EVENT_OUTDATED_FAILED_WITH_0BEFF244 = - "Subscription: consumer {} poll {} for event {} (outdated: {}) failed with request: {}"; - public static final String PIPE_LOG_SUBSCRIPTION_MISSING_CONSUMER_CONFIG_WHEN_HANDLING_PIPESUBSCRIBECOMMITREQ_76B28EBB = - "Subscription: missing consumer config when handling PipeSubscribeCommitReq: {}"; - public static final String PIPE_LOG_SUBSCRIPTION_CONSUMER_COMMIT_NACK_PARTIALLY_ACCEPTED_REQUESTED_87D0C038 = - "Subscription: consumer {} commit (nack: {}) partially accepted, requested summary: {}, " - + "accepted summary: {}, stale unsubscribed summary: {}"; - public static final String PIPE_LOG_SUBSCRIPTION_MISSING_CONSUMER_CONFIG_WHEN_HANDLING_PIPESUBSCRIBECLOSEREQ_717660F8 = - "Subscription: missing consumer config when handling PipeSubscribeCloseReq: {}"; + public static final String + PIPE_LOG_SUBSCRIPTION_UNSUBSCRIBE_ALL_SUBSCRIBED_TOPICS_BEFORE_CLOSE_BFB787AE = + "Subscription: unsubscribe all subscribed topics {} before close consumer {}"; + public static final String + PIPE_LOG_SUBSCRIPTION_THE_CONSUMER_DOES_NOT_EXISTED_WHEN_CLOSING_CCB63DCB = + "Subscription: The consumer {} does not existed when closing, skip dropping consumer."; + public static final String + PIPE_LOG_SUBSCRIPTION_CONSUMER_UNSUBSCRIBE_COMPLETED_TOPICS_SUCCESSFULLY_44BAFF55 = + "Subscription: consumer {} unsubscribe {} (completed topics) successfully"; + public static final String + PIPE_LOG_SUBSCRIPTION_FAILED_TO_CLOSE_TIMED_OUT_CONSUMER_AFTER_MS_89CC11F1 = + "Subscription: failed to close timed out consumer {} after {} ms inactivity"; + public static final String + PIPE_LOG_SUBSCRIPTION_DETECT_STALE_CONSUMER_CONFIG_WHEN_HANDSHAKING_B0196DB8 = + "Subscription: Detect stale consumer config when handshaking, stale consumer config {} will " + + "be cleared, consumer config will set to the incoming consumer config {}."; + public static final String + PIPE_LOG_SUBSCRIPTION_MISSING_CONSUMER_CONFIG_WHEN_HANDLING_HEARTBEAT_B9EFB1CC = + "Subscription: missing consumer config when handling heartbeat request: {}"; + public static final String + PIPE_LOG_EXCEPTION_OCCURRED_WHEN_FETCH_ENDPOINTS_FOR_CONSUMER_IN_325B571A = + "Exception occurred when fetch endpoints for consumer {} in config node"; + public static final String + PIPE_LOG_SUBSCRIPTION_MISSING_CONSUMER_CONFIG_WHEN_HANDLING_PIPESUBSCRIBESUBSCRIBEREQ_DF466A30 = + "Subscription: missing consumer config when handling PipeSubscribeSubscribeReq: {}"; + public static final String + PIPE_LOG_SUBSCRIPTION_MISSING_CONSUMER_CONFIG_WHEN_HANDLING_PIPESUBSCRIBEUNSUBSCRIBEREQ_673CE701 = + "Subscription: missing consumer config when handling PipeSubscribeUnsubscribeReq: {}"; + public static final String + PIPE_LOG_SUBSCRIPTION_MISSING_CONSUMER_CONFIG_WHEN_HANDLING_PIPESUBSCRIBEPOLLREQ_6BB9292B = + "Subscription: missing consumer config when handling PipeSubscribePollReq: {}"; + public static final String + PIPE_LOG_SUBSCRIPTION_CONSUMER_POLL_NULL_RESPONSE_FOR_EVENT_OUTDATED_4CF7FAAA = + "Subscription: consumer {} poll null response for event {} (outdated: {}) with request: {}"; + public static final String + PIPE_LOG_SUBSCRIPTION_CONSUMER_POLL_FOR_EVENT_OUTDATED_FAILED_WITH_0BEFF244 = + "Subscription: consumer {} poll {} for event {} (outdated: {}) failed with request: {}"; + public static final String + PIPE_LOG_SUBSCRIPTION_MISSING_CONSUMER_CONFIG_WHEN_HANDLING_PIPESUBSCRIBECOMMITREQ_76B28EBB = + "Subscription: missing consumer config when handling PipeSubscribeCommitReq: {}"; + public static final String + PIPE_LOG_SUBSCRIPTION_CONSUMER_COMMIT_NACK_PARTIALLY_ACCEPTED_REQUESTED_87D0C038 = + "Subscription: consumer {} commit (nack: {}) partially accepted, requested summary: {}, " + + "accepted summary: {}, stale unsubscribed summary: {}"; + public static final String + PIPE_LOG_SUBSCRIPTION_MISSING_CONSUMER_CONFIG_WHEN_HANDLING_PIPESUBSCRIBECLOSEREQ_717660F8 = + "Subscription: missing consumer config when handling PipeSubscribeCloseReq: {}"; public static final String PIPE_LOG_EXCEPTION_OCCURRED_WHEN_SEEKING_WITH_REQUEST_6B581543 = "Exception occurred when seeking with request {}"; - public static final String PIPE_LOG_SUBSCRIPTION_MISSING_CONSUMER_CONFIG_WHEN_HANDLING_SUBSCRIPTION_B85D47A4 = - "Subscription: missing consumer config when handling subscription seek request: {}"; - public static final String PIPE_LOG_UNEXPECTED_STATUS_CODE_WHEN_CREATING_CONSUMER_IN_CONFIG_5D2E1B97 = - "Unexpected status code {} when creating consumer {} in config node"; - public static final String PIPE_LOG_UNEXPECTED_STATUS_CODE_WHEN_CLOSING_CONSUMER_IN_CONFIG_NODE_0C2E0CE6 = - "Unexpected status code {} when closing consumer {} in config node"; - public static final String PIPE_LOG_UNEXPECTED_STATUS_CODE_WHEN_SUBSCRIBING_TOPICS_FOR_CONSUMER_8676DA8A = - "Unexpected status code {} when subscribing topics {} for consumer {} in config node"; - public static final String PIPE_LOG_EXCEPTION_OCCURRED_WHEN_SUBSCRIBING_TOPICS_FOR_CONSUMER_E5D72F10 = - "Exception occurred when subscribing topics {} for consumer {} in config node"; - public static final String PIPE_LOG_UNEXPECTED_STATUS_CODE_WHEN_UNSUBSCRIBING_TOPICS_FOR_CONSUMER_EFC771F0 = - "Unexpected status code {} when unsubscribing topics {} for consumer {} in config node"; - public static final String PIPE_LOG_EXCEPTION_OCCURRED_WHEN_UNSUBSCRIBING_TOPICS_FOR_CONSUMER_FE4B3CEE = - "Exception occurred when unsubscribing topics {} for consumer {} in config node"; - public static final String PIPE_LOG_SUBSCRIPTION_CONSUMER_POLL_EXCESSIVE_PAYLOAD_FOR_EVENT_OUTDATED_2BFF690B = - "Subscription: consumer {} poll excessive payload {} for event {} (outdated: {}) with " - + "request: {}, something unexpected happened with parameter configuration or payload " - + "control..."; - public static final String PIPE_LOG_FAILED_TO_UNBIND_FROM_SUBSCRIPTION_PREFETCHING_QUEUE_METRICS_6614388C = - "Failed to unbind from subscription prefetching queue metrics, prefetching queue map not " - + "empty"; - public static final String PIPE_LOG_FAILED_TO_DEREGISTER_SUBSCRIPTION_PREFETCHING_QUEUE_METRICS_F08479A7 = - "Failed to deregister subscription prefetching queue metrics, " - + "SubscriptionPrefetchingQueue({}) does not exist"; - public static final String PIPE_LOG_FAILED_TO_MARK_TRANSFER_EVENT_RATE_SUBSCRIPTIONPREFETCHINGQUEUE_7DEF95B5 = - "Failed to mark transfer event rate, SubscriptionPrefetchingQueue({}) does not exist"; - public static final String PIPE_LOG_FAILED_TO_UNBIND_FROM_CONSENSUS_SUBSCRIPTION_PREFETCHING_A8F920D9 = - "Failed to unbind from consensus subscription prefetching queue metrics, queue map not empty"; - public static final String PIPE_LOG_FAILED_TO_DEREGISTER_CONSENSUS_SUBSCRIPTION_PREFETCHING_8B180091 = - "Failed to deregister consensus subscription prefetching queue metrics, " - + "ConsensusPrefetchingQueue({}) does not exist"; - public static final String PIPE_LOG_FAILED_TO_MARK_TRANSFER_EVENT_RATE_CONSENSUSPREFETCHINGQUEUE_FE9B91C3 = - "Failed to mark transfer event rate, ConsensusPrefetchingQueue({}) does not exist"; - public static final String PIPE_LOG_SUBSCRIPTIONEVENTTSFILERESPONSE_IS_EMPTY_WHEN_FETCHING_NEXT_DFD60DF1 = - "SubscriptionEventTsFileResponse {} is empty when fetching next response (broken invariant)"; - public static final String PIPE_LOG_SUBSCRIPTIONEVENTTSFILERESPONSE_IS_NOT_EMPTY_WHEN_INITIALIZING_C9DE83C9 = - "SubscriptionEventTsFileResponse {} is not empty when initializing (broken invariant)"; - public static final String PIPE_LOG_SUBSCRIPTIONEVENTTSFILERESPONSE_IS_EMPTY_WHEN_GENERATING_B8D03E93 = - "SubscriptionEventTsFileResponse {} is empty when generating next response (broken invariant)"; - public static final String PIPE_LOG_SUBSCRIPTIONEVENTTABLETRESPONSE_WAIT_FOR_RESOURCE_ENOUGH_9926289F = - "SubscriptionEventTabletResponse {} wait for resource enough for parsing tablets {} seconds."; - public static final String PIPE_LOG_SUBSCRIPTIONEVENTTABLETRESPONSE_IS_EMPTY_WHEN_FETCHING_NEXT_4464E3F2 = - "SubscriptionEventTabletResponse {} is empty when fetching next response (broken invariant)"; - public static final String PIPE_LOG_SUBSCRIPTIONEVENTTABLETRESPONSE_IS_NOT_EMPTY_WHEN_INITIALIZING_88F075C9 = - "SubscriptionEventTabletResponse {} is not empty when initializing (broken invariant)"; - public static final String PIPE_LOG_DETECT_LARGE_TABLETS_WITH_BYTE_S_CURRENT_TABLETS_SIZE_BYTE_4D472E38 = - "Detect large tablets with {} byte(s), current tablets size {} byte(s)"; - public static final String PIPE_LOG_SUBSCRIPTIONEVENTBINARYCACHE_ALLOCATEDMEMORYBLOCK_HAS_SHRUNK_08F23ADE = - "SubscriptionEventBinaryCache.allocatedMemoryBlock has shrunk from {} to {}."; - public static final String PIPE_LOG_SUBSCRIPTIONEVENTBINARYCACHE_ALLOCATEDMEMORYBLOCK_HAS_EXPANDED_52A971D9 = - "SubscriptionEventBinaryCache.allocatedMemoryBlock has expanded from {} to {}."; - public static final String PIPE_LOG_SUBSCRIPTIONEVENTBINARYCACHE_RAISED_AN_EXCEPTION_WHILE_SERIALIZING_F3B698CB = - "SubscriptionEventBinaryCache raised an exception while serializing " - + "CachedSubscriptionPollResponse: {}"; - public static final String PIPE_LOG_SUBSCRIPTION_SOMETHING_UNEXPECTED_HAPPENED_WHEN_SERIALIZING_5467B7B6 = - "Subscription: something unexpected happened when serializing " - + "CachedSubscriptionPollResponse: {}"; - public static final String PIPE_LOG_HAS_BEEN_ITERATED_TIMES_CURRENT_TSFILEINSERTIONEVENT_0939C298 = - "{} has been iterated {} times, current TsFileInsertionEvent {}"; - public static final String PIPE_LOG_SUBSCRIPTIONPIPETABLETEVENTBATCH_ONLY_SUPPORT_CONVERT_PIPEINSERTNODETABLETINSERTIONEVENT_B888B8AA = - "SubscriptionPipeTabletEventBatch {} only support convert PipeInsertNodeTabletInsertionEvent " - + "or PipeRawTabletInsertionEvent to tablet. Ignore {}."; + public static final String + PIPE_LOG_SUBSCRIPTION_MISSING_CONSUMER_CONFIG_WHEN_HANDLING_SUBSCRIPTION_B85D47A4 = + "Subscription: missing consumer config when handling subscription seek request: {}"; + public static final String + PIPE_LOG_UNEXPECTED_STATUS_CODE_WHEN_CREATING_CONSUMER_IN_CONFIG_5D2E1B97 = + "Unexpected status code {} when creating consumer {} in config node"; + public static final String + PIPE_LOG_UNEXPECTED_STATUS_CODE_WHEN_CLOSING_CONSUMER_IN_CONFIG_NODE_0C2E0CE6 = + "Unexpected status code {} when closing consumer {} in config node"; + public static final String + PIPE_LOG_UNEXPECTED_STATUS_CODE_WHEN_SUBSCRIBING_TOPICS_FOR_CONSUMER_8676DA8A = + "Unexpected status code {} when subscribing topics {} for consumer {} in config node"; + public static final String + PIPE_LOG_EXCEPTION_OCCURRED_WHEN_SUBSCRIBING_TOPICS_FOR_CONSUMER_E5D72F10 = + "Exception occurred when subscribing topics {} for consumer {} in config node"; + public static final String + PIPE_LOG_UNEXPECTED_STATUS_CODE_WHEN_UNSUBSCRIBING_TOPICS_FOR_CONSUMER_EFC771F0 = + "Unexpected status code {} when unsubscribing topics {} for consumer {} in config node"; + public static final String + PIPE_LOG_EXCEPTION_OCCURRED_WHEN_UNSUBSCRIBING_TOPICS_FOR_CONSUMER_FE4B3CEE = + "Exception occurred when unsubscribing topics {} for consumer {} in config node"; + public static final String + PIPE_LOG_SUBSCRIPTION_CONSUMER_POLL_EXCESSIVE_PAYLOAD_FOR_EVENT_OUTDATED_2BFF690B = + "Subscription: consumer {} poll excessive payload {} for event {} (outdated: {}) with " + + "request: {}, something unexpected happened with parameter configuration or payload " + + "control..."; + public static final String + PIPE_LOG_FAILED_TO_UNBIND_FROM_SUBSCRIPTION_PREFETCHING_QUEUE_METRICS_6614388C = + "Failed to unbind from subscription prefetching queue metrics, prefetching queue map not " + + "empty"; + public static final String + PIPE_LOG_FAILED_TO_DEREGISTER_SUBSCRIPTION_PREFETCHING_QUEUE_METRICS_F08479A7 = + "Failed to deregister subscription prefetching queue metrics, " + + "SubscriptionPrefetchingQueue({}) does not exist"; + public static final String + PIPE_LOG_FAILED_TO_MARK_TRANSFER_EVENT_RATE_SUBSCRIPTIONPREFETCHINGQUEUE_7DEF95B5 = + "Failed to mark transfer event rate, SubscriptionPrefetchingQueue({}) does not exist"; + public static final String + PIPE_LOG_FAILED_TO_UNBIND_FROM_CONSENSUS_SUBSCRIPTION_PREFETCHING_A8F920D9 = + "Failed to unbind from consensus subscription prefetching queue metrics, queue map not empty"; + public static final String + PIPE_LOG_FAILED_TO_DEREGISTER_CONSENSUS_SUBSCRIPTION_PREFETCHING_8B180091 = + "Failed to deregister consensus subscription prefetching queue metrics, " + + "ConsensusPrefetchingQueue({}) does not exist"; + public static final String + PIPE_LOG_FAILED_TO_MARK_TRANSFER_EVENT_RATE_CONSENSUSPREFETCHINGQUEUE_FE9B91C3 = + "Failed to mark transfer event rate, ConsensusPrefetchingQueue({}) does not exist"; + public static final String + PIPE_LOG_SUBSCRIPTIONEVENTTSFILERESPONSE_IS_EMPTY_WHEN_FETCHING_NEXT_DFD60DF1 = + "SubscriptionEventTsFileResponse {} is empty when fetching next response (broken invariant)"; + public static final String + PIPE_LOG_SUBSCRIPTIONEVENTTSFILERESPONSE_IS_NOT_EMPTY_WHEN_INITIALIZING_C9DE83C9 = + "SubscriptionEventTsFileResponse {} is not empty when initializing (broken invariant)"; + public static final String + PIPE_LOG_SUBSCRIPTIONEVENTTSFILERESPONSE_IS_EMPTY_WHEN_GENERATING_B8D03E93 = + "SubscriptionEventTsFileResponse {} is empty when generating next response (broken invariant)"; + public static final String + PIPE_LOG_SUBSCRIPTIONEVENTTABLETRESPONSE_WAIT_FOR_RESOURCE_ENOUGH_9926289F = + "SubscriptionEventTabletResponse {} wait for resource enough for parsing tablets {} seconds."; + public static final String + PIPE_LOG_SUBSCRIPTIONEVENTTABLETRESPONSE_IS_EMPTY_WHEN_FETCHING_NEXT_4464E3F2 = + "SubscriptionEventTabletResponse {} is empty when fetching next response (broken invariant)"; + public static final String + PIPE_LOG_SUBSCRIPTIONEVENTTABLETRESPONSE_IS_NOT_EMPTY_WHEN_INITIALIZING_88F075C9 = + "SubscriptionEventTabletResponse {} is not empty when initializing (broken invariant)"; + public static final String + PIPE_LOG_DETECT_LARGE_TABLETS_WITH_BYTE_S_CURRENT_TABLETS_SIZE_BYTE_4D472E38 = + "Detect large tablets with {} byte(s), current tablets size {} byte(s)"; + public static final String + PIPE_LOG_SUBSCRIPTIONEVENTBINARYCACHE_ALLOCATEDMEMORYBLOCK_HAS_SHRUNK_08F23ADE = + "SubscriptionEventBinaryCache.allocatedMemoryBlock has shrunk from {} to {}."; + public static final String + PIPE_LOG_SUBSCRIPTIONEVENTBINARYCACHE_ALLOCATEDMEMORYBLOCK_HAS_EXPANDED_52A971D9 = + "SubscriptionEventBinaryCache.allocatedMemoryBlock has expanded from {} to {}."; + public static final String + PIPE_LOG_SUBSCRIPTIONEVENTBINARYCACHE_RAISED_AN_EXCEPTION_WHILE_SERIALIZING_F3B698CB = + "SubscriptionEventBinaryCache raised an exception while serializing " + + "CachedSubscriptionPollResponse: {}"; + public static final String + PIPE_LOG_SUBSCRIPTION_SOMETHING_UNEXPECTED_HAPPENED_WHEN_SERIALIZING_5467B7B6 = + "Subscription: something unexpected happened when serializing " + + "CachedSubscriptionPollResponse: {}"; + public static final String + PIPE_LOG_HAS_BEEN_ITERATED_TIMES_CURRENT_TSFILEINSERTIONEVENT_0939C298 = + "{} has been iterated {} times, current TsFileInsertionEvent {}"; + public static final String + PIPE_LOG_SUBSCRIPTIONPIPETABLETEVENTBATCH_ONLY_SUPPORT_CONVERT_PIPEINSERTNODETABLETINSERTIONEVENT_B888B8AA = + "SubscriptionPipeTabletEventBatch {} only support convert PipeInsertNodeTabletInsertionEvent " + + "or PipeRawTabletInsertionEvent to tablet. Ignore {}."; public static final String PIPE_LOG_SUBSCRIPTIONPIPETABLETEVENTBATCH_POSTPONE_EMITTING_SUBSCRIPTION_TABLET_BATCH_FOR_TOPIC_ARG_BECAUSE_TABLE_SCHEMA_ARG_ARG_IS_NOT_AVAILABLE_LOCALLY_996C618D = "Postpone emitting subscription tablet batch for topic {} because table schema {}.{} is not available locally"; - public static final String PIPE_LOG_SUBSCRIPTIONPIPETABLETEVENTBATCH_UNEXPECTED_TABLET_INSERTION_8FB1B507 = - "SubscriptionPipeTabletEventBatch: Unexpected tablet insertion event {}, skipping it."; - public static final String PIPE_LOG_SUBSCRIPTIONPIPETABLETEVENTBATCH_FAILED_TO_INCREASE_THE_595722D8 = - "SubscriptionPipeTabletEventBatch: Failed to increase the reference count of event {}, " - + "skipping it."; - public static final String PIPE_LOG_SUBSCRIPTIONPIPETABLETEVENTBATCH_OVERRIDE_NON_NULL_CURRENTTABLETINSERTIONEVENTSITERATOR_2633B158 = - "SubscriptionPipeTabletEventBatch {} override non-null currentTabletInsertionEventsIterator " - + "when iterating (broken invariant)."; - public static final String PIPE_LOG_SUBSCRIPTIONPIPETABLETEVENTBATCH_IGNORE_ENRICHEDEVENT_WHEN_E6BAEACE = - "SubscriptionPipeTabletEventBatch {} ignore EnrichedEvent {} when iterating (broken " - + "invariant)."; - public static final String PIPE_LOG_SUBSCRIPTIONPIPETSFILEEVENTBATCH_IGNORE_TSFILEINSERTIONEVENT_88189024 = - "SubscriptionPipeTsFileEventBatch {} ignore TsFileInsertionEvent {} when batching."; - public static final String PIPE_LOG_SUBSCRIPTIONPIPEEVENTBATCH_IGNORE_ENRICHEDEVENT_WHEN_BATCHING_E69BE90D = - "SubscriptionPipeEventBatch {} ignore EnrichedEvent {} when batching."; - public static final String PIPE_LOG_CONSENSUS_PREFETCH_EXECUTOR_IS_SHUTDOWN_SKIP_REGISTERING_83E36171 = - "Consensus prefetch executor is shutdown, skip registering {}"; + public static final String + PIPE_LOG_SUBSCRIPTIONPIPETABLETEVENTBATCH_UNEXPECTED_TABLET_INSERTION_8FB1B507 = + "SubscriptionPipeTabletEventBatch: Unexpected tablet insertion event {}, skipping it."; + public static final String + PIPE_LOG_SUBSCRIPTIONPIPETABLETEVENTBATCH_FAILED_TO_INCREASE_THE_595722D8 = + "SubscriptionPipeTabletEventBatch: Failed to increase the reference count of event {}, " + + "skipping it."; + public static final String + PIPE_LOG_SUBSCRIPTIONPIPETABLETEVENTBATCH_OVERRIDE_NON_NULL_CURRENTTABLETINSERTIONEVENTSITERATOR_2633B158 = + "SubscriptionPipeTabletEventBatch {} override non-null currentTabletInsertionEventsIterator " + + "when iterating (broken invariant)."; + public static final String + PIPE_LOG_SUBSCRIPTIONPIPETABLETEVENTBATCH_IGNORE_ENRICHEDEVENT_WHEN_E6BAEACE = + "SubscriptionPipeTabletEventBatch {} ignore EnrichedEvent {} when iterating (broken " + + "invariant)."; + public static final String + PIPE_LOG_SUBSCRIPTIONPIPETSFILEEVENTBATCH_IGNORE_TSFILEINSERTIONEVENT_88189024 = + "SubscriptionPipeTsFileEventBatch {} ignore TsFileInsertionEvent {} when batching."; + public static final String + PIPE_LOG_SUBSCRIPTIONPIPEEVENTBATCH_IGNORE_ENRICHEDEVENT_WHEN_BATCHING_E69BE90D = + "SubscriptionPipeEventBatch {} ignore EnrichedEvent {} when batching."; + public static final String + PIPE_LOG_CONSENSUS_PREFETCH_EXECUTOR_IS_SHUTDOWN_SKIP_REGISTERING_83E36171 = + "Consensus prefetch executor is shutdown, skip registering {}"; public static final String PIPE_LOG_CONSENSUS_PREFETCH_SUBTASK_IS_ALREADY_REGISTERED_419FE7AD = "Consensus prefetch subtask {} is already registered"; public static final String PIPE_LOG_CONSENSUS_PREFETCH_WORKER_LOOP_EXITS_ABNORMALLY_531EE564 = "Consensus prefetch worker loop exits abnormally"; - public static final String PIPE_LOG_FAILED_TO_CLOSE_SINK_AFTER_FAILED_TO_INITIALIZE_SINK_IGNORE_CF2E3D90 = - "Failed to close sink after failed to initialize sink. Ignore this exception."; - public static final String PIPE_LOG_CONSENSUSPREFETCHSUBTASK_UNEXPECTED_ERROR_WHILE_DRIVING_D361F4C2 = - "ConsensusPrefetchSubtask {}: unexpected error while driving queue {}"; - public static final String PIPE_LOG_SUBSCRIPTIONSINKSUBTASK_FOR_CONSENSUS_TOPIC_FAILED_UNEXPECTEDLY_FC41B565 = - "SubscriptionSinkSubtask for consensus topic [{}] failed unexpectedly, skip auto-resubmit"; - public static final String PIPE_LOG_FAILED_TO_BROADCAST_SUBSCRIPTION_PROGRESS_TO_DATANODE_AT_7024F5B2 = - "Failed to broadcast subscription progress to DataNode {} at {}: {}"; - public static final String PIPE_LOG_FAILED_TO_BROADCAST_SUBSCRIPTION_PROGRESS_FOR_REGION_DE9074BD = - "Failed to broadcast subscription progress for region {}: {}"; - public static final String PIPE_LOG_RECEIVED_SUBSCRIPTION_PROGRESS_BROADCAST_CONSUMERGROUPID_CDAEF839 = - "Received subscription progress broadcast: consumerGroupId={}, topicName={}, regionId={}, " - + "physicalTime={}, localSeq={}"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITSTATE_IDEMPOTENT_RE_COMMIT_FOR_30464FC4 = - "ConsensusSubscriptionCommitState: idempotent re-commit for ({},{},{})"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITSTATE_IDEMPOTENT_DIRECT_COMMIT_B093AC01 = - "ConsensusSubscriptionCommitState: idempotent direct commit for ({},{},{})"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITMANAGER_RECOVERED_COMMITTEDREGIONPROGRESS_F6B92C6B = - "ConsensusSubscriptionCommitManager: recovered committedRegionProgress={} from ConfigNode " - + "for consumerGroupId={}, topicName={}, regionId={}"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITMANAGER_CANNOT_COMMIT_FOR_UNKNOWN_751BD2A9 = - "ConsensusSubscriptionCommitManager: Cannot commit for unknown state, consumerGroupId={}, " - + "topicName={}, regionId={}, writerId={}, writerProgress={}"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITMANAGER_CANNOT_DIRECT_COMMIT_D6AD7D96 = - "ConsensusSubscriptionCommitManager: Cannot direct-commit for unknown state, " - + "consumerGroupId={}, topicName={}, regionId={}, writerId={}, writerProgress={}"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITMANAGER_CANNOT_RESET_UNKNOWN_C469052F = - "ConsensusSubscriptionCommitManager: Cannot reset unknown state, consumerGroupId={}, " - + "topicName={}, regionId={}"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITMANAGER_IGNORE_BROADCAST_WITHOUT_211DE477 = - "ConsensusSubscriptionCommitManager: ignore broadcast without writer identity, " - + "consumerGroupId={}, topicName={}, regionId={}, writerId={}, writerProgress={}"; - public static final String PIPE_LOG_SKIP_MALFORMED_CONSENSUS_SUBSCRIPTION_PROGRESS_FILE_NAME_BB4D75F0 = - "Skip malformed consensus subscription progress file name {}"; - public static final String PIPE_LOG_FAILED_TO_RECOVER_CONSENSUS_SUBSCRIPTION_PROGRESS_FOR_CONSUMERGROUPID_DF30716B = - "Failed to recover consensus subscription progress for consumerGroupId={}, topicName={}"; - public static final String PIPE_LOG_FAILED_TO_DELETE_CONSENSUS_SUBSCRIPTION_PROGRESS_FILE_51C57096 = - "Failed to delete consensus subscription progress file {}"; - public static final String PIPE_LOG_FAILED_TO_PERSIST_CONSENSUS_SUBSCRIPTION_PROGRESS_FOR_CONSUMERGROUPID_4EA71236 = - "Failed to persist consensus subscription progress for consumerGroupId={}, topicName={}, " - + "regionId={}"; - public static final String PIPE_LOG_FAILED_TO_REWRITE_CONSENSUS_SUBSCRIPTION_PROGRESS_FOR_CONSUMERGROUPID_8B230D50 = - "Failed to rewrite consensus subscription progress for consumerGroupId={}, topicName={}"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITMANAGER_FAILED_TO_QUERY_COMMIT_31E47F21 = - "ConsensusSubscriptionCommitManager: failed to query commit progress from ConfigNode for " - + "consumerGroupId={}, topicName={}, regionId={}, status={}"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITMANAGER_FAILED_TO_QUERY_COMMIT_16CFDCD9 = - "ConsensusSubscriptionCommitManager: failed to query commit progress from ConfigNode for " - + "consumerGroupId={}, topicName={}, regionId={}, starting from 0"; + public static final String + PIPE_LOG_FAILED_TO_CLOSE_SINK_AFTER_FAILED_TO_INITIALIZE_SINK_IGNORE_CF2E3D90 = + "Failed to close sink after failed to initialize sink. Ignore this exception."; + public static final String + PIPE_LOG_CONSENSUSPREFETCHSUBTASK_UNEXPECTED_ERROR_WHILE_DRIVING_D361F4C2 = + "ConsensusPrefetchSubtask {}: unexpected error while driving queue {}"; + public static final String + PIPE_LOG_SUBSCRIPTIONSINKSUBTASK_FOR_CONSENSUS_TOPIC_FAILED_UNEXPECTEDLY_FC41B565 = + "SubscriptionSinkSubtask for consensus topic [{}] failed unexpectedly, skip auto-resubmit"; + public static final String + PIPE_LOG_FAILED_TO_BROADCAST_SUBSCRIPTION_PROGRESS_TO_DATANODE_AT_7024F5B2 = + "Failed to broadcast subscription progress to DataNode {} at {}: {}"; + public static final String + PIPE_LOG_FAILED_TO_BROADCAST_SUBSCRIPTION_PROGRESS_FOR_REGION_DE9074BD = + "Failed to broadcast subscription progress for region {}: {}"; + public static final String + PIPE_LOG_RECEIVED_SUBSCRIPTION_PROGRESS_BROADCAST_CONSUMERGROUPID_CDAEF839 = + "Received subscription progress broadcast: consumerGroupId={}, topicName={}, regionId={}, " + + "physicalTime={}, localSeq={}"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITSTATE_IDEMPOTENT_RE_COMMIT_FOR_30464FC4 = + "ConsensusSubscriptionCommitState: idempotent re-commit for ({},{},{})"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITSTATE_IDEMPOTENT_DIRECT_COMMIT_B093AC01 = + "ConsensusSubscriptionCommitState: idempotent direct commit for ({},{},{})"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITMANAGER_RECOVERED_COMMITTEDREGIONPROGRESS_F6B92C6B = + "ConsensusSubscriptionCommitManager: recovered committedRegionProgress={} from ConfigNode " + + "for consumerGroupId={}, topicName={}, regionId={}"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITMANAGER_CANNOT_COMMIT_FOR_UNKNOWN_751BD2A9 = + "ConsensusSubscriptionCommitManager: Cannot commit for unknown state, consumerGroupId={}, " + + "topicName={}, regionId={}, writerId={}, writerProgress={}"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITMANAGER_CANNOT_DIRECT_COMMIT_D6AD7D96 = + "ConsensusSubscriptionCommitManager: Cannot direct-commit for unknown state, " + + "consumerGroupId={}, topicName={}, regionId={}, writerId={}, writerProgress={}"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITMANAGER_CANNOT_RESET_UNKNOWN_C469052F = + "ConsensusSubscriptionCommitManager: Cannot reset unknown state, consumerGroupId={}, " + + "topicName={}, regionId={}"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITMANAGER_IGNORE_BROADCAST_WITHOUT_211DE477 = + "ConsensusSubscriptionCommitManager: ignore broadcast without writer identity, " + + "consumerGroupId={}, topicName={}, regionId={}, writerId={}, writerProgress={}"; + public static final String + PIPE_LOG_SKIP_MALFORMED_CONSENSUS_SUBSCRIPTION_PROGRESS_FILE_NAME_BB4D75F0 = + "Skip malformed consensus subscription progress file name {}"; + public static final String + PIPE_LOG_FAILED_TO_RECOVER_CONSENSUS_SUBSCRIPTION_PROGRESS_FOR_CONSUMERGROUPID_DF30716B = + "Failed to recover consensus subscription progress for consumerGroupId={}, topicName={}"; + public static final String + PIPE_LOG_FAILED_TO_DELETE_CONSENSUS_SUBSCRIPTION_PROGRESS_FILE_51C57096 = + "Failed to delete consensus subscription progress file {}"; + public static final String + PIPE_LOG_FAILED_TO_PERSIST_CONSENSUS_SUBSCRIPTION_PROGRESS_FOR_CONSUMERGROUPID_4EA71236 = + "Failed to persist consensus subscription progress for consumerGroupId={}, topicName={}, " + + "regionId={}"; + public static final String + PIPE_LOG_FAILED_TO_REWRITE_CONSENSUS_SUBSCRIPTION_PROGRESS_FOR_CONSUMERGROUPID_8B230D50 = + "Failed to rewrite consensus subscription progress for consumerGroupId={}, topicName={}"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITMANAGER_FAILED_TO_QUERY_COMMIT_31E47F21 = + "ConsensusSubscriptionCommitManager: failed to query commit progress from ConfigNode for " + + "consumerGroupId={}, topicName={}, regionId={}, status={}"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITMANAGER_FAILED_TO_QUERY_COMMIT_16CFDCD9 = + "ConsensusSubscriptionCommitManager: failed to query commit progress from ConfigNode for " + + "consumerGroupId={}, topicName={}, regionId={}, starting from 0"; public static final String PIPE_LOG_FAILED_TO_SERIALIZE_COMMITTED_REGION_PROGRESS_0D8D2129 = "Failed to serialize committed region progress {}"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITSTATE_IGNORE_MAPPING_WITHOUT_3E66A74D = - "ConsensusSubscriptionCommitState: ignore mapping without writer identity, writerId={}, " - + "writerProgress={}"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITSTATE_DUPLICATE_OUTSTANDING_MAPPING_B5B34891 = - "ConsensusSubscriptionCommitState: duplicate outstanding mapping for slot={}, previous={}, " - + "current={}"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITSTATE_OUTSTANDING_SIZE_EXCEEDS_1463BF02 = - "ConsensusSubscriptionCommitState: outstanding size ({}) exceeds threshold ({}), consumers " - + "may not be committing. committed=({},{}), writerNodeId={}"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITSTATE_MISSING_WRITER_IDENTITY_01040357 = - "ConsensusSubscriptionCommitState: missing writer identity for commit, writerId={}, " - + "writerProgress={}"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITSTATE_UNKNOWN_KEY_FOR_COMMIT_5F699CFD = - "ConsensusSubscriptionCommitState: unknown key ({},{},{}) for commit"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITSTATE_MISSING_WRITER_IDENTITY_BB10A3B1 = - "ConsensusSubscriptionCommitState: missing writer identity for direct commit, writerId={}, " - + "writerProgress={}"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITSTATE_REJECT_DIRECT_COMMIT_WITHOUT_5B975E49 = - "ConsensusSubscriptionCommitState: reject direct commit without outstanding mapping for " - + "({},{},{})"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITSTATE_IGNORE_MAPPING_WITHOUT_3E66A74D = + "ConsensusSubscriptionCommitState: ignore mapping without writer identity, writerId={}, " + + "writerProgress={}"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITSTATE_DUPLICATE_OUTSTANDING_MAPPING_B5B34891 = + "ConsensusSubscriptionCommitState: duplicate outstanding mapping for slot={}, previous={}, " + + "current={}"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITSTATE_OUTSTANDING_SIZE_EXCEEDS_1463BF02 = + "ConsensusSubscriptionCommitState: outstanding size ({}) exceeds threshold ({}), consumers " + + "may not be committing. committed=({},{}), writerNodeId={}"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITSTATE_MISSING_WRITER_IDENTITY_01040357 = + "ConsensusSubscriptionCommitState: missing writer identity for commit, writerId={}, " + + "writerProgress={}"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITSTATE_UNKNOWN_KEY_FOR_COMMIT_5F699CFD = + "ConsensusSubscriptionCommitState: unknown key ({},{},{}) for commit"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITSTATE_MISSING_WRITER_IDENTITY_BB10A3B1 = + "ConsensusSubscriptionCommitState: missing writer identity for direct commit, writerId={}, " + + "writerProgress={}"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITSTATE_REJECT_DIRECT_COMMIT_WITHOUT_5B975E49 = + "ConsensusSubscriptionCommitState: reject direct commit without outstanding mapping for " + + "({},{},{})"; public static final String PIPE_LOG_ISCONSENSUSBASEDTOPIC_CHECK_FOR_TOPIC_MODE_RESULT_19EFA0F9 = "isConsensusBasedTopic check for topic [{}]: mode={}, result={}"; - public static final String PIPE_LOG_SET_IOTCONSENSUS_ONNEWPEERCREATED_CALLBACK_FOR_CONSENSUS_0766CE68 = - "Set IoTConsensus.onNewPeerCreated callback for consensus subscription auto-binding"; - public static final String PIPE_LOG_SET_IOTCONSENSUS_ONPEERREMOVED_CALLBACK_FOR_CONSENSUS_SUBSCRIPTION_21D4D6AC = - "Set IoTConsensus.onPeerRemoved callback for consensus subscription cleanup"; - public static final String PIPE_LOG_NEW_DATAREGION_CREATED_CHECKING_CONSUMER_GROUP_S_FOR_AUTO_787C16E9 = - "New DataRegion {} created, checking {} consumer group(s) for auto-binding, " - + "currentSearchIndex={}"; - public static final String PIPE_LOG_AUTO_BINDING_CONSENSUS_QUEUE_FOR_TOPIC_IN_GROUP_TO_NEW_REGION_86F21649 = - "Auto-binding consensus queue for topic [{}] in group [{}] to new region {} (database={}, " - + "tailStartSearchIndex={}, hasLocalPersistedState={}, committedRegionProgress={}, " - + "initialRuntimeVersion={}, initialActive={})"; - public static final String PIPE_LOG_DATAREGION_BEING_REMOVED_UNBINDING_ALL_CONSENSUS_SUBSCRIPTION_848A29F0 = - "DataRegion {} being removed, unbinding all consensus subscription queues"; - public static final String PIPE_LOG_SETTING_UP_CONSENSUS_SUBSCRIPTIONS_FOR_CONSUMER_GROUP_TOPICS_204374A2 = - "Setting up consensus subscriptions for consumer group [{}], topics={}, total consensus " - + "groups={}"; - public static final String PIPE_LOG_SETTING_UP_CONSENSUS_QUEUE_FOR_TOPIC_ISTABLETOPIC_ORDERMODE_4F1CDC66 = - "Setting up consensus queue for topic [{}]: isTableTopic={}, orderMode={}, config={}"; - public static final String PIPE_LOG_DISCOVERED_CONSENSUS_GROUP_S_FOR_TOPIC_IN_CONSUMER_GROUP_012EE420 = - "Discovered {} consensus group(s) for topic [{}] in consumer group [{}]: {}"; - public static final String PIPE_LOG_SKIPPING_REGION_DATABASE_FOR_TABLE_TOPIC_DATABASE_KEY_2DA27A84 = - "Skipping region {} (database={}) for table topic [{}] (DATABASE_KEY={})"; - public static final String PIPE_LOG_BINDING_CONSENSUS_PREFETCHING_QUEUE_FOR_TOPIC_IN_CONSUMER_45239EEA = - "Binding consensus prefetching queue for topic [{}] in consumer group [{}] to data region " - + "consensus group [{}] (database={}, tailStartSearchIndex={}, hasLocalPersistedState={}, " - + "committedRegionProgress={}, initialRuntimeVersion={}, initialActive={})"; - public static final String PIPE_LOG_TORE_DOWN_CONSENSUS_SUBSCRIPTION_FOR_TOPIC_IN_CONSUMER_GROUP_80B84227 = - "Tore down consensus subscription for topic [{}] in consumer group [{}]"; - public static final String PIPE_LOG_CHECKING_NEW_SUBSCRIPTIONS_IN_CONSUMER_GROUP_FOR_CONSENSUS_4A56D78A = - "Checking new subscriptions in consumer group [{}] for consensus-based topics: {}"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONSETUPHANDLER_IGNORE_STALE_RUNTIME_STATE_6C36B250 = - "ConsensusSubscriptionSetupHandler: ignore stale runtime state for region {}, " - + "incomingRuntimeVersion={}, currentRuntimeVersion={}, runtimeState={}"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONSETUPHANDLER_APPLYING_RUNTIME_STATE_1FB8937E = - "ConsensusSubscriptionSetupHandler: applying runtime state for region {}, preferred writer " - + "{} -> {}, runtimeVersion {} -> {}, runtimeState={}"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONSETUPHANDLER_REGION_PREFERRED_WRITER_46C1A894 = - "ConsensusSubscriptionSetupHandler: region {} preferred writer changed {} -> {}, " - + "runtimeVersion {} -> {}, runtimeState={} (route hint)"; - public static final String PIPE_LOG_FAILED_TO_CHECK_IF_TOPIC_IS_CONSENSUS_BASED_DEFAULTING_TO_ECCE1509 = - "Failed to check if topic [{}] is consensus-based, defaulting to false"; - public static final String PIPE_LOG_SKIPPING_SETUP_OF_CONSENSUS_BASED_SUBSCRIPTIONS_FOR_CONSUMER_46BEE6E4 = - "Skipping setup of consensus-based subscriptions for consumer group [{}] because " - + "mode=incremental only supports data_region_consensus_protocol_class={}, but current " - + "configured value is {} (runtime consensus implementation: {})"; + public static final String + PIPE_LOG_SET_IOTCONSENSUS_ONNEWPEERCREATED_CALLBACK_FOR_CONSENSUS_0766CE68 = + "Set IoTConsensus.onNewPeerCreated callback for consensus subscription auto-binding"; + public static final String + PIPE_LOG_SET_IOTCONSENSUS_ONPEERREMOVED_CALLBACK_FOR_CONSENSUS_SUBSCRIPTION_21D4D6AC = + "Set IoTConsensus.onPeerRemoved callback for consensus subscription cleanup"; + public static final String + PIPE_LOG_NEW_DATAREGION_CREATED_CHECKING_CONSUMER_GROUP_S_FOR_AUTO_787C16E9 = + "New DataRegion {} created, checking {} consumer group(s) for auto-binding, " + + "currentSearchIndex={}"; + public static final String + PIPE_LOG_AUTO_BINDING_CONSENSUS_QUEUE_FOR_TOPIC_IN_GROUP_TO_NEW_REGION_86F21649 = + "Auto-binding consensus queue for topic [{}] in group [{}] to new region {} (database={}, " + + "tailStartSearchIndex={}, hasLocalPersistedState={}, committedRegionProgress={}, " + + "initialRuntimeVersion={}, initialActive={})"; + public static final String + PIPE_LOG_DATAREGION_BEING_REMOVED_UNBINDING_ALL_CONSENSUS_SUBSCRIPTION_848A29F0 = + "DataRegion {} being removed, unbinding all consensus subscription queues"; + public static final String + PIPE_LOG_SETTING_UP_CONSENSUS_SUBSCRIPTIONS_FOR_CONSUMER_GROUP_TOPICS_204374A2 = + "Setting up consensus subscriptions for consumer group [{}], topics={}, total consensus " + + "groups={}"; + public static final String + PIPE_LOG_SETTING_UP_CONSENSUS_QUEUE_FOR_TOPIC_ISTABLETOPIC_ORDERMODE_4F1CDC66 = + "Setting up consensus queue for topic [{}]: isTableTopic={}, orderMode={}, config={}"; + public static final String + PIPE_LOG_DISCOVERED_CONSENSUS_GROUP_S_FOR_TOPIC_IN_CONSUMER_GROUP_012EE420 = + "Discovered {} consensus group(s) for topic [{}] in consumer group [{}]: {}"; + public static final String + PIPE_LOG_SKIPPING_REGION_DATABASE_FOR_TABLE_TOPIC_DATABASE_KEY_2DA27A84 = + "Skipping region {} (database={}) for table topic [{}] (DATABASE_KEY={})"; + public static final String + PIPE_LOG_BINDING_CONSENSUS_PREFETCHING_QUEUE_FOR_TOPIC_IN_CONSUMER_45239EEA = + "Binding consensus prefetching queue for topic [{}] in consumer group [{}] to data region " + + "consensus group [{}] (database={}, tailStartSearchIndex={}, hasLocalPersistedState={}, " + + "committedRegionProgress={}, initialRuntimeVersion={}, initialActive={})"; + public static final String + PIPE_LOG_TORE_DOWN_CONSENSUS_SUBSCRIPTION_FOR_TOPIC_IN_CONSUMER_GROUP_80B84227 = + "Tore down consensus subscription for topic [{}] in consumer group [{}]"; + public static final String + PIPE_LOG_CHECKING_NEW_SUBSCRIPTIONS_IN_CONSUMER_GROUP_FOR_CONSENSUS_4A56D78A = + "Checking new subscriptions in consumer group [{}] for consensus-based topics: {}"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONSETUPHANDLER_IGNORE_STALE_RUNTIME_STATE_6C36B250 = + "ConsensusSubscriptionSetupHandler: ignore stale runtime state for region {}, " + + "incomingRuntimeVersion={}, currentRuntimeVersion={}, runtimeState={}"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONSETUPHANDLER_APPLYING_RUNTIME_STATE_1FB8937E = + "ConsensusSubscriptionSetupHandler: applying runtime state for region {}, preferred writer " + + "{} -> {}, runtimeVersion {} -> {}, runtimeState={}"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONSETUPHANDLER_REGION_PREFERRED_WRITER_46C1A894 = + "ConsensusSubscriptionSetupHandler: region {} preferred writer changed {} -> {}, " + + "runtimeVersion {} -> {}, runtimeState={} (route hint)"; + public static final String + PIPE_LOG_FAILED_TO_CHECK_IF_TOPIC_IS_CONSENSUS_BASED_DEFAULTING_TO_ECCE1509 = + "Failed to check if topic [{}] is consensus-based, defaulting to false"; + public static final String + PIPE_LOG_SKIPPING_SETUP_OF_CONSENSUS_BASED_SUBSCRIPTIONS_FOR_CONSUMER_46BEE6E4 = + "Skipping setup of consensus-based subscriptions for consumer group [{}] because " + + "mode=incremental only supports data_region_consensus_protocol_class={}, but current " + + "configured value is {} (runtime consensus implementation: {})"; public static final String EXCEPTION_SUBSCRIPTION_CANNOT_ARG_CONSENSUS_BASED_TOPIC_S_ARG_IN_CONSUMER_GROUP_ARG_BECAUSE_MODE_INCREMENTAL_ONLY_SUPPORTS_DATA_REGION_CONSENSUS_PROTOCOL_CLASS_ARG_BUT_CURRENT_CONFIGURED_VALUE_IS_ARG_RUNTIME_CONSENSUS_IMPLEMENTATION_ARG_6F21ED67 = "Subscription: cannot %s consensus-based topic(s) %s in consumer group [%s] because " + "mode=incremental only supports data_region_consensus_protocol_class=%s, but " + "current configured value is %s (runtime consensus implementation: %s)"; - public static final String PIPE_LOG_TOPIC_CONFIG_NOT_FOUND_FOR_TOPIC_CANNOT_SET_UP_CONSENSUS_A93339CE = - "Topic config not found for topic [{}], cannot set up consensus queue"; - public static final String PIPE_LOG_NO_LOCAL_IOTCONSENSUS_DATA_REGION_FOUND_FOR_TOPIC_IN_CONSUMER_6FD0600E = - "No local IoTConsensus data region found for topic [{}] in consumer group [{}]. Consensus " - + "subscription will be set up when a matching data region becomes available."; - public static final String PIPE_LOG_FAILED_TO_TEAR_DOWN_CONSENSUS_SUBSCRIPTION_FOR_TOPIC_IN_F59E8B7C = - "Failed to tear down consensus subscription for topic [{}] in consumer group [{}]"; + public static final String + PIPE_LOG_TOPIC_CONFIG_NOT_FOUND_FOR_TOPIC_CANNOT_SET_UP_CONSENSUS_A93339CE = + "Topic config not found for topic [{}], cannot set up consensus queue"; + public static final String + PIPE_LOG_NO_LOCAL_IOTCONSENSUS_DATA_REGION_FOUND_FOR_TOPIC_IN_CONSUMER_6FD0600E = + "No local IoTConsensus data region found for topic [{}] in consumer group [{}]. Consensus " + + "subscription will be set up when a matching data region becomes available."; + public static final String + PIPE_LOG_FAILED_TO_TEAR_DOWN_CONSENSUS_SUBSCRIPTION_FOR_TOPIC_IN_F59E8B7C = + "Failed to tear down consensus subscription for topic [{}] in consumer group [{}]"; public static final String PIPE_LOG_FAILED_TO_AUTO_BIND_TOPIC_IN_GROUP_TO_NEW_REGION_5BFD0E7D = "Failed to auto-bind topic [{}] in group [{}] to new region {}"; - public static final String PIPE_LOG_FAILED_TO_UNBIND_CONSENSUS_SUBSCRIPTION_QUEUES_FOR_REMOVED_7086F70A = - "Failed to unbind consensus subscription queues for removed region {}"; - public static final String PIPE_LOG_FAILED_TO_SET_UP_CONSENSUS_SUBSCRIPTION_FOR_TOPIC_IN_CONSUMER_1A30001B = - "Failed to set up consensus subscription for topic [{}] in consumer group [{}]"; - public static final String PIPE_LOG_CONSENSUSLOGTOTABLETCONVERTER_DESERIALIZED_MERGED_INSERTNODE_51FB8295 = - "ConsensusLogToTabletConverter: deserialized merged InsertNode for searchIndex={}, type={}, " - + "deviceId={}, searchNodeCount={}"; - public static final String PIPE_LOG_CONSENSUSLOGTOTABLETCONVERTER_SEARCHINDEX_CONTAINS_NON_INSERTNODE_CFA9FA49 = - "ConsensusLogToTabletConverter: searchIndex={} contains non-InsertNode PlanNode: {}"; - public static final String PIPE_LOG_CONSENSUSLOGTOTABLETCONVERTER_CONVERTING_INSERTNODE_TYPE_B80428A0 = - "ConsensusLogToTabletConverter: converting InsertNode type={}, deviceId={}"; + public static final String + PIPE_LOG_FAILED_TO_UNBIND_CONSENSUS_SUBSCRIPTION_QUEUES_FOR_REMOVED_7086F70A = + "Failed to unbind consensus subscription queues for removed region {}"; + public static final String + PIPE_LOG_FAILED_TO_SET_UP_CONSENSUS_SUBSCRIPTION_FOR_TOPIC_IN_CONSUMER_1A30001B = + "Failed to set up consensus subscription for topic [{}] in consumer group [{}]"; + public static final String + PIPE_LOG_CONSENSUSLOGTOTABLETCONVERTER_DESERIALIZED_MERGED_INSERTNODE_51FB8295 = + "ConsensusLogToTabletConverter: deserialized merged InsertNode for searchIndex={}, type={}, " + + "deviceId={}, searchNodeCount={}"; + public static final String + PIPE_LOG_CONSENSUSLOGTOTABLETCONVERTER_SEARCHINDEX_CONTAINS_NON_INSERTNODE_CFA9FA49 = + "ConsensusLogToTabletConverter: searchIndex={} contains non-InsertNode PlanNode: {}"; + public static final String + PIPE_LOG_CONSENSUSLOGTOTABLETCONVERTER_CONVERTING_INSERTNODE_TYPE_B80428A0 = + "ConsensusLogToTabletConverter: converting InsertNode type={}, deviceId={}"; public static final String PIPE_LOG_UNSUPPORTED_INSERTNODE_TYPE_FOR_SUBSCRIPTION_E488EF74 = "Unsupported InsertNode type for subscription: {}"; - public static final String PIPE_LOG_CONSENSUSLOGTOTABLETCONVERTER_FAILED_TO_DESERIALIZE_ICONSENSUSREQUEST_EC1F6BAD = - "ConsensusLogToTabletConverter: failed to deserialize IConsensusRequest (type={}) in " - + "searchIndex={}: {}"; + public static final String + PIPE_LOG_CONSENSUSLOGTOTABLETCONVERTER_FAILED_TO_DESERIALIZE_ICONSENSUSREQUEST_EC1F6BAD = + "ConsensusLogToTabletConverter: failed to deserialize IConsensusRequest (type={}) in " + + "searchIndex={}: {}"; public static final String PIPE_LOG_INSERTNODE_TYPE_IS_NULL_SKIPPING_CONVERSION_A2F1ADF7 = "InsertNode type is null, skipping conversion"; public static final String PIPE_LOG_UNSUPPORTED_DATA_TYPE_C8929F11 = "Unsupported data type: {}"; public static final String PIPE_LOG_UNSUPPORTED_DATA_TYPE_FOR_COPY_8AD25FE7 = "Unsupported data type for copy: {}"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_PREFETCHING_QUEUE_IS_EMPTY_FOR_22836B5E = - "ConsensusPrefetchingQueue {}: prefetching queue is empty for consumerId={}, " - + "pendingEntriesSize={}, nextExpected={}, isClosed={}, prefetchInitialized={}, " - + "subtaskScheduled={}"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_POLLING_QUEUE_SIZE_CONSUMERID_FCA0AAD3 = - "ConsensusPrefetchingQueue {}: polling, queue size={}, consumerId={}"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_DRAINED_ENTRIES_FROM_PENDINGENTRIES_2D4E0BE7 = - "ConsensusPrefetchingQueue {}: drained {} entries from pendingEntries, first searchIndex={}, " - + "last searchIndex={}, nextExpected={}, prefetchingQueueSize={}"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_TIME_BASED_FLUSH_TABLETS_LINGERED_10A4EBA8 = - "ConsensusPrefetchingQueue {}: time-based flush, {} tablets lingered for {}ms " - + "(threshold={}ms)"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_GAP_DETECTED_EXPECTED_GOT_FILLING_70DD08B3 = - "ConsensusPrefetchingQueue {}: gap detected, expected={}, got={}. Filling {} entries from " - + "WAL."; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_ACCUMULATE_COMPLETE_BATCHSIZE_FA3F3B41 = - "ConsensusPrefetchingQueue {}: accumulate complete, batchSize={}, processed={}, skipped={}, " - + "lingerTablets={}, nextExpected={}"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_SUBSCRIPTION_WAL_READ_ENTRIES_14AA5096 = - "ConsensusPrefetchingQueue {}: subscription WAL read {} entries, nextExpectedSearchIndex={}"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_SUBSCRIPTION_WAL_EXHAUSTED_AT_E61AF763 = - "ConsensusPrefetchingQueue {}: subscription WAL exhausted at {} while current WAL is {}. " - + "Rolling WAL file to expose current-file entries."; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_SKIP_STALE_EVENT_WITH_SEARCHINDEX_07A09B36 = - "ConsensusPrefetchingQueue {}: skip stale event with searchIndex range [{}, {}], " - + "expectedSeekGeneration={}, currentSeekGeneration={}"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_ENQUEUED_EVENT_WITH_TABLETS_SEARCHINDEX_140FDDCB = - "ConsensusPrefetchingQueue {}: ENQUEUED event with {} tablets, searchIndex range [{}, {}], " - + "prefetchQueueSize={}"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_REJECT_WITHOUT_WRITER_PROGRESS_D84AA802 = - "ConsensusPrefetchingQueue {}: reject {} without writer progress, commitContext={}"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_REJECT_FOR_INACTIVE_QUEUE_COMMITCONTEXT_AE6D382C = - "ConsensusPrefetchingQueue {}: reject {} for inactive queue, commitContext={}, " - + "runtimeVersion={}"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_RECYCLED_TIMED_OUT_EVENT_BACK_5E58639C = - "ConsensusPrefetchingQueue {}: recycled timed-out event {} back to prefetching queue"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_INJECTED_WATERMARK_WATERMARKTIMESTAMP_BF373164 = - "ConsensusPrefetchingQueue {}: injected WATERMARK, watermarkTimestamp={}"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_CREATED_DORMANT_CONSUMERGROUPID_863BC6D6 = - "ConsensusPrefetchingQueue created (dormant): consumerGroupId={}, topicName={}, " - + "orderMode={}, consensusGroupId={}, fallbackCommittedRegionProgress={}, " - + "fallbackTailSearchIndex={}, initialRuntimeVersion={}, initialActive={}"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_PREFETCH_INITIALIZED_STARTSEARCHINDEX_69B53EE6 = - "ConsensusPrefetchingQueue {}: prefetch initialized, startSearchIndex={}, progressSource={}, " - + "recoveryWriterCount={}"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_PERIODIC_STATS_LAG_PENDINGDELTA_D75375D0 = - "ConsensusPrefetchingQueue {}: periodic stats, lag={}, pendingDelta={}, walDelta={}, " - + "pendingTotal={}, walTotal={}, pendingQueueSize={}, prefetchingQueueSize={}, " - + "inFlightEventsSize={}, realtimeWriterCount={}, walHasNext={}, isActive={}, " - + "subtaskScheduled={}"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_WAITING_MS_FOR_WAL_GAP_TO_BECOME_7D91C6C5 = - "ConsensusPrefetchingQueue {}: waiting {}ms for WAL gap [{}, {}) to become visible, " - + "currentNextExpected={}, currentWalIndex={}, seekGeneration={}"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_SEEKTOREGIONPROGRESS_WRITERCOUNT_3134A29B = - "ConsensusPrefetchingQueue {}: seekToRegionProgress writerCount={} -> {} searchIndex={}"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_SEEKAFTERREGIONPROGRESS_WRITERCOUNT_C6B26D20 = - "ConsensusPrefetchingQueue {}: seekAfterRegionProgress writerCount={} -> {} searchIndex={}"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_ABORTED_PENDING_SEEK_DURING_RUNTIME_F9928604 = - "ConsensusPrefetchingQueue {}: aborted pending seek({}) during runtime stop, restored " - + "prefetchInitialized {} -> {}, seekGeneration {} -> {}"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_FAILED_TO_SCHEDULE_SEEK_BECAUSE_9E407068 = - "ConsensusPrefetchingQueue {}: failed to schedule seek({}) because {}, restored " - + "prefetchInitialized {} -> {}, seekGeneration {} -> {}"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_PREFETCHING_QUEUE_IS_EMPTY_FOR_22836B5E = + "ConsensusPrefetchingQueue {}: prefetching queue is empty for consumerId={}, " + + "pendingEntriesSize={}, nextExpected={}, isClosed={}, prefetchInitialized={}, " + + "subtaskScheduled={}"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_POLLING_QUEUE_SIZE_CONSUMERID_FCA0AAD3 = + "ConsensusPrefetchingQueue {}: polling, queue size={}, consumerId={}"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_DRAINED_ENTRIES_FROM_PENDINGENTRIES_2D4E0BE7 = + "ConsensusPrefetchingQueue {}: drained {} entries from pendingEntries, first searchIndex={}, " + + "last searchIndex={}, nextExpected={}, prefetchingQueueSize={}"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_TIME_BASED_FLUSH_TABLETS_LINGERED_10A4EBA8 = + "ConsensusPrefetchingQueue {}: time-based flush, {} tablets lingered for {}ms " + + "(threshold={}ms)"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_GAP_DETECTED_EXPECTED_GOT_FILLING_70DD08B3 = + "ConsensusPrefetchingQueue {}: gap detected, expected={}, got={}. Filling {} entries from " + + "WAL."; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_ACCUMULATE_COMPLETE_BATCHSIZE_FA3F3B41 = + "ConsensusPrefetchingQueue {}: accumulate complete, batchSize={}, processed={}, skipped={}, " + + "lingerTablets={}, nextExpected={}"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_SUBSCRIPTION_WAL_READ_ENTRIES_14AA5096 = + "ConsensusPrefetchingQueue {}: subscription WAL read {} entries, nextExpectedSearchIndex={}"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_SUBSCRIPTION_WAL_EXHAUSTED_AT_E61AF763 = + "ConsensusPrefetchingQueue {}: subscription WAL exhausted at {} while current WAL is {}. " + + "Rolling WAL file to expose current-file entries."; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_SKIP_STALE_EVENT_WITH_SEARCHINDEX_07A09B36 = + "ConsensusPrefetchingQueue {}: skip stale event with searchIndex range [{}, {}], " + + "expectedSeekGeneration={}, currentSeekGeneration={}"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_ENQUEUED_EVENT_WITH_TABLETS_SEARCHINDEX_140FDDCB = + "ConsensusPrefetchingQueue {}: ENQUEUED event with {} tablets, searchIndex range [{}, {}], " + + "prefetchQueueSize={}"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_REJECT_WITHOUT_WRITER_PROGRESS_D84AA802 = + "ConsensusPrefetchingQueue {}: reject {} without writer progress, commitContext={}"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_REJECT_FOR_INACTIVE_QUEUE_COMMITCONTEXT_AE6D382C = + "ConsensusPrefetchingQueue {}: reject {} for inactive queue, commitContext={}, " + + "runtimeVersion={}"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_RECYCLED_TIMED_OUT_EVENT_BACK_5E58639C = + "ConsensusPrefetchingQueue {}: recycled timed-out event {} back to prefetching queue"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_INJECTED_WATERMARK_WATERMARKTIMESTAMP_BF373164 = + "ConsensusPrefetchingQueue {}: injected WATERMARK, watermarkTimestamp={}"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_CREATED_DORMANT_CONSUMERGROUPID_863BC6D6 = + "ConsensusPrefetchingQueue created (dormant): consumerGroupId={}, topicName={}, " + + "orderMode={}, consensusGroupId={}, fallbackCommittedRegionProgress={}, " + + "fallbackTailSearchIndex={}, initialRuntimeVersion={}, initialActive={}"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_PREFETCH_INITIALIZED_STARTSEARCHINDEX_69B53EE6 = + "ConsensusPrefetchingQueue {}: prefetch initialized, startSearchIndex={}, progressSource={}, " + + "recoveryWriterCount={}"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_PERIODIC_STATS_LAG_PENDINGDELTA_D75375D0 = + "ConsensusPrefetchingQueue {}: periodic stats, lag={}, pendingDelta={}, walDelta={}, " + + "pendingTotal={}, walTotal={}, pendingQueueSize={}, prefetchingQueueSize={}, " + + "inFlightEventsSize={}, realtimeWriterCount={}, walHasNext={}, isActive={}, " + + "subtaskScheduled={}"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_WAITING_MS_FOR_WAL_GAP_TO_BECOME_7D91C6C5 = + "ConsensusPrefetchingQueue {}: waiting {}ms for WAL gap [{}, {}) to become visible, " + + "currentNextExpected={}, currentWalIndex={}, seekGeneration={}"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_SEEKTOREGIONPROGRESS_WRITERCOUNT_3134A29B = + "ConsensusPrefetchingQueue {}: seekToRegionProgress writerCount={} -> {} searchIndex={}"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_SEEKAFTERREGIONPROGRESS_WRITERCOUNT_C6B26D20 = + "ConsensusPrefetchingQueue {}: seekAfterRegionProgress writerCount={} -> {} searchIndex={}"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_ABORTED_PENDING_SEEK_DURING_RUNTIME_F9928604 = + "ConsensusPrefetchingQueue {}: aborted pending seek({}) during runtime stop, restored " + + "prefetchInitialized {} -> {}, seekGeneration {} -> {}"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_FAILED_TO_SCHEDULE_SEEK_BECAUSE_9E407068 = + "ConsensusPrefetchingQueue {}: failed to schedule seek({}) because {}, restored " + + "prefetchInitialized {} -> {}, seekGeneration {} -> {}"; public static final String MESSAGE_THE_QUEUE_IS_CLOSING_AC6C2AB4 = "the queue is closing"; public static final String MESSAGE_PREFETCH_RUNTIME_IS_UNAVAILABLE_F1721E89 = "prefetch runtime is unavailable"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_SEEK_APPLIED_TO_SEARCHINDEX_WRITERCOUNT_FA2C4327 = - "ConsensusPrefetchingQueue {}: seek({}) applied to searchIndex={}, writerCount={}, " - + "seekGeneration={}"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_FLUSHING_LINGERING_TABLETS_DURING_4C4AF235 = - "ConsensusPrefetchingQueue {}: flushing {} lingering tablets during close"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_SEEK_APPLIED_TO_SEARCHINDEX_WRITERCOUNT_FA2C4327 = + "ConsensusPrefetchingQueue {}: seek({}) applied to searchIndex={}, writerCount={}, " + + "seekGeneration={}"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_FLUSHING_LINGERING_TABLETS_DURING_4C4AF235 = + "ConsensusPrefetchingQueue {}: flushing {} lingering tablets during close"; public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_ISACTIVE_SET_TO_REGION_EC0AD7BA = "ConsensusPrefetchingQueue {}: isActive set to {} (region={})"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_RUNTIMEACTIVEWRITERNODEIDS_EFFECTIVEACTIVEWRITERNODEIDS_246519D2 = - "ConsensusPrefetchingQueue {}: runtimeActiveWriterNodeIds={}, " - + "effectiveActiveWriterNodeIds={} (region={}, orderMode={}, preferredWriterNodeId={})"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_PREFERREDWRITERNODEID_SET_TO_EFFECTIVEACTIVEWRITERNODEIDS_B08E8180 = - "ConsensusPrefetchingQueue {}: preferredWriterNodeId set to {}, " - + "effectiveActiveWriterNodeIds={} (region={}, orderMode={})"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_ORDERMODE_SET_TO_EFFECTIVEACTIVEWRITERNODEIDS_CDD3C86E = - "ConsensusPrefetchingQueue {}: orderMode set to {}, effectiveActiveWriterNodeIds={} " - + "(region={}, preferredWriterNodeId={}, runtimeActiveWriterNodeIds={})"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_RUNTIMEACTIVEWRITERNODEIDS_EFFECTIVEACTIVEWRITERNODEIDS_246519D2 = + "ConsensusPrefetchingQueue {}: runtimeActiveWriterNodeIds={}, " + + "effectiveActiveWriterNodeIds={} (region={}, orderMode={}, preferredWriterNodeId={})"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_PREFERREDWRITERNODEID_SET_TO_EFFECTIVEACTIVEWRITERNODEIDS_B08E8180 = + "ConsensusPrefetchingQueue {}: preferredWriterNodeId set to {}, " + + "effectiveActiveWriterNodeIds={} (region={}, orderMode={})"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_ORDERMODE_SET_TO_EFFECTIVEACTIVEWRITERNODEIDS_CDD3C86E = + "ConsensusPrefetchingQueue {}: orderMode set to {}, effectiveActiveWriterNodeIds={} " + + "(region={}, preferredWriterNodeId={}, runtimeActiveWriterNodeIds={})"; public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_APPLIED_RUNTIMEVERSION_36E05B80 = "ConsensusPrefetchingQueue {}: applied runtimeVersion {}"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_APPLIED_RUNTIMESTATE_PREFERREDWRITERNODEID_D845E9D6 = - "ConsensusPrefetchingQueue {}: applied runtimeState={}, preferredWriterNodeId={}"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_POLL_COMMITTED_EVENT_BROKEN_INVARIANT_E478FA3C = - "ConsensusPrefetchingQueue {} poll committed event {} (broken invariant), remove it"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_POLL_NON_POLLABLE_EVENT_BROKEN_E9551325 = - "ConsensusPrefetchingQueue {} poll non-pollable event {} (broken invariant), nack it"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_APPLIED_RUNTIMESTATE_PREFERREDWRITERNODEID_D845E9D6 = + "ConsensusPrefetchingQueue {}: applied runtimeState={}, preferredWriterNodeId={}"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_POLL_COMMITTED_EVENT_BROKEN_INVARIANT_E478FA3C = + "ConsensusPrefetchingQueue {} poll committed event {} (broken invariant), remove it"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_POLL_NON_POLLABLE_EVENT_BROKEN_E9551325 = + "ConsensusPrefetchingQueue {} poll non-pollable event {} (broken invariant), nack it"; public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_INTERRUPTED_WHILE_POLLING_B7CFF5FD = "ConsensusPrefetchingQueue {} interrupted while polling"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_ERROR_READING_SUBSCRIPTION_WAL_A3888AC5 = - "ConsensusPrefetchingQueue {}: error reading subscription WAL"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_ERROR_CLOSING_SUBSCRIPTION_WAL_19711C01 = - "ConsensusPrefetchingQueue {}: error closing subscription WAL iterator"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_COMMIT_CONTEXT_DOES_NOT_EXIST_99B8A8F3 = - "ConsensusPrefetchingQueue {}: commit context {} does not exist for ack"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_ERROR_READING_SUBSCRIPTION_WAL_A3888AC5 = + "ConsensusPrefetchingQueue {}: error reading subscription WAL"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_ERROR_CLOSING_SUBSCRIPTION_WAL_19711C01 = + "ConsensusPrefetchingQueue {}: error closing subscription WAL iterator"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_COMMIT_CONTEXT_DOES_NOT_EXIST_99B8A8F3 = + "ConsensusPrefetchingQueue {}: commit context {} does not exist for ack"; public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_EVENT_ALREADY_COMMITTED_AC34E829 = "ConsensusPrefetchingQueue {}: event {} already committed"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_FAILED_TO_ADVANCE_COMMIT_FRONTIER_56E606C0 = - "ConsensusPrefetchingQueue {}: failed to advance commit frontier for {}"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_COMMIT_CONTEXT_DOES_NOT_EXIST_05F6C6E0 = - "ConsensusPrefetchingQueue {}: commit context {} does not exist for nack"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_SEEKTOREGIONPROGRESS_NOT_SUPPORTED_85477BAB = - "ConsensusPrefetchingQueue {}: seekToRegionProgress not supported (no WAL directory)"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_SEEKAFTERREGIONPROGRESS_NOT_SUPPORTED_55F36BE8 = - "ConsensusPrefetchingQueue {}: seekAfterRegionProgress not supported (no WAL directory)"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_FAILED_TO_READ_WAL_METADATA_FROM_A2ED50D1 = - "ConsensusPrefetchingQueue {}: failed to read WAL metadata from {} while computing seekToEnd " - + "frontier"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_FAILED_TO_ADVANCE_COMMIT_FRONTIER_56E606C0 = + "ConsensusPrefetchingQueue {}: failed to advance commit frontier for {}"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_COMMIT_CONTEXT_DOES_NOT_EXIST_05F6C6E0 = + "ConsensusPrefetchingQueue {}: commit context {} does not exist for nack"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_SEEKTOREGIONPROGRESS_NOT_SUPPORTED_85477BAB = + "ConsensusPrefetchingQueue {}: seekToRegionProgress not supported (no WAL directory)"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_SEEKAFTERREGIONPROGRESS_NOT_SUPPORTED_55F36BE8 = + "ConsensusPrefetchingQueue {}: seekAfterRegionProgress not supported (no WAL directory)"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_FAILED_TO_READ_WAL_METADATA_FROM_A2ED50D1 = + "ConsensusPrefetchingQueue {}: failed to read WAL metadata from {} while computing seekToEnd " + + "frontier"; public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_ERROR_DURING_DEREGISTER_34C332E7 = "ConsensusPrefetchingQueue {}: error during deregister"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_FAILED_TO_FLUSH_LINGERING_BATCH_F97D8AA7 = - "ConsensusPrefetchingQueue {}: failed to flush lingering batch during close, discarding it"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_PREFETCH_ROUND_FAILED_TYPE_MESSAGE_63BC909B = - "ConsensusPrefetchingQueue {}: prefetch round failed (type={}, message={})"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_POISON_MESSAGE_DETECTED_NACKCOUNT_3A9255FB = - "ConsensusPrefetchingQueue {}: poison message detected (nackCount={}), force-acking event {} " - + "to prevent infinite re-delivery"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_POISON_MESSAGE_DETECTED_DURING_23159F02 = - "ConsensusPrefetchingQueue {}: poison message detected during recycle (nackCount={}), " - + "force-acking event {}"; - public static final String PIPE_LOG_PROGRESSWALITERATOR_FAILED_TO_OPEN_NEAR_LIVE_WAL_FILE_RETRYING_5AEB94AC = - "ProgressWALIterator: failed to open near-live WAL file {}, retrying without blacklisting"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_FAILED_TO_FLUSH_LINGERING_BATCH_F97D8AA7 = + "ConsensusPrefetchingQueue {}: failed to flush lingering batch during close, discarding it"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_PREFETCH_ROUND_FAILED_TYPE_MESSAGE_63BC909B = + "ConsensusPrefetchingQueue {}: prefetch round failed (type={}, message={})"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_POISON_MESSAGE_DETECTED_NACKCOUNT_3A9255FB = + "ConsensusPrefetchingQueue {}: poison message detected (nackCount={}), force-acking event {} " + + "to prevent infinite re-delivery"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_POISON_MESSAGE_DETECTED_DURING_23159F02 = + "ConsensusPrefetchingQueue {}: poison message detected during recycle (nackCount={}), " + + "force-acking event {}"; + public static final String + PIPE_LOG_PROGRESSWALITERATOR_FAILED_TO_OPEN_NEAR_LIVE_WAL_FILE_RETRYING_5AEB94AC = + "ProgressWALIterator: failed to open near-live WAL file {}, retrying without blacklisting"; public static final String PIPE_LOG_PROGRESSWALITERATOR_ERROR_READING_WAL_2DB46D41 = "ProgressWALIterator: error reading WAL"; - public static final String PIPE_LOG_PROGRESSWALITERATOR_FAILED_TO_OPEN_WAL_FILE_SKIPPING_29CA1092 = - "ProgressWALIterator: failed to open WAL file {}, skipping"; - public static final String PIPE_LOG_PIPE_TERMINATE_EVENT_COMMITTED_FOR_HISTORICAL_TRANSFER_CREATIONTIME_9B807B28 = - "Pipe {}@{}: terminate event committed for historical transfer. creationTime: {}, " - + "shouldMark: {}. {}"; - public static final String PIPE_LOG_PIPE_HISTORICAL_SOURCE_HAS_SUPPLIED_ALL_EVENTS_EMITTING_8B58DE19 = - "Pipe {}@{}: historical source has supplied all events, emitting terminate event. {}"; - public static final String PIPE_LOG_PIPE_REALTIME_SOURCE_ON_DATA_REGION_LISTENTOTSFILE_LISTENTOINSERTNODE_A02E1552 = - "Pipe {}@{} {} realtime source on data region {} (listenToTsFile={}, listenToInsertNode={}, " - + "registeredSourceCount={}, tsFileSourceCount={}, insertNodeSourceCount={})."; - public static final String PIPE_LOG_INTERRUPTED_WHILE_WAITING_FOR_IN_FLIGHT_PUBLISHES_TO_FINISH_C8E3757B = - "Interrupted while waiting for in-flight publishes to finish when closing assigner on data " - + "region {}."; - public static final String PIPE_LOG_SCHEMAREGIONSTATEMACHINE_EXECUTE_READ_PLAN_FRAGMENTINSTANCE_F85A001F = - "SchemaRegionStateMachine[{}]: Execute read plan: FragmentInstance-{}"; - public static final String PIPE_LOG_CURRENT_NODE_NODEID_IS_NO_LONGER_THE_SCHEMA_REGION_LEADER_FD783B3C = - "Current node [nodeId: {}] is no longer the schema region leader [regionId: {}], the new " - + "leader is [nodeId:{}]"; - public static final String PIPE_LOG_CURRENT_NODE_NODEID_IS_NO_LONGER_THE_SCHEMA_REGION_LEADER_12E06F99 = - "Current node [nodeId: {}] is no longer the schema region leader [regionId: {}], start " - + "cleaning up related services."; - public static final String PIPE_LOG_CURRENT_NODE_NODEID_IS_NO_LONGER_THE_SCHEMA_REGION_LEADER_3092822E = - "Current node [nodeId: {}] is no longer the schema region leader [regionId: {}], all " - + "services on old leader are unavailable now."; - public static final String PIPE_LOG_CURRENT_NODE_NODEID_BECOMES_SCHEMA_REGION_LEADER_REGIONID_46C70A32 = - "Current node [nodeId: {}] becomes schema region leader [regionId: {}]"; - public static final String PIPE_LOG_CURRENT_NODE_NODEID_AS_SCHEMA_REGION_LEADER_REGIONID_IS_F00BFAC5 = - "Current node [nodeId: {}] as schema region leader [regionId: {}] is ready to work"; - public static final String PIPE_LOG_SCHEMA_REGION_LISTENING_QUEUE_LISTEN_TO_SNAPSHOT_FAILED_64845A44 = - "Schema Region Listening Queue Listen to snapshot failed, the historical data may not be " - + "transferred. snapshotPaths:{}"; + public static final String + PIPE_LOG_PROGRESSWALITERATOR_FAILED_TO_OPEN_WAL_FILE_SKIPPING_29CA1092 = + "ProgressWALIterator: failed to open WAL file {}, skipping"; + public static final String + PIPE_LOG_PIPE_TERMINATE_EVENT_COMMITTED_FOR_HISTORICAL_TRANSFER_CREATIONTIME_9B807B28 = + "Pipe {}@{}: terminate event committed for historical transfer. creationTime: {}, " + + "shouldMark: {}. {}"; + public static final String + PIPE_LOG_PIPE_HISTORICAL_SOURCE_HAS_SUPPLIED_ALL_EVENTS_EMITTING_8B58DE19 = + "Pipe {}@{}: historical source has supplied all events, emitting terminate event. {}"; + public static final String + PIPE_LOG_PIPE_REALTIME_SOURCE_ON_DATA_REGION_LISTENTOTSFILE_LISTENTOINSERTNODE_A02E1552 = + "Pipe {}@{} {} realtime source on data region {} (listenToTsFile={}, listenToInsertNode={}, " + + "registeredSourceCount={}, tsFileSourceCount={}, insertNodeSourceCount={})."; + public static final String + PIPE_LOG_INTERRUPTED_WHILE_WAITING_FOR_IN_FLIGHT_PUBLISHES_TO_FINISH_C8E3757B = + "Interrupted while waiting for in-flight publishes to finish when closing assigner on data " + + "region {}."; + public static final String + PIPE_LOG_SCHEMAREGIONSTATEMACHINE_EXECUTE_READ_PLAN_FRAGMENTINSTANCE_F85A001F = + "SchemaRegionStateMachine[{}]: Execute read plan: FragmentInstance-{}"; + public static final String + PIPE_LOG_CURRENT_NODE_NODEID_IS_NO_LONGER_THE_SCHEMA_REGION_LEADER_FD783B3C = + "Current node [nodeId: {}] is no longer the schema region leader [regionId: {}], the new " + + "leader is [nodeId:{}]"; + public static final String + PIPE_LOG_CURRENT_NODE_NODEID_IS_NO_LONGER_THE_SCHEMA_REGION_LEADER_12E06F99 = + "Current node [nodeId: {}] is no longer the schema region leader [regionId: {}], start " + + "cleaning up related services."; + public static final String + PIPE_LOG_CURRENT_NODE_NODEID_IS_NO_LONGER_THE_SCHEMA_REGION_LEADER_3092822E = + "Current node [nodeId: {}] is no longer the schema region leader [regionId: {}], all " + + "services on old leader are unavailable now."; + public static final String + PIPE_LOG_CURRENT_NODE_NODEID_BECOMES_SCHEMA_REGION_LEADER_REGIONID_46C70A32 = + "Current node [nodeId: {}] becomes schema region leader [regionId: {}]"; + public static final String + PIPE_LOG_CURRENT_NODE_NODEID_AS_SCHEMA_REGION_LEADER_REGIONID_IS_F00BFAC5 = + "Current node [nodeId: {}] as schema region leader [regionId: {}] is ready to work"; + public static final String + PIPE_LOG_SCHEMA_REGION_LISTENING_QUEUE_LISTEN_TO_SNAPSHOT_FAILED_64845A44 = + "Schema Region Listening Queue Listen to snapshot failed, the historical data may not be " + + "transferred. snapshotPaths:{}"; public static final String PIPE_LOG_WRITE_OPERATION_FAILED_BECAUSE_RETRYTIME_34EFBE99 = "write operation failed because {}, retryTime: {}."; public static final String PIPE_LOG_EXCEPTION_OCCURS_WHEN_TAKING_SNAPSHOT_FOR_IN_48CBDFCC = "Exception occurs when taking snapshot for {}-{} in {}"; public static final String PIPE_LOG_MEETS_ERROR_WHEN_GETTING_SNAPSHOT_FILES_FOR_9BFA76B9 = "Meets error when getting snapshot files for {}-{}"; - public static final String PIPE_LOG_WRITE_OPERATION_STILL_FAILED_AFTER_RETRY_TIMES_BECAUSE_15EEA702 = - "write operation still failed after {} retry times, because {}."; + public static final String + PIPE_LOG_WRITE_OPERATION_STILL_FAILED_AFTER_RETRY_TIMES_BECAUSE_15EEA702 = + "write operation still failed after {} retry times, because {}."; public static final String PIPE_LOG_NOW_TRY_TO_DELETE_DIRECTLY_DATABASEPATH_DELETEPATH_A427CD01 = "now try to delete directly, databasePath: {}, deletePath:{}"; - public static final String PIPE_LOG_BATCH_FAILURE_IN_EXECUTING_A_INSERTTABLETNODE_DEVICE_STARTTIME_9A5A70F6 = - "Batch failure in executing a InsertTabletNode. device: {}, startTime: {}, measurements: {}, " - + "failing status: {}"; - public static final String PIPE_LOG_INSERT_ROW_FAILED_DEVICE_TIME_MEASUREMENTS_FAILING_STATUS_63054E8B = - "Insert row failed. device: {}, time: {}, measurements: {}, failing status: {}"; - public static final String PIPE_LOG_INSERT_TABLET_FAILED_DEVICE_STARTTIME_MEASUREMENTS_FAILING_B409B2C4 = - "Insert tablet failed. device: {}, startTime: {}, measurements: {}, failing status: {}"; + public static final String + PIPE_LOG_BATCH_FAILURE_IN_EXECUTING_A_INSERTTABLETNODE_DEVICE_STARTTIME_9A5A70F6 = + "Batch failure in executing a InsertTabletNode. device: {}, startTime: {}, measurements: {}, " + + "failing status: {}"; + public static final String + PIPE_LOG_INSERT_ROW_FAILED_DEVICE_TIME_MEASUREMENTS_FAILING_STATUS_63054E8B = + "Insert row failed. device: {}, time: {}, measurements: {}, failing status: {}"; + public static final String + PIPE_LOG_INSERT_TABLET_FAILED_DEVICE_STARTTIME_MEASUREMENTS_FAILING_B409B2C4 = + "Insert tablet failed. device: {}, startTime: {}, measurements: {}, failing status: {}"; // --------------------------------------------------------------------------- // Additional exception messages // --------------------------------------------------------------------------- public static final String PIPE_EXCEPTION_UNSUPPORTED_SUBSCRIPTION_REQUEST_VERSION_D_1E7C211A = "Unsupported subscription request version %d"; - public static final String PIPE_EXCEPTION_PAYLOAD_SIZE_S_BYTE_S_WILL_EXCEED_THE_THRESHOLD_S_BYTE_S_6043B3D8 = - "payload size %s byte(s) will exceed the threshold %s byte(s)"; - public static final String PIPE_EXCEPTION_INCONSISTENT_READ_LENGTH_BROKEN_INVARIANT_EXPECTED_S_ACTUAL_9203668A = - "inconsistent read length (broken invariant), expected: %s, actual: %s"; + public static final String + PIPE_EXCEPTION_PAYLOAD_SIZE_S_BYTE_S_WILL_EXCEED_THE_THRESHOLD_S_BYTE_S_6043B3D8 = + "payload size %s byte(s) will exceed the threshold %s byte(s)"; + public static final String + PIPE_EXCEPTION_INCONSISTENT_READ_LENGTH_BROKEN_INVARIANT_EXPECTED_S_ACTUAL_9203668A = + "inconsistent read length (broken invariant), expected: %s, actual: %s"; public static final String PIPE_EXCEPTION_TIMEOUTEXCEPTION_WAITED_S_SECONDS_8B31A3A5 = "TimeoutException: Waited %s seconds"; - public static final String PIPE_EXCEPTION_THE_SUBSCRIPTIONCONNECTORSUBTASKMANAGER_ONLY_SUPPORTS_SUBSCRIPTION_CEFFAAA9 = - "The SubscriptionConnectorSubtaskManager only supports subscription-sink."; - public static final String PIPE_EXCEPTION_FAILED_TO_CONSTRUCT_SUBSCRIPTION_SINK_BECAUSE_OF_S_OR_S_DBA27DC2 = - "Failed to construct subscription sink, because of %s or %s does not exist in pipe connector " - + "parameters"; + public static final String + PIPE_EXCEPTION_THE_SUBSCRIPTIONCONNECTORSUBTASKMANAGER_ONLY_SUPPORTS_SUBSCRIPTION_CEFFAAA9 = + "The SubscriptionConnectorSubtaskManager only supports subscription-sink."; + public static final String + PIPE_EXCEPTION_FAILED_TO_CONSTRUCT_SUBSCRIPTION_SINK_BECAUSE_OF_S_OR_S_DBA27DC2 = + "Failed to construct subscription sink, because of %s or %s does not exist in pipe connector " + + "parameters"; public static final String PIPE_EXCEPTION_FAILED_TO_GET_PENDINGQUEUE_NO_SUCH_SUBTASK_S_B445404A = "Failed to get PendingQueue. No such subtask: %s"; public static final String PIPE_EXCEPTION_INVALID_BASE64_URL_COMPONENT_LENGTH_F1F1B6BA = "Invalid base64 url component length"; - public static final String PIPE_EXCEPTION_INVALID_CONSENSUS_SUBSCRIPTION_PROGRESS_REGION_COUNT_S_7CE4FD8E = - "Invalid consensus subscription progress region count %s"; - public static final String PIPE_EXCEPTION_INVALID_CONSENSUS_SUBSCRIPTION_PROGRESS_PAYLOAD_LENGTH_S_8C145986 = - "Invalid consensus subscription progress payload length %s"; - public static final String PIPE_EXCEPTION_MALFORMED_CONSENSUS_SUBSCRIPTION_PROGRESS_FILE_S_83042847 = - "Malformed consensus subscription progress file %s"; + public static final String + PIPE_EXCEPTION_INVALID_CONSENSUS_SUBSCRIPTION_PROGRESS_REGION_COUNT_S_7CE4FD8E = + "Invalid consensus subscription progress region count %s"; + public static final String + PIPE_EXCEPTION_INVALID_CONSENSUS_SUBSCRIPTION_PROGRESS_PAYLOAD_LENGTH_S_8C145986 = + "Invalid consensus subscription progress payload length %s"; + public static final String + PIPE_EXCEPTION_MALFORMED_CONSENSUS_SUBSCRIPTION_PROGRESS_FILE_S_83042847 = + "Malformed consensus subscription progress file %s"; public static final String PIPE_EXCEPTION_ILLEGAL_S_S_72D743AA = "Illegal %s=%s"; - public static final String PIPE_EXCEPTION_INTERRUPTED_WHILE_WAITING_FOR_SEEK_APPLICATION_7C7ECAF2 = - "Interrupted while waiting for seek application"; - public static final String PIPE_EXCEPTION_CONSENSUSPREFETCHINGQUEUE_S_CANNOT_RECOVER_FROM_NON_EMPTY_C1B367EF = - "ConsensusPrefetchingQueue %s: cannot recover from non-empty region progress without WAL " - + "access: %s"; - public static final String PIPE_EXCEPTION_CONSENSUSPREFETCHINGQUEUE_S_CANNOT_INITIALIZE_REPLAY_START_E02DE40E = - "ConsensusPrefetchingQueue %s: cannot initialize replay start from region progress %s: %s"; - public static final String PIPE_EXCEPTION_CONSENSUSPREFETCHINGQUEUE_S_CANNOT_SEEKTOREGIONPROGRESS_2746E514 = - "ConsensusPrefetchingQueue %s: cannot seekToRegionProgress %s: %s"; - public static final String PIPE_EXCEPTION_CONSENSUSPREFETCHINGQUEUE_S_CANNOT_SEEKAFTERREGIONPROGRESS_48A500C3 = - "ConsensusPrefetchingQueue %s: cannot seekAfterRegionProgress %s: %s"; - public static final String PIPE_EXCEPTION_CONSENSUSPREFETCHINGQUEUE_S_IS_CLOSING_WHILE_APPLYING_SEEK_2BB2B431 = - "ConsensusPrefetchingQueue %s is closing while applying seek"; - public static final String PIPE_EXCEPTION_CONSENSUSPREFETCHINGQUEUE_S_RUNTIME_STOPPED_BEFORE_SEEK_7BCB4F4B = - "ConsensusPrefetchingQueue %s runtime stopped before seek(%s) was applied"; - public static final String PIPE_EXCEPTION_CONSENSUSPREFETCHINGQUEUE_S_IS_CLOSING_BEFORE_SEEK_APPLIES_F893BB02 = - "ConsensusPrefetchingQueue %s is closing before seek applies"; - public static final String PIPE_EXCEPTION_NO_PRIVILEGE_FOR_SELECT_FOR_USER_S_AT_TABLE_S_S_84B0C299 = - "No privilege for SELECT for user %s at table %s.%s"; + public static final String + PIPE_EXCEPTION_INTERRUPTED_WHILE_WAITING_FOR_SEEK_APPLICATION_7C7ECAF2 = + "Interrupted while waiting for seek application"; + public static final String + PIPE_EXCEPTION_CONSENSUSPREFETCHINGQUEUE_S_CANNOT_RECOVER_FROM_NON_EMPTY_C1B367EF = + "ConsensusPrefetchingQueue %s: cannot recover from non-empty region progress without WAL " + + "access: %s"; + public static final String + PIPE_EXCEPTION_CONSENSUSPREFETCHINGQUEUE_S_CANNOT_INITIALIZE_REPLAY_START_E02DE40E = + "ConsensusPrefetchingQueue %s: cannot initialize replay start from region progress %s: %s"; + public static final String + PIPE_EXCEPTION_CONSENSUSPREFETCHINGQUEUE_S_CANNOT_SEEKTOREGIONPROGRESS_2746E514 = + "ConsensusPrefetchingQueue %s: cannot seekToRegionProgress %s: %s"; + public static final String + PIPE_EXCEPTION_CONSENSUSPREFETCHINGQUEUE_S_CANNOT_SEEKAFTERREGIONPROGRESS_48A500C3 = + "ConsensusPrefetchingQueue %s: cannot seekAfterRegionProgress %s: %s"; + public static final String + PIPE_EXCEPTION_CONSENSUSPREFETCHINGQUEUE_S_IS_CLOSING_WHILE_APPLYING_SEEK_2BB2B431 = + "ConsensusPrefetchingQueue %s is closing while applying seek"; + public static final String + PIPE_EXCEPTION_CONSENSUSPREFETCHINGQUEUE_S_RUNTIME_STOPPED_BEFORE_SEEK_7BCB4F4B = + "ConsensusPrefetchingQueue %s runtime stopped before seek(%s) was applied"; + public static final String + PIPE_EXCEPTION_CONSENSUSPREFETCHINGQUEUE_S_IS_CLOSING_BEFORE_SEEK_APPLIES_F893BB02 = + "ConsensusPrefetchingQueue %s is closing before seek applies"; + public static final String + PIPE_EXCEPTION_NO_PRIVILEGE_FOR_SELECT_FOR_USER_S_AT_TABLE_S_S_84B0C299 = + "No privilege for SELECT for user %s at table %s.%s"; public static final String PIPE_EXCEPTION_EXPECTED_BINARY_BYTE_OR_STRING_BUT_WAS_S_7976B10F = "Expected Binary, byte[] or String, but was %s."; - public static final String PIPE_EXCEPTION_TIMEOUTEXCEPTION_WAITED_S_SECONDS_FOR_MEMORY_TO_PARSE_TSFILE_0E4EF8FD = - "TimeoutException: Waited %s seconds for memory to parse TsFile"; + public static final String + PIPE_EXCEPTION_TIMEOUTEXCEPTION_WAITED_S_SECONDS_FOR_MEMORY_TO_PARSE_TSFILE_0E4EF8FD = + "TimeoutException: Waited %s seconds for memory to parse TsFile"; public static final String PIPE_EXCEPTION_UNSUPPORTED_DATA_TYPE_S_FOR_COLUMN_S_9F870C01 = "unsupported data type %s for column %s"; public static final String PIPE_EXCEPTION_COLUMN_S_NOT_FOUND_0FA13581 = "column %s not found"; @@ -2288,155 +2571,205 @@ private DataNodePipeMessages() {} "InsertNode type %s is not supported."; public static final String PIPE_EXCEPTION_DATA_TYPE_S_IS_NOT_SUPPORTED_5D5C02E4 = "Data type %s is not supported."; - public static final String PIPE_EXCEPTION_FORCEALLOCATEFORTABLET_FAILED_TO_ALLOCATE_BECAUSE_THERE_F878474D = - "forceAllocateForTablet: failed to allocate because there's too much memory for tablets, " - + "total memory size %d bytes, used memory for tablet size %d bytes, requested memory size %d " - + "bytes"; - public static final String PIPE_EXCEPTION_FORCEALLOCATEFORTSFILE_FAILED_TO_ALLOCATE_BECAUSE_THERE_6D614467 = - "forceAllocateForTsFile: failed to allocate because there's too much memory for tsfiles, " - + "total memory size %d bytes, used memory for tsfile size %d bytes, requested memory size %d " - + "bytes"; - public static final String PIPE_EXCEPTION_FORCEALLOCATE_FAILED_TO_ALLOCATE_MEMORY_AFTER_D_RETRIES_44EF7AE7 = - "forceAllocate: failed to allocate memory after %d retries, total memory size %d bytes, used " - + "memory size %d bytes, requested memory size %d bytes"; - public static final String PIPE_EXCEPTION_FORCERESIZE_FAILED_TO_ALLOCATE_MEMORY_AFTER_D_RETRIES_TOTAL_8C6948BC = - "forceResize: failed to allocate memory after %d retries, total memory size %d bytes, used " - + "memory size %d bytes, requested memory size %d bytes"; - public static final String PIPE_EXCEPTION_FAILED_TO_GET_HARDLINK_OR_COPIED_FILE_IN_PIPE_DIR_FOR_FILE_F009D86E = - "failed to get hardlink or copied file in pipe dir for file %s, it is not a tsfile, mod file " - + "or resource file"; - public static final String PIPE_EXCEPTION_PIPEPLANTOSTATEMENTVISITOR_DOES_NOT_SUPPORT_VISITING_GENERAL_452AAA60 = - "PipePlanToStatementVisitor does not support visiting general plan, PlanNode: %s"; - public static final String PIPE_EXCEPTION_AIRGAP_PAYLOAD_LENGTH_D_EXCEEDS_MAXIMUM_ALLOWED_D_CLOSING_D1712B3D = - "AirGap payload length (%d) exceeds maximum allowed (%d). Closing connection from %s"; - public static final String PIPE_EXCEPTION_DETECTED_SUSPICIOUS_NESTED_E_LANGUAGE_PREFIX_CLOSING_CONNECTION_69C76172 = - "Detected suspicious nested E-Language prefix. Closing connection from %s"; + public static final String + PIPE_EXCEPTION_FORCEALLOCATEFORTABLET_FAILED_TO_ALLOCATE_BECAUSE_THERE_F878474D = + "forceAllocateForTablet: failed to allocate because there's too much memory for tablets, " + + "total memory size %d bytes, used memory for tablet size %d bytes, requested memory size %d " + + "bytes"; + public static final String + PIPE_EXCEPTION_FORCEALLOCATEFORTSFILE_FAILED_TO_ALLOCATE_BECAUSE_THERE_6D614467 = + "forceAllocateForTsFile: failed to allocate because there's too much memory for tsfiles, " + + "total memory size %d bytes, used memory for tsfile size %d bytes, requested memory size %d " + + "bytes"; + public static final String + PIPE_EXCEPTION_FORCEALLOCATE_FAILED_TO_ALLOCATE_MEMORY_AFTER_D_RETRIES_44EF7AE7 = + "forceAllocate: failed to allocate memory after %d retries, total memory size %d bytes, used " + + "memory size %d bytes, requested memory size %d bytes"; + public static final String + PIPE_EXCEPTION_FORCERESIZE_FAILED_TO_ALLOCATE_MEMORY_AFTER_D_RETRIES_TOTAL_8C6948BC = + "forceResize: failed to allocate memory after %d retries, total memory size %d bytes, used " + + "memory size %d bytes, requested memory size %d bytes"; + public static final String + PIPE_EXCEPTION_FAILED_TO_GET_HARDLINK_OR_COPIED_FILE_IN_PIPE_DIR_FOR_FILE_F009D86E = + "failed to get hardlink or copied file in pipe dir for file %s, it is not a tsfile, mod file " + + "or resource file"; + public static final String + PIPE_EXCEPTION_PIPEPLANTOSTATEMENTVISITOR_DOES_NOT_SUPPORT_VISITING_GENERAL_452AAA60 = + "PipePlanToStatementVisitor does not support visiting general plan, PlanNode: %s"; + public static final String + PIPE_EXCEPTION_AIRGAP_PAYLOAD_LENGTH_D_EXCEEDS_MAXIMUM_ALLOWED_D_CLOSING_D1712B3D = + "AirGap payload length (%d) exceeds maximum allowed (%d). Closing connection from %s"; + public static final String + PIPE_EXCEPTION_DETECTED_SUSPICIOUS_NESTED_E_LANGUAGE_PREFIX_CLOSING_CONNECTION_69C76172 = + "Detected suspicious nested E-Language prefix. Closing connection from %s"; public static final String PIPE_EXCEPTION_AUTO_CREATE_DATABASE_FAILED_S_STATUS_CODE_S_D8EB60FA = "Auto create database failed: %s, status code: %s"; - public static final String PIPE_EXCEPTION_IOTCONSENSUSV2_PIPENAME_S_FAILED_TO_CREATE_RECEIVER_FILE_DD67E854 = - "IoTConsensusV2-PipeName-%s: Failed to create receiver file dir %s. Because parent system " - + "dir have been deleted due to system concurrently exit."; - public static final String PIPE_EXCEPTION_IOTCONSENSUSV2_PIPENAME_S_FAILED_TO_CREATE_RECEIVER_FILE_5ADC430A = - "IoTConsensusV2-PipeName-%s: Failed to create receiver file dir %s. May because authority or " - + "dir already exists etc."; - public static final String PIPE_EXCEPTION_IOTCONSENSUSV2_PIPENAME_S_FAILED_TO_CREATE_TSFILEWRITER_85EC8DD2 = - "IoTConsensusV2-PipeName-%s: Failed to create tsFileWriter-%d receiver file dir"; + public static final String + PIPE_EXCEPTION_IOTCONSENSUSV2_PIPENAME_S_FAILED_TO_CREATE_RECEIVER_FILE_DD67E854 = + "IoTConsensusV2-PipeName-%s: Failed to create receiver file dir %s. Because parent system " + + "dir have been deleted due to system concurrently exit."; + public static final String + PIPE_EXCEPTION_IOTCONSENSUSV2_PIPENAME_S_FAILED_TO_CREATE_RECEIVER_FILE_5ADC430A = + "IoTConsensusV2-PipeName-%s: Failed to create receiver file dir %s. May because authority or " + + "dir already exists etc."; + public static final String + PIPE_EXCEPTION_IOTCONSENSUSV2_PIPENAME_S_FAILED_TO_CREATE_TSFILEWRITER_85EC8DD2 = + "IoTConsensusV2-PipeName-%s: Failed to create tsFileWriter-%d receiver file dir"; public static final String PIPE_EXCEPTION_UNSUPPORTED_IOTCONSENSUSV2_REQUEST_VERSION_D_E1D94606 = "Unsupported iotConsensusV2 request version %d"; public static final String PIPE_EXCEPTION_CAN_NOT_EXECUTE_DELETE_STATEMENT_S_3563E8A3 = "Can not execute delete statement: %s"; public static final String PIPE_EXCEPTION_CAN_NOT_EXECUTE_LOAD_TSFILE_STATEMENT_S_8CC1A096 = "Can not execute load TsFile statement: %s"; - public static final String PIPE_EXCEPTION_FAILED_TO_GET_PIPE_TASK_PROGRESS_INDEX_WITH_PIPE_NAME_S_CFE9DE7C = - "Failed to get pipe task progress index with pipe name: %s, consensus group id %s."; - public static final String PIPE_EXCEPTION_EXCEPTION_IN_PIPE_PROCESS_SUBTASK_S_LAST_EVENT_S_ROOT_CAUSE_95B49C24 = - "Exception in pipe process, subtask: %s, last event: %s, root cause: %s"; - public static final String PIPE_EXCEPTION_THE_VISIBILITY_OF_THE_PIPE_S_S_IS_NOT_COMPATIBLE_WITH_THE_30B8BF0A = - "The visibility of the pipe (%s, %s) is not compatible with the visibility of the source " - + "(%s, %s, %s), processor (%s, %s, %s), and connector (%s, %s, %s)."; - public static final String PIPE_EXCEPTION_DATA_TYPE_S_IS_NOT_SUPPORTED_WHEN_CONVERT_DATA_AT_CLIENT_405429CC = - "data type %s is not supported when convert data at client"; - public static final String PIPE_EXCEPTION_HANDSHAKE_ERROR_WITH_RECEIVER_S_S_CODE_D_MESSAGE_S_4ED82649 = - "Handshake error with receiver %s:%s, code: %d, message: %s."; - public static final String PIPE_EXCEPTION_THE_WEBSOCKET_SERVER_HAS_ALREADY_BEEN_CREATED_WITH_PORT_FFC420AE = - "The websocket server has already been created with port = %d. Please set the option " - + "cdc.port = %d."; - public static final String PIPE_EXCEPTION_NETWORK_ERROR_WHEN_TRANSFER_TSFILE_INSERTION_EVENT_S_703A2E9E = - "Network error when transfer tsFile insertion event: %s."; - public static final String PIPE_EXCEPTION_CANNOT_SEND_PIPE_DATA_TO_RECEIVER_S_S_BECAUSE_S_25143D54 = - "Cannot send pipe data to receiver %s:%s, because: %s."; + public static final String + PIPE_EXCEPTION_FAILED_TO_GET_PIPE_TASK_PROGRESS_INDEX_WITH_PIPE_NAME_S_CFE9DE7C = + "Failed to get pipe task progress index with pipe name: %s, consensus group id %s."; + public static final String + PIPE_EXCEPTION_EXCEPTION_IN_PIPE_PROCESS_SUBTASK_S_LAST_EVENT_S_ROOT_CAUSE_95B49C24 = + "Exception in pipe process, subtask: %s, last event: %s, root cause: %s"; + public static final String + PIPE_EXCEPTION_THE_VISIBILITY_OF_THE_PIPE_S_S_IS_NOT_COMPATIBLE_WITH_THE_30B8BF0A = + "The visibility of the pipe (%s, %s) is not compatible with the visibility of the source " + + "(%s, %s, %s), processor (%s, %s, %s), and connector (%s, %s, %s)."; + public static final String + PIPE_EXCEPTION_DATA_TYPE_S_IS_NOT_SUPPORTED_WHEN_CONVERT_DATA_AT_CLIENT_405429CC = + "data type %s is not supported when convert data at client"; + public static final String + PIPE_EXCEPTION_HANDSHAKE_ERROR_WITH_RECEIVER_S_S_CODE_D_MESSAGE_S_4ED82649 = + "Handshake error with receiver %s:%s, code: %d, message: %s."; + public static final String + PIPE_EXCEPTION_THE_WEBSOCKET_SERVER_HAS_ALREADY_BEEN_CREATED_WITH_PORT_FFC420AE = + "The websocket server has already been created with port = %d. Please set the option " + + "cdc.port = %d."; + public static final String + PIPE_EXCEPTION_NETWORK_ERROR_WHEN_TRANSFER_TSFILE_INSERTION_EVENT_S_703A2E9E = + "Network error when transfer tsFile insertion event: %s."; + public static final String + PIPE_EXCEPTION_CANNOT_SEND_PIPE_DATA_TO_RECEIVER_S_S_BECAUSE_S_25143D54 = + "Cannot send pipe data to receiver %s:%s, because: %s."; public static final String PIPE_EXCEPTION_NETWORK_ERROR_WHEN_TRANSFER_EVENT_S_BECAUSE_S_60A63AD7 = "Network error when transfer event %s, because %s."; - public static final String PIPE_EXCEPTION_NETWORK_ERROR_WHEN_TRANSFER_TABLET_INSERTION_EVENT_S_BECAUSE_A6F87EF5 = - "Network error when transfer tablet insertion event %s, because %s."; - public static final String PIPE_EXCEPTION_NETWORK_ERROR_WHEN_TRANSFER_TSFILE_INSERTION_EVENT_S_BECAUSE_BDE61690 = - "Network error when transfer tsfile insertion event %s, because %s."; - public static final String PIPE_EXCEPTION_NETWORK_ERROR_WHEN_TRANSFER_TSFILE_EVENT_S_BECAUSE_S_F36D2A6B = - "Network error when transfer tsfile event %s, because %s."; - public static final String PIPE_EXCEPTION_FAILED_TO_TRANSFER_TABLET_INSERTION_EVENT_S_BECAUSE_S_9710318F = - "Failed to transfer tablet insertion event %s, because %s."; - public static final String PIPE_EXCEPTION_FAILED_TO_TRANSFER_TSFILE_INSERTION_EVENT_S_BECAUSE_S_21AD3263 = - "Failed to transfer tsfile insertion event %s, because %s."; + public static final String + PIPE_EXCEPTION_NETWORK_ERROR_WHEN_TRANSFER_TABLET_INSERTION_EVENT_S_BECAUSE_A6F87EF5 = + "Network error when transfer tablet insertion event %s, because %s."; + public static final String + PIPE_EXCEPTION_NETWORK_ERROR_WHEN_TRANSFER_TSFILE_INSERTION_EVENT_S_BECAUSE_BDE61690 = + "Network error when transfer tsfile insertion event %s, because %s."; + public static final String + PIPE_EXCEPTION_NETWORK_ERROR_WHEN_TRANSFER_TSFILE_EVENT_S_BECAUSE_S_F36D2A6B = + "Network error when transfer tsfile event %s, because %s."; + public static final String + PIPE_EXCEPTION_FAILED_TO_TRANSFER_TABLET_INSERTION_EVENT_S_BECAUSE_S_9710318F = + "Failed to transfer tablet insertion event %s, because %s."; + public static final String + PIPE_EXCEPTION_FAILED_TO_TRANSFER_TSFILE_INSERTION_EVENT_S_BECAUSE_S_21AD3263 = + "Failed to transfer tsfile insertion event %s, because %s."; public static final String PIPE_EXCEPTION_NETWORK_ERROR_WHEN_TRANSFER_FILE_S_BECAUSE_S_3C673B7A = "Network error when transfer file %s, because %s."; public static final String PIPE_EXCEPTION_PARAMETERS_IN_SET_S_ARE_NOT_ALLOWED_IN_SKIPIF_AAF177AD = "Parameters in set %s are not allowed in 'skipif'"; public static final String PIPE_EXCEPTION_FAILED_TO_CHECK_PASSWORD_FOR_PIPE_S_0B1A5C73 = "Failed to check password for pipe %s."; - public static final String PIPE_EXCEPTION_NETWORK_ERROR_WHEN_TRANSFER_DELETION_S_BECAUSE_S_3B250B4B = - "Network error when transfer deletion %s, because %s."; - public static final String PIPE_EXCEPTION_NETWORK_ERROR_WHEN_TRANSFER_TABLET_BATCH_BECAUSE_S_6BEC52E7 = - "Network error when transfer tablet batch, because %s."; - public static final String PIPE_EXCEPTION_NETWORK_ERROR_WHEN_TRANSFER_INSERT_NODE_TABLET_INSERTION_D993C7AB = - "Network error when transfer insert node tablet insertion event, because %s."; - public static final String PIPE_EXCEPTION_NETWORK_ERROR_WHEN_TRANSFER_RAW_TABLET_INSERTION_EVENT_BECAUSE_D8ACEC3C = - "Network error when transfer raw tablet insertion event, because %s."; + public static final String + PIPE_EXCEPTION_NETWORK_ERROR_WHEN_TRANSFER_DELETION_S_BECAUSE_S_3B250B4B = + "Network error when transfer deletion %s, because %s."; + public static final String + PIPE_EXCEPTION_NETWORK_ERROR_WHEN_TRANSFER_TABLET_BATCH_BECAUSE_S_6BEC52E7 = + "Network error when transfer tablet batch, because %s."; + public static final String + PIPE_EXCEPTION_NETWORK_ERROR_WHEN_TRANSFER_INSERT_NODE_TABLET_INSERTION_D993C7AB = + "Network error when transfer insert node tablet insertion event, because %s."; + public static final String + PIPE_EXCEPTION_NETWORK_ERROR_WHEN_TRANSFER_RAW_TABLET_INSERTION_EVENT_BECAUSE_D8ACEC3C = + "Network error when transfer raw tablet insertion event, because %s."; public static final String PIPE_EXCEPTION_NETWORK_ERROR_WHEN_SEAL_FILE_S_BECAUSE_S_DC87F263 = "Network error when seal file %s, because %s."; - public static final String PIPE_EXCEPTION_NETWORK_ERROR_WHEN_TRANSFER_SCHEMA_REGION_WRITE_PLAN_S_BECAUSE_AEB210C7 = - "Network error when transfer schema region write plan %s, because %s."; - public static final String PIPE_EXCEPTION_NETWORK_ERROR_WHEN_SEAL_SNAPSHOT_FILE_S_S_AND_S_BECAUSE_5EF373E6 = - "Network error when seal snapshot file %s, %s and %s, because %s."; - public static final String PIPE_EXCEPTION_FAILED_TO_TRANSFER_SLICE_ORIGIN_REQ_S_S_SLICE_INDEX_D_SLICE_44E1CF32 = - "Failed to transfer slice. Origin req: %s-%s, slice index: %d, slice count: %d. Reason: %s"; - public static final String PIPE_EXCEPTION_THE_EXISTING_SERVER_WITH_TCP_PORT_S_AND_HTTPS_PORT_S_S_S_08C076F7 = - "The existing server with tcp port %s and https port %s's %s %s conflicts to the new %s %s, " - + "reject reusing."; + public static final String + PIPE_EXCEPTION_NETWORK_ERROR_WHEN_TRANSFER_SCHEMA_REGION_WRITE_PLAN_S_BECAUSE_AEB210C7 = + "Network error when transfer schema region write plan %s, because %s."; + public static final String + PIPE_EXCEPTION_NETWORK_ERROR_WHEN_SEAL_SNAPSHOT_FILE_S_S_AND_S_BECAUSE_5EF373E6 = + "Network error when seal snapshot file %s, %s and %s, because %s."; + public static final String + PIPE_EXCEPTION_FAILED_TO_TRANSFER_SLICE_ORIGIN_REQ_S_S_SLICE_INDEX_D_SLICE_44E1CF32 = + "Failed to transfer slice. Origin req: %s-%s, slice index: %d, slice count: %d. Reason: %s"; + public static final String + PIPE_EXCEPTION_THE_EXISTING_SERVER_WITH_TCP_PORT_S_AND_HTTPS_PORT_S_S_S_08C076F7 = + "The existing server with tcp port %s and https port %s's %s %s conflicts to the new %s %s, " + + "reject reusing."; public static final String PIPE_EXCEPTION_INVALID_KEYSTORE_THE_SERVERPRIVATEKEY_IS_S_F5F3C02F = "Invalid keyStore, the serverPrivateKey is %s"; public static final String PIPE_EXCEPTION_THE_FOLDER_NODE_FOR_S_DOES_NOT_EXIST_CC0776AE = "The folder node for %s does not exist."; public static final String PIPE_EXCEPTION_THE_NODE_S_DOES_NOT_EXIST_52F98935 = "The Node %s does not exist."; - public static final String PIPE_EXCEPTION_THE_EXISTING_SERVER_WITH_NODEURL_S_S_S_S_CONFLICTS_TO_THE_1C06A4F6 = - "The existing server with nodeUrl %s's %s %s conflicts to the new %s %s, reject reusing."; - public static final String PIPE_EXCEPTION_UNKNOWN_INSERTBASESTATEMENT_S_CONSTRUCTED_FROM_PIPETRANSFERTABLETINSERTNODEREQ_FF5ED1D7 = - "Unknown InsertBaseStatement %s constructed from PipeTransferTabletInsertNodeReq."; - public static final String PIPE_EXCEPTION_UNKNOWN_INSERTNODE_TYPE_S_WHEN_CONSTRUCTING_STATEMENT_FROM_4A055174 = - "Unknown InsertNode type %s when constructing statement from insert node."; - public static final String PIPE_EXCEPTION_UNKNOWN_INSERTBASESTATEMENT_S_CONSTRUCTED_FROM_PIPETRANSFERTABLETBINARYREQV2_06D274D2 = - "unknown InsertBaseStatement %s constructed from PipeTransferTabletBinaryReqV2."; - public static final String PIPE_EXCEPTION_UNKNOWN_INSERTBASESTATEMENT_S_CONSTRUCTED_FROM_PIPETRANSFERTABLETINSERTNODEREQV2_16F399B6 = - "Unknown InsertBaseStatement %s constructed from PipeTransferTabletInsertNodeReqV2."; + public static final String + PIPE_EXCEPTION_THE_EXISTING_SERVER_WITH_NODEURL_S_S_S_S_CONFLICTS_TO_THE_1C06A4F6 = + "The existing server with nodeUrl %s's %s %s conflicts to the new %s %s, reject reusing."; + public static final String + PIPE_EXCEPTION_UNKNOWN_INSERTBASESTATEMENT_S_CONSTRUCTED_FROM_PIPETRANSFERTABLETINSERTNODEREQ_FF5ED1D7 = + "Unknown InsertBaseStatement %s constructed from PipeTransferTabletInsertNodeReq."; + public static final String + PIPE_EXCEPTION_UNKNOWN_INSERTNODE_TYPE_S_WHEN_CONSTRUCTING_STATEMENT_FROM_4A055174 = + "Unknown InsertNode type %s when constructing statement from insert node."; + public static final String + PIPE_EXCEPTION_UNKNOWN_INSERTBASESTATEMENT_S_CONSTRUCTED_FROM_PIPETRANSFERTABLETBINARYREQV2_06D274D2 = + "unknown InsertBaseStatement %s constructed from PipeTransferTabletBinaryReqV2."; + public static final String + PIPE_EXCEPTION_UNKNOWN_INSERTBASESTATEMENT_S_CONSTRUCTED_FROM_PIPETRANSFERTABLETINSERTNODEREQV2_16F399B6 = + "Unknown InsertBaseStatement %s constructed from PipeTransferTabletInsertNodeReqV2."; public static final String PIPE_EXCEPTION_FAILED_TO_CREATE_FILE_DIR_FOR_BATCH_S_8FCD9125 = "Failed to create file dir for batch: %s"; public static final String PIPE_EXCEPTION_FAILED_TO_CREATE_BATCH_FILE_DIR_BATCH_ID_S_EA8BE86C = "Failed to create batch file dir. (Batch id = %s)"; - public static final String PIPE_EXCEPTION_PIPETREESTATEMENTTOPLANVISITOR_DOES_NOT_SUPPORT_VISITING_3A4A6524 = - "PipeTreeStatementToPlanVisitor does not support visiting general statement, Statement: %s"; - public static final String PIPE_EXCEPTION_PIPESTATEMENTTOPLANVISITOR_DOES_NOT_SUPPORT_VISITING_GENERAL_590C6BD7 = - "PipeStatementToPlanVisitor does not support visiting general statement, Statement: %s"; - public static final String PIPE_EXCEPTION_THE_PATH_PATTERN_S_IS_NOT_VALID_FOR_THE_SOURCE_ONLY_PREFIX_139F93D6 = - "The path pattern %s is not valid for the source. Only prefix or full path is allowed."; + public static final String + PIPE_EXCEPTION_PIPETREESTATEMENTTOPLANVISITOR_DOES_NOT_SUPPORT_VISITING_3A4A6524 = + "PipeTreeStatementToPlanVisitor does not support visiting general statement, Statement: %s"; + public static final String + PIPE_EXCEPTION_PIPESTATEMENTTOPLANVISITOR_DOES_NOT_SUPPORT_VISITING_GENERAL_590C6BD7 = + "PipeStatementToPlanVisitor does not support visiting general statement, Statement: %s"; + public static final String + PIPE_EXCEPTION_THE_PATH_PATTERN_S_IS_NOT_VALID_FOR_THE_SOURCE_ONLY_PREFIX_139F93D6 = + "The path pattern %s is not valid for the source. Only prefix or full path is allowed."; public static final String PIPE_EXCEPTION_S_S_S_SHOULD_BE_LESS_THAN_OR_EQUAL_TO_S_S_S_0B9726E1 = "%s (%s) [%s] should be less than or equal to %s (%s) [%s]."; - public static final String PIPE_EXCEPTION_PARAMETERS_IN_SET_S_ARE_NOT_ALLOWED_IN_REALTIME_LOOSE_RANGE_BACD2475 = - "Parameters in set %s are not allowed in 'realtime.loose-range'"; - public static final String PIPE_EXCEPTION_UNSUPPORTED_EVENT_TYPE_S_FOR_LOG_REALTIME_EXTRACTOR_S_961C5D2D = - "Unsupported event type %s for log realtime extractor %s"; - public static final String PIPE_EXCEPTION_UNSUPPORTED_EVENT_TYPE_S_FOR_HYBRID_REALTIME_EXTRACTOR_S_9C4F4C82 = - "Unsupported event type %s for hybrid realtime extractor %s"; - public static final String PIPE_EXCEPTION_UNSUPPORTED_STATE_S_FOR_HYBRID_REALTIME_EXTRACTOR_S_43BD62C2 = - "Unsupported state %s for hybrid realtime extractor %s"; - public static final String PIPE_EXCEPTION_UNSUPPORTED_EVENT_TYPE_S_FOR_HYBRID_REALTIME_EXTRACTOR_S_474BAAC2 = - "Unsupported event type %s for hybrid realtime extractor %s to supply."; - public static final String PIPE_EXCEPTION_PARAMETERS_IN_SET_S_ARE_NOT_ALLOWED_IN_HISTORY_LOOSE_RANGE_0F685D5C = - "Parameters in set %s are not allowed in 'history.loose-range'"; + public static final String + PIPE_EXCEPTION_PARAMETERS_IN_SET_S_ARE_NOT_ALLOWED_IN_REALTIME_LOOSE_RANGE_BACD2475 = + "Parameters in set %s are not allowed in 'realtime.loose-range'"; + public static final String + PIPE_EXCEPTION_UNSUPPORTED_EVENT_TYPE_S_FOR_LOG_REALTIME_EXTRACTOR_S_961C5D2D = + "Unsupported event type %s for log realtime extractor %s"; + public static final String + PIPE_EXCEPTION_UNSUPPORTED_EVENT_TYPE_S_FOR_HYBRID_REALTIME_EXTRACTOR_S_9C4F4C82 = + "Unsupported event type %s for hybrid realtime extractor %s"; + public static final String + PIPE_EXCEPTION_UNSUPPORTED_STATE_S_FOR_HYBRID_REALTIME_EXTRACTOR_S_43BD62C2 = + "Unsupported state %s for hybrid realtime extractor %s"; + public static final String + PIPE_EXCEPTION_UNSUPPORTED_EVENT_TYPE_S_FOR_HYBRID_REALTIME_EXTRACTOR_S_474BAAC2 = + "Unsupported event type %s for hybrid realtime extractor %s to supply."; + public static final String + PIPE_EXCEPTION_PARAMETERS_IN_SET_S_ARE_NOT_ALLOWED_IN_HISTORY_LOOSE_RANGE_0F685D5C = + "Parameters in set %s are not allowed in 'history.loose-range'"; public static final String PIPE_EXCEPTION_THE_AGGREGATOR_AND_OUTPUT_NAME_S_IS_INVALID_BC22CF92 = "The aggregator and output name %s is invalid."; - public static final String PIPE_EXCEPTION_THE_NEEDED_INTERMEDIATE_VALUES_S_ARE_NOT_DEFINED_3FF0C52D = - "The needed intermediate values %s are not defined."; + public static final String + PIPE_EXCEPTION_THE_NEEDED_INTERMEDIATE_VALUES_S_ARE_NOT_DEFINED_3FF0C52D = + "The needed intermediate values %s are not defined."; public static final String PIPE_EXCEPTION_THE_PROCESSOR_S_IS_NOT_A_WINDOWING_PROCESSOR_EA5B59BA = "The processor %s is not a windowing processor."; - public static final String PIPE_EXCEPTION_THE_AGGREGATE_PROCESSOR_DOES_NOT_SUPPORT_PROGRESSINDEXTYPE_35351D27 = - "The aggregate processor does not support progressIndexType %s"; + public static final String + PIPE_EXCEPTION_THE_AGGREGATE_PROCESSOR_DOES_NOT_SUPPORT_PROGRESSINDEXTYPE_35351D27 = + "The aggregate processor does not support progressIndexType %s"; public static final String PIPE_EXCEPTION_THE_TYPE_S_IS_NOT_SUPPORTED_E1A6F05D = "The type %s is not supported"; - public static final String PIPE_EXCEPTION_THE_OUTPUT_TABLET_DOES_NOT_SUPPORT_COLUMN_TYPE_S_62F3845C = - "The output tablet does not support column type %s"; - public static final String PIPE_EXCEPTION_THE_NEW_DATABASE_NAME_S_IS_INVALID_IT_SHOULD_NOT_CONTAIN_C3AB555E = - "The new database name %s is invalid, it should not contain '%s', should match the pattern " - + "%s, and the length should not exceed %d"; + public static final String + PIPE_EXCEPTION_THE_OUTPUT_TABLET_DOES_NOT_SUPPORT_COLUMN_TYPE_S_62F3845C = + "The output tablet does not support column type %s"; + public static final String + PIPE_EXCEPTION_THE_NEW_DATABASE_NAME_S_IS_INVALID_IT_SHOULD_NOT_CONTAIN_C3AB555E = + "The new database name %s is invalid, it should not contain '%s', should match the pattern " + + "%s, and the length should not exceed %d"; public static final String PIPE_EXCEPTION_THE_TYPE_S_CANNOT_BE_CASTED_TO_BOOLEAN_F19CCF75 = "The type %s cannot be casted to boolean."; public static final String PIPE_EXCEPTION_THE_TYPE_S_CANNOT_BE_CASTED_TO_INT_659069CC = @@ -2449,14 +2782,18 @@ private DataNodePipeMessages() {} "The type %s cannot be casted to double."; public static final String PIPE_EXCEPTION_THE_TYPE_S_CANNOT_BE_CASTED_TO_STRING_34983FBD = "The type %s cannot be casted to string."; - public static final String PIPE_EXCEPTION_UNABLE_TO_CREATE_IOTCONSENSUSV2_DELETION_DIR_AT_S_800EE360 = - "Unable to create iotConsensusV2 deletion dir at %s"; - public static final String PIPE_EXCEPTION_THE_TIMESERIES_S_USED_NEW_TYPE_S_IS_NOT_COMPATIBLE_WITH_455D4D4A = - "The timeseries %s used new type %s is not compatible with the existing one %s."; - public static final String PIPE_EXCEPTION_THERE_ARE_TWO_TYPES_OF_PLANNODE_IN_ONE_REQUEST_S_AND_S_30FB3EE5 = - "There are two types of PlanNode in one request: %s and %s"; - public static final String PIPE_EXCEPTION_THERE_ARE_TWO_TYPES_OF_PLANNODE_IN_ONE_REQUEST_S_AND_SEARCHNODE_F8B4D860 = - "There are two types of PlanNode in one request: %s and SearchNode"; + public static final String + PIPE_EXCEPTION_UNABLE_TO_CREATE_IOTCONSENSUSV2_DELETION_DIR_AT_S_800EE360 = + "Unable to create iotConsensusV2 deletion dir at %s"; + public static final String + PIPE_EXCEPTION_THE_TIMESERIES_S_USED_NEW_TYPE_S_IS_NOT_COMPATIBLE_WITH_455D4D4A = + "The timeseries %s used new type %s is not compatible with the existing one %s."; + public static final String + PIPE_EXCEPTION_THERE_ARE_TWO_TYPES_OF_PLANNODE_IN_ONE_REQUEST_S_AND_S_30FB3EE5 = + "There are two types of PlanNode in one request: %s and %s"; + public static final String + PIPE_EXCEPTION_THERE_ARE_TWO_TYPES_OF_PLANNODE_IN_ONE_REQUEST_S_AND_SEARCHNODE_F8B4D860 = + "There are two types of PlanNode in one request: %s and SearchNode"; public static final String COMPLETE_PAGE_BODY_EXPECTED_ACTUAL_FMT = "do not has a complete page body. Expected:%s. Actual:%s"; public static final String UNCOMPRESS_PAGE_DATA_FAILED_FMT = @@ -2500,94 +2837,127 @@ private DataNodePipeMessages() {} // --------------------------------------------------------------------------- public static final String MESSAGE_FAILED_TO_LOAD_SNAPSHOT_FROM_ARG_9391AA27 = "Failed to load snapshot from {}"; - public static final String MESSAGE_PIPE_ARG_ARG_HISTORICAL_TSFILE_SELECTION_SUMMARY_SELECTED_BY_PROGRESS_UNCOVERED_ARG_7B74E18D = - "Pipe {}@{}: historical TsFile selection summary, selected by progress uncovered {}, " - + "selected by unclosed/closing {}, filtered by time/path {} (time {}, path {}), " - + "skipped covered {}, skipped deleted {}, skipped generated by pipe {}, " - + "pin failed {}"; - public static final String EXCEPTION_INVALID_ROW_SIZE_ARG_IN_TABLET_FORMAT_DESERIALIZATION_76405615 = - "Invalid row size %s in tablet format deserialization."; - public static final String EXCEPTION_INVALID_SCHEMA_SIZE_ARG_IN_TABLET_FORMAT_DESERIALIZATION_838C5359 = - "Invalid schema size %s in tablet format deserialization."; - public static final String EXCEPTION_MISSING_COLUMN_CATEGORY_IN_CURRENT_TABLET_FORMAT_DESERIALIZATION_660BD963 = - "Missing column category in current tablet format deserialization."; - public static final String EXCEPTION_INVALID_COLUMN_CATEGORY_ARG_IN_CURRENT_TABLET_FORMAT_DESERIALIZATION_569FF178 = - "Invalid column category %s in current tablet format deserialization."; - public static final String EXCEPTION_MISSING_TIMESTAMPS_IN_TABLET_FORMAT_DESERIALIZATION_WITH_NON_EMPTY_ROWS_7550129E = - "Missing timestamps in tablet format deserialization with non-empty rows."; - public static final String EXCEPTION_MISSING_VALUES_IN_TABLET_FORMAT_DESERIALIZATION_WITH_NON_EMPTY_ROWS_1B9C08D9 = - "Missing values in tablet format deserialization with non-empty rows."; + public static final String + MESSAGE_PIPE_ARG_ARG_HISTORICAL_TSFILE_SELECTION_SUMMARY_SELECTED_BY_PROGRESS_UNCOVERED_ARG_7B74E18D = + "Pipe {}@{}: historical TsFile selection summary, selected by progress uncovered {}, " + + "selected by unclosed/closing {}, filtered by time/path {} (time {}, path {}), " + + "skipped covered {}, skipped deleted {}, skipped generated by pipe {}, " + + "pin failed {}"; + public static final String + EXCEPTION_INVALID_ROW_SIZE_ARG_IN_TABLET_FORMAT_DESERIALIZATION_76405615 = + "Invalid row size %s in tablet format deserialization."; + public static final String + EXCEPTION_INVALID_SCHEMA_SIZE_ARG_IN_TABLET_FORMAT_DESERIALIZATION_838C5359 = + "Invalid schema size %s in tablet format deserialization."; + public static final String + EXCEPTION_MISSING_COLUMN_CATEGORY_IN_CURRENT_TABLET_FORMAT_DESERIALIZATION_660BD963 = + "Missing column category in current tablet format deserialization."; + public static final String + EXCEPTION_INVALID_COLUMN_CATEGORY_ARG_IN_CURRENT_TABLET_FORMAT_DESERIALIZATION_569FF178 = + "Invalid column category %s in current tablet format deserialization."; + public static final String + EXCEPTION_MISSING_TIMESTAMPS_IN_TABLET_FORMAT_DESERIALIZATION_WITH_NON_EMPTY_ROWS_7550129E = + "Missing timestamps in tablet format deserialization with non-empty rows."; + public static final String + EXCEPTION_MISSING_VALUES_IN_TABLET_FORMAT_DESERIALIZATION_WITH_NON_EMPTY_ROWS_1B9C08D9 = + "Missing values in tablet format deserialization with non-empty rows."; public static final String EXCEPTION_MISSING_ARG_FLAG_IN_TABLET_FORMAT_DESERIALIZATION_2F802C0D = "Missing %s flag in tablet format deserialization."; - public static final String EXCEPTION_INVALID_ARG_FLAG_ARG_IN_TABLET_FORMAT_DESERIALIZATION_40FF35AA = - "Invalid %s flag %s in tablet format deserialization."; - public static final String EXCEPTION_INSUFFICIENT_BYTES_FOR_ARG_IN_TABLET_FORMAT_DESERIALIZATION_EXPECTED_ARG_REMAINING_ARG_3FE76C83 = - "Insufficient bytes for %s in tablet format deserialization, expected %s, remaining %s."; - public static final String EXCEPTION_INVALID_BITMAP_SIZE_ARG_IN_TABLET_FORMAT_DESERIALIZATION_832E7C9C = - "Invalid bitmap size %s in tablet format deserialization."; + public static final String + EXCEPTION_INVALID_ARG_FLAG_ARG_IN_TABLET_FORMAT_DESERIALIZATION_40FF35AA = + "Invalid %s flag %s in tablet format deserialization."; + public static final String + EXCEPTION_INSUFFICIENT_BYTES_FOR_ARG_IN_TABLET_FORMAT_DESERIALIZATION_EXPECTED_ARG_REMAINING_ARG_3FE76C83 = + "Insufficient bytes for %s in tablet format deserialization, expected %s, remaining %s."; + public static final String + EXCEPTION_INVALID_BITMAP_SIZE_ARG_IN_TABLET_FORMAT_DESERIALIZATION_832E7C9C = + "Invalid bitmap size %s in tablet format deserialization."; public static final String EXCEPTION_UNSUPPORTED_SCHEMA_PLAN_NODE_9A833E0B = "Unsupported schema plan node "; - public static final String EXCEPTION_CANNOT_BUILD_SCHEMA_BATCH_PLAN_NODE_FROM_EMPTY_BATCH_842D9E9B = - "Cannot build schema batch plan node from empty batch."; - public static final String EXCEPTION_UNKNOWN_INSERTBASESTATEMENT_ARG_CONSTRUCTED_FROM_PIPETRANSFERTABLETBINARYREQ_20BF2833 = - "Unknown InsertBaseStatement %s constructed from PipeTransferTabletBinaryReq."; - public static final String EXCEPTION_INVALID_BINARY_REQUEST_BODY_LENGTH_ARG_REMAINING_BODY_LENGTH_ARG_5E21BBFC = - "Invalid binary request body length %s, remaining body length %s."; - public static final String EXCEPTION_FAILED_TO_DESERIALIZE_INSERT_NODE_ARG_ARG_IN_TABLET_BATCH_AT_BODY_POSITION_ARG_WITH_REMAINING_BODY_LENGTH_ARG_EC41A1DD = - "Failed to deserialize insert node %s/%s in tablet batch at body position %s with remaining body length %s."; - public static final String EXCEPTION_FAILED_TO_DESERIALIZE_RAW_TABLET_ARG_ARG_IN_TABLET_BATCH_AT_BODY_POSITION_ARG_WITH_REMAINING_BODY_LENGTH_ARG_D36919BA = - "Failed to deserialize raw tablet %s/%s in tablet batch at body position %s with remaining body length %s."; - public static final String EXCEPTION_INSUFFICIENT_BYTES_TO_READ_ARG_IN_TABLET_BATCH_REMAINING_BODY_LENGTH_ARG_343C1B9A = - "Insufficient bytes to read %s in tablet batch, remaining body length %s."; + public static final String + EXCEPTION_CANNOT_BUILD_SCHEMA_BATCH_PLAN_NODE_FROM_EMPTY_BATCH_842D9E9B = + "Cannot build schema batch plan node from empty batch."; + public static final String + EXCEPTION_UNKNOWN_INSERTBASESTATEMENT_ARG_CONSTRUCTED_FROM_PIPETRANSFERTABLETBINARYREQ_20BF2833 = + "Unknown InsertBaseStatement %s constructed from PipeTransferTabletBinaryReq."; + public static final String + EXCEPTION_INVALID_BINARY_REQUEST_BODY_LENGTH_ARG_REMAINING_BODY_LENGTH_ARG_5E21BBFC = + "Invalid binary request body length %s, remaining body length %s."; + public static final String + EXCEPTION_FAILED_TO_DESERIALIZE_INSERT_NODE_ARG_ARG_IN_TABLET_BATCH_AT_BODY_POSITION_ARG_WITH_REMAINING_BODY_LENGTH_ARG_EC41A1DD = + "Failed to deserialize insert node %s/%s in tablet batch at body position %s with remaining body length %s."; + public static final String + EXCEPTION_FAILED_TO_DESERIALIZE_RAW_TABLET_ARG_ARG_IN_TABLET_BATCH_AT_BODY_POSITION_ARG_WITH_REMAINING_BODY_LENGTH_ARG_D36919BA = + "Failed to deserialize raw tablet %s/%s in tablet batch at body position %s with remaining body length %s."; + public static final String + EXCEPTION_INSUFFICIENT_BYTES_TO_READ_ARG_IN_TABLET_BATCH_REMAINING_BODY_LENGTH_ARG_343C1B9A = + "Insufficient bytes to read %s in tablet batch, remaining body length %s."; public static final String EXCEPTION_INVALID_NEGATIVE_ARG_ARG_IN_TABLET_BATCH_89A5F868 = "Invalid negative %s %s in tablet batch."; - public static final String EXCEPTION_FAILED_TO_DESERIALIZE_RAW_TABLET_REQUEST_AT_BODY_POSITION_ARG_WITH_REMAINING_BODY_LENGTH_ARG_45AC3692 = - "Failed to deserialize raw tablet request at body position %s with remaining body length %s."; - public static final String EXCEPTION_INCOMPLETE_SCHEMA_IN_CURRENT_TABLET_FORMAT_DESERIALIZATION_A23A1C30 = - "Incomplete schema in current tablet format deserialization."; - public static final String EXCEPTION_COLUMN_COUNT_IS_INCONSISTENT_WITH_SCHEMA_COUNT_IN_CURRENT_TABLET_FORMAT_DESERIALIZATION_53BA037A = - "Column count is inconsistent with schema count in current tablet format deserialization."; - public static final String EXCEPTION_INCOMPLETE_MEASUREMENT_SCHEMA_IN_CURRENT_TABLET_FORMAT_DESERIALIZATION_B8DB28A8 = - "Incomplete measurement schema in current tablet format deserialization."; - public static final String EXCEPTION_INCOMPLETE_COLUMN_VALUES_IN_CURRENT_TABLET_FORMAT_DESERIALIZATION_269782B9 = - "Incomplete column values in current tablet format deserialization."; - public static final String EXCEPTION_INCOMPLETE_TIMESTAMPS_IN_CURRENT_TABLET_FORMAT_DESERIALIZATION_FE212461 = - "Incomplete timestamps in current tablet format deserialization."; - public static final String MESSAGE_RECEIVER_ARG_REQUIRES_A_RETRY_THROTTLE_REQUESTS_FOR_ARG_MS_STATUS_ARG_0B3B14F6 = - "Receiver {} requires a retry, throttle requests for {} ms. Status: {}"; - public static final String EXCEPTION_RECEIVER_ARG_HAS_REQUIRED_RETRIES_FOR_MORE_THAN_ARG_MS_PAUSE_REGULAR_RETRIES_AND_PROBE_EVERY_ARG_MS_550475C2 = - "Receiver %s has required retries for more than %d ms, pause regular retries and probe every %d ms."; - public static final String MESSAGE_SUCCESSFULLY_TRANSFERRED_BATCHED_SCHEMA_EVENTS_BATCH_SIZE_ARG_CF2E881C = - "Successfully transferred batched schema events, batch size {}."; - public static final String EXCEPTION_AUTO_CREATE_TREE_DATABASE_FAILED_ARG_STATUS_CODE_ARG_C6175C27 = - "Auto create tree database failed: %s, status code: %s"; + public static final String + EXCEPTION_FAILED_TO_DESERIALIZE_RAW_TABLET_REQUEST_AT_BODY_POSITION_ARG_WITH_REMAINING_BODY_LENGTH_ARG_45AC3692 = + "Failed to deserialize raw tablet request at body position %s with remaining body length %s."; + public static final String + EXCEPTION_INCOMPLETE_SCHEMA_IN_CURRENT_TABLET_FORMAT_DESERIALIZATION_A23A1C30 = + "Incomplete schema in current tablet format deserialization."; + public static final String + EXCEPTION_COLUMN_COUNT_IS_INCONSISTENT_WITH_SCHEMA_COUNT_IN_CURRENT_TABLET_FORMAT_DESERIALIZATION_53BA037A = + "Column count is inconsistent with schema count in current tablet format deserialization."; + public static final String + EXCEPTION_INCOMPLETE_MEASUREMENT_SCHEMA_IN_CURRENT_TABLET_FORMAT_DESERIALIZATION_B8DB28A8 = + "Incomplete measurement schema in current tablet format deserialization."; + public static final String + EXCEPTION_INCOMPLETE_COLUMN_VALUES_IN_CURRENT_TABLET_FORMAT_DESERIALIZATION_269782B9 = + "Incomplete column values in current tablet format deserialization."; + public static final String + EXCEPTION_INCOMPLETE_TIMESTAMPS_IN_CURRENT_TABLET_FORMAT_DESERIALIZATION_FE212461 = + "Incomplete timestamps in current tablet format deserialization."; + public static final String + MESSAGE_RECEIVER_ARG_REQUIRES_A_RETRY_THROTTLE_REQUESTS_FOR_ARG_MS_STATUS_ARG_0B3B14F6 = + "Receiver {} requires a retry, throttle requests for {} ms. Status: {}"; + public static final String + EXCEPTION_RECEIVER_ARG_HAS_REQUIRED_RETRIES_FOR_MORE_THAN_ARG_MS_PAUSE_REGULAR_RETRIES_AND_PROBE_EVERY_ARG_MS_550475C2 = + "Receiver %s has required retries for more than %d ms, pause regular retries and probe every %d ms."; + public static final String + MESSAGE_SUCCESSFULLY_TRANSFERRED_BATCHED_SCHEMA_EVENTS_BATCH_SIZE_ARG_CF2E881C = + "Successfully transferred batched schema events, batch size {}."; + public static final String + EXCEPTION_AUTO_CREATE_TREE_DATABASE_FAILED_ARG_STATUS_CODE_ARG_C6175C27 = + "Auto create tree database failed: %s, status code: %s"; public static final String EXCEPTION_ILLEGAL_TREE_DATABASE_ARG_C805A990 = "Illegal tree database %s."; public static final String EXCEPTION_FAILED_TO_GET_PARENT_DIR_OF_8CE21C1D = "Failed to get parent dir of "; public static final String EXCEPTION_FAILED_TO_PREPARE_NEXT_TABLET_INSERTION_EVENT_70A57827 = "Failed to prepare next tablet insertion event."; - public static final String EXCEPTION_INVALID_ALIGNED_VALUE_CHUNK_INDEX_ARG_WHILE_THERE_ARE_ARG_TIME_CHUNKS_A7AE6C57 = - "Invalid aligned value chunk index %d, while there are %d time chunks."; - public static final String MESSAGE_FAILED_TO_ROLLBACK_CREATED_REALTIME_PIPE_ARG_STATUS_ARG_CE14334A = - "Failed to rollback created realtime pipe {}. Status: {}"; - public static final String LOG_REPORTING_PIPE_META_ARG_ISCOMPLETED_ARG_REMAININGEVENTCOUNT_ARG_8F996DF3 = - "Reporting pipe meta: %s, isCompleted: %s, remainingEventCount: %s"; - public static final String LOG_REPORTED_ARG_PIPE_METAS_12068FC6 = - "Reported %s pipe metas."; + public static final String + EXCEPTION_INVALID_ALIGNED_VALUE_CHUNK_INDEX_ARG_WHILE_THERE_ARE_ARG_TIME_CHUNKS_A7AE6C57 = + "Invalid aligned value chunk index %d, while there are %d time chunks."; + public static final String + MESSAGE_FAILED_TO_ROLLBACK_CREATED_REALTIME_PIPE_ARG_STATUS_ARG_CE14334A = + "Failed to rollback created realtime pipe {}. Status: {}"; + public static final String + LOG_REPORTING_PIPE_META_ARG_ISCOMPLETED_ARG_REMAININGEVENTCOUNT_ARG_8F996DF3 = + "Reporting pipe meta: %s, isCompleted: %s, remainingEventCount: %s"; + public static final String LOG_REPORTED_ARG_PIPE_METAS_12068FC6 = "Reported %s pipe metas."; public static final String MESSAGE_TRANSFER_FILE_ARG_ERROR_RESULT_STATUS_ARG_E565D9FD = "Transfer file %s error, result status %s."; public static final String EXCEPTION_LEGACY_PIPE_RECEIVER_REQUIRES_A_LOGGED_IN_SESSION_D96219BF = "Legacy pipe receiver requires a logged-in session."; - public static final String EXCEPTION_FAILED_TO_SET_UP_CONSENSUS_SUBSCRIPTION_FOR_TOPIC_ARG_IN_CONSUMER_GROUP_ARG_ARG_A7FA88F3 = - "Failed to set up consensus subscription for topic %s in consumer group %s: %s"; - public static final String EXCEPTION_TOPIC_METADATA_FOR_ARG_IS_UNAVAILABLE_DURING_CONSENSUS_SUBSCRIPTION_SETUP_A1949F20 = - "Topic metadata for %s is unavailable during consensus subscription setup"; - public static final String EXCEPTION_TOPIC_CONFIG_FOR_ARG_IS_UNAVAILABLE_DURING_CONSENSUS_SUBSCRIPTION_SETUP_B94404EE = - "Topic config for %s is unavailable during consensus subscription setup"; - public static final String LOG_FAILED_TO_RELEASE_TSFILE_PARSER_MEMORY_FOR_PIPE_ARG_CREATION_TIME_ARG_IN_DATAREGION_ARG_BECAUSE_NO_RESERVATION_EXISTS_BB8321C0 = - "Failed to release TsFile parser memory for Pipe {} (creation time {}) in DataRegion {} because no reservation exists."; - public static final String LOG_PIPE_PROCESSOR_WORKER_ARG_HAS_BEEN_PROCESSING_THE_SAME_EVENT_FOR_ARG_MS_PIPE_ARG_DATAREGION_ARG_SUBTASK_ARG_EVENT_ARG_THREAD_STATE_ARG_STACK_ARG_63B40775 = - "Pipe processor worker {} has been processing the same event for {} ms. Pipe: {}, DataRegion: {}, subtask: {}, event: {}, thread state: {}. Stack:{}"; + public static final String + EXCEPTION_FAILED_TO_SET_UP_CONSENSUS_SUBSCRIPTION_FOR_TOPIC_ARG_IN_CONSUMER_GROUP_ARG_ARG_A7FA88F3 = + "Failed to set up consensus subscription for topic %s in consumer group %s: %s"; + public static final String + EXCEPTION_TOPIC_METADATA_FOR_ARG_IS_UNAVAILABLE_DURING_CONSENSUS_SUBSCRIPTION_SETUP_A1949F20 = + "Topic metadata for %s is unavailable during consensus subscription setup"; + public static final String + EXCEPTION_TOPIC_CONFIG_FOR_ARG_IS_UNAVAILABLE_DURING_CONSENSUS_SUBSCRIPTION_SETUP_B94404EE = + "Topic config for %s is unavailable during consensus subscription setup"; + public static final String + LOG_FAILED_TO_RELEASE_TSFILE_PARSER_MEMORY_FOR_PIPE_ARG_CREATION_TIME_ARG_IN_DATAREGION_ARG_BECAUSE_NO_RESERVATION_EXISTS_BB8321C0 = + "Failed to release TsFile parser memory for Pipe {} (creation time {}) in DataRegion {} because no reservation exists."; + public static final String + LOG_PIPE_PROCESSOR_WORKER_ARG_HAS_BEEN_PROCESSING_THE_SAME_EVENT_FOR_ARG_MS_PIPE_ARG_DATAREGION_ARG_SUBTASK_ARG_EVENT_ARG_THREAD_STATE_ARG_STACK_ARG_63B40775 = + "Pipe processor worker {} has been processing the same event for {} ms. Pipe: {}, DataRegion: {}, subtask: {}, event: {}, thread state: {}. Stack:{}"; } diff --git a/iotdb-core/datanode/src/main/i18n/en/org/apache/iotdb/db/i18n/DataNodeQueryMessages.java b/iotdb-core/datanode/src/main/i18n/en/org/apache/iotdb/db/i18n/DataNodeQueryMessages.java index 3feefd72a6f4..811f6b4174e6 100644 --- a/iotdb-core/datanode/src/main/i18n/en/org/apache/iotdb/db/i18n/DataNodeQueryMessages.java +++ b/iotdb-core/datanode/src/main/i18n/en/org/apache/iotdb/db/i18n/DataNodeQueryMessages.java @@ -32,18 +32,15 @@ public final class DataNodeQueryMessages { // --- Execution / Aggregation --- - public static final String INVALID_AGGREGATION_FUNCTION = - "Invalid Aggregation function: "; - public static final String UNKNOWN_DATA_TYPE = - "Unknown data type: "; + public static final String INVALID_AGGREGATION_FUNCTION = "Invalid Aggregation function: "; + public static final String UNKNOWN_DATA_TYPE = "Unknown data type: "; public static final String COUNT_IF_WITH_SLIDINGWINDOW_IS_NOT_SUPPORTED_NOW = "COUNT_IF with slidingWindow is not supported now"; public static final String TIME_DURATION_WITH_SLIDINGWINDOW_IS_NOT_SUPPORTED_NOW = "TIME_DURATION with slidingWindow is not supported now"; public static final String MODE_WITH_SLIDINGWINDOW_IS_NOT_SUPPORTED_NOW = "MODE with slidingWindow is not supported now"; - public static final String INVALID_AGGREGATION_TYPE = - "Invalid Aggregation Type: "; + public static final String INVALID_AGGREGATION_TYPE = "Invalid Aggregation Type: "; // --- Execution / Driver --- @@ -52,28 +49,20 @@ public final class DataNodeQueryMessages { // --- Execution / Exchange --- - public static final String SOURCE_HANDLE_FAILED_DUE_TO = - "Source handle failed due to: "; - public static final String SINK_FAILED_DUE_TO = - "Sink failed due to"; - public static final String ISINKCHANNEL_FAILED_DUE_TO = - "ISinkChannel failed due to"; - public static final String SINK_HANDLE_FAILED_DUE_TO = - "Sink handle failed due to"; + public static final String SOURCE_HANDLE_FAILED_DUE_TO = "Source handle failed due to: "; + public static final String SINK_FAILED_DUE_TO = "Sink failed due to"; + public static final String ISINKCHANNEL_FAILED_DUE_TO = "ISinkChannel failed due to"; + public static final String SINK_HANDLE_FAILED_DUE_TO = "Sink handle failed due to"; public static final String MPPDATAEXCHANGEMANAGER_INIT_SUCCESSFULLY = "MPPDataExchangeManager init successfully"; - public static final String QUEUE_HAS_BEEN_DESTROYED = - "queue has been destroyed"; - public static final String SINK_HANDLE_IS_BLOCKED = - "Sink handle is blocked."; - public static final String LOCALSINKCHANNEL_IS_ABORTED = - "LocalSinkChannel is ABORTED."; + public static final String QUEUE_HAS_BEEN_DESTROYED = "queue has been destroyed"; + public static final String SINK_HANDLE_IS_BLOCKED = "Sink handle is blocked."; + public static final String LOCALSINKCHANNEL_IS_ABORTED = "LocalSinkChannel is ABORTED."; public static final String ERROR_OCCURRED_WHEN_TRY_TO_ABORT_CHANNEL = "Error occurred when try to abort channel."; public static final String ERROR_OCCURRED_WHEN_TRY_TO_CLOSE_CHANNEL = "Error occurred when try to close channel."; - public static final String SHUFFLESINKHANDLE_IS_ABORTED = - "ShuffleSinkHandle is aborted."; + public static final String SHUFFLESINKHANDLE_IS_ABORTED = "ShuffleSinkHandle is aborted."; public static final String UNSUPPORTED_TYPE_OF_SHUFFLE_STRATEGY = "Unsupported type of shuffle strategy"; public static final String SINKCHANNEL_IS_ABORTED_OR_CLOSED = @@ -82,24 +71,18 @@ public final class DataNodeQueryMessages { "The data block doesn't exist. Sequence ID: "; public static final String THE_TSBLOCK_DOESNT_EXIST_SEQUENCE_ID_REMAINING = "The TsBlock doesn't exist. Sequence ID is {}, remaining map is {}"; - public static final String SINKCHANNEL_IS_ABORTED = - "SinkChannel is aborted."; + public static final String SINKCHANNEL_IS_ABORTED = "SinkChannel is aborted."; public static final String FAILED_TO_SEND_NEW_DATA_BLOCK_EVENT_ATTEMPT = "Failed to send new data block event, attempt times: {}"; public static final String FAILED_TO_SEND_END_OF_DATA_BLOCK_EVENT = "Failed to send end of data block event, attempt times: {}"; public static final String FAILED_TO_SEND_END_OF_DATA_BLOCK_EVENT_2 = "Failed to send end of data block event after all retry"; - public static final String SOURCE_HANDLE_IS_BLOCKED = - "Source handle is blocked."; - public static final String RESERVED_DATA_BLOCK_SIZE_IS_NULL = - "Reserved data block size is null."; - public static final String DATA_BLOCK_SIZE_IS_NULL = - "Data block size is null."; - public static final String SOURCE_HANDLE_IS_ABORTED = - "Source handle is aborted."; - public static final String SOURCEHANDLE_IS_CLOSED = - "SourceHandle is closed."; + public static final String SOURCE_HANDLE_IS_BLOCKED = "Source handle is blocked."; + public static final String RESERVED_DATA_BLOCK_SIZE_IS_NULL = "Reserved data block size is null."; + public static final String DATA_BLOCK_SIZE_IS_NULL = "Data block size is null."; + public static final String SOURCE_HANDLE_IS_ABORTED = "Source handle is aborted."; + public static final String SOURCEHANDLE_IS_CLOSED = "SourceHandle is closed."; // --- Execution / Executor --- @@ -112,16 +95,13 @@ public final class DataNodeQueryMessages { // --- Execution / Fragment --- - public static final String UNKNOWN_EXCEPTION = - "[Unknown exception]: "; - public static final String WAIT_MS_FOR_ALL_DRIVERS_CLOSED = - "Wait {}ms for all Drivers closed"; + public static final String UNKNOWN_EXCEPTION = "[Unknown exception]: "; + public static final String WAIT_MS_FOR_ALL_DRIVERS_CLOSED = "Wait {}ms for all Drivers closed"; public static final String EXCEPTION_HAPPENED_WHEN_EXECUTING_UDTF = "Exception happened when executing UDTF: "; public static final String ERROR_WHEN_CREATE_FRAGMENTINSTANCEEXECUTION = "error when create FragmentInstanceExecution."; - public static final String EXECUTE_ERROR_CAUSED_BY = - "Execute error caused by "; + public static final String EXECUTE_ERROR_CAUSED_BY = "Execute error caused by "; // --- Execution / Memory --- @@ -171,8 +151,7 @@ public final class DataNodeQueryMessages { // --- Execution / Operator --- - public static final String UNKNOWN_DATA_TYPE_2 = - "Unknown data type "; + public static final String UNKNOWN_DATA_TYPE_2 = "Unknown data type "; public static final String ERROR_OCCURRED_WHEN_LOGGING_INTERMEDIATE_RESULT_OF_ANALYZE = "Error occurred when logging intermediate result of analyze."; @@ -184,12 +163,9 @@ public final class DataNodeQueryMessages { "getWrittenCount() is not supported"; public static final String THE_MEMORY_THRESHOLD_MUST_BE_GREATER_THAN_0 = "The memory threshold must be greater than 0."; - public static final String FAILED_TO_CREATE_DIRECTORIES = - "Failed to create directories: "; - public static final String TARGET_FILE_ALREADY_EXISTS = - "Target file already exists: "; - public static final String FAILED_TO_CREATE_FILE = - "Failed to create file: "; + public static final String FAILED_TO_CREATE_DIRECTORIES = "Failed to create directories: "; + public static final String TARGET_FILE_ALREADY_EXISTS = "Target file already exists: "; + public static final String FAILED_TO_CREATE_FILE = "Failed to create file: "; public static final String DATA_TYPE_OF_TARGET_TIME_COLUMN_IS_NOT = "Data type of target time column is not TIMESTAMP"; public static final String DUPLICATE_COLUMN_NAMES_IN_QUERY_DATASET = @@ -212,8 +188,7 @@ public final class DataNodeQueryMessages { public static final String ERROR_OCCURS_WHEN_SCANNING_ACTIVE_TIME_SERIES = "Error occurs when scanning active time series."; - public static final String ERROR_WHILE_SCANNING_THE_FILE = - "Error while scanning the file"; + public static final String ERROR_WHILE_SCANNING_THE_FILE = "Error while scanning the file"; public static final String ERROR_HAPPENED_WHILE_SCANNING_THE_FILE = "Error happened while scanning the file"; public static final String ALL_CACHED_CHUNKS_SHOULD_BE_CONSUMED_FIRST = @@ -244,30 +219,24 @@ public final class DataNodeQueryMessages { "TsFile may be corrupted during query execution, file: {}, stage: {}"; public static final String OVERLAPPED_DATA_SHOULD_BE_CONSUMED_FIRST = "overlapped data should be consumed first"; - public static final String NO_MORE_BATCH_DATA = - "No more batch data"; + public static final String NO_MORE_BATCH_DATA = "No more batch data"; public static final String GETALLSATISFIEDPAGEDATA_SHOULDN_T_BE_CALLED_HERE = "getAllSatisfiedPageData() shouldn't be called here"; public static final String GETPAGEREADER_SHOULDN_T_BE_CALLED_HERE = "getPageReader() shouldn't be called here"; - public static final String UNSUPPORTED_COLUMN_TYPE = - "Unsupported column type: "; - public static final String FAIL_TO_CLOSE_CTEDATAREADER = - "Fail to close CteDataReader"; - public static final String UNKNOWN_TABLE = - "Unknown table: "; + public static final String UNSUPPORTED_COLUMN_TYPE = "Unsupported column type: "; + public static final String FAIL_TO_CLOSE_CTEDATAREADER = "Fail to close CteDataReader"; + public static final String UNKNOWN_TABLE = "Unknown table: "; public static final String FAILED_TO_CLOSE_READER_IN_TABLEDISKUSAGESUPPLIER = "Failed to close reader in TableDiskUsageSupplier"; - public static final String UNSUPPORTED_CATEGORY = - "Unsupported category: "; + public static final String UNSUPPORTED_CATEGORY = "Unsupported category: "; public static final String CURRENT_DEVICE_ENTRY_IN_TABLESCANOPERATOR_IS_EMPTY = "Current device entry in TableScanOperator is empty"; public static final String UNEXPECTED_END_OF_EXTERNAL_TSFILE_DEVICE_TASK_READER_AT_DEVICE_INDEX = "Unexpected end of external TsFile device task reader at device index "; - public static final String - EXTERNAL_TSFILE_DEVICE_TASK_READER_IS_NOT_ALIGNED_WITH_DEVICE_ENTRIES = - "External TsFile device task reader is not aligned with device entries at index %d:" - + " expected %s but got %s"; + public static final String EXTERNAL_TSFILE_DEVICE_TASK_READER_IS_NOT_ALIGNED_WITH_DEVICE_ENTRIES = + "External TsFile device task reader is not aligned with device entries at index %d:" + + " expected %s but got %s"; public static final String FAILED_TO_UPDATE_EXTERNAL_TSFILE_DEVICE_RESOURCES = "Failed to update external TsFile device resources"; public static final String SCHEMA_FILTER_TYPE_IS_NOT_SUPPORTED = @@ -285,25 +254,19 @@ public final class DataNodeQueryMessages { public static final String EXECUTOR_FAILED_TO_POLL_DRIVER_TASK_FROM_QUEUE = "Executor {} failed to poll driver task from queue"; - public static final String DRIVERTASK_SHOULD_NEVER_BE_NULL = - "DriverTask should never be null"; - public static final String EXECUTEFAILED = - "[ExecuteFailed]"; + public static final String DRIVERTASK_SHOULD_NEVER_BE_NULL = "DriverTask should never be null"; + public static final String EXECUTEFAILED = "[ExecuteFailed]"; public static final String EXECUTOR_EXITS_BECAUSE_IT_IS_CLOSED = "Executor {} exits because it is closed."; - public static final String CLEAR_DRIVERTASK_FAILED = - "Clear DriverTask failed"; - + public static final String CLEAR_DRIVERTASK_FAILED = "Clear DriverTask failed"; // --- Execution / Warnings --- - public static final String CODE_IS_NEGATIVE = - "code is negative"; + public static final String CODE_IS_NEGATIVE = "code is negative"; // --- Metric --- - public static final String UNSUPPORTED_STAGE_IN_TREE_MODEL = - "Unsupported stage in tree model: "; + public static final String UNSUPPORTED_STAGE_IN_TREE_MODEL = "Unsupported stage in tree model: "; public static final String UNSUPPORTED_STAGE_IN_TABLE_MODEL = "Unsupported stage in table model: "; @@ -313,17 +276,13 @@ public final class DataNodeQueryMessages { "[Topology] latest view from config-node for myself({}): {}"; public static final String EXPIRED_QUERIES_INFO_CLEAR_THREAD_IS_SUCCESSFULLY_STARTED = "Expired-Queries-Info-Clear thread is successfully started."; - public static final String COST_MS = - "Cost: {} ms, {}"; + public static final String COST_MS = "Cost: {} ms, {}"; // --- Plan / Analyze --- - public static final String COMPUTEDATAPARTITIONPARAMS_FOR = - "computeDataPartitionParams for "; - public static final String UNSUPPORTED_OPERATOR = - "Unsupported operator: "; - public static final String UNSUPPORTED_EXPRESSION = - "Unsupported expression: "; + public static final String COMPUTEDATAPARTITIONPARAMS_FOR = "computeDataPartitionParams for "; + public static final String UNSUPPORTED_OPERATOR = "Unsupported operator: "; + public static final String UNSUPPORTED_EXPRESSION = "Unsupported expression: "; public static final String ONLY_SUPPORT_AND_OPERATOR_IN_DELETION = "Only support AND operator in deletion"; public static final String LEFT_HAND_EXPRESSION_IS_NOT_AN_IDENTIFIER = @@ -365,8 +324,7 @@ public final class DataNodeQueryMessages { "Views cannot be used in GROUP BY TAGS query yet."; public static final String ONLY_TIME_FILTERS_ARE_SUPPORTED_IN_GROUP_BY = "Only time filters are supported in GROUP BY TAGS query"; - public static final String UNSUPPORTED_WINDOW_TYPE = - "Unsupported window type"; + public static final String UNSUPPORTED_WINDOW_TYPE = "Unsupported window type"; public static final String AGGREGATION_EXPRESSION_SHOULDN_T_EXIST_IN_GROUP_BY = "Aggregation expression shouldn't exist in group by clause"; public static final String ONLY_SUPPORT_NUMERIC_TYPE_WHEN_DELTA_0 = @@ -375,27 +333,23 @@ public final class DataNodeQueryMessages { "Only support boolean type in predict of group by series"; public static final String GROUP_BY_MONTH_DOESN_T_SUPPORT_ORDER_BY = "Group by month doesn't support order by time desc now."; - public static final String NO_RUNNING_DATANODES = - "no Running DataNodes"; + public static final String NO_RUNNING_DATANODES = "no Running DataNodes"; public static final String AN_ERROR_OCCURRED_WHEN_SERIALIZING_PATTERN_TREE = "An error occurred when serializing pattern tree"; public static final String EXPRESSION_IN_GROUP_BY_SHOULD_INDICATE_ONE_VALUE = "Expression in group by should indicate one value"; public static final String EXPRESSION_IN_ORDER_BY_SHOULD_INDICATE_ONE_VALUE = "Expression in order by should indicate one value"; - public static final String SHOULDN_T_ATTACH_HERE = - "shouldn't attach here"; + public static final String SHOULDN_T_ATTACH_HERE = "shouldn't attach here"; public static final String SELECT_INTO_THE_I_OF_SHOULD_BE_AN = "select into: the i of ${i} should be an integer."; - public static final String FAILED_TO_GET_DATABASE_MAP = - "Failed to get database Map"; + public static final String FAILED_TO_GET_DATABASE_MAP = "Failed to get database Map"; public static final String UNKNOWN_DATABASE = "Unknown database %s"; public static final String LOAD_ANALYSIS_STAGE_ALL_TSFILES_HAVE_BEEN_ANALYZED = "Load - Analysis Stage: all tsfiles have been analyzed."; public static final String ASYNC_LOAD_HAS_FAILED_AND_IS_NOW_TRYING = "Async Load has failed, and is now trying to load sync"; - public static final String TSFILE_IS_EMPTY = - "TsFile {} is empty."; + public static final String TSFILE_IS_EMPTY = "TsFile {} is empty."; public static final String THE_ENCRYPTION_WAY_OF_THE_TSFILE_IS_NOT = "The encryption way of the TsFile is not supported."; public static final String EMPTY_FILE_DETECTED_WILL_SKIP_LOADING_THIS_FILE = @@ -415,18 +369,12 @@ public final class DataNodeQueryMessages { // --- Plan / Execution --- - public static final String REACHMAXRETRYCOUNT = - "[ReachMaxRetryCount]"; - public static final String ERROR_WHEN_EXECUTING_QUERY = - "error when executing query. {}"; - public static final String WAITBEFORERETRY_WAIT_MS = - "[WaitBeforeRetry] wait {}ms."; - public static final String INTERRUPTED_WHEN_WAITING_RETRY = - "interrupted when waiting retry"; - public static final String RETRY_RETRY_COUNT_IS = - "[Retry] retry count is: {}"; - public static final String RESULTHANDLEABORTED = - "[ResultHandleAborted]"; + public static final String REACHMAXRETRYCOUNT = "[ReachMaxRetryCount]"; + public static final String ERROR_WHEN_EXECUTING_QUERY = "error when executing query. {}"; + public static final String WAITBEFORERETRY_WAIT_MS = "[WaitBeforeRetry] wait {}ms."; + public static final String INTERRUPTED_WHEN_WAITING_RETRY = "interrupted when waiting retry"; + public static final String RETRY_RETRY_COUNT_IS = "[Retry] retry count is: {}"; + public static final String RESULTHANDLEABORTED = "[ResultHandleAborted]"; public static final String UNSUPPORTED_DATABASE_PROPERTY_KEY = "Unsupported database property key: "; public static final String A_TABLE_CANNOT_HAVE_MORE_THAN_ONE_TIME = @@ -439,40 +387,30 @@ public final class DataNodeQueryMessages { "Adding TIME column is not supported."; public static final String THE_COLUMN_S_OLD_NAME_SHALL_NOT_BE = "The column's old name shall not be equal to the new one."; - public static final String DUPLICATED_PROPERTY = - "Duplicated property: "; - public static final String TABLE_PROPERTY = - "Table property '"; - public static final String UNKNOWN_TYPE = - "Unknown type: %s"; + public static final String DUPLICATED_PROPERTY = "Duplicated property: "; + public static final String TABLE_PROPERTY = "Table property '"; + public static final String UNKNOWN_TYPE = "Unknown type: %s"; public static final String FAILED_TO_CHECK_CONFIG_ITEM_PERMISSION = "Failed to check config item permission"; public static final String CONFIGTASK_IS_NOT_IMPLEMENTED_FOR = "ConfigTask is not implemented for: "; public static final String FAILED_TO_GET_EXECUTABLE_FOR_UDF_USING_URI = "Failed to get executable for UDF({}) using URI: {}."; - public static final String FAILED_TO_DROP_FUNCTION = - "[{}] Failed to drop function {}."; - public static final String FAILED_TO_DROP_TRIGGER = - "[{}] Failed to drop trigger {}."; - public static final String CANNOT_REMOVE_INVALID_NODEIDS = - "Cannot remove invalid nodeIds:{}"; + public static final String FAILED_TO_DROP_FUNCTION = "[{}] Failed to drop function {}."; + public static final String FAILED_TO_DROP_TRIGGER = "[{}] Failed to drop trigger {}."; + public static final String CANNOT_REMOVE_INVALID_NODEIDS = "Cannot remove invalid nodeIds:{}"; public static final String STARTING_TO_REMOVE_DATANODE_WITH_NODEIDS = "Starting to remove DataNode with nodeIds: {}"; public static final String START_TO_REMOVE_DATANODE_REMOVED_DATANODES_ENDPOINT = "Start to remove datanode, removed DataNodes endpoint: {}"; - public static final String SUBMIT_REMOVE_DATANODES_RESULT = - "Submit Remove DataNodes result {} "; + public static final String SUBMIT_REMOVE_DATANODES_RESULT = "Submit Remove DataNodes result {} "; public static final String STARTING_TO_REMOVE_CONFIGNODE_WITH_NODE_ID = "Starting to remove ConfigNode with node-id {}"; - public static final String CONFIGNODE_IS_REMOVED = - "ConfigNode: {} is removed."; - public static final String STARTING_TO_REMOVE_AINODE = - "Starting to remove AINode"; + public static final String CONFIGNODE_IS_REMOVED = "ConfigNode: {} is removed."; + public static final String STARTING_TO_REMOVE_AINODE = "Starting to remove AINode"; public static final String REMOVE_AINODE_FAILED_BECAUSE_THERE_IS_NO_AINODE = "Remove AINode failed because there is no AINode in the cluster."; - public static final String AINODE_IN_THE_CLUSTER_IS_REMOVED = - "AINode in the cluster is removed."; + public static final String AINODE_IN_THE_CLUSTER_IS_REMOVED = "AINode in the cluster is removed."; public static final String FAILED_TO_HANDLETRANSFERCONFIGPLAN_STATUS_IS = "Failed to handleTransferConfigPlan, status is {}."; public static final String FAILED_TO_FETCHTABLES_STATUS_IS = @@ -481,33 +419,26 @@ public final class DataNodeQueryMessages { "Failed to handlePipeConfigClientExit, status is {}."; public static final String FAILED_TO_HANDLEPIPECONFIGCLIENTEXIT = "Failed to handlePipeConfigClientExit."; - public static final String NOT_SUPPORT_CURRENT_STATEMENT = - "Not support current statement"; - public static final String WRONG_REQUEST_TYPE = - "Wrong request type"; - public static final String WRONG_UNIT_TYPE = - "Wrong unit type"; + public static final String NOT_SUPPORT_CURRENT_STATEMENT = "Not support current statement"; + public static final String WRONG_REQUEST_TYPE = "Wrong request type"; + public static final String WRONG_UNIT_TYPE = "Wrong unit type"; // --- Plan / Expression --- - public static final String INVALID_EXPRESSION_TYPE = - "Invalid expression type: "; - public static final String UNSUPPORTED_EXPRESSION_TYPE = - "Unsupported expression type: "; + public static final String INVALID_EXPRESSION_TYPE = "Invalid expression type: "; + public static final String UNSUPPORTED_EXPRESSION_TYPE = "Unsupported expression type: "; public static final String FUNCTION_CAST_MUST_SPECIFY_A_TARGET_DATA_TYPE = "Function Cast must specify a target data type."; public static final String FUNCTION_REPLACE_MUST_SPECIFY_FROM_AND_TO_COMPONENT = "Function REPLACE must specify from and to component."; - public static final String PLEASE_ENSURE_INPUT_IS_CORRECT = - "please ensure input[%s] is correct"; + public static final String PLEASE_ENSURE_INPUT_IS_CORRECT = "please ensure input[%s] is correct"; public static final String CASE_EXPRESSION_CANNOT_BE_USED_WITH_NON_MAPPABLE = "CASE expression cannot be used with non-mappable UDF"; public static final String UNSUPPORTED_TRANSFORMER_ACCESS_STRATEGY = "Unsupported transformer access strategy"; public static final String AGGREGATE_FUNCTIONS_ARE_NOT_SUPPORTED_IN_WHERE_CLAUSE = "aggregate functions are not supported in WHERE clause"; - public static final String IS_NULL_CANNOT_BE_PUSHED_DOWN = - "IS NULL cannot be pushed down"; + public static final String IS_NULL_CANNOT_BE_PUSHED_DOWN = "IS NULL cannot be pushed down"; public static final String TIMESTAMP_DOES_NOT_SUPPORT_IS_NULL_IS_NOT = "TIMESTAMP does not support IS NULL/IS NOT NULL"; public static final String TIMESTAMP_DOES_NOT_SUPPORT_LIKE_NOT_LIKE = @@ -516,86 +447,61 @@ public final class DataNodeQueryMessages { "TIMESTAMP does not support REGEXP/NOT REGEXP"; public static final String GROUPBYTIME_FILTER_CANNOT_EXIST_IN_VALUE_FILTER = "GroupByTime filter cannot exist in value filter."; - public static final String IS_NULL_CAN_BE_PUSHED_DOWN = - "IS NULL can be pushed down"; - public static final String GROUP_BY_TIME_CANNOT_BE_REVERSED = - "GROUP BY TIME cannot be reversed"; + public static final String IS_NULL_CAN_BE_PUSHED_DOWN = "IS NULL can be pushed down"; + public static final String GROUP_BY_TIME_CANNOT_BE_REVERSED = "GROUP BY TIME cannot be reversed"; // --- Plan / Optimization --- - public static final String UNEXPECTED_PLAN_NODE = - "Unexpected plan node: "; - public static final String UNEXPECTED_PATH_TYPE = - "unexpected path type"; + public static final String UNEXPECTED_PLAN_NODE = "Unexpected plan node: "; + public static final String UNEXPECTED_PATH_TYPE = "unexpected path type"; public static final String SOURCEPATH_MUST_BE_MEASUREMENTPATH_OR_ALIGNEDPATH = "sourcePath must be MeasurementPath or AlignedPath"; // --- Plan / Parser --- - public static final String DATATYPE_MUST_BE_DECLARED = - "datatype must be declared"; - public static final String UNSUPPORTED_ENCODING = - "Unsupported encoding: %s"; - public static final String UNSUPPORTED_COMPRESSION = - "Unsupported compression: %s"; - public static final String UNSUPPORTED_ENCODING_2 = - "unsupported encoding: %s"; - public static final String UNSUPPORTED_COMPRESSOR = - "unsupported compressor: %s"; + public static final String DATATYPE_MUST_BE_DECLARED = "datatype must be declared"; + public static final String UNSUPPORTED_ENCODING = "Unsupported encoding: %s"; + public static final String UNSUPPORTED_COMPRESSION = "Unsupported compression: %s"; + public static final String UNSUPPORTED_ENCODING_2 = "unsupported encoding: %s"; + public static final String UNSUPPORTED_COMPRESSOR = "unsupported compressor: %s"; public static final String CREATE_ALIGNED_TIMESERIES_PROPERTY_IS_NOT_SUPPORTED_YET = "create aligned timeseries: property is not supported yet."; - public static final String UNSUPPORTED_COMPRESSOR_2 = - "Unsupported compressor: %s"; - public static final String PROPERTY_IS_UNSUPPORTED_YET = - "property %s is unsupported yet."; - public static final String THE_TIMESERIES_SHALL_NOT_BE_ROOT = - "The timeSeries shall not be root."; - public static final String UNSUPPORTED_DATATYPE = - "unsupported datatype: %s"; - public static final String UNEXPECTED_FILTER_KEY = - "unexpected filter key"; + public static final String UNSUPPORTED_COMPRESSOR_2 = "Unsupported compressor: %s"; + public static final String PROPERTY_IS_UNSUPPORTED_YET = "property %s is unsupported yet."; + public static final String THE_TIMESERIES_SHALL_NOT_BE_ROOT = "The timeSeries shall not be root."; + public static final String UNSUPPORTED_DATATYPE = "unsupported datatype: %s"; + public static final String UNEXPECTED_FILTER_KEY = "unexpected filter key"; public static final String URI_IS_EMPTY_PLEASE_SPECIFY_THE_URI = "URI is empty, please specify the URI."; - public static final String INVALID_URI = - "Invalid URI: %s"; + public static final String INVALID_URI = "Invalid URI: %s"; public static final String TRIGGER_DOES_NOT_SUPPORT_DELETE_AS_TRIGGER_EVENT = "Trigger does not support DELETE as TRIGGER_EVENT for now."; public static final String PLEASE_SPECIFY_TRIGGER_TYPE_STATELESS_OR_STATEFUL = "Please specify trigger type: STATELESS or STATEFUL."; - public static final String RENAMING_VIEW_IS_NOT_SUPPORTED = - "Renaming view is not supported."; - public static final String VIEW_DOESN_T_SUPPORT_ALIAS = - "View doesn't support alias."; + public static final String RENAMING_VIEW_IS_NOT_SUPPORTED = "Renaming view is not supported."; + public static final String VIEW_DOESN_T_SUPPORT_ALIAS = "View doesn't support alias."; public static final String MODELID_SHOULD_BE_2_64_CHARACTERS = "ModelId should be 2-64 characters"; - public static final String MODELID_SHOULD_NOT_START_WITH = - "ModelId should not start with '_'"; + public static final String MODELID_SHOULD_NOT_START_WITH = "ModelId should not start with '_'"; public static final String MODELID_CAN_ONLY_CONTAIN_LETTERS_NUMBERS_AND_UNDERSCORES = "ModelId can only contain letters, numbers, and underscores"; public static final String DEVICE_ID_SHOULD_BE_CPU_OR_INTEGER = "Device id should be 'cpu' or integer"; public static final String DATA_SHOULD_NOT_BE_SET_FOR_MODEL_TRAINING = "data should not be set for model training"; - public static final String DUPLICATED_GROUP_BY_KEY_LEVEL = - "duplicated group by key: LEVEL"; - public static final String DUPLICATED_GROUP_BY_KEY_TAGS = - "duplicated group by key: TAGS"; - public static final String UNKNOWN_GROUP_BY_TYPE = - "Unknown GROUP BY type."; - public static final String DUPLICATE_ALIAS_IN_SELECT_CLAUSE = - "duplicate alias in select clause"; - public static final String CONSTANT_OPERAND_IS_NOT_ALLOWED = - "Constant operand is not allowed: "; + public static final String DUPLICATED_GROUP_BY_KEY_LEVEL = "duplicated group by key: LEVEL"; + public static final String DUPLICATED_GROUP_BY_KEY_TAGS = "duplicated group by key: TAGS"; + public static final String UNKNOWN_GROUP_BY_TYPE = "Unknown GROUP BY type."; + public static final String DUPLICATE_ALIAS_IN_SELECT_CLAUSE = "duplicate alias in select clause"; + public static final String CONSTANT_OPERAND_IS_NOT_ALLOWED = "Constant operand is not allowed: "; public static final String THE_TIME_WINDOWS_MAY_EXCEED_10000_PLEASE_ENSURE = "The time windows may exceed 10000, please ensure your input."; public static final String START_TIME_SHOULD_BE_SMALLER_THAN_ENDTIME_IN = "Start time should be smaller than endTime in GroupBy"; public static final String KEEP_THRESHOLD_IN_GROUP_BY_CONDITION_SHOULD_BE = "Keep threshold in group by condition should be set"; - public static final String DUPLICATED_KEY_IN_GROUP_BY_TAGS = - "duplicated key in GROUP BY TAGS: "; - public static final String UNKNOWN_FILL_TYPE = - "Unknown FILL type."; + public static final String DUPLICATED_KEY_IN_GROUP_BY_TAGS = "duplicated key in GROUP BY TAGS: "; + public static final String UNKNOWN_FILL_TYPE = "Unknown FILL type."; public static final String UNSUPPORTED_CONSTANT_VALUE_IN_FILL = "Unsupported constant value in FILL: "; public static final String OUT_OF_RANGE_LIMIT_N_N_SHOULD_BE = @@ -616,24 +522,19 @@ public final class DataNodeQueryMessages { "InsertStatement should contain at least one measurement"; public static final String NEED_TIMESTAMPS_WHEN_INSERT_MULTI_ROWS = "need timestamps when insert multi rows"; - public static final String CAN_NOT_PARSE_TO_TIME = - "Can not parse %s to time"; + public static final String CAN_NOT_PARSE_TO_TIME = "Can not parse %s to time"; public static final String PATH_CAN_NOT_START_WITH_ROOT_IN_SELECT = "Path can not start with root in select clause."; - public static final String INPUT_TIMESTAMP_CANNOT_BE_EMPTY = - "input timestamp cannot be empty"; + public static final String INPUT_TIMESTAMP_CANNOT_BE_EMPTY = "input timestamp cannot be empty"; public static final String NOT_SUPPORT_FOR_THIS_ALIAS_PLEASE_ENCLOSE_IN = "Not support for this alias, Please enclose in back quotes."; - public static final String STATEMENT_NEEDS_TARGET_PATHS = - "Statement needs target paths"; + public static final String STATEMENT_NEEDS_TARGET_PATHS = "Statement needs target paths"; public static final String THE_DATATYPE_OF_TIMESTAMP_SHOULD_BE_LONG = "The datatype of timestamp should be LONG."; public static final String ATTRIBUTES_OF_FUNCTIONS_SHOULD_BE_QUOTED_WITH_OR = "Attributes of functions should be quoted with '' or \"\""; - public static final String UNSUPPORTED_CONSTANT_VALUE = - "Unsupported constant value: "; - public static final String UNSUPPORTED_CONSTANT_OPERAND = - "Unsupported constant operand: "; + public static final String UNSUPPORTED_CONSTANT_VALUE = "Unsupported constant value: "; + public static final String UNSUPPORTED_CONSTANT_OPERAND = "Unsupported constant operand: "; public static final String UNKNOWN_SYSTEM_STATUS_IN_SET_SYSTEM_COMMAND = "Unknown system status in set system command."; public static final String DEVICE_TEMPLATE_ALIAS_IS_NOT_SUPPORTED_YET = @@ -644,8 +545,7 @@ public final class DataNodeQueryMessages { "Device Template: tag is not supported yet."; public static final String DEVICE_TEMPLATE_ATTRIBUTE_IS_NOT_SUPPORTED_YET = "Device Template: attribute is not supported yet."; - public static final String EXPECTING_DATATYPE = - "Expecting datatype"; + public static final String EXPECTING_DATATYPE = "Expecting datatype"; public static final String NOT_SUPPORT_FOR_THIS_SQL_IN_DROP_PIPE = "Not support for this sql in DROP PIPE, please enter pipename."; public static final String NOT_SUPPORT_FOR_THIS_SQL_IN_START_PIPE = @@ -656,8 +556,7 @@ public final class DataNodeQueryMessages { "Not support for this sql in ALTER TOPIC, please enter topicName."; public static final String GET_REGION_ID_STATEMENT_EXPRESSION_MUST_BE_A = "Get region id statement‘ expression must be a time expression"; - public static final String WRONG_SPACE_QUOTA_TYPE = - "Wrong space quota type: "; + public static final String WRONG_SPACE_QUOTA_TYPE = "Wrong space quota type: "; public static final String PLEASE_SET_THE_NUMBER_OF_DEVICES_GREATER_THAN = "Please set the number of devices greater than 0"; public static final String PLEASE_SET_THE_NUMBER_OF_TIMESERIES_GREATER_THAN = @@ -678,19 +577,16 @@ public final class DataNodeQueryMessages { "The 'CreateTableView' is unsupported in tree sql-dialect."; public static final String CURRENTLY_OTHER_EXPRESSIONS_ARE_NOT_SUPPORTED = "Currently other expressions are not supported"; - public static final String ALIGN_DESIGNATION_INCORRECT_AT = - "Align designation incorrect at: "; + public static final String ALIGN_DESIGNATION_INCORRECT_AT = "Align designation incorrect at: "; // --- Plan / Relational / Analyzer --- - public static final String COLUMN_NOT_IN_GROUP_BY_CLAUSE = - "Column %s not in GROUP BY clause"; + public static final String COLUMN_NOT_IN_GROUP_BY_CLAUSE = "Column %s not in GROUP BY clause"; public static final String DATABASE_IS_NOT_SPECIFIED_FOR_INSERT = "database is not specified for insert:"; public static final String IDENTIFIER_NOT_ALLOWED_IN_THIS_CONTEXT = ".* not allowed in this context"; - public static final String UNKNOWN_SIGN = - "Unknown sign: "; + public static final String UNKNOWN_SIGN = "Unknown sign: "; public static final String DECIMALLITERAL_IS_NOT_SUPPORTED_YET = "DecimalLiteral is not supported yet."; public static final String GENERICLITERAL_IS_NOT_SUPPORTED_YET = @@ -703,42 +599,28 @@ public final class DataNodeQueryMessages { "the input argument does not exist"; public static final String MATCH_NUMBER_PATTERN_RECOGNITION_FUNCTION_TAKES_NO_ARGUMENTS = "MATCH_NUMBER pattern recognition function takes no arguments"; - public static final String UNEXPECTED_NAVIGATION_ANCHOR = - "Unexpected navigation anchor: "; - public static final String UNEXPECTED_MODE = - "Unexpected mode: "; - public static final String QUERY_TAKES_NO_PARAMETERS = - "Query takes no parameters"; - public static final String NO_VALUE_PROVIDED_FOR_PARAMETER = - "No value provided for parameter"; - public static final String CANNOT_EXTRACT_FROM = - "Cannot extract from %s"; - public static final String UNKNOWN_IS_NOT_A_VALID_TYPE = - "UNKNOWN is not a valid type"; - public static final String CANNOT_CAST_TO = - "Cannot cast %s to %s"; + public static final String UNEXPECTED_NAVIGATION_ANCHOR = "Unexpected navigation anchor: "; + public static final String UNEXPECTED_MODE = "Unexpected mode: "; + public static final String QUERY_TAKES_NO_PARAMETERS = "Query takes no parameters"; + public static final String NO_VALUE_PROVIDED_FOR_PARAMETER = "No value provided for parameter"; + public static final String CANNOT_EXTRACT_FROM = "Cannot extract from %s"; + public static final String UNKNOWN_IS_NOT_A_VALID_TYPE = "UNKNOWN is not a valid type"; + public static final String CANNOT_CAST_TO = "Cannot cast %s to %s"; public static final String WINDOW_FRAME_START_CANNOT_BE_UNBOUNDED_FOLLOWING = "Window frame start cannot be UNBOUNDED FOLLOWING"; public static final String WINDOW_FRAME_END_CANNOT_BE_UNBOUNDED_PRECEDING = "Window frame end cannot be UNBOUNDED PRECEDING"; - public static final String UNSUPPORTED_FRAME_TYPE = - "Unsupported frame type: "; + public static final String UNSUPPORTED_FRAME_TYPE = "Unsupported frame type: "; public static final String COLUMNS_ONLY_SUPPORT_TO_BE_USED_IN_SELECT = "Columns only support to be used in SELECT and WHERE clause"; - public static final String TYPE_MISMATCH_FMT = - "%s: %s vs %s"; + public static final String TYPE_MISMATCH_FMT = "%s: %s vs %s"; public static final String UNKNOWN_PATTERN_RECOGNITION_FUNCTION = "Unknown pattern recognition function: "; - public static final String CANNOT_ACCESS_PREANALYZED_TYPES = - "Cannot access preanalyzed types"; - public static final String CANNOT_ACCESS_RESOLVED_WINDOWS = - "Cannot access resolved windows"; - public static final String REFERENCE_IS_AMBIGUOUS = - "Reference '%s' is ambiguous"; - public static final String COLUMN_IS_AMBIGUOUS = - "Column '%s' is ambiguous"; - public static final String UNSUPPORTED_NODE_TYPE = - "Unsupported node type: "; + public static final String CANNOT_ACCESS_PREANALYZED_TYPES = "Cannot access preanalyzed types"; + public static final String CANNOT_ACCESS_RESOLVED_WINDOWS = "Cannot access resolved windows"; + public static final String REFERENCE_IS_AMBIGUOUS = "Reference '%s' is ambiguous"; + public static final String COLUMN_IS_AMBIGUOUS = "Column '%s' is ambiguous"; + public static final String UNSUPPORTED_NODE_TYPE = "Unsupported node type: "; public static final String CREATE_DATABASE_STATEMENT_IS_NOT_SUPPORTED_YET = "Create Database statement is not supported yet."; public static final String ALTER_DATABASE_STATEMENT_IS_NOT_SUPPORTED_YET = @@ -769,56 +651,44 @@ public final class DataNodeQueryMessages { "USE statement is not supported yet."; public static final String TARGET_TABLE_SCHEMA_MISSES_A_TIME_CATEGORY_COLUMN = "Target table schema misses a TIME category column"; - public static final String TIME_COLUMN_CAN_NOT_BE_NULL = - "time column can not be null"; - public static final String NO_FIELD_COLUMN_PRESENT = - "No Field column present"; + public static final String TIME_COLUMN_CAN_NOT_BE_NULL = "time column can not be null"; + public static final String NO_FIELD_COLUMN_PRESENT = "No Field column present"; public static final String FETCH_FIRST_WITH_TIES_CLAUSE_REQUIRES_ORDER_BY = "FETCH FIRST WITH TIES clause requires ORDER BY"; public static final String RECURSIVE_CTE_IS_NOT_SUPPORTED_YET = "recursive cte is not supported yet."; public static final String MISSING_COLUMN_ALIASES_IN_RECURSIVE_WITH_QUERY = "missing column aliases in recursive WITH query"; - public static final String NESTED_RECURSIVE_WITH_QUERY = - "nested recursive WITH query"; + public static final String NESTED_RECURSIVE_WITH_QUERY = "nested recursive WITH query"; public static final String THERE_IS_AT_LEAST_ONE_RESULT_OF_EXPANDED = "There is at least one result of expanded"; - public static final String UNSUPPORTED_EXPRESSION_2 = - "UnSupported Expression: "; + public static final String UNSUPPORTED_EXPRESSION_2 = "UnSupported Expression: "; public static final String RELATION_NOT_FOUND_OR_NOT_ALLOWED = "Relation not found or not allowed"; public static final String COLUMNS_NOT_ALLOWED_FOR_RELATION_THAT_HAS_NO = "COLUMNS not allowed for relation that has no columns"; - public static final String UNKNOWN_COLUMNNAME = - "Unknown ColumnName: "; - public static final String INVALID_REGEX = - "Invalid regex '%s'"; + public static final String UNKNOWN_COLUMNNAME = "Unknown ColumnName: "; + public static final String INVALID_REGEX = "Invalid regex '%s'"; public static final String COLUMNS_ARE_NOT_SUPPORTED_IN_DEREFERENCEEXPRESSION = "Columns are not supported in DereferenceExpression"; public static final String SELECT_NOT_ALLOWED_FROM_RELATION_THAT_HAS_NO = "SELECT * not allowed from relation that has no columns"; - public static final String COLUMN_ALIASES_NOT_SUPPORTED = - "Column aliases not supported"; + public static final String COLUMN_ALIASES_NOT_SUPPORTED = "Column aliases not supported"; public static final String SELECT_NOT_ALLOWED_IN_QUERIES_WITHOUT_FROM_CLAUSE = "SELECT * not allowed in queries without FROM clause"; public static final String MULTIPLE_DATE_BIN_GAPFILL_CALLS_NOT_ALLOWED = "multiple date_bin_gapfill calls not allowed"; public static final String PATTERN_RECOGNITION_OUTPUT_TABLE_HAS_NO_COLUMNS = "pattern recognition output table has no columns"; - public static final String NATURAL_JOIN_NOT_SUPPORTED = - "Natural join not supported"; - public static final String UNKNOWN_FILL_METHOD = - "Unknown fill method: "; + public static final String NATURAL_JOIN_NOT_SUPPORTED = "Natural join not supported"; + public static final String UNKNOWN_FILL_METHOD = "Unknown fill method: "; public static final String RECURSIVE_REFERENCE_IN_INTERSECT_ALL = "recursive reference in INTERSECT ALL"; - public static final String TABLE_PROPERTY_2 = - "Table property "; - public static final String THE_DATABASE_MUST_BE_SET = - "The database must be set."; + public static final String TABLE_PROPERTY_2 = "Table property "; + public static final String THE_DATABASE_MUST_BE_SET = "The database must be set."; public static final String AT_MOST_ONE_TABLE_ARGUMENT_CAN_BE_PASSED = "At most one table argument can be passed to a table function"; - public static final String DUPLICATE_ARGUMENT_NAME = - "Duplicate argument name: %s"; + public static final String DUPLICATE_ARGUMENT_NAME = "Duplicate argument name: %s"; public static final String SETTING_MONTHLY_INTERVALS_IS_NOT_SUPPORTED = "Setting monthly intervals is not supported."; public static final String FILTER_PUSH_DOWN_DOES_NOT_SUPPORT_CASE_WHEN = @@ -833,22 +703,16 @@ public final class DataNodeQueryMessages { "TIMESTAMP does not support IS NULL"; public static final String TIMESTAMP_DOES_NOT_SUPPORT_IS_NOT_NULL = "TIMESTAMP does not support IS NOT NULL"; - public static final String TIMESTAMP_DOES_NOT_SUPPORT_LIKE = - "TIMESTAMP does not support LIKE"; - public static final String TIMESTAMP_DOES_NOT_CASE_WHEN = - "TIMESTAMP does not CASE WHEN"; - public static final String TIMESTAMP_DOES_NOT_IF = - "TIMESTAMP does not IF"; - public static final String TIMESTAMP_DOES_NOT_NULLIF = - "TIMESTAMP does not NULLIF"; - public static final String SHOULD_NEVER_RETURN_NULL = - "Should never return null."; + public static final String TIMESTAMP_DOES_NOT_SUPPORT_LIKE = "TIMESTAMP does not support LIKE"; + public static final String TIMESTAMP_DOES_NOT_CASE_WHEN = "TIMESTAMP does not CASE WHEN"; + public static final String TIMESTAMP_DOES_NOT_IF = "TIMESTAMP does not IF"; + public static final String TIMESTAMP_DOES_NOT_NULLIF = "TIMESTAMP does not NULLIF"; + public static final String SHOULD_NEVER_RETURN_NULL = "Should never return null."; public static final String IS_NULL_EXPRESSION_CAN_T_BE_PUSHED_DOWN = "IS NULL Expression can't be pushed down"; public static final String NOT_EXPRESSION_CAN_T_BE_PUSHED_DOWN = "Not Expression can't be pushed down"; - public static final String UNSUPPORTED_OPERATOR_2 = - "Unsupported operator "; + public static final String UNSUPPORTED_OPERATOR_2 = "Unsupported operator "; public static final String THE_LOGICAL_EXPRESSION_HAS_NO_BOUNDED_COLUMN = "The logical expression has no bounded column"; public static final String THE_NOT_EXPRESSION_HAS_NO_BOUNDED_COLUMN = @@ -857,18 +721,15 @@ public final class DataNodeQueryMessages { // --- Plan / Relational / Metadata --- public static final String OBJECT_TYPE_IS_NOT_SUPPORTED_AS_RETURN_TYPE = "OBJECT type is not supported as return type"; - public static final String INVALID_FUNCTION_PARAMETERS = - "Invalid function parameters: "; - public static final String UNKNOWN_FUNCTION = - "Unknown function: "; + public static final String INVALID_FUNCTION_PARAMETERS = "Invalid function parameters: "; + public static final String UNKNOWN_FUNCTION = "Unknown function: "; public static final String THE_OBJECT_TYPE_COLUMN_IS_NOT_SUPPORTED = "The object type column is not supported."; public static final String NO_COLUMN_OTHER_THAN_TIME_PRESENT_PLEASE_CHECK = "No column other than Time present, please check the request"; public static final String NO_FIELD_COLUMN_PRESENT_PLEASE_CHECK_THE_REQUEST = "No Field column present, please check the request"; - public static final String AUTO_ADD_TABLE_COLUMN_FAILED = - "Auto add table column failed."; + public static final String AUTO_ADD_TABLE_COLUMN_FAILED = "Auto add table column failed."; public static final String TAG_COLUMN_ONLY_SUPPORT_DATA_TYPE_STRING = "Tag column only support data type STRING."; public static final String ATTRIBUTE_COLUMN_ONLY_SUPPORT_DATA_TYPE_STRING = @@ -878,22 +739,16 @@ public final class DataNodeQueryMessages { // --- Plan / Relational / Table Function --- - public static final String NO_TABLE_SCHEMA_FOUND_IN_TSFILES = - "No table schema found in TsFiles"; + public static final String NO_TABLE_SCHEMA_FOUND_IN_TSFILES = "No table schema found in TsFiles"; public static final String NO_TABLE_SCHEMA_FOUND_FOR_TABLE_IN_TSFILES = "No table schema found for table %s in TsFiles"; public static final String READ_TSFILE_MUST_BE_PLANNED_AS_EXTERNAL_TSFILE_SCAN_NODE = "readTsFile must be planned as an ExternalTsFileScanNode"; - public static final String MISSING_SCALAR_ARGUMENT = - "Missing scalar argument: "; - public static final String ARGUMENT_SHOULD_NOT_BE_EMPTY = - "Argument %s should not be empty"; - public static final String INVALID_SCALAR_ARGUMENT = - "Invalid scalar argument: "; - public static final String ARGUMENT_SHOULD_BE_A_STRING = - "Argument %s should be a string"; - public static final String ARGUMENT_SHOULD_BE_A_NUMBER = - "Argument %s should be a number"; + public static final String MISSING_SCALAR_ARGUMENT = "Missing scalar argument: "; + public static final String ARGUMENT_SHOULD_NOT_BE_EMPTY = "Argument %s should not be empty"; + public static final String INVALID_SCALAR_ARGUMENT = "Invalid scalar argument: "; + public static final String ARGUMENT_SHOULD_BE_A_STRING = "Argument %s should be a string"; + public static final String ARGUMENT_SHOULD_BE_A_NUMBER = "Argument %s should be a number"; public static final String ARGUMENT_SHOULD_CONTAIN_AT_LEAST_ONE_PATH = "Argument %s should contain at least one path"; public static final String READ_TSFILE_PATH_IS_NOT_ALLOWED = @@ -906,22 +761,18 @@ public final class DataNodeQueryMessages { "ReadTsFileTableFunctionHandle does not support serialization"; public static final String READ_TSFILE_TABLE_FUNCTION_HANDLE_DOES_NOT_SUPPORT_DESERIALIZATION = "ReadTsFileTableFunctionHandle does not support deserialization"; - public static final String TSFILE_PATH_DOES_NOT_EXIST = - "TsFile path does not exist: "; + public static final String TSFILE_PATH_DOES_NOT_EXIST = "TsFile path does not exist: "; public static final String TSFILE_PATH_IS_NEITHER_A_FILE_NOR_A_DIRECTORY = "TsFile path is neither a file nor a directory: "; - public static final String NO_VALID_TSFILES_FOUND = - "No valid TsFiles found"; - public static final String FAILED_TO_SCAN_TSFILE_PATH = - "Failed to scan TsFile path: "; + public static final String NO_VALID_TSFILES_FOUND = "No valid TsFiles found"; + public static final String FAILED_TO_SCAN_TSFILE_PATH = "Failed to scan TsFile path: "; public static final String CANNOT_INFER_TABLE_NAME_FROM_TSFILES_MULTIPLE_TABLES = "Cannot infer table name from TsFiles because multiple tables are found: %s and %s"; public static final String CANNOT_INFER_TABLE_NAME_FROM_TSFILE_NO_TABLE_SCHEMA = "Cannot infer table name from TsFile because no table schema is found in "; public static final String CANNOT_INFER_TABLE_NAME_FROM_TSFILE_MULTIPLE_TABLES = "Cannot infer table name from TsFile because multiple tables are found in "; - public static final String FILE_IS_NOT_A_VALID_TSFILE = - "File is not a valid TsFile: "; + public static final String FILE_IS_NOT_A_VALID_TSFILE = "File is not a valid TsFile: "; public static final String FAILED_TO_READ_TABLE_SCHEMA_FROM_TSFILE = "Failed to read table schema from TsFile: "; public static final String MULTIPLE_TIME_COLUMNS_FOUND_WHEN_MERGING_TABLE_SCHEMA = @@ -955,42 +806,28 @@ public final class DataNodeQueryMessages { // --- Plan / Relational / Planner --- - public static final String FAIL_TO_MATERIALIZE_CTE_BECAUSE = - "Fail to materialize CTE because {}"; + public static final String FAIL_TO_MATERIALIZE_CTE_BECAUSE = "Fail to materialize CTE because {}"; public static final String BOTH_OBJECT_MUST_BE_TYPE_OF_NUMBER = "Both object must be type of number"; - public static final String NOT_YET_IMPLEMENTED = - "not yet implemented: "; + public static final String NOT_YET_IMPLEMENTED = "not yet implemented: "; public static final String UNSUPPORTED_TYPE_IN_GENERICLITERAL = "Unsupported type in GenericLiteral: "; - public static final String CANNOT_COERCE_TYPE = - "Cannot coerce type "; - public static final String UNKNOWN_TYPE_2 = - "Unknown type: "; - public static final String NODE_MUST_BE_A_LITERAL = - "node must be a Literal"; - public static final String UNHANDLED_LITERAL_TYPE = - "Unhandled literal type: "; - public static final String NO_LITERAL_FORM_FOR_TYPE = - "No literal form for type %s"; + public static final String CANNOT_COERCE_TYPE = "Cannot coerce type "; + public static final String UNKNOWN_TYPE_2 = "Unknown type: "; + public static final String NODE_MUST_BE_A_LITERAL = "node must be a Literal"; + public static final String UNHANDLED_LITERAL_TYPE = "Unhandled literal type: "; + public static final String NO_LITERAL_FORM_FOR_TYPE = "No literal form for type %s"; public static final String WINDOW_FRAME_OFFSET_VALUE_MUST_NOT_BE_NEGATIVE = "Window frame offset value must not be negative or null"; - public static final String UNEXPECTED_TYPE = - "unexpected type: "; - public static final String FROM_CLAUSE_MUST_NOT_BE_EMPTY = - "From clause must not be empty"; + public static final String UNEXPECTED_TYPE = "unexpected type: "; + public static final String FROM_CLAUSE_MUST_NOT_BE_EMPTY = "From clause must not be empty"; public static final String COERCION_RESULT_IN_ANALYSIS_ONLY_CAN_BE_EMPTY = "Coercion result in analysis only can be empty"; - public static final String UNEXPECTED_RECURSIVE_CTE = - "unexpected recursive cte"; - public static final String TABLE = - "Table "; - public static final String UNEXPECTED_JOIN_TYPE = - "Unexpected Join Type: "; - public static final String UNEXPECTED_ROWS_PER_MATCH = - "Unexpected rows per match: "; - public static final String UNEXPECTED_SKIP_TO_POSITION = - "Unexpected skip to position: "; + public static final String UNEXPECTED_RECURSIVE_CTE = "unexpected recursive cte"; + public static final String TABLE = "Table "; + public static final String UNEXPECTED_JOIN_TYPE = "Unexpected Join Type: "; + public static final String UNEXPECTED_ROWS_PER_MATCH = "Unexpected rows per match: "; + public static final String UNEXPECTED_SKIP_TO_POSITION = "Unexpected skip to position: "; public static final String VALUES_IS_NOT_SUPPORTED_IN_CURRENT_VERSION = "Values is not supported in current version."; public static final String SUBSCRIPT_IS_NOT_SUPPORTED_IN_CURRENT_VERSION = @@ -1004,15 +841,12 @@ public final class DataNodeQueryMessages { "Illegal state in visitLogicalExpression"; public static final String UNSUPPORTED_LOGICALEXPRESSION_OPERATOR = "Unsupported LogicalExpression operator"; - public static final String UNEXPECTED_EXPRESSION = - "Unexpected expression: "; - public static final String FAILED_TO_FETCH_SUBQUERY_RESULT = - "Failed to Fetch Subquery Result."; + public static final String UNEXPECTED_EXPRESSION = "Unexpected expression: "; + public static final String FAILED_TO_FETCH_SUBQUERY_RESULT = "Failed to Fetch Subquery Result."; // --- Plan / Relational / Planner / Iterative --- - public static final String UNEXPECTED_PATTERN = - "Unexpected Pattern: "; + public static final String UNEXPECTED_PATTERN = "Unexpected Pattern: "; public static final String TABLE_FUNCTION_DOES_NOT_SUPPORT_MULTIPLE_SOURCE_NOW = "table function does not support multiple source now."; @@ -1022,8 +856,7 @@ public final class DataNodeQueryMessages { "Should never push down limit to AggregationTableScanNode."; public static final String SHOULD_NEVER_PUSH_DOWN_OFFSET_TO_AGGREGATIONTABLESCANNODE = "Should never push down offset to AggregationTableScanNode."; - public static final String NOT_SUPPORTED_YET = - "Not supported yet."; + public static final String NOT_SUPPORTED_YET = "Not supported yet."; public static final String COPYTONODE_SHOULD_NOT_BE_SERIALIZED = "CopyToNode should not be serialized"; public static final String @@ -1041,44 +874,34 @@ public final class DataNodeQueryMessages { public static final String LIST_PLANNODE_SIZE_SHOULD_1_BUT_NOW_IS = "List.size should >= 1, but now is 0"; - public static final String UNSUPPORTED_JOIN_TYPE = - "Unsupported Join Type: "; + public static final String UNSUPPORTED_JOIN_TYPE = "Unsupported Join Type: "; public static final String TOPK_IS_NOT_SUPPORTED_IN_CORRELATED_SUBQUERY_FOR = "TopK is not supported in correlated subquery for now"; - public static final String UNEXPECTED_VALUE = - "Unexpected value: "; + public static final String UNEXPECTED_VALUE = "Unexpected value: "; // --- Plan / Relational / Security --- - public static final String USER_NOT_EXISTS = - "User not exists"; + public static final String USER_NOT_EXISTS = "User not exists"; public static final String ONLY_THE_SUPERUSER_CAN_ALTER_HIM_HERSELF = "Only the superuser can alter him/herself."; - public static final String DATABASE = - "DATABASE "; - public static final String TABLE_2 = - "TABLE "; - public static final String UNEXPECTED_VALUE_2 = - "Unexpected value:"; + public static final String DATABASE = "DATABASE "; + public static final String TABLE_2 = "TABLE "; + public static final String UNEXPECTED_VALUE_2 = "Unexpected value:"; public static final String EACH_OPERATION_SHOULD_HAVE_PERMISSION_CHECK = "Each operation should have permission check."; - public static final String UNKNOWN_AUTHORTYPE = - "Unknown authorType: "; + public static final String UNKNOWN_AUTHORTYPE = "Unknown authorType: "; // --- Plan / Relational / SQL --- - public static final String UNKNOWN_AUTHORTYPE_2 = - "Unknown authorType:"; + public static final String UNKNOWN_AUTHORTYPE_2 = "Unknown authorType:"; public static final String THE_RENAMING_FOR_BASE_TABLE_COLUMN_IS_CURRENTLY = "The renaming for base table column is currently unsupported"; public static final String THE_RENAMING_FOR_BASE_TABLE_IS_CURRENTLY_UNSUPPORTED = "The renaming for base table is currently unsupported"; - public static final String UNEXPECTED_EXPRESSION_2 = - "unexpected expression: "; + public static final String UNEXPECTED_EXPRESSION_2 = "unexpected expression: "; public static final String THE_TABLE_SHOULD_ONLY_HAVE_ONE_COLUMN_FOUND = "the table should only have one column found with TIME category"; - public static final String TIMESTAMP_CANNOT_BE_NULL = - "Timestamp cannot be null"; + public static final String TIMESTAMP_CANNOT_BE_NULL = "Timestamp cannot be null"; public static final String SHOW_REGION_ID_IS_NOT_SUPPORTED_YET = "SHOW REGION ID is not supported yet."; public static final String SHOW_TIME_SLOT_IS_NOT_SUPPORTED_YET = @@ -1087,40 +910,27 @@ public final class DataNodeQueryMessages { "COUNT TIME SLOT is not supported yet."; public static final String SHOW_SERIES_SLOT_IS_NOT_SUPPORTED_YET = "SHOW SERIES SLOT is not supported yet."; - public static final String MISSING_LIMIT_VALUE = - "Missing LIMIT value"; - public static final String DATABASE_IS_NOT_SET_YET = - "Database is not set yet."; - public static final String AUTHOR_STATEMENT_PARSER_ERROR = - "author statement parser error"; - public static final String UNSUPPORTED_SET_OPERATION = - "Unsupported set operation: "; - public static final String UNSUPPORTED_JOIN_CRITERIA = - "Unsupported join criteria"; + public static final String MISSING_LIMIT_VALUE = "Missing LIMIT value"; + public static final String DATABASE_IS_NOT_SET_YET = "Database is not set yet."; + public static final String AUTHOR_STATEMENT_PARSER_ERROR = "author statement parser error"; + public static final String UNSUPPORTED_SET_OPERATION = "Unsupported set operation: "; + public static final String UNSUPPORTED_JOIN_CRITERIA = "Unsupported join criteria"; public static final String TOLERANCE_IN_ASOF_JOIN_ONLY_SUPPORTS_INNER_TYPE = "Tolerance in ASOF JOIN only supports INNER type now"; - public static final String UNSUPPORTED_SIGN = - "Unsupported sign: "; - public static final String UNSUPPORTED_WINDOW_FRAME_TYPE = - "Unsupported window frame type: "; - public static final String UNSUPPORTED_BOUNDED_TYPE = - "Unsupported bounded type: "; - public static final String UNSUPPORTED_TRIM_SPECIFICATION = - "Unsupported trim specification: "; + public static final String UNSUPPORTED_SIGN = "Unsupported sign: "; + public static final String UNSUPPORTED_WINDOW_FRAME_TYPE = "Unsupported window frame type: "; + public static final String UNSUPPORTED_BOUNDED_TYPE = "Unsupported bounded type: "; + public static final String UNSUPPORTED_TRIM_SPECIFICATION = "Unsupported trim specification: "; public static final String TARGET_DATA_IN_SQL_SHOULD_BE_SET_IN = "Target data in sql should be set in CREATE MODEL"; public static final String THE_TREE_MODEL_DATABASE_SHALL_NOT_BE_SPECIFIED = "The tree model database shall not be specified in table model."; - public static final String UNSUPPORTED_SPECIAL_FUNCTION = - "Unsupported special function: "; - public static final String UNSUPPORTED_ORDERING = - "Unsupported ordering: "; - public static final String UNSUPPORTED_QUANTIFIER = - "Unsupported quantifier: "; + public static final String UNSUPPORTED_SPECIAL_FUNCTION = "Unsupported special function: "; + public static final String UNSUPPORTED_ORDERING = "Unsupported ordering: "; + public static final String UNSUPPORTED_QUANTIFIER = "Unsupported quantifier: "; public static final String NOT_YET_IMPLEMENTED_WILDCARD_TRANSITION = "not yet implemented: wildcard transition"; - public static final String UNKNOWN_TABLE_ELEMENT = - "unknown table element: "; + public static final String UNKNOWN_TABLE_ELEMENT = "unknown table element: "; // --- Plan / Scheduler --- @@ -1132,43 +942,33 @@ public final class DataNodeQueryMessages { "Interrupted when dispatching write async"; public static final String DESERIALIZE_CONSENSUSGROUPID_FAILED = "Deserialize ConsensusGroupId failed. "; - public static final String CAN_T_CONNECT_TO_NODE = - "can't connect to node {}"; - public static final String CANCEL_QUERY_ON_NODE_FAILED = - "cancel query {} on node {} failed."; + public static final String CAN_T_CONNECT_TO_NODE = "can't connect to node {}"; + public static final String CANCEL_QUERY_ON_NODE_FAILED = "cancel query {} on node {} failed."; public static final String CANNOT_DISPATCH_FI_FOR_LOAD_OPERATION = "cannot dispatch FI for load operation"; - public static final String MESSAGE_UNEXPECTED_ERRORS_ARG_78EE0800 = - "Unexpected errors: %s"; - public static final String RECEIVE_LOAD_NODE_FROM_UUID = - "Receive load node from uuid {}."; - public static final String LOAD_TSFILE_NODE_ERROR = - "Load TsFile Node {} error."; - public static final String SERIALIZE_TSFILERESOURCE_ERROR = - "Serialize TsFileResource {} error."; + public static final String MESSAGE_UNEXPECTED_ERRORS_ARG_78EE0800 = "Unexpected errors: %s"; + public static final String RECEIVE_LOAD_NODE_FROM_UUID = "Receive load node from uuid {}."; + public static final String LOAD_TSFILE_NODE_ERROR = "Load TsFile Node {} error."; + public static final String SERIALIZE_TSFILERESOURCE_ERROR = "Serialize TsFileResource {} error."; public static final String LOAD_SKIP_TSFILE_BECAUSE_IT_HAS_NO_DATA = "Load skip TsFile {}, because it has no data."; public static final String LOADTSFILESCHEDULER_LOADS_TSFILE_ERROR = "LoadTsFileScheduler loads TsFile {} error"; - public static final String INTERRUPT_OR_EXECUTION_ERROR = - "Interrupt or Execution error."; + public static final String INTERRUPT_OR_EXECUTION_ERROR = "Interrupt or Execution error."; public static final String START_DISPATCHING_LOAD_COMMAND_FOR_UUID = "Start dispatching Load command for uuid {}"; public static final String EXCEPTION_OCCURRED_DURING_SECOND_PHASE_OF_LOADING_TSFILE = "Exception occurred during second phase of loading TsFile {}."; - public static final String START_LOAD_TSFILE_LOCALLY = - "Start load TsFile {} locally."; + public static final String START_LOAD_TSFILE_LOCALLY = "Start load TsFile {} locally."; public static final String LOAD_ALL_FAILED_TSFILES_ARE_CONVERTED_TO_TABLETS = "Load: all failed TsFiles are converted to tablets and inserted."; // --- Plan / Statement --- - public static final String METHOD_NOT_IMPLEMENTED_YET = - "Method not implemented yet"; + public static final String METHOD_NOT_IMPLEMENTED_YET = "Method not implemented yet"; public static final String INSERTION_CONTAINS_DUPLICATED_MEASUREMENT = "Insertion contains duplicated measurement: "; - public static final String UNSUPPORTED_DATA_TYPE = - "Unsupported data type:"; + public static final String UNSUPPORTED_DATA_TYPE = "Unsupported data type:"; public static final String FAILED_TO_CONVERT_INSERTTABLETSTATEMENT_TO_TABLET = "Failed to convert InsertTabletStatement to Tablet"; public static final String MODEL_INFERENCE_DOES_NOT_SUPPORT_ALIGN_BY_DEVICE = @@ -1191,8 +991,7 @@ public final class DataNodeQueryMessages { "Expression of HAVING clause must to be an Aggregation"; public static final String WHEN_HAVING_USED_WITH_GROUPBYLEVEL = "When Having used with GroupByLevel: "; - public static final String ALIGN_BY_DEVICE = - "ALIGN BY DEVICE: "; + public static final String ALIGN_BY_DEVICE = "ALIGN BY DEVICE: "; public static final String SORTING_BY_TIMESERIES_IS_ONLY_SUPPORTED_IN_LAST = "Sorting by timeseries is only supported in last queries."; public static final String LAST_QUERY_DOESN_T_SUPPORT_ALIGN_BY_DEVICE = @@ -1209,10 +1008,8 @@ public final class DataNodeQueryMessages { "select into: last clauses are not supported."; public static final String SELECT_INTO_GROUP_BY_TAGS_CLAUSE_ARE_NOT = "select into: GROUP BY TAGS clause are not supported."; - public static final String UNKNOWN_LITERAL_TYPE = - "Unknown literal type: %s"; - public static final String ILLEGAL_PATH = - "illegal path: {}"; + public static final String UNKNOWN_LITERAL_TYPE = "Unknown literal type: %s"; + public static final String ILLEGAL_PATH = "illegal path: {}"; public static final String CQ_THE_START_TIME_OFFSET_SHOULD_BE_GREATER = "CQ: The start time offset should be greater than 0."; public static final String CQ_THE_END_TIME_OFFSET_SHOULD_BE_GREATER = @@ -1221,8 +1018,7 @@ public final class DataNodeQueryMessages { "CQ: The query body misses an INTO clause."; public static final String CQ_SPECIFYING_TIME_FILTERS_IN_THE_QUERY_BODY = "CQ: Specifying time filters in the query body is prohibited."; - public static final String IS_NOT_A_LEGAL_PATH = - "{} is not a legal path"; + public static final String IS_NOT_A_LEGAL_PATH = "{} is not a legal path"; // --- Plan / Tree Planner --- @@ -1230,18 +1026,14 @@ public final class DataNodeQueryMessages { "Valid TreeDeviceViewScanNode is not expected here."; public static final String MULTIPLE_COLUMNS_WITH_TIME_CATEGORY_FOUND = "Multiple columns with TIME category found"; - public static final String MISSING_TIME_CATEGORY_COLUMN = - "Missing TIME category column"; - public static final String UNKNOWN_SQL_DIALECT = - "Unknown sql dialect: %s"; - public static final String UNEXPECTED_PATH_TYPE_2 = - "Unexpected path type"; + public static final String MISSING_TIME_CATEGORY_COLUMN = "Missing TIME category column"; + public static final String UNKNOWN_SQL_DIALECT = "Unknown sql dialect: %s"; + public static final String UNEXPECTED_PATH_TYPE_2 = "Unexpected path type"; public static final String SHOULD_CALL_THE_CONCRETE_VISITXX_METHOD = "should call the concrete visitXX() method"; public static final String OUTPUTCOLUMTYPES_SHOULD_NOT_BE_NULL_EMPTY = "OutputColumTypes should not be null/empty"; - public static final String UNKNOWN_FILL_POLICY = - "Unknown fill policy: "; + public static final String UNKNOWN_FILL_POLICY = "Unknown fill policy: "; public static final String FILTER_CAN_NOT_CONTAIN_NON_MAPPABLE_UDF = "Filter can not contain Non-Mappable UDF"; public static final String GROUPBYVARIATIONEXPRESSION_CAN_T_BE_NULL = @@ -1250,20 +1042,16 @@ public final class DataNodeQueryMessages { "groupByConditionExpression can't be null"; public static final String GROUPBYCOUNTEXPRESSION_CAN_T_BE_NULL = "groupByCountExpression can't be null"; - public static final String UNKNOWN_NODE_TYPE = - "Unknown node type: "; + public static final String UNKNOWN_NODE_TYPE = "Unknown node type: "; public static final String UNSUPPORTED_COLUMN_GENERATOR_TYPE = "Unsupported column generator type: "; - public static final String ROOT_NODE_MUST_RETURN_ONLY_ONE = - "root node must return only one"; + public static final String ROOT_NODE_MUST_RETURN_ONLY_ONE = "root node must return only one"; public static final String SINGLEDEVICEVIEWNODE_HAVE_ONLY_ONE_CHILD = "SingleDeviceViewNode have only one child"; - public static final String AVAILABLE_REPLICAS = - "available replicas: {}"; + public static final String AVAILABLE_REPLICAS = "available replicas: {}"; public static final String UNEXPECTED_ERROR_OCCURS_WHEN_SERIALIZING_THIS_FRAGMENTINSTANCE = "Unexpected error occurs when serializing this FragmentInstance."; - public static final String INVALID_NODE_TYPE = - "Invalid node type: "; + public static final String INVALID_NODE_TYPE = "Invalid node type: "; public static final String THIS_LASTQUERYSCANNODE_IS_DEPRECATED = "This LastQueryScanNode is deprecated"; public static final String EXPLAINANALYZENODE_SHOULD_NOT_BE_SERIALIZED = @@ -1274,22 +1062,18 @@ public final class DataNodeQueryMessages { "clone of load single TsFile is not implemented"; public static final String SPLIT_LOAD_SINGLE_TSFILE_IS_NOT_IMPLEMENTED = "split load single TsFile is not implemented"; - public static final String DELETE_AFTER_LOADING_ERROR = - "Delete After Loading {} error."; + public static final String DELETE_AFTER_LOADING_ERROR = "Delete After Loading {} error."; public static final String CLONE_OF_LOAD_TSFILE_IS_NOT_IMPLEMENTED = "clone of load TsFile is not implemented"; public static final String LOADTSFILE_STATEMENT_IS_NULL_DURING_TABLE_MODEL_SPLIT = "LoadTsFile statement is null during table model split."; public static final String CLONE_OF_LOAD_PIECE_TSFILE_IS_NOT_IMPLEMENTED = "clone of load piece TsFile is not implemented"; - public static final String SERIALIZE_TO_BYTEBUFFER_ERROR = - "Serialize to ByteBuffer error."; + public static final String SERIALIZE_TO_BYTEBUFFER_ERROR = "Serialize to ByteBuffer error."; public static final String SPLIT_LOAD_PIECE_TSFILE_IS_NOT_IMPLEMENTED = "split load piece TsFile is not implemented"; - public static final String DESERIALIZE_ERROR = - "Deserialize {} error."; - public static final String INVALID_LENGTH_FOR_SLICING = - "Invalid length for slicing: "; + public static final String DESERIALIZE_ERROR = "Deserialize {} error."; + public static final String INVALID_LENGTH_FOR_SLICING = "Invalid length for slicing: "; public static final String CANNOT_DESERIALIZE_DEVICESSCHEMASCANNODE = "Cannot deserialize DevicesSchemaScanNode"; public static final String CANNOT_DESERIALIZE_TIMESERIESSCHEMASCANNODE = @@ -1312,8 +1096,7 @@ public final class DataNodeQueryMessages { "Clone of InternalCreateTimeSeriesNode is not implemented"; public static final String CLONE_OF_ALTERLOGICALNODE_IS_NOT_IMPLEMENTED = "Clone of AlterLogicalNode is not implemented"; - public static final String UNEXPECTED_DESCRIPTORTYPE = - "Unexpected descriptorType: "; + public static final String UNEXPECTED_DESCRIPTORTYPE = "Unexpected descriptorType: "; public static final String NO_CHILD_IS_ALLOWED_FOR_ALIGNEDSERIESSCANNODE = "no child is allowed for AlignedSeriesScanNode"; public static final String DEVICEREGIONSCANNODE_HAS_NO_CHILDREN = @@ -1330,14 +1113,11 @@ public final class DataNodeQueryMessages { "no child is allowed for ShowQueriesNode"; public static final String TIMESERIESREGIONSCANNODE_DOES_NOT_SUPPORT_ADDCHILD = "TimeseriesRegionScanNode does not support addChild"; - public static final String NOT_SUPPORTED = - "Not supported."; - public static final String CANNOT_DESERIALIZE_INSERTROWNODE = - "Cannot deserialize InsertRowNode"; + public static final String NOT_SUPPORTED = "Not supported."; + public static final String CANNOT_DESERIALIZE_INSERTROWNODE = "Cannot deserialize InsertRowNode"; public static final String UNEXPECTED_ERROR_OCCURS_WHEN_SERIALIZING_DELETEDATANODE = "Unexpected error occurs when serializing deleteDataNode."; - public static final String DELETEDATANODES_IS_EMPTY = - "deleteDataNodes is empty"; + public static final String DELETEDATANODES_IS_EMPTY = "deleteDataNodes is empty"; public static final String INSERTMULTITABLETSNODE_NOT_SUPPORT_MERGE = "InsertMultiTabletsNode not support merge"; public static final String CLONE_OF_INSERT_IS_NOT_IMPLEMENTED = @@ -1352,29 +1132,22 @@ public final class DataNodeQueryMessages { "Cannot deserialize InsertRowsOfOneDeviceNode"; public static final String CANNOT_DESERIALIZE_INSERTTABLETNODE = "Cannot deserialize InsertTabletNode"; - public static final String MERGE_IS_NOT_SUPPORTED = - "Merge is not supported"; + public static final String MERGE_IS_NOT_SUPPORTED = "Merge is not supported"; public static final String FAILED_TO_SERIALIZE_MODENTRY_TO_WAL = "Failed to serialize modEntry to WAL"; public static final String ALL_DATABASE_NAME_NEED_TO_BE_SAME = "All database name need to be same"; - public static final String INVALID_AGGREGATIONSTEP_TYPE = - "Invalid AggregationStep type: "; + public static final String INVALID_AGGREGATIONSTEP_TYPE = "Invalid AggregationStep type: "; // --- Transformation --- - public static final String SIZE_IS_0 = - "Size is 0"; + public static final String SIZE_IS_0 = "Size is 0"; public static final String CAN_NOT_CALL_NEXT_ON_EMPTYROWITERATOR = "Can not call next on EmptyRowIterator"; - public static final String THE_EXPRESSION_CANNOT_BE_NULL = - "The expression cannot be null"; - public static final String UNSUPPORTED_TYPE = - "Unsupported type: "; - public static final String UNSUPPORTED_DATA_TYPE_2 = - "Unsupported data type: "; - public static final String UNSUPPORTED_DATA_TYPE_3 = - "unsupported data type: "; + public static final String THE_EXPRESSION_CANNOT_BE_NULL = "The expression cannot be null"; + public static final String UNSUPPORTED_TYPE = "Unsupported type: "; + public static final String UNSUPPORTED_DATA_TYPE_2 = "Unsupported data type: "; + public static final String UNSUPPORTED_DATA_TYPE_3 = "unsupported data type: "; public static final String ERROR_OCCURRED_DURING_INFERRING_UDF_DATA_TYPE = "Error occurred during inferring UDF data type"; public static final String ERROR_OCCURRED_DURING_GETTING_UDF_ACCESS_STRATEGY = @@ -1384,14 +1157,11 @@ public final class DataNodeQueryMessages { // --- Execution / Exchange (additional) --- - public static final String ACK_TSBLOCK_FAILED = - "ack TsBlock [{}, {}) failed."; + public static final String ACK_TSBLOCK_FAILED = "ack TsBlock [{}, {}) failed."; public static final String CLOSE_CHANNEL_OF_SHUFFLESINKHANDLE_FAILED = "Close channel of ShuffleSinkHandle {}, index {} failed."; - public static final String SHUFFLESINKHANDLE_ALREADY_IN_MAP = - "ShuffleSinkHandle for "; - public static final String IS_IN_THE_MAP = - " is in the map."; + public static final String SHUFFLESINKHANDLE_ALREADY_IN_MAP = "ShuffleSinkHandle for "; + public static final String IS_IN_THE_MAP = " is in the map."; public static final String SOURCE_HANDLE_FOR_PLAN_NODE_EXISTS_FMT = "Source handle for plan node %s of %s exists."; public static final String FAILED_TO_PULL_TSBLOCKS = @@ -1402,42 +1172,30 @@ public final class DataNodeQueryMessages { "failed to send ack data block event [{}, {}), attempt times: {}"; public static final String SEND_CLOSE_SINK_CHANNEL_EVENT_FAILED = "[SendCloseSinkChannelEvent] to [ShuffleSinkHandle: {}, index: {}] failed.)."; - public static final String LOCAL_SINK_CHANNEL_STATE_IS = - "LocalSinkChannel state is ."; - public static final String SCH_LISTENER_ON_FINISH = - "[ScHListenerOnFinish]"; - public static final String SCH_LISTENER_ALREADY_RELEASED = - "[ScHListenerAlreadyReleased]"; - public static final String SCH_LISTENER_ON_ABORT = - "[ScHListenerOnAbort]"; + public static final String LOCAL_SINK_CHANNEL_STATE_IS = "LocalSinkChannel state is ."; + public static final String SCH_LISTENER_ON_FINISH = "[ScHListenerOnFinish]"; + public static final String SCH_LISTENER_ALREADY_RELEASED = "[ScHListenerAlreadyReleased]"; + public static final String SCH_LISTENER_ON_ABORT = "[ScHListenerOnAbort]"; public static final String SHUFFLE_SINK_HANDLE_LISTENER_ON_FINISH = "[ShuffleSinkHandleListenerOnFinish]"; public static final String SHUFFLE_SINK_HANDLE_LISTENER_ON_END_OF_TSBLOCKS = "[ShuffleSinkHandleListenerOnEndOfTsBlocks]"; public static final String SHUFFLE_SINK_HANDLE_LISTENER_ON_ABORT = "[ShuffleSinkHandleListenerOnAbort]"; - public static final String SKH_LISTENER_ON_FINISH = - "[SkHListenerOnFinish]"; - public static final String SKH_LISTENER_ON_END_OF_TSBLOCKS = - "[SkHListenerOnEndOfTsBlocks]"; - public static final String SKH_LISTENER_ON_ABORT = - "[SkHListenerOnAbort]"; - public static final String CLOSE_SHUFFLE_SINK_HANDLE = - "Close ShuffleSinkHandle: {}"; + public static final String SKH_LISTENER_ON_FINISH = "[SkHListenerOnFinish]"; + public static final String SKH_LISTENER_ON_END_OF_TSBLOCKS = "[SkHListenerOnEndOfTsBlocks]"; + public static final String SKH_LISTENER_ON_ABORT = "[SkHListenerOnAbort]"; + public static final String CLOSE_SHUFFLE_SINK_HANDLE = "Close ShuffleSinkHandle: {}"; public static final String GET_SHARED_TSBLOCK_QUEUE_FROM_LOCAL_SOURCE_HANDLE = "Get SharedTsBlockQueue from local source handle"; - public static final String CREATE_SHARED_TSBLOCK_QUEUE = - "Create SharedTsBlockQueue"; - public static final String CREATE_LOCAL_SINK_HANDLE_FOR = - "Create local sink handle for {}"; - public static final String CREATE_LOCAL_SOURCE_HANDLE_FOR = - "Create local source handle for {}"; + public static final String CREATE_SHARED_TSBLOCK_QUEUE = "Create SharedTsBlockQueue"; + public static final String CREATE_LOCAL_SINK_HANDLE_FOR = "Create local sink handle for {}"; + public static final String CREATE_LOCAL_SOURCE_HANDLE_FOR = "Create local source handle for {}"; public static final String GET_SHARED_TSBLOCK_QUEUE_FROM_LOCAL_SINK_HANDLE = "Get SharedTsBlockQueue from local sink handle"; public static final String START_FORCE_RELEASE_FI_DATA_EXCHANGE_RESOURCE = "[StartForceReleaseFIDataExchangeResource]"; - public static final String CLOSE_SOURCE_HANDLE = - "[CloseSourceHandle] {}"; + public static final String CLOSE_SOURCE_HANDLE = "[CloseSourceHandle] {}"; public static final String END_FORCE_RELEASE_FI_DATA_EXCHANGE_RESOURCE = "[EndForceReleaseFIDataExchangeResource]"; public static final String CREATE_LOCAL_SINK_HANDLE_TO_PLAN_NODE = @@ -1446,85 +1204,50 @@ public final class DataNodeQueryMessages { "Create sink handle to plan node {} of {} for {}"; public static final String CREATE_LOCAL_SOURCE_HANDLE_FROM = "Create local source handle from {} for plan node {} of {}"; - public static final String GET_SERIALIZED_TSBLOCK = - "[GetSerializedTsBlock] TsBlock:{}"; - public static final String START_ABORT_LOCAL_SOURCE_HANDLE = - "[StartAbortLocalSourceHandle]"; - public static final String END_ABORT_LOCAL_SOURCE_HANDLE = - "[EndAbortLocalSourceHandle]"; - public static final String START_CLOSE_LOCAL_SOURCE_HANDLE = - "[StartCloseLocalSourceHandle]"; - public static final String END_CLOSE_LOCAL_SOURCE_HANDLE = - "[EndCloseLocalSourceHandle]"; - public static final String START_SET_NO_MORE_TSBLOCKS = - "[StartSetNoMoreTsBlocks]"; - public static final String START_ABORT_SINK_CHANNEL = - "[StartAbortSinkChannel]"; - public static final String END_ABORT_SINK_CHANNEL = - "[EndAbortSinkChannel]"; - public static final String START_CLOSE_SINK_CHANNEL = - "[StartCloseSinkChannel]"; - public static final String END_CLOSE_SINK_CHANNEL = - "[EndCloseSinkChannel]"; - public static final String ACK_TSBLOCK = - "[ACKTsBlock] {}."; - public static final String NOTIFY_NO_MORE_TSBLOCK = - "[NotifyNoMoreTsBlock]"; - public static final String START_SEND_TSBLOCK_ON_LOCAL = - "[StartSendTsBlockOnLocal]"; + public static final String GET_SERIALIZED_TSBLOCK = "[GetSerializedTsBlock] TsBlock:{}"; + public static final String START_ABORT_LOCAL_SOURCE_HANDLE = "[StartAbortLocalSourceHandle]"; + public static final String END_ABORT_LOCAL_SOURCE_HANDLE = "[EndAbortLocalSourceHandle]"; + public static final String START_CLOSE_LOCAL_SOURCE_HANDLE = "[StartCloseLocalSourceHandle]"; + public static final String END_CLOSE_LOCAL_SOURCE_HANDLE = "[EndCloseLocalSourceHandle]"; + public static final String START_SET_NO_MORE_TSBLOCKS = "[StartSetNoMoreTsBlocks]"; + public static final String START_ABORT_SINK_CHANNEL = "[StartAbortSinkChannel]"; + public static final String END_ABORT_SINK_CHANNEL = "[EndAbortSinkChannel]"; + public static final String START_CLOSE_SINK_CHANNEL = "[StartCloseSinkChannel]"; + public static final String END_CLOSE_SINK_CHANNEL = "[EndCloseSinkChannel]"; + public static final String ACK_TSBLOCK = "[ACKTsBlock] {}."; + public static final String NOTIFY_NO_MORE_TSBLOCK = "[NotifyNoMoreTsBlock]"; + public static final String START_SEND_TSBLOCK_ON_LOCAL = "[StartSendTsBlockOnLocal]"; public static final String START_SET_NO_MORE_TSBLOCKS_ON_LOCAL = "[StartSetNoMoreTsBlocksOnLocal]"; - public static final String END_SET_NO_MORE_TSBLOCKS_ON_LOCAL = - "[EndSetNoMoreTsBlocksOnLocal]"; - public static final String START_ABORT_LOCAL_SINK_CHANNEL = - "[StartAbortLocalSinkChannel]"; - public static final String END_ABORT_LOCAL_SINK_CHANNEL = - "[EndAbortLocalSinkChannel]"; - public static final String START_CLOSE_LOCAL_SINK_CHANNEL = - "[StartCloseLocalSinkChannel]"; - public static final String END_CLOSE_LOCAL_SINK_CHANNEL = - "[EndCloseLocalSinkChannel]"; + public static final String END_SET_NO_MORE_TSBLOCKS_ON_LOCAL = "[EndSetNoMoreTsBlocksOnLocal]"; + public static final String START_ABORT_LOCAL_SINK_CHANNEL = "[StartAbortLocalSinkChannel]"; + public static final String END_ABORT_LOCAL_SINK_CHANNEL = "[EndAbortLocalSinkChannel]"; + public static final String START_CLOSE_LOCAL_SINK_CHANNEL = "[StartCloseLocalSinkChannel]"; + public static final String END_CLOSE_LOCAL_SINK_CHANNEL = "[EndCloseLocalSinkChannel]"; public static final String GET_TSBLOCK_FROM_BUFFER = "[GetTsBlockFromBuffer] sequenceId:{}, size:{}"; - public static final String WAIT_FOR_MORE_TSBLOCK = - "[WaitForMoreTsBlock]"; - public static final String RECEIVE_NO_MORE_TSBLOCK_EVENT = - "[ReceiveNoMoreTsBlockEvent]"; - public static final String END_PULL_TSBLOCKS_FROM_REMOTE = - "[EndPullTsBlocksFromRemote] Count:{}"; - public static final String PUT_TSBLOCKS_INTO_BUFFER = - "[PutTsBlocksIntoBuffer]"; - public static final String SEND_ACK_TSBLOCK = - "[SendACKTsBlock] [{}, {})."; - public static final String START_ABORT_SHUFFLE_SINK_HANDLE = - "[StartAbortShuffleSinkHandle]"; - public static final String END_ABORT_SHUFFLE_SINK_HANDLE = - "[EndAbortShuffleSinkHandle]"; - public static final String START_CLOSE_SHUFFLE_SINK_HANDLE = - "[StartCloseShuffleSinkHandle]"; - public static final String END_CLOSE_SHUFFLE_SINK_HANDLE = - "[EndCloseShuffleSinkHandle]"; - public static final String SIGNAL_NO_MORE_TSBLOCK_ON_QUEUE = - "[SignalNoMoreTsBlockOnQueue]"; + public static final String WAIT_FOR_MORE_TSBLOCK = "[WaitForMoreTsBlock]"; + public static final String RECEIVE_NO_MORE_TSBLOCK_EVENT = "[ReceiveNoMoreTsBlockEvent]"; + public static final String END_PULL_TSBLOCKS_FROM_REMOTE = "[EndPullTsBlocksFromRemote] Count:{}"; + public static final String PUT_TSBLOCKS_INTO_BUFFER = "[PutTsBlocksIntoBuffer]"; + public static final String SEND_ACK_TSBLOCK = "[SendACKTsBlock] [{}, {})."; + public static final String START_ABORT_SHUFFLE_SINK_HANDLE = "[StartAbortShuffleSinkHandle]"; + public static final String END_ABORT_SHUFFLE_SINK_HANDLE = "[EndAbortShuffleSinkHandle]"; + public static final String START_CLOSE_SHUFFLE_SINK_HANDLE = "[StartCloseShuffleSinkHandle]"; + public static final String END_CLOSE_SHUFFLE_SINK_HANDLE = "[EndCloseShuffleSinkHandle]"; + public static final String SIGNAL_NO_MORE_TSBLOCK_ON_QUEUE = "[SignalNoMoreTsBlockOnQueue]"; public static final String QUEUE_DESTROYED_WHEN_SET_NO_MORE_TSBLOCKS = "The queue has been destroyed when calling setNoMoreTsBlocks."; - public static final String ADD_TSBLOCK = - "[addTsBlock] TsBlock:{}"; + public static final String ADD_TSBLOCK = "[addTsBlock] TsBlock:{}"; // --- Plan (additional debug) --- - public static final String QUERY_START_SQL = - "[QueryStart] sql: {}"; - public static final String CLEAN_UP_QUERY = - "[CleanUpQuery]]"; - public static final String RELEASE_QUERY_RESOURCE_STATE = - "[ReleaseQueryResource] state is: {}"; - public static final String SKIP_EXECUTE = - "[SkipExecute]"; - public static final String SKIP_EXECUTE_AFTER_LOGICAL_PLAN = - "[SkipExecute After LogicalPlan]"; - public static final String RESULT_HANDLE_FINISHED = - "[ResultHandleFinished]"; + public static final String QUERY_START_SQL = "[QueryStart] sql: {}"; + public static final String CLEAN_UP_QUERY = "[CleanUpQuery]]"; + public static final String RELEASE_QUERY_RESOURCE_STATE = "[ReleaseQueryResource] state is: {}"; + public static final String SKIP_EXECUTE = "[SkipExecute]"; + public static final String SKIP_EXECUTE_AFTER_LOGICAL_PLAN = "[SkipExecute After LogicalPlan]"; + public static final String RESULT_HANDLE_FINISHED = "[ResultHandleFinished]"; // --- Execution / Operator / Source (additional debug) --- @@ -1535,15 +1258,12 @@ public final class DataNodeQueryMessages { // --- Plan / Relational / Metadata (additional debug) --- - public static final String DEVICES_ARE_MISSING = - "{} devices are missing"; + public static final String DEVICES_ARE_MISSING = "{} devices are missing"; // --- Execution / Fragment (additional debug) --- - public static final String STATE_CHANGED_TO = - "[StateChanged] To {}"; - public static final String ENTER_THE_STATE_CHANGE_LISTENER = - "Enter the stateChangeListener"; + public static final String STATE_CHANGED_TO = "[StateChanged] To {}"; + public static final String ENTER_THE_STATE_CHANGE_LISTENER = "Enter the stateChangeListener"; // --- Execution / Fragment (additional) --- @@ -1565,15 +1285,12 @@ public final class DataNodeQueryMessages { // --- Plan / Tree Planner (additional) --- - public static final String ERROR_WHEN_READ_OBJECT_FILE = - "Error when read object file {}."; + public static final String ERROR_WHEN_READ_OBJECT_FILE = "Error when read object file {}."; // --- Additional Edge Cases --- - public static final String JOIN_TYPE_IS_NOT_SUPPORTED = - " Join type is not supported"; - public static final String COLON_S_VS_S = - ": %s vs %s"; + public static final String JOIN_TYPE_IS_NOT_SUPPORTED = " Join type is not supported"; + public static final String COLON_S_VS_S = ": %s vs %s"; public static final String IS_TOO_LARGE_STACK_OVERFLOW_WHILE_PARSING = " is too large (stack overflow while parsing)"; @@ -1584,134 +1301,127 @@ public final class DataNodeQueryMessages { public static final String THE_INPUT_FIELD_DOES_NOT_EXIST = "the input field does not exist"; public static final String THE_FIELD_IN_TABLE_DOES_NOT_HAVE_A_NAME = "the field in table does not have a name"; - public static final String SHOULD_HAVE_TWO_NUMERIC_OPERANDS = - "Should have two numeric operands."; - public static final String SHOULD_HAVE_ONE_NUMERIC_OPERANDS = - "Should have one numeric operands."; + public static final String SHOULD_HAVE_TWO_NUMERIC_OPERANDS = "Should have two numeric operands."; + public static final String SHOULD_HAVE_ONE_NUMERIC_OPERANDS = "Should have one numeric operands."; public static final String SHOULD_HAVE_TWO_COMPARABLE_OPERANDS = "Should have two comparable operands."; public static final String JOIN_USING_CRITERIA_IS_EMPTY = "JoinUsing criteria is empty"; public static final String S_IS_NOT_A_TABLE_REFERENCE = "%s is not a table reference"; - public static final String TOPOLOGY_DATANODE_REACHABILITY_CHANGED = + public static final String TOPOLOGY_DATANODE_REACHABILITY_CHANGED = "[Topology] DataNode {} is now {} to myself({})"; - public static final String NO_MAPPING_FOR_S = - "No mapping for %s"; + public static final String NO_MAPPING_FOR_S = "No mapping for %s"; public static final String CANCEL_STATE_TRACKING_TASK_FAILED = "cancel state tracking task failed. {}"; - public static final String TRACK_TASK_NOT_STARTED = - "trackTask not started"; - public static final String PRINT_FI_STATE = - "[PrintFIState] state is {}"; - public static final String START_FETCH_SCHEMA = - "[StartFetchSchema]"; - public static final String END_FETCH_SCHEMA = - "[EndFetchSchema]"; - public static final String CACHE_HIT = - "[{} Cache] hit"; - public static final String PARTITION_CACHE_INVALID = - "[Partition Cache] invalid"; - public static final String PARTITION_CACHE_IS_INVALID = - "[Partition Cache] is invalid:{}"; - public static final String CANCEL_FI = - "[CancelFI]"; + public static final String TRACK_TASK_NOT_STARTED = "trackTask not started"; + public static final String PRINT_FI_STATE = "[PrintFIState] state is {}"; + public static final String START_FETCH_SCHEMA = "[StartFetchSchema]"; + public static final String END_FETCH_SCHEMA = "[EndFetchSchema]"; + public static final String CACHE_HIT = "[{} Cache] hit"; + public static final String PARTITION_CACHE_INVALID = "[Partition Cache] invalid"; + public static final String PARTITION_CACHE_IS_INVALID = "[Partition Cache] is invalid:{}"; + public static final String CANCEL_FI = "[CancelFI]"; public static final String RENAME_VIEW_NOT_SUPPORT_WILDCARD = "Rename view doesn't support path pattern with wildcard."; - public static final String REMOVE_CONFIG_NODE_FAILED = - "Remove ConfigNode failed: "; + public static final String REMOVE_CONFIG_NODE_FAILED = "Remove ConfigNode failed: "; public static final String CANT_CONNECT_TO_NODE_PREFIX = "can't connect to node "; public static final String REMOVE_AINODE_FAILED = "Remove AINode failed: "; - public static final String QUERY_TIMEOUT_IN_FETCH_SCHEMA = "Query execution is time out while fetching schema"; + public static final String QUERY_TIMEOUT_IN_FETCH_SCHEMA = + "Query execution is time out while fetching schema"; - public static final String QUERY_EXECUTION_MISSING = "Query execution %s is missing during fetching device schema"; + public static final String QUERY_EXECUTION_MISSING = + "Query execution %s is missing during fetching device schema"; // --- QueryEngine semantic messages (additional) --- public static final String PREPARED_STATEMENT_S_DOES_NOT_EXIST = "Prepared statement '%s' does not exist"; - public static final String CALL_INFERENCE_FUNCTION_SHOULD_NOT_CONTAIN_MORE_THAN_ONE_INPUT_COLUMN_FOUND_D_INPUT = - "Call inference function should not contain more than one input column, found [%d] input columns."; - public static final String DATA_TYPE_OF_TAG_COLUMN = - "Data type of tag column "; - public static final String IS_NOT_STRING = - " is not STRING"; + public static final String + CALL_INFERENCE_FUNCTION_SHOULD_NOT_CONTAIN_MORE_THAN_ONE_INPUT_COLUMN_FOUND_D_INPUT = + "Call inference function should not contain more than one input column, found [%d] input columns."; + public static final String DATA_TYPE_OF_TAG_COLUMN = "Data type of tag column "; + public static final String IS_NOT_STRING = " is not STRING"; public static final String THE_SOURCE_PATHS_S_OF_VIEW_S_ARE_MULTIPLE = "The source paths [%s] of view [%s] are multiple."; public static final String ERROR_OCCURRED_DURING_INFERRING_UDF_DATA_TYPE_S = "Error occurred during inferring UDF data type: %s"; public static final String ERROR_OCCURRED_DURING_GETTING_UDF_ACCESS_STRATEGY_S = "Error occurred during getting UDF access strategy: %s"; - public static final String UNSUPPORTED_COMPRESSION_S = - "unsupported compression: %s"; - public static final String TIMESERIES_CONDITION_AND_TIME_CONDITION_CANNOT_BE_USED_AT_THE_SAME_TIME = - "TIMESERIES condition and TIME condition cannot be used at the same time."; + public static final String UNSUPPORTED_COMPRESSION_S = "unsupported compression: %s"; + public static final String + TIMESERIES_CONDITION_AND_TIME_CONDITION_CANNOT_BE_USED_AT_THE_SAME_TIME = + "TIMESERIES condition and TIME condition cannot be used at the same time."; public static final String LATEST_AND_ORDER_BY_TIMESERIES_CANNOT_BE_USED_AT_THE_SAME_TIME = "LATEST and ORDER BY TIMESERIES cannot be used at the same time."; public static final String DEVICE_CONDITION_AND_TIME_CONDITION_CANNOT_BE_USED_AT_THE_SAME_TIME = "DEVICE condition and TIME condition cannot be used at the same time."; public static final String TIME_CONDITION_AND_GROUP_BY_LEVEL_CANNOT_BE_USED_AT_THE_SAME_TIME = "TIME condition and GROUP BY LEVEL cannot be used at the same time."; - public static final String CQ_AT_LEAST_ONE_OF_THE_PARAMETERS_EVERY_INTERVAL_AND_GROUP_BY_INTERVAL_NEEDS_TO_BE = - "CQ: At least one of the parameters `every_interval` and `group_by_interval` needs to be specified."; + public static final String + CQ_AT_LEAST_ONE_OF_THE_PARAMETERS_EVERY_INTERVAL_AND_GROUP_BY_INTERVAL_NEEDS_TO_BE = + "CQ: At least one of the parameters `every_interval` and `group_by_interval` needs to be specified."; public static final String CAN_NOT_USE_CHAR_DOLLAR_OR_INTO_ITEM_IN_ALTER_VIEW_STATEMENT = "Can not use char '$' or into item in alter view statement."; - public static final String TIME_COLUMN_IS_NO_NEED_TO_APPEAR_IN_SELECT_CLAUSE_EXPLICITLY_IT_WILL_ALWAYS_BE_RETURNED = - "Time column is no need to appear in SELECT Clause explicitly, it will always be returned if possible"; + public static final String + TIME_COLUMN_IS_NO_NEED_TO_APPEAR_IN_SELECT_CLAUSE_EXPLICITLY_IT_WILL_ALWAYS_BE_RETURNED = + "Time column is no need to appear in SELECT Clause explicitly, it will always be returned if possible"; public static final String THE_SECOND_PARAMETER_TIME_INTERVAL_SHOULD_BE_A_POSITIVE_INTEGER = "The second parameter time interval should be a positive integer."; public static final String THE_THIRD_PARAMETER_TIME_SLIDINGSTEP_SHOULD_BE_A_POSITIVE_INTEGER = "The third parameter time slidingStep should be a positive integer."; - public static final String CONSTANT_OPERAND_S_IS_NOT_ALLOWED_IN_GROUP_BY_VARIATION_THERE_SHOULD_BE_AN_EXPRESSION = - "Constant operand [%s] is not allowed in group by variation, there should be an expression"; - public static final String CONSTANT_OPERAND_S_IS_NOT_ALLOWED_IN_GROUP_BY_COUNT_THERE_SHOULD_BE_AN_EXPRESSION = - "Constant operand [%s] is not allowed in group by count, there should be an expression"; + public static final String + CONSTANT_OPERAND_S_IS_NOT_ALLOWED_IN_GROUP_BY_VARIATION_THERE_SHOULD_BE_AN_EXPRESSION = + "Constant operand [%s] is not allowed in group by variation, there should be an expression"; + public static final String + CONSTANT_OPERAND_S_IS_NOT_ALLOWED_IN_GROUP_BY_COUNT_THERE_SHOULD_BE_AN_EXPRESSION = + "Constant operand [%s] is not allowed in group by count, there should be an expression"; public static final String ORDER_BY_SORT_KEY_S_IS_NOT_CONTAINED_IN_S = "ORDER BY: sort key[%s] is not contained in '%s'"; - public static final String ORDER_BY_EXPRESSION_IS_NOT_SUPPORTED_FOR_CURRENT_STATEMENT_SUPPORTED_SORT_KEY = - "ORDER BY expression is not supported for current statement, supported sort key: "; + public static final String + ORDER_BY_EXPRESSION_IS_NOT_SUPPORTED_FOR_CURRENT_STATEMENT_SUPPORTED_SORT_KEY = + "ORDER BY expression is not supported for current statement, supported sort key: "; public static final String ONLY_FILL_PREVIOUS_SUPPORT_SPECIFYING_THE_TIME_DURATION_THRESHOLD = "Only FILL(PREVIOUS) support specifying the time duration threshold."; public static final String OUT_OF_RANGE_OFFSET_LT_OFFSETVALUE_GT_OFFSETVALUE_SHOULD_BE_INT64 = "Out of range. OFFSET : OFFSETValue should be Int64."; public static final String OUT_OF_RANGE_SOFFSET_LT_SOFFSETVALUE_GT_SOFFSETVALUE_SHOULD_BE_INT32 = "Out of range. SOFFSET : SOFFSETValue should be Int32."; - public static final String FAILED_TO_PARSE_THE_TIMESTAMP = - "Failed to parse the timestamp: "; + public static final String FAILED_TO_PARSE_THE_TIMESTAMP = "Failed to parse the timestamp: "; public static final String CURRENT_SYSTEM_TIMESTAMP_PRECISION_IS_S = "Current system timestamp precision is %s, "; public static final String PLEASE_CHECK_WHETHER_THE_TIMESTAMP_S_IS_CORRECT = "please check whether the timestamp %s is correct."; public static final String LOAD_TSFILE_FORMAT_S_ERROR_PLEASE_INPUT_AUTOREGISTER_SGLEVEL_VERIFY = "Load tsfile format %s error, please input AUTOREGISTER | SGLEVEL | VERIFY."; - public static final String S_IS_ILLEGAL_UNQUOTED_NODE_NAME_CAN_ONLY_CONSIST_OF_DIGITS_CHARACTERS_AND_UNDERSCORE_OR = - "%s is illegal, unquoted node name can only consist of digits, characters and underscore, or start or end with wildcard"; - public static final String S_IS_ILLEGAL_UNQUOTED_NODE_NAME_IN_SELECT_INTO_CLAUSE_CAN_ONLY_CONSIST_OF_DIGITS = - "%s is illegal, unquoted node name in select into clause can only consist of digits, characters, $, { and }"; - public static final String S_IS_ILLEGAL_IDENTIFIER_NOT_ENCLOSED_WITH_BACKTICKS_CAN_ONLY_CONSIST_OF_DIGITS = - "%s is illegal, identifier not enclosed with backticks can only consist of digits, characters and underscore."; - public static final String INPUT_TIME_FORMAT_S_ERROR = - "Input time format %s error. "; + public static final String + S_IS_ILLEGAL_UNQUOTED_NODE_NAME_CAN_ONLY_CONSIST_OF_DIGITS_CHARACTERS_AND_UNDERSCORE_OR = + "%s is illegal, unquoted node name can only consist of digits, characters and underscore, or start or end with wildcard"; + public static final String + S_IS_ILLEGAL_UNQUOTED_NODE_NAME_IN_SELECT_INTO_CLAUSE_CAN_ONLY_CONSIST_OF_DIGITS = + "%s is illegal, unquoted node name in select into clause can only consist of digits, characters, $, { and }"; + public static final String + S_IS_ILLEGAL_IDENTIFIER_NOT_ENCLOSED_WITH_BACKTICKS_CAN_ONLY_CONSIST_OF_DIGITS = + "%s is illegal, identifier not enclosed with backticks can only consist of digits, characters and underscore."; + public static final String INPUT_TIME_FORMAT_S_ERROR = "Input time format %s error. "; public static final String INPUT_LIKE_YYYY_MM_DD_HH_MM_SS_YYYY_MM_DDTHH_MM_SS_OR = "Input like yyyy-MM-dd HH:mm:ss, yyyy-MM-ddTHH:mm:ss or "; public static final String REFER_TO_USER_DOCUMENT_FOR_MORE_INFO = "refer to user document for more info."; - public static final String GRANT_OPTION_IS_DISABLED_PLEASE_CHECK_THE_PARAMETER_ENABLE_GRANT_OPTION = - "Grant Option is disabled, Please check the parameter enable_grant_option."; + public static final String + GRANT_OPTION_IS_DISABLED_PLEASE_CHECK_THE_PARAMETER_ENABLE_GRANT_OPTION = + "Grant Option is disabled, Please check the parameter enable_grant_option."; public static final String S_CAN_ONLY_BE_SET_ON_PATH_ROOT_STAR_STAR = "[%s] can only be set on path: root.**"; - public static final String PRIVILEGE_TYPE = - "Privilege type "; - public static final String IS_DEPRECATED_USE = - " is deprecated, use "; - public static final String TO_INSTEAD_IT = - " to instead it"; + public static final String PRIVILEGE_TYPE = "Privilege type "; + public static final String IS_DEPRECATED_USE = " is deprecated, use "; + public static final String TO_INSTEAD_IT = " to instead it"; public static final String INVALID_FUNCTION_EXPRESSION_ALL_THE_ARGUMENTS_ARE_CONSTANT_OPERANDS = "Invalid function expression, all the arguments are constant operands: "; - public static final String ERROR_SIZE_OF_INPUT_EXPRESSIONS_EXPRESSION_S_ACTUAL_SIZE_S_EXPECTED_SIZE_S = - "Error size of input expressions. expression: %s, actual size: %s, expected size: %s."; - public static final String CAN_NOT_PARSE_S_TO_LONG_VALUE = - "Can not parse %s to long value"; + public static final String + ERROR_SIZE_OF_INPUT_EXPRESSIONS_EXPRESSION_S_ACTUAL_SIZE_S_EXPECTED_SIZE_S = + "Error size of input expressions. expression: %s, actual size: %s, expected size: %s."; + public static final String CAN_NOT_PARSE_S_TO_LONG_VALUE = "Can not parse %s to long value"; public static final String THERE_S_DUPLICATE_S_IN_TAG_OR_ATTRIBUTE_CLAUSE = "There's duplicate [%s] in tag or attribute clause."; public static final String NOT_SUPPORT_FOR_THIS_SQL_IN_CREATE_PIPE_PLEASE_ENTER_PIPE_NAME = @@ -1722,58 +1432,68 @@ public final class DataNodeQueryMessages { "Not support for this sql in CREATE TOPIC, please enter topicName."; public static final String NOT_SUPPORT_FOR_THIS_SQL_IN_DROP_TOPIC_PLEASE_ENTER_TOPICNAME = "Not support for this sql in DROP TOPIC, please enter topicName."; - public static final String NOT_SUPPORT_FOR_THIS_SQL_IN_DROP_SUBSCRIPTION_PLEASE_ENTER_SUBSCRIPTIONID = - "Not support for this sql in DROP SUBSCRIPTION, please enter subscriptionId."; + public static final String + NOT_SUPPORT_FOR_THIS_SQL_IN_DROP_SUBSCRIPTION_PLEASE_ENTER_SUBSCRIPTIONID = + "Not support for this sql in DROP SUBSCRIPTION, please enter subscriptionId."; public static final String PLEASE_SET_THE_CORRECT_REQUEST_TYPE = "Please set the correct request type: "; - public static final String WHEN_SETTING_THE_REQUEST_THE_UNIT_IS_INCORRECT_PLEASE_USE_SEC_MIN_HOUR_DAY_AS_THE_UNIT = - "When setting the request, the unit is incorrect. Please use 'sec', 'min', 'hour', 'day' as the unit"; - public static final String WHEN_SETTING_THE_SIZE_TIME_THE_UNIT_IS_INCORRECT_PLEASE_USE_B_K_M_G_P_T_AS_THE_UNIT = - "When setting the size/time, the unit is incorrect. Please use 'B', 'K', 'M', 'G', 'P', 'T' as the unit"; - public static final String WHEN_SETTING_THE_DISK_SIZE_THE_UNIT_IS_INCORRECT_PLEASE_USE_M_G_P_T_AS_THE_UNIT = - "When setting the disk size, the unit is incorrect. Please use 'M', 'G', 'P', 'T' as the unit"; - public static final String WINDOW_FUNCTION_E_G_HEAD_TAIL_COUNT_SHOULD_BE_SET_IN_VALUE_WHEN_KEY_IS_WINDOW_IN_CALL = - "Window Function(e.g. HEAD, TAIL, COUNT) should be set in value when key is 'WINDOW' in CALL INFERENCE"; - public static final String THE_OUTPUT_TYPE_OF_THE_EXPRESSION_IN_HAVING_CLAUSE_SHOULD_BE_BOOLEAN_ACTUAL_DATA_TYPE_S = - "The output type of the expression in HAVING clause should be BOOLEAN, actual data type: %s."; - public static final String IN = - " in "; + public static final String + WHEN_SETTING_THE_REQUEST_THE_UNIT_IS_INCORRECT_PLEASE_USE_SEC_MIN_HOUR_DAY_AS_THE_UNIT = + "When setting the request, the unit is incorrect. Please use 'sec', 'min', 'hour', 'day' as the unit"; + public static final String + WHEN_SETTING_THE_SIZE_TIME_THE_UNIT_IS_INCORRECT_PLEASE_USE_B_K_M_G_P_T_AS_THE_UNIT = + "When setting the size/time, the unit is incorrect. Please use 'B', 'K', 'M', 'G', 'P', 'T' as the unit"; + public static final String + WHEN_SETTING_THE_DISK_SIZE_THE_UNIT_IS_INCORRECT_PLEASE_USE_M_G_P_T_AS_THE_UNIT = + "When setting the disk size, the unit is incorrect. Please use 'M', 'G', 'P', 'T' as the unit"; + public static final String + WINDOW_FUNCTION_E_G_HEAD_TAIL_COUNT_SHOULD_BE_SET_IN_VALUE_WHEN_KEY_IS_WINDOW_IN_CALL = + "Window Function(e.g. HEAD, TAIL, COUNT) should be set in value when key is 'WINDOW' in CALL INFERENCE"; + public static final String + THE_OUTPUT_TYPE_OF_THE_EXPRESSION_IN_HAVING_CLAUSE_SHOULD_BE_BOOLEAN_ACTUAL_DATA_TYPE_S = + "The output type of the expression in HAVING clause should be BOOLEAN, actual data type: %s."; + public static final String IN = " in "; public static final String START_TIME_D_IS_GREATER_THAN_END_TIME_D = "Start time %d is greater than end time %d"; - public static final String THE_COLUMN = - "The column '"; + public static final String THE_COLUMN = "The column '"; public static final String DOES_NOT_EXIST_OR_IS_NOT_A_TAG_COLUMN = "' does not exist or is not a tag column"; public static final String THE_OPERATOR_OF_TIME_PREDICATE_MUST_BE_LT_LT_EQ_GT_OR_GT_EQ = "The operator of time predicate must be <, <=, >, or >=: "; - public static final String THE_RIGHT_HAND_VALUE_OF_TAG_PREDICATE_CANNOT_BE_NULL_WITH_EQ_OPERATOR_PLEASE_USE_IS_NULL = - "The right hand value of tag predicate cannot be null with '=' operator, please use 'IS NULL' instead"; + public static final String + THE_RIGHT_HAND_VALUE_OF_TAG_PREDICATE_CANNOT_BE_NULL_WITH_EQ_OPERATOR_PLEASE_USE_IS_NULL = + "The right hand value of tag predicate cannot be null with '=' operator, please use 'IS NULL' instead"; public static final String SELECT_INTO_PLACEHOLDER_CAN_ONLY_BE_USED_AT_THE_END_OF_THE_PATH = "select into: placeholder `::` can only be used at the end of the path."; - public static final String SELECT_INTO_THE_I_OF_DOLLAR_I_SHOULD_BE_GREATER_THAN_0_AND_EQUAL_TO_OR_LESS_THAN_THE = - "select into: the i of ${i} should be greater than 0 and equal to or less than the length of queried path prefix."; + public static final String + SELECT_INTO_THE_I_OF_DOLLAR_I_SHOULD_BE_GREATER_THAN_0_AND_EQUAL_TO_OR_LESS_THAN_THE = + "select into: the i of ${i} should be greater than 0 and equal to or less than the length of queried path prefix."; public static final String ALIAS_S_CAN_ONLY_BE_MATCHED_WITH_ONE_RESULT_COLUMN = "alias '%s' can only be matched with one result column"; public static final String RESULT_COLUMN_S_WITH_MORE_THAN_ONE_ALIAS_S_S = "Result column %s with more than one alias[%s, %s]"; - public static final String THERE_ARE_TOO_MANY_CONJUNCTS_MORE_THAN_1000_IN_PREDICATE_AFTER_REWRITING_THIS_MAY_BE = - "There are too many conjuncts (more than 1000) in predicate after rewriting, this may be caused by too many devices in query, try to use ALIGN BY DEVICE"; + public static final String + THERE_ARE_TOO_MANY_CONJUNCTS_MORE_THAN_1000_IN_PREDICATE_AFTER_REWRITING_THIS_MAY_BE = + "There are too many conjuncts (more than 1000) in predicate after rewriting, this may be caused by too many devices in query, try to use ALIGN BY DEVICE"; public static final String CASE_EXPRESSION_TEXT_AND_OTHER_TYPES_CANNOT_EXIST_AT_THE_SAME_TIME = "CASE expression: TEXT and other types cannot exist at the same time"; public static final String CASE_EXPRESSION_BOOLEAN_AND_OTHER_TYPES_CANNOT_EXIST_AT_THE_SAME_TIME = "CASE expression: BOOLEAN and other types cannot exist at the same time"; - public static final String THE_EXPRESSION_IN_THE_WHEN_CLAUSE_MUST_RETURN_BOOLEAN_EXPRESSION_S_ACTUAL_DATA_TYPE_S = - "The expression in the WHEN clause must return BOOLEAN. expression: %s, actual data type: %s."; - public static final String INVALID_INPUT_EXPRESSION_DATA_TYPE_EXPRESSION_S_ACTUAL_DATA_TYPE_S_EXPECTED_DATA_TYPE_S = - "Invalid input expression data type. expression: %s, actual data type: %s, expected data type(s): %s."; + public static final String + THE_EXPRESSION_IN_THE_WHEN_CLAUSE_MUST_RETURN_BOOLEAN_EXPRESSION_S_ACTUAL_DATA_TYPE_S = + "The expression in the WHEN clause must return BOOLEAN. expression: %s, actual data type: %s."; + public static final String + INVALID_INPUT_EXPRESSION_DATA_TYPE_EXPRESSION_S_ACTUAL_DATA_TYPE_S_EXPECTED_DATA_TYPE_S = + "Invalid input expression data type. expression: %s, actual data type: %s, expected data type(s): %s."; public static final String S_IN_ORDER_BY_CLAUSE_DOESN_T_EXIST = "%s in order by clause doesn't exist."; public static final String S_IN_ORDER_BY_CLAUSE_SHOULDN_T_REFER_TO_MORE_THAN_ONE_TIMESERIES = "%s in order by clause shouldn't refer to more than one timeseries."; public static final String THE_DATA_TYPE_OF_S_IS_NOT_COMPARABLE = "The data type of %s is not comparable"; - public static final String GROUP_BY_LEVEL_THE_DATA_TYPES_OF_THE_SAME_OUTPUT_COLUMN_S_SHOULD_BE_THE_SAME = - "GROUP BY LEVEL: the data types of the same output column[%s] should be the same."; + public static final String + GROUP_BY_LEVEL_THE_DATA_TYPES_OF_THE_SAME_OUTPUT_COLUMN_S_SHOULD_BE_THE_SAME = + "GROUP BY LEVEL: the data types of the same output column[%s] should be the same."; public static final String CROSS_DEVICE_QUERIES_ARE_NOT_SUPPORTED_IN_ALIGN_BY_DEVICE_QUERIES = "Cross-device queries are not supported in ALIGN BY DEVICE queries."; public static final String VIEWS_OR_MEASUREMENT_ALIASES_REPRESENTING_THE_SAME_DATA_SOURCE = @@ -1790,64 +1510,73 @@ public final class DataNodeQueryMessages { "%s in group by clause shouldn't refer to more than one timeseries."; public static final String PLEASE_CHECK_THE_KEEP_CONDITION_S = "Please check the keep condition ([%s]), "; - public static final String IT_NEED_TO_BE_A_CONSTANT_OR_A_COMPARE_EXPRESSION_CONSTRUCTED_BY_KEEP_AND_A_LONG_NUMBER = - "it need to be a constant or a compare expression constructed by 'keep' and a long number."; + public static final String + IT_NEED_TO_BE_A_CONSTANT_OR_A_COMPARE_EXPRESSION_CONSTRUCTED_BY_KEEP_AND_A_LONG_NUMBER = + "it need to be a constant or a compare expression constructed by 'keep' and a long number."; public static final String THE_QUERY_TIME_RANGE_SHOULD_BE_SPECIFIED_IN_THE_GROUP_BY_TIME_CLAUSE = "The query time range should be specified in the GROUP BY TIME clause."; public static final String VIEW_PATH_S_OF_SOURCE_COLUMN_S_IS_ILLEGAL_PATH = "View path %s of source column %s is illegal path"; - public static final String ALIGN_BY_DEVICE_THE_DATA_TYPES_OF_THE_SAME_MEASUREMENT_COLUMN_SHOULD_BE_THE_SAME_ACROSS = - "ALIGN BY DEVICE: the data types of the same measurement column should be the same across devices."; + public static final String + ALIGN_BY_DEVICE_THE_DATA_TYPES_OF_THE_SAME_MEASUREMENT_COLUMN_SHOULD_BE_THE_SAME_ACROSS = + "ALIGN BY DEVICE: the data types of the same measurement column should be the same across devices."; public static final String ALIAS_S_CAN_ONLY_BE_MATCHED_WITH_ONE_TIME_SERIES = "alias '%s' can only be matched with one time series"; public static final String TAG_AND_ATTRIBUTE_SHOULDN_T_HAVE_THE_SAME_PROPERTY_KEY_S = "Tag and attribute shouldn't have the same property key [%s]"; - public static final String S_IS_NOT_A_LEGAL_PROP = - "%s is not a legal prop."; - public static final String MEASUREMENT_UNDER_AN_ALIGNED_DEVICE_IS_NOT_ALLOWED_TO_HAVE_THE_SAME_MEASUREMENT_NAME = - "Measurement under an aligned device is not allowed to have the same measurement name"; - public static final String VALUE_FILTER_CAN_T_EXIST_IN_THE_CONDITION_OF_SHOW_COUNT_CLAUSE_ONLY_TIME_CONDITION = - "Value Filter can't exist in the condition of SHOW/COUNT clause, only time condition supported"; + public static final String S_IS_NOT_A_LEGAL_PROP = "%s is not a legal prop."; + public static final String + MEASUREMENT_UNDER_AN_ALIGNED_DEVICE_IS_NOT_ALLOWED_TO_HAVE_THE_SAME_MEASUREMENT_NAME = + "Measurement under an aligned device is not allowed to have the same measurement name"; + public static final String + VALUE_FILTER_CAN_T_EXIST_IN_THE_CONDITION_OF_SHOW_COUNT_CLAUSE_ONLY_TIME_CONDITION = + "Value Filter can't exist in the condition of SHOW/COUNT clause, only time condition supported"; public static final String TIME_CONDITION_CAN_T_BE_EMPTY_IN_THE_CONDITION_OF_SHOW_COUNT_CLAUSE = "Time condition can't be empty in the condition of SHOW/COUNT clause"; - public static final String MEASUREMENT_UNDER_TEMPLATE_IS_NOT_ALLOWED_TO_HAVE_THE_SAME_MEASUREMENT_NAME = - "Measurement under template is not allowed to have the same measurement name"; + public static final String + MEASUREMENT_UNDER_TEMPLATE_IS_NOT_ALLOWED_TO_HAVE_THE_SAME_MEASUREMENT_NAME = + "Measurement under template is not allowed to have the same measurement name"; public static final String THE_SUFFIX_PATHS_CAN_ONLY_BE_MEASUREMENT_OR_ONE_LEVEL_WILDCARD = "the suffix paths can only be measurement or one-level wildcard"; public static final String AGGREGATION_RESULTS_CANNOT_BE_AS_INPUT_OF_THE_AGGREGATION_FUNCTION = "Aggregation results cannot be as input of the aggregation function."; - public static final String INPUT_OF_S_IS_ILLEGAL = - "Input of '%s' is illegal."; + public static final String INPUT_OF_S_IS_ILLEGAL = "Input of '%s' is illegal."; public static final String RAW_DATA_AND_AGGREGATION_RESULT_HYBRID_INPUT_OF_S_IS_NOT_SUPPORTED = "Raw data and aggregation result hybrid input of '%s' is not supported."; - public static final String ONLY_WRITABLE_VIEW_TIMESERIES_ARE_SUPPORTED_IN_ALIGN_BY_DEVICE_QUERIES = - "Only writable view timeseries are supported in ALIGN BY DEVICE queries."; - public static final String INPUT_SERIES_OF_SCALAR_FUNCTION_DIFF_ONLY_SUPPORTS_NUMERIC_DATA_TYPES_INT32_INT64_FLOAT = - "Input series of Scalar function [DIFF] only supports numeric data types [INT32, INT64, FLOAT, DOUBLE]"; - public static final String ARGUMENT_EXCEPTION_THE_SCALAR_FUNCTION_SUBSTRING_NEEDS_AT_LEAST_ONE_ARGUMENT_IT_MUST_BE = - "Argument exception,the scalar function [SUBSTRING] needs at least one argument,it must be a signed integer"; - public static final String SYNTAX_ERROR_PLEASE_CHECK_THAT_THE_PARAMETERS_OF_THE_FUNCTION_ARE_CORRECT = - "Syntax error,please check that the parameters of the function are correct"; + public static final String + ONLY_WRITABLE_VIEW_TIMESERIES_ARE_SUPPORTED_IN_ALIGN_BY_DEVICE_QUERIES = + "Only writable view timeseries are supported in ALIGN BY DEVICE queries."; + public static final String + INPUT_SERIES_OF_SCALAR_FUNCTION_DIFF_ONLY_SUPPORTS_NUMERIC_DATA_TYPES_INT32_INT64_FLOAT = + "Input series of Scalar function [DIFF] only supports numeric data types [INT32, INT64, FLOAT, DOUBLE]"; + public static final String + ARGUMENT_EXCEPTION_THE_SCALAR_FUNCTION_SUBSTRING_NEEDS_AT_LEAST_ONE_ARGUMENT_IT_MUST_BE = + "Argument exception,the scalar function [SUBSTRING] needs at least one argument,it must be a signed integer"; + public static final String + SYNTAX_ERROR_PLEASE_CHECK_THAT_THE_PARAMETERS_OF_THE_FUNCTION_ARE_CORRECT = + "Syntax error,please check that the parameters of the function are correct"; public static final String UNSUPPORTED_DATA_TYPE_S_FOR_FUNCTION_SUBSTRING = "Unsupported data type %s for function SUBSTRING."; - public static final String ARGUMENT_EXCEPTION_THE_SCALAR_FUNCTION_SUBSTRING_BEGINPOSITION_AND_LENGTH_MUST_BE = - "Argument exception,the scalar function [SUBSTRING] beginPosition and length must be greater than 0"; - public static final String INPUT_SERIES_OF_SCALAR_FUNCTION_ROUND_ONLY_SUPPORTS_NUMERIC_DATA_TYPES_INT32_INT64_FLOAT = - "Input series of Scalar function [ROUND] only supports numeric data types [INT32, INT64, FLOAT, DOUBLE]"; + public static final String + ARGUMENT_EXCEPTION_THE_SCALAR_FUNCTION_SUBSTRING_BEGINPOSITION_AND_LENGTH_MUST_BE = + "Argument exception,the scalar function [SUBSTRING] beginPosition and length must be greater than 0"; + public static final String + INPUT_SERIES_OF_SCALAR_FUNCTION_ROUND_ONLY_SUPPORTS_NUMERIC_DATA_TYPES_INT32_INT64_FLOAT = + "Input series of Scalar function [ROUND] only supports numeric data types [INT32, INT64, FLOAT, DOUBLE]"; public static final String UNSUPPORTED_DATA_TYPE_S_FOR_FUNCTION_REPLACE = "Unsupported data type %s for function REPLACE."; - public static final String TIMESERIES_UNDER_THIS_DEVICE_ISS_ALIGNED_PLEASE_USE_CREATESTIMESERIES_OR_CHANGE_DEVICE = - "TimeSeries under this device is%s aligned, please use create%sTimeSeries or change device. (Path: %s)"; - public static final String NOT = - " not"; - public static final String ALIGNED = - "Aligned"; + public static final String + TIMESERIES_UNDER_THIS_DEVICE_ISS_ALIGNED_PLEASE_USE_CREATESTIMESERIES_OR_CHANGE_DEVICE = + "TimeSeries under this device is%s aligned, please use create%sTimeSeries or change device. (Path: %s)"; + public static final String NOT = " not"; + public static final String ALIGNED = "Aligned"; public static final String AUTO_CREATE_OR_VERIFY_SCHEMA_ERROR_DETAIL_S = "Auto create or verify schema error. Detail: %s."; public static final String THE_FILE_S_IS_NOT_A_VALID_TSFILE_PLEASE_CHECK_THE_INPUT_FILE = "The file %s is not a valid tsfile. Please check the input file."; - public static final String AUTO_CREATE_OR_VERIFY_SCHEMA_ERROR_WHEN_EXECUTING_STATEMENT_S_DETAIL_S = - "Auto create or verify schema error when executing statement %s. Detail: %s."; + public static final String + AUTO_CREATE_OR_VERIFY_SCHEMA_ERROR_WHEN_EXECUTING_STATEMENT_S_DETAIL_S = + "Auto create or verify schema error when executing statement %s. Detail: %s."; public static final String TTL_VALUE_MUST_BE_INF_OR_A_LONG_LITERAL_BUT_NOW_IS = "ttl value must be 'INF' or a long literal, but now is: "; public static final String COLUMNS_IN_TABLE_SHALL_NOT_SHARE_THE_SAME_NAME_S = @@ -1856,86 +1585,90 @@ public final class DataNodeQueryMessages { "The duplicated source measurement %s is unsupported yet."; public static final String THE_LENGTH_OF_DATABASE_NAME_SHALL_NOT_EXCEED = "the length of database name shall not exceed "; - public static final String THE_DATABASE_NAME_CAN_ONLY_CONTAIN_ENGLISH_OR_CHINESE_CHARACTERS_NUMBERS_BACKTICKS_AND = - "the database name can only contain english or chinese characters, numbers, backticks and underscores."; - public static final String IS_CURRENTLY_NOT_ALLOWED = - "' is currently not allowed."; + public static final String + THE_DATABASE_NAME_CAN_ONLY_CONTAIN_ENGLISH_OR_CHINESE_CHARACTERS_NUMBERS_BACKTICKS_AND = + "the database name can only contain english or chinese characters, numbers, backticks and underscores."; + public static final String IS_CURRENTLY_NOT_ALLOWED = "' is currently not allowed."; public static final String VALUE_MUST_BE_A_LONGLITERAL_BUT_NOW_IS = " value must be a LongLiteral, but now is "; - public static final String VALUE = - ", value: "; + public static final String VALUE = ", value: "; public static final String VALUE_MUST_BE_EQUAL_TO_OR_GREATER_THAN_0_BUT_NOW_IS = " value must be equal to or greater than 0, but now is: "; - public static final String VALUE_MUST_BE_LOWER_THAN = - " value must be lower than "; - public static final String BUT_NOW_IS = - ", but now is: "; + public static final String VALUE_MUST_BE_LOWER_THAN = " value must be lower than "; + public static final String BUT_NOW_IS = ", but now is: "; public static final String FAILED_TO_CREATE_PIPE_S_SETTING_S_IS_NOT_ALLOWED = "Failed to create pipe %s, setting %s is not allowed."; - public static final String FAILED_TO_S_PIPE_S_IN_IOTDB_SOURCE_PASSWORD_MUST_BE_SET_WHEN_THE_USERNAME_IS_SPECIFIED = - "Failed to %s pipe %s, in iotdb-source, password must be set when the username is specified."; - public static final String ALTER = - "alter"; - public static final String CREATE = - "create"; - public static final String FAILED_TO_S_PIPE_S_IN_WRITE_BACK_SINK_PASSWORD_MUST_BE_SET_WHEN_THE_USERNAME_IS = - "Failed to %s pipe %s, in write-back-sink, password must be set when the username is specified."; + public static final String + FAILED_TO_S_PIPE_S_IN_IOTDB_SOURCE_PASSWORD_MUST_BE_SET_WHEN_THE_USERNAME_IS_SPECIFIED = + "Failed to %s pipe %s, in iotdb-source, password must be set when the username is specified."; + public static final String ALTER = "alter"; + public static final String CREATE = "create"; + public static final String + FAILED_TO_S_PIPE_S_IN_WRITE_BACK_SINK_PASSWORD_MUST_BE_SET_WHEN_THE_USERNAME_IS = + "Failed to %s pipe %s, in write-back-sink, password must be set when the username is specified."; public static final String FAILED_TO_ALTER_PIPE_S_MODIFYING_S_IS_NOT_ALLOWED = "Failed to alter pipe %s, modifying %s is not allowed."; - public static final String FAILED_TO_ALTER_PIPE_THE_SOURCE_PLUGIN_OF_THE_PIPE_CANNOT_BE_CHANGED_FROM_S_TO_S = - "Failed to alter pipe, the source plugin of the pipe cannot be changed from %s to %s"; - public static final String FAILED_TO_ALTER_PIPE_S_IN_IOTDB_SOURCE_PASSWORD_MUST_BE_SET_WHEN_THE_USERNAME_IS = - "Failed to alter pipe %s, in iotdb-source, password must be set when the username is specified."; - public static final String FAILED_TO_ALTER_PIPE_S_IN_WRITE_BACK_SINK_PASSWORD_MUST_BE_SET_WHEN_THE_USERNAME_IS = - "Failed to alter pipe %s, in write-back-sink, password must be set when the username is specified."; + public static final String + FAILED_TO_ALTER_PIPE_THE_SOURCE_PLUGIN_OF_THE_PIPE_CANNOT_BE_CHANGED_FROM_S_TO_S = + "Failed to alter pipe, the source plugin of the pipe cannot be changed from %s to %s"; + public static final String + FAILED_TO_ALTER_PIPE_S_IN_IOTDB_SOURCE_PASSWORD_MUST_BE_SET_WHEN_THE_USERNAME_IS = + "Failed to alter pipe %s, in iotdb-source, password must be set when the username is specified."; + public static final String + FAILED_TO_ALTER_PIPE_S_IN_WRITE_BACK_SINK_PASSWORD_MUST_BE_SET_WHEN_THE_USERNAME_IS = + "Failed to alter pipe %s, in write-back-sink, password must be set when the username is specified."; public static final String PREPARED_STATEMENT_S_ALREADY_EXISTS = "Prepared statement '%s' already exists"; public static final String INSUFFICIENT_MEMORY_FOR_PREPAREDSTATEMENT_S = "Insufficient memory for PreparedStatement '%s'. "; public static final String PLEASE_DEALLOCATE_SOME_PREPAREDSTATEMENTS_AND_TRY_AGAIN = "Please deallocate some PreparedStatements and try again."; - public static final String THE_TABLE = - "The table "; + public static final String THE_TABLE = "The table "; public static final String IS_A_BASE_TABLE_DOES_NOT_SUPPORT_SHOW_CREATE_VIEW = " is a base table, does not support show create view."; - public static final String THE_PARAMETERS = - "The parameters '"; - public static final String MUST_BE_CONSISTENT_ACROSS_THE_ENTIRE_CLUSTER_AND_ONLY_ONE_CAN_BE_SET_AT_A_TIME = - "' must be consistent across the entire cluster and only one can be set at a time."; - public static final String CANNOT_INSERT_INTO_MULTIPLE_DATABASES_WITHIN_ONE_STATEMENT_PLEASE_SPLIT_THEM_MANUALLY = - "Cannot insert into multiple databases within one statement, please split them manually"; - public static final String THE_MEASUREMENTLIST_S_SIZE_D_IS_NOT_CONSISTENT_WITH_THE_VALUELIST_S_SIZE_D = - "the measurementList's size %d is not consistent with the valueList's size %d"; - public static final String THE_MEASUREMENTLIST_S_SIZE_D_IS_NOT_CONSISTENT_WITH_THE_COLUMNLIST_S_SIZE_D = - "the measurementList's size %d is not consistent with the columnList's size %d"; + public static final String THE_PARAMETERS = "The parameters '"; + public static final String + MUST_BE_CONSISTENT_ACROSS_THE_ENTIRE_CLUSTER_AND_ONLY_ONE_CAN_BE_SET_AT_A_TIME = + "' must be consistent across the entire cluster and only one can be set at a time."; + public static final String + CANNOT_INSERT_INTO_MULTIPLE_DATABASES_WITHIN_ONE_STATEMENT_PLEASE_SPLIT_THEM_MANUALLY = + "Cannot insert into multiple databases within one statement, please split them manually"; + public static final String + THE_MEASUREMENTLIST_S_SIZE_D_IS_NOT_CONSISTENT_WITH_THE_VALUELIST_S_SIZE_D = + "the measurementList's size %d is not consistent with the valueList's size %d"; + public static final String + THE_MEASUREMENTLIST_S_SIZE_D_IS_NOT_CONSISTENT_WITH_THE_COLUMNLIST_S_SIZE_D = + "the measurementList's size %d is not consistent with the columnList's size %d"; public static final String MEASUREMENT_CONTAINS_NULL_OR_EMPTY_STRING = "Measurement contains null or empty string: "; public static final String CAN_T_BE_USED_IN_GROUP_BY_TAG_IT_WILL_BE_SUPPORTED_IN_THE_FUTURE = " can't be used in group by tag. It will be supported in the future."; - public static final String COMMON_QUERIES_AND_AGGREGATED_QUERIES_ARE_NOT_ALLOWED_TO_APPEAR_AT_THE_SAME_TIME = - "Common queries and aggregated queries are not allowed to appear at the same time"; + public static final String + COMMON_QUERIES_AND_AGGREGATED_QUERIES_ARE_NOT_ALLOWED_TO_APPEAR_AT_THE_SAME_TIME = + "Common queries and aggregated queries are not allowed to appear at the same time"; public static final String EXPRESSION_OF_HAVING_CLAUSE_CAN_NOT_BE_USED_IN_NONAGGREGATIONQUERY = "Expression of HAVING clause can not be used in NonAggregationQuery"; public static final String SORTING_BY_DEVICE_IS_ONLY_SUPPORTED_IN_ALIGN_BY_DEVICE_QUERIES = "Sorting by device is only supported in ALIGN BY DEVICE queries."; - public static final String CQ_EVERY_INTERVAL_D_SHOULD_NOT_BE_LOWER_THAN_THE_CONTINUOUS_QUERY_MINIMUM_EVERY_INTERVAL = - "CQ: Every interval [%d] should not be lower than the `continuous_query_minimum_every_interval` [%d] configured."; + public static final String + CQ_EVERY_INTERVAL_D_SHOULD_NOT_BE_LOWER_THAN_THE_CONTINUOUS_QUERY_MINIMUM_EVERY_INTERVAL = + "CQ: Every interval [%d] should not be lower than the `continuous_query_minimum_every_interval` [%d] configured."; public static final String CQ_THE_START_TIME_OFFSET_SHOULD_BE_GREATER_THAN_END_TIME_OFFSET = "CQ: The start time offset should be greater than end time offset."; - public static final String CQ_THE_START_TIME_OFFSET_SHOULD_BE_GREATER_THAN_OR_EQUAL_TO_EVERY_INTERVAL = - "CQ: The start time offset should be greater than or equal to every interval."; + public static final String + CQ_THE_START_TIME_OFFSET_SHOULD_BE_GREATER_THAN_OR_EQUAL_TO_EVERY_INTERVAL = + "CQ: The start time offset should be greater than or equal to every interval."; public static final String CQ_SPECIFYING_TIME_RANGE_IN_GROUP_BY_TIME_CLAUSE_IS_PROHIBITED = "CQ: Specifying time range in GROUP BY TIME clause is prohibited."; - public static final String CANNOT_CREATE_VIEWS_USING_DATA_SOURCES_WITH_CALCULATED_EXPRESSIONS_WHILE_USING_INTO_ITEM = - "Cannot create views using data sources with calculated expressions while using into item."; + public static final String + CANNOT_CREATE_VIEWS_USING_DATA_SOURCES_WITH_CALCULATED_EXPRESSIONS_WHILE_USING_INTO_ITEM = + "Cannot create views using data sources with calculated expressions while using into item."; public static final String TREE_DEVICE_VIEW_WITH_MULTIPLE_DATABASES = "Tree device view with multiple databases("; - public static final String IS_UNSUPPORTED_YET = - ") is unsupported yet."; + public static final String IS_UNSUPPORTED_YET = ") is unsupported yet."; public static final String COMPLEX_ASOF_MAIN_JOIN_EXPRESSION_S_IS_NOT_SUPPORTED = "Complex ASOF main join expression [%s] is not supported"; - public static final String UNEXPECTED_DESCRIPTOR_TYPE = - "Unexpected descriptor type: "; + public static final String UNEXPECTED_DESCRIPTOR_TYPE = "Unexpected descriptor type: "; public static final String WHEN_CLAUSE_OPERAND_TYPE_MUST_MATCH_CASE_OPERAND_TYPE_S_VS_S = "WHEN clause operand type must match CASE operand type: %s vs %s"; public static final String ALL_RESULT_TYPES_MUST_BE_THE_SAME_S = @@ -1944,76 +1677,100 @@ public final class DataNodeQueryMessages { "Default result type must be the same as WHEN result types: %s vs %s"; public static final String ALL_OPERANDS_MUST_HAVE_THE_SAME_TYPE_S = "All operands must have the same type: %s"; - public static final String TO = - " to "; - public static final String SCALAR_FUNCTION = - "Scalar function "; - public static final String ONLY_SUPPORTS_ONE_NUMERIC_DATA_TYPES_INT32_INT64_FLOAT_DOUBLE_AND_ONE_BOOLEAN = - " only supports one numeric data types [INT32, INT64, FLOAT, DOUBLE] and one boolean"; + public static final String TO = " to "; + public static final String SCALAR_FUNCTION = "Scalar function "; + public static final String + ONLY_SUPPORTS_ONE_NUMERIC_DATA_TYPES_INT32_INT64_FLOAT_DOUBLE_AND_ONE_BOOLEAN = + " only supports one numeric data types [INT32, INT64, FLOAT, DOUBLE] and one boolean"; public static final String ONLY_SUPPORTS_TWO_NUMERIC_DATA_TYPES_INT32_INT64_FLOAT_DOUBLE = " only supports two numeric data types [INT32, INT64, FLOAT, DOUBLE]"; - public static final String ONLY_ACCEPTS_TWO_OR_THREE_ARGUMENTS_AND_THEY_MUST_BE_TEXT_OR_STRING_DATA_TYPE = - " only accepts two or three arguments and they must be text or string data type."; - public static final String ONLY_ACCEPTS_TWO_OR_THREE_ARGUMENTS_AND_FIRST_MUST_BE_TEXT_OR_STRING_DATA_TYPE_SECOND = - " only accepts two or three arguments and first must be text or string data type, second and third must be numeric data types [INT32, INT64]"; - public static final String ONLY_ACCEPTS_ONE_ARGUMENT_AND_IT_MUST_BE_TEXT_OR_STRING_OR_BLOB_OR_OBJECT_DATA_TYPE = - " only accepts one argument and it must be text or string or blob or object data type."; + public static final String + ONLY_ACCEPTS_TWO_OR_THREE_ARGUMENTS_AND_THEY_MUST_BE_TEXT_OR_STRING_DATA_TYPE = + " only accepts two or three arguments and they must be text or string data type."; + public static final String + ONLY_ACCEPTS_TWO_OR_THREE_ARGUMENTS_AND_FIRST_MUST_BE_TEXT_OR_STRING_DATA_TYPE_SECOND = + " only accepts two or three arguments and first must be text or string data type, second and third must be numeric data types [INT32, INT64]"; + public static final String + ONLY_ACCEPTS_ONE_ARGUMENT_AND_IT_MUST_BE_TEXT_OR_STRING_OR_BLOB_OR_OBJECT_DATA_TYPE = + " only accepts one argument and it must be text or string or blob or object data type."; public static final String ONLY_ACCEPTS_ONE_ARGUMENT_AND_IT_MUST_BE_TEXT_OR_STRING_DATA_TYPE = " only accepts one argument and it must be text or string data type."; - public static final String ONLY_ACCEPTS_ONE_OR_TWO_ARGUMENTS_AND_THEY_MUST_BE_TEXT_OR_STRING_DATA_TYPE = - " only accepts one or two arguments and they must be text or string data type."; + public static final String + ONLY_ACCEPTS_ONE_OR_TWO_ARGUMENTS_AND_THEY_MUST_BE_TEXT_OR_STRING_DATA_TYPE = + " only accepts one or two arguments and they must be text or string data type."; public static final String ONLY_ACCEPTS_TWO_ARGUMENTS_AND_THEY_MUST_BE_TEXT_OR_STRING_DATA_TYPE = " only accepts two arguments and they must be text or string data type."; - public static final String ONLY_ACCEPTS_TWO_OR_MORE_ARGUMENTS_AND_THEY_MUST_BE_TEXT_OR_STRING_DATA_TYPE = - " only accepts two or more arguments and they must be text or string data type."; - public static final String ONLY_ACCEPTS_ONE_ARGUMENT_AND_IT_MUST_BE_DOUBLE_FLOAT_INT32_OR_INT64_DATA_TYPE = - " only accepts one argument and it must be Double, Float, Int32 or Int64 data type."; - public static final String ACCEPTS_NO_ARGUMENT = - " accepts no argument."; - public static final String ONLY_ACCEPTS_TWO_OR_THREE_ARGUMENTS_AND_THE_SECOND_AND_THIRD_MUST_BE_TIMESTAMP_DATA_TYPE = - " only accepts two or three arguments and the second and third must be TimeStamp data type."; - public static final String MUST_HAVE_AT_LEAST_TWO_ARGUMENTS_AND_FIRST_ARGUMENT_PATTERN_MUST_BE_TEXT_OR_STRING_TYPE = - " must have at least two arguments, and first argument pattern must be TEXT or STRING type."; + public static final String + ONLY_ACCEPTS_TWO_OR_MORE_ARGUMENTS_AND_THEY_MUST_BE_TEXT_OR_STRING_DATA_TYPE = + " only accepts two or more arguments and they must be text or string data type."; + public static final String + ONLY_ACCEPTS_ONE_ARGUMENT_AND_IT_MUST_BE_DOUBLE_FLOAT_INT32_OR_INT64_DATA_TYPE = + " only accepts one argument and it must be Double, Float, Int32 or Int64 data type."; + public static final String ACCEPTS_NO_ARGUMENT = " accepts no argument."; + public static final String + ONLY_ACCEPTS_TWO_OR_THREE_ARGUMENTS_AND_THE_SECOND_AND_THIRD_MUST_BE_TIMESTAMP_DATA_TYPE = + " only accepts two or three arguments and the second and third must be TimeStamp data type."; + public static final String + MUST_HAVE_AT_LEAST_TWO_ARGUMENTS_AND_FIRST_ARGUMENT_PATTERN_MUST_BE_TEXT_OR_STRING_TYPE = + " must have at least two arguments, and first argument pattern must be TEXT or STRING type."; public static final String MUST_HAVE_AT_LEAST_TWO_ARGUMENTS_AND_ALL_TYPE_MUST_BE_THE_SAME = " must have at least two arguments, and all type must be the same."; - public static final String SCALAR_FUNCTION_S_ONLY_ACCEPTS_TWO_ARGUMENTS_AND_THEY_MUST_BE_INT32_OR_INT64_DATA_TYPE = - "Scalar function %s only accepts two arguments and they must be Int32 or Int64 data type."; - public static final String SCALAR_FUNCTION_S_ONLY_ACCEPTS_ONE_ARGUMENT_AND_IT_MUST_BE_INT32_OR_INT64_DATA_TYPE = - "Scalar function %s only accepts one argument and it must be Int32 or Int64 data type."; - public static final String SCALAR_FUNCTION_S_ONLY_ACCEPTS_ONE_ARGUMENT_AND_IT_MUST_BE_TEXT_STRING_OR_BLOB_DATA_TYPE = - "Scalar function %s only accepts one argument and it must be TEXT, STRING, or BLOB data type."; - public static final String SCALAR_FUNCTION_S_ONLY_ACCEPTS_ONE_ARGUMENT_AND_IT_MUST_BE_TEXT_OR_STRING_DATA_TYPE = - "Scalar function %s only accepts one argument and it must be TEXT or STRING data type."; - public static final String SCALAR_FUNCTION_S_ONLY_ACCEPTS_ONE_ARGUMENT_AND_IT_MUST_BE_TEXT_STRING_OR_BLOB_DATA_TYPE_2 = - "Scalar function %s only accepts one argument and it must be TEXT, STRING, or BlOB data type."; - public static final String SCALAR_FUNCTION_S_ONLY_ACCEPTS_TWO_ARGUMENTS_FIRST_ARGUMENT_MUST_BE_TEXT_STRING_OR_BLOB = - "Scalar function %s only accepts two arguments, first argument must be TEXT, STRING, or BlOB type, second argument must be STRING OR TEXT type."; - public static final String SCALAR_FUNCTION_S_ONLY_ACCEPTS_ONE_ARGUMENT_AND_IT_MUST_BE_INT32_DATA_TYPE = - "Scalar function %s only accepts one argument and it must be Int32 data type."; - public static final String SCALAR_FUNCTION_S_ONLY_ACCEPTS_ONE_ARGUMENT_AND_IT_MUST_BE_BLOB_DATA_TYPE = - "Scalar function %s only accepts one argument and it must be BLOB data type."; - public static final String SCALAR_FUNCTION_S_ONLY_ACCEPTS_ONE_ARGUMENT_AND_IT_MUST_BE_INT64_DATA_TYPE = - "Scalar function %s only accepts one argument and it must be Int64 data type."; - public static final String SCALAR_FUNCTION_S_ONLY_ACCEPTS_ONE_ARGUMENT_AND_IT_MUST_BE_FLOAT_DATA_TYPE = - "Scalar function %s only accepts one argument and it must be Float data type."; - public static final String SCALAR_FUNCTION_S_ONLY_ACCEPTS_ONE_ARGUMENT_AND_IT_MUST_BE_DOUBLE_DATA_TYPE = - "Scalar function %s only accepts one argument and it must be Double data type."; - public static final String SCALAR_FUNCTION_S_ONLY_ACCEPTS_THREE_ARGUMENTS_FIRST_ARGUMENT_MUST_BE_BLOB_TYPE = - "Scalar function %s only accepts three arguments, first argument must be BlOB type, "; - public static final String SECOND_ARGUMENT_MUST_BE_INT32_OR_INT64_TYPE_THIRD_ARGUMENT_MUST_BE_BLOB_TYPE = - "second argument must be int32 or int64 type, third argument must be BLOB type."; + public static final String + SCALAR_FUNCTION_S_ONLY_ACCEPTS_TWO_ARGUMENTS_AND_THEY_MUST_BE_INT32_OR_INT64_DATA_TYPE = + "Scalar function %s only accepts two arguments and they must be Int32 or Int64 data type."; + public static final String + SCALAR_FUNCTION_S_ONLY_ACCEPTS_ONE_ARGUMENT_AND_IT_MUST_BE_INT32_OR_INT64_DATA_TYPE = + "Scalar function %s only accepts one argument and it must be Int32 or Int64 data type."; + public static final String + SCALAR_FUNCTION_S_ONLY_ACCEPTS_ONE_ARGUMENT_AND_IT_MUST_BE_TEXT_STRING_OR_BLOB_DATA_TYPE = + "Scalar function %s only accepts one argument and it must be TEXT, STRING, or BLOB data type."; + public static final String + SCALAR_FUNCTION_S_ONLY_ACCEPTS_ONE_ARGUMENT_AND_IT_MUST_BE_TEXT_OR_STRING_DATA_TYPE = + "Scalar function %s only accepts one argument and it must be TEXT or STRING data type."; + public static final String + SCALAR_FUNCTION_S_ONLY_ACCEPTS_ONE_ARGUMENT_AND_IT_MUST_BE_TEXT_STRING_OR_BLOB_DATA_TYPE_2 = + "Scalar function %s only accepts one argument and it must be TEXT, STRING, or BlOB data type."; + public static final String + SCALAR_FUNCTION_S_ONLY_ACCEPTS_TWO_ARGUMENTS_FIRST_ARGUMENT_MUST_BE_TEXT_STRING_OR_BLOB = + "Scalar function %s only accepts two arguments, first argument must be TEXT, STRING, or BlOB type, second argument must be STRING OR TEXT type."; + public static final String + SCALAR_FUNCTION_S_ONLY_ACCEPTS_ONE_ARGUMENT_AND_IT_MUST_BE_INT32_DATA_TYPE = + "Scalar function %s only accepts one argument and it must be Int32 data type."; + public static final String + SCALAR_FUNCTION_S_ONLY_ACCEPTS_ONE_ARGUMENT_AND_IT_MUST_BE_BLOB_DATA_TYPE = + "Scalar function %s only accepts one argument and it must be BLOB data type."; + public static final String + SCALAR_FUNCTION_S_ONLY_ACCEPTS_ONE_ARGUMENT_AND_IT_MUST_BE_INT64_DATA_TYPE = + "Scalar function %s only accepts one argument and it must be Int64 data type."; + public static final String + SCALAR_FUNCTION_S_ONLY_ACCEPTS_ONE_ARGUMENT_AND_IT_MUST_BE_FLOAT_DATA_TYPE = + "Scalar function %s only accepts one argument and it must be Float data type."; + public static final String + SCALAR_FUNCTION_S_ONLY_ACCEPTS_ONE_ARGUMENT_AND_IT_MUST_BE_DOUBLE_DATA_TYPE = + "Scalar function %s only accepts one argument and it must be Double data type."; + public static final String + SCALAR_FUNCTION_S_ONLY_ACCEPTS_THREE_ARGUMENTS_FIRST_ARGUMENT_MUST_BE_BLOB_TYPE = + "Scalar function %s only accepts three arguments, first argument must be BlOB type, "; + public static final String + SECOND_ARGUMENT_MUST_BE_INT32_OR_INT64_TYPE_THIRD_ARGUMENT_MUST_BE_BLOB_TYPE = + "second argument must be int32 or int64 type, third argument must be BLOB type."; public static final String AGGREGATE_FUNCTIONS_S_SHOULD_ONLY_HAVE_ONE_ARGUMENT = "Aggregate functions [%s] should only have one argument"; - public static final String AGGREGATE_FUNCTIONS_S_ONLY_SUPPORT_NUMERIC_DATA_TYPES_INT32_INT64_FLOAT_DOUBLE = - "Aggregate functions [%s] only support numeric data types [INT32, INT64, FLOAT, DOUBLE]"; - public static final String ERROR_SIZE_OF_INPUT_EXPRESSIONS_EXPRESSION_S_ACTUAL_SIZE_S_EXPECTED_SIZE_2 = - "Error size of input expressions. expression: %s, actual size: %s, expected size: [2]."; - public static final String AGGREGATE_FUNCTIONS_S_ONLY_SUPPORT_NUMERIC_DATA_TYPES_INT32_INT64_FLOAT_DOUBLE_TIMESTAMP = - "Aggregate functions [%s] only support numeric data types [INT32, INT64, FLOAT, DOUBLE, TIMESTAMP]"; - public static final String ERROR_SIZE_OF_INPUT_EXPRESSIONS_EXPRESSION_S_ACTUAL_SIZE_S_EXPECTED_SIZE_1 = - "Error size of input expressions. expression: %s, actual size: %s, expected size: [1]."; - public static final String AGGREGATE_FUNCTIONS_S_SHOULD_ONLY_HAVE_ONE_BOOLEAN_EXPRESSION_AS_ARGUMENT = - "Aggregate functions [%s] should only have one boolean expression as argument"; + public static final String + AGGREGATE_FUNCTIONS_S_ONLY_SUPPORT_NUMERIC_DATA_TYPES_INT32_INT64_FLOAT_DOUBLE = + "Aggregate functions [%s] only support numeric data types [INT32, INT64, FLOAT, DOUBLE]"; + public static final String + ERROR_SIZE_OF_INPUT_EXPRESSIONS_EXPRESSION_S_ACTUAL_SIZE_S_EXPECTED_SIZE_2 = + "Error size of input expressions. expression: %s, actual size: %s, expected size: [2]."; + public static final String + AGGREGATE_FUNCTIONS_S_ONLY_SUPPORT_NUMERIC_DATA_TYPES_INT32_INT64_FLOAT_DOUBLE_TIMESTAMP = + "Aggregate functions [%s] only support numeric data types [INT32, INT64, FLOAT, DOUBLE, TIMESTAMP]"; + public static final String + ERROR_SIZE_OF_INPUT_EXPRESSIONS_EXPRESSION_S_ACTUAL_SIZE_S_EXPECTED_SIZE_1 = + "Error size of input expressions. expression: %s, actual size: %s, expected size: [1]."; + public static final String + AGGREGATE_FUNCTIONS_S_SHOULD_ONLY_HAVE_ONE_BOOLEAN_EXPRESSION_AS_ARGUMENT = + "Aggregate functions [%s] should only have one boolean expression as argument"; public static final String AGGREGATE_FUNCTIONS_S_SHOULD_ONLY_HAVE_ONE_OR_TWO_ARGUMENTS = "Aggregate functions [%s] should only have one or two arguments"; public static final String SECOND_ARGUMENT_OF_AGGREGATE_FUNCTIONS_S_SHOULD_BE_ORDERABLE = @@ -2022,30 +1779,32 @@ public final class DataNodeQueryMessages { "Aggregate functions [%s] should only have two or three arguments"; public static final String AGGREGATE_FUNCTIONS_S_SHOULD_ONLY_HAVE_TWO_ARGUMENTS = "Aggregate functions [%s] should only have two arguments"; - public static final String SECOND_ARGUMENT_OF_AGGREGATE_FUNCTIONS_S_SHOULD_BE_NUMBERIC_TYPE_AND_DO_NOT_USE = - "Second argument of Aggregate functions [%s] should be numberic type and do not use expression"; + public static final String + SECOND_ARGUMENT_OF_AGGREGATE_FUNCTIONS_S_SHOULD_BE_NUMBERIC_TYPE_AND_DO_NOT_USE = + "Second argument of Aggregate functions [%s] should be numberic type and do not use expression"; public static final String AGGREGATION_FUNCTIONS_S_SHOULD_ONLY_HAVE_THREE_ARGUMENTS = "Aggregation functions [%s] should only have three arguments"; public static final String AGGREGATION_FUNCTIONS_S_SHOULD_ONLY_HAVE_TWO_OR_THREE_ARGUMENTS = "Aggregation functions [%s] should only have two or three arguments"; - public static final String AGGREGATION_FUNCTIONS_S_SHOULD_HAVE_VALUE_COLUMN_AS_NUMERIC_TYPE_INT32_INT64_FLOAT = - "Aggregation functions [%s] should have value column as numeric type [INT32, INT64, FLOAT, DOUBLE, TIMESTAMP]"; + public static final String + AGGREGATION_FUNCTIONS_S_SHOULD_HAVE_VALUE_COLUMN_AS_NUMERIC_TYPE_INT32_INT64_FLOAT = + "Aggregation functions [%s] should have value column as numeric type [INT32, INT64, FLOAT, DOUBLE, TIMESTAMP]"; public static final String AGGREGATION_FUNCTIONS_S_SHOULD_HAVE_PERCENTAGE_AS_DECIMAL_TYPE = "Aggregation functions [%s] should have percentage as decimal type"; public static final String AGGREGATION_FUNCTIONS_S_DO_NOT_SUPPORT_WEIGHT_AS_S_TYPE = "Aggregation functions [%s] do not support weight as %s type"; public static final String WINDOW_FUNCTION_S_SHOULD_ONLY_HAVE_ONE_ARGUMENT = "Window function [%s] should only have one argument"; - public static final String WINDOW_FUNCTION_NTH_VALUE_SHOULD_ONLY_HAVE_TWO_ARGUMENT_AND_SECOND_ARGUMENT_MUST_BE = - "Window function [nth_value] should only have two argument, and second argument must be integer type"; + public static final String + WINDOW_FUNCTION_NTH_VALUE_SHOULD_ONLY_HAVE_TWO_ARGUMENT_AND_SECOND_ARGUMENT_MUST_BE = + "Window function [nth_value] should only have two argument, and second argument must be integer type"; public static final String WINDOW_FUNCTION_S_SHOULD_ONLY_HAVE_ONE_TO_THREE_ARGUMENT = "Window function [%s] should only have one to three argument"; public static final String WINDOW_FUNCTION_S_S_SECOND_ARGUMENT_MUST_BE_INTEGER_TYPE = "Window function [%s]'s second argument must be integer type"; public static final String UPDATE_ATTRIBUTE_SHALL_SPECIFY_A_ATTRIBUTE_ONLY_ONCE = "Update attribute shall specify a attribute only once."; - public static final String CANNOT_BE_RESOLVED = - "cannot be resolved"; + public static final String CANNOT_BE_RESOLVED = "cannot be resolved"; public static final String IS_NOT_AN_ATTRIBUTE_OR_TAG_COLUMN = "is not an attribute or tag column"; public static final String UPDATE_S_ATTRIBUTE_VALUE_MUST_BE_STRING_TEXT_OR_NULL = @@ -2066,8 +1825,9 @@ public final class DataNodeQueryMessages { "multiple recursive references in the step relation of recursion"; public static final String FETCH_FIRST_LIMIT_CLAUSE_IN_THE_STEP_RELATION_OF_RECURSION = "FETCH FIRST / LIMIT clause in the step relation of recursion"; - public static final String RECURSIVE_REFERENCE_OUTSIDE_OF_FROM_CLAUSE_OF_THE_STEP_RELATION_OF_RECURSION = - "recursive reference outside of FROM clause of the step relation of recursion"; + public static final String + RECURSIVE_REFERENCE_OUTSIDE_OF_FROM_CLAUSE_OF_THE_STEP_RELATION_OF_RECURSION = + "recursive reference outside of FROM clause of the step relation of recursion"; public static final String IMMEDIATE_WITH_CLAUSE_IN_RECURSIVE_QUERY_IS_NOT_SUPPORTED = "immediate WITH clause in recursive query is not supported"; public static final String IMMEDIATE_FILL_CLAUSE_IN_RECURSIVE_QUERY_IS_NOT_SUPPORTED = @@ -2078,12 +1838,15 @@ public final class DataNodeQueryMessages { "immediate OFFSET clause in recursive query is not supported"; public static final String IMMEDIATE_FETCH_FIRST_LIMIT_CLAUSE_IN_RECURSIVE_QUERY_IS_NOT_SUPPORT = "immediate FETCH FIRST / LIMIT clause in recursive query is not support"; - public static final String BASE_AND_STEP_RELATIONS_OF_RECURSION_HAVE_DIFFERENT_NUMBER_OF_FIELDS_S_S = - "base and step relations of recursion have different number of fields: %s, %s"; - public static final String RECURSION_STEP_RELATION_OUTPUT_TYPE_S_IS_NOT_COERCIBLE_TO_RECURSION_BASE_RELATION_OUTPUT = - "recursion step relation output type (%s) is not coercible to recursion base relation output type (%s) at column %s"; - public static final String CANNOT_NEST_WINDOW_FUNCTIONS_OR_ROW_PATTERN_MEASURES_INSIDE_WINDOW_FUNCTION_ARGUMENTS = - "Cannot nest window functions or row pattern measures inside window function arguments"; + public static final String + BASE_AND_STEP_RELATIONS_OF_RECURSION_HAVE_DIFFERENT_NUMBER_OF_FIELDS_S_S = + "base and step relations of recursion have different number of fields: %s, %s"; + public static final String + RECURSION_STEP_RELATION_OUTPUT_TYPE_S_IS_NOT_COERCIBLE_TO_RECURSION_BASE_RELATION_OUTPUT = + "recursion step relation output type (%s) is not coercible to recursion base relation output type (%s) at column %s"; + public static final String + CANNOT_NEST_WINDOW_FUNCTIONS_OR_ROW_PATTERN_MEASURES_INSIDE_WINDOW_FUNCTION_ARGUMENTS = + "Cannot nest window functions or row pattern measures inside window function arguments"; public static final String DISTINCT_IN_WINDOW_FUNCTION_PARAMETERS_NOT_YET_SUPPORTED_S = "DISTINCT in window function parameters not yet supported: %s"; public static final String S_FUNCTION_REQUIRES_AN_ORDER_BY_WINDOW_CLAUSE = @@ -2092,10 +1855,10 @@ public final class DataNodeQueryMessages { "Cannot specify window frame for %s function"; public static final String WINDOW_NAME_S_SPECIFIED_MORE_THAN_ONCE = "WINDOW name '%s' specified more than once"; - public static final String CANNOT_RESOLVE_WINDOW_NAME_S = - "Cannot resolve WINDOW name %s"; - public static final String WINDOW_SPECIFICATION_WITH_NAMED_WINDOW_REFERENCE_CANNOT_SPECIFY_PARTITION_BY = - "WINDOW specification with named WINDOW reference cannot specify PARTITION BY"; + public static final String CANNOT_RESOLVE_WINDOW_NAME_S = "Cannot resolve WINDOW name %s"; + public static final String + WINDOW_SPECIFICATION_WITH_NAMED_WINDOW_REFERENCE_CANNOT_SPECIFY_PARTITION_BY = + "WINDOW specification with named WINDOW reference cannot specify PARTITION BY"; public static final String CANNOT_SPECIFY_ORDER_BY_IF_REFERENCED_NAMED_WINDOW_SPECIFIES_ORDER_BY = "Cannot specify ORDER BY if referenced named WINDOW specifies ORDER BY"; public static final String CANNOT_REFERENCE_NAMED_WINDOW_CONTAINING_FRAME_SPECIFICATION = @@ -2106,14 +1869,14 @@ public final class DataNodeQueryMessages { "Multiple different COLUMNS in the same expression are not supported"; public static final String NO_MATCHING_COLUMNS_FOUND_THAT_MATCH_REGEX_S = "No matching columns found that match regex '%s'"; - public static final String S_ARE_NOT_SUPPORTED_NOW = - "%s are not supported now"; - public static final String UNABLE_TO_RESOLVE_REFERENCE_S = - "Unable to resolve reference %s"; - public static final String IDENTIFIERCHAINBASIS_GET_GETBASISTYPE_EQ_EQ_FIELD_OR_TARGET_EXPRESSION_ISN_T_A = - "identifierChainBasis.get().getBasisType == FIELD or target expression isn't a QualifiedName"; - public static final String SELECT_STAR_FROM_OUTER_SCOPE_TABLE_NOT_SUPPORTED_WITH_ANONYMOUS_COLUMNS = - "SELECT * from outer scope table not supported with anonymous columns"; + public static final String S_ARE_NOT_SUPPORTED_NOW = "%s are not supported now"; + public static final String UNABLE_TO_RESOLVE_REFERENCE_S = "Unable to resolve reference %s"; + public static final String + IDENTIFIERCHAINBASIS_GET_GETBASISTYPE_EQ_EQ_FIELD_OR_TARGET_EXPRESSION_ISN_T_A = + "identifierChainBasis.get().getBasisType == FIELD or target expression isn't a QualifiedName"; + public static final String + SELECT_STAR_FROM_OUTER_SCOPE_TABLE_NOT_SUPPORTED_WITH_ANONYMOUS_COLUMNS = + "SELECT * from outer scope table not supported with anonymous columns"; public static final String DISTINCT_CAN_ONLY_BE_APPLIED_TO_COMPARABLE_TYPES_ACTUAL_S = "DISTINCT can only be applied to comparable types (actual: %s)"; public static final String DISTINCT_CAN_ONLY_BE_APPLIED_TO_COMPARABLE_TYPES_ACTUAL_S_S = @@ -2134,8 +1897,7 @@ public final class DataNodeQueryMessages { "column %d in %s query has incompatible types: %s, %s"; public static final String TYPE_S_IS_NOT_COMPARABLE_AND_THEREFORE_CANNOT_BE_USED_IN_SS = "Type %s is not comparable and therefore cannot be used in %s%s"; - public static final String DISTINCT = - " DISTINCT"; + public static final String DISTINCT = " DISTINCT"; public static final String AMBIGUOUS_COLUMN_S_IN_ROW_PATTERN_INPUT_RELATION = "ambiguous column: %s in row pattern input relation"; public static final String S_IS_NOT_COMPARABLE_AND_THEREFORE_CANNOT_BE_USED_IN_PARTITION_BY = @@ -2156,24 +1918,29 @@ public final class DataNodeQueryMessages { "JOIN ON clause must evaluate to a boolean: actual type %s"; public static final String ASOF_MAIN_JOIN_EXPRESSION_MUST_EVALUATE_TO_A_BOOLEAN_ACTUAL_TYPE_S = "ASOF main JOIN expression must evaluate to a boolean: actual type %s"; - public static final String LEFT_CHILD_TYPE_OF_ASOF_MAIN_JOIN_EXPRESSION_MUST_BE_TIMESTAMP_ACTUAL_TYPE_S = - "left child type of ASOF main JOIN expression must be TIMESTAMP: actual type %s"; - public static final String RIGHT_CHILD_TYPE_OF_ASOF_MAIN_JOIN_EXPRESSION_MUST_BE_TIMESTAMP_ACTUAL_TYPE_S = - "right child type of ASOF main JOIN expression must be TIMESTAMP: actual type %s"; + public static final String + LEFT_CHILD_TYPE_OF_ASOF_MAIN_JOIN_EXPRESSION_MUST_BE_TIMESTAMP_ACTUAL_TYPE_S = + "left child type of ASOF main JOIN expression must be TIMESTAMP: actual type %s"; + public static final String + RIGHT_CHILD_TYPE_OF_ASOF_MAIN_JOIN_EXPRESSION_MUST_BE_TIMESTAMP_ACTUAL_TYPE_S = + "right child type of ASOF main JOIN expression must be TIMESTAMP: actual type %s"; public static final String COLUMN_S_APPEARS_MULTIPLE_TIMES_IN_USING_CLAUSE = "Column '%s' appears multiple times in USING clause"; public static final String COLUMN_S_IS_MISSING_FROM_LEFT_SIDE_OF_JOIN = "Column '%s' is missing from left side of join"; public static final String COLUMN_S_IS_MISSING_FROM_RIGHT_SIDE_OF_JOIN = "Column '%s' is missing from right side of join"; - public static final String COLUMN_TYPES_OF_LEFT_AND_RIGHT_SIDE_ARE_DIFFERENT_LEFT_IS_S_RIGHT_IS_S = - "Column Types of left and right side are different: left is %s, right is %s"; - public static final String CANNOT_INFER_TIME_COLUMN_FOR_S_FILL_THERE_EXISTS_NO_COLUMN_WHOSE_TYPE_IS_TIMESTAMP = - "Cannot infer TIME_COLUMN for %s FILL, there exists no column whose type is TIMESTAMP"; + public static final String + COLUMN_TYPES_OF_LEFT_AND_RIGHT_SIDE_ARE_DIFFERENT_LEFT_IS_S_RIGHT_IS_S = + "Column Types of left and right side are different: left is %s, right is %s"; + public static final String + CANNOT_INFER_TIME_COLUMN_FOR_S_FILL_THERE_EXISTS_NO_COLUMN_WHOSE_TYPE_IS_TIMESTAMP = + "Cannot infer TIME_COLUMN for %s FILL, there exists no column whose type is TIMESTAMP"; public static final String S_FILL_TIME_COLUMN_POSITION_S_IS_NOT_IN_SELECT_LIST = "%s FILL TIME_COLUMN position %s is not in select list"; - public static final String TYPE_OF_TIME_COLUMN_FOR_S_FILL_SHOULD_ONLY_BE_TIMESTAMP_BUT_TYPE_OF_THE_COLUMN_YOU = - "Type of TIME_COLUMN for %s FILL should only be TIMESTAMP, but type of the column you specify is %s"; + public static final String + TYPE_OF_TIME_COLUMN_FOR_S_FILL_SHOULD_ONLY_BE_TIMESTAMP_BUT_TYPE_OF_THE_COLUMN_YOU = + "Type of TIME_COLUMN for %s FILL should only be TIMESTAMP, but type of the column you specify is %s"; public static final String S_FILL_FILL_GROUP_POSITION_S_IS_NOT_IN_SELECT_LIST = "%s FILL FILL_GROUP position %s is not in select list"; public static final String TYPE_S_IS_NOT_ORDERABLE_AND_THEREFORE_CANNOT_BE_USED_IN_FILL_GROUP_S = @@ -2196,18 +1963,14 @@ public final class DataNodeQueryMessages { "recursive reference in right source of %s join"; public static final String RECURSIVE_REFERENCE_IN_RIGHT_RELATION_OF_EXCEPT_S = "recursive reference in right relation of EXCEPT %s"; - public static final String DISTINCT_2 = - "DISTINCT"; - public static final String ALL = - "ALL"; + public static final String DISTINCT_2 = "DISTINCT"; + public static final String ALL = "ALL"; public static final String RECURSIVE_REFERENCE_IN_LEFT_RELATION_OF_EXCEPT_ALL = "recursive reference in left relation of EXCEPT ALL"; public static final String FOR_SELECT_DISTINCT_ORDER_BY_EXPRESSIONS_MUST_APPEAR_IN_SELECT_LIST = "For SELECT DISTINCT, ORDER BY expressions must appear in select list"; - public static final String IS_CURRENTLY_NOT_ALLOWED_2 = - " is currently not allowed."; - public static final String DUPLICATE_PROPERTY_S = - "Duplicate property: %s"; + public static final String IS_CURRENTLY_NOT_ALLOWED_2 = " is currently not allowed."; + public static final String DUPLICATE_PROPERTY_S = "Duplicate property: %s"; public static final String TTL_VALUE_MUST_BE_A_INF_OR_A_LONGLITERAL_BUT_NOW_IS = "TTL' value must be a 'INF' or a LongLiteral, but now is: "; public static final String COLUMN_NAME_NOT_SPECIFIED_AT_POSITION_S = @@ -2216,52 +1979,59 @@ public final class DataNodeQueryMessages { "Column name '%s' specified more than once"; public static final String COLUMN_ALIAS_LIST_HAS_S_ENTRIES_BUT_RELATION_HAS_S_COLUMNS = "Column alias list has %s entries but relation has %s columns"; - public static final String TABLE_FUNCTION_S_SPECIFIES_REQUIRED_COLUMNS_FROM_TABLE_ARGUMENT_S_WHICH_CANNOT_BE_FOUND = - "Table function %s specifies required columns from table argument %s which cannot be found"; - public static final String TABLE_FUNCTION_S_SPECIFIES_EMPTY_LIST_OF_REQUIRED_COLUMNS_FROM_TABLE_ARGUMENT_S = - "Table function %s specifies empty list of required columns from table argument %s"; - public static final String TABLE_FUNCTION_S_SPECIFIES_NEGATIVE_INDEX_OF_REQUIRED_COLUMN_FROM_TABLE_ARGUMENT_S = - "Table function %s specifies negative index of required column from table argument %s"; - public static final String INDEX_S_OF_REQUIRED_COLUMN_FROM_TABLE_ARGUMENT_S_IS_OUT_OF_BOUNDS_FOR_TABLE_WITH_S = - "Index %s of required column from table argument %s is out of bounds for table with %s columns"; - public static final String TABLE_FUNCTION_S_DOES_NOT_SPECIFY_REQUIRED_INPUT_COLUMNS_FROM_TABLE_ARGUMENT_S = - "Table function %s does not specify required input columns from table argument %s"; + public static final String + TABLE_FUNCTION_S_SPECIFIES_REQUIRED_COLUMNS_FROM_TABLE_ARGUMENT_S_WHICH_CANNOT_BE_FOUND = + "Table function %s specifies required columns from table argument %s which cannot be found"; + public static final String + TABLE_FUNCTION_S_SPECIFIES_EMPTY_LIST_OF_REQUIRED_COLUMNS_FROM_TABLE_ARGUMENT_S = + "Table function %s specifies empty list of required columns from table argument %s"; + public static final String + TABLE_FUNCTION_S_SPECIFIES_NEGATIVE_INDEX_OF_REQUIRED_COLUMN_FROM_TABLE_ARGUMENT_S = + "Table function %s specifies negative index of required column from table argument %s"; + public static final String + INDEX_S_OF_REQUIRED_COLUMN_FROM_TABLE_ARGUMENT_S_IS_OUT_OF_BOUNDS_FOR_TABLE_WITH_S = + "Index %s of required column from table argument %s is out of bounds for table with %s columns"; + public static final String + TABLE_FUNCTION_S_DOES_NOT_SPECIFY_REQUIRED_INPUT_COLUMNS_FROM_TABLE_ARGUMENT_S = + "Table function %s does not specify required input columns from table argument %s"; public static final String TOO_MANY_ARGUMENTS_EXPECTED_AT_MOST_S_ARGUMENTS_GOT_S_ARGUMENTS = "Too many arguments. Expected at most %s arguments, got %s arguments"; - public static final String ALL_ARGUMENTS_MUST_BE_PASSED_BY_NAME_OR_ALL_MUST_BE_PASSED_POSITIONALLY = - "All arguments must be passed by name or all must be passed positionally"; - public static final String UNEXPECTED_ARGUMENT_NAME_S = - "Unexpected argument name: %s"; + public static final String + ALL_ARGUMENTS_MUST_BE_PASSED_BY_NAME_OR_ALL_MUST_BE_PASSED_POSITIONALLY = + "All arguments must be passed by name or all must be passed positionally"; + public static final String UNEXPECTED_ARGUMENT_NAME_S = "Unexpected argument name: %s"; public static final String UNEXPECTED_TABLE_FUNCTION_ARGUMENT_TYPE_S = "Unexpected table function argument type: %s"; public static final String INVALID_ARGUMENT_S_EXPECTED_TABLE_ARGUMENT_GOT_S = "Invalid argument %s. Expected table argument, got %s"; public static final String INVALID_ARGUMENT_S_EXPECTED_SCALAR_ARGUMENT_GOT_S = "Invalid argument %s. Expected scalar argument, got %s"; - public static final String INVALID_ARGUMENT_S_PARTITIONING_CAN_NOT_BE_SPECIFIED_FOR_TABLE_ARGUMENT_WITH_ROW = - "Invalid argument %s. Partitioning can not be specified for table argument with row semantics"; - public static final String INVALID_ARGUMENT_S_ORDERING_CAN_NOT_BE_SPECIFIED_FOR_TABLE_ARGUMENT_WITH_ROW_SEMANTICS = - "Invalid argument %s. Ordering can not be specified for table argument with row semantics"; + public static final String + INVALID_ARGUMENT_S_PARTITIONING_CAN_NOT_BE_SPECIFIED_FOR_TABLE_ARGUMENT_WITH_ROW = + "Invalid argument %s. Partitioning can not be specified for table argument with row semantics"; + public static final String + INVALID_ARGUMENT_S_ORDERING_CAN_NOT_BE_SPECIFIED_FOR_TABLE_ARGUMENT_WITH_ROW_SEMANTICS = + "Invalid argument %s. Ordering can not be specified for table argument with row semantics"; public static final String INVALID_SCALAR_ARGUMENT_S_EXPECTED_TYPE_S_GOT_S = "Invalid scalar argument '%s'. Expected type %s, got %s"; - public static final String INVALID_SCALAR_ARGUMENT_S_S = - "Invalid scalar argument %s, %s"; - public static final String MISSING_REQUIRED_ARGUMENT_S = - "Missing required argument: %s"; + public static final String INVALID_SCALAR_ARGUMENT_S_S = "Invalid scalar argument %s, %s"; + public static final String MISSING_REQUIRED_ARGUMENT_S = "Missing required argument: %s"; public static final String EXPECTED_COLUMN_REFERENCE_ACTUAL_S = "Expected column reference. Actual: %s"; public static final String COLUMN_S_IS_NOT_PRESENT_IN_THE_INPUT_RELATION = "Column %s is not present in the input relation"; - public static final String S_CANNOT_CONTAIN_AGGREGATIONS_WINDOW_FUNCTIONS_OR_GROUPING_OPERATIONS_S = - "%s cannot contain aggregations, window functions or grouping operations: %s"; + public static final String + S_CANNOT_CONTAIN_AGGREGATIONS_WINDOW_FUNCTIONS_OR_GROUPING_OPERATIONS_S = + "%s cannot contain aggregations, window functions or grouping operations: %s"; public static final String S_MUST_BE_AN_AGGREGATE_EXPRESSION_OR_APPEAR_IN_GROUP_BY_CLAUSE = "'%s' must be an aggregate expression or appear in GROUP BY clause"; public static final String SUBQUERY_USES_S_WHICH_MUST_APPEAR_IN_GROUP_BY_CLAUSE = "Subquery uses '%s' which must appear in GROUP BY clause"; public static final String CANNOT_NEST_AGGREGATIONS_INSIDE_AGGREGATION_S_S = "Cannot nest aggregations inside aggregation '%s': %s"; - public static final String UNION_PATTERN_VARIABLE_NAME_S_IS_A_DUPLICATE_OF_PRIMARY_PATTERN_VARIABLE_NAME = - "union pattern variable name: %s is a duplicate of primary pattern variable name"; + public static final String + UNION_PATTERN_VARIABLE_NAME_S_IS_A_DUPLICATE_OF_PRIMARY_PATTERN_VARIABLE_NAME = + "union pattern variable name: %s is a duplicate of primary pattern variable name"; public static final String UNION_PATTERN_VARIABLE_NAME_S_IS_DECLARED_TWICE = "union pattern variable name: %s is declared twice"; public static final String SUBSET_ELEMENT_S_IS_NOT_A_PRIMARY_PATTERN_VARIABLE = @@ -2286,38 +2056,42 @@ public final class DataNodeQueryMessages { "%s is not a primary or union pattern variable"; public static final String NESTED_ROW_PATTERN_RECOGNITION_IN_ROW_PATTERN_RECOGNITION = "nested row pattern recognition in row pattern recognition"; - public static final String PATTERN_EXCLUSION_SYNTAX_IS_NOT_ALLOWED_WHEN_ALL_ROWS_PER_MATCH_WITH_UNMATCHED_ROWS_IS = - "Pattern exclusion syntax is not allowed when ALL ROWS PER MATCH WITH UNMATCHED ROWS is specified"; - public static final String COLUMN_S_CANNOT_BE_RESOLVED = - "Column '%s' cannot be resolved"; + public static final String + PATTERN_EXCLUSION_SYNTAX_IS_NOT_ALLOWED_WHEN_ALL_ROWS_PER_MATCH_WITH_UNMATCHED_ROWS_IS = + "Pattern exclusion syntax is not allowed when ALL ROWS PER MATCH WITH UNMATCHED ROWS is specified"; + public static final String COLUMN_S_CANNOT_BE_RESOLVED = "Column '%s' cannot be resolved"; public static final String REFERENCE_TO_COLUMN_S_FROM_OUTER_SCOPE_NOT_ALLOWED_IN_THIS_CONTEXT = "Reference to column '%s' from outer scope not allowed in this context"; public static final String COLUMN_S_PREFIXED_WITH_LABEL_S_CANNOT_BE_RESOLVED = "Column %s prefixed with label %s cannot be resolved"; - public static final String EXPRESSION_S_IS_NOT_OF_TYPE_ROW = - "Expression %s is not of type ROW"; - public static final String AMBIGUOUS_ROW_FIELD_REFERENCE_S = - "Ambiguous row field reference: %s"; + public static final String EXPRESSION_S_IS_NOT_OF_TYPE_ROW = "Expression %s is not of type ROW"; + public static final String AMBIGUOUS_ROW_FIELD_REFERENCE_S = "Ambiguous row field reference: %s"; public static final String TYPES_ARE_NOT_COMPARABLE_WITH_NULLIF_S_VS_S = "Types are not comparable with NULLIF: %s vs %s"; public static final String CASE_OPERAND_TYPE_DOES_NOT_MATCH_WHEN_CLAUSE_OPERAND_TYPE_S_VS_S = "CASE operand type does not match WHEN clause operand type: %s vs %s"; public static final String UNARY_OPERATOR_CANNOT_BY_APPLIED_TO_S_TYPE = "Unary '+' operator cannot by applied to %s type"; - public static final String LEFT_SIDE_OF_LIKE_EXPRESSION_MUST_EVALUATE_TO_TEXT_OR_STRING_TYPE_ACTUAL_S = - "Left side of LIKE expression must evaluate to TEXT or STRING Type (actual: %s)"; - public static final String PATTERN_FOR_LIKE_EXPRESSION_MUST_EVALUATE_TO_TEXT_OR_STRING_TYPE_ACTUAL_S = - "Pattern for LIKE expression must evaluate to TEXT or STRING Type (actual: %s)"; - public static final String ESCAPE_FOR_LIKE_EXPRESSION_MUST_EVALUATE_TO_TEXT_OR_STRING_TYPE_ACTUAL_S = - "Escape for LIKE expression must evaluate to TEXT or STRING Type (actual: %s)"; - public static final String LABEL_STAR_SYNTAX_IS_ONLY_SUPPORTED_AS_THE_ONLY_ARGUMENT_OF_ROW_PATTERN_COUNT_FUNCTION = - "label.* syntax is only supported as the only argument of row pattern count function"; - public static final String CANNOT_USE_DISTINCT_WITH_AGGREGATE_FUNCTION_IN_PATTERN_RECOGNITION_CONTEXT = - "Cannot use DISTINCT with aggregate function in pattern recognition context"; + public static final String + LEFT_SIDE_OF_LIKE_EXPRESSION_MUST_EVALUATE_TO_TEXT_OR_STRING_TYPE_ACTUAL_S = + "Left side of LIKE expression must evaluate to TEXT or STRING Type (actual: %s)"; + public static final String + PATTERN_FOR_LIKE_EXPRESSION_MUST_EVALUATE_TO_TEXT_OR_STRING_TYPE_ACTUAL_S = + "Pattern for LIKE expression must evaluate to TEXT or STRING Type (actual: %s)"; + public static final String + ESCAPE_FOR_LIKE_EXPRESSION_MUST_EVALUATE_TO_TEXT_OR_STRING_TYPE_ACTUAL_S = + "Escape for LIKE expression must evaluate to TEXT or STRING Type (actual: %s)"; + public static final String + LABEL_STAR_SYNTAX_IS_ONLY_SUPPORTED_AS_THE_ONLY_ARGUMENT_OF_ROW_PATTERN_COUNT_FUNCTION = + "label.* syntax is only supported as the only argument of row pattern count function"; + public static final String + CANNOT_USE_DISTINCT_WITH_AGGREGATE_FUNCTION_IN_PATTERN_RECOGNITION_CONTEXT = + "Cannot use DISTINCT with aggregate function in pattern recognition context"; public static final String S_SEMANTICS_IS_NOT_SUPPORTED_OUT_OF_PATTERN_RECOGNITION_CONTEXT = "%s semantics is not supported out of pattern recognition context"; - public static final String S_SEMANTICS_IS_SUPPORTED_ONLY_FOR_FIRST_LAST_AND_AGGREGATION_FUNCTIONS_ACTUAL_S = - "%s semantics is supported only for FIRST(), LAST() and aggregation functions. Actual: %s"; + public static final String + S_SEMANTICS_IS_SUPPORTED_ONLY_FOR_FIRST_LAST_AND_AGGREGATION_FUNCTIONS_ACTUAL_S = + "%s semantics is supported only for FIRST(), LAST() and aggregation functions. Actual: %s"; public static final String THE_SECOND_ARGUMENT_OF_S_FUNCTION_MUST_BE_ACTUAL_TIME_NAME = "The second argument of %s function must be actual time name"; public static final String THE_THIRD_ARGUMENT_OF_S_FUNCTION_MUST_BE_ACTUAL_TIME_NAME = @@ -2326,34 +2100,43 @@ public final class DataNodeQueryMessages { "Too many arguments for function call %s()"; public static final String S_IS_NOT_A_PRIMARY_PATTERN_VARIABLE_OR_SUBSET_NAME = "%s is not a primary pattern variable or subset name"; - public static final String MISSING_VALID_TIME_COLUMN_THE_TABLE_MUST_CONTAIN_EITHER_A_COLUMN_WITH_THE_TIME_CATEGORY = - "Missing valid time column. The table must contain either a column with the TIME category or at least one TIMESTAMP column."; - public static final String CLASSIFIER_PATTERN_RECOGNITION_FUNCTION_TAKES_NO_ARGUMENTS_OR_1_ARGUMENT = - "CLASSIFIER pattern recognition function takes no arguments or 1 argument"; - public static final String CLASSIFIER_FUNCTION_ARGUMENT_SHOULD_BE_PRIMARY_PATTERN_VARIABLE_OR_SUBSET_NAME_ACTUAL_S = - "CLASSIFIER function argument should be primary pattern variable or subset name. Actual: %s"; + public static final String + MISSING_VALID_TIME_COLUMN_THE_TABLE_MUST_CONTAIN_EITHER_A_COLUMN_WITH_THE_TIME_CATEGORY = + "Missing valid time column. The table must contain either a column with the TIME category or at least one TIMESTAMP column."; + public static final String + CLASSIFIER_PATTERN_RECOGNITION_FUNCTION_TAKES_NO_ARGUMENTS_OR_1_ARGUMENT = + "CLASSIFIER pattern recognition function takes no arguments or 1 argument"; + public static final String + CLASSIFIER_FUNCTION_ARGUMENT_SHOULD_BE_PRIMARY_PATTERN_VARIABLE_OR_SUBSET_NAME_ACTUAL_S = + "CLASSIFIER function argument should be primary pattern variable or subset name. Actual: %s"; public static final String CANNOT_USE_DISTINCT_WITH_S_PATTERN_RECOGNITION_FUNCTION = "Cannot use DISTINCT with %s pattern recognition function"; public static final String S_SEMANTICS_IS_NOT_SUPPORTED_WITH_S_PATTERN_RECOGNITION_FUNCTION = "%s semantics is not supported with %s pattern recognition function"; public static final String S_PATTERN_RECOGNITION_FUNCTION_REQUIRES_1_OR_2_ARGUMENTS = "%s pattern recognition function requires 1 or 2 arguments"; - public static final String S_PATTERN_RECOGNITION_NAVIGATION_FUNCTION_REQUIRES_A_NUMBER_AS_THE_SECOND_ARGUMENT = - "%s pattern recognition navigation function requires a number as the second argument"; - public static final String S_PATTERN_RECOGNITION_NAVIGATION_FUNCTION_REQUIRES_A_NON_NEGATIVE_NUMBER_AS_THE_SECOND = - "%s pattern recognition navigation function requires a non-negative number as the second argument (actual: %s)"; - public static final String THE_SECOND_ARGUMENT_OF_S_PATTERN_RECOGNITION_NAVIGATION_FUNCTION_MUST_NOT_EXCEED_S = - "The second argument of %s pattern recognition navigation function must not exceed %s (actual: %s)"; - public static final String CANNOT_NEST_S_PATTERN_NAVIGATION_FUNCTION_INSIDE_S_PATTERN_NAVIGATION_FUNCTION = - "Cannot nest %s pattern navigation function inside %s pattern navigation function"; - public static final String CANNOT_NEST_MULTIPLE_PATTERN_NAVIGATION_FUNCTIONS_INSIDE_S_PATTERN_NAVIGATION_FUNCTION = - "Cannot nest multiple pattern navigation functions inside %s pattern navigation function"; + public static final String + S_PATTERN_RECOGNITION_NAVIGATION_FUNCTION_REQUIRES_A_NUMBER_AS_THE_SECOND_ARGUMENT = + "%s pattern recognition navigation function requires a number as the second argument"; + public static final String + S_PATTERN_RECOGNITION_NAVIGATION_FUNCTION_REQUIRES_A_NON_NEGATIVE_NUMBER_AS_THE_SECOND = + "%s pattern recognition navigation function requires a non-negative number as the second argument (actual: %s)"; + public static final String + THE_SECOND_ARGUMENT_OF_S_PATTERN_RECOGNITION_NAVIGATION_FUNCTION_MUST_NOT_EXCEED_S = + "The second argument of %s pattern recognition navigation function must not exceed %s (actual: %s)"; + public static final String + CANNOT_NEST_S_PATTERN_NAVIGATION_FUNCTION_INSIDE_S_PATTERN_NAVIGATION_FUNCTION = + "Cannot nest %s pattern navigation function inside %s pattern navigation function"; + public static final String + CANNOT_NEST_MULTIPLE_PATTERN_NAVIGATION_FUNCTIONS_INSIDE_S_PATTERN_NAVIGATION_FUNCTION = + "Cannot nest multiple pattern navigation functions inside %s pattern navigation function"; public static final String IMMEDIATE_NESTING_IS_REQUIRED_FOR_PATTERN_NAVIGATION_FUNCTIONS = "Immediate nesting is required for pattern navigation functions"; public static final String ALL_LABELS_AND_CLASSIFIERS_INSIDE_THE_CALL_TO_S_MUST_MATCH = "All labels and classifiers inside the call to '%s' must match"; - public static final String ALL_AGGREGATE_FUNCTION_ARGUMENTS_MUST_APPLY_TO_ROWS_MATCHED_WITH_THE_SAME_LABEL = - "All aggregate function arguments must apply to rows matched with the same label"; + public static final String + ALL_AGGREGATE_FUNCTION_ARGUMENTS_MUST_APPLY_TO_ROWS_MATCHED_WITH_THE_SAME_LABEL = + "All aggregate function arguments must apply to rows matched with the same label"; public static final String CANNOT_NEST_S_AGGREGATE_FUNCTION_INSIDE_S_FUNCTION = "Cannot nest %s aggregate function inside %s function"; public static final String CANNOT_NEST_S_PATTERN_NAVIGATION_FUNCTION_INSIDE_S_FUNCTION = @@ -2362,48 +2145,57 @@ public final class DataNodeQueryMessages { "Invalid parameter index %s, max value is %s"; public static final String CANNOT_CHECK_IF_S_IS_BETWEEN_S_AND_S = "Cannot check if %s is BETWEEN %s and %s"; - public static final String S_IS_NOT_COMPARABLE_AND_THEREFORE_CANNOT_BE_USED_IN_WINDOW_FUNCTION_PARTITION_BY = - "%s is not comparable, and therefore cannot be used in window function PARTITION BY"; - public static final String S_IS_NOT_ORDERABLE_AND_THEREFORE_CANNOT_BE_USED_IN_WINDOW_FUNCTION_ORDER_BY = - "%s is not orderable, and therefore cannot be used in window function ORDER BY"; + public static final String + S_IS_NOT_COMPARABLE_AND_THEREFORE_CANNOT_BE_USED_IN_WINDOW_FUNCTION_PARTITION_BY = + "%s is not comparable, and therefore cannot be used in window function PARTITION BY"; + public static final String + S_IS_NOT_ORDERABLE_AND_THEREFORE_CANNOT_BE_USED_IN_WINDOW_FUNCTION_ORDER_BY = + "%s is not orderable, and therefore cannot be used in window function ORDER BY"; public static final String WINDOW_FRAME_STARTING_FROM_CURRENT_ROW_CANNOT_END_WITH_PRECEDING = "Window frame starting from CURRENT ROW cannot end with PRECEDING"; public static final String WINDOW_FRAME_STARTING_FROM_FOLLOWING_CANNOT_END_WITH_PRECEDING = "Window frame starting from FOLLOWING cannot end with PRECEDING"; public static final String WINDOW_FRAME_STARTING_FROM_FOLLOWING_CANNOT_END_WITH_CURRENT_ROW = "Window frame starting from FOLLOWING cannot end with CURRENT ROW"; - public static final String WINDOW_FRAME_ROWS_START_VALUE_TYPE_MUST_BE_EXACT_NUMERIC_TYPE_WITH_SCALE_0_ACTUAL_S = - "Window frame ROWS start value type must be exact numeric type with scale 0 (actual %s)"; - public static final String WINDOW_FRAME_ROWS_END_VALUE_TYPE_MUST_BE_EXACT_NUMERIC_TYPE_WITH_SCALE_0_ACTUAL_S = - "Window frame ROWS end value type must be exact numeric type with scale 0 (actual %s)"; + public static final String + WINDOW_FRAME_ROWS_START_VALUE_TYPE_MUST_BE_EXACT_NUMERIC_TYPE_WITH_SCALE_0_ACTUAL_S = + "Window frame ROWS start value type must be exact numeric type with scale 0 (actual %s)"; + public static final String + WINDOW_FRAME_ROWS_END_VALUE_TYPE_MUST_BE_EXACT_NUMERIC_TYPE_WITH_SCALE_0_ACTUAL_S = + "Window frame ROWS end value type must be exact numeric type with scale 0 (actual %s)"; public static final String WINDOW_FRAME_OF_TYPE_GROUPS_PRECEDING_OR_FOLLOWING_REQUIRES_ORDER_BY = "Window frame of type GROUPS PRECEDING or FOLLOWING requires ORDER BY"; - public static final String WINDOW_FRAME_GROUPS_START_VALUE_TYPE_MUST_BE_EXACT_NUMERIC_TYPE_WITH_SCALE_0_ACTUAL_S = - "Window frame GROUPS start value type must be exact numeric type with scale 0 (actual %s)"; + public static final String + WINDOW_FRAME_GROUPS_START_VALUE_TYPE_MUST_BE_EXACT_NUMERIC_TYPE_WITH_SCALE_0_ACTUAL_S = + "Window frame GROUPS start value type must be exact numeric type with scale 0 (actual %s)"; public static final String WINDOW_FRAME_OF_TYPE_RANGE_PRECEDING_OR_FOLLOWING_REQUIRES_ORDER_BY = "Window frame of type RANGE PRECEDING or FOLLOWING requires ORDER BY"; - public static final String WINDOW_FRAME_OF_TYPE_RANGE_PRECEDING_OR_FOLLOWING_REQUIRES_SINGLE_SORT_ITEM_IN_ORDER_BY = - "Window frame of type RANGE PRECEDING or FOLLOWING requires single sort item in ORDER BY (actual: %s)"; - public static final String WINDOW_FRAME_OF_TYPE_RANGE_PRECEDING_OR_FOLLOWING_REQUIRES_THAT_SORT_ITEM_TYPE_BE = - "Window frame of type RANGE PRECEDING or FOLLOWING requires that sort item type be numeric, datetime or interval (actual: %s)"; + public static final String + WINDOW_FRAME_OF_TYPE_RANGE_PRECEDING_OR_FOLLOWING_REQUIRES_SINGLE_SORT_ITEM_IN_ORDER_BY = + "Window frame of type RANGE PRECEDING or FOLLOWING requires single sort item in ORDER BY (actual: %s)"; + public static final String + WINDOW_FRAME_OF_TYPE_RANGE_PRECEDING_OR_FOLLOWING_REQUIRES_THAT_SORT_ITEM_TYPE_BE = + "Window frame of type RANGE PRECEDING or FOLLOWING requires that sort item type be numeric, datetime or interval (actual: %s)"; public static final String WINDOW_FRAME_RANGE_VALUE_TYPE_S_NOT_COMPATIBLE_WITH_SORT_ITEM_TYPE_S = "Window frame RANGE value type (%s) not compatible with sort item type (%s)"; public static final String TYPE_S_MUST_BE_ORDERABLE_IN_ORDER_TO_BE_USED_IN_QUANTIFIED_COMPARISON = "Type [%s] must be orderable in order to be used in quantified comparison"; - public static final String TYPE_S_MUST_BE_COMPARABLE_IN_ORDER_TO_BE_USED_IN_QUANTIFIED_COMPARISON = - "Type [%s] must be comparable in order to be used in quantified comparison"; - public static final String NOT_YET_IMPLEMENTED_S = - "not yet implemented: %s"; + public static final String + TYPE_S_MUST_BE_COMPARABLE_IN_ORDER_TO_BE_USED_IN_QUANTIFIED_COMPARISON = + "Type [%s] must be comparable in order to be used in quantified comparison"; + public static final String NOT_YET_IMPLEMENTED_S = "not yet implemented: %s"; public static final String S_MUST_EVALUATE_TO_A_S_ACTUAL_S = "%s must evaluate to a %s (actual: %s)"; - public static final String S_MUST_BE_THE_SAME_TYPE_OR_COERCIBLE_TO_A_COMMON_TYPE_CANNOT_FIND_COMMON_TYPE_BETWEEN_S = - "%s must be the same type or coercible to a common type. Cannot find common type between %s and %s, all types (without duplicates): %s"; + public static final String + S_MUST_BE_THE_SAME_TYPE_OR_COERCIBLE_TO_A_COMMON_TYPE_CANNOT_FIND_COMMON_TYPE_BETWEEN_S = + "%s must be the same type or coercible to a common type. Cannot find common type between %s and %s, all types (without duplicates): %s"; public static final String PATTERN_RECOGNITION_FUNCTION_NAME_MUST_NOT_BE_QUALIFIED = "Pattern recognition function name must not be qualified: "; public static final String PATTERN_RECOGNITION_FUNCTION_NAME_MUST_NOT_BE_DELIMITED = "Pattern recognition function name must not be delimited: "; - public static final String PATTERN_RECOGNITION_FUNCTION_NAMES_CANNOT_BE_LAST_OR_FIRST_USE_RPR_LAST_OR_RPR_FIRST = - "Pattern recognition function names cannot be LAST or FIRST, use RPR_LAST or RPR_FIRST instead."; + public static final String + PATTERN_RECOGNITION_FUNCTION_NAMES_CANNOT_BE_LAST_OR_FIRST_USE_RPR_LAST_OR_RPR_FIRST = + "Pattern recognition function names cannot be LAST or FIRST, use RPR_LAST or RPR_FIRST instead."; public static final String PARAMETER_NODE_MUST_HAVE_A_LOCATION = "Parameter node must have a location"; public static final String INVALID_NUMBER_OF_PARAMETERS_EXPECTED_D_GOT_D = @@ -2412,16 +2204,16 @@ public final class DataNodeQueryMessages { "Cannot insert identifier %s, please use string literal"; public static final String EXPRESSIONS_AND_COLUMNS_DO_NOT_MATCH_EXPRESSIONS_SIZE = "expressions and columns do not match, expressions size: "; - public static final String COLUMNS_SIZE = - ", columns size: "; + public static final String COLUMNS_SIZE = ", columns size: "; public static final String TIMECOLUMNINDEX_OUT_OF_BOUND_D_D = "TimeColumnIndex out of bound: %d-%d"; public static final String INCONSISTENT_NUMBERS_OF_NON_TIME_COLUMN_NAMES_AND_VALUES_D_D = "Inconsistent numbers of non-time column names and values: %d-%d"; public static final String IS_NOT_SUPPORTED_FOR_PROPERTY_VALUE_OF_SET_CONFIGURATION = " is not supported for property value of 'set configuration'. "; - public static final String NOTE_THAT_THE_SYNTAX_FOR_SET_CONFIGURATION_IN_THE_TREE_MODEL_IS_NOT_EXACTLY_THE_SAME_AS = - "Note that the syntax for 'set configuration' in the tree model is not exactly the same as that in the table model."; + public static final String + NOTE_THAT_THE_SYNTAX_FOR_SET_CONFIGURATION_IN_THE_TREE_MODEL_IS_NOT_EXACTLY_THE_SAME_AS = + "Note that the syntax for 'set configuration' in the tree model is not exactly the same as that in the table model."; public static final String UNSUPPORTED_COPY_TO_FORMAT_S_SUPPORTED_FORMATS_S = "Unsupported COPY TO format '%s'. Supported formats: %s"; public static final String EXCEPTION_DUPLICATE_TAG_COLUMN_IN_TAGS_CLAUSE_ARG_61FD5422 = @@ -2432,88 +2224,101 @@ public final class DataNodeQueryMessages { "Failed to write the target file: %s"; public static final String LOG_FAILED_TO_WRITE_THE_TARGET_FILE_DURING_COPY_TO_EE25EF37 = "Failed to write the target file during COPY TO"; - public static final String SIMULTANEOUS_SETTING_OF_MONTHLY_AND_NON_MONTHLY_INTERVALS_IS_NOT_SUPPORTED = - "Simultaneous setting of monthly and non-monthly intervals is not supported."; - public static final String DON_T_NEED_TO_SPECIFY_TIME_COLUMN_WHILE_EITHER_TIME_BOUND_OR_FILL_GROUP_PARAMETER_IS_NOT = - "Don't need to specify TIME_COLUMN while either TIME_BOUND or FILL_GROUP parameter is not specified"; + public static final String + SIMULTANEOUS_SETTING_OF_MONTHLY_AND_NON_MONTHLY_INTERVALS_IS_NOT_SUPPORTED = + "Simultaneous setting of monthly and non-monthly intervals is not supported."; + public static final String + DON_T_NEED_TO_SPECIFY_TIME_COLUMN_WHILE_EITHER_TIME_BOUND_OR_FILL_GROUP_PARAMETER_IS_NOT = + "Don't need to specify TIME_COLUMN while either TIME_BOUND or FILL_GROUP parameter is not specified"; public static final String MONTH_OR_YEAR_INTERVAL_IN_TOLERANCE_IS_NOT_SUPPORTED_NOW = "Month or year interval in tolerance is not supported now."; public static final String ASOF_JOIN_DOES_NOT_SUPPORT_S_TYPE_NOW = "ASOF JOIN does not support %s type now"; - public static final String THE_SECOND_ARGUMENT_OF_APPROX_COUNT_DISTINCT_FUNCTION_MUST_BE_A_LITERAL = - "The second argument of 'approx_count_distinct' function must be a literal"; - public static final String THE_SECOND_AND_THIRD_ARGUMENT_OF_APPROX_MOST_FREQUENT_FUNCTION_MUST_BE_POSITIVE_INTEGER = - "The second and third argument of 'approx_most_frequent' function must be positive integer literal"; - public static final String THE_SECOND_ARGUMENT_OF_APPROX_PERCENTILE_FUNCTION_PERCENTAGE_MUST_BE_A_DOUBLE_LITERAL = - "The second argument of 'approx_percentile' function percentage must be a double literal"; - public static final String THE_THIRD_ARGUMENT_OF_APPROX_PERCENTILE_FUNCTION_PERCENTAGE_MUST_BE_A_DOUBLE_LITERAL = - "The third argument of 'approx_percentile' function percentage must be a double literal"; + public static final String + THE_SECOND_ARGUMENT_OF_APPROX_COUNT_DISTINCT_FUNCTION_MUST_BE_A_LITERAL = + "The second argument of 'approx_count_distinct' function must be a literal"; + public static final String + THE_SECOND_AND_THIRD_ARGUMENT_OF_APPROX_MOST_FREQUENT_FUNCTION_MUST_BE_POSITIVE_INTEGER = + "The second and third argument of 'approx_most_frequent' function must be positive integer literal"; + public static final String + THE_SECOND_ARGUMENT_OF_APPROX_PERCENTILE_FUNCTION_PERCENTAGE_MUST_BE_A_DOUBLE_LITERAL = + "The second argument of 'approx_percentile' function percentage must be a double literal"; + public static final String + THE_THIRD_ARGUMENT_OF_APPROX_PERCENTILE_FUNCTION_PERCENTAGE_MUST_BE_A_DOUBLE_LITERAL = + "The third argument of 'approx_percentile' function percentage must be a double literal"; public static final String INCONSISTENT_COLUMN_CATEGORY_OF_COLUMN_S_S_S = "Inconsistent column category of column %s: %s/%s"; - public static final String COLUMN = - "Column "; - public static final String DOES_NOT_EXISTS_OR_FAILS_TO_BE = - " does not exists or fails to be "; - public static final String CREATED = - "created"; + public static final String COLUMN = "Column "; + public static final String DOES_NOT_EXISTS_OR_FAILS_TO_BE = " does not exists or fails to be "; + public static final String CREATED = "created"; public static final String INCOMPATIBLE_DATA_TYPE_OF_COLUMN_S_S_S = "Incompatible data type of column %s: %s/%s"; - public static final String INLIST_LITERAL_FOR_TIMESTAMP_CAN_ONLY_BE_LONGLITERAL_DOUBLELITERAL_AND_GENERICLITERAL = - "InList Literal for TIMESTAMP can only be LongLiteral, DoubleLiteral and GenericLiteral, current is "; - public static final String THE_TIME_FIELD_COLUMNS_ARE_CURRENTLY_NOT_ALLOWED_IN_DEVICES_RELATED_OPERATIONS = - "The TIME/FIELD columns are currently not allowed in devices related operations"; + public static final String + INLIST_LITERAL_FOR_TIMESTAMP_CAN_ONLY_BE_LONGLITERAL_DOUBLELITERAL_AND_GENERICLITERAL = + "InList Literal for TIMESTAMP can only be LongLiteral, DoubleLiteral and GenericLiteral, current is "; + public static final String + THE_TIME_FIELD_COLUMNS_ARE_CURRENTLY_NOT_ALLOWED_IN_DEVICES_RELATED_OPERATIONS = + "The TIME/FIELD columns are currently not allowed in devices related operations"; public static final String UNKNOWN_COLUMN_CATEGORY_FOR_S_CANNOT_AUTO_CREATE_COLUMN = "Unknown column category for %s. Cannot auto create column."; public static final String UNKNOWN_COLUMN_DATA_TYPE_FOR_S_CANNOT_AUTO_CREATE_COLUMN = "Unknown column data type for %s. Cannot auto create column."; - public static final String WRONG_CATEGORY_AT_COLUMN_S = - "Wrong category at column %s."; - public static final String MISSING_COLUMNS_S = - "Missing columns %s."; + public static final String WRONG_CATEGORY_AT_COLUMN_S = "Wrong category at column %s."; + public static final String MISSING_COLUMNS_S = "Missing columns %s."; public static final String DATATYPE_OF_TAG_COLUMN_SHOULD_ONLY_BE_STRING_CURRENT_IS = "DataType of TAG Column should only be STRING, current is "; public static final String DATATYPE_OF_ATTRIBUTE_COLUMN_SHOULD_ONLY_BE_STRING_CURRENT_IS = "DataType of ATTRIBUTE Column should only be STRING, current is "; - public static final String DECORRELATION_FOR_LIMIT_WITH_ROW_COUNT_GREATER_THAN_1_IS_NOT_SUPPORTED_YET = - "Decorrelation for LIMIT with row count greater than 1 is not supported yet"; + public static final String + DECORRELATION_FOR_LIMIT_WITH_ROW_COUNT_GREATER_THAN_1_IS_NOT_SUPPORTED_YET = + "Decorrelation for LIMIT with row count greater than 1 is not supported yet"; public static final String GIVEN_CORRELATED_SUBQUERY_IS_NOT_SUPPORTED = "Given correlated subquery is not supported"; public static final String GIVEN_QUERIED_DATABASE_S_IS_NOT_EXIST = "Given queried database: %s is not exist!"; // --- QueryEngine log messages (additional) --- - public static final String INITIALIZED_SHARED_MEMORYBLOCK_COORDINATOR_WITH_ALL_AVAILABLE_MEMORY_ARG_BYTES = - "Initialized shared MemoryBlock 'Coordinator' with all available memory: {} bytes"; - public static final String ERROR_OCCURRED_DURING_EXECUTING_UDAF_PLEASE_CHECK_WHETHER_THE_IMPLEMENTATION_OF_UDF_IS = - "Error occurred during executing UDAF, please check whether the implementation of UDF is correct according to the udf-api description."; + public static final String + INITIALIZED_SHARED_MEMORYBLOCK_COORDINATOR_WITH_ALL_AVAILABLE_MEMORY_ARG_BYTES = + "Initialized shared MemoryBlock 'Coordinator' with all available memory: {} bytes"; + public static final String + ERROR_OCCURRED_DURING_EXECUTING_UDAF_PLEASE_CHECK_WHETHER_THE_IMPLEMENTATION_OF_UDF_IS = + "Error occurred during executing UDAF, please check whether the implementation of UDF is correct according to the udf-api description."; public static final String PROCESSGETTSBLOCKREQUEST_SEQUENCE_ID_IN_ARG_ARG = "[ProcessGetTsBlockRequest] sequence ID in [{}, {})"; - public static final String RECEIVED_ACKNOWLEDGEDATABLOCKEVENT_FOR_TSBLOCKS_WHOSE_SEQUENCE_ID_ARE_IN_ARG_ARG_FROM = - "Received AcknowledgeDataBlockEvent for TsBlocks whose sequence ID are in [{}, {}) from {}."; + public static final String + RECEIVED_ACKNOWLEDGEDATABLOCKEVENT_FOR_TSBLOCKS_WHOSE_SEQUENCE_ID_ARE_IN_ARG_ARG_FROM = + "Received AcknowledgeDataBlockEvent for TsBlocks whose sequence ID are in [{}, {}) from {}."; public static final String RECEIVED_ACK_EVENT_BUT_TARGET_FRAGMENTINSTANCE_ARG_IS_NOT_FOUND = "received ACK event but target FragmentInstance[{}] is not found."; public static final String CLOSED_SOURCE_HANDLE_OF_SHUFFLESINKHANDLE_ARG_CHANNEL_INDEX_ARG = "Closed source handle of ShuffleSinkHandle {}, channel index: {}."; - public static final String RECEIVED_CLOSESINKCHANNELEVENT_BUT_TARGET_FRAGMENTINSTANCE_ARG_IS_NOT_FOUND = - "received CloseSinkChannelEvent but target FragmentInstance[{}] is not found."; + public static final String + RECEIVED_CLOSESINKCHANNELEVENT_BUT_TARGET_FRAGMENTINSTANCE_ARG_IS_NOT_FOUND = + "received CloseSinkChannelEvent but target FragmentInstance[{}] is not found."; public static final String NEW_DATA_BLOCK_EVENT_RECEIVED_FOR_PLAN_NODE_ARG_OF_ARG_FROM_ARG = "New data block event received, for plan node {} of {} from {}."; - public static final String RECEIVED_NEWDATABLOCKEVENT_BUT_THE_DOWNSTREAM_FRAGMENTINSTANCE_ARG_IS_NOT_FOUND = - "received NewDataBlockEvent but the downstream FragmentInstance[{}] is not found"; + public static final String + RECEIVED_NEWDATABLOCKEVENT_BUT_THE_DOWNSTREAM_FRAGMENTINSTANCE_ARG_IS_NOT_FOUND = + "received NewDataBlockEvent but the downstream FragmentInstance[{}] is not found"; public static final String END_OF_DATA_BLOCK_EVENT_RECEIVED_FOR_PLAN_NODE_ARG_OF_ARG_FROM_ARG = "End of data block event received, for plan node {} of {} from {}."; - public static final String RECEIVED_ONENDOFDATABLOCKEVENT_BUT_THE_DOWNSTREAM_FRAGMENTINSTANCE_ARG_IS_NOT_FOUND = - "received onEndOfDataBlockEvent but the downstream FragmentInstance[{}] is not found"; + public static final String + RECEIVED_ONENDOFDATABLOCKEVENT_BUT_THE_DOWNSTREAM_FRAGMENTINSTANCE_ARG_IS_NOT_FOUND = + "received onEndOfDataBlockEvent but the downstream FragmentInstance[{}] is not found"; public static final String CREATE_SOURCE_HANDLE_FROM_ARG_FOR_PLAN_NODE_ARG_OF_ARG = "Create source handle from {} for plan node {} of {}"; - public static final String THE_TASK_ARG_IS_ABORTED_ALL_OTHER_TASKS_IN_THE_SAME_QUERY_WILL_BE_CANCELLED = - "The task {} is aborted. All other tasks in the same query will be cancelled"; + public static final String + THE_TASK_ARG_IS_ABORTED_ALL_OTHER_TASKS_IN_THE_SAME_QUERY_WILL_BE_CANCELLED = + "The task {} is aborted. All other tasks in the same query will be cancelled"; public static final String DRIVERTASKTIMEOUT_CURRENT_TIME_IS_ARG_DDL_OF_TASK_IS_ARG = "[DriverTaskTimeout] Current time is {}, ddl of task is {}"; - public static final String EXECUTOR_ARG_EXITS_BECAUSE_IT_S_INTERRUPTED_WE_WILL_PRODUCE_ANOTHER_THREAD_TO_REPLACE = - "Executor {} exits because it's interrupted. We will produce another thread to replace."; - public static final String CANNOT_RESERVE_ARG_MAX_ARG_BYTES_MEMORY_FROM_MEMORYPOOL_FOR_PLANNODEIDARG = - "Cannot reserve {}(Max: {}) bytes memory from MemoryPool for planNodeId{}"; + public static final String + EXECUTOR_ARG_EXITS_BECAUSE_IT_S_INTERRUPTED_WE_WILL_PRODUCE_ANOTHER_THREAD_TO_REPLACE = + "Executor {} exits because it's interrupted. We will produce another thread to replace."; + public static final String + CANNOT_RESERVE_ARG_MAX_ARG_BYTES_MEMORY_FROM_MEMORYPOOL_FOR_PLANNODEIDARG = + "Cannot reserve {}(Max: {}) bytes memory from MemoryPool for planNodeId{}"; public static final String BLOCKED_RESERVE_REQUEST_ARG_BYTES_MEMORY_FOR_PLANNODEIDARG = "Blocked reserve request: {} bytes memory for planNodeId{}"; public static final String FAILED_TO_DO_THE_INITIALIZATION_FOR_DRIVER_ARG = @@ -2526,10 +2331,12 @@ public final class DataNodeQueryMessages { "Release TVList owned by query: allocate size {}, release size {}"; public static final String TVLIST_ARG_IS_RELEASED_BY_THE_QUERY_FRAGMENTINSTANCE_ID_IS_ARG = "TVList {} is released by the query, FragmentInstance Id is {}"; - public static final String MEMORYNOTENOUGHEXCEPTION_WHEN_TRANSFERRING_TVLIST_OWNERSHIP_FROM_QUERY_ARG_TO_ANOTHER = - "MemoryNotEnoughException when transferring TVList ownership from query {} to another query {}."; - public static final String UNEXPECTED_EXCEPTION_WHEN_TRANSFERRING_TVLIST_OWNERSHIP_FROM_QUERY_ARG_TO_ANOTHER_QUERY = - "Unexpected Exception when transferring TVList ownership from query {} to another query {}."; + public static final String + MEMORYNOTENOUGHEXCEPTION_WHEN_TRANSFERRING_TVLIST_OWNERSHIP_FROM_QUERY_ARG_TO_ANOTHER = + "MemoryNotEnoughException when transferring TVList ownership from query {} to another query {}."; + public static final String + UNEXPECTED_EXCEPTION_WHEN_TRANSFERRING_TVLIST_OWNERSHIP_FROM_QUERY_ARG_TO_ANOTHER_QUERY = + "Unexpected Exception when transferring TVList ownership from query {} to another query {}."; public static final String TVLIST_ARG_IS_NOW_OWNED_BY_ANOTHER_QUERY_FRAGMENTINSTANCE_ID_IS_ARG = "TVList {} is now owned by another query, FragmentInstance Id is {}"; public static final String GETTSBLOCKFROMQUEUE_TSBLOCK_ARG_SIZE_ARG = @@ -2540,66 +2347,75 @@ public final class DataNodeQueryMessages { "[StartPullTsBlocksFromRemote] {}-{} [{}, {}) "; public static final String SENDCLOSESINKCHANNELEVENT_TO_SHUFFLESINKHANDLE_ARG_INDEX_ARG = "[SendCloseSinkChannelEvent] to [ShuffleSinkHandle: {}, index: {}])."; - public static final String SINKCHANNEL_STILL_RECEIVE_GETTING_TSBLOCK_REQUEST_AFTER_BEING_ABORTED_ARG_OR_CLOSED_ARG = - "SinkChannel still receive getting TsBlock request after being aborted={} or closed={}"; + public static final String + SINKCHANNEL_STILL_RECEIVE_GETTING_TSBLOCK_REQUEST_AFTER_BEING_ABORTED_ARG_OR_CLOSED_ARG = + "SinkChannel still receive getting TsBlock request after being aborted={} or closed={}"; public static final String NOTIFYNEWTSBLOCK_ARG_ARG_TO_ARG_ARG = "[NotifyNewTsBlock] [{}, {}) to {}.{}"; public static final String PLAINSHUFFLESTRATEGY_NEEDS_TO_DO_NOTHING_CURRENT_CHANNEL_INDEX_IS_ARG = "PlainShuffleStrategy needs to do nothing, current channel index is {}"; - public static final String LAYERROWWINDOWREADER_INDEX_OVERFLOW_BEGININDEX_ARG_ENDINDEX_ARG_WINDOWSIZE_ARG = - "LayerRowWindowReader index overflow. beginIndex: {}, endIndex: {}, windowSize: {}."; + public static final String + LAYERROWWINDOWREADER_INDEX_OVERFLOW_BEGININDEX_ARG_ENDINDEX_ARG_WINDOWSIZE_ARG = + "LayerRowWindowReader index overflow. beginIndex: {}, endIndex: {}, windowSize: {}."; public static final String CONSUMEMEMORY_CONSUME_ARG_CURRENT_REMAINING_MEMORY_ARG = "[ConsumeMemory] consume: {}, current remaining memory: {}"; public static final String RELEASEMEMORY_RELEASE_ARG_CURRENT_REMAINING_MEMORY_ARG = "[ReleaseMemory] release: {}, current remaining memory: {}"; - public static final String MAXBYTESONEHANDLECANRESERVE_FOR_EXCHANGEOPERATOR_IS_ARG_EXCHANGESUMNUM_IS_ARG = - "MaxBytesOneHandleCanReserve for ExchangeOperator is {}, exchangeSumNum is {}."; - public static final String STATE_TRACKER_STARTS = - "state tracker starts"; + public static final String + MAXBYTESONEHANDLECANRESERVE_FOR_EXCHANGEOPERATOR_IS_ARG_EXCHANGESUMNUM_IS_ARG = + "MaxBytesOneHandleCanReserve for ExchangeOperator is {}, exchangeSumNum is {}."; + public static final String STATE_TRACKER_STARTS = "state tracker starts"; public static final String DISPATCH_WRITE_FAILED_STATUS_ARG_CODE_ARG_MESSAGE_ARG_NODE_ARG = "Dispatch write failed. status: {}, code: {}, message: {}, node {}"; public static final String CAN_T_EXECUTE_REQUEST_ON_NODE_ARG_IN_SECOND_TRY_ERROR_MSG_IS_ARG = "can't execute request on node {} in second try, error msg is {}."; - public static final String CAN_T_EXECUTE_REQUEST_ON_NODE_ARG_ERROR_MSG_IS_ARG_AND_WE_TRY_TO_RECONNECT_THIS_NODE = - "can't execute request on node {}, error msg is {}, and we try to reconnect this node."; + public static final String + CAN_T_EXECUTE_REQUEST_ON_NODE_ARG_ERROR_MSG_IS_ARG_AND_WE_TRY_TO_RECONNECT_THIS_NODE = + "can't execute request on node {}, error msg is {}, and we try to reconnect this node."; public static final String WRITE_LOCALLY_FAILED_TSSTATUS_ARG_MESSAGE_ARG = "write locally failed. TSStatus: {}, message: {}"; public static final String DISPATCH_WRITE_FAILED_MESSAGE_ARG_NODE_ARG = "dispatch write failed. message: {}, node {}"; public static final String DISPATCH_WRITE_FAILED_STATUS_ARG_CODE_ARG_MESSAGE_ARG_NODE_ARG_2 = "dispatch write failed. status: {}, code: {}, message: {}, node {}"; - public static final String LOGICAL_PLAN_IS_ARG = - "logical plan is: \n {}"; + public static final String LOGICAL_PLAN_IS_ARG = "logical plan is: \n {}"; public static final String DISTRIBUTION_PLAN_DONE_FRAGMENT_INSTANCE_COUNT_IS_ARG_DETAILS_IS_ARG = "distribution plan done. Fragment instance count is {}, details is: \n {}"; - public static final String FAILED_TO_CHECK_TABLE_SCHEMA_WILL_SKIP_BECAUSE_SKIPFAILEDTABLESCHEMACHECK_IS_SET_TO_TRUE = - "Failed to check table schema, will skip because skipFailedTableSchemaCheck is set to true, message: {}"; - public static final String FAILED_TO_CHECK_IF_DEVICE_ARG_IS_DELETED_BY_MODS_WILL_SEE_IT_AS_NOT_DELETED = - "Failed to check if device {} is deleted by mods. Will see it as not deleted."; + public static final String + FAILED_TO_CHECK_TABLE_SCHEMA_WILL_SKIP_BECAUSE_SKIPFAILEDTABLESCHEMACHECK_IS_SET_TO_TRUE = + "Failed to check table schema, will skip because skipFailedTableSchemaCheck is set to true, message: {}"; + public static final String + FAILED_TO_CHECK_IF_DEVICE_ARG_IS_DELETED_BY_MODS_WILL_SEE_IT_AS_NOT_DELETED = + "Failed to check if device {} is deleted by mods. Will see it as not deleted."; public static final String COLUMN_ARG_IN_TABLE_ARG_IS_NOT_FOUND_IN_IOTDB_WHILE_LOADING_TSFILE = "Column {} in table {} is not found in IoTDB while loading TsFile."; public static final String DEVICE_ARG_IS_NOT_IN_THE_TSFILEDEVICE2ISALIGNED_CACHE_ARG = "Device {} is not in the tsFileDevice2IsAligned cache {}."; - public static final String LOADTSFILEANALYZER_CURRENT_DATANODE_IS_READ_ONLY_WILL_TRY_TO_CONVERT_TO_TABLETS_AND = - "LoadTsFileAnalyzer: Current datanode is read only, will try to convert to tablets and insert later."; - public static final String LOAD_ANALYSIS_STAGE_ARG_ARG_TSFILES_HAVE_BEEN_ANALYZED_PROGRESS_ARG_PERCENT = - "Load - Analysis Stage: {}/{} tsfiles have been analyzed, progress: {}%"; + public static final String + LOADTSFILEANALYZER_CURRENT_DATANODE_IS_READ_ONLY_WILL_TRY_TO_CONVERT_TO_TABLETS_AND = + "LoadTsFileAnalyzer: Current datanode is read only, will try to convert to tablets and insert later."; + public static final String + LOAD_ANALYSIS_STAGE_ARG_ARG_TSFILES_HAVE_BEEN_ANALYZED_PROGRESS_ARG_PERCENT = + "Load - Analysis Stage: {}/{} tsfiles have been analyzed, progress: {}%"; public static final String THE_FILE_ARG_IS_NOT_A_VALID_TSFILE_PLEASE_CHECK_THE_INPUT_FILE = "The file {} is not a valid tsfile. Please check the input file."; - public static final String TSFILE_ARG_IS_A_ARG_MODEL_FILE = - "TsFile {} is a {}-model file."; - public static final String LOAD_FAILED_TO_CONVERT_MINI_TSFILE_ARG_TO_TABLETS_FROM_STATEMENT_ARG_STATUS_ARG = - "Load: Failed to convert mini tsfile {} to tablets from statement {}. Status: {}."; - public static final String LOAD_FAILED_TO_CONVERT_TO_TABLETS_FROM_STATEMENT_ARG_BECAUSE_FAILED_TO_READ_MODEL_INFO = - "Load: Failed to convert to tablets from statement {} because failed to read model info from file, message: {}."; + public static final String TSFILE_ARG_IS_A_ARG_MODEL_FILE = "TsFile {} is a {}-model file."; + public static final String + LOAD_FAILED_TO_CONVERT_MINI_TSFILE_ARG_TO_TABLETS_FROM_STATEMENT_ARG_STATUS_ARG = + "Load: Failed to convert mini tsfile {} to tablets from statement {}. Status: {}."; + public static final String + LOAD_FAILED_TO_CONVERT_TO_TABLETS_FROM_STATEMENT_ARG_BECAUSE_FAILED_TO_READ_MODEL_INFO = + "Load: Failed to convert to tablets from statement {} because failed to read model info from file, message: {}."; public static final String LOAD_FAILED_TO_CONVERT_TO_TABLETS_FROM_STATEMENT_ARG_STATUS_IS_NULL = "Load: Failed to convert to tablets from statement {}. Status is null."; public static final String LOAD_FAILED_TO_CONVERT_TO_TABLETS_FROM_STATEMENT_ARG_STATUS_ARG = "Load: Failed to convert to tablets from statement {}. Status: {}"; - public static final String LOAD_FAILED_TO_CONVERT_TO_TABLETS_FROM_STATEMENT_ARG_BECAUSE_EXCEPTION_ARG = - "Load: Failed to convert to tablets from statement {} because exception: {}"; - public static final String FAILED_TO_CHECK_IF_DEVICE_ARG_TIMESERIES_ARG_IS_DELETED_BY_MODS_WILL_SEE_IT_AS_NOT = - "Failed to check if device {}, timeseries {} is deleted by mods. Will see it as not deleted."; + public static final String + LOAD_FAILED_TO_CONVERT_TO_TABLETS_FROM_STATEMENT_ARG_BECAUSE_EXCEPTION_ARG = + "Load: Failed to convert to tablets from statement {} because exception: {}"; + public static final String + FAILED_TO_CHECK_IF_DEVICE_ARG_TIMESERIES_ARG_IS_DELETED_BY_MODS_WILL_SEE_IT_AS_NOT = + "Failed to check if device {}, timeseries {} is deleted by mods. Will see it as not deleted."; public static final String CREATE_DATABASE_ERROR_STATEMENT_ARG_RESULT_STATUS_IS_ARG = "Create database error, statement: {}, result status is: {}"; public static final String MEASUREMENT_ARGARGARG_DATATYPE_NOT_MATCH_TSFILE_ARG_IOTDB_ARG = @@ -2624,8 +2440,9 @@ public final class DataNodeQueryMessages { "[{} Cache] miss when search database {}"; public static final String ARG_CACHE_MISS_WHEN_SEARCH_TIME_PARTITION_ARG = "[{} Cache] miss when search time partition {}"; - public static final String FAILURES_HAPPENED_DURING_RUNNING_CONFIGEXECUTION_WHEN_EXECUTING_ARG_MESSAGE_ARG_STATUS = - "Failures happened during running ConfigExecution when executing {}, message: {}, status: {}"; + public static final String + FAILURES_HAPPENED_DURING_RUNNING_CONFIGEXECUTION_WHEN_EXECUTING_ARG_MESSAGE_ARG_STATUS = + "Failures happened during running ConfigExecution when executing {}, message: {}, status: {}"; public static final String FAILURES_HAPPENED_DURING_RUNNING_CONFIGEXECUTION_WHEN_EXECUTING_ARG = "Failures happened during running ConfigExecution when executing {}."; public static final String FAILED_TO_EXECUTE_CREATE_DATABASE_ARG_IN_CONFIG_NODE_STATUS_IS_ARG = @@ -2638,16 +2455,19 @@ public final class DataNodeQueryMessages { "Failed to create function when try to create {}({}) instance first."; public static final String FAILED_TO_GET_EXECUTABLE_FOR_TRIGGER_ARG_USING_URI_ARG = "Failed to get executable for Trigger({}) using URI: {}."; - public static final String FAILED_TO_CREATE_TRIGGER_WHEN_TRY_TO_CREATE_TRIGGER_ARG_INSTANCE_FIRST = - "Failed to create trigger when try to create trigger({}) instance first."; + public static final String + FAILED_TO_CREATE_TRIGGER_WHEN_TRY_TO_CREATE_TRIGGER_ARG_INSTANCE_FIRST = + "Failed to create trigger when try to create trigger({}) instance first."; public static final String ARG_FAILED_TO_CREATE_TRIGGER_ARG_TSSTATUS_IS_ARG = "[{}] Failed to create trigger {}. TSStatus is {}"; public static final String FAILED_TO_GET_EXECUTABLE_FOR_PIPEPLUGIN_ARG_USING_URI_ARG = "Failed to get executable for PipePlugin({}) using URI: {}."; - public static final String FAILED_TO_CREATE_PIPEPLUGIN_ARG_BECAUSE_THIS_PLUGIN_IS_NOT_DESIGNED_FOR_ARG_MODEL = - "Failed to create PipePlugin({}) because this plugin is not designed for {} model."; - public static final String FAILED_TO_CREATE_FUNCTION_WHEN_TRY_TO_CREATE_PIPEPLUGIN_ARG_INSTANCE_FIRST = - "Failed to create function when try to create PipePlugin({}) instance first."; + public static final String + FAILED_TO_CREATE_PIPEPLUGIN_ARG_BECAUSE_THIS_PLUGIN_IS_NOT_DESIGNED_FOR_ARG_MODEL = + "Failed to create PipePlugin({}) because this plugin is not designed for {} model."; + public static final String + FAILED_TO_CREATE_FUNCTION_WHEN_TRY_TO_CREATE_PIPEPLUGIN_ARG_INSTANCE_FIRST = + "Failed to create function when try to create PipePlugin({}) instance first."; public static final String FAILED_TO_CREATE_PIPEPLUGIN_ARG_ARG_BECAUSE_ARG = "Failed to create PipePlugin {}({}) because {}"; public static final String ARG_FAILED_TO_DROP_PIPE_PLUGIN_ARG = @@ -2656,60 +2476,68 @@ public final class DataNodeQueryMessages { "Failed to execute {} {} in config node, status is {}."; public static final String FAILED_TO_EXECUTE_ALTER_VIEW_ARG_BY_PIPE_STATUS_IS_ARG = "Failed to execute alter view {} by pipe, status is {}."; - public static final String THE_DATANODE_TO_BE_REMOVED_IS_NOT_IN_THE_CLUSTER_OR_THE_INPUT_FORMAT_IS_INCORRECT = - "The DataNode to be removed is not in the cluster, or the input format is incorrect."; + public static final String + THE_DATANODE_TO_BE_REMOVED_IS_NOT_IN_THE_CLUSTER_OR_THE_INPUT_FORMAT_IS_INCORRECT = + "The DataNode to be removed is not in the cluster, or the input format is incorrect."; public static final String SUBMIT_REMOVE_DATANODE_REQUEST_SUCCESSFULLY_BUT_THE_PROCESS_MAY_FAIL = "Submit remove-datanode request successfully, but the process may fail. "; - public static final String MORE_DETAILS_ARE_SHOWN_IN_THE_LOGS_OF_CONFIGNODE_LEADER_AND_REMOVED_DATANODE = - "more details are shown in the logs of confignode-leader and removed-datanode, "; + public static final String + MORE_DETAILS_ARE_SHOWN_IN_THE_LOGS_OF_CONFIGNODE_LEADER_AND_REMOVED_DATANODE = + "more details are shown in the logs of confignode-leader and removed-datanode, "; public static final String AND_AFTER_THE_PROCESS_OF_REMOVING_DATANODE_ENDS_SUCCESSFULLY = "and after the process of removing datanode ends successfully, "; - public static final String YOU_ARE_SUPPOSED_TO_DELETE_DIRECTORY_AND_DATA_OF_THE_REMOVED_DATANODE_MANUALLY = - "you are supposed to delete directory and data of the removed-datanode manually"; - public static final String THE_CONFIGNODE_TO_BE_REMOVED_IS_NOT_IN_THE_CLUSTER_OR_THE_INPUT_FORMAT_IS_INCORRECT = - "The ConfigNode to be removed is not in the cluster, or the input format is incorrect."; + public static final String + YOU_ARE_SUPPOSED_TO_DELETE_DIRECTORY_AND_DATA_OF_THE_REMOVED_DATANODE_MANUALLY = + "you are supposed to delete directory and data of the removed-datanode manually"; + public static final String + THE_CONFIGNODE_TO_BE_REMOVED_IS_NOT_IN_THE_CLUSTER_OR_THE_INPUT_FORMAT_IS_INCORRECT = + "The ConfigNode to be removed is not in the cluster, or the input format is incorrect."; public static final String FAILED_TO_DROP_DATABASE_ARG_BECAUSE_IT_DOESN_T_EXIST = "Failed to DROP DATABASE {}, because it doesn't exist"; - public static final String FAILED_TO_ALLOCATE_ARG_BYTES_FROM_SHARED_MEMORYBLOCK_ARG_FOR_PREPAREDSTATEMENT_ARG = - "Failed to allocate {} bytes from shared MemoryBlock '{}' for PreparedStatement '{}'"; - public static final String ALLOCATED_ARG_BYTES_FOR_PREPAREDSTATEMENT_ARG_FROM_SHARED_MEMORYBLOCK_ARG = - "Allocated {} bytes for PreparedStatement '{}' from shared MemoryBlock '{}'. "; + public static final String + FAILED_TO_ALLOCATE_ARG_BYTES_FROM_SHARED_MEMORYBLOCK_ARG_FOR_PREPAREDSTATEMENT_ARG = + "Failed to allocate {} bytes from shared MemoryBlock '{}' for PreparedStatement '{}'"; + public static final String + ALLOCATED_ARG_BYTES_FOR_PREPAREDSTATEMENT_ARG_FROM_SHARED_MEMORYBLOCK_ARG = + "Allocated {} bytes for PreparedStatement '{}' from shared MemoryBlock '{}'. "; public static final String RELEASED_ARG_BYTES_FROM_SHARED_MEMORYBLOCK_ARG_FOR_PREPAREDSTATEMENT = "Released {} bytes from shared MemoryBlock '{}' for PreparedStatement. "; - public static final String ATTEMPTED_TO_RELEASE_MEMORY_FROM_SHARED_MEMORYBLOCK_ARG_BUT_IT_IS_RELEASED = - "Attempted to release memory from shared MemoryBlock '{}' but it is released"; + public static final String + ATTEMPTED_TO_RELEASE_MEMORY_FROM_SHARED_MEMORYBLOCK_ARG_BUT_IT_IS_RELEASED = + "Attempted to release memory from shared MemoryBlock '{}' but it is released"; public static final String RELEASED_ARG_PREPAREDSTATEMENT_S_ARG_BYTES_TOTAL_FOR_SESSION_ARG = "Released {} PreparedStatement(s) ({} bytes total) for session {}"; - public static final String THE_PREFIX_OF_SOURCEKEY_IS_NOT_SOURCE_PLEASE_CHECK_THE_PARAMETERS_PASSED_IN_ARG = - "The prefix of sourceKey is not 'source.'. Please check the parameters passed in: {}"; - public static final String LOADTSFILESCHEDULER_REGION_MIGRATION_WAS_DETECTED_DURING_LOADING_TSFILE_ARG_WILL_CONVERT = - "LoadTsFileScheduler: Region migration was detected during loading TsFile {}, will convert to insertion to avoid data loss"; + public static final String + THE_PREFIX_OF_SOURCEKEY_IS_NOT_SOURCE_PLEASE_CHECK_THE_PARAMETERS_PASSED_IN_ARG = + "The prefix of sourceKey is not 'source.'. Please check the parameters passed in: {}"; + public static final String + LOADTSFILESCHEDULER_REGION_MIGRATION_WAS_DETECTED_DURING_LOADING_TSFILE_ARG_WILL_CONVERT = + "LoadTsFileScheduler: Region migration was detected during loading TsFile {}, will convert to insertion to avoid data loss"; public static final String LOAD_TSFILE_ARG_SUCCESSFULLY_LOAD_PROCESS_ARG_ARG = "Load TsFile {} Successfully, load process [{}/{}]"; public static final String CAN_NOT_LOAD_TSFILE_ARG_LOAD_PROCESS_ARG_ARG = "Can not Load TsFile {}, load process [{}/{}]"; - public static final String LOAD_TSFILE_S_FAILED_WILL_TRY_TO_CONVERT_TO_TABLETS_AND_INSERT_FAILED_TSFILES_ARG = - "Load TsFile(s) failed, will try to convert to tablets and insert. Failed TsFiles: {}"; + public static final String + LOAD_TSFILE_S_FAILED_WILL_TRY_TO_CONVERT_TO_TABLETS_AND_INSERT_FAILED_TSFILES_ARG = + "Load TsFile(s) failed, will try to convert to tablets and insert. Failed TsFiles: {}"; public static final String DISPATCH_TSFILEDATA_ERROR_WHEN_PARSING_TSFILE_S = "Dispatch TsFileData error when parsing TsFile %s."; - public static final String PARSE_OR_SEND_TSFILE_S_ERROR = - "Parse or send TsFile %s error."; + public static final String PARSE_OR_SEND_TSFILE_S_ERROR = "Parse or send TsFile %s error."; public static final String DISPATCH_ONE_PIECE_TO_REPLICASET_ARG_ERROR_RESULT_STATUS_CODE_ARG = "Dispatch one piece to ReplicaSet {} error. Result status code {}. "; public static final String RESULT_STATUS_MESSAGE_ARG_DISPATCH_PIECE_NODE_ERROR_PERCENT_NARG = "Result status message {}. Dispatch piece node error:%n{}"; public static final String SUB_STATUS_CODE_ARG_SUB_STATUS_MESSAGE_ARG = "Sub status code {}. Sub status message {}."; - public static final String WAIT_FOR_LOADING_S_TIME_OUT = - "Wait for loading %s time out."; - public static final String DISPATCH_LOAD_COMMAND_ARG_OF_TSFILE_ARG_ERROR_TO_REPLICASETS_ARG_ERROR = - "Dispatch load command {} of TsFile {} error to replicaSets {} error. "; + public static final String WAIT_FOR_LOADING_S_TIME_OUT = "Wait for loading %s time out."; + public static final String + DISPATCH_LOAD_COMMAND_ARG_OF_TSFILE_ARG_ERROR_TO_REPLICASETS_ARG_ERROR = + "Dispatch load command {} of TsFile {} error to replicaSets {} error. "; public static final String RESULT_STATUS_CODE_ARG_RESULT_STATUS_MESSAGE_ARG = "Result status code {}. Result status message {}."; public static final String DISPATCH_TSFILE_S_ERROR_TO_LOCAL_ERROR_RESULT_STATUS_CODE_S = "Dispatch tsFile %s error to local error. Result status code %s. "; - public static final String RESULT_STATUS_MESSAGE_S = - "Result status message %s."; + public static final String RESULT_STATUS_MESSAGE_S = "Result status message %s."; public static final String LOAD_SUCCESSFULLY_CONVERTED_TSFILE_ARG_INTO_TABLETS_AND_INSERTED = "Load: Successfully converted TsFile {} into tablets and inserted."; public static final String LOAD_FAILED_TO_CONVERT_TO_TABLETS_FROM_TSFILE_ARG_STATUS_ARG = @@ -2720,39 +2548,48 @@ public final class DataNodeQueryMessages { "Dispatch piece node {} of TsFile {} error."; public static final String CANNOT_DISPATCH_LOADCOMMAND_FOR_LOAD_OPERATION_ARG = "Cannot dispatch LoadCommand for load operation {}"; - public static final String LOAD_REMOTE_PROCEDURE_CALL_CONNECTION_TIMEOUT_IS_ADJUSTED_TO_ARG_MS_ARG_MINS = - "Load remote procedure call connection timeout is adjusted to {} ms ({} mins)"; + public static final String + LOAD_REMOTE_PROCEDURE_CALL_CONNECTION_TIMEOUT_IS_ADJUSTED_TO_ARG_MS_ARG_MINS = + "Load remote procedure call connection timeout is adjusted to {} ms ({} mins)"; public static final String DATA_TYPE_OF_ARG_ARG_IS_NOT_CONSISTENT = "data type of {}.{} is not consistent, "; public static final String REGISTERED_TYPE_ARG_INSERTING_TIMESTAMP_ARG_VALUE_ARG = "registered type {}, inserting timestamp {}, value {}"; - public static final String TIMES_ARRAY_IS_NULL_OR_TOO_SMALL_TIMES_LENGTH_ARG_ROWSIZE_ARG_DEVICEID_ARG = - "Times array is null or too small. times.length={}, rowSize={}, deviceId={}"; + public static final String + TIMES_ARRAY_IS_NULL_OR_TOO_SMALL_TIMES_LENGTH_ARG_ROWSIZE_ARG_DEVICEID_ARG = + "Times array is null or too small. times.length={}, rowSize={}, deviceId={}"; public static final String SERIALIZE_DATA_OF_TSFILE_S_ERROR_SKIP_TSFILEDATA_S = "Serialize data of TsFile %s error, skip TsFileData %s"; - public static final String FAIL_TO_MATERIALIZE_CTE_BECAUSE_THE_DATA_SIZE_EXCEEDED_MEMORY_OR_THE_ROW_COUNT_THRESHOLD = - "Fail to materialize CTE because the data size exceeded memory or the row count threshold"; - public static final String UNEXPECTED_FAILURE_WHEN_HANDLING_PARSING_ERROR_THIS_IS_LIKELY_A_BUG_IN_THE = - "Unexpected failure when handling parsing error. This is likely a bug in the implementation"; - public static final String AND_EXPRESSION_ENCOUNTERED_DURING_TAG_DETERMINED_CHECKING_WILL_BE_CLASSIFIED_INTO_FUZZY = - "And expression encountered during tag-determined checking, will be classified into fuzzy expression. Sql: {}"; - public static final String LOGICAL_EXPRESSION_TYPE_ENCOUNTERED_IN_NOT_EXPRESSION_CHILD_DURING_TAG_DETERMINED = - "Logical expression type encountered in not expression child during tag-determined checking, will be classified into fuzzy expression. Sql: {}"; + public static final String + FAIL_TO_MATERIALIZE_CTE_BECAUSE_THE_DATA_SIZE_EXCEEDED_MEMORY_OR_THE_ROW_COUNT_THRESHOLD = + "Fail to materialize CTE because the data size exceeded memory or the row count threshold"; + public static final String + UNEXPECTED_FAILURE_WHEN_HANDLING_PARSING_ERROR_THIS_IS_LIKELY_A_BUG_IN_THE = + "Unexpected failure when handling parsing error. This is likely a bug in the implementation"; + public static final String + AND_EXPRESSION_ENCOUNTERED_DURING_TAG_DETERMINED_CHECKING_WILL_BE_CLASSIFIED_INTO_FUZZY = + "And expression encountered during tag-determined checking, will be classified into fuzzy expression. Sql: {}"; + public static final String + LOGICAL_EXPRESSION_TYPE_ENCOUNTERED_IN_NOT_EXPRESSION_CHILD_DURING_TAG_DETERMINED = + "Logical expression type encountered in not expression child during tag-determined checking, will be classified into fuzzy expression. Sql: {}"; public static final String VALIDATING_DEVICE_SCHEMA_ARG_ARG_AND_OTHER_ARG_DEVICES = "Validating device schema {}.{} and other {} devices"; - public static final String ILLEGAL_TABLEID_ARG_FOUND_IN_CACHE_WHEN_INVALIDATING_BY_PATH_ARG_INVALIDATE_IT_ANYWAY = - "Illegal tableID {} found in cache when invalidating by path {}, invalidate it anyway"; - public static final String ILLEGAL_DEVICEID_ARG_FOUND_IN_CACHE_WHEN_INVALIDATING_BY_PATH_ARG_INVALIDATE_IT_ANYWAY = - "Illegal deviceID {} found in cache when invalidating by path {}, invalidate it anyway"; - public static final String RULE_S_BEFORE_S_AFTER_S = - "Rule: {}\nBefore:\n{}\nAfter:\n{}"; + public static final String + ILLEGAL_TABLEID_ARG_FOUND_IN_CACHE_WHEN_INVALIDATING_BY_PATH_ARG_INVALIDATE_IT_ANYWAY = + "Illegal tableID {} found in cache when invalidating by path {}, invalidate it anyway"; + public static final String + ILLEGAL_DEVICEID_ARG_FOUND_IN_CACHE_WHEN_INVALIDATING_BY_PATH_ARG_INVALIDATE_IT_ANYWAY = + "Illegal deviceID {} found in cache when invalidating by path {}, invalidate it anyway"; + public static final String RULE_S_BEFORE_S_AFTER_S = "Rule: {}\nBefore:\n{}\nAfter:\n{}"; private DataNodeQueryMessages() {} + // --------------------------------------------------------------------------- // Additional exception messages // --------------------------------------------------------------------------- - public static final String QUERY_EXCEPTION_FAILED_TO_SERIALIZE_INTERMEDIATE_RESULT_FOR_MAXBYACCUMULATOR_2F18B6E7 = - "Failed to serialize intermediate result for MaxByAccumulator."; + public static final String + QUERY_EXCEPTION_FAILED_TO_SERIALIZE_INTERMEDIATE_RESULT_FOR_MAXBYACCUMULATOR_2F18B6E7 = + "Failed to serialize intermediate result for MaxByAccumulator."; public static final String QUERY_EXCEPTION_UNSUPPORTED_DATA_TYPE_IN_AGGREGATION_AVG_S_D1DAD6A6 = "Unsupported data type in aggregation AVG : %s"; public static final String QUERY_EXCEPTION_UNSUPPORTED_DATA_TYPE_IN_MINVALUE_S_BC092694 = @@ -2763,172 +2600,229 @@ private DataNodeQueryMessages() {} "Unsupported data type in Extreme: %s"; public static final String QUERY_EXCEPTION_UNSUPPORTED_DATA_TYPE_IN_FIRSTVALUE_S_97025F25 = "Unsupported data type in FirstValue: %s"; - public static final String QUERY_EXCEPTION_ERROR_OCCURRED_DURING_EXECUTING_UDAF_S_S_PLEASE_CHECK_WHETHER_9E9D20C6 = - "Error occurred during executing UDAF#%s: %s, please check whether the implementation of UDF " - + "is correct according to the udf-api description."; + public static final String + QUERY_EXCEPTION_ERROR_OCCURRED_DURING_EXECUTING_UDAF_S_S_PLEASE_CHECK_WHETHER_9E9D20C6 = + "Error occurred during executing UDAF#%s: %s, please check whether the implementation of UDF " + + "is correct according to the udf-api description."; public static final String QUERY_EXCEPTION_UNSUPPORTED_EXPRESSION_TYPE_S_FD6F5B7C = "unsupported expression type: %s"; public static final String QUERY_EXCEPTION_UNSUPPORTED_DATA_TYPE_IN_MAXVALUE_S_521AC345 = "Unsupported data type in MaxValue: %s"; - public static final String QUERY_EXCEPTION_THERE_IS_NOT_ENOUGH_CPU_TO_EXECUTE_CURRENT_FRAGMENT_INSTANCE_E7719FB8 = - "There is not enough cpu to execute current fragment instance"; - public static final String QUERY_EXCEPTION_THERE_IS_NO_ENOUGH_MEMORY_TO_EXECUTE_CURRENT_FRAGMENT_INSTANCE_CB632843 = - "There is no enough memory to execute current fragment instance"; - public static final String QUERY_EXCEPTION_PLANNODE_RELATED_MEMORY_IS_NOT_ZERO_WHEN_TRYING_TO_DEREGISTER_E01109C5 = - "PlanNode related memory is not zero when trying to deregister FI from query memory pool. " - + "QueryId is : %s, FragmentInstanceId is : %s, Non-zero PlanNode related memory is : %s."; - public static final String QUERY_EXCEPTION_QUERY_IS_ABORTED_SINCE_IT_REQUESTS_MORE_MEMORY_THAN_CAN_D77C2921 = - "Query is aborted since it requests more memory than can be allocated, bytesToReserve: %sB, " - + "maxBytesCanReserve: %sB"; - public static final String QUERY_EXCEPTION_RELATEDMEMORYRESERVED_CAN_T_BE_NULL_WHEN_FREEING_MEMORY_C80009F2 = - "RelatedMemoryReserved can't be null when freeing memory"; + public static final String + QUERY_EXCEPTION_THERE_IS_NOT_ENOUGH_CPU_TO_EXECUTE_CURRENT_FRAGMENT_INSTANCE_E7719FB8 = + "There is not enough cpu to execute current fragment instance"; + public static final String + QUERY_EXCEPTION_THERE_IS_NO_ENOUGH_MEMORY_TO_EXECUTE_CURRENT_FRAGMENT_INSTANCE_CB632843 = + "There is no enough memory to execute current fragment instance"; + public static final String + QUERY_EXCEPTION_PLANNODE_RELATED_MEMORY_IS_NOT_ZERO_WHEN_TRYING_TO_DEREGISTER_E01109C5 = + "PlanNode related memory is not zero when trying to deregister FI from query memory pool. " + + "QueryId is : %s, FragmentInstanceId is : %s, Non-zero PlanNode related memory is : %s."; + public static final String + QUERY_EXCEPTION_QUERY_IS_ABORTED_SINCE_IT_REQUESTS_MORE_MEMORY_THAN_CAN_D77C2921 = + "Query is aborted since it requests more memory than can be allocated, bytesToReserve: %sB, " + + "maxBytesCanReserve: %sB"; + public static final String + QUERY_EXCEPTION_RELATEDMEMORYRESERVED_CAN_T_BE_NULL_WHEN_FREEING_MEMORY_C80009F2 = + "RelatedMemoryReserved can't be null when freeing memory"; public static final String QUERY_EXCEPTION_INTERRUPTED_BY_92FAED2D = "Interrupted By"; public static final String QUERY_EXCEPTION_DRIVER_WAS_INTERRUPTED_737358E4 = "Driver was interrupted"; public static final String QUERY_EXCEPTION_UNSUPPORTED_QUERY_DATA_SOURCE_TYPE_S_7424E63F = "Unsupported query data source type: %s"; - public static final String QUERY_EXCEPTION_REPEATED_RPC_CALL_DETECTED_FOR_FRAGMENTINSTANCE_S_REJECT_BF609A26 = - "Repeated RPC call detected for FragmentInstance %s, reject the duplicated dispatch."; - public static final String QUERY_EXCEPTION_QUERY_HAS_EXECUTED_MORE_THAN_SMS_AND_NOW_IS_IN_FLUSHING_4BF7535B = - "Query has executed more than %sms, and now is in flushing state"; - public static final String QUERY_EXCEPTION_THE_QUERYCONTEXT_DOES_NOT_SUPPORT_ROW_LEVEL_FILTERING_D4CD0678 = - "the QueryContext does not support row level filtering"; + public static final String + QUERY_EXCEPTION_REPEATED_RPC_CALL_DETECTED_FOR_FRAGMENTINSTANCE_S_REJECT_BF609A26 = + "Repeated RPC call detected for FragmentInstance %s, reject the duplicated dispatch."; + public static final String + QUERY_EXCEPTION_QUERY_HAS_EXECUTED_MORE_THAN_SMS_AND_NOW_IS_IN_FLUSHING_4BF7535B = + "Query has executed more than %sms, and now is in flushing state"; + public static final String + QUERY_EXCEPTION_THE_QUERYCONTEXT_DOES_NOT_SUPPORT_ROW_LEVEL_FILTERING_D4CD0678 = + "the QueryContext does not support row level filtering"; public static final String QUERY_EXCEPTION_S_IS_NOT_VIEW_B5840A3C = "%s is not view."; - public static final String QUERY_EXCEPTION_THE_TIMESERIES_S_USED_NEW_TYPE_S_IS_NOT_COMPATIBLE_WITH_455D4D4A = - "The timeseries %s used new type %s is not compatible with the existing one %s."; - public static final String QUERY_EXCEPTION_ALL_CACHED_PAGES_SHOULD_BE_CONSUMED_FIRST_UNSEQPAGEREADERS_55898EFB = - "all cached pages should be consumed first unSeqPageReaders.isEmpty() is %s firstPageReader " - + "!= null is %s mergeReader.hasNextTimeValuePair() = %s"; - public static final String QUERY_EXCEPTION_NOT_SUPPORT_THIS_TYPE_OF_AGGREGATION_WINDOW_S_604F93D0 = - "Not support this type of aggregation window :%s"; - public static final String QUERY_EXCEPTION_UNSUPPORTED_DATA_TYPE_IN_EQUAL_EVENT_AGGREGATION_S_5076ACFE = - "Unsupported data type in equal event aggregation : %s"; - public static final String QUERY_EXCEPTION_UNSUPPORTED_DATA_TYPE_IN_VARIATION_EVENT_AGGREGATION_S_47341532 = - "Unsupported data type in variation event aggregation : %s"; - public static final String QUERY_EXCEPTION_THE_OPERATOR_CANNOT_CONTINUE_UNTIL_THE_LAST_WRITE_OPERATION_1F241343 = - "The operator cannot continue until the last write operation is done."; + public static final String + QUERY_EXCEPTION_THE_TIMESERIES_S_USED_NEW_TYPE_S_IS_NOT_COMPATIBLE_WITH_455D4D4A = + "The timeseries %s used new type %s is not compatible with the existing one %s."; + public static final String + QUERY_EXCEPTION_ALL_CACHED_PAGES_SHOULD_BE_CONSUMED_FIRST_UNSEQPAGEREADERS_55898EFB = + "all cached pages should be consumed first unSeqPageReaders.isEmpty() is %s firstPageReader " + + "!= null is %s mergeReader.hasNextTimeValuePair() = %s"; + public static final String + QUERY_EXCEPTION_NOT_SUPPORT_THIS_TYPE_OF_AGGREGATION_WINDOW_S_604F93D0 = + "Not support this type of aggregation window :%s"; + public static final String + QUERY_EXCEPTION_UNSUPPORTED_DATA_TYPE_IN_EQUAL_EVENT_AGGREGATION_S_5076ACFE = + "Unsupported data type in equal event aggregation : %s"; + public static final String + QUERY_EXCEPTION_UNSUPPORTED_DATA_TYPE_IN_VARIATION_EVENT_AGGREGATION_S_47341532 = + "Unsupported data type in variation event aggregation : %s"; + public static final String + QUERY_EXCEPTION_THE_OPERATOR_CANNOT_CONTINUE_UNTIL_THE_LAST_WRITE_OPERATION_1F241343 = + "The operator cannot continue until the last write operation is done."; public static final String QUERY_EXCEPTION_DATA_TYPE_S_IS_NOT_SUPPORTED_5D5C02E4 = "Data type %s is not supported."; - public static final String QUERY_EXCEPTION_DATA_TYPE_S_IS_NOT_SUPPORTED_WHEN_CONVERT_DATA_AT_CLIENT_405429CC = - "data type %s is not supported when convert data at client"; - public static final String QUERY_EXCEPTION_CHILD_SIZE_OF_INNERTIMEJOINOPERATOR_SHOULD_BE_LARGER_THAN_4E7CF105 = - "Child size of InnerTimeJoinOperator should be larger than 1."; - public static final String QUERY_EXCEPTION_THE_OPERATOR_CANNOT_CONTINUE_UNTIL_THE_FORECAST_EXECUTION_AF8A3145 = - "The operator cannot continue until the forecast execution is done."; - public static final String QUERY_EXCEPTION_RESULT_TYPE_MISMATCH_FOR_ATTRIBUTE_S_EXPECTED_S_ACTUAL_S_E5637B91 = - "Result type mismatch for attribute '%s', expected %s, actual %s"; + public static final String + QUERY_EXCEPTION_DATA_TYPE_S_IS_NOT_SUPPORTED_WHEN_CONVERT_DATA_AT_CLIENT_405429CC = + "data type %s is not supported when convert data at client"; + public static final String + QUERY_EXCEPTION_CHILD_SIZE_OF_INNERTIMEJOINOPERATOR_SHOULD_BE_LARGER_THAN_4E7CF105 = + "Child size of InnerTimeJoinOperator should be larger than 1."; + public static final String + QUERY_EXCEPTION_THE_OPERATOR_CANNOT_CONTINUE_UNTIL_THE_FORECAST_EXECUTION_AF8A3145 = + "The operator cannot continue until the forecast execution is done."; + public static final String + QUERY_EXCEPTION_RESULT_TYPE_MISMATCH_FOR_ATTRIBUTE_S_EXPECTED_S_ACTUAL_S_E5637B91 = + "Result type mismatch for attribute '%s', expected %s, actual %s"; public static final String QUERY_EXCEPTION_DEVICE_ENTRIES_OF_INDEX_S_IS_EMPTY_BCFB0644 = "Device entries of index %s is empty"; - public static final String QUERY_EXCEPTION_SHOULD_NOT_CALL_GETRESULTDATATYPES_METHOD_IN_DEVICEITERATORSCANOPERATOR_E915A153 = - "Should not call getResultDataTypes() method in DeviceIteratorScanOperator"; + public static final String + QUERY_EXCEPTION_SHOULD_NOT_CALL_GETRESULTDATATYPES_METHOD_IN_DEVICEITERATORSCANOPERATOR_E915A153 = + "Should not call getResultDataTypes() method in DeviceIteratorScanOperator"; public static final String QUERY_EXCEPTION_UNEXPECTED_COLUMN_CATEGORY_S_6E60A44E = "Unexpected column category: %s"; - public static final String QUERY_EXCEPTION_DEVICE_ENTRIES_OF_INDEX_S_IN_TABLESCANOPERATOR_IS_EMPTY_FDEB574F = - "Device entries of index %s in TableScanOperator is empty"; - public static final String QUERY_EXCEPTION_MULTILEVELPRIORITYQUEUE_DOES_NOT_SUPPORT_ACCESS_ELEMENT_02FE5AC9 = - "MultilevelPriorityQueue does not support access element by get."; - public static final String QUERY_EXCEPTION_ASCENDING_IS_NOT_SUPPORTED_WHEN_SLIDING_STEP_CONTAINS_MONTH_3446C0DC = - "Ascending is not supported when sliding step contains month."; - public static final String QUERY_EXCEPTION_THIS_OPERATION_IS_NOT_SUPPORTED_IN_SCHEMAMEASUREMENTNODE_93A81AE3 = - "This operation is not supported in SchemaMeasurementNode."; - public static final String QUERY_EXCEPTION_REMOVE_CHILD_OPERATION_IS_NOT_SUPPORTED_IN_SCHEMAMEASUREMENTNODE_940D080F = - "Remove child operation is not supported in SchemaMeasurementNode."; - public static final String QUERY_EXCEPTION_DO_NOT_SUPPORT_CREATE_COLUMNBUILDER_WITH_DATA_TYPE_S_1672578A = - "Do not support create ColumnBuilder with data type %s"; + public static final String + QUERY_EXCEPTION_DEVICE_ENTRIES_OF_INDEX_S_IN_TABLESCANOPERATOR_IS_EMPTY_FDEB574F = + "Device entries of index %s in TableScanOperator is empty"; + public static final String + QUERY_EXCEPTION_MULTILEVELPRIORITYQUEUE_DOES_NOT_SUPPORT_ACCESS_ELEMENT_02FE5AC9 = + "MultilevelPriorityQueue does not support access element by get."; + public static final String + QUERY_EXCEPTION_ASCENDING_IS_NOT_SUPPORTED_WHEN_SLIDING_STEP_CONTAINS_MONTH_3446C0DC = + "Ascending is not supported when sliding step contains month."; + public static final String + QUERY_EXCEPTION_THIS_OPERATION_IS_NOT_SUPPORTED_IN_SCHEMAMEASUREMENTNODE_93A81AE3 = + "This operation is not supported in SchemaMeasurementNode."; + public static final String + QUERY_EXCEPTION_REMOVE_CHILD_OPERATION_IS_NOT_SUPPORTED_IN_SCHEMAMEASUREMENTNODE_940D080F = + "Remove child operation is not supported in SchemaMeasurementNode."; + public static final String + QUERY_EXCEPTION_DO_NOT_SUPPORT_CREATE_COLUMNBUILDER_WITH_DATA_TYPE_S_1672578A = + "Do not support create ColumnBuilder with data type %s"; public static final String QUERY_EXCEPTION_INVALID_CONSTANT_OPERAND_S_939F3B8D = "Invalid constant operand: %s"; - public static final String QUERY_EXCEPTION_THE_DATA_TYPE_OF_THE_STATE_WINDOW_STRATEGY_IS_NOT_VALID_DFFBF210 = - "The data type of the state window strategy is not valid."; - public static final String QUERY_EXCEPTION_STATEWINDOWACCESSSTRATEGY_DOES_NOT_SUPPORT_PURE_CONSTANT_B09D811B = - "StateWindowAccessStrategy does not support pure constant input."; + public static final String + QUERY_EXCEPTION_THE_DATA_TYPE_OF_THE_STATE_WINDOW_STRATEGY_IS_NOT_VALID_DFFBF210 = + "The data type of the state window strategy is not valid."; + public static final String + QUERY_EXCEPTION_STATEWINDOWACCESSSTRATEGY_DOES_NOT_SUPPORT_PURE_CONSTANT_B09D811B = + "StateWindowAccessStrategy does not support pure constant input."; public static final String QUERY_EXCEPTION_UNEXPECTED_ACCESS_STRATEGY_S_92EA9D64 = "Unexpected access strategy: %s"; - public static final String QUERY_EXCEPTION_STATEWINDOWACCESSSTRATEGY_ONLY_SUPPORT_ONE_INPUT_SERIES_6856E52C = - "StateWindowAccessStrategy only support one input series for now."; + public static final String + QUERY_EXCEPTION_STATEWINDOWACCESSSTRATEGY_ONLY_SUPPORT_ONE_INPUT_SERIES_6856E52C = + "StateWindowAccessStrategy only support one input series for now."; public static final String QUERY_EXCEPTION_UNSUPPORTED_SOURCE_DATATYPE_S_EA03E121 = "Unsupported source dataType: %s"; public static final String QUERY_EXCEPTION_UNSUPPORTED_TARGET_DATATYPE_S_8DEFDAE6 = "Unsupported target dataType: %s"; public static final String QUERY_EXCEPTION_UNSUPPORTED_STATEMENT_TYPE_S_FBCA7305 = "Unsupported statement type: %s"; - public static final String QUERY_EXCEPTION_IDENTITYSINKNODE_SHOULD_ONLY_HAVE_ONE_CHILD_IN_TABLE_MODEL_5E995EB3 = - "IdentitySinkNode should only have one child in table model."; + public static final String + QUERY_EXCEPTION_IDENTITYSINKNODE_SHOULD_ONLY_HAVE_ONE_CHILD_IN_TABLE_MODEL_5E995EB3 = + "IdentitySinkNode should only have one child in table model."; public static final String QUERY_EXCEPTION_TREE_DB_NAME_SHOULD_AT_LEAST_BE_TWO_LEVEL_S_772B6832 = "tree db name should at least be two level: %s"; - public static final String QUERY_EXCEPTION_PUSHDOWNOFFSET_SHOULD_NOT_BE_SET_WHEN_ISPUSHLIMITTOEACHDEVICE_9B6D5144 = - "PushDownOffset should not be set when isPushLimitToEachDevice is true."; + public static final String + QUERY_EXCEPTION_PUSHDOWNOFFSET_SHOULD_NOT_BE_SET_WHEN_ISPUSHLIMITTOEACHDEVICE_9B6D5144 = + "PushDownOffset should not be set when isPushLimitToEachDevice is true."; public static final String QUERY_EXCEPTION_DEVICE_ENTRIES_OF_INDEX_S_IN_S_IS_EMPTY_68D1DB60 = "Device entries of index %s in %s is empty"; - public static final String QUERY_EXCEPTION_THE_AGGREGATIONTREEDEVICEVIEWSCANNODE_SHOULD_HAS_BEEN_TRANSFERRED_76A35037 = - "The AggregationTreeDeviceViewScanNode should has been transferred to its child class node"; - public static final String QUERY_EXCEPTION_GROUPING_KEY_MUST_BE_ID_OR_ATTRIBUTE_IN_AGGREGATIONTABLESCAN_7B592AE6 = - "grouping key must be ID or Attribute in AggregationTableScan"; + public static final String + QUERY_EXCEPTION_THE_AGGREGATIONTREEDEVICEVIEWSCANNODE_SHOULD_HAS_BEEN_TRANSFERRED_76A35037 = + "The AggregationTreeDeviceViewScanNode should has been transferred to its child class node"; + public static final String + QUERY_EXCEPTION_GROUPING_KEY_MUST_BE_ID_OR_ATTRIBUTE_IN_AGGREGATIONTABLESCAN_7B592AE6 = + "grouping key must be ID or Attribute in AggregationTableScan"; public static final String QUERY_EXCEPTION_CANNOT_FIND_COLUMN_S_IN_CHILD_S_OUTPUT_10FBE4C8 = "Cannot find column [%s] in child's output"; - public static final String QUERY_EXCEPTION_DESCRIPTOR_S_INPUT_EXPRESSION_MUST_BE_TIMESERIESOPERAND_F4F66475 = - "descriptor's input expression must be TimeSeriesOperand/TimestampOperand, current is %s"; - public static final String QUERY_EXCEPTION_AGGREGATIONMERGESORTNODE_WITHOUT_ORDER_BY_DEVICE_SHOULD_7AED85D1 = - "AggregationMergeSortNode without order by device should not appear here"; - public static final String QUERY_EXCEPTION_UNEXPECTED_PLANNODE_IN_GETOUTPUTCOLUMNTYPESOFTIMEJOINNODE_00FAAEED = - "Unexpected PlanNode in getOutputColumnTypesOfTimeJoinNode, type: %s"; - public static final String QUERY_EXCEPTION_THE_SIZE_OF_MEASUREMENTLIST_AND_TIMESERIESSCHEMAINFOLIST_A6649661 = - "The size of measurementList and timeseriesSchemaInfoList should be equal in aligned path."; - public static final String QUERY_EXCEPTION_THE_PLANNODE_IS_NULL_DURING_LOCAL_EXECUTION_MAYBE_CAUSED_C5B942CA = - "The planNode is null during local execution, maybe caused by closing of the current dataNode"; - public static final String QUERY_EXCEPTION_THERE_IS_NOT_ENOUGH_MEMORY_TO_EXECUTE_CURRENT_FRAGMENT_INSTANCE_6071A581 = - "There is not enough memory to execute current fragment instance, current remaining free " - + "memory is %dB, estimated memory usage for current fragment instance is %dB"; - public static final String QUERY_EXCEPTION_BYTES_TO_RESERVE_FROM_FREE_MEMORY_FOR_OPERATORS_SHOULD_BE_4DC404D5 = - "Bytes to reserve from free memory for operators should be larger than 0"; - public static final String QUERY_EXCEPTION_THERE_IS_NOT_ENOUGH_MEMORY_FOR_QUERY_S_THE_CONTEXTHOLDER_546CDD02 = - "There is not enough memory for Query %s, the contextHolder is %s,current remaining free " - + "memory is %dB, already reserved memory for this context in total is %dB, the memory " - + "requested this time is %dB"; - public static final String QUERY_EXCEPTION_BYTES_TO_RELEASE_TO_FREE_MEMORY_FOR_OPERATORS_SHOULD_BE_3E5B0CB1 = - "Bytes to release to free memory for operators should be larger than 0"; + public static final String + QUERY_EXCEPTION_DESCRIPTOR_S_INPUT_EXPRESSION_MUST_BE_TIMESERIESOPERAND_F4F66475 = + "descriptor's input expression must be TimeSeriesOperand/TimestampOperand, current is %s"; + public static final String + QUERY_EXCEPTION_AGGREGATIONMERGESORTNODE_WITHOUT_ORDER_BY_DEVICE_SHOULD_7AED85D1 = + "AggregationMergeSortNode without order by device should not appear here"; + public static final String + QUERY_EXCEPTION_UNEXPECTED_PLANNODE_IN_GETOUTPUTCOLUMNTYPESOFTIMEJOINNODE_00FAAEED = + "Unexpected PlanNode in getOutputColumnTypesOfTimeJoinNode, type: %s"; + public static final String + QUERY_EXCEPTION_THE_SIZE_OF_MEASUREMENTLIST_AND_TIMESERIESSCHEMAINFOLIST_A6649661 = + "The size of measurementList and timeseriesSchemaInfoList should be equal in aligned path."; + public static final String + QUERY_EXCEPTION_THE_PLANNODE_IS_NULL_DURING_LOCAL_EXECUTION_MAYBE_CAUSED_C5B942CA = + "The planNode is null during local execution, maybe caused by closing of the current dataNode"; + public static final String + QUERY_EXCEPTION_THERE_IS_NOT_ENOUGH_MEMORY_TO_EXECUTE_CURRENT_FRAGMENT_INSTANCE_6071A581 = + "There is not enough memory to execute current fragment instance, current remaining free " + + "memory is %dB, estimated memory usage for current fragment instance is %dB"; + public static final String + QUERY_EXCEPTION_BYTES_TO_RESERVE_FROM_FREE_MEMORY_FOR_OPERATORS_SHOULD_BE_4DC404D5 = + "Bytes to reserve from free memory for operators should be larger than 0"; + public static final String + QUERY_EXCEPTION_THERE_IS_NOT_ENOUGH_MEMORY_FOR_QUERY_S_THE_CONTEXTHOLDER_546CDD02 = + "There is not enough memory for Query %s, the contextHolder is %s,current remaining free " + + "memory is %dB, already reserved memory for this context in total is %dB, the memory " + + "requested this time is %dB"; + public static final String + QUERY_EXCEPTION_BYTES_TO_RELEASE_TO_FREE_MEMORY_FOR_OPERATORS_SHOULD_BE_3E5B0CB1 = + "Bytes to release to free memory for operators should be larger than 0"; public static final String QUERY_EXCEPTION_INVALID_AGGREGATION_EXPRESSION_S_B28EB91B = "Invalid Aggregation Expression: %s"; - public static final String QUERY_EXCEPTION_ILLEGAL_DEVICE_PATH_S_IN_AGGREGATIONPUSHDOWN_RULE_60D5F633 = - "Illegal device path: %s in AggregationPushDown rule."; - public static final String QUERY_EXCEPTION_AGGREGATION_DESCRIPTORS_WITH_NON_ALIGNED_TEMPLATE_ARE_NOT_6D3C7C0F = - "Aggregation descriptors with non aligned template are not supported"; - public static final String QUERY_EXCEPTION_FRAGMENTINSTANCE_S_IS_FAILED_S_MAY_BE_CAUSED_BY_DN_RESTARTING_45D7D52A = - "FragmentInstance[%s] is failed. %s, may be caused by DN restarting."; + public static final String + QUERY_EXCEPTION_ILLEGAL_DEVICE_PATH_S_IN_AGGREGATIONPUSHDOWN_RULE_60D5F633 = + "Illegal device path: %s in AggregationPushDown rule."; + public static final String + QUERY_EXCEPTION_AGGREGATION_DESCRIPTORS_WITH_NON_ALIGNED_TEMPLATE_ARE_NOT_6D3C7C0F = + "Aggregation descriptors with non aligned template are not supported"; + public static final String + QUERY_EXCEPTION_FRAGMENTINSTANCE_S_IS_FAILED_S_MAY_BE_CAUSED_BY_DN_RESTARTING_45D7D52A = + "FragmentInstance[%s] is failed. %s, may be caused by DN restarting."; public static final String QUERY_EXCEPTION_FRAGMENTINSTANCE_S_IS_FAILED_S_566B0005 = "FragmentInstance[%s] is failed. %s"; public static final String QUERY_EXCEPTION_LINE_S_S_S_7CA5F0E1 = "line %s:%s %s"; - public static final String QUERY_EXCEPTION_MISSING_OR_INVALID_COLUMN_CATEGORIES_FOR_TABLE_INSERTION_5DF990B9 = - "Missing or invalid column categories for table insertion"; - public static final String QUERY_EXCEPTION_THE_NAME_OF_A_MEASUREMENT_IN_SCHEMA_TEMPLATE_SHALL_NOT_BE_937264BD = - "The name of a measurement in schema template shall not be null."; + public static final String + QUERY_EXCEPTION_MISSING_OR_INVALID_COLUMN_CATEGORIES_FOR_TABLE_INSERTION_5DF990B9 = + "Missing or invalid column categories for table insertion"; + public static final String + QUERY_EXCEPTION_THE_NAME_OF_A_MEASUREMENT_IN_SCHEMA_TEMPLATE_SHALL_NOT_BE_937264BD = + "The name of a measurement in schema template shall not be null."; public static final String QUERY_EXCEPTION_UNSUPPORTED_COLUMNCATEGORY_S_1260CFFD = "Unsupported ColumnCategory: %s"; public static final String QUERY_EXCEPTION_UNSUPPORTED_RAWEXPRESSION_TYPE_S_CDBBD685 = "unsupported rawExpression type: %s"; - public static final String QUERY_EXCEPTION_AN_ERROR_OCCURRED_WHEN_EXECUTING_GETSCHEMAPARTITION_S_A0156043 = - "An error occurred when executing getSchemaPartition():%s"; - public static final String QUERY_EXCEPTION_AN_ERROR_OCCURRED_WHEN_EXECUTING_GETORCREATESCHEMAPARTITION_4D22BE9B = - "An error occurred when executing getOrCreateSchemaPartition():%s"; - public static final String QUERY_EXCEPTION_AN_ERROR_OCCURRED_WHEN_EXECUTING_GETSCHEMANODEMANAGEMENTPARTITION_84AC8509 = - "An error occurred when executing getSchemaNodeManagementPartition():%s"; - public static final String QUERY_EXCEPTION_AN_ERROR_OCCURRED_WHEN_EXECUTING_GETDATAPARTITION_S_D21A0011 = - "An error occurred when executing getDataPartition():%s"; - public static final String QUERY_EXCEPTION_AN_ERROR_OCCURRED_WHEN_EXECUTING_GETORCREATEDATAPARTITION_2EB2EBBE = - "An error occurred when executing getOrCreateDataPartition():%s"; + public static final String + QUERY_EXCEPTION_AN_ERROR_OCCURRED_WHEN_EXECUTING_GETSCHEMAPARTITION_S_A0156043 = + "An error occurred when executing getSchemaPartition():%s"; + public static final String + QUERY_EXCEPTION_AN_ERROR_OCCURRED_WHEN_EXECUTING_GETORCREATESCHEMAPARTITION_4D22BE9B = + "An error occurred when executing getOrCreateSchemaPartition():%s"; + public static final String + QUERY_EXCEPTION_AN_ERROR_OCCURRED_WHEN_EXECUTING_GETSCHEMANODEMANAGEMENTPARTITION_84AC8509 = + "An error occurred when executing getSchemaNodeManagementPartition():%s"; + public static final String + QUERY_EXCEPTION_AN_ERROR_OCCURRED_WHEN_EXECUTING_GETDATAPARTITION_S_D21A0011 = + "An error occurred when executing getDataPartition():%s"; + public static final String + QUERY_EXCEPTION_AN_ERROR_OCCURRED_WHEN_EXECUTING_GETORCREATEDATAPARTITION_2EB2EBBE = + "An error occurred when executing getOrCreateDataPartition():%s"; public static final String QUERY_EXCEPTION_THE_TYPE_OF_INPUT_EXPRESSION_S_IS_UNKNOWN_841AC714 = "The type of input expression %s is unknown"; - public static final String QUERY_EXCEPTION_MEET_ERROR_WHEN_ANALYZING_THE_QUERY_STATEMENT_S_AD732908 = - "Meet error when analyzing the query statement: %s"; - public static final String QUERY_EXCEPTION_UNSUPPORTED_EXPRESSION_TYPE_FOR_SOURCE_EXPRESSION_S_FB5583E7 = - "unsupported expression type for source expression: %s"; + public static final String + QUERY_EXCEPTION_MEET_ERROR_WHEN_ANALYZING_THE_QUERY_STATEMENT_S_AD732908 = + "Meet error when analyzing the query statement: %s"; + public static final String + QUERY_EXCEPTION_UNSUPPORTED_EXPRESSION_TYPE_FOR_SOURCE_EXPRESSION_S_FB5583E7 = + "unsupported expression type for source expression: %s"; public static final String QUERY_EXCEPTION_UNSUPPORTED_EXPRESSION_TYPE_S_737846D6 = "Unsupported Expression Type: %s"; - public static final String QUERY_EXCEPTION_UNKNOWN_EXPRESSION_TYPE_S_PERHAPS_IT_HAS_NON_EXISTENT_MEASUREMENT_B6705F86 = - "Unknown expression type: %s, perhaps it has non existent measurement."; - public static final String QUERY_EXCEPTION_UNSUPPORTED_EXPRESSION_TYPE_IN_TRANSFORMTOVIEWEXPRESSIONVISITOR_0871FB56 = - "Unsupported expression type in TransformToViewExpressionVisitor: %s"; - public static final String QUERY_EXCEPTION_CAN_NOT_CONSTRUCT_EXPRESSION_USING_NON_VIEW_PATH_IN_TRANSFORMVIEWPATH_A9CCB5B1 = - "Can not construct expression using non view path in transformViewPath!"; + public static final String + QUERY_EXCEPTION_UNKNOWN_EXPRESSION_TYPE_S_PERHAPS_IT_HAS_NON_EXISTENT_MEASUREMENT_B6705F86 = + "Unknown expression type: %s, perhaps it has non existent measurement."; + public static final String + QUERY_EXCEPTION_UNSUPPORTED_EXPRESSION_TYPE_IN_TRANSFORMTOVIEWEXPRESSIONVISITOR_0871FB56 = + "Unsupported expression type in TransformToViewExpressionVisitor: %s"; + public static final String + QUERY_EXCEPTION_CAN_NOT_CONSTRUCT_EXPRESSION_USING_NON_VIEW_PATH_IN_TRANSFORMVIEWPATH_A9CCB5B1 = + "Can not construct expression using non view path in transformViewPath!"; public static final String QUERY_EXCEPTION_UNSUPPORTED_EXPRESSION_TYPE_S_7C6F99A9 = "Unsupported expression type %s"; public static final String QUERY_EXCEPTION_S_CANNOT_BE_CAST_TO_S_DABC2DA0 = @@ -2945,195 +2839,254 @@ private DataNodeQueryMessages() {} "Fetch Schema failed: %s"; public static final String QUERY_EXCEPTION_FAILED_TO_VALIDATE_SCHEMA_FOR_TABLE_S_S_D7031B7B = "Failed to validate schema for table {%s, %s}"; - public static final String QUERY_EXCEPTION_THE_DATABASE_S_DOES_NOT_EXIST_PLEASE_ENABLE_ENABLE_AUTO_B6683D0E = - "The database %s does not exist, please enable 'enable_auto_create_schema' to enable auto " - + "creation."; + public static final String + QUERY_EXCEPTION_THE_DATABASE_S_DOES_NOT_EXIST_PLEASE_ENABLE_ENABLE_AUTO_B6683D0E = + "The database %s does not exist, please enable 'enable_auto_create_schema' to enable auto " + + "creation."; public static final String QUERY_EXCEPTION_AUTO_CREATE_DATABASE_FAILED_S_STATUS_CODE_S_D8EB60FA = "Auto create database failed: %s, status code: %s"; - public static final String QUERY_EXCEPTION_TAG_COLUMN_S_IN_TSFILE_IS_NOT_FOUND_IN_IOTDB_TABLE_S_12E8C1EF = - "Tag column %s in TsFile is not found in IoTDB table %s"; + public static final String + QUERY_EXCEPTION_TAG_COLUMN_S_IN_TSFILE_IS_NOT_FOUND_IN_IOTDB_TABLE_S_12E8C1EF = + "Tag column %s in TsFile is not found in IoTDB table %s"; public static final String QUERY_EXCEPTION_DUPLICATED_MEASUREMENTS_S_IN_DEVICE_S_438713CD = "Duplicated measurements %s in device %s."; public static final String QUERY_EXCEPTION_DATABASE_LEVEL_D_IS_LONGER_THAN_DEVICE_S_9B34DD2F = "Database level %d is longer than device %s."; - public static final String QUERY_EXCEPTION_CREATE_DATABASE_ERROR_STATEMENT_S_RESULT_STATUS_IS_S_5C4AFD58 = - "Create database error, statement: %s, result status is: %s"; - public static final String QUERY_EXCEPTION_DEVICE_S_DOES_NOT_EXIST_IN_IOTDB_AND_CAN_NOT_BE_CREATED_5171DE45 = - "Device %s does not exist in IoTDB and can not be created. Please check weather " - + "auto-create-schema is enabled."; + public static final String + QUERY_EXCEPTION_CREATE_DATABASE_ERROR_STATEMENT_S_RESULT_STATUS_IS_S_5C4AFD58 = + "Create database error, statement: %s, result status is: %s"; + public static final String + QUERY_EXCEPTION_DEVICE_S_DOES_NOT_EXIST_IN_IOTDB_AND_CAN_NOT_BE_CREATED_5171DE45 = + "Device %s does not exist in IoTDB and can not be created. Please check weather " + + "auto-create-schema is enabled."; public static final String QUERY_EXCEPTION_DEVICE_S_IN_TSFILE_IS_S_BUT_IN_IOTDB_IS_S_350D5903 = "Device %s in TsFile is %s, but in IoTDB is %s."; - public static final String QUERY_EXCEPTION_MEASUREMENT_S_DOES_NOT_EXIST_IN_IOTDB_AND_CAN_NOT_BE_CREATED_B1F446A5 = - "Measurement %s does not exist in IoTDB and can not be created. Please check weather " - + "auto-create-schema is enabled."; - public static final String QUERY_EXCEPTION_AN_ERROR_OCCURRED_WHEN_EXECUTING_GETDEVICETODATABASE_S_CCA611CC = - "An error occurred when executing getDeviceToDatabase():%s"; - public static final String QUERY_EXCEPTION_FAILED_TO_GET_REPLICASET_OF_CONSENSUS_GROUPS_IDS_S_CC30C7A6 = - "Failed to get replicaSet of consensus groups[ids= %s]"; - public static final String QUERY_EXCEPTION_AN_ERROR_OCCURRED_WHEN_EXECUTING_GETREGIONREPLICASET_S_370D5526 = - "An error occurred when executing getRegionReplicaSet():%s"; + public static final String + QUERY_EXCEPTION_MEASUREMENT_S_DOES_NOT_EXIST_IN_IOTDB_AND_CAN_NOT_BE_CREATED_B1F446A5 = + "Measurement %s does not exist in IoTDB and can not be created. Please check weather " + + "auto-create-schema is enabled."; + public static final String + QUERY_EXCEPTION_AN_ERROR_OCCURRED_WHEN_EXECUTING_GETDEVICETODATABASE_S_CCA611CC = + "An error occurred when executing getDeviceToDatabase():%s"; + public static final String + QUERY_EXCEPTION_FAILED_TO_GET_REPLICASET_OF_CONSENSUS_GROUPS_IDS_S_CC30C7A6 = + "Failed to get replicaSet of consensus groups[ids= %s]"; + public static final String + QUERY_EXCEPTION_AN_ERROR_OCCURRED_WHEN_EXECUTING_GETREGIONREPLICASET_S_370D5526 = + "An error occurred when executing getRegionReplicaSet():%s"; public static final String QUERY_EXCEPTION_SUBSCRIPTION_IS_NOT_ENABLED_7F43DCBB = "Subscription is not enabled."; - public static final String QUERY_EXCEPTION_FAILED_TO_CREATE_UDF_S_THE_GIVEN_FUNCTION_NAME_CONFLICTS_6FBB1136 = - "Failed to create UDF [%s], the given function name conflicts with the built-in function " - + "name."; - public static final String QUERY_EXCEPTION_THE_SCHEME_OF_URI_IS_NOT_SET_PLEASE_SPECIFY_THE_SCHEME_OF_225DFB9E = - "The scheme of URI is not set, please specify the scheme of URI."; - public static final String QUERY_EXCEPTION_FAILED_TO_GET_EXECUTABLE_FOR_UDF_S_PLEASE_CHECK_THE_URI_F4D87A1E = - "Failed to get executable for UDF '%s', please check the URI."; - public static final String QUERY_EXCEPTION_FAILED_TO_CREATE_FUNCTION_S_BECAUSE_THERE_IS_DUPLICATE_ARGUMENT_7905BC09 = - "Failed to create function '%s', because there is duplicate argument name '%s'."; - public static final String QUERY_EXCEPTION_FAILED_TO_CREATE_FUNCTION_S_BECAUSE_THERE_IS_AN_ARGUMENT_E7A0B1D6 = - "Failed to create function '%s', because there is an argument with OBJECT type '%s'."; - public static final String QUERY_EXCEPTION_FAILED_TO_LOAD_CLASS_S_BECAUSE_IT_S_NOT_FOUND_IN_JAR_FILE_E467D08D = - "Failed to load class '%s', because it's not found in jar file or is invalid: %s"; + public static final String + QUERY_EXCEPTION_FAILED_TO_CREATE_UDF_S_THE_GIVEN_FUNCTION_NAME_CONFLICTS_6FBB1136 = + "Failed to create UDF [%s], the given function name conflicts with the built-in function " + + "name."; + public static final String + QUERY_EXCEPTION_THE_SCHEME_OF_URI_IS_NOT_SET_PLEASE_SPECIFY_THE_SCHEME_OF_225DFB9E = + "The scheme of URI is not set, please specify the scheme of URI."; + public static final String + QUERY_EXCEPTION_FAILED_TO_GET_EXECUTABLE_FOR_UDF_S_PLEASE_CHECK_THE_URI_F4D87A1E = + "Failed to get executable for UDF '%s', please check the URI."; + public static final String + QUERY_EXCEPTION_FAILED_TO_CREATE_FUNCTION_S_BECAUSE_THERE_IS_DUPLICATE_ARGUMENT_7905BC09 = + "Failed to create function '%s', because there is duplicate argument name '%s'."; + public static final String + QUERY_EXCEPTION_FAILED_TO_CREATE_FUNCTION_S_BECAUSE_THERE_IS_AN_ARGUMENT_E7A0B1D6 = + "Failed to create function '%s', because there is an argument with OBJECT type '%s'."; + public static final String + QUERY_EXCEPTION_FAILED_TO_LOAD_CLASS_S_BECAUSE_IT_S_NOT_FOUND_IN_JAR_FILE_E467D08D = + "Failed to load class '%s', because it's not found in jar file or is invalid: %s"; public static final String QUERY_EXCEPTION_BUILT_IN_FUNCTION_S_CAN_NOT_BE_DEREGISTERED_1CC7D3C3 = "Built-in function %s can not be deregistered."; - public static final String QUERY_EXCEPTION_FAILED_TO_GET_EXECUTABLE_FOR_TRIGGER_S_PLEASE_CHECK_THE_DA49134A = - "Failed to get executable for Trigger '%s', please check the URI."; - public static final String QUERY_EXCEPTION_FAILED_TO_CREATE_PIPE_PLUGIN_BECAUSE_THE_URI_IS_EMPTY_7FCB6EF4 = - "Failed to create pipe plugin, because the URI is empty."; - public static final String QUERY_EXCEPTION_FAILED_TO_GET_EXECUTABLE_FOR_PIPEPLUGIN_S_PLEASE_CHECK_THE_FAC5DCB7 = - "Failed to get executable for PipePlugin %s, please check the URI."; - public static final String QUERY_EXCEPTION_FAILED_TO_CREATE_PIPEPLUGIN_S_BECAUSE_THIS_PLUGIN_IS_NOT_F5A284B4 = - "Failed to create PipePlugin '%s', because this plugin is not designed for %s model."; + public static final String + QUERY_EXCEPTION_FAILED_TO_GET_EXECUTABLE_FOR_TRIGGER_S_PLEASE_CHECK_THE_DA49134A = + "Failed to get executable for Trigger '%s', please check the URI."; + public static final String + QUERY_EXCEPTION_FAILED_TO_CREATE_PIPE_PLUGIN_BECAUSE_THE_URI_IS_EMPTY_7FCB6EF4 = + "Failed to create pipe plugin, because the URI is empty."; + public static final String + QUERY_EXCEPTION_FAILED_TO_GET_EXECUTABLE_FOR_PIPEPLUGIN_S_PLEASE_CHECK_THE_FAC5DCB7 = + "Failed to get executable for PipePlugin %s, please check the URI."; + public static final String + QUERY_EXCEPTION_FAILED_TO_CREATE_PIPEPLUGIN_S_BECAUSE_THIS_PLUGIN_IS_NOT_F5A284B4 = + "Failed to create PipePlugin '%s', because this plugin is not designed for %s model."; public static final String QUERY_EXCEPTION_NOT_ALL_SG_IS_READY_9F51CF3E = "not all sg is ready"; - public static final String QUERY_EXCEPTION_CANNOT_START_REPAIR_TASK_BECAUSE_COMPACTION_IS_NOT_ENABLED_975C8DCD = - "cannot start repair task because compaction is not enabled"; + public static final String + QUERY_EXCEPTION_CANNOT_START_REPAIR_TASK_BECAUSE_COMPACTION_IS_NOT_ENABLED_975C8DCD = + "cannot start repair task because compaction is not enabled"; public static final String QUERY_EXCEPTION_PLEASE_ENSURE_YOUR_INPUT_QUERYID_IS_CORRECT_D86C841E = "Please ensure your input is correct"; - public static final String QUERY_EXCEPTION_DUPLICATED_MEASUREMENT_S_IN_DEVICE_TEMPLATE_ALTER_REQUEST_963FE4A6 = - "Duplicated measurement [%s] in device template alter request"; - public static final String QUERY_EXCEPTION_FAILED_TO_CREATE_PIPE_S_BECAUSE_TSFILE_IS_CONFIGURED_WITH_2F8CD704 = - "Failed to create Pipe %s because TSFile is configured with encryption, which prohibits the " - + "use of Pipe"; - public static final String QUERY_EXCEPTION_FAILED_TO_CREATE_PIPE_S_PIPE_NAME_STARTING_WITH_S_ARE_NOT_201FE8C3 = - "Failed to create pipe %s, pipe name starting with \"%s\" are not allowed to be created."; - public static final String QUERY_EXCEPTION_FAILED_TO_ALTER_PIPE_S_PIPE_NAME_STARTING_WITH_S_ARE_NOT_03D99ECF = - "Failed to alter pipe %s, pipe name starting with \"%s\" are not allowed to be altered."; - public static final String QUERY_EXCEPTION_FAILED_TO_GET_PIPE_INFO_FROM_CONFIG_NODE_STATUS_IS_S_FE797D7B = - "Failed to get pipe info from config node, status is %s."; - public static final String QUERY_EXCEPTION_FAILED_TO_ALTER_PIPE_S_PIPE_NOT_FOUND_IN_SYSTEM_63B5D3CC = - "Failed to alter pipe %s, pipe not found in system."; + public static final String + QUERY_EXCEPTION_DUPLICATED_MEASUREMENT_S_IN_DEVICE_TEMPLATE_ALTER_REQUEST_963FE4A6 = + "Duplicated measurement [%s] in device template alter request"; + public static final String + QUERY_EXCEPTION_FAILED_TO_CREATE_PIPE_S_BECAUSE_TSFILE_IS_CONFIGURED_WITH_2F8CD704 = + "Failed to create Pipe %s because TSFile is configured with encryption, which prohibits the " + + "use of Pipe"; + public static final String + QUERY_EXCEPTION_FAILED_TO_CREATE_PIPE_S_PIPE_NAME_STARTING_WITH_S_ARE_NOT_201FE8C3 = + "Failed to create pipe %s, pipe name starting with \"%s\" are not allowed to be created."; + public static final String + QUERY_EXCEPTION_FAILED_TO_ALTER_PIPE_S_PIPE_NAME_STARTING_WITH_S_ARE_NOT_03D99ECF = + "Failed to alter pipe %s, pipe name starting with \"%s\" are not allowed to be altered."; + public static final String + QUERY_EXCEPTION_FAILED_TO_GET_PIPE_INFO_FROM_CONFIG_NODE_STATUS_IS_S_FE797D7B = + "Failed to get pipe info from config node, status is %s."; + public static final String + QUERY_EXCEPTION_FAILED_TO_ALTER_PIPE_S_PIPE_NOT_FOUND_IN_SYSTEM_63B5D3CC = + "Failed to alter pipe %s, pipe not found in system."; public static final String QUERY_EXCEPTION_FAILED_TO_ALTER_PIPE_S_BECAUSE_S_A1823289 = "Failed to alter pipe %s, because %s"; - public static final String QUERY_EXCEPTION_FAILED_TO_START_PIPE_S_PIPE_NAME_STARTING_WITH_S_ARE_NOT_F16D488F = - "Failed to start pipe %s, pipe name starting with \"%s\" are not allowed to be started."; - public static final String QUERY_EXCEPTION_FAILED_TO_DROP_PIPE_S_PIPE_NAME_STARTING_WITH_S_ARE_NOT_840E238B = - "Failed to drop pipe %s, pipe name starting with \"%s\" are not allowed to be dropped."; - public static final String QUERY_EXCEPTION_FAILED_TO_STOP_PIPE_S_PIPE_NAME_STARTING_WITH_S_ARE_NOT_C78DFC3D = - "Failed to stop pipe %s, pipe name starting with \"%s\" are not allowed to be stopped."; + public static final String + QUERY_EXCEPTION_FAILED_TO_START_PIPE_S_PIPE_NAME_STARTING_WITH_S_ARE_NOT_F16D488F = + "Failed to start pipe %s, pipe name starting with \"%s\" are not allowed to be started."; + public static final String + QUERY_EXCEPTION_FAILED_TO_DROP_PIPE_S_PIPE_NAME_STARTING_WITH_S_ARE_NOT_840E238B = + "Failed to drop pipe %s, pipe name starting with \"%s\" are not allowed to be dropped."; + public static final String + QUERY_EXCEPTION_FAILED_TO_STOP_PIPE_S_PIPE_NAME_STARTING_WITH_S_ARE_NOT_C78DFC3D = + "Failed to stop pipe %s, pipe name starting with \"%s\" are not allowed to be stopped."; public static final String QUERY_EXCEPTION_UNKNOWN_DATABASE_S_5AB61128 = "Unknown database %s"; public static final String QUERY_EXCEPTION_DATABASE_S_DOESN_T_EXIST_5A8EE8CA = "Database %s doesn't exist"; public static final String QUERY_EXCEPTION_DATABASE_S_ALREADY_EXISTS_D8BE5332 = "Database %s already exists"; - public static final String QUERY_EXCEPTION_DATA_TYPE_CANNOT_BE_NULL_EXECUTING_THE_STATEMENT_THAT_ALTER_4C959B2F = - "Data type cannot be null executing the statement that alter timeseries %s set data type"; - public static final String QUERY_EXCEPTION_NO_CURRENT_SESSION_AVAILABLE_FOR_PREPARE_STATEMENT_36717E9B = - "No current session available for PREPARE statement"; - public static final String QUERY_EXCEPTION_NO_CURRENT_SESSION_AVAILABLE_FOR_DEALLOCATE_STATEMENT_1EA5DE79 = - "No current session available for DEALLOCATE statement"; + public static final String + QUERY_EXCEPTION_DATA_TYPE_CANNOT_BE_NULL_EXECUTING_THE_STATEMENT_THAT_ALTER_4C959B2F = + "Data type cannot be null executing the statement that alter timeseries %s set data type"; + public static final String + QUERY_EXCEPTION_NO_CURRENT_SESSION_AVAILABLE_FOR_PREPARE_STATEMENT_36717E9B = + "No current session available for PREPARE statement"; + public static final String + QUERY_EXCEPTION_NO_CURRENT_SESSION_AVAILABLE_FOR_DEALLOCATE_STATEMENT_1EA5DE79 = + "No current session available for DEALLOCATE statement"; public static final String QUERY_EXCEPTION_TSFILE_S_IS_LOADING_BY_ANOTHER_SCHEDULER_55077B82 = "TsFile %s is loading by another scheduler."; - public static final String QUERY_EXCEPTION_SERIALIZE_PROGRESS_INDEX_ERROR_ISFIRSTPHASESUCCESS_S_UUID_690F0419 = - "Serialize Progress Index error, isFirstPhaseSuccess: %s, uuid: %s, tsFile: %s"; + public static final String + QUERY_EXCEPTION_SERIALIZE_PROGRESS_INDEX_ERROR_ISFIRSTPHASESUCCESS_S_UUID_690F0419 = + "Serialize Progress Index error, isFirstPhaseSuccess: %s, uuid: %s, tsFile: %s"; public static final String QUERY_EXCEPTION_UNSUPPORTED_TSFILEDATATYPE_S_374475FA = "Unsupported TsFileDataType %s."; public static final String QUERY_EXCEPTION_UNKNOWN_SORT_KEY_S_37965711 = "Unknown sort key %s"; - public static final String QUERY_EXCEPTION_CAN_NOT_FIND_S_ON_THIS_MACHINE_NOTICE_THAT_LOAD_CAN_ONLY_B7886C0E = - "Can not find %s on this machine, notice that load can only handle files on this machine."; - public static final String QUERY_EXCEPTION_LOAD_TSFILE_SOURCE_PATH_S_IS_OUTSIDE_ALLOWED_DIRECTORIES_85A6019F = - "Load TsFile source path %s is outside allowed directories %s."; + public static final String + QUERY_EXCEPTION_CAN_NOT_FIND_S_ON_THIS_MACHINE_NOTICE_THAT_LOAD_CAN_ONLY_B7886C0E = + "Can not find %s on this machine, notice that load can only handle files on this machine."; + public static final String + QUERY_EXCEPTION_LOAD_TSFILE_SOURCE_PATH_S_IS_OUTSIDE_ALLOWED_DIRECTORIES_85A6019F = + "Load TsFile source path %s is outside allowed directories %s."; public static final String QUERY_EXCEPTION_CANNOT_LOAD_FILES_BECAUSE_SPECIFIED_DIRECTORY_CONTAINS_IOTDB_DATA_B0A1B93D = "Cannot load files because the specified directory contains IoTDB data."; - public static final String QUERY_EXCEPTION_FAILED_TO_RESOLVE_CANONICAL_PATH_FOR_LOAD_TSFILE_SOURCE_09CC9AC6 = - "Failed to resolve canonical path for Load TsFile source %s: %s"; - public static final String QUERY_EXCEPTION_DATA_TYPE_IS_NOT_CONSISTENT_INPUT_S_REGISTERED_S_AE9DBDC0 = - "data type is not consistent, input %s, registered %s"; + public static final String + QUERY_EXCEPTION_FAILED_TO_RESOLVE_CANONICAL_PATH_FOR_LOAD_TSFILE_SOURCE_09CC9AC6 = + "Failed to resolve canonical path for Load TsFile source %s: %s"; + public static final String + QUERY_EXCEPTION_DATA_TYPE_IS_NOT_CONSISTENT_INPUT_S_REGISTERED_S_AE9DBDC0 = + "data type is not consistent, input %s, registered %s"; public static final String QUERY_EXCEPTION_REGIONREPLICASET_IS_INVALID_S_1C2671AD = "regionReplicaSet is invalid: %s"; - public static final String QUERY_EXCEPTION_PLANNODE_SHOULD_BE_IWRITEPLANNODE_IN_WRITE_OPERATION_S_36501D8A = - "PlanNode should be IWritePlanNode in WRITE operation:%s"; - public static final String QUERY_EXCEPTION_SIZE_OF_DEVICES_AND_ITS_CHILDREN_IN_DEVICEVIEWNODE_SHOULD_10709A84 = - "size of devices and its children in DeviceViewNode should be same"; - public static final String QUERY_EXCEPTION_IN_NON_CROSS_DATA_REGION_DEVICE_VIEW_SITUATION_EACH_DEVICE_3A76445B = - "In non-cross data region device-view situation, each device should only have on data " - + "partition."; - public static final String QUERY_EXCEPTION_IN_NON_CROSS_DATA_REGION_AGGREGATION_DEVICE_VIEW_SITUATION_557AE5D2 = - "In non-cross data region aggregation device-view situation, each rewrite child node of " - + "DeviceView should only be one."; - public static final String QUERY_EXCEPTION_ALL_CHILD_NODES_OF_INNERTIMEJOINNODE_SHOULD_BE_SERIESSOURCENODE_B92B181D = - "All child nodes of InnerTimeJoinNode should be SeriesSourceNode"; - public static final String QUERY_EXCEPTION_YOU_SHOULD_NEVER_SEE_CONTINUOUSSAMESEARCHINDEXSEPARATORNODE_F380A4B6 = - "You should never see ContinuousSameSearchIndexSeparatorNode in this function, because " - + "ContinuousSameSearchIndexSeparatorNode should never be used in network transmission."; - public static final String QUERY_EXCEPTION_AGGREGATIONTREEDEVICEVIEWSCANNODE_SHOULD_NOT_BE_DESERIALIZED_11788F1B = - "AggregationTreeDeviceViewScanNode should not be deserialized"; - public static final String QUERY_EXCEPTION_CONTINUOUSSAMESEARCHINDEXSEPARATORNODE_NOT_SUPPORT_MERGE_FD194976 = - "ContinuousSameSearchIndexSeparatorNode not support merge"; - public static final String QUERY_EXCEPTION_DELETEDATANODES_WHICH_START_TIME_OR_END_TIME_ARE_NOT_SAME_F396951C = - "DeleteDataNodes which start time or end time are not same cannot be merged"; - public static final String QUERY_EXCEPTION_NO_CHILD_IS_ALLOWED_FOR_ALIGNEDSERIESAGGREGATIONSCANNODE_41654FE2 = - "no child is allowed for AlignedSeriesAggregationScanNode"; - public static final String QUERY_EXCEPTION_DEVICES_IN_TSFILE_S_IS_EMPTY_THIS_SHOULD_NOT_HAPPEN_HERE_BC1BE63C = - "Devices in TsFile %s is empty, this should not happen here."; - public static final String QUERY_EXCEPTION_DEVICEMERGENODE_SHOULD_HAVE_ONLY_ONE_LOCAL_CHILD_IN_SINGLE_D1A2E6CF = - "DeviceMergeNode should have only one local child in single data region."; - public static final String QUERY_EXCEPTION_GETOUTPUTCOLUMNNAMES_OF_CREATEMULTITIMESERIESNODE_IS_NOT_9D02257A = - "getOutputColumnNames of CreateMultiTimeSeriesNode is not implemented"; - public static final String QUERY_EXCEPTION_GETOUTPUTCOLUMNNAMES_OF_ALTERLOGICALVIEWNODE_IS_NOT_IMPLEMENTED_D2294789 = - "getOutputColumnNames of AlterLogicalViewNode is not implemented"; + public static final String + QUERY_EXCEPTION_PLANNODE_SHOULD_BE_IWRITEPLANNODE_IN_WRITE_OPERATION_S_36501D8A = + "PlanNode should be IWritePlanNode in WRITE operation:%s"; + public static final String + QUERY_EXCEPTION_SIZE_OF_DEVICES_AND_ITS_CHILDREN_IN_DEVICEVIEWNODE_SHOULD_10709A84 = + "size of devices and its children in DeviceViewNode should be same"; + public static final String + QUERY_EXCEPTION_IN_NON_CROSS_DATA_REGION_DEVICE_VIEW_SITUATION_EACH_DEVICE_3A76445B = + "In non-cross data region device-view situation, each device should only have on data " + + "partition."; + public static final String + QUERY_EXCEPTION_IN_NON_CROSS_DATA_REGION_AGGREGATION_DEVICE_VIEW_SITUATION_557AE5D2 = + "In non-cross data region aggregation device-view situation, each rewrite child node of " + + "DeviceView should only be one."; + public static final String + QUERY_EXCEPTION_ALL_CHILD_NODES_OF_INNERTIMEJOINNODE_SHOULD_BE_SERIESSOURCENODE_B92B181D = + "All child nodes of InnerTimeJoinNode should be SeriesSourceNode"; + public static final String + QUERY_EXCEPTION_YOU_SHOULD_NEVER_SEE_CONTINUOUSSAMESEARCHINDEXSEPARATORNODE_F380A4B6 = + "You should never see ContinuousSameSearchIndexSeparatorNode in this function, because " + + "ContinuousSameSearchIndexSeparatorNode should never be used in network transmission."; + public static final String + QUERY_EXCEPTION_AGGREGATIONTREEDEVICEVIEWSCANNODE_SHOULD_NOT_BE_DESERIALIZED_11788F1B = + "AggregationTreeDeviceViewScanNode should not be deserialized"; + public static final String + QUERY_EXCEPTION_CONTINUOUSSAMESEARCHINDEXSEPARATORNODE_NOT_SUPPORT_MERGE_FD194976 = + "ContinuousSameSearchIndexSeparatorNode not support merge"; + public static final String + QUERY_EXCEPTION_DELETEDATANODES_WHICH_START_TIME_OR_END_TIME_ARE_NOT_SAME_F396951C = + "DeleteDataNodes which start time or end time are not same cannot be merged"; + public static final String + QUERY_EXCEPTION_NO_CHILD_IS_ALLOWED_FOR_ALIGNEDSERIESAGGREGATIONSCANNODE_41654FE2 = + "no child is allowed for AlignedSeriesAggregationScanNode"; + public static final String + QUERY_EXCEPTION_DEVICES_IN_TSFILE_S_IS_EMPTY_THIS_SHOULD_NOT_HAPPEN_HERE_BC1BE63C = + "Devices in TsFile %s is empty, this should not happen here."; + public static final String + QUERY_EXCEPTION_DEVICEMERGENODE_SHOULD_HAVE_ONLY_ONE_LOCAL_CHILD_IN_SINGLE_D1A2E6CF = + "DeviceMergeNode should have only one local child in single data region."; + public static final String + QUERY_EXCEPTION_GETOUTPUTCOLUMNNAMES_OF_CREATEMULTITIMESERIESNODE_IS_NOT_9D02257A = + "getOutputColumnNames of CreateMultiTimeSeriesNode is not implemented"; + public static final String + QUERY_EXCEPTION_GETOUTPUTCOLUMNNAMES_OF_ALTERLOGICALVIEWNODE_IS_NOT_IMPLEMENTED_D2294789 = + "getOutputColumnNames of AlterLogicalViewNode is not implemented"; public static final String EXCEPTION_APACHE_IOTDB_DOES_NOT_SUPPORT_THIS_OPERATION_ON_DATABASE_ARG_B09ADFD7 = "Apache IoTDB does not support this operation on database '%s'."; - public static final String QUERY_EXCEPTION_THE_DATABASE_S_CAN_ONLY_BE_QUERIED_BY_AUDIT_ADMIN_4A510F66 = - "The database '%s' can only be queried by AUDIT admin."; + public static final String + QUERY_EXCEPTION_THE_DATABASE_S_CAN_ONLY_BE_QUERIED_BY_AUDIT_ADMIN_4A510F66 = + "The database '%s' can only be queried by AUDIT admin."; public static final String QUERY_EXCEPTION_UNEXPECTED_WINDOW_FRAME_TYPE_S_F06F81B8 = "unexpected window frame type: %s"; - public static final String QUERY_EXCEPTION_SIZE_OF_COLUMN_NAMES_AND_COLUMN_DATA_TYPES_DO_NOT_MATCH_9333D273 = - "Size of column names and column data types do not match"; + public static final String + QUERY_EXCEPTION_SIZE_OF_COLUMN_NAMES_AND_COLUMN_DATA_TYPES_DO_NOT_MATCH_9333D273 = + "Size of column names and column data types do not match"; public static final String QUERY_EXCEPTION_FAILED_TO_FETCH_FRAGMENT_INSTANCE_STATISTICS_45176795 = "Failed to fetch fragment instance statistics"; - public static final String QUERY_EXCEPTION_UNABLE_TO_REMOVE_FIRST_NODE_WHEN_A_NODE_HAS_MULTIPLE_CHILDREN_FB6E81C5 = - "Unable to remove first node when a node has multiple children, use removeAll instead"; - public static final String QUERY_EXCEPTION_UNABLE_TO_REPLACE_FIRST_NODE_WHEN_A_NODE_HAS_MULTIPLE_CHILDREN_2C3D0E9E = - "Unable to replace first node when a node has multiple children, use replaceAll instead"; - public static final String QUERY_EXCEPTION_UNSUPPORTED_EXPRESSION_IN_EXTRACTGLOBALTIMEPREDICATE_S_083B1BFA = - "Unsupported expression in extractGlobalTimePredicate: %s"; + public static final String + QUERY_EXCEPTION_UNABLE_TO_REMOVE_FIRST_NODE_WHEN_A_NODE_HAS_MULTIPLE_CHILDREN_FB6E81C5 = + "Unable to remove first node when a node has multiple children, use removeAll instead"; + public static final String + QUERY_EXCEPTION_UNABLE_TO_REPLACE_FIRST_NODE_WHEN_A_NODE_HAS_MULTIPLE_CHILDREN_2C3D0E9E = + "Unable to replace first node when a node has multiple children, use replaceAll instead"; + public static final String + QUERY_EXCEPTION_UNSUPPORTED_EXPRESSION_IN_EXTRACTGLOBALTIMEPREDICATE_S_083B1BFA = + "Unsupported expression in extractGlobalTimePredicate: %s"; public static final String QUERY_EXCEPTION_NOT_A_VALID_IR_EXPRESSION_S_03C41ADD = "Not a valid IR expression: %s"; public static final String QUERY_EXCEPTION_UNKNOWN_ALIGNEDDEVICEENTRY_TYPE_S_370A0039 = "Unknown AlignedDeviceEntry Type: %s"; public static final String QUERY_EXCEPTION_UNSUPPORTED_SELECTITEM_TYPE_S_4B0B155A = "Unsupported SelectItem type: %s"; - public static final String QUERY_EXCEPTION_THIS_VISITOR_ONLY_SUPPORTED_PROCESS_OF_EXPRESSION_7CEB79CB = - "This Visitor only supported process of Expression"; + public static final String + QUERY_EXCEPTION_THIS_VISITOR_ONLY_SUPPORTED_PROCESS_OF_EXPRESSION_7CEB79CB = + "This Visitor only supported process of Expression"; public static final String QUERY_EXCEPTION_UNSUPPORTED_GROUPING_ELEMENT_TYPE_S_B3C526E6 = "Unsupported grouping element type: %s"; public static final String QUERY_EXCEPTION_UNSUPPORTED_JOIN_CRITERIA_S_311289C1 = "Unsupported join criteria: %s"; public static final String QUERY_EXCEPTION_DUPLICATE_ARGUMENT_SPECIFICATION_FOR_NAME_S_F804F3DC = "Duplicate argument specification for name: %s"; - public static final String QUERY_EXCEPTION_FORECASTTABLEFUNCTION_MUST_CONTAIN_FORECASTTABLEFUNCTION_DA5828E9 = - "ForecastTableFunction must contain ForecastTableFunction.TIMECOL_PARAMETER_NAME"; + public static final String + QUERY_EXCEPTION_FORECASTTABLEFUNCTION_MUST_CONTAIN_FORECASTTABLEFUNCTION_DA5828E9 = + "ForecastTableFunction must contain ForecastTableFunction.TIMECOL_PARAMETER_NAME"; public static final String QUERY_EXCEPTION_UNEXPECTED_ARGUMENT_SPECIFICATION_S_830154B1 = "Unexpected argument specification: %s"; public static final String QUERY_EXCEPTION_UNEXPECTED_PARTITIONBY_EXPRESSION_S_8D74EB2D = "Unexpected partitionBy expression: %s"; public static final String QUERY_EXCEPTION_UNEXPECTED_ORDERBY_EXPRESSION_S_9301B69E = "Unexpected orderBy expression: %s"; - public static final String QUERY_EXCEPTION_AGGREGATION_ANALYSIS_NOT_YET_IMPLEMENTED_FOR_S_38B64170 = - "aggregation analysis not yet implemented for: %s"; + public static final String + QUERY_EXCEPTION_AGGREGATION_ANALYSIS_NOT_YET_IMPLEMENTED_FOR_S_38B64170 = + "aggregation analysis not yet implemented for: %s"; public static final String QUERY_EXCEPTION_UNEXPECTED_VALUE_LIST_TYPE_FOR_INPREDICATE_S_3D50B78B = "Unexpected value list type for InPredicate: %s"; public static final String QUERY_EXCEPTION_UNEXPECTED_COMPARISON_TYPE_S_5D101FCB = "Unexpected comparison type: %s"; public static final String QUERY_EXCEPTION_ZERO_LENGTH_DELIMITED_IDENTIFIER_NOT_ALLOWED_00C9ADEC = "Zero-length delimited identifier not allowed"; - public static final String QUERY_EXCEPTION_BACKQUOTED_IDENTIFIERS_ARE_NOT_SUPPORTED_USE_DOUBLE_QUOTES_78BC7EE3 = - "backquoted identifiers are not supported; use double quotes to quote identifiers"; + public static final String + QUERY_EXCEPTION_BACKQUOTED_IDENTIFIERS_ARE_NOT_SUPPORTED_USE_DOUBLE_QUOTES_78BC7EE3 = + "backquoted identifiers are not supported; use double quotes to quote identifiers"; public static final String QUERY_EXCEPTION_UNSUPPORTED_UNBOUNDED_TYPE_S_2D943211 = "Unsupported unbounded type: %s"; public static final String QUERY_EXCEPTION_ONLY_SUPPORT_MEASUREMENT_COLUMN_IN_FILTER_S_140800D9 = @@ -3146,88 +3099,113 @@ private DataNodeQueryMessages() {} "Unsupported logical operator %s"; public static final String QUERY_EXCEPTION_S_IS_NOT_SUPPORTED_IN_VALUE_PUSH_DOWN_DD54E38A = "%s is not supported in value push down"; - public static final String QUERY_EXCEPTION_SHOULD_NOT_REACH_HERE_BEFORE_PREDICATECOMBINEINTOTABLESCANCHECKER_C591ED7D = - "Should not reach here before PredicateCombineIntoTableScanChecker support Extract push-down " - + "in third child"; - public static final String QUERY_EXCEPTION_COLUMNSCHEMA_OF_SYMBOL_S_ISN_T_SAVED_IN_SCHEMAMAP_3A172EBC = - "ColumnSchema of Symbol %s isn't saved in schemaMap"; - public static final String QUERY_EXCEPTION_SHOULD_NEVER_RETURN_NULL_IN_PREDICATECOMBINEINTOTABLESCANCHECKER_2A687052 = - "Should never return null in PredicateCombineIntoTableScanChecker."; - public static final String QUERY_EXCEPTION_EITHER_LEFT_OR_RIGHT_OPERAND_OF_COMPARISONEXPRESSION_SHOULD_FC89CE57 = - "Either left or right operand of ComparisonExpression should have time column."; - public static final String QUERY_EXCEPTION_SHOULD_NOT_REACH_HERE_BEFORE_GLOBALTIMEPREDICATEEXTRACTVISITOR_3ECC819B = - "Should not reach here before GlobalTimePredicateExtractVisitor support Extract push-down in " - + "second child"; - public static final String QUERY_EXCEPTION_SHOULD_NOT_REACH_HERE_BEFORE_GLOBALTIMEPREDICATEEXTRACTVISITOR_FB8489E8 = - "Should not reach here before GlobalTimePredicateExtractVisitor support Extract push-down in " - + "third child"; - public static final String QUERY_EXCEPTION_THREE_OPERAND_OF_BETWEEN_EXPRESSION_SHOULD_HAVE_TIME_COLUMN_25ED881D = - "Three operand of between expression should have time column."; + public static final String + QUERY_EXCEPTION_SHOULD_NOT_REACH_HERE_BEFORE_PREDICATECOMBINEINTOTABLESCANCHECKER_C591ED7D = + "Should not reach here before PredicateCombineIntoTableScanChecker support Extract push-down " + + "in third child"; + public static final String + QUERY_EXCEPTION_COLUMNSCHEMA_OF_SYMBOL_S_ISN_T_SAVED_IN_SCHEMAMAP_3A172EBC = + "ColumnSchema of Symbol %s isn't saved in schemaMap"; + public static final String + QUERY_EXCEPTION_SHOULD_NEVER_RETURN_NULL_IN_PREDICATECOMBINEINTOTABLESCANCHECKER_2A687052 = + "Should never return null in PredicateCombineIntoTableScanChecker."; + public static final String + QUERY_EXCEPTION_EITHER_LEFT_OR_RIGHT_OPERAND_OF_COMPARISONEXPRESSION_SHOULD_FC89CE57 = + "Either left or right operand of ComparisonExpression should have time column."; + public static final String + QUERY_EXCEPTION_SHOULD_NOT_REACH_HERE_BEFORE_GLOBALTIMEPREDICATEEXTRACTVISITOR_3ECC819B = + "Should not reach here before GlobalTimePredicateExtractVisitor support Extract push-down in " + + "second child"; + public static final String + QUERY_EXCEPTION_SHOULD_NOT_REACH_HERE_BEFORE_GLOBALTIMEPREDICATEEXTRACTVISITOR_FB8489E8 = + "Should not reach here before GlobalTimePredicateExtractVisitor support Extract push-down in " + + "third child"; + public static final String + QUERY_EXCEPTION_THREE_OPERAND_OF_BETWEEN_EXPRESSION_SHOULD_HAVE_TIME_COLUMN_25ED881D = + "Three operand of between expression should have time column."; public static final String QUERY_EXCEPTION_FETCH_TABLE_DEVICE_SCHEMA_FAILED_BECAUSE_S_20B7D6C2 = "Fetch Table Device Schema failed because %s"; public static final String QUERY_EXCEPTION_THE_SCHEMA_FILTER_TYPE_S_IS_NOT_SUPPORTED_200D1E0B = "The schema filter type %s is not supported"; - public static final String QUERY_EXCEPTION_AUTO_CREATE_TABLE_SUCCEED_BUT_CANNOT_GET_TABLE_SCHEMA_IN_74985A8E = - "auto create table succeed, but cannot get table schema in current node's " - + "DataNodeTableCache, may be caused by concurrently auto creating table"; - public static final String QUERY_EXCEPTION_CAN_NOT_CREATE_TABLE_BECAUSE_INCOMING_TABLE_HAS_NO_LESS_D3D33555 = - "Can not create table because incoming table has no less tag columns than existing table, " - + "and the existing tag columns are not the prefix of the incoming tag columns. Existing tag " - + "column: %s, index in existing table: %s, index in incoming table: %s"; - public static final String QUERY_EXCEPTION_CAN_NOT_CREATE_TABLE_BECAUSE_EXISTING_TABLE_HAS_MORE_TAG_8364B675 = - "Can not create table because existing table has more tag columns than incoming table, and " - + "the incoming tag columns are not the prefix of the existing tag columns. Incoming tag " - + "column: %s, index in existing table: %s, index in incoming table: %s"; + public static final String + QUERY_EXCEPTION_AUTO_CREATE_TABLE_SUCCEED_BUT_CANNOT_GET_TABLE_SCHEMA_IN_74985A8E = + "auto create table succeed, but cannot get table schema in current node's " + + "DataNodeTableCache, may be caused by concurrently auto creating table"; + public static final String + QUERY_EXCEPTION_CAN_NOT_CREATE_TABLE_BECAUSE_INCOMING_TABLE_HAS_NO_LESS_D3D33555 = + "Can not create table because incoming table has no less tag columns than existing table, " + + "and the existing tag columns are not the prefix of the incoming tag columns. Existing tag " + + "column: %s, index in existing table: %s, index in incoming table: %s"; + public static final String + QUERY_EXCEPTION_CAN_NOT_CREATE_TABLE_BECAUSE_EXISTING_TABLE_HAS_MORE_TAG_8364B675 = + "Can not create table because existing table has more tag columns than incoming table, and " + + "the incoming tag columns are not the prefix of the existing tag columns. Incoming tag " + + "column: %s, index in existing table: %s, index in incoming table: %s"; public static final String QUERY_EXCEPTION_AUTO_ADD_TABLE_COLUMN_FAILED_S_S_02F3DD19 = "Auto add table column failed: %s.%s"; - public static final String QUERY_EXCEPTION_CANNOT_CREATE_COLUMN_S_CATEGORY_IS_NOT_PROVIDED_E5410BD3 = - "Cannot create column %s category is not provided"; - public static final String QUERY_EXCEPTION_CANNOT_CREATE_COLUMN_S_DATATYPE_IS_NOT_PROVIDED_2A7D27FA = - "Cannot create column %s datatype is not provided"; + public static final String + QUERY_EXCEPTION_CANNOT_CREATE_COLUMN_S_CATEGORY_IS_NOT_PROVIDED_E5410BD3 = + "Cannot create column %s category is not provided"; + public static final String + QUERY_EXCEPTION_CANNOT_CREATE_COLUMN_S_DATATYPE_IS_NOT_PROVIDED_2A7D27FA = + "Cannot create column %s datatype is not provided"; public static final String QUERY_EXCEPTION_UNKNOWN_COLUMNCATEGORY_FOR_ADDING_COLUMN_S_ED1BF7FA = "Unknown ColumnCategory for adding column: %s"; public static final String QUERY_EXCEPTION_VISIT_NOT_IMPLEMENTED_FOR_S_1A798A4D = "visit() not implemented for %s"; - public static final String QUERY_EXCEPTION_UNSUPPORTED_DATA_TYPE_FOR_SCALAR_SUBQUERY_RESULT_S_4381E489 = - "Unsupported data type for scalar subquery result: %s"; - public static final String QUERY_EXCEPTION_TOPKNODE_MUST_BE_APPEARED_AFTER_PUSHLIMITOFFSETINTOTABLESCAN_844A065D = - "TopKNode must be appeared after PushLimitOffsetIntoTableScan"; - public static final String QUERY_EXCEPTION_TABLE_MODEL_CAN_ONLY_PROCESS_DATA_ONLY_IN_ONE_DATABASE_YET_AB8C1EF5 = - "Table model can only process data only in one database yet!"; - public static final String QUERY_EXCEPTION_UNSUPPORTED_JOIN_TYPE_IN_PREDICATE_PUSH_DOWN_S_4493D86C = - "Unsupported join type in predicate push down: %s"; + public static final String + QUERY_EXCEPTION_UNSUPPORTED_DATA_TYPE_FOR_SCALAR_SUBQUERY_RESULT_S_4381E489 = + "Unsupported data type for scalar subquery result: %s"; + public static final String + QUERY_EXCEPTION_TOPKNODE_MUST_BE_APPEARED_AFTER_PUSHLIMITOFFSETINTOTABLESCAN_844A065D = + "TopKNode must be appeared after PushLimitOffsetIntoTableScan"; + public static final String + QUERY_EXCEPTION_TABLE_MODEL_CAN_ONLY_PROCESS_DATA_ONLY_IN_ONE_DATABASE_YET_AB8C1EF5 = + "Table model can only process data only in one database yet!"; + public static final String + QUERY_EXCEPTION_UNSUPPORTED_JOIN_TYPE_IN_PREDICATE_PUSH_DOWN_S_4493D86C = + "Unsupported join type in predicate push down: %s"; public static final String QUERY_EXCEPTION_UNSUPPORTED_PLAN_NODE_S_72DD2270 = "Unsupported plan node %s"; - public static final String QUERY_EXCEPTION_AN_ERROR_OCCURRED_WHEN_EXECUTING_GETREADABLEDATAREGIONS_A884A6BB = - "An error occurred when executing getReadableDataRegions():%s"; - public static final String QUERY_EXCEPTION_AN_ERROR_OCCURRED_WHEN_EXECUTING_GETREADABLEDATANODELOCATIONS_54CBD60D = - "An error occurred when executing getReadableDataNodeLocations():%s"; + public static final String + QUERY_EXCEPTION_AN_ERROR_OCCURRED_WHEN_EXECUTING_GETREADABLEDATAREGIONS_A884A6BB = + "An error occurred when executing getReadableDataRegions():%s"; + public static final String + QUERY_EXCEPTION_AN_ERROR_OCCURRED_WHEN_EXECUTING_GETREADABLEDATANODELOCATIONS_54CBD60D = + "An error occurred when executing getReadableDataNodeLocations():%s"; public static final String QUERY_EXCEPTION_UNSUPPORTED_QUANTIFIED_COMPARISON_S_C3700430 = "Unsupported quantified comparison: %s"; public static final String QUERY_EXCEPTION_UNEXPECTED_QUANTIFIEDCOMPARISON_S_F13E4EB2 = "Unexpected quantifiedComparison: %s"; public static final String QUERY_EXCEPTION_UNEXPECTED_QUANTIFIER_S_62214B74 = "Unexpected Quantifier: %s"; - public static final String QUERY_EXCEPTION_THIS_OPTIMIZER_SHOULD_BE_USED_BEFORE_OPTIMIZER_OF_PUSHAGGREGATIONINTOTABLESCAN_9F6016E3 = - "This optimizer should be used before optimizer of PushAggregationIntoTableScan"; + public static final String + QUERY_EXCEPTION_THIS_OPTIMIZER_SHOULD_BE_USED_BEFORE_OPTIMIZER_OF_PUSHAGGREGATIONINTOTABLESCAN_9F6016E3 = + "This optimizer should be used before optimizer of PushAggregationIntoTableScan"; public static final String QUERY_EXCEPTION_UNSUPPORTED_VALUEPOINTER_TYPE_S_4147FFFB = "Unsupported ValuePointer type: %s"; - public static final String QUERY_EXCEPTION_SYMBOL_S_IS_NOT_EXIST_IN_FETYPEPROVIDER_WITH_S_5CBBFB8B = - "Symbol: %s is not exist in feTypeProvider with %s"; - public static final String QUERY_EXCEPTION_RIGHT_JOIN_SHOULD_BE_TRANSFORMED_TO_LEFT_JOIN_IN_PREVIOUS_D6B56B1F = - "RIGHT Join should be transformed to LEFT Join in previous process"; - public static final String QUERY_EXCEPTION_NO_AVAILABLE_DATANODES_MAY_BE_THE_CLUSTER_IS_CLOSING_E13B8C50 = - "No available dataNodes, may be the cluster is closing"; - public static final String QUERY_EXCEPTION_SHOULD_NEVER_REACH_HERE_CHILD_ORDERING_S_PREGROUPEDSYMBOLS_79A94AB5 = - "Should never reach here. Child ordering: %s. PreGroupedSymbols: %s"; + public static final String + QUERY_EXCEPTION_SYMBOL_S_IS_NOT_EXIST_IN_FETYPEPROVIDER_WITH_S_5CBBFB8B = + "Symbol: %s is not exist in feTypeProvider with %s"; + public static final String + QUERY_EXCEPTION_RIGHT_JOIN_SHOULD_BE_TRANSFORMED_TO_LEFT_JOIN_IN_PREVIOUS_D6B56B1F = + "RIGHT Join should be transformed to LEFT Join in previous process"; + public static final String + QUERY_EXCEPTION_NO_AVAILABLE_DATANODES_MAY_BE_THE_CLUSTER_IS_CLOSING_E13B8C50 = + "No available dataNodes, may be the cluster is closing"; + public static final String + QUERY_EXCEPTION_SHOULD_NEVER_REACH_HERE_CHILD_ORDERING_S_PREGROUPEDSYMBOLS_79A94AB5 = + "Should never reach here. Child ordering: %s. PreGroupedSymbols: %s"; public static final String QUERY_EXCEPTION_UNSUPPORTED_TO_SERIALIZE_S_484DAAAF = "Unsupported to serialize: %s"; public static final String QUERY_EXCEPTION_UNSUPPORTED_TO_DESERIALIZE_S_4641CD63 = "Unsupported to deserialize: %s"; - public static final String QUERY_EXCEPTION_INSERT_INTO_TABLE_COLUMNS_S_SIZE_SHOULD_BE_SAME_AS_QUERY_E7437397 = - "insert into table columns's size should be same as query result"; - public static final String QUERY_EXCEPTION_THE_TABLEDEVICEFETCHNODE_S_CLONE_METHOD_SHALL_NOT_BE_CALLED_977C41FD = - "The TableDeviceFetchNode's clone() method shall not be called."; + public static final String + QUERY_EXCEPTION_INSERT_INTO_TABLE_COLUMNS_S_SIZE_SHOULD_BE_SAME_AS_QUERY_E7437397 = + "insert into table columns's size should be same as query result"; + public static final String + QUERY_EXCEPTION_THE_TABLEDEVICEFETCHNODE_S_CLONE_METHOD_SHALL_NOT_BE_CALLED_977C41FD = + "The TableDeviceFetchNode's clone() method shall not be called."; public static final String QUERY_EXCEPTION_UNKNOWN_TABLESCANNODE_TYPE_S_6246EF1E = "Unknown TableScanNode type: %s"; public static final String QUERY_EXCEPTION_UNEXPECTED_SETOPERATION_NODE_TYPE_S_3AE3EECA = @@ -3277,8 +3255,7 @@ private DataNodeQueryMessages() {} "Table %s in the database %s is lost unexpected."; public static final String LOAD_FILE_CROSSES_PARTITIONS_FMT = "The data of file %s crosses partitions"; - public static final String LOAD_FILE_CROSSES_PARTITIONS = - "The data of file crosses partitions"; + public static final String LOAD_FILE_CROSSES_PARTITIONS = "The data of file crosses partitions"; public static final String REGION_REPLICA_SET_CHANGED_DURING_LOAD_FMT = "Region replica set changed from %s to %s during loading TsFile, maybe due to region migration"; public static final String REGION_REPLICA_SET_CHANGED_DURING_LOAD = @@ -3298,8 +3275,7 @@ private DataNodeQueryMessages() {} "Memory is not enough to execute the query task."; public static final String ROOT_FRAGMENT_INSTANCE_PLACEMENT_ERROR_FMT = "Root FragmentInstance placement error: %s"; - public static final String ALL_REPLICA_CANNOT_BE_REACHED_FMT = - "All replica cannot be reached:%s"; + public static final String ALL_REPLICA_CANNOT_BE_REACHED_FMT = "All replica cannot be reached:%s"; public static final String LOAD_READ_ONLY_MESSAGE = "Current system mode is read only, does not support load file"; public static final String QUERY_KILLED_BY_OTHERS = "Query was killed by others"; @@ -3312,236 +3288,417 @@ private DataNodeQueryMessages() {} // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- - public static final String MESSAGE_FAILED_FETCH_STATE_HAS_RETRIED_ARG_TIMES_E7572C66 = "Failed to fetch state, has retried %s times"; + public static final String MESSAGE_FAILED_FETCH_STATE_HAS_RETRIED_ARG_TIMES_E7572C66 = + "Failed to fetch state, has retried %s times"; public static final String MESSAGE_IGNORED_CONFIG_ITEMS_FE28ADBC = "ignored config items: "; - public static final String MESSAGE_BECAUSE_THEY_IMMUTABLE_UNDEFINED_07C04F65 = " because they are immutable or undefined."; - public static final String MESSAGE_LOAD_ARG_PIECE_ERROR_1ST_PHASE_BECAUSE_F3D9672C = "Load %s piece error in 1st phase. Because "; - public static final String MESSAGE_LOAD_ARG_ERROR_SECOND_PHASE_BECAUSE_ARG_FIRST_PHASE_ARG_CBA980FC = "Load %s error in second phase. Because %s, first phase is %s"; + public static final String MESSAGE_BECAUSE_THEY_IMMUTABLE_UNDEFINED_07C04F65 = + " because they are immutable or undefined."; + public static final String MESSAGE_LOAD_ARG_PIECE_ERROR_1ST_PHASE_BECAUSE_F3D9672C = + "Load %s piece error in 1st phase. Because "; + public static final String + MESSAGE_LOAD_ARG_ERROR_SECOND_PHASE_BECAUSE_ARG_FIRST_PHASE_ARG_CBA980FC = + "Load %s error in second phase. Because %s, first phase is %s"; public static final String MESSAGE_SUCCESS_260CA9DD = "success"; public static final String MESSAGE_FAILED_26934EB3 = "failed"; - public static final String MESSAGE_AUDIT_PERMISSION_NEEDED_ALTER_ENCODING_COMPRESSOR_DATABASE_ARG_CC06994D = "'AUDIT' permission is needed to alter the encoding and compressor of database %s"; + public static final String + MESSAGE_AUDIT_PERMISSION_NEEDED_ALTER_ENCODING_COMPRESSOR_DATABASE_ARG_CC06994D = + "'AUDIT' permission is needed to alter the encoding and compressor of database %s"; public static final String EXCEPTION_QUERYID_IS_NULL_056E92E4 = "queryId is null"; - public static final String EXCEPTION_EXPECTED_TWO_IDS_BUT_GOT_COLON_ARG_020F9D13 = "Expected two ids but got: %s"; + public static final String EXCEPTION_EXPECTED_TWO_IDS_BUT_GOT_COLON_ARG_020F9D13 = + "Expected two ids but got: %s"; public static final String EXCEPTION_ID_IS_NULL_9D5D27B1 = "id is null"; public static final String EXCEPTION_NAME_IS_NULL_C8B35959 = "name is null"; - public static final String EXCEPTION_EXPECTEDPARTS_MUST_BE_AT_LEAST_1_B867DB08 = "expectedParts must be at least 1"; + public static final String EXCEPTION_EXPECTEDPARTS_MUST_BE_AT_LEAST_1_B867DB08 = + "expectedParts must be at least 1"; public static final String EXCEPTION_INVALID_ARG_ARG_2946DBE5 = "Invalid %s %s"; public static final String EXCEPTION_ID_IS_EMPTY_28C94FC0 = "id is empty"; public static final String EXCEPTION_EXECUTOR_IS_NULL_7FBE03A4 = "executor is null"; public static final String EXCEPTION_CURRENTSTATE_IS_NULL_AEDB20DB = "currentState is null"; public static final String EXCEPTION_DONESTATE_IS_NULL_D88F77E5 = "doneState is null"; - public static final String EXCEPTION_DONESTATE_ARG_IS_NOT_A_DONE_STATE_8724C618 = "doneState %s is not a done state"; - public static final String EXCEPTION_DATANODEID_SHOULD_BE_INIT_FIRST_13B19A85 = "DataNodeId should be init first!"; - public static final String EXCEPTION_LENGTH_OF_INPUT_COLUMN_LEFT_BRACKET_RIGHT_BRACKET_FOR_MAXBY_SLASH_MINBY_SHOULD_B_1F3F2F1C = "Length of input Column[] for MaxBy/MinBy should be 3"; - public static final String EXCEPTION_PARTIALRESULT_OF_MAXBY_SLASH_MINBY_SHOULD_BE_1_BF0078F4 = "partialResult of MaxBy/MinBy should be 1"; - public static final String EXCEPTION_PARTIALRESULT_OF_MAXVALUE_SHOULD_BE_1_659B6D42 = "partialResult of MaxValue should be 1"; - public static final String EXCEPTION_PARTIALRESULT_OF_AVG_SHOULD_BE_2_7A8C375E = "partialResult of Avg should be 2"; - public static final String EXCEPTION_PARTIALRESULT_OF_MINVALUE_SHOULD_BE_1_C9DAF94D = "partialResult of MinValue should be 1"; - public static final String EXCEPTION_PARTIALRESULT_OF_LASTVALUE_SHOULD_BE_2_68963ECE = "partialResult of LastValue should be 2"; - public static final String EXCEPTION_PARTIALRESULT_OF_MINTIME_SHOULD_BE_1_B7EFE10B = "partialResult of MinTime should be 1"; - public static final String EXCEPTION_PARTIALRESULT_OF_COUNT_SHOULD_BE_1_972B9219 = "partialResult of Count should be 1"; - public static final String EXCEPTION_PARTIALRESULT_OF_FIRSTVALUE_SHOULD_BE_2_3FB20C54 = "partialResult of FirstValue should be 2"; - public static final String EXCEPTION_PARTIALRESULT_OF_COUNT_IF_SHOULD_BE_1_70D01652 = "partialResult of count_if should be 1"; - public static final String EXCEPTION_STEP_IN_SERIESAGGREGATESCANOPERATOR_AND_RAWDATAAGGREGATEOPERATOR_CAN_ONLY_PROCES_5575BD95 = "Step in SeriesAggregateScanOperator and RawDataAggregateOperator can only process raw input"; - public static final String EXCEPTION_RAWDATAAGGREGATEOPERATOR_CAN_ONLY_PROCESS_ONE_TSBLOCK_INPUT_DOT_5ABCB8C0 = "RawDataAggregateOperator can only process one tsBlock input."; - public static final String EXCEPTION_STEP_IN_AGGREGATEOPERATOR_CANNOT_PROCESS_RAW_INPUT_22620F61 = "Step in AggregateOperator cannot process raw input"; - public static final String EXCEPTION_FINAL_OUTPUT_CAN_ONLY_BE_SINGLE_COLUMN_6D82F9E0 = "Final output can only be single column"; - public static final String EXCEPTION_PARTIALRESULT_OF_SUM_SHOULD_BE_1_40E85216 = "partialResult of Sum should be 1"; - public static final String EXCEPTION_INPUT_OF_SUM_SHOULD_BE_1_D5C11EC8 = "input of Sum should be 1"; - public static final String EXCEPTION_PARTIALRESULT_OF_UDAF_SHOULD_BE_1_E094029D = "partialResult of UDAF should be 1"; - public static final String EXCEPTION_PARTIALRESULT_OF_EXTREMEVALUE_SHOULD_BE_1_A7713D8A = "partialResult of ExtremeValue should be 1"; - public static final String EXCEPTION_WRONG_INPUTDATATYPES_SIZE_DOT_675FF289 = "Wrong inputDataTypes size."; - public static final String EXCEPTION_INPUT_OF_COUNT_SHOULD_BE_1_C7EEEC46 = "input of Count should be 1"; - public static final String EXCEPTION_PARTIALRESULT_OF_MAXTIME_SHOULD_BE_1_877F7EAC = "partialResult of MaxTime should be 1"; - public static final String EXCEPTION_LOCALMEMORYMANAGER_IS_NULL_DOT_69FE497A = "localMemoryManager is null."; - public static final String EXCEPTION_TSBLOCKSERDEFACTORY_IS_NULL_DOT_32EB5BD2 = "tsBlockSerdeFactory is null."; - public static final String EXCEPTION_EXECUTORSERVICE_IS_NULL_DOT_7B057909 = "executorService is null."; - public static final String EXCEPTION_MPPDATAEXCHANGESERVICECLIENTMANAGER_IS_NULL_DOT_F31E746C = "mppDataExchangeServiceClientManager is null."; - public static final String EXCEPTION_SHAREDTSBLOCKQUEUE_IS_FULL_87493E26 = "SharedTsBlockQueue is full"; - public static final String EXCEPTION_FRAGMENT_INSTANCE_ID_CANNOT_BE_NULL_4BE84F40 = "fragment instance ID cannot be null"; - public static final String EXCEPTION_PLANNODE_ID_CANNOT_BE_NULL_F91303CD = "PlanNode ID cannot be null"; - public static final String EXCEPTION_LOCAL_MEMORY_MANAGER_CANNOT_BE_NULL_54701481 = "local memory manager cannot be null"; - public static final String EXCEPTION_EXECUTORSERVICE_CAN_NOT_BE_NULL_DOT_220C966B = "ExecutorService can not be null."; + public static final String EXCEPTION_DONESTATE_ARG_IS_NOT_A_DONE_STATE_8724C618 = + "doneState %s is not a done state"; + public static final String EXCEPTION_DATANODEID_SHOULD_BE_INIT_FIRST_13B19A85 = + "DataNodeId should be init first!"; + public static final String + EXCEPTION_LENGTH_OF_INPUT_COLUMN_LEFT_BRACKET_RIGHT_BRACKET_FOR_MAXBY_SLASH_MINBY_SHOULD_B_1F3F2F1C = + "Length of input Column[] for MaxBy/MinBy should be 3"; + public static final String EXCEPTION_PARTIALRESULT_OF_MAXBY_SLASH_MINBY_SHOULD_BE_1_BF0078F4 = + "partialResult of MaxBy/MinBy should be 1"; + public static final String EXCEPTION_PARTIALRESULT_OF_MAXVALUE_SHOULD_BE_1_659B6D42 = + "partialResult of MaxValue should be 1"; + public static final String EXCEPTION_PARTIALRESULT_OF_AVG_SHOULD_BE_2_7A8C375E = + "partialResult of Avg should be 2"; + public static final String EXCEPTION_PARTIALRESULT_OF_MINVALUE_SHOULD_BE_1_C9DAF94D = + "partialResult of MinValue should be 1"; + public static final String EXCEPTION_PARTIALRESULT_OF_LASTVALUE_SHOULD_BE_2_68963ECE = + "partialResult of LastValue should be 2"; + public static final String EXCEPTION_PARTIALRESULT_OF_MINTIME_SHOULD_BE_1_B7EFE10B = + "partialResult of MinTime should be 1"; + public static final String EXCEPTION_PARTIALRESULT_OF_COUNT_SHOULD_BE_1_972B9219 = + "partialResult of Count should be 1"; + public static final String EXCEPTION_PARTIALRESULT_OF_FIRSTVALUE_SHOULD_BE_2_3FB20C54 = + "partialResult of FirstValue should be 2"; + public static final String EXCEPTION_PARTIALRESULT_OF_COUNT_IF_SHOULD_BE_1_70D01652 = + "partialResult of count_if should be 1"; + public static final String + EXCEPTION_STEP_IN_SERIESAGGREGATESCANOPERATOR_AND_RAWDATAAGGREGATEOPERATOR_CAN_ONLY_PROCES_5575BD95 = + "Step in SeriesAggregateScanOperator and RawDataAggregateOperator can only process raw input"; + public static final String + EXCEPTION_RAWDATAAGGREGATEOPERATOR_CAN_ONLY_PROCESS_ONE_TSBLOCK_INPUT_DOT_5ABCB8C0 = + "RawDataAggregateOperator can only process one tsBlock input."; + public static final String EXCEPTION_STEP_IN_AGGREGATEOPERATOR_CANNOT_PROCESS_RAW_INPUT_22620F61 = + "Step in AggregateOperator cannot process raw input"; + public static final String EXCEPTION_FINAL_OUTPUT_CAN_ONLY_BE_SINGLE_COLUMN_6D82F9E0 = + "Final output can only be single column"; + public static final String EXCEPTION_PARTIALRESULT_OF_SUM_SHOULD_BE_1_40E85216 = + "partialResult of Sum should be 1"; + public static final String EXCEPTION_INPUT_OF_SUM_SHOULD_BE_1_D5C11EC8 = + "input of Sum should be 1"; + public static final String EXCEPTION_PARTIALRESULT_OF_UDAF_SHOULD_BE_1_E094029D = + "partialResult of UDAF should be 1"; + public static final String EXCEPTION_PARTIALRESULT_OF_EXTREMEVALUE_SHOULD_BE_1_A7713D8A = + "partialResult of ExtremeValue should be 1"; + public static final String EXCEPTION_WRONG_INPUTDATATYPES_SIZE_DOT_675FF289 = + "Wrong inputDataTypes size."; + public static final String EXCEPTION_INPUT_OF_COUNT_SHOULD_BE_1_C7EEEC46 = + "input of Count should be 1"; + public static final String EXCEPTION_PARTIALRESULT_OF_MAXTIME_SHOULD_BE_1_877F7EAC = + "partialResult of MaxTime should be 1"; + public static final String EXCEPTION_LOCALMEMORYMANAGER_IS_NULL_DOT_69FE497A = + "localMemoryManager is null."; + public static final String EXCEPTION_TSBLOCKSERDEFACTORY_IS_NULL_DOT_32EB5BD2 = + "tsBlockSerdeFactory is null."; + public static final String EXCEPTION_EXECUTORSERVICE_IS_NULL_DOT_7B057909 = + "executorService is null."; + public static final String EXCEPTION_MPPDATAEXCHANGESERVICECLIENTMANAGER_IS_NULL_DOT_F31E746C = + "mppDataExchangeServiceClientManager is null."; + public static final String EXCEPTION_SHAREDTSBLOCKQUEUE_IS_FULL_87493E26 = + "SharedTsBlockQueue is full"; + public static final String EXCEPTION_FRAGMENT_INSTANCE_ID_CANNOT_BE_NULL_4BE84F40 = + "fragment instance ID cannot be null"; + public static final String EXCEPTION_PLANNODE_ID_CANNOT_BE_NULL_F91303CD = + "PlanNode ID cannot be null"; + public static final String EXCEPTION_LOCAL_MEMORY_MANAGER_CANNOT_BE_NULL_54701481 = + "local memory manager cannot be null"; + public static final String EXCEPTION_EXECUTORSERVICE_CAN_NOT_BE_NULL_DOT_220C966B = + "ExecutorService can not be null."; public static final String EXCEPTION_TSBLOCK_CANNOT_BE_NULL_E7EA3BDA = "TsBlock cannot be null"; - public static final String EXCEPTION_BYTESTORESERVE_SHOULD_BE_GREATER_THAN_ZERO_DOT_56D15DE0 = "bytesToReserve should be greater than zero."; - public static final String EXCEPTION_MAXBYTESCANRESERVE_SHOULD_BE_GREATER_THAN_ZERO_DOT_E9F7D365 = "maxBytesCanReserve should be greater than zero."; - public static final String EXCEPTION_MAX_BYTES_SHOULD_BE_GREATER_THAN_ZERO_COLON_ARG_EA1FB495 = "max bytes should be greater than zero: %d"; - public static final String EXCEPTION_MAX_BYTES_PER_FI_SHOULD_BE_IN_LEFT_PAREN_0_COMMA_MAXBYTES_RIGHT_BRACKET_DOT_MAXB_4D37C457 = "max bytes per FI should be in (0,maxBytes]. maxBytesPerFI: %d, maxBytes: %d"; - public static final String EXCEPTION_BYTESTORESERVE_SHOULD_BE_IN_LEFT_PAREN_0_COMMA_MAXBYTESPERFI_RIGHT_BRACKET_DOT_M_0753BB69 = "bytesToReserve should be in (0,maxBytesPerFI]. maxBytesPerFI: %d, bytesToReserve: %d"; + public static final String EXCEPTION_BYTESTORESERVE_SHOULD_BE_GREATER_THAN_ZERO_DOT_56D15DE0 = + "bytesToReserve should be greater than zero."; + public static final String EXCEPTION_MAXBYTESCANRESERVE_SHOULD_BE_GREATER_THAN_ZERO_DOT_E9F7D365 = + "maxBytesCanReserve should be greater than zero."; + public static final String EXCEPTION_MAX_BYTES_SHOULD_BE_GREATER_THAN_ZERO_COLON_ARG_EA1FB495 = + "max bytes should be greater than zero: %d"; + public static final String + EXCEPTION_MAX_BYTES_PER_FI_SHOULD_BE_IN_LEFT_PAREN_0_COMMA_MAXBYTES_RIGHT_BRACKET_DOT_MAXB_4D37C457 = + "max bytes per FI should be in (0,maxBytes]. maxBytesPerFI: %d, maxBytes: %d"; + public static final String + EXCEPTION_BYTESTORESERVE_SHOULD_BE_IN_LEFT_PAREN_0_COMMA_MAXBYTESPERFI_RIGHT_BRACKET_DOT_M_0753BB69 = + "bytesToReserve should be in (0,maxBytesPerFI]. maxBytesPerFI: %d, bytesToReserve: %d"; public static final String EXCEPTION_INVALID_FUTURE_TYPE_14507EF5 = "invalid future type "; public static final String EXCEPTION_QUERYID_CANNOT_BE_NULL_861D7663 = "queryId cannot be null"; - public static final String EXCEPTION_FRAGMENTINSTANCEID_CANNOT_BE_NULL_C722F460 = "fragmentInstanceId cannot be null"; - public static final String EXCEPTION_PLANNODEID_CANNOT_BE_NULL_4533C72B = "planNodeId cannot be null"; + public static final String EXCEPTION_FRAGMENTINSTANCEID_CANNOT_BE_NULL_C722F460 = + "fragmentInstanceId cannot be null"; + public static final String EXCEPTION_PLANNODEID_CANNOT_BE_NULL_4533C72B = + "planNodeId cannot be null"; public static final String EXCEPTION_ID_CAN_NOT_BE_NULL_DOT_BDD2AD7D = "id can not be null."; - public static final String EXCEPTION_QUERYID_CAN_NOT_BE_NULL_DOT_16639DBE = "queryId can not be null."; - public static final String EXCEPTION_FRAGMENTINSTANCEID_CAN_NOT_BE_NULL_DOT_E88CF18B = "fragmentInstanceId can not be null."; - public static final String EXCEPTION_PLANNODEID_CAN_NOT_BE_NULL_DOT_44027620 = "planNodeId can not be null."; - public static final String EXCEPTION_THE_FUTURE_TO_BE_CANCELLED_CAN_NOT_BE_NULL_DOT_73CE402A = "The future to be cancelled can not be null."; + public static final String EXCEPTION_QUERYID_CAN_NOT_BE_NULL_DOT_16639DBE = + "queryId can not be null."; + public static final String EXCEPTION_FRAGMENTINSTANCEID_CAN_NOT_BE_NULL_DOT_E88CF18B = + "fragmentInstanceId can not be null."; + public static final String EXCEPTION_PLANNODEID_CAN_NOT_BE_NULL_DOT_44027620 = + "planNodeId can not be null."; + public static final String EXCEPTION_THE_FUTURE_TO_BE_CANCELLED_CAN_NOT_BE_NULL_DOT_73CE402A = + "The future to be cancelled can not be null."; public static final String EXCEPTION_LOCK_IS_NOT_REENTRANT_7967C13E = "Lock is not reentrant"; - public static final String EXCEPTION_CURRENT_THREAD_DOES_NOT_HOLD_LOCK_68FFB1D9 = "Current thread does not hold lock"; - public static final String EXCEPTION_ROOT_OPERATOR_SHOULD_NOT_BE_NULL_F4890A7A = "root Operator should not be null"; + public static final String EXCEPTION_CURRENT_THREAD_DOES_NOT_HOLD_LOCK_68FFB1D9 = + "Current thread does not hold lock"; + public static final String EXCEPTION_ROOT_OPERATOR_SHOULD_NOT_BE_NULL_F4890A7A = + "root Operator should not be null"; public static final String EXCEPTION_SINK_SHOULD_NOT_BE_NULL_3CC4F006 = "Sink should not be null"; - public static final String EXCEPTION_INITIALCOUNT_SHOULDN_QUOTE_T_BE_NULL_HERE_8B333953 = "initialCount shouldn't be null here"; - public static final String EXCEPTION_COUNT_SHOULDN_QUOTE_T_BE_NULL_HERE_1EBA9339 = "count shouldn't be null here"; + public static final String EXCEPTION_INITIALCOUNT_SHOULDN_QUOTE_T_BE_NULL_HERE_8B333953 = + "initialCount shouldn't be null here"; + public static final String EXCEPTION_COUNT_SHOULDN_QUOTE_T_BE_NULL_HERE_1EBA9339 = + "count shouldn't be null here"; public static final String EXCEPTION_TASKID_IS_NULL_E1221EB2 = "taskId is null"; public static final String EXCEPTION_INSTANCEID_IS_NULL_343234DC = "instanceId is null"; - public static final String EXCEPTION_FRAGMENTINSTANCEID_IS_NULL_4D371DB4 = "fragmentInstanceId is null"; - public static final String EXCEPTION_CURRENT_STATE_IS_ALREADY_DONE_19FC56DC = "Current state is already done"; + public static final String EXCEPTION_FRAGMENTINSTANCEID_IS_NULL_4D371DB4 = + "fragmentInstanceId is null"; + public static final String EXCEPTION_CURRENT_STATE_IS_ALREADY_DONE_19FC56DC = + "Current state is already done"; public static final String EXCEPTION_SUPPRESSED_IS_NULL_F4CD280B = "suppressed is null"; public static final String EXCEPTION_STACK_IS_NULL_6844D421 = "stack is null"; - public static final String EXCEPTION_ARG_IS_A_NON_MINUS_DONE_FAILURE_STATE_B167E915 = "%s is a non-done failure state"; + public static final String EXCEPTION_ARG_IS_A_NON_MINUS_DONE_FAILURE_STATE_B167E915 = + "%s is a non-done failure state"; public static final String EXCEPTION_WARNINGCODE_IS_NULL_3CCAE5B7 = "warningCode is null"; public static final String EXCEPTION_MESSAGE_IS_NULL_D2D078AA = "message is null"; public static final String EXCEPTION_WARNING_IS_NULL_E5A7C3C1 = "warning is null"; public static final String EXCEPTION_NO_FIRST_FILE_F5F2E276 = "no first file"; public static final String EXCEPTION_NO_FIRST_CHUNK_7DCEB14C = "no first chunk"; - public static final String EXCEPTION_CAN_QUOTE_T_INIT_NULL_CHUNKMETA_15C12BEE = "Can't init null chunkMeta"; + public static final String EXCEPTION_CAN_QUOTE_T_INIT_NULL_CHUNKMETA_15C12BEE = + "Can't init null chunkMeta"; public static final String EXCEPTION_OPERATORCONTEXT_IS_NULL_D15B1EDB = "operatorContext is null"; public static final String EXCEPTION_CHILD_OPERATOR_IS_NULL_8860113C = "child operator is null"; - public static final String EXCEPTION_GROUPBYTIMEPARAMETER_CANNOT_BE_NULL_IN_SLIDINGWINDOWAGGREGATIONOPERATOR_BA42E30D = "GroupByTimeParameter cannot be null in SlidingWindowAggregationOperator"; - public static final String EXCEPTION_REMAININGINPUTLOCATIONS_IS_NULL_CEBBA2C1 = "remainingInputLocations is null"; - public static final String EXCEPTION_LAST_QUERY_RESULT_SHOULD_ONLY_HAVE_ONE_RECORD_EDFEE635 = "last query result should only have one record"; - public static final String EXCEPTION_OUTPUTPATHS_SHOULDN_QUOTE_T_BE_NULL_BF3F5FB4 = "outputPaths shouldn't be null"; - public static final String EXCEPTION_CHILD_SIZE_OF_INNERTIMEJOINOPERATOR_SHOULD_BE_LARGER_THAN_1_37EB7D74 = "child size of InnerTimeJoinOperator should be larger than 1"; - public static final String EXCEPTION_CHILD_SIZE_OF_VERTICALLYCONCATOPERATOR_SHOULD_BE_LARGER_THAN_0_14A2513A = "child size of VerticallyConcatOperator should be larger than 0"; - public static final String EXCEPTION_CHILD_SIZE_OF_TIMEJOINOPERATOR_SHOULD_BE_LARGER_THAN_0_EDED9CB8 = "child size of TimeJoinOperator should be larger than 0"; + public static final String + EXCEPTION_GROUPBYTIMEPARAMETER_CANNOT_BE_NULL_IN_SLIDINGWINDOWAGGREGATIONOPERATOR_BA42E30D = + "GroupByTimeParameter cannot be null in SlidingWindowAggregationOperator"; + public static final String EXCEPTION_REMAININGINPUTLOCATIONS_IS_NULL_CEBBA2C1 = + "remainingInputLocations is null"; + public static final String EXCEPTION_LAST_QUERY_RESULT_SHOULD_ONLY_HAVE_ONE_RECORD_EDFEE635 = + "last query result should only have one record"; + public static final String EXCEPTION_OUTPUTPATHS_SHOULDN_QUOTE_T_BE_NULL_BF3F5FB4 = + "outputPaths shouldn't be null"; + public static final String + EXCEPTION_CHILD_SIZE_OF_INNERTIMEJOINOPERATOR_SHOULD_BE_LARGER_THAN_1_37EB7D74 = + "child size of InnerTimeJoinOperator should be larger than 1"; + public static final String + EXCEPTION_CHILD_SIZE_OF_VERTICALLYCONCATOPERATOR_SHOULD_BE_LARGER_THAN_0_14A2513A = + "child size of VerticallyConcatOperator should be larger than 0"; + public static final String + EXCEPTION_CHILD_SIZE_OF_TIMEJOINOPERATOR_SHOULD_BE_LARGER_THAN_0_EDED9CB8 = + "child size of TimeJoinOperator should be larger than 0"; public static final String EXCEPTION_DATASTORE_IS_NULL_D9972B2E = "dataStore is null"; - public static final String EXCEPTION_LASTVALUESCACHERESULTS_SHOULDN_QUOTE_T_BE_NULL_HERE_0DCD5841 = "lastValuesCacheResults shouldn't be null here"; - public static final String EXCEPTION_ACCUMULATOR_SHOULD_BE_LASTDESCACCUMULATOR_WHEN_REACH_HERE_CE38F96A = "Accumulator should be LastDescAccumulator when reach here"; - public static final String EXCEPTION_DRIVERTASK_TO_BE_PUSHED_IS_NULL_7581A0E3 = "DriverTask to be pushed is null"; + public static final String + EXCEPTION_LASTVALUESCACHERESULTS_SHOULDN_QUOTE_T_BE_NULL_HERE_0DCD5841 = + "lastValuesCacheResults shouldn't be null here"; + public static final String + EXCEPTION_ACCUMULATOR_SHOULD_BE_LASTDESCACCUMULATOR_WHEN_REACH_HERE_CE38F96A = + "Accumulator should be LastDescAccumulator when reach here"; + public static final String EXCEPTION_DRIVERTASK_TO_BE_PUSHED_IS_NULL_7581A0E3 = + "DriverTask to be pushed is null"; public static final String EXCEPTION_DRIVERTASK_IS_NULL_A13D4AF9 = "driverTask is null"; - public static final String EXCEPTION_SELECTED_LEVEL_CAN_NOT_EQUAL_TO_MINUS_1_1DA93B14 = "selected level can not equal to -1"; - public static final String EXCEPTION_RESULT_DRIVERTASK_CANNOT_BE_NULL_30A06DB1 = "result driverTask cannot be null"; + public static final String EXCEPTION_SELECTED_LEVEL_CAN_NOT_EQUAL_TO_MINUS_1_1DA93B14 = + "selected level can not equal to -1"; + public static final String EXCEPTION_RESULT_DRIVERTASK_CANNOT_BE_NULL_30A06DB1 = + "result driverTask cannot be null"; public static final String EXCEPTION_DRIVERTASKQUEUE_IS_NULL_7C3C8B7B = "driverTaskQueue is null"; - public static final String EXCEPTION_MAXDRIVERSPERTASK_IS_NULL_8408F9B7 = "maxDriversPerTask is null"; - public static final String EXCEPTION_QUEUE_CAN_NOT_BE_NULL_DOT_9BB286B1 = "queue can not be null."; - public static final String EXCEPTION_SOURCEHANDLELISTENER_CAN_NOT_BE_NULL_DOT_01817F52 = "sourceHandleListener can not be null."; - public static final String EXCEPTION_LOCALFRAGMENTINSTANCEID_CAN_NOT_BE_NULL_DOT_37F5917D = "localFragmentInstanceId can not be null."; - public static final String EXCEPTION_LOCALPLANNODEID_CAN_NOT_BE_NULL_DOT_44A34A33 = "localPlanNodeId can not be null."; - public static final String EXCEPTION_START_SEQUENCE_ID_SHOULD_BE_GREATER_THAN_OR_EQUAL_TO_ZERO_DOT_START_SEQUENCE_ID__D3C0AAB7 = "Start sequence ID should be greater than or equal to zero. Start sequence ID: "; + public static final String EXCEPTION_MAXDRIVERSPERTASK_IS_NULL_8408F9B7 = + "maxDriversPerTask is null"; + public static final String EXCEPTION_QUEUE_CAN_NOT_BE_NULL_DOT_9BB286B1 = + "queue can not be null."; + public static final String EXCEPTION_SOURCEHANDLELISTENER_CAN_NOT_BE_NULL_DOT_01817F52 = + "sourceHandleListener can not be null."; + public static final String EXCEPTION_LOCALFRAGMENTINSTANCEID_CAN_NOT_BE_NULL_DOT_37F5917D = + "localFragmentInstanceId can not be null."; + public static final String EXCEPTION_LOCALPLANNODEID_CAN_NOT_BE_NULL_DOT_44A34A33 = + "localPlanNodeId can not be null."; + public static final String + EXCEPTION_START_SEQUENCE_ID_SHOULD_BE_GREATER_THAN_OR_EQUAL_TO_ZERO_DOT_START_SEQUENCE_ID__D3C0AAB7 = + "Start sequence ID should be greater than or equal to zero. Start sequence ID: "; public static final String EXCEPTION_COMMA_END_SEQUENCE_ID_COLON_DB1AF173 = ", end sequence ID: "; - public static final String EXCEPTION_END_SEQUENCE_ID_SHOULD_BE_GREATER_THAN_THE_START_SEQUENCE_ID_DOT_START_SEQUENCE__DF1AA2A1 = "End sequence ID should be greater than the start sequence ID. Start sequence ID: "; - public static final String EXCEPTION_RESERVED_BYTES_SHOULD_BE_GREATER_THAN_ZERO_DOT_64086BE5 = "Reserved bytes should be greater than zero."; - public static final String EXCEPTION_REMOTEENDPOINT_CAN_NOT_BE_NULL_DOT_DE2B5885 = "remoteEndpoint can not be null."; - public static final String EXCEPTION_REMOTEFRAGMENTINSTANCEID_CAN_NOT_BE_NULL_DOT_C2449A29 = "remoteFragmentInstanceId can not be null."; - public static final String EXCEPTION_LOCALMEMORYMANAGER_CAN_NOT_BE_NULL_DOT_7A46C6CE = "localMemoryManager can not be null."; - public static final String EXCEPTION_EXECUTORSERVICE_CAN_NOT_BE_NULL_DOT_BC459BD4 = "executorService can not be null."; - public static final String EXCEPTION_SERDE_CAN_NOT_BE_NULL_DOT_D46F66E7 = "serde can not be null."; + public static final String + EXCEPTION_END_SEQUENCE_ID_SHOULD_BE_GREATER_THAN_THE_START_SEQUENCE_ID_DOT_START_SEQUENCE__DF1AA2A1 = + "End sequence ID should be greater than the start sequence ID. Start sequence ID: "; + public static final String EXCEPTION_RESERVED_BYTES_SHOULD_BE_GREATER_THAN_ZERO_DOT_64086BE5 = + "Reserved bytes should be greater than zero."; + public static final String EXCEPTION_REMOTEENDPOINT_CAN_NOT_BE_NULL_DOT_DE2B5885 = + "remoteEndpoint can not be null."; + public static final String EXCEPTION_REMOTEFRAGMENTINSTANCEID_CAN_NOT_BE_NULL_DOT_C2449A29 = + "remoteFragmentInstanceId can not be null."; + public static final String EXCEPTION_LOCALMEMORYMANAGER_CAN_NOT_BE_NULL_DOT_7A46C6CE = + "localMemoryManager can not be null."; + public static final String EXCEPTION_EXECUTORSERVICE_CAN_NOT_BE_NULL_DOT_BC459BD4 = + "executorService can not be null."; + public static final String EXCEPTION_SERDE_CAN_NOT_BE_NULL_DOT_D46F66E7 = + "serde can not be null."; public static final String EXCEPTION_DOT_9D9B854A = "."; - public static final String EXCEPTION_START_SEQUENCE_ID_SHOULD_BE_GREATER_THAN_OR_EQUAL_TO_ZERO_COMMA_BUT_WAS_COLON_4D2D708E = "Start sequence ID should be greater than or equal to zero, but was: "; - public static final String EXCEPTION_REMOTEENDPOINT_CAN_NOT_BE_NULL_DOT_83488ACF = "remoteEndPoint can not be null."; - public static final String EXCEPTION_REMOTEPLANNODEID_CAN_NOT_BE_NULL_DOT_03956DE2 = "remotePlanNodeId can not be null."; - public static final String EXCEPTION_SINKLISTENER_CAN_NOT_BE_NULL_DOT_32C9E7C0 = "sinkListener can not be null."; + public static final String + EXCEPTION_START_SEQUENCE_ID_SHOULD_BE_GREATER_THAN_OR_EQUAL_TO_ZERO_COMMA_BUT_WAS_COLON_4D2D708E = + "Start sequence ID should be greater than or equal to zero, but was: "; + public static final String EXCEPTION_REMOTEENDPOINT_CAN_NOT_BE_NULL_DOT_83488ACF = + "remoteEndPoint can not be null."; + public static final String EXCEPTION_REMOTEPLANNODEID_CAN_NOT_BE_NULL_DOT_03956DE2 = + "remotePlanNodeId can not be null."; + public static final String EXCEPTION_SINKLISTENER_CAN_NOT_BE_NULL_DOT_32C9E7C0 = + "sinkListener can not be null."; public static final String EXCEPTION_TSBLOCKS_IS_NULL_02287FD8 = "tsBlocks is null"; - public static final String EXCEPTION_DOWNSTREAMCHANNELLIST_CAN_NOT_BE_NULL_DOT_417AD5A3 = "downStreamChannelList can not be null."; - public static final String EXCEPTION_DOWNSTREAMCHANNELINDEX_CAN_NOT_BE_NULL_DOT_A1D5A266 = "downStreamChannelIndex can not be null."; - public static final String EXCEPTION_STEP_IN_SLIDINGWINDOWAGGREGATIONOPERATOR_CAN_ONLY_PROCESS_PARTIAL_RESULT_E221A2C5 = "Step in SlidingWindowAggregationOperator can only process partial result"; - public static final String EXCEPTION_SLIDINGWINDOWAGGREGATIONOPERATOR_CAN_ONLY_PROCESS_ONE_TSBLOCK_INPUT_DOT_7B9FCAB7 = "SlidingWindowAggregationOperator can only process one tsBlock input."; + public static final String EXCEPTION_DOWNSTREAMCHANNELLIST_CAN_NOT_BE_NULL_DOT_417AD5A3 = + "downStreamChannelList can not be null."; + public static final String EXCEPTION_DOWNSTREAMCHANNELINDEX_CAN_NOT_BE_NULL_DOT_A1D5A266 = + "downStreamChannelIndex can not be null."; + public static final String + EXCEPTION_STEP_IN_SLIDINGWINDOWAGGREGATIONOPERATOR_CAN_ONLY_PROCESS_PARTIAL_RESULT_E221A2C5 = + "Step in SlidingWindowAggregationOperator can only process partial result"; + public static final String + EXCEPTION_SLIDINGWINDOWAGGREGATIONOPERATOR_CAN_ONLY_PROCESS_ONE_TSBLOCK_INPUT_DOT_7B9FCAB7 = + "SlidingWindowAggregationOperator can only process one tsBlock input."; public static final String EXCEPTION_IS_NULL_97AAF381 = " is null"; - public static final String EXCEPTION_MPP_DATA_EXCHANGE_MANAGER_SHOULD_NOT_BE_NULL_44D7141E = "MPP_DATA_EXCHANGE_MANAGER should not be null"; + public static final String EXCEPTION_MPP_DATA_EXCHANGE_MANAGER_SHOULD_NOT_BE_NULL_44D7141E = + "MPP_DATA_EXCHANGE_MANAGER should not be null"; public static final String EXCEPTION_ROOTOPERATOR_IS_NULL_050A1E79 = "rootOperator is null"; public static final String EXCEPTION_DRIVERCONTEXT_IS_NULL_4FEBE55F = "driverContext is null"; - public static final String EXCEPTION_QUERY_CONTEXT_CANNOT_BE_NULL_C4809234 = "Query context cannot be null"; - public static final String EXCEPTION_DESCRIPTOR_QUOTE_S_INPUT_EXPRESSION_SIZE_IS_NOT_1_DA4BED50 = "descriptor's input expression size is not 1"; - public static final String EXCEPTION_GROUPBYLEVEL_DESCRIPTORLIST_CANNOT_BE_EMPTY_34604314 = "GroupByLevel descriptorList cannot be empty"; - public static final String EXCEPTION_GROUPBYTAG_TAG_KEYS_CANNOT_BE_EMPTY_5D649624 = "GroupByTag tag keys cannot be empty"; - public static final String EXCEPTION_GROUPBYTAG_AGGREGATION_DESCRIPTORS_CANNOT_BE_EMPTY_82EC14EB = "GroupByTag aggregation descriptors cannot be empty"; - public static final String EXCEPTION_AGGREGATION_DESCRIPTORLIST_CANNOT_BE_EMPTY_490C1740 = "Aggregation descriptorList cannot be empty"; - public static final String EXCEPTION_PUSH_DOWN_PREDICATE_IS_NOT_SUPPORTED_YET_178F04A1 = "Push down predicate is not supported yet"; + public static final String EXCEPTION_QUERY_CONTEXT_CANNOT_BE_NULL_C4809234 = + "Query context cannot be null"; + public static final String EXCEPTION_DESCRIPTOR_QUOTE_S_INPUT_EXPRESSION_SIZE_IS_NOT_1_DA4BED50 = + "descriptor's input expression size is not 1"; + public static final String EXCEPTION_GROUPBYLEVEL_DESCRIPTORLIST_CANNOT_BE_EMPTY_34604314 = + "GroupByLevel descriptorList cannot be empty"; + public static final String EXCEPTION_GROUPBYTAG_TAG_KEYS_CANNOT_BE_EMPTY_5D649624 = + "GroupByTag tag keys cannot be empty"; + public static final String EXCEPTION_GROUPBYTAG_AGGREGATION_DESCRIPTORS_CANNOT_BE_EMPTY_82EC14EB = + "GroupByTag aggregation descriptors cannot be empty"; + public static final String EXCEPTION_AGGREGATION_DESCRIPTORLIST_CANNOT_BE_EMPTY_490C1740 = + "Aggregation descriptorList cannot be empty"; + public static final String EXCEPTION_PUSH_DOWN_PREDICATE_IS_NOT_SUPPORTED_YET_178F04A1 = + "Push down predicate is not supported yet"; public static final String EXCEPTION_SINK_IS_NULL_E33854B4 = "sink is null"; - public static final String EXCEPTION_THERE_MUST_BE_AT_MOST_ONE_SINKNODE_A965AFE7 = "There must be at most one SinkNode"; - public static final String EXCEPTION_QUERY_CONTEXT_CANNOT_BE_NULL_DOT_2D3369FE = "Query context cannot be null."; - public static final String EXCEPTION_UNEXPECTED_NODE_TYPE_COLON_41FBCBF3 = "Unexpected node type: "; - public static final String EXCEPTION_TEMPLATEDINFO_SHOULD_NOT_BE_NULL_B5898568 = "TemplatedInfo should not be null"; - public static final String EXCEPTION_RESULTHANDLE_IN_COORDINATOR_SHOULD_BE_INIT_FIRSTLY_DOT_0F44159B = "ResultHandle in Coordinator should be init firstly."; - public static final String EXCEPTION_EXPRESSION_IS_NOT_ANALYZED_COLON_ARG_7D34C49A = "Expression is not analyzed: %s"; - public static final String EXCEPTION_PATH_QUOTE_ARG_QUOTE_IS_NOT_ANALYZED_IN_GROUPBYLEVELHELPER_DOT_BCEE9D39 = "path '%s' is not analyzed in GroupByLevelHelper."; + public static final String EXCEPTION_THERE_MUST_BE_AT_MOST_ONE_SINKNODE_A965AFE7 = + "There must be at most one SinkNode"; + public static final String EXCEPTION_QUERY_CONTEXT_CANNOT_BE_NULL_DOT_2D3369FE = + "Query context cannot be null."; + public static final String EXCEPTION_UNEXPECTED_NODE_TYPE_COLON_41FBCBF3 = + "Unexpected node type: "; + public static final String EXCEPTION_TEMPLATEDINFO_SHOULD_NOT_BE_NULL_B5898568 = + "TemplatedInfo should not be null"; + public static final String + EXCEPTION_RESULTHANDLE_IN_COORDINATOR_SHOULD_BE_INIT_FIRSTLY_DOT_0F44159B = + "ResultHandle in Coordinator should be init firstly."; + public static final String EXCEPTION_EXPRESSION_IS_NOT_ANALYZED_COLON_ARG_7D34C49A = + "Expression is not analyzed: %s"; + public static final String + EXCEPTION_PATH_QUOTE_ARG_QUOTE_IS_NOT_ANALYZED_IN_GROUPBYLEVELHELPER_DOT_BCEE9D39 = + "path '%s' is not analyzed in GroupByLevelHelper."; public static final String EXCEPTION_SYMBOL_IS_NULL_AE539B31 = "symbol is null"; - public static final String EXCEPTION_NO_TYPE_FOUND_FOR_SYMBOL_QUOTE_ARG_QUOTE_IN_TYPEPROVIDER_F4DD9DF7 = "no type found for symbol '%s' in TypeProvider"; - public static final String EXCEPTION_OUTPUT_COLUMN_QUOTE_ARG_QUOTE_IS_NOT_STORED_IN_ARG_2DE3176D = "output column '%s' is not stored in %s"; - public static final String EXCEPTION_PATTERNSTRING_CANNOT_BE_NULL_8A2903F8 = "patternString cannot be null"; - public static final String EXCEPTION_THE_LENGTH_OF_CASEWHENTHENEXPRESSION_QUOTE_S_WHENTHENLIST_MUST_GREATER_THAN_0_069775ED = "the length of CaseWhenThenExpression's whenThenList must greater than 0"; + public static final String + EXCEPTION_NO_TYPE_FOUND_FOR_SYMBOL_QUOTE_ARG_QUOTE_IN_TYPEPROVIDER_F4DD9DF7 = + "no type found for symbol '%s' in TypeProvider"; + public static final String EXCEPTION_OUTPUT_COLUMN_QUOTE_ARG_QUOTE_IS_NOT_STORED_IN_ARG_2DE3176D = + "output column '%s' is not stored in %s"; + public static final String EXCEPTION_PATTERNSTRING_CANNOT_BE_NULL_8A2903F8 = + "patternString cannot be null"; + public static final String + EXCEPTION_THE_LENGTH_OF_CASEWHENTHENEXPRESSION_QUOTE_S_WHENTHENLIST_MUST_GREATER_THAN_0_069775ED = + "the length of CaseWhenThenExpression's whenThenList must greater than 0"; public static final String EXCEPTION_QUERYCONTEXT_IS_NULL_C2344379 = "QueryContext is null"; - public static final String EXCEPTION_PREDICATE_LEFT_BRACKET_ARG_RIGHT_BRACKET_SHOULD_BE_SIMPLIFIED_IN_PREVIOUS_STEP_9262C154 = "Predicate [%s] should be simplified in previous step"; + public static final String + EXCEPTION_PREDICATE_LEFT_BRACKET_ARG_RIGHT_BRACKET_SHOULD_BE_SIMPLIFIED_IN_PREVIOUS_STEP_9262C154 = + "Predicate [%s] should be simplified in previous step"; public static final String EMPTY_MESSAGE = ""; public static final String EXCEPTION_SEMICOLON_0FAEF84A = "; "; - public static final String EXCEPTION_THE_TSBLOCK_SHOULD_NOT_BE_NULL_WHEN_CONSTRUCTING_MEMORYSOURCEHANDLE_8D205293 = "the TsBlock should not be null when constructing MemorySourceHandle"; - public static final String EXCEPTION_THE_TIME_ORDER_IS_NOT_SPECIFIED_DOT_624A7526 = "The time order is not specified."; - public static final String EXCEPTION_THE_TIMESERIES_ORDER_IS_NOT_SPECIFIED_DOT_68EE3875 = "The timeseries order is not specified."; - public static final String EXCEPTION_THE_DEVICE_ORDER_IS_NOT_SPECIFIED_DOT_D3FB9559 = "The device order is not specified."; + public static final String + EXCEPTION_THE_TSBLOCK_SHOULD_NOT_BE_NULL_WHEN_CONSTRUCTING_MEMORYSOURCEHANDLE_8D205293 = + "the TsBlock should not be null when constructing MemorySourceHandle"; + public static final String EXCEPTION_THE_TIME_ORDER_IS_NOT_SPECIFIED_DOT_624A7526 = + "The time order is not specified."; + public static final String EXCEPTION_THE_TIMESERIES_ORDER_IS_NOT_SPECIFIED_DOT_68EE3875 = + "The timeseries order is not specified."; + public static final String EXCEPTION_THE_DEVICE_ORDER_IS_NOT_SPECIFIED_DOT_D3FB9559 = + "The device order is not specified."; public static final String EXCEPTION_SLASH_BC35AB27 = "/"; - public static final String EXCEPTION_INFORMATIONSCHEMATABLESCANNODE_MUST_HAVE_REGIONREPLICASET_0411DBCB = "InformationSchemaTableScanNode must have regionReplicaSet"; - public static final String EXCEPTION_EACH_INFORMATIONSCHEMATABLESCANNODE_HAVE_ONLY_ONE_DATANODELOCATION_FA3E82C4 = "each InformationSchemaTableScanNode have only one DataNodeLocation"; - public static final String EXCEPTION_CHILD_OF_EXCHANGENODE_MUST_BE_MULTICHILDRENSINKNODE_1BF715FD = "child of ExchangeNode must be MultiChildrenSinkNode"; - public static final String EXCEPTION_SIZE_OF_SOURCELOCATIONS_SHOULD_BE_LARGER_THAN_0_2EC41A23 = "size of sourceLocations should be larger than 0"; + public static final String + EXCEPTION_INFORMATIONSCHEMATABLESCANNODE_MUST_HAVE_REGIONREPLICASET_0411DBCB = + "InformationSchemaTableScanNode must have regionReplicaSet"; + public static final String + EXCEPTION_EACH_INFORMATIONSCHEMATABLESCANNODE_HAVE_ONLY_ONE_DATANODELOCATION_FA3E82C4 = + "each InformationSchemaTableScanNode have only one DataNodeLocation"; + public static final String + EXCEPTION_CHILD_OF_EXCHANGENODE_MUST_BE_MULTICHILDRENSINKNODE_1BF715FD = + "child of ExchangeNode must be MultiChildrenSinkNode"; + public static final String EXCEPTION_SIZE_OF_SOURCELOCATIONS_SHOULD_BE_LARGER_THAN_0_2EC41A23 = + "size of sourceLocations should be larger than 0"; public static final String EXCEPTION_INDEX_IS_NOT_VALID_2AB4FB3A = "index is not valid"; - public static final String EXCEPTION_LINES_OF_BOX_STRING_SHOULD_BE_GREATER_THAN_0_5DB8C047 = "Lines of box string should be greater than 0"; - public static final String EXCEPTION_WRONG_NUMBER_OF_NEW_CHILDREN_817AF800 = "wrong number of new children"; + public static final String EXCEPTION_LINES_OF_BOX_STRING_SHOULD_BE_GREATER_THAN_0_5DB8C047 = + "Lines of box string should be greater than 0"; + public static final String EXCEPTION_WRONG_NUMBER_OF_NEW_CHILDREN_817AF800 = + "wrong number of new children"; public static final String EXCEPTION_TRANSLATIONS_IS_NULL_37D62ADC = "translations is null"; public static final String EXCEPTION_ROOT_IS_NULL_ECC8987D = "root is null"; public static final String EXCEPTION_SYMBOLHINT_IS_NULL_CE874C40 = "symbolHint is null"; public static final String EXCEPTION_TYPE_IS_NULL_16A3D3EB = "type is null"; - public static final String EXCEPTION_SYMBOLHINT_NOT_IN_SYMBOLS_MAP_B0D67E43 = "symbolHint not in symbols map"; + public static final String EXCEPTION_SYMBOLHINT_NOT_IN_SYMBOLS_MAP_B0D67E43 = + "symbolHint not in symbols map"; public static final String EXCEPTION_PLANNERCONTEXT_IS_NULL_B7C7DE50 = "plannerContext is null"; public static final String EXCEPTION_OBJECTS_IS_NULL_819EE879 = "objects is null"; public static final String EXCEPTION_TYPES_IS_NULL_E4B2309D = "types is null"; - public static final String EXCEPTION_OBJECTS_AND_TYPES_DO_NOT_HAVE_THE_SAME_SIZE_8B51E17B = "objects and types do not have the same size"; + public static final String EXCEPTION_OBJECTS_AND_TYPES_DO_NOT_HAVE_THE_SAME_SIZE_8B51E17B = + "objects and types do not have the same size"; public static final String EXCEPTION_OUTERCONTEXT_IS_NULL_031CD366 = "outerContext is null"; public static final String EXCEPTION_SCOPE_IS_NULL_4F364BA2 = "scope is null"; public static final String EXCEPTION_ANALYSIS_IS_NULL_66666A58 = "analysis is null"; public static final String EXCEPTION_FIELDSYMBOLS_IS_NULL_5130E49C = "fieldSymbols is null"; public static final String EXCEPTION_ASTTOSYMBOLS_IS_NULL_80B3970F = "astToSymbols is null"; - public static final String EXCEPTION_TOO_FEW_PARAMETER_VALUES_2F7358C6 = "Too few parameter values"; + public static final String EXCEPTION_TOO_FEW_PARAMETER_VALUES_2F7358C6 = + "Too few parameter values"; public static final String EXCEPTION_SYMBOLALLOCATOR_IS_NULL_E2BE1908 = "symbolAllocator is null"; public static final String EXCEPTION_QUERYCONTEXT_IS_NULL_761DB539 = "queryContext is null"; public static final String EXCEPTION_SESSION_IS_NULL_6CF0F47D = "session is null"; - public static final String EXCEPTION_RECURSIVESUBQUERIES_IS_NULL_6AD8A180 = "recursiveSubqueries is null"; - public static final String EXCEPTION_PREDICATEWITHUNCORRELATEDSCALARSUBQUERYRECONSTRUCTOR_IS_NULL_B264FEBC = "predicateWithUncorrelatedScalarSubqueryReconstructor is null"; - public static final String EXCEPTION_ONLY_SUPPORT_ONE_GROUPINGSET_NOW_A1277FA4 = "Only support one groupingSet now"; + public static final String EXCEPTION_RECURSIVESUBQUERIES_IS_NULL_6AD8A180 = + "recursiveSubqueries is null"; + public static final String + EXCEPTION_PREDICATEWITHUNCORRELATEDSCALARSUBQUERYRECONSTRUCTOR_IS_NULL_B264FEBC = + "predicateWithUncorrelatedScalarSubqueryReconstructor is null"; + public static final String EXCEPTION_ONLY_SUPPORT_ONE_GROUPINGSET_NOW_A1277FA4 = + "Only support one groupingSet now"; public static final String EXCEPTION_EXPRESSION_IS_NULL_16C079B5 = "expression is null"; public static final String EXCEPTION_EXPRESSIONTYPES_IS_NULL_4107A4A2 = "expressionTypes is null"; - public static final String EXCEPTION_TYPE_NOT_FOUND_FOR_EXPRESSION_COLON_ARG_C26C9237 = "Type not found for expression: %s"; - public static final String EXCEPTION_VALUE_REACH_HERE_MUST_BE_EXPRESSION_C7CA1971 = "Value reach here must be Expression"; + public static final String EXCEPTION_TYPE_NOT_FOUND_FOR_EXPRESSION_COLON_ARG_C26C9237 = + "Type not found for expression: %s"; + public static final String EXCEPTION_VALUE_REACH_HERE_MUST_BE_EXPRESSION_C7CA1971 = + "Value reach here must be Expression"; public static final String EXCEPTION_PLAN_IS_NULL_717C9DF7 = "plan is null"; public static final String EXCEPTION_LOOKUP_IS_NULL_B8FD7E65 = "lookup is null"; public static final String EXCEPTION_CONSUMER_IS_NULL_B6207072 = "consumer is null"; public static final String EXCEPTION_FIELDMAPPINGS_IS_NULL_C3681969 = "fieldMappings is null"; - public static final String EXCEPTION_NO_FIELD_MINUS_GREATER_THAN_SYMBOL_MAPPING_FOR_FIELD_ARG_698FDF06 = "No field->symbol mapping for field %s"; - public static final String EXCEPTION_FOR_NOW_COMMA_ONLY_SINGLE_COLUMN_SUBQUERIES_ARE_SUPPORTED_AD9593BE = "For now, only single column subqueries are supported"; - public static final String EXCEPTION_FOR_NOW_COMMA_ONLY_SINGLE_COLUMN_SUBQUERIES_ARE_SUPPORTED_DOT_068B1A66 = "For now, only single column subqueries are supported."; + public static final String + EXCEPTION_NO_FIELD_MINUS_GREATER_THAN_SYMBOL_MAPPING_FOR_FIELD_ARG_698FDF06 = + "No field->symbol mapping for field %s"; + public static final String + EXCEPTION_FOR_NOW_COMMA_ONLY_SINGLE_COLUMN_SUBQUERIES_ARE_SUPPORTED_AD9593BE = + "For now, only single column subqueries are supported"; + public static final String + EXCEPTION_FOR_NOW_COMMA_ONLY_SINGLE_COLUMN_SUBQUERIES_ARE_SUPPORTED_DOT_068B1A66 = + "For now, only single column subqueries are supported."; public static final String EXCEPTION_CLUSTER_IS_EMPTY_22299EED = "Cluster is empty"; - public static final String EXCEPTION_CLUSTER_CONTAINS_EXPRESSIONS_THAT_ARE_NOT_EQUIVALENT_TO_EACH_OTHER_7AD9A0E3 = "Cluster contains expressions that are not equivalent to each other"; - public static final String EXCEPTION_WARNINGCOLLECTOR_IS_NULL_7A524A68 = "warningCollector is null"; + public static final String + EXCEPTION_CLUSTER_CONTAINS_EXPRESSIONS_THAT_ARE_NOT_EQUIVALENT_TO_EACH_OTHER_7AD9A0E3 = + "Cluster contains expressions that are not equivalent to each other"; + public static final String EXCEPTION_WARNINGCOLLECTOR_IS_NULL_7A524A68 = + "warningCollector is null"; public static final String EXCEPTION_MEASURES_IS_NULL_EC9D2431 = "measures is null"; public static final String EXCEPTION_MEASUREOUTPUTS_IS_NULL_923F7C4B = "measureOutputs is null"; public static final String EXCEPTION_SKIPTOPOSITION_IS_NULL_EFBA10CA = "skipToPosition is null"; public static final String EXCEPTION_PATTERN_IS_NULL_AC4E239A = "pattern is null"; - public static final String EXCEPTION_VARIABLEDEFINITIONS_IS_NULL_5F7B8ED4 = "variableDefinitions is null"; - public static final String EXCEPTION_NO_RELATIONS_SPECIFIED_FOR_UNION_70CE42C4 = "No relations specified for UNION"; - public static final String EXCEPTION_NO_RELATIONS_SPECIFIED_FOR_INTERSECT_76B0ED3B = "No relations specified for intersect"; - public static final String EXCEPTION_NO_RELATIONS_SPECIFIED_FOR_EXCEPT_C8E4B4AA = "No relations specified for except"; + public static final String EXCEPTION_VARIABLEDEFINITIONS_IS_NULL_5F7B8ED4 = + "variableDefinitions is null"; + public static final String EXCEPTION_NO_RELATIONS_SPECIFIED_FOR_UNION_70CE42C4 = + "No relations specified for UNION"; + public static final String EXCEPTION_NO_RELATIONS_SPECIFIED_FOR_INTERSECT_76B0ED3B = + "No relations specified for intersect"; + public static final String EXCEPTION_NO_RELATIONS_SPECIFIED_FOR_EXCEPT_C8E4B4AA = + "No relations specified for except"; public static final String EXCEPTION_NODE_IS_NULL_C1479F4A = "node is null"; - public static final String EXCEPTION_EXPRESSIONS_MUST_BE_IN_THE_SAME_LOCAL_SCOPE_CCAD793E = "Expressions must be in the same local scope"; + public static final String EXCEPTION_EXPRESSIONS_MUST_BE_IN_THE_SAME_LOCAL_SCOPE_CCAD793E = + "Expressions must be in the same local scope"; public static final String EXCEPTION_WHERE_IS_NULL_A1A3FCBC = "where is null"; public static final String EXCEPTION_SKIPONLY_IS_NULL_80DB0703 = "skipOnly is null"; - public static final String EXCEPTION_UNABLE_TO_REMOVE_PLAN_NODE_AS_IT_CONTAINS_0_OR_MORE_THAN_1_CHILDREN_6F26E194 = "Unable to remove plan node as it contains 0 or more than 1 children"; + public static final String + EXCEPTION_UNABLE_TO_REMOVE_PLAN_NODE_AS_IT_CONTAINS_0_OR_MORE_THAN_1_CHILDREN_6F26E194 = + "Unable to remove plan node as it contains 0 or more than 1 children"; public static final String EXCEPTION_FIELDS_IS_NULL_DE209DBF = "fields is null"; - public static final String EXCEPTION_CANNOT_RESOLVE_SYMBOL_ARG_79F76FA6 = "Cannot resolve symbol %s"; - public static final String EXCEPTION_COLUMNREFERENCES_IS_NULL_124955C5 = "columnReferences is null"; + public static final String EXCEPTION_CANNOT_RESOLVE_SYMBOL_ARG_79F76FA6 = + "Cannot resolve symbol %s"; + public static final String EXCEPTION_COLUMNREFERENCES_IS_NULL_124955C5 = + "columnReferences is null"; public static final String EXCEPTION_SCOPEEQUALITIES_IS_NULL_22388B2C = "scopeEqualities is null"; - public static final String EXCEPTION_SCOPECOMPLEMENTEQUALITIES_IS_NULL_B9080FC7 = "scopeComplementEqualities is null"; - public static final String EXCEPTION_SCOPESTRADDLINGEQUALITIES_IS_NULL_F6B979AE = "scopeStraddlingEqualities is null"; + public static final String EXCEPTION_SCOPECOMPLEMENTEQUALITIES_IS_NULL_B9080FC7 = + "scopeComplementEqualities is null"; + public static final String EXCEPTION_SCOPESTRADDLINGEQUALITIES_IS_NULL_F6B979AE = + "scopeStraddlingEqualities is null"; public static final String EXCEPTION_SYMBOLTYPES_IS_NULL_DD16EA83 = "symbolTypes is null"; - public static final String EXCEPTION_EXPRESSION_CANNOT_BE_NULL_EFF1A99C = "expression cannot be null"; + public static final String EXCEPTION_EXPRESSION_CANNOT_BE_NULL_EFF1A99C = + "expression cannot be null"; public static final String EXCEPTION_TYPE_CANNOT_BE_NULL_97A0A8D3 = "type cannot be null"; public static final String EXCEPTION_NO_TYPE_FOR_COLON_ARG_9E34AD76 = "No type for: %s"; - public static final String EXCEPTION_CONDITION_MUST_BE_BOOLEAN_COLON_ARG_806C2960 = "Condition must be boolean: %s"; - public static final String EXCEPTION_TYPES_MUST_BE_EQUAL_COLON_ARG_VS_ARG_098424AD = "Types must be equal: %s vs %s"; + public static final String EXCEPTION_CONDITION_MUST_BE_BOOLEAN_COLON_ARG_806C2960 = + "Condition must be boolean: %s"; + public static final String EXCEPTION_TYPES_MUST_BE_EQUAL_COLON_ARG_VS_ARG_098424AD = + "Types must be equal: %s vs %s"; public static final String EXCEPTION_ELEMENTS_IS_NULL_3451C1DA = "elements is null"; public static final String EXCEPTION_PREDICATE_IS_NULL_22E687A9 = "predicate is null"; public static final String EXCEPTION_MAPPER_IS_NULL_1D7789D1 = "mapper is null"; public static final String EXCEPTION_FUNCTION_IS_NULL_E0FA4B62 = "function is null"; - public static final String EXCEPTION_N_MUST_BE_GREATER_THAN_OR_EQUAL_TO_ZERO_C4CE8BF0 = "n must be greater than or equal to zero"; + public static final String EXCEPTION_N_MUST_BE_GREATER_THAN_OR_EQUAL_TO_ZERO_C4CE8BF0 = + "n must be greater than or equal to zero"; public static final String EXCEPTION_LOOKUPTYPE_IS_NULL_190054FA = "lookupType is null"; public static final String EXCEPTION_OPERATORTYPE_IS_NULL_CEA6E3D3 = "operatorType is null"; public static final String EXCEPTION_ARGUMENTTYPES_IS_NULL_1E377BFD = "argumentTypes is null"; @@ -3549,13 +3706,16 @@ private DataNodeQueryMessages() {} public static final String EXCEPTION_TABLE_IS_NULL_8DDD9098 = "table is null"; public static final String EXCEPTION_COLUMNS_IS_NULL_6C8F32B3 = "columns is null"; public static final String EXCEPTION_COMMENT_IS_NULL_0AD46118 = "comment is null"; - public static final String EXCEPTION_STATEMENTANALYZERFACTORY_IS_NULL_D309BAB5 = "statementAnalyzerFactory is null"; + public static final String EXCEPTION_STATEMENTANALYZERFACTORY_IS_NULL_D309BAB5 = + "statementAnalyzerFactory is null"; public static final String EXCEPTION_FIELD_IS_NULL_80E8CE23 = "field is null"; public static final String EXCEPTION_PARAMETERS_IS_NULL_418C7892 = "parameters is null"; public static final String EXCEPTION_TABLEREFERENCE_IS_NULL_C02D3A8F = "tableReference is null"; public static final String EXCEPTION_QUERY_IS_NULL_689B7978 = "query is null"; - public static final String EXCEPTION_RECURSIVEREFERENCE_IS_NULL_24B9D5DC = "recursiveReference is null"; - public static final String EXCEPTION_ROOT_STATEMENT_IS_ANALYSIS_IS_NULL_36BCD4D1 = "root statement is analysis is null"; + public static final String EXCEPTION_RECURSIVEREFERENCE_IS_NULL_24B9D5DC = + "recursiveReference is null"; + public static final String EXCEPTION_ROOT_STATEMENT_IS_ANALYSIS_IS_NULL_36BCD4D1 = + "root statement is analysis is null"; public static final String EXCEPTION_ACCESSCONTROL_IS_NULL_F534EBDD = "accessControl is null"; public static final String EXCEPTION_IDENTITY_IS_NULL_846265BA = "identity is null"; public static final String EXCEPTION_HANDLE_IS_NULL_E82FA480 = "handle is null"; @@ -3564,7 +3724,8 @@ private DataNodeQueryMessages() {} public static final String EXCEPTION_AUTHORIZATION_IS_NULL_7CCA692F = "authorization is null"; public static final String EXCEPTION_VALUETYPE_IS_NULL_A8582B5F = "valueType is null"; public static final String EXCEPTION_VALUECOERCION_IS_NULL_E1A004BF = "valueCoercion is null"; - public static final String EXCEPTION_SUBQUERYCOERCION_IS_NULL_33646290 = "subqueryCoercion is null"; + public static final String EXCEPTION_SUBQUERYCOERCION_IS_NULL_33646290 = + "subqueryCoercion is null"; public static final String EXCEPTION_PARTITIONBY_IS_NULL_84791B6B = "partitionBy is null"; public static final String EXCEPTION_ORDERBY_IS_NULL_AA2494DE = "orderBy is null"; public static final String EXCEPTION_FRAME_IS_NULL_5A92D609 = "frame is null"; @@ -3572,40 +3733,59 @@ private DataNodeQueryMessages() {} public static final String EXCEPTION_ATMOST_IS_NULL_778B3B3A = "atMost is null"; public static final String EXCEPTION_FILLEDVALUE_IS_NULL_1FA907D6 = "filledValue is null"; public static final String EXCEPTION_FIELDREFERENCE_IS_NULL_0B07EA50 = "fieldReference is null"; - public static final String EXCEPTION_QUERY_IS_NOT_REGISTERED_AS_EXPANDABLE_FAAD8FC9 = "query is not registered as expandable"; - public static final String EXCEPTION_EXPRESSION_NOT_ANALYZED_COLON_ARG_D397B665 = "Expression not analyzed: %s"; - public static final String EXCEPTION_EXPRESSION_IS_NOT_A_COLUMN_REFERENCE_COLON_ARG_7957E705 = "Expression is not a column reference: %s"; - public static final String EXCEPTION_EXPECTED_JOIN_FIELDS_FOR_LEFT_AND_RIGHT_TO_HAVE_THE_SAME_SIZE_21BFD449 = "Expected join fields for left and right to have the same size"; - public static final String EXCEPTION_NO_COLUMNS_GIVEN_TO_INSERT_52C42E47 = "No columns given to insert"; - public static final String EXCEPTION_MISSING_FILLANALYSIS_FOR_NODE_ARG_7E5B19A4 = "missing FillAnalysis for node %s"; - public static final String EXCEPTION_MISSING_OFFSET_VALUE_FOR_NODE_ARG_4B107520 = "missing OFFSET value for node %s"; - public static final String EXCEPTION_MISSING_LIMIT_VALUE_FOR_NODE_ARG_DD5FD777 = "missing LIMIT value for node %s"; - public static final String EXCEPTION_MISSING_RANGE_FOR_QUANTIFIER_ARG_03461228 = "missing range for quantifier %s"; - public static final String EXCEPTION_MISSING_UNDEFINED_LABELS_FOR_ARG_CA615EC2 = "missing undefined labels for %s"; + public static final String EXCEPTION_QUERY_IS_NOT_REGISTERED_AS_EXPANDABLE_FAAD8FC9 = + "query is not registered as expandable"; + public static final String EXCEPTION_EXPRESSION_NOT_ANALYZED_COLON_ARG_D397B665 = + "Expression not analyzed: %s"; + public static final String EXCEPTION_EXPRESSION_IS_NOT_A_COLUMN_REFERENCE_COLON_ARG_7957E705 = + "Expression is not a column reference: %s"; + public static final String + EXCEPTION_EXPECTED_JOIN_FIELDS_FOR_LEFT_AND_RIGHT_TO_HAVE_THE_SAME_SIZE_21BFD449 = + "Expected join fields for left and right to have the same size"; + public static final String EXCEPTION_NO_COLUMNS_GIVEN_TO_INSERT_52C42E47 = + "No columns given to insert"; + public static final String EXCEPTION_MISSING_FILLANALYSIS_FOR_NODE_ARG_7E5B19A4 = + "missing FillAnalysis for node %s"; + public static final String EXCEPTION_MISSING_OFFSET_VALUE_FOR_NODE_ARG_4B107520 = + "missing OFFSET value for node %s"; + public static final String EXCEPTION_MISSING_LIMIT_VALUE_FOR_NODE_ARG_DD5FD777 = + "missing LIMIT value for node %s"; + public static final String EXCEPTION_MISSING_RANGE_FOR_QUANTIFIER_ARG_03461228 = + "missing range for quantifier %s"; + public static final String EXCEPTION_MISSING_UNDEFINED_LABELS_FOR_ARG_CA615EC2 = + "missing undefined labels for %s"; public static final String EXCEPTION_NO_FIELD_FOR_97419CB1 = "No Field for "; public static final String EXCEPTION_RELATIONID_IS_NULL_C4683108 = "relationId is null"; - public static final String EXCEPTION_FIELDINDEX_MUST_BE_NON_MINUS_NEGATIVE_COMMA_GOT_COLON_ARG_09C2C06D = "fieldIndex must be non-negative, got: %s"; + public static final String + EXCEPTION_FIELDINDEX_MUST_BE_NON_MINUS_NEGATIVE_COMMA_GOT_COLON_ARG_09C2C06D = + "fieldIndex must be non-negative, got: %s"; public static final String EXCEPTION_TYPEMANAGER_IS_NULL_12A72016 = "typeManager is null"; public static final String EXCEPTION_NODES_IS_NULL_7AB3C1D7 = "nodes is null"; public static final String EXCEPTION_CLAZZ_IS_NULL_7F710E3E = "clazz is null"; - public static final String EXCEPTION_GROUPBYEXPRESSIONS_IS_NULL_BFDC07D2 = "groupByExpressions is null"; + public static final String EXCEPTION_GROUPBYEXPRESSIONS_IS_NULL_BFDC07D2 = + "groupByExpressions is null"; public static final String EXCEPTION_SOURCESCOPE_IS_NULL_4B3626A7 = "sourceScope is null"; public static final String EXCEPTION_ORDERBYSCOPE_IS_NULL_A6017E73 = "orderByScope is null"; public static final String EXCEPTION_NO_FIELD_FOR_E99DCE9A = "No field for "; - public static final String EXCEPTION_INVALID_PARAMETER_NUMBER_ARG_COMMA_MAX_VALUES_IS_ARG_B3F5C4E8 = "Invalid parameter number %s, max values is %s"; - public static final String EXCEPTION_GROUPING_FIELD_ARG_SHOULD_ORIGINATE_FROM_ARG_6DBBCE6B = "Grouping field %s should originate from %s"; + public static final String + EXCEPTION_INVALID_PARAMETER_NUMBER_ARG_COMMA_MAX_VALUES_IS_ARG_B3F5C4E8 = + "Invalid parameter number %s, max values is %s"; + public static final String EXCEPTION_GROUPING_FIELD_ARG_SHOULD_ORIGINATE_FROM_ARG_6DBBCE6B = + "Grouping field %s should originate from %s"; public static final String EXCEPTION_ALLLABELS_IS_NULL_9F240FB5 = "allLabels is null"; public static final String EXCEPTION_DESCRIPTOR_IS_NULL_E6EC1F14 = "descriptor is null"; public static final String EXCEPTION_ARGUMENTS_IS_NULL_B1F6D4F2 = "arguments is null"; public static final String EXCEPTION_MODE_IS_NULL_54A948DB = "mode is null"; public static final String EXCEPTION_LABELS_IS_NULL_F4FBBECE = "labels is null"; - public static final String EXCEPTION_MATCHNUMBERCALLS_IS_NULL_EC08D0D0 = "matchNumberCalls is null"; + public static final String EXCEPTION_MATCHNUMBERCALLS_IS_NULL_EC08D0D0 = + "matchNumberCalls is null"; public static final String EXCEPTION_CLASSIFIERCALLS_IS_NULL_92AA8B77 = "classifierCalls is null"; public static final String EXCEPTION_LABEL_IS_NULL_B21FE26B = "label is null"; public static final String EXCEPTION_NAVIGATION_IS_NULL_3D0CBEE1 = "navigation is null"; public static final String EXCEPTION_ANCHOR_IS_NULL_4AF93E60 = "anchor is null"; public static final String EXCEPTION_FIELD_CANNOT_BE_NULL_09155004 = "field cannot be null"; - public static final String EXCEPTION_FIELD_QUOTE_ARG_QUOTE_NOT_FOUND_1BC2FDED = "Field '%s' not found"; + public static final String EXCEPTION_FIELD_QUOTE_ARG_QUOTE_NOT_FOUND_1BC2FDED = + "Field '%s' not found"; public static final String EXCEPTION_PARENT_IS_NULL_ED81BAD8 = "parent is null"; public static final String EXCEPTION_RELATION_IS_NULL_890596ED = "relation is null"; public static final String EXCEPTION_NAMEDQUERIES_IS_NULL_AFDE9A4A = "namedQueries is null"; @@ -3613,44 +3793,64 @@ private DataNodeQueryMessages() {} public static final String EXCEPTION_RELATIONTYPE_IS_NULL_62DDF9C1 = "relationType is null"; public static final String EXCEPTION_BASISTYPE_IS_NULL_33E4F842 = "basisType is null"; public static final String EXCEPTION_PARENT_IS_ALREADY_SET_835DE0A5 = "parent is already set"; - public static final String EXCEPTION_QUERY_QUOTE_ARG_QUOTE_IS_ALREADY_ADDED_F3D47DBD = "Query '%s' is already added"; + public static final String EXCEPTION_QUERY_QUOTE_ARG_QUOTE_IS_ALREADY_ADDED_F3D47DBD = + "Query '%s' is already added"; public static final String EXCEPTION_MISSING_SCOPE_D573869F = "missing scope"; public static final String EXCEPTION_MISSING_RELATIONTYPE_679D3CFA = "missing relationType"; - public static final String EXCEPTION_SUBQUERYINPREDICATES_IS_NULL_5A37F1C8 = "subqueryInPredicates is null"; + public static final String EXCEPTION_SUBQUERYINPREDICATES_IS_NULL_5A37F1C8 = + "subqueryInPredicates is null"; public static final String EXCEPTION_SUBQUERIES_IS_NULL_0D5EA053 = "subqueries is null"; - public static final String EXCEPTION_EXISTSSUBQUERIES_IS_NULL_5EA140F5 = "existsSubqueries is null"; - public static final String EXCEPTION_QUANTIFIEDCOMPARISONS_IS_NULL_A30F5121 = "quantifiedComparisons is null"; + public static final String EXCEPTION_EXISTSSUBQUERIES_IS_NULL_5EA140F5 = + "existsSubqueries is null"; + public static final String EXCEPTION_QUANTIFIEDCOMPARISONS_IS_NULL_A30F5121 = + "quantifiedComparisons is null"; public static final String EXCEPTION_WINDOWFUNCTIONS_IS_NULL_D77C3CD5 = "windowFunctions is null"; public static final String EXCEPTION_ORIGINTABLE_IS_NULL_18AC52C3 = "originTable is null"; public static final String EXCEPTION_RELATIONALIAS_IS_NULL_C363AD25 = "relationAlias is null"; - public static final String EXCEPTION_ORIGINCOLUMNNAME_IS_NULL_98607162 = "originColumnName is null"; + public static final String EXCEPTION_ORIGINCOLUMNNAME_IS_NULL_98607162 = + "originColumnName is null"; public static final String EXCEPTION_METADATA_IS_NULL_6F8F9BA0 = "metadata is null"; public static final String EXCEPTION_CONTEXT_IS_NULL_E329B664 = "context is null"; - public static final String EXCEPTION_GETRESOLVEDWINDOW_IS_NULL_2438758C = "getResolvedWindow is null"; - public static final String EXCEPTION_GETPREANALYZEDTYPE_IS_NULL_FBB2EC7D = "getPreanalyzedType is null"; + public static final String EXCEPTION_GETRESOLVEDWINDOW_IS_NULL_2438758C = + "getResolvedWindow is null"; + public static final String EXCEPTION_GETPREANALYZEDTYPE_IS_NULL_FBB2EC7D = + "getPreanalyzedType is null"; public static final String EXCEPTION_BASESCOPE_IS_NULL_ABE8F618 = "baseScope is null"; - public static final String EXCEPTION_PATTERNRECOGNITIONCONTEXT_IS_NULL_59C665F1 = "patternRecognitionContext is null"; - public static final String EXCEPTION_CORRELATIONSUPPORT_IS_NULL_E0D669BF = "correlationSupport is null"; - public static final String EXCEPTION_FUNCTIONINPUTTYPES_IS_NULL_3030658F = "functionInputTypes is null"; + public static final String EXCEPTION_PATTERNRECOGNITIONCONTEXT_IS_NULL_59C665F1 = + "patternRecognitionContext is null"; + public static final String EXCEPTION_CORRELATIONSUPPORT_IS_NULL_E0D669BF = + "correlationSupport is null"; + public static final String EXCEPTION_FUNCTIONINPUTTYPES_IS_NULL_3030658F = + "functionInputTypes is null"; public static final String EXCEPTION_COLUMN_IS_NULL_0C404041 = "column is null"; - public static final String EXCEPTION_EXPRESSION_NOT_YET_ANALYZED_COLON_ARG_0F4F19B7 = "Expression not yet analyzed: %s"; - public static final String EXCEPTION_ARG_ALREADY_KNOWN_TO_REFER_TO_ARG_8C8B4F24 = "%s already known to refer to %s"; - public static final String EXCEPTION_NO_RESOLVED_WINDOW_FOR_COLON_AED19667 = "no resolved window for: "; + public static final String EXCEPTION_EXPRESSION_NOT_YET_ANALYZED_COLON_ARG_0F4F19B7 = + "Expression not yet analyzed: %s"; + public static final String EXCEPTION_ARG_ALREADY_KNOWN_TO_REFER_TO_ARG_8C8B4F24 = + "%s already known to refer to %s"; + public static final String EXCEPTION_NO_RESOLVED_WINDOW_FOR_COLON_AED19667 = + "no resolved window for: "; public static final String EXCEPTION_NO_LABEL_AVAILABLE_8508CE32 = "no label available"; public static final String EXCEPTION_REWRITES_IS_NULL_4E5AD77A = "rewrites is null"; - public static final String EXCEPTION_STATEMENT_REWRITE_RETURNED_NULL_AB1E89EA = "Statement rewrite returned null"; + public static final String EXCEPTION_STATEMENT_REWRITE_RETURNED_NULL_AB1E89EA = + "Statement rewrite returned null"; public static final String EXCEPTION_ATN_IS_NULL_48BE0D3E = "atn is null"; public static final String EXCEPTION_LEXER_IS_NULL_88834E18 = "lexer is null"; public static final String EXCEPTION_PARSER_IS_NULL_AE8E5D6F = "parser is null"; - public static final String EXCEPTION_LEXER_ATN_MISMATCH_COLON_EXPECTED_ARG_COMMA_FOUND_ARG_8ED22CF1 = "Lexer ATN mismatch: expected %s, found %s"; - public static final String EXCEPTION_PARSER_ATN_MISMATCH_COLON_EXPECTED_ARG_COMMA_FOUND_ARG_FF75D61B = "Parser ATN mismatch: expected %s, found %s"; + public static final String + EXCEPTION_LEXER_ATN_MISMATCH_COLON_EXPECTED_ARG_COMMA_FOUND_ARG_8ED22CF1 = + "Lexer ATN mismatch: expected %s, found %s"; + public static final String + EXCEPTION_PARSER_ATN_MISMATCH_COLON_EXPECTED_ARG_COMMA_FOUND_ARG_FF75D61B = + "Parser ATN mismatch: expected %s, found %s"; public static final String EXCEPTION_INITIALIZER_IS_NULL_2EEC3764 = "initializer is null"; public static final String EXCEPTION_TERMINALNODE_IS_NULL_578F27FD = "terminalNode is null"; - public static final String EXCEPTION_PARSERRULECONTEXT_IS_NULL_9E0DD3B5 = "parserRuleContext is null"; + public static final String EXCEPTION_PARSERRULECONTEXT_IS_NULL_9E0DD3B5 = + "parserRuleContext is null"; public static final String EXCEPTION_TOKEN_IS_NULL_43094C56 = "token is null"; public static final String EXCEPTION_VALUE_IS_NULL_192F6BFF = "value is null"; public static final String EXCEPTION_LOCATION_IS_NULL_F134D388 = "location is null"; - public static final String EXCEPTION_TOPIC_NAME_CAN_NOT_BE_NULL_EA4ED0BF = "topic name can not be null"; + public static final String EXCEPTION_TOPIC_NAME_CAN_NOT_BE_NULL_EA4ED0BF = + "topic name can not be null"; public static final String EXCEPTION_SOURCE_NAME_IS_NULL_287E475D = "source name is null"; public static final String EXCEPTION_TARGET_NAME_IS_NULL_A5F701C6 = "target name is null"; public static final String EXCEPTION_DBNAME_IS_NULL_4521C4EE = "dbName is null"; @@ -3658,24 +3858,35 @@ private DataNodeQueryMessages() {} public static final String EXCEPTION_TARGET_IS_NULL_240F0372 = "target is null"; public static final String EXCEPTION_INDEXNAME_IS_NULL_2525299C = "indexName is null"; public static final String EXCEPTION_COLUMNLIST_IS_NULL_DADE6825 = "columnList is null"; - public static final String EXCEPTION_SIZE_OF_COLUMNLIST_SHOULD_BE_LARGER_THAN_1_7EB80E55 = "size of columnList should be larger than 1"; + public static final String EXCEPTION_SIZE_OF_COLUMNLIST_SHOULD_BE_LARGER_THAN_1_7EB80E55 = + "size of columnList should be larger than 1"; public static final String EXCEPTION_ASSIGNMENTS_IS_NULL_1FD6142D = "assignments is null"; - public static final String EXCEPTION_PIPE_NAME_CAN_NOT_BE_NULL_14570979 = "pipe name can not be null"; + public static final String EXCEPTION_PIPE_NAME_CAN_NOT_BE_NULL_14570979 = + "pipe name can not be null"; public static final String EXCEPTION_SQL_IS_NULL_BEDB2B7A = "sql is null"; public static final String EXCEPTION_SERVICENAME_IS_NULL_1009BA39 = "serviceName is null"; - public static final String EXCEPTION_CANNOT_GET_NON_MINUS_DEFAULT_VALUE_OF_PROPERTY_ARG_SINCE_ITS_VALUE_IS_SET_TO_DEF_E7D3185F = "Cannot get non-default value of property %s since its value is set to DEFAULT"; + public static final String + EXCEPTION_CANNOT_GET_NON_MINUS_DEFAULT_VALUE_OF_PROPERTY_ARG_SINCE_ITS_VALUE_IS_SET_TO_DEF_E7D3185F = + "Cannot get non-default value of property %s since its value is set to DEFAULT"; public static final String EXCEPTION_STATEMENTNAME_IS_NULL_C03BB8D4 = "statementName is null"; public static final String EXCEPTION_CATALOGNAME_IS_NULL_2E3C3C6B = "catalogName is null"; public static final String EXCEPTION_SOURCE_IS_NULL_45946547 = "source is null"; - public static final String EXCEPTION_SUBSCRIPTION_ID_CAN_NOT_BE_NULL_0CDFFD7D = "subscription id can not be null"; + public static final String EXCEPTION_SUBSCRIPTION_ID_CAN_NOT_BE_NULL_0CDFFD7D = + "subscription id can not be null"; public static final String EXCEPTION_DB_IS_NULL_E1AD1B58 = "db is null"; - public static final String EXCEPTION_TOPIC_ATTRIBUTES_CAN_NOT_BE_NULL_791A8FED = "topic attributes can not be null"; - public static final String EXCEPTION_EXTRACTOR_SLASH_SOURCE_ATTRIBUTES_CAN_NOT_BE_NULL_2B3A656B = "extractor/source attributes can not be null"; - public static final String EXCEPTION_PROCESSOR_ATTRIBUTES_CAN_NOT_BE_NULL_FFF91008 = "processor attributes can not be null"; - public static final String EXCEPTION_CONNECTOR_ATTRIBUTES_CAN_NOT_BE_NULL_7AF2F613 = "connector attributes can not be null"; + public static final String EXCEPTION_TOPIC_ATTRIBUTES_CAN_NOT_BE_NULL_791A8FED = + "topic attributes can not be null"; + public static final String EXCEPTION_EXTRACTOR_SLASH_SOURCE_ATTRIBUTES_CAN_NOT_BE_NULL_2B3A656B = + "extractor/source attributes can not be null"; + public static final String EXCEPTION_PROCESSOR_ATTRIBUTES_CAN_NOT_BE_NULL_FFF91008 = + "processor attributes can not be null"; + public static final String EXCEPTION_CONNECTOR_ATTRIBUTES_CAN_NOT_BE_NULL_7AF2F613 = + "connector attributes can not be null"; public static final String EXCEPTION_CLASSNAME_IS_NULL_3902B37C = "className is null"; - public static final String EXCEPTION_PLUGIN_NAME_CAN_NOT_BE_NULL_92F0F4D6 = "plugin name can not be null"; - public static final String EXCEPTION_CLASS_NAME_CAN_NOT_BE_NULL_1D276677 = "class name can not be null"; + public static final String EXCEPTION_PLUGIN_NAME_CAN_NOT_BE_NULL_92F0F4D6 = + "plugin name can not be null"; + public static final String EXCEPTION_CLASS_NAME_CAN_NOT_BE_NULL_1D276677 = + "class name can not be null"; public static final String EXCEPTION_URI_CAN_NOT_BE_NULL_B3535EDC = "uri can not be null"; public static final String EXCEPTION_STATEMENT_IS_NULL_693A0622 = "statement is null"; public static final String EXCEPTION_UDFNAME_IS_NULL_83E9039B = "udfName is null"; @@ -3687,136 +3898,277 @@ private DataNodeQueryMessages() {} public static final String EXCEPTION_COLUMNCATEGORY_IS_NULL_0075924B = "columnCategory is null"; public static final String EXCEPTION_ARGUMENTNAME_IS_NULL_7F8F665F = "argumentName is null"; public static final String EXCEPTION_PASSEDARGUMENTS_IS_NULL_98D8CB1F = "passedArguments is null"; - public static final String EXCEPTION_TABLEARGUMENTANALYSES_IS_NULL_C8724E40 = "tableArgumentAnalyses is null"; + public static final String EXCEPTION_TABLEARGUMENTANALYSES_IS_NULL_C8724E40 = + "tableArgumentAnalyses is null"; public static final String EXCEPTION_ARGUMENT_IS_NULL_0CBBD22B = "argument is null"; - public static final String EXCEPTION_TABLEARGUMENTANALYSIS_IS_NULL_CF9F0E25 = "tableArgumentAnalysis is null"; + public static final String EXCEPTION_TABLEARGUMENTANALYSIS_IS_NULL_CF9F0E25 = + "tableArgumentAnalysis is null"; public static final String EXCEPTION_RULE_IS_NULL_5387C8CC = "rule is null"; - public static final String EXCEPTION_CANNOT_MERGE_STATS_FOR_DIFFERENT_RULES_COLON_ARG_AND_ARG_F0A5D5E6 = "Cannot merge stats for different rules: %s and %s"; - public static final String EXCEPTION_SCALAR_SUBQUERY_RESULT_SHOULD_ONLY_HAVE_ONE_COLUMN_DOT_893F76CB = "Scalar Subquery result should only have one column."; - public static final String EXCEPTION_SCALAR_SUBQUERY_RESULT_SHOULD_ONLY_HAVE_ONE_ROW_DOT_F9007BBC = "Scalar Subquery result should only have one row."; - public static final String EXCEPTION_SCALAR_SUBQUERY_RESULT_SHOULD_NOT_GET_NULL_DATATYPE_OR_NULL_COLUMN_DOT_616056F4 = "Scalar Subquery result should not get null dataType or null column."; + public static final String + EXCEPTION_CANNOT_MERGE_STATS_FOR_DIFFERENT_RULES_COLON_ARG_AND_ARG_F0A5D5E6 = + "Cannot merge stats for different rules: %s and %s"; + public static final String + EXCEPTION_SCALAR_SUBQUERY_RESULT_SHOULD_ONLY_HAVE_ONE_COLUMN_DOT_893F76CB = + "Scalar Subquery result should only have one column."; + public static final String + EXCEPTION_SCALAR_SUBQUERY_RESULT_SHOULD_ONLY_HAVE_ONE_ROW_DOT_F9007BBC = + "Scalar Subquery result should only have one row."; + public static final String + EXCEPTION_SCALAR_SUBQUERY_RESULT_SHOULD_NOT_GET_NULL_DATATYPE_OR_NULL_COLUMN_DOT_616056F4 = + "Scalar Subquery result should not get null dataType or null column."; public static final String EXCEPTION_OPERATOR_IS_NULL_F5BB9F59 = "operator is null"; public static final String EXCEPTION_EXPRESSIONS_IS_NULL_C44D9384 = "expressions is null"; public static final String EXCEPTION_CORRELATION_IS_NULL_F8327EAD = "correlation is null"; - public static final String EXCEPTION_CORRELATEDPREDICATES_IS_NULL_5FCB8011 = "correlatedPredicates is null"; - public static final String EXCEPTION_GROUPING_KEYS_WERE_CORRELATED_EE1C8406 = "grouping keys were correlated"; - public static final String EXCEPTION_EXPECTED_CONSTANT_SYMBOLS_TO_CONTAIN_ALL_CORRELATED_SYMBOLS_LOCAL_EQUIVALENTS_E20CB055 = "Expected constant symbols to contain all correlated symbols local equivalents"; - public static final String EXCEPTION_EXPECTED_SYMBOLS_TO_PROPAGATE_TO_CONTAIN_ALL_CONSTANT_SYMBOLS_C9D876E4 = "Expected symbols to propagate to contain all constant symbols"; - public static final String EXCEPTION_CARDINALITYRANGE_IS_NULL_8FDEE0B4 = "cardinalityRange is null"; - public static final String EXCEPTION_METADATAEXPRESSIONS_IS_NULL_3752914C = "metadataExpressions is null"; - public static final String EXCEPTION_EXPRESSIONSCANPUSHDOWN_IS_NULL_DC8DFEB3 = "expressionsCanPushDown is null"; - public static final String EXCEPTION_EXPRESSIONSCANNOTPUSHDOWN_IS_NULL_63BC9AF9 = "expressionsCannotPushDown is null"; - public static final String EXCEPTION_FILTER_PREDICATE_OF_FILTERNODE_IS_NULL_C3964179 = "Filter predicate of FilterNode is null"; - public static final String EXCEPTION_UNSUPPORTED_JOIN_TYPE_COLON_ARG_9FB6751B = "Unsupported join type: %s"; - public static final String EXCEPTION_UNIQUEID_IN_PREDICATE_IS_NOT_YET_SUPPORTED_7B5D2EAF = "UniqueId in predicate is not yet supported"; + public static final String EXCEPTION_CORRELATEDPREDICATES_IS_NULL_5FCB8011 = + "correlatedPredicates is null"; + public static final String EXCEPTION_GROUPING_KEYS_WERE_CORRELATED_EE1C8406 = + "grouping keys were correlated"; + public static final String + EXCEPTION_EXPECTED_CONSTANT_SYMBOLS_TO_CONTAIN_ALL_CORRELATED_SYMBOLS_LOCAL_EQUIVALENTS_E20CB055 = + "Expected constant symbols to contain all correlated symbols local equivalents"; + public static final String + EXCEPTION_EXPECTED_SYMBOLS_TO_PROPAGATE_TO_CONTAIN_ALL_CONSTANT_SYMBOLS_C9D876E4 = + "Expected symbols to propagate to contain all constant symbols"; + public static final String EXCEPTION_CARDINALITYRANGE_IS_NULL_8FDEE0B4 = + "cardinalityRange is null"; + public static final String EXCEPTION_METADATAEXPRESSIONS_IS_NULL_3752914C = + "metadataExpressions is null"; + public static final String EXCEPTION_EXPRESSIONSCANPUSHDOWN_IS_NULL_DC8DFEB3 = + "expressionsCanPushDown is null"; + public static final String EXCEPTION_EXPRESSIONSCANNOTPUSHDOWN_IS_NULL_63BC9AF9 = + "expressionsCannotPushDown is null"; + public static final String EXCEPTION_FILTER_PREDICATE_OF_FILTERNODE_IS_NULL_C3964179 = + "Filter predicate of FilterNode is null"; + public static final String EXCEPTION_UNSUPPORTED_JOIN_TYPE_COLON_ARG_9FB6751B = + "Unsupported join type: %s"; + public static final String EXCEPTION_UNIQUEID_IN_PREDICATE_IS_NOT_YET_SUPPORTED_7B5D2EAF = + "UniqueId in predicate is not yet supported"; public static final String EXCEPTION_MAPPERPROVIDER_IS_NULL_472725D5 = "mapperProvider is null"; - public static final String EXCEPTION_CORRELATIONMAPPING_IS_NULL_9D595C82 = "correlationMapping is null"; + public static final String EXCEPTION_CORRELATIONMAPPING_IS_NULL_9D595C82 = + "correlationMapping is null"; public static final String EXCEPTION_MAPPINGS_IS_NULL_23BD9025 = "mappings is null"; - public static final String EXCEPTION_AGGREGATE_WITH_ORDER_BY_DOES_NOT_SUPPORT_PARTIAL_AGGREGATION_D5BDD21F = "Aggregate with ORDER BY does not support partial aggregation"; - public static final String EXCEPTION_LEFTEFFECTIVEPREDICATE_MUST_ONLY_CONTAIN_SYMBOLS_FROM_LEFTSYMBOLS_DB3259B8 = "leftEffectivePredicate must only contain symbols from leftSymbols"; - public static final String EXCEPTION_RIGHTEFFECTIVEPREDICATE_MUST_ONLY_CONTAIN_SYMBOLS_FROM_RIGHTSYMBOLS_4B97238D = "rightEffectivePredicate must only contain symbols from rightSymbols"; - public static final String EXCEPTION_OUTEREFFECTIVEPREDICATE_MUST_ONLY_CONTAIN_SYMBOLS_FROM_OUTERSYMBOLS_99FC2AA9 = "outerEffectivePredicate must only contain symbols from outerSymbols"; - public static final String EXCEPTION_INNEREFFECTIVEPREDICATE_MUST_ONLY_CONTAIN_SYMBOLS_FROM_INNERSYMBOLS_ECB7C6A2 = "innerEffectivePredicate must only contain symbols from innerSymbols"; + public static final String + EXCEPTION_AGGREGATE_WITH_ORDER_BY_DOES_NOT_SUPPORT_PARTIAL_AGGREGATION_D5BDD21F = + "Aggregate with ORDER BY does not support partial aggregation"; + public static final String + EXCEPTION_LEFTEFFECTIVEPREDICATE_MUST_ONLY_CONTAIN_SYMBOLS_FROM_LEFTSYMBOLS_DB3259B8 = + "leftEffectivePredicate must only contain symbols from leftSymbols"; + public static final String + EXCEPTION_RIGHTEFFECTIVEPREDICATE_MUST_ONLY_CONTAIN_SYMBOLS_FROM_RIGHTSYMBOLS_4B97238D = + "rightEffectivePredicate must only contain symbols from rightSymbols"; + public static final String + EXCEPTION_OUTEREFFECTIVEPREDICATE_MUST_ONLY_CONTAIN_SYMBOLS_FROM_OUTERSYMBOLS_99FC2AA9 = + "outerEffectivePredicate must only contain symbols from outerSymbols"; + public static final String + EXCEPTION_INNEREFFECTIVEPREDICATE_MUST_ONLY_CONTAIN_SYMBOLS_FROM_INNERSYMBOLS_ECB7C6A2 = + "innerEffectivePredicate must only contain symbols from innerSymbols"; public static final String EXCEPTION_IDALLOCATOR_IS_NULL_752B308D = "idAllocator is null"; - public static final String EXCEPTION_PLANOPTIMIZERSSTATSCOLLECTOR_IS_NULL_9DA4B0CC = "planOptimizersStatsCollector is null"; - public static final String EXCEPTION_SUBQUERY_RESULT_TYPE_MUST_BE_ORDERABLE_82AF0EFA = "Subquery result type must be orderable"; - public static final String EXCEPTION_ALL_THE_NON_CORRELATED_SUBQUERIES_SHOULD_BE_REWRITTEN_AT_THIS_POINT_B4614541 = "All the non correlated subqueries should be rewritten at this point"; - public static final String EXCEPTION_CHANGEDPLANNODES_IS_NULL_5ECBDE28 = "changedPlanNodes is null"; + public static final String EXCEPTION_PLANOPTIMIZERSSTATSCOLLECTOR_IS_NULL_9DA4B0CC = + "planOptimizersStatsCollector is null"; + public static final String EXCEPTION_SUBQUERY_RESULT_TYPE_MUST_BE_ORDERABLE_82AF0EFA = + "Subquery result type must be orderable"; + public static final String + EXCEPTION_ALL_THE_NON_CORRELATED_SUBQUERIES_SHOULD_BE_REWRITTEN_AT_THIS_POINT_B4614541 = + "All the non correlated subqueries should be rewritten at this point"; + public static final String EXCEPTION_CHANGEDPLANNODES_IS_NULL_5ECBDE28 = + "changedPlanNodes is null"; public static final String EXCEPTION_MAPPINGFUNCTION_IS_NULL_212D6109 = "mappingFunction is null"; - public static final String EXCEPTION_ROOT_NODE_MUST_RETURN_ONLY_ONE_FF42061C = "Root node must return only one"; - public static final String EXCEPTION_SIZE_OF_TOPKNODE_CAN_ONLY_BE_1_IN_LOGICAL_PLAN_DOT_DB32E3C5 = "Size of TopKNode can only be 1 in logical plan."; - public static final String EXCEPTION_THE_SIZE_OF_LEFT_CHILDREN_NODE_OF_JOINNODE_SHOULD_BE_1_F3437368 = "The size of left children node of JoinNode should be 1"; - public static final String EXCEPTION_THE_SIZE_OF_RIGHT_CHILDREN_NODE_OF_JOINNODE_SHOULD_BE_1_6BA167CF = "The size of right children node of JoinNode should be 1"; - public static final String EXCEPTION_THE_SIZE_OF_LEFT_CHILDREN_NODE_OF_SEMIJOINNODE_SHOULD_BE_1_FFEE3F41 = "The size of left children node of SemiJoinNode should be 1"; - public static final String EXCEPTION_THE_SIZE_OF_RIGHT_CHILDREN_NODE_OF_SEMIJOINNODE_SHOULD_BE_1_AE90C4B8 = "The size of right children node of SemiJoinNode should be 1"; - public static final String EXCEPTION_CHILDRENNODES_SHOULD_NOT_BE_NULL_DOT_0C93B063 = "childrenNodes should not be null."; - public static final String EXCEPTION_CHILDRENNODES_SHOULD_NOT_BE_EMPTY_DOT_E5555FD9 = "childrenNodes should not be empty."; - public static final String EXCEPTION_SIZE_OF_TOPKRANKINGNODE_CAN_ONLY_BE_1_IN_LOGICAL_PLAN_DOT_20D6A513 = "Size of TopKRankingNode can only be 1 in logical plan."; + public static final String EXCEPTION_ROOT_NODE_MUST_RETURN_ONLY_ONE_FF42061C = + "Root node must return only one"; + public static final String EXCEPTION_SIZE_OF_TOPKNODE_CAN_ONLY_BE_1_IN_LOGICAL_PLAN_DOT_DB32E3C5 = + "Size of TopKNode can only be 1 in logical plan."; + public static final String + EXCEPTION_THE_SIZE_OF_LEFT_CHILDREN_NODE_OF_JOINNODE_SHOULD_BE_1_F3437368 = + "The size of left children node of JoinNode should be 1"; + public static final String + EXCEPTION_THE_SIZE_OF_RIGHT_CHILDREN_NODE_OF_JOINNODE_SHOULD_BE_1_6BA167CF = + "The size of right children node of JoinNode should be 1"; + public static final String + EXCEPTION_THE_SIZE_OF_LEFT_CHILDREN_NODE_OF_SEMIJOINNODE_SHOULD_BE_1_FFEE3F41 = + "The size of left children node of SemiJoinNode should be 1"; + public static final String + EXCEPTION_THE_SIZE_OF_RIGHT_CHILDREN_NODE_OF_SEMIJOINNODE_SHOULD_BE_1_AE90C4B8 = + "The size of right children node of SemiJoinNode should be 1"; + public static final String EXCEPTION_CHILDRENNODES_SHOULD_NOT_BE_NULL_DOT_0C93B063 = + "childrenNodes should not be null."; + public static final String EXCEPTION_CHILDRENNODES_SHOULD_NOT_BE_EMPTY_DOT_E5555FD9 = + "childrenNodes should not be empty."; + public static final String + EXCEPTION_SIZE_OF_TOPKRANKINGNODE_CAN_ONLY_BE_1_IN_LOGICAL_PLAN_DOT_20D6A513 = + "Size of TopKRankingNode can only be 1 in logical plan."; public static final String EXCEPTION_STATS_IS_NULL_D3627E6A = "stats is null"; public static final String EXCEPTION_USELEGACYRULES_IS_NULL_0AD13CAB = "useLegacyRules is null"; public static final String EXCEPTION_RULES_IS_NULL_DF243716 = "rules is null"; - public static final String EXCEPTION_EXPECTED_CHILD_TO_BE_A_GROUP_REFERENCE_DOT_FOUND_COLON_EC01971C = "Expected child to be a group reference. Found: "; - public static final String EXCEPTION_TIMEOUT_HAS_TO_BE_A_NON_MINUS_NEGATIVE_NUMBER_LEFT_BRACKET_MILLISECONDS_RIGHT_BR_5201D8B3 = "Timeout has to be a non-negative number [milliseconds]"; - public static final String EXCEPTION_NODE_QUOTE_ARG_QUOTE_IS_NOT_A_GROUPREFERENCE_73C8C127 = "Node '%s' is not a GroupReference"; + public static final String + EXCEPTION_EXPECTED_CHILD_TO_BE_A_GROUP_REFERENCE_DOT_FOUND_COLON_EC01971C = + "Expected child to be a group reference. Found: "; + public static final String + EXCEPTION_TIMEOUT_HAS_TO_BE_A_NON_MINUS_NEGATIVE_NUMBER_LEFT_BRACKET_MILLISECONDS_RIGHT_BR_5201D8B3 = + "Timeout has to be a non-negative number [milliseconds]"; + public static final String EXCEPTION_NODE_QUOTE_ARG_QUOTE_IS_NOT_A_GROUPREFERENCE_73C8C127 = + "Node '%s' is not a GroupReference"; public static final String EXCEPTION_MEMBER_IS_NULL_466D8670 = "member is null"; public static final String EXCEPTION_INVALID_GROUP_COLON_ARG_C0BAD253 = "Invalid group: %s"; - public static final String EXCEPTION_ARG_COLON_TRANSFORMED_EXPRESSION_DOESN_QUOTE_T_PRODUCE_SAME_OUTPUTS_COLON_ARG_VS_F9BAF138 = "%s: transformed expression doesn't produce same outputs: %s vs %s"; - public static final String EXCEPTION_CANNOT_DELETE_GROUP_THAT_HAS_INCOMING_REFERENCES_83C9D700 = "Cannot delete group that has incoming references"; - public static final String EXCEPTION_REFERENCE_TO_REMOVE_NOT_FOUND_2EB93289 = "Reference to remove not found"; + public static final String + EXCEPTION_ARG_COLON_TRANSFORMED_EXPRESSION_DOESN_QUOTE_T_PRODUCE_SAME_OUTPUTS_COLON_ARG_VS_F9BAF138 = + "%s: transformed expression doesn't produce same outputs: %s vs %s"; + public static final String EXCEPTION_CANNOT_DELETE_GROUP_THAT_HAS_INCOMING_REFERENCES_83C9D700 = + "Cannot delete group that has incoming references"; + public static final String EXCEPTION_REFERENCE_TO_REMOVE_NOT_FOUND_2EB93289 = + "Reference to remove not found"; public static final String EXCEPTION_TRANSFORMEDPLAN_IS_NULL_83B2099A = "transformedPlan is null"; - public static final String EXCEPTION_NEWCHILDREN_IS_NOT_EMPTY_170FCE18 = "newChildren is not empty"; + public static final String EXCEPTION_NEWCHILDREN_IS_NOT_EMPTY_170FCE18 = + "newChildren is not empty"; public static final String EXCEPTION_GROUPINGSETS_IS_NULL_8EE6D9BF = "groupingSets is null"; - public static final String EXCEPTION_PREGROUPEDSYMBOLS_IS_NULL_DC24FF7B = "preGroupedSymbols is null"; - public static final String EXCEPTION_GROUPING_COLUMNS_DOES_NOT_CONTAIN_GROUPID_COLUMN_83976C83 = "Grouping columns does not contain groupId column"; - public static final String EXCEPTION_ORDER_BY_DOES_NOT_SUPPORT_DISTRIBUTED_AGGREGATION_05109B26 = "ORDER BY does not support distributed aggregation"; - public static final String EXCEPTION_DATE_BIN_FUNCTION_MUST_BE_THE_LAST_GROUPINGKEY_EE955FF5 = "date_bin function must be the last GroupingKey"; - public static final String EXCEPTION_PRE_MINUS_GROUPED_SYMBOLS_MUST_BE_A_SUBSET_OF_THE_GROUPING_KEYS_AFC6C33D = "Pre-grouped symbols must be a subset of the grouping keys"; - public static final String EXCEPTION_EXPECTED_AGGREGATION_TO_HAVE_DISTINCT_INPUT_EC6AF059 = "Expected aggregation to have DISTINCT input"; - public static final String EXCEPTION_MISMATCHED_CHILD_LEFT_PAREN_ARG_RIGHT_PAREN_AND_PERMITTED_OUTPUTS_LEFT_PAREN_ARG_57801144 = "Mismatched child (%s) and permitted outputs (%s) sizes"; - public static final String EXCEPTION_MISSING_TYPE_FOR_EXPRESSION_3D66D302 = "missing type for expression"; - public static final String EXCEPTION_EXCEPTNODE_TRANSLATION_RESULT_HAS_NO_COUNT_SYMBOLS_8653930E = "ExceptNode translation result has no count symbols"; - public static final String EXCEPTION_UNEXPECTED_CORRELATED_JOIN_TYPE_COLON_ARG_27E8EC42 = "unexpected correlated join type: %s"; + public static final String EXCEPTION_PREGROUPEDSYMBOLS_IS_NULL_DC24FF7B = + "preGroupedSymbols is null"; + public static final String EXCEPTION_GROUPING_COLUMNS_DOES_NOT_CONTAIN_GROUPID_COLUMN_83976C83 = + "Grouping columns does not contain groupId column"; + public static final String EXCEPTION_ORDER_BY_DOES_NOT_SUPPORT_DISTRIBUTED_AGGREGATION_05109B26 = + "ORDER BY does not support distributed aggregation"; + public static final String EXCEPTION_DATE_BIN_FUNCTION_MUST_BE_THE_LAST_GROUPINGKEY_EE955FF5 = + "date_bin function must be the last GroupingKey"; + public static final String + EXCEPTION_PRE_MINUS_GROUPED_SYMBOLS_MUST_BE_A_SUBSET_OF_THE_GROUPING_KEYS_AFC6C33D = + "Pre-grouped symbols must be a subset of the grouping keys"; + public static final String EXCEPTION_EXPECTED_AGGREGATION_TO_HAVE_DISTINCT_INPUT_EC6AF059 = + "Expected aggregation to have DISTINCT input"; + public static final String + EXCEPTION_MISMATCHED_CHILD_LEFT_PAREN_ARG_RIGHT_PAREN_AND_PERMITTED_OUTPUTS_LEFT_PAREN_ARG_57801144 = + "Mismatched child (%s) and permitted outputs (%s) sizes"; + public static final String EXCEPTION_MISSING_TYPE_FOR_EXPRESSION_3D66D302 = + "missing type for expression"; + public static final String EXCEPTION_EXCEPTNODE_TRANSLATION_RESULT_HAS_NO_COUNT_SYMBOLS_8653930E = + "ExceptNode translation result has no count symbols"; + public static final String EXCEPTION_UNEXPECTED_CORRELATED_JOIN_TYPE_COLON_ARG_27E8EC42 = + "unexpected correlated join type: %s"; public static final String EXCEPTION_CORRELATION_IN_ARG_JOIN_2F78ACC3 = "correlation in %s JOIN"; public static final String EXCEPTION_PLANNODE_IS_NULL_49FBBFCF = "planNode is null"; public static final String EXCEPTION_COUNTSYMBOLS_IS_NULL_416D96FB = "countSymbols is null"; public static final String EXCEPTION_ROWNUMBERSYMBOL_IS_NULL_BA30E0AA = "rowNumberSymbol is null"; - public static final String EXCEPTION_CANNOT_SIMPLIFY_A_UNIONNODE_9D5B09A7 = "Cannot simplify a UnionNode"; - public static final String EXCEPTION_THE_SIZE_OF_MARKERS_SHOULD_BE_SAME_AS_THE_SIZE_OF_COUNT_OUTPUT_SYMBOLS_6DBDD287 = "the size of markers should be same as the size of count output symbols"; - public static final String EXCEPTION_ROWNUMBERSYMBOL_IS_EMPTY_34FE9565 = "rowNumberSymbol is empty"; - public static final String EXCEPTION_EXPECTED_SUBQUERY_OUTPUT_SYMBOLS_TO_BE_PRUNED_13B84182 = "Expected subquery output symbols to be pruned"; + public static final String EXCEPTION_CANNOT_SIMPLIFY_A_UNIONNODE_9D5B09A7 = + "Cannot simplify a UnionNode"; + public static final String + EXCEPTION_THE_SIZE_OF_MARKERS_SHOULD_BE_SAME_AS_THE_SIZE_OF_COUNT_OUTPUT_SYMBOLS_6DBDD287 = + "the size of markers should be same as the size of count output symbols"; + public static final String EXCEPTION_ROWNUMBERSYMBOL_IS_EMPTY_34FE9565 = + "rowNumberSymbol is empty"; + public static final String EXCEPTION_EXPECTED_SUBQUERY_OUTPUT_SYMBOLS_TO_BE_PRUNED_13B84182 = + "Expected subquery output symbols to be pruned"; public static final String EXCEPTION_TYPEANALYZER_IS_NULL_3106B188 = "typeAnalyzer is null"; - public static final String EXCEPTION_UNEXPECTED_CORRELATEDJOIN_TYPE_COLON_47A368C1 = "unexpected CorrelatedJoin type: "; - public static final String EXCEPTION_UNEXPECTED_NULL_LITERAL_WITHOUT_A_CAST_TO_BOOLEAN_D399CFCB = "Unexpected null literal without a cast to boolean"; + public static final String EXCEPTION_UNEXPECTED_CORRELATEDJOIN_TYPE_COLON_47A368C1 = + "unexpected CorrelatedJoin type: "; + public static final String EXCEPTION_UNEXPECTED_NULL_LITERAL_WITHOUT_A_CAST_TO_BOOLEAN_D399CFCB = + "Unexpected null literal without a cast to boolean"; public static final String EXCEPTION_REWRITER_IS_NULL_B0D8CC88 = "rewriter is null"; - public static final String EXCEPTION_UNEXPECTED_NODE_TYPE_COLON_ARG_B1C0328F = "unexpected node type: %s"; + public static final String EXCEPTION_UNEXPECTED_NODE_TYPE_COLON_ARG_B1C0328F = + "unexpected node type: %s"; public static final String EXCEPTION_RESULT_IS_NULL_031E2F89 = "result is null"; public static final String EXCEPTION_DISTINCT_NOT_SUPPORTED_0E97D0BB = "distinct not supported"; - public static final String EXCEPTION_EXPRESSION_IS_NOT_ANALYZED_LEFT_PAREN_ARG_RIGHT_PAREN_COLON_ARG_DAE760B6 = "Expression is not analyzed (%s): %s"; - public static final String EXCEPTION_SYMBOL_REFERENCES_ARE_NOT_ALLOWED_93779D6C = "symbol references are not allowed"; - public static final String EXCEPTION_EXPRESSION_INTERPRETER_RETURNED_AN_UNRESOLVED_EXPRESSION_5BCE9A51 = "Expression interpreter returned an unresolved expression"; - public static final String EXCEPTION_NULL_OPERAND_SHOULD_HAVE_BEEN_REMOVED_BY_RECURSIVE_COALESCE_PROCESSING_B6D4D443 = "Null operand should have been removed by recursive coalesce processing"; - public static final String EXCEPTION_NULL_VALUE_IS_EXPECTED_TO_BE_REPRESENTED_AS_NULL_COMMA_NOT_NULLLITERAL_9B96D25A = "Null value is expected to be represented as null, not NullLiteral"; - public static final String EXCEPTION_AGGREGATION_FUNCTIONS_ARG_SHOULD_ONLY_HAVE_TWO_ARGUMENTS_3D12DCFD = "Aggregation functions [%s] should only have two arguments"; - public static final String EXCEPTION_AGGREGATION_FUNCTIONS_ARG_SHOULD_HAVE_VALUE_COLUMN_AS_NUMERIC_TYPE_INT32_INT64_FLOAT_DOUBLE_TIMESTAMP_97A6CA87 = "Aggregation functions [%s] should have value column as numeric type [INT32, INT64, FLOAT, DOUBLE, TIMESTAMP]"; - public static final String EXCEPTION_AGGREGATION_FUNCTIONS_ARG_SHOULD_HAVE_PERCENTAGE_AS_DECIMAL_TYPE_57033ADF = "Aggregation functions [%s] should have percentage as decimal type"; - public static final String EXCEPTION_AGGREGATE_FUNCTION_ARG_REQUIRES_2_ARGUMENTS_VALUE_TIME_E2F55C08 = "Aggregate function [%s] requires 2 arguments: value, time"; - public static final String EXCEPTION_AGGREGATE_FUNCTION_ARG_REQUIRES_4_ARGUMENTS_VALUE_TIME_WINDOW_START_WINDOW_END_FBEC794B = "Aggregate function [%s] requires 4 arguments: value, time, window_start, window_end"; - public static final String EXCEPTION_AGGREGATE_FUNCTION_ARG_ONLY_SUPPORTS_INT32_INT64_FLOAT_AND_DOUBLE_AS_THE_FIRST_ARGUMENT_8D201434 = "Aggregate function [%s] only supports INT32, INT64, FLOAT and DOUBLE as the first argument"; - public static final String EXCEPTION_THE_TIME_ARGUMENTS_OF_AGGREGATE_FUNCTION_ARG_SHOULD_BE_TIMESTAMP_OR_INT64_TYPE_9C736DE3 = "The time arguments of aggregate function [%s] should be TIMESTAMP or INT64 type"; - public static final String EXCEPTION_CANNOT_NEST_AGGREGATIONS_INSIDE_AGGREGATION_ARG_ARG_6E5073A4 = "Cannot nest aggregations inside aggregation '%s': %s"; - public static final String EXCEPTION_CANNOT_NEST_WINDOW_FUNCTIONS_INSIDE_AGGREGATION_ARG_ARG_8F94A897 = "Cannot nest window functions inside aggregation '%s': %s"; - public static final String EXCEPTION_PARTITION_BY_EXPRESSION_ARG_MUST_BE_AN_AGGREGATE_EXPRESSION_OR_APPEAR_IN_GROUP_BY_CLAUSE_E3C696D6 = "PARTITION BY expression '%s' must be an aggregate expression or appear in GROUP BY clause"; - public static final String EXCEPTION_ORDER_BY_EXPRESSION_ARG_MUST_BE_AN_AGGREGATE_EXPRESSION_OR_APPEAR_IN_GROUP_BY_CLAUSE_7FF8267B = "ORDER BY expression '%s' must be an aggregate expression or appear in GROUP BY clause"; - public static final String EXCEPTION_WINDOW_FRAME_START_MUST_BE_AN_AGGREGATE_EXPRESSION_OR_APPEAR_IN_GROUP_BY_CLAUSE_74E30A63 = "Window frame start must be an aggregate expression or appear in GROUP BY clause"; - public static final String EXCEPTION_WINDOW_FRAME_END_MUST_BE_AN_AGGREGATE_EXPRESSION_OR_APPEAR_IN_GROUP_BY_CLAUSE_31784B55 = "Window frame end must be an aggregate expression or appear in GROUP BY clause"; + public static final String + EXCEPTION_EXPRESSION_IS_NOT_ANALYZED_LEFT_PAREN_ARG_RIGHT_PAREN_COLON_ARG_DAE760B6 = + "Expression is not analyzed (%s): %s"; + public static final String EXCEPTION_SYMBOL_REFERENCES_ARE_NOT_ALLOWED_93779D6C = + "symbol references are not allowed"; + public static final String + EXCEPTION_EXPRESSION_INTERPRETER_RETURNED_AN_UNRESOLVED_EXPRESSION_5BCE9A51 = + "Expression interpreter returned an unresolved expression"; + public static final String + EXCEPTION_NULL_OPERAND_SHOULD_HAVE_BEEN_REMOVED_BY_RECURSIVE_COALESCE_PROCESSING_B6D4D443 = + "Null operand should have been removed by recursive coalesce processing"; + public static final String + EXCEPTION_NULL_VALUE_IS_EXPECTED_TO_BE_REPRESENTED_AS_NULL_COMMA_NOT_NULLLITERAL_9B96D25A = + "Null value is expected to be represented as null, not NullLiteral"; + public static final String + EXCEPTION_AGGREGATION_FUNCTIONS_ARG_SHOULD_ONLY_HAVE_TWO_ARGUMENTS_3D12DCFD = + "Aggregation functions [%s] should only have two arguments"; + public static final String + EXCEPTION_AGGREGATION_FUNCTIONS_ARG_SHOULD_HAVE_VALUE_COLUMN_AS_NUMERIC_TYPE_INT32_INT64_FLOAT_DOUBLE_TIMESTAMP_97A6CA87 = + "Aggregation functions [%s] should have value column as numeric type [INT32, INT64, FLOAT, DOUBLE, TIMESTAMP]"; + public static final String + EXCEPTION_AGGREGATION_FUNCTIONS_ARG_SHOULD_HAVE_PERCENTAGE_AS_DECIMAL_TYPE_57033ADF = + "Aggregation functions [%s] should have percentage as decimal type"; + public static final String + EXCEPTION_AGGREGATE_FUNCTION_ARG_REQUIRES_2_ARGUMENTS_VALUE_TIME_E2F55C08 = + "Aggregate function [%s] requires 2 arguments: value, time"; + public static final String + EXCEPTION_AGGREGATE_FUNCTION_ARG_REQUIRES_4_ARGUMENTS_VALUE_TIME_WINDOW_START_WINDOW_END_FBEC794B = + "Aggregate function [%s] requires 4 arguments: value, time, window_start, window_end"; + public static final String + EXCEPTION_AGGREGATE_FUNCTION_ARG_ONLY_SUPPORTS_INT32_INT64_FLOAT_AND_DOUBLE_AS_THE_FIRST_ARGUMENT_8D201434 = + "Aggregate function [%s] only supports INT32, INT64, FLOAT and DOUBLE as the first argument"; + public static final String + EXCEPTION_THE_TIME_ARGUMENTS_OF_AGGREGATE_FUNCTION_ARG_SHOULD_BE_TIMESTAMP_OR_INT64_TYPE_9C736DE3 = + "The time arguments of aggregate function [%s] should be TIMESTAMP or INT64 type"; + public static final String + EXCEPTION_CANNOT_NEST_AGGREGATIONS_INSIDE_AGGREGATION_ARG_ARG_6E5073A4 = + "Cannot nest aggregations inside aggregation '%s': %s"; + public static final String + EXCEPTION_CANNOT_NEST_WINDOW_FUNCTIONS_INSIDE_AGGREGATION_ARG_ARG_8F94A897 = + "Cannot nest window functions inside aggregation '%s': %s"; + public static final String + EXCEPTION_PARTITION_BY_EXPRESSION_ARG_MUST_BE_AN_AGGREGATE_EXPRESSION_OR_APPEAR_IN_GROUP_BY_CLAUSE_E3C696D6 = + "PARTITION BY expression '%s' must be an aggregate expression or appear in GROUP BY clause"; + public static final String + EXCEPTION_ORDER_BY_EXPRESSION_ARG_MUST_BE_AN_AGGREGATE_EXPRESSION_OR_APPEAR_IN_GROUP_BY_CLAUSE_7FF8267B = + "ORDER BY expression '%s' must be an aggregate expression or appear in GROUP BY clause"; + public static final String + EXCEPTION_WINDOW_FRAME_START_MUST_BE_AN_AGGREGATE_EXPRESSION_OR_APPEAR_IN_GROUP_BY_CLAUSE_74E30A63 = + "Window frame start must be an aggregate expression or appear in GROUP BY clause"; + public static final String + EXCEPTION_WINDOW_FRAME_END_MUST_BE_AN_AGGREGATE_EXPRESSION_OR_APPEAR_IN_GROUP_BY_CLAUSE_31784B55 = + "Window frame end must be an aggregate expression or appear in GROUP BY clause"; public static final String EXCEPTION_INVALID_EXPLAIN_FORMAT_3FD91910 = "Invalid EXPLAIN format: "; - public static final String EXCEPTION_INVALID_EXPLAIN_ANALYZE_FORMAT_0879A025 = "Invalid EXPLAIN ANALYZE format: "; - public static final String EXCEPTION_INVALID_EXPLAIN_FORMAT_ARG_SUPPORTED_FORMATS_GRAPHVIZ_JSON_441A1D48 = - "Invalid EXPLAIN format: %s. Supported formats: GRAPHVIZ, JSON"; - public static final String EXCEPTION_INVALID_EXPLAIN_ANALYZE_FORMAT_ARG_SUPPORTED_FORMATS_TEXT_JSON_77FA30EB = - "Invalid EXPLAIN ANALYZE format: %s. Supported formats: TEXT, JSON"; - public static final String EXCEPTION_GROUP_BY_ALL_CANNOT_BE_COMBINED_WITH_EXPLICIT_GROUPING_ELEMENTS_4CFE411D = "GROUP BY ALL cannot be combined with explicit grouping elements"; - public static final String EXCEPTION_THE_SECOND_ARGUMENT_OF_PERCENTILE_FUNCTION_PERCENTAGE_MUST_BE_A_DOUBLE_LITERAL_D9464B46 = "The second argument of 'percentile' function percentage must be a double literal"; - public static final String EXCEPTION_DATA_TYPE_MISMATCH_FOR_MEASUREMENT_ARGARGARG_TYPE_IN_TSFILE_ARG_TYPE_IN_IOTDB_ARG_C5BA7DBD = "Data type mismatch for measurement %s%s%s, type in TsFile: %s, type in IoTDB: %s"; - public static final String MESSAGE_FAILED_TO_RELEASE_EXTERNAL_TSFILE_QUERY_RESOURCE_712EE978 = "Failed to release external TsFile query resource"; - public static final String EXCEPTION_OUTER_QUERY_TIMEOUT_EXCEEDED_BEFORE_IOTDBLOCAL_QUERY_STARTS_800BFA63 = "Outer query timeout exceeded before IoTDBLocal query starts"; - public static final String MESSAGE_FAILED_TO_CLOSE_UDF_RESULT_SET_AT_INDEX_ARG_A293B7EC = "Failed to close UDF result set at index {}"; - public static final String EXCEPTION_INTERNAL_QUERY_EXECUTION_NOT_FOUND_62642542 = "Internal query execution not found"; - public static final String EXCEPTION_ONLY_QUERY_IS_SUPPORTED_FOR_IOTDBLOCAL_QUERY_INTERFACE_09195570 = "Only query is supported for IoTDBLocal query interface"; - public static final String EXCEPTION_FAILED_TO_CLOSE_INTERNAL_QUERY_RESULT_ED86BF5E = "Failed to close internal query result"; - public static final String EXCEPTION_UDFRESULTSET_IS_ALREADY_CLOSED_E1ACABE3 = "UDFResultSet is already closed"; - - public static final String EXCEPTION_LATERALCOLUMNALIASREFERENCES_IS_NULL_0CC58C78 = "lateralColumnAliasReferences is null"; - public static final String EXCEPTION_OUTPUTEXPRESSIONS_IS_NULL_7BD39A8F = "outputExpressions is null"; + public static final String EXCEPTION_INVALID_EXPLAIN_ANALYZE_FORMAT_0879A025 = + "Invalid EXPLAIN ANALYZE format: "; + public static final String + EXCEPTION_INVALID_EXPLAIN_FORMAT_ARG_SUPPORTED_FORMATS_GRAPHVIZ_JSON_441A1D48 = + "Invalid EXPLAIN format: %s. Supported formats: GRAPHVIZ, JSON"; + public static final String + EXCEPTION_INVALID_EXPLAIN_ANALYZE_FORMAT_ARG_SUPPORTED_FORMATS_TEXT_JSON_77FA30EB = + "Invalid EXPLAIN ANALYZE format: %s. Supported formats: TEXT, JSON"; + public static final String + EXCEPTION_GROUP_BY_ALL_CANNOT_BE_COMBINED_WITH_EXPLICIT_GROUPING_ELEMENTS_4CFE411D = + "GROUP BY ALL cannot be combined with explicit grouping elements"; + public static final String + EXCEPTION_THE_SECOND_ARGUMENT_OF_PERCENTILE_FUNCTION_PERCENTAGE_MUST_BE_A_DOUBLE_LITERAL_D9464B46 = + "The second argument of 'percentile' function percentage must be a double literal"; + public static final String + EXCEPTION_DATA_TYPE_MISMATCH_FOR_MEASUREMENT_ARGARGARG_TYPE_IN_TSFILE_ARG_TYPE_IN_IOTDB_ARG_C5BA7DBD = + "Data type mismatch for measurement %s%s%s, type in TsFile: %s, type in IoTDB: %s"; + public static final String MESSAGE_FAILED_TO_RELEASE_EXTERNAL_TSFILE_QUERY_RESOURCE_712EE978 = + "Failed to release external TsFile query resource"; + public static final String + EXCEPTION_OUTER_QUERY_TIMEOUT_EXCEEDED_BEFORE_IOTDBLOCAL_QUERY_STARTS_800BFA63 = + "Outer query timeout exceeded before IoTDBLocal query starts"; + public static final String MESSAGE_FAILED_TO_CLOSE_UDF_RESULT_SET_AT_INDEX_ARG_A293B7EC = + "Failed to close UDF result set at index {}"; + public static final String EXCEPTION_INTERNAL_QUERY_EXECUTION_NOT_FOUND_62642542 = + "Internal query execution not found"; + public static final String + EXCEPTION_ONLY_QUERY_IS_SUPPORTED_FOR_IOTDBLOCAL_QUERY_INTERFACE_09195570 = + "Only query is supported for IoTDBLocal query interface"; + public static final String EXCEPTION_FAILED_TO_CLOSE_INTERNAL_QUERY_RESULT_ED86BF5E = + "Failed to close internal query result"; + public static final String EXCEPTION_UDFRESULTSET_IS_ALREADY_CLOSED_E1ACABE3 = + "UDFResultSet is already closed"; + + public static final String EXCEPTION_LATERALCOLUMNALIASREFERENCES_IS_NULL_0CC58C78 = + "lateralColumnAliasReferences is null"; + public static final String EXCEPTION_OUTPUTEXPRESSIONS_IS_NULL_7BD39A8F = + "outputExpressions is null"; public static final String EXCEPTION_ALIASES_IS_NULL_6D98FA6C = "aliases is null"; - public static final String EXCEPTION_SINGLECOLUMNEXPRESSIONS_IS_NULL_EFB296FD = "singleColumnExpressions is null"; + public static final String EXCEPTION_SINGLECOLUMNEXPRESSIONS_IS_NULL_EFB296FD = + "singleColumnExpressions is null"; public static final String EXCEPTION_CANONICALNAME_IS_NULL_DDFE6DB1 = "canonicalName is null"; - public static final String EXCEPTION_REWRITTENEXPRESSION_IS_NULL_6EE23088 = "rewrittenExpression is null"; - public static final String EXCEPTION_ALIASESBYCANONICALNAME_IS_NULL_635C7ED3 = "aliasesByCanonicalName is null"; + public static final String EXCEPTION_REWRITTENEXPRESSION_IS_NULL_6EE23088 = + "rewrittenExpression is null"; + public static final String EXCEPTION_ALIASESBYCANONICALNAME_IS_NULL_635C7ED3 = + "aliasesByCanonicalName is null"; public static final String EXCEPTION_ALIAS_IS_NULL_862D23B1 = "alias is null"; public static final String EXCEPTION_REFERENCES_IS_NULL_25A7E3AF = "references is null"; public static final String EXCEPTION_VISIBLEALIASES_IS_NULL_630B27F1 = "visibleAliases is null"; - public static final String EXCEPTION_HAS_NO_PERMISSION_TO_EXECUTE_ARG_BECAUSE_ONLY_THE_SUPERUSER_CAN_ALTER_HIM_HERSELF_C5902893 = - "Has no permission to execute %s, because only the superuser can alter him/herself."; - + public static final String + EXCEPTION_HAS_NO_PERMISSION_TO_EXECUTE_ARG_BECAUSE_ONLY_THE_SUPERUSER_CAN_ALTER_HIM_HERSELF_C5902893 = + "Has no permission to execute %s, because only the superuser can alter him/herself."; } diff --git a/iotdb-core/datanode/src/main/i18n/en/org/apache/iotdb/db/i18n/DataNodeSchemaMessages.java b/iotdb-core/datanode/src/main/i18n/en/org/apache/iotdb/db/i18n/DataNodeSchemaMessages.java index dd1c4af94f64..24e6eb795bef 100644 --- a/iotdb-core/datanode/src/main/i18n/en/org/apache/iotdb/db/i18n/DataNodeSchemaMessages.java +++ b/iotdb-core/datanode/src/main/i18n/en/org/apache/iotdb/db/i18n/DataNodeSchemaMessages.java @@ -617,18 +617,23 @@ public final class DataNodeSchemaMessages { public static final String ILLEGAL_PATH_LOG = "illegal path {}"; private DataNodeSchemaMessages() {} + // --------------------------------------------------------------------------- // Additional log messages // --------------------------------------------------------------------------- - public static final String SCHEMA_LOG_FLUSHING_WORKING_MEMTABLE_ADD_CURRENT_QUERY_CONTEXT_TO_IMMUTABLE_7B7CD373 = - "Flushing/Working MemTable - add current query context to immutable TVList's query list"; - public static final String SCHEMA_LOG_FLUSHING_MEMTABLE_ADD_CURRENT_QUERY_CONTEXT_TO_MUTABLE_TVLIST_BEB0D766 = - "Flushing MemTable - add current query context to mutable TVList's query list"; - public static final String SCHEMA_LOG_WORKING_MEMTABLE_ADD_CURRENT_QUERY_CONTEXT_TO_MUTABLE_TVLIST_8C937414 = - "Working MemTable - add current query context to mutable TVList's query list when it's " - + "sorted or no other query on it"; - public static final String SCHEMA_LOG_WORKING_MEMTABLE_CLONE_MUTABLE_TVLIST_AND_REPLACE_OLD_TVLIST_FD1EAE22 = - "Working MemTable - clone mutable TVList and replace old TVList in working MemTable"; + public static final String + SCHEMA_LOG_FLUSHING_WORKING_MEMTABLE_ADD_CURRENT_QUERY_CONTEXT_TO_IMMUTABLE_7B7CD373 = + "Flushing/Working MemTable - add current query context to immutable TVList's query list"; + public static final String + SCHEMA_LOG_FLUSHING_MEMTABLE_ADD_CURRENT_QUERY_CONTEXT_TO_MUTABLE_TVLIST_BEB0D766 = + "Flushing MemTable - add current query context to mutable TVList's query list"; + public static final String + SCHEMA_LOG_WORKING_MEMTABLE_ADD_CURRENT_QUERY_CONTEXT_TO_MUTABLE_TVLIST_8C937414 = + "Working MemTable - add current query context to mutable TVList's query list when it's " + + "sorted or no other query on it"; + public static final String + SCHEMA_LOG_WORKING_MEMTABLE_CLONE_MUTABLE_TVLIST_AND_REPLACE_OLD_TVLIST_FD1EAE22 = + "Working MemTable - clone mutable TVList and replace old TVList in working MemTable"; public static final String PATH_DOES_NOT_START_WITH_FMT = "%s doesn't start with %s"; public static final String ALIAS_DUPLICATED_FULLPATH_OTHER_MEASUREMENT_FMT = "The alias is duplicated with the name or alias of other measurement, alias: %s, fullPath: %s, otherMeasurement: %s"; @@ -707,7 +712,8 @@ private DataNodeSchemaMessages() {} public static final String SEGMENT_NOT_ENOUGH_SPACE = "Segment not enough space"; public static final String SEGMENT_NOT_ENOUGH_SPACE_AFTER_SPLIT_FMT = "Segment not enough space even after split and compact to insert: %s"; - public static final String SEGMENT_NOT_FOUND_FMT = "Segment(index:%d) not found in page(index:%d)."; + public static final String SEGMENT_NOT_FOUND_FMT = + "Segment(index:%d) not found in page(index:%d)."; public static final String SEGMENT_IS_NOT_LAST_FMT = "Segment(index:%d) is not the last segment within the page"; public static final String NO_SPLITTABLE_SEGMENT_FOUND_FMT = @@ -733,11 +739,16 @@ private DataNodeSchemaMessages() {} "This view contains aggregation function(s) named [%s]"; public static final String EXCEPTION_OPERATORCONTEXT_IS_NULL_D15B1EDB = "operatorContext is null"; public static final String EXCEPTION_CHILD_OPERATOR_IS_NULL_8860113C = "child operator is null"; - public static final String EXCEPTION_FAILED_TO_CREATE_STATE_MACHINE_FOR_CONSENSUS_GROUP_ARG_BECAUSE_SCHEMA_REGION_DOES_NOT_EXIST_610DAE67 = "Failed to create state machine for consensus group %s, because schema region does not exist"; + public static final String + EXCEPTION_FAILED_TO_CREATE_STATE_MACHINE_FOR_CONSENSUS_GROUP_ARG_BECAUSE_SCHEMA_REGION_DOES_NOT_EXIST_610DAE67 = + "Failed to create state machine for consensus group %s, because schema region does not exist"; public static final String EXCEPTION_DOT_9D9B854A = "."; public static final String EMPTY_MESSAGE = ""; public static final String EXCEPTION_COMMA_50AD1C01 = ", "; - public static final String MESSAGE_SKIP_ROLLBACK_RENAMING_OLD_TABLE_ARG_ARG_BECAUSE_IT_HAS_BEEN_HANDLED_664F2456 = "Skip rollback renaming old table {}.{} because it has been handled."; - public static final String MESSAGE_SKIP_COMMIT_UPDATE_TABLE_ARG_ARG_BECAUSE_IT_HAS_BEEN_HANDLED_31362A1C = "Skip commit-update table {}.{} because it has been handled."; - + public static final String + MESSAGE_SKIP_ROLLBACK_RENAMING_OLD_TABLE_ARG_ARG_BECAUSE_IT_HAS_BEEN_HANDLED_664F2456 = + "Skip rollback renaming old table {}.{} because it has been handled."; + public static final String + MESSAGE_SKIP_COMMIT_UPDATE_TABLE_ARG_ARG_BECAUSE_IT_HAS_BEEN_HANDLED_31362A1C = + "Skip commit-update table {}.{} because it has been handled."; } diff --git a/iotdb-core/datanode/src/main/i18n/en/org/apache/iotdb/db/i18n/StorageEngineMessages.java b/iotdb-core/datanode/src/main/i18n/en/org/apache/iotdb/db/i18n/StorageEngineMessages.java index a104bf3576cc..a30da64a99bb 100644 --- a/iotdb-core/datanode/src/main/i18n/en/org/apache/iotdb/db/i18n/StorageEngineMessages.java +++ b/iotdb-core/datanode/src/main/i18n/en/org/apache/iotdb/db/i18n/StorageEngineMessages.java @@ -21,8 +21,7 @@ public final class StorageEngineMessages { - public static final String IS_NOT_SUPPORTED = - " is not supported"; + public static final String IS_NOT_SUPPORTED = " is not supported"; private StorageEngineMessages() {} @@ -30,193 +29,292 @@ private StorageEngineMessages() {} public static final String FAIL_TO_RECOVER_WAL = "Fail to recover wal."; public static final String STORAGE_ENGINE_FAILED_TO_SET_UP = "Storage engine failed to set up."; - public static final String SEQ_MEMTABLE_FLUSH_CHECK_THREAD_STARTED = "start sequence memtable timed flush check thread successfully."; - public static final String UNSEQ_MEMTABLE_FLUSH_CHECK_THREAD_STARTED = "start unsequence memtable timed flush check thread successfully."; + public static final String SEQ_MEMTABLE_FLUSH_CHECK_THREAD_STARTED = + "start sequence memtable timed flush check thread successfully."; + public static final String UNSEQ_MEMTABLE_FLUSH_CHECK_THREAD_STARTED = + "start unsequence memtable timed flush check thread successfully."; public static final String STILL_NOT_EXIT_AFTER_30S = "{} still doesn't exit after 30s"; - public static final String START_CLOSING_ALL_DB_PROCESSOR = "Start closing all database processor"; - public static final String START_FORCE_CLOSING_ALL_DB_PROCESSOR = "Start force closing all database processor"; - public static final String SYSTEM_READ_ONLY_NO_MERGE = "Current system mode is read only, does not support merge"; + public static final String START_CLOSING_ALL_DB_PROCESSOR = + "Start closing all database processor"; + public static final String START_FORCE_CLOSING_ALL_DB_PROCESSOR = + "Start force closing all database processor"; + public static final String SYSTEM_READ_ONLY_NO_MERGE = + "Current system mode is read only, does not support merge"; public static final String START_REPAIR_DATA = "start repair data"; public static final String STOP_REPAIR_DATA = "stop repair data"; public static final String REMOVING_DATA_REGION = "Removing data region {}"; public static final String FAILED_TO_DELETE_SNAPSHOT_DIR = "Failed to delete snapshot dir {}"; public static final String REMOVED_DATA_REGION = "Removed data region {}"; public static final String EXECUTE_LOAD_COMMAND_ERROR = "Execute load command {} error."; - public static final String START_REBOOTING_ALL_TIMED_SERVICE = "Start rebooting all timed service."; - public static final String STOP_ALL_TIMED_SERVICE_AND_RESTART = "Stop all timed service successfully, and now restart them."; - public static final String REBOOT_ALL_TIMED_SERVICE_SUCCESSFULLY = "Reboot all timed service successfully"; + public static final String START_REBOOTING_ALL_TIMED_SERVICE = + "Start rebooting all timed service."; + public static final String STOP_ALL_TIMED_SERVICE_AND_RESTART = + "Stop all timed service successfully, and now restart them."; + public static final String REBOOT_ALL_TIMED_SERVICE_SUCCESSFULLY = + "Reboot all timed service successfully"; public static final String FAILED_TO_DELETE = "Failed to delete: {} -> {}"; public static final String FAILED_TO_CHECK_OBJECT_FILES = "Failed to check Object Files: {}"; // ======================== Buffer Cache ======================== public static final String BLOOM_FILTER_CACHE_SIZE = "BloomFilterCache size = {}"; - public static final String GET_BLOOM_FILTER_FROM_CACHE = "get bloomFilter from cache where filePath is: {}"; + public static final String GET_BLOOM_FILTER_FROM_CACHE = + "get bloomFilter from cache where filePath is: {}"; public static final String STOP_SERVICE = "{}: stop {}..."; public static final String CHUNK_CACHE_SIZE = "ChunkCache size = {}"; public static final String GET_CHUNK_FROM_CACHE = "get chunk from cache whose key is: {}"; public static final String CACHE_MISS_IN_FILE = "Cache miss: {}.{} in file: {}"; public static final String DEVICE_ALL_SENSORS = "Device: {}, all sensors: {}"; - public static final String TS_METADATA_FILTERED_BY_BLOOM_FILTER = "TimeSeries meta data {} is filter by bloomFilter!"; - public static final String FILE_NO_SUCH_TIME_SERIES = "The file doesn't have this time series {}."; + public static final String TS_METADATA_FILTERED_BY_BLOOM_FILTER = + "TimeSeries meta data {} is filter by bloomFilter!"; + public static final String FILE_NO_SUCH_TIME_SERIES = + "The file doesn't have this time series {}."; // ======================== Resource Control - Disk ======================== - public static final String FAILED_TO_DEREGISTER_FILE_LOCK = "Failed to deregister file lock because {}"; - public static final String ALL_FOLDERS_FULL_CHANGE_TO_READ_ONLY = "All folders are full, change system mode to read-only."; + public static final String FAILED_TO_DEREGISTER_FILE_LOCK = + "Failed to deregister file lock because {}"; + public static final String ALL_FOLDERS_FULL_CHANGE_TO_READ_ONLY = + "All folders are full, change system mode to read-only."; public static final String FAILED_TO_PROCESS_FOLDER = "Failed to process folder '"; - public static final String FAIL_TO_GET_CANONICAL_PATH = "Fail to get canonical path of data dir {}"; + public static final String FAIL_TO_GET_CANONICAL_PATH = + "Fail to get canonical path of data dir {}"; public static final String ALL_DISKS_OF_TIER_FULL = "All disks of tier {} are full."; - public static final String FOLDERS_RESET_SUCCESSFULLY = "The folders is reset successfully, which takes {} ms."; + public static final String FOLDERS_RESET_SUCCESSFULLY = + "The folders is reset successfully, which takes {} ms."; public static final String FOLDER_NOT_EXIST_CREATE_IT = "folder {} doesn't exist, create it"; - public static final String FAILED_TO_STATISTIC_SIZE = "Failed to statistic the size of {}, because"; - public static final String DISK_SPACE_INSUFFICIENT_READ_ONLY = "Disk space is insufficient, change system mode to read-only"; - public static final String CANNOT_CALC_OCCUPIED_SPACE = "Cannot calculate occupied space for path {}."; + public static final String FAILED_TO_STATISTIC_SIZE = + "Failed to statistic the size of {}, because"; + public static final String DISK_SPACE_INSUFFICIENT_READ_ONLY = + "Disk space is insufficient, change system mode to read-only"; + public static final String CANNOT_CALC_OCCUPIED_SPACE = + "Cannot calculate occupied space for path {}."; // ======================== Resource Control - Memory ======================== - public static final String WAITING_FOR_THREAD_POOL_SHUTDOWN = "Waiting for {} thread pool to shut down."; - public static final String THREAD_POOL_NOT_EXIT_AFTER_MS = "{} thread pool doesn't exit after {}ms."; - public static final String INTERRUPTED_WAITING_THREAD_POOL_EXIT = "Interrupted while waiting {} thread pool to exit. "; + public static final String WAITING_FOR_THREAD_POOL_SHUTDOWN = + "Waiting for {} thread pool to shut down."; + public static final String THREAD_POOL_NOT_EXIT_AFTER_MS = + "{} thread pool doesn't exit after {}ms."; + public static final String INTERRUPTED_WAITING_THREAD_POOL_EXIT = + "Interrupted while waiting {} thread pool to exit. "; public static final String BUFFERED_ARRAY_SIZE_THRESHOLD = "BufferedArraySizeThreshold is {}"; public static final String CURRENT_SG_COST = "Current Sg cost is {}"; public static final String DIRECT_BUFFER_MEMORY_ALLOCATION_FAILED = "Total allocated memory for direct buffer will be %d, which is greater than limit mem cost: %d"; public static final String FORCE_DEGRADE_TSFILE_RESOURCE = "Force degrade tsfile resource {}"; - public static final String CANNOT_DEGRADE_TIME_INDEX_ALL_FILE_LEVEL = "Can't degrade time index any more because all time index are file level."; + public static final String CANNOT_DEGRADE_TIME_INDEX_ALL_FILE_LEVEL = + "Can't degrade time index any more because all time index are file level."; public static final String DEGRADE_TSFILE_RESOURCE = "Degrade tsfile resource {}"; // ======================== Resource Control - Quotas ======================== - public static final String SPACE_QUOTA_RESTORE_SUCCEEDED = "Space quota limit restore succeeded, limit: {}."; - public static final String SPACE_QUOTA_RESTORE_FAILED = "Space quota limit restore failed, limit: {}."; - public static final String THROTTLE_QUOTA_RESTORED_SUCCESSFULLY = "Throttle quota limit restored successfully. "; - public static final String THROTTLE_QUOTA_RESTORED_FAILED = "Throttle quota limit restored failed. "; + public static final String SPACE_QUOTA_RESTORE_SUCCEEDED = + "Space quota limit restore succeeded, limit: {}."; + public static final String SPACE_QUOTA_RESTORE_FAILED = + "Space quota limit restore failed, limit: {}."; + public static final String THROTTLE_QUOTA_RESTORED_SUCCESSFULLY = + "Throttle quota limit restored successfully. "; + public static final String THROTTLE_QUOTA_RESTORED_FAILED = + "Throttle quota limit restored failed. "; public static final String INVALID_STATEMENT_TYPE = "Invalid statement type: "; // ======================== DataRegion ======================== - public static final String CREATE_DB_SYSTEM_DIR_FAILED = "create database system Directory {} failed"; - public static final String CREATE_DATA_REGION_DIR_FAILED = "create data region directory {} failed"; + public static final String CREATE_DB_SYSTEM_DIR_FAILED = + "create database system Directory {} failed"; + public static final String CREATE_DATA_REGION_DIR_FAILED = + "create data region directory {} failed"; public static final String IS_NOT_A_DIRECTORY = "{} is not a directory."; - public static final String FAIL_TO_CLOSE_TSFILE_WHEN_RECOVERING = "Fail to close TsFile {} when recovering"; - public static final String FAIL_TO_RECOVER_SEALED_TSFILE_SKIP = "Fail to recover sealed TsFile {}, skip it."; - public static final String DATA_INCONSISTENT_NOT_TRIGGER_TWICE = "Data inconsistent exception is not supposed to be triggered twice"; - public static final String INSERT_TO_TSFILE_PROCESSOR_REJECTED = "insert to TsFileProcessor rejected, {}"; + public static final String FAIL_TO_CLOSE_TSFILE_WHEN_RECOVERING = + "Fail to close TsFile {} when recovering"; + public static final String FAIL_TO_RECOVER_SEALED_TSFILE_SKIP = + "Fail to recover sealed TsFile {}, skip it."; + public static final String DATA_INCONSISTENT_NOT_TRIGGER_TWICE = + "Data inconsistent exception is not supposed to be triggered twice"; + public static final String INSERT_TO_TSFILE_PROCESSOR_REJECTED = + "insert to TsFileProcessor rejected, {}"; public static final String INSERT_TO_TSFILE_PROCESSOR_ERROR = "insert to TsFileProcessor error "; - public static final String IOEXCEPTION_CREATING_TSFILE_PROCESSOR_RETRY = "meet IOException when creating TsFileProcessor, retry it again"; + public static final String IOEXCEPTION_CREATING_TSFILE_PROCESSOR_RETRY = + "meet IOException when creating TsFileProcessor, retry it again"; public static final String CANNOT_CLOSE_TSFILE_RESOURCE = "Cannot close a TsFileResource {}"; public static final String CANNOT_REMOVE_MOD_FILE = "Cannot remove mod file {}"; - public static final String FAIL_TO_DELETE_DATA_REGION_FOLDER = "Fail to delete data region folder {}"; - public static final String FAIL_TO_DELETE_DATA_REGION_OBJECT_FOLDER = "Fail to delete data region object folder {}"; + public static final String FAIL_TO_DELETE_DATA_REGION_FOLDER = + "Fail to delete data region folder {}"; + public static final String FAIL_TO_DELETE_DATA_REGION_OBJECT_FOLDER = + "Fail to delete data region object folder {}"; public static final String FILES_WERE_CLOSED = "{} files were closed"; public static final String FAIL_TO_LOG_DELETE_TO_WAL = "Fail to log delete to wal."; - public static final String DELETION_EXECUTING_TABLE_DELETION = "[Deletion] Executing table deletion {}"; + public static final String DELETION_EXECUTING_TABLE_DELETION = + "[Deletion] Executing table deletion {}"; public static final String DELETION_UNSEALED_FILES_FOR = "[Deletion] unsealed files for {}: {}"; public static final String DELETION_SEALED_FILES_FOR = "[Deletion] sealed files for {}: {}"; - public static final String WRITING_NO_FILE_RELATED_DELETION_TO_WAL = "Writing no-file-related deletion to WAL {}"; + public static final String WRITING_NO_FILE_RELATED_DELETION_TO_WAL = + "Writing no-file-related deletion to WAL {}"; public static final String DELETION_SKIPPED_FILE_TIME = "[Deletion] {} skipped {}, file time {}"; public static final String EXPECT_IS_ACTUAL_IS = "expect is {}, actual is {}"; - public static final String DELETION_DOES_NOT_INVOLVE_ANY_FILE = "[Deletion] Deletion {} does not involve any file"; - public static final String FAIL_TO_WRITE_MOD_ENTRY_TO_FILES = "Fail to write modEntry {} to files"; - public static final String REMOVE_TSFILE_DIRECTLY_WHEN_DELETE_DATA = "Remove tsfile {} directly when delete data"; - public static final String MEET_ERROR_IN_COMPACTION_SCHEDULE = "Meet error in compaction schedule."; + public static final String DELETION_DOES_NOT_INVOLVE_ANY_FILE = + "[Deletion] Deletion {} does not involve any file"; + public static final String FAIL_TO_WRITE_MOD_ENTRY_TO_FILES = + "Fail to write modEntry {} to files"; + public static final String REMOVE_TSFILE_DIRECTLY_WHEN_DELETE_DATA = + "Remove tsfile {} directly when delete data"; + public static final String MEET_ERROR_IN_COMPACTION_SCHEDULE = + "Meet error in compaction schedule."; public static final String MEET_ERROR_IN_TTL_CHECK = "Meet error in ttl check."; - public static final String FAILED_TO_EXECUTE_OBJECT_TTL_CHECK = "Failed to execute object ttl check"; - public static final String MEET_ERROR_IN_INSERTION_COMPACTION_SCHEDULE = "Meet error in insertion compaction schedule."; - public static final String EXCEPTION_MOVE_NEW_TSFILE_IN_SETTLING = "Exception to move new tsfile in settling"; - public static final String TSFILE_LOADED_IN_UNSEQ_LIST = "TsFile {} is successfully loaded in unsequence list."; - public static final String CANNOT_CLOSE_LAST_READER_AFTER_LOAD = "Cannot close last reader after loading TsFile {}"; - public static final String FILE_ALREADY_LOADED_IN_UNSEQ_LIST = "The file {} has already been loaded in unsequence list"; + public static final String FAILED_TO_EXECUTE_OBJECT_TTL_CHECK = + "Failed to execute object ttl check"; + public static final String MEET_ERROR_IN_INSERTION_COMPACTION_SCHEDULE = + "Meet error in insertion compaction schedule."; + public static final String EXCEPTION_MOVE_NEW_TSFILE_IN_SETTLING = + "Exception to move new tsfile in settling"; + public static final String TSFILE_LOADED_IN_UNSEQ_LIST = + "TsFile {} is successfully loaded in unsequence list."; + public static final String CANNOT_CLOSE_LAST_READER_AFTER_LOAD = + "Cannot close last reader after loading TsFile {}"; + public static final String FILE_ALREADY_LOADED_IN_UNSEQ_LIST = + "The file {} has already been loaded in unsequence list"; public static final String CANNOT_DELETE_LOCAL_MOD_FILE = "Cannot delete localModFile {}"; public static final String REMOVE_TSFILE_SUCCESSFULLY = "Remove tsfile {} successfully."; - public static final String THREAD_INTERRUPTED_WAITING_COMPACTION = "Thread get interrupted when waiting compaction to finish"; - public static final String PARTIAL_FAILED_INSERTING_ROWS_ONE_DEVICE = "Partial failed inserting rows of one device"; + public static final String THREAD_INTERRUPTED_WAITING_COMPACTION = + "Thread get interrupted when waiting compaction to finish"; + public static final String PARTIAL_FAILED_INSERTING_ROWS_ONE_DEVICE = + "Partial failed inserting rows of one device"; public static final String PARTIAL_FAILED_INSERTING_ROWS = "Partial failed inserting rows"; public static final String REJECTED_INSERTING_MULTI_TABLETS = "Rejected inserting multi tablets"; - public static final String PARTIAL_FAILED_INSERTING_MULTI_TABLETS = "Partial failed inserting multi tablets"; - public static final String INTERRUPTED_WAITING_DATA_REGION_DELETED = "Interrupted When waiting for data region deleted."; + public static final String PARTIAL_FAILED_INSERTING_MULTI_TABLETS = + "Partial failed inserting multi tablets"; + public static final String INTERRUPTED_WAITING_DATA_REGION_DELETED = + "Interrupted When waiting for data region deleted."; public static final String FAILED_TO_RENAME = "Failed to rename {} to {},"; // ======================== Compaction ======================== - public static final String SELECTOR_NOT_FOR_INNER_SPACE = "This kind of selector cannot be used to select inner space task"; - public static final String SELECTOR_NOT_FOR_CROSS_SPACE = "This kind of selector cannot be used to select cross space task"; - public static final String SELECTOR_NOT_FOR_SETTLE = "This kind of selector cannot be used to select settle task"; - public static final String UNSEQ_FILE_NO_OVERLAP_WITH_SEQ = "Unseq file {} does not overlap with any seq files."; - public static final String CANNOT_SELECT_FILE_FOR_CROSS_COMPACTION = "{} cannot select file for cross space compaction"; + public static final String SELECTOR_NOT_FOR_INNER_SPACE = + "This kind of selector cannot be used to select inner space task"; + public static final String SELECTOR_NOT_FOR_CROSS_SPACE = + "This kind of selector cannot be used to select cross space task"; + public static final String SELECTOR_NOT_FOR_SETTLE = + "This kind of selector cannot be used to select settle task"; + public static final String UNSEQ_FILE_NO_OVERLAP_WITH_SEQ = + "Unseq file {} does not overlap with any seq files."; + public static final String CANNOT_SELECT_FILE_FOR_CROSS_COMPACTION = + "{} cannot select file for cross space compaction"; public static final String CURRENT_FILE_SIZE = "Current File is {}, size is {}"; public static final String EXCEPTION_SELECTING_FILES = "Exception occurs while selecting files"; public static final String UNIMPLEMENTED = "unimplemented"; - public static final String ILLEGAL_CROSS_COMPACTION_SELECTOR = "Illegal Cross Compaction Selector "; + public static final String ILLEGAL_CROSS_COMPACTION_SELECTOR = + "Illegal Cross Compaction Selector "; public static final String ILLEGAL_COMPACTION_SELECTOR = "Illegal Compaction Selector "; - public static final String COMPACTION_SCHEDULE_TASK_MANAGER_STARTED = "Compaction schedule task manager started."; - public static final String WAITING_COMPACTION_SCHEDULE_POOL_SHUTDOWN = "Waiting for compaction schedule task thread pool to shut down"; - public static final String COMPACTION_SCHEDULE_MANAGER_WAIT_TO_STOP = "CompactionScheduleTaskManager has wait for {} seconds to stop"; - public static final String COMPACTION_SCHEDULE_TASK_MANAGER_STOPPED = "CompactionScheduleTaskManager stopped"; - public static final String REPAIR_FAILED_RENAME_PROGRESS_FILE = "[RepairTaskManager] Failed to rename repair data progress file"; - public static final String REPAIR_SKIP_TASK_STOPPING = "[RepairTaskManager] skip current task because repair task is stopping"; - public static final String REPAIR_SCAN_TASK_CANCELLED = "[RepairScheduler] scan task is cancelled"; - public static final String REPAIR_ERROR_SCAN_TIME_PARTITION = "[RepairScheduler] Meet errors when scan time partition files"; + public static final String COMPACTION_SCHEDULE_TASK_MANAGER_STARTED = + "Compaction schedule task manager started."; + public static final String WAITING_COMPACTION_SCHEDULE_POOL_SHUTDOWN = + "Waiting for compaction schedule task thread pool to shut down"; + public static final String COMPACTION_SCHEDULE_MANAGER_WAIT_TO_STOP = + "CompactionScheduleTaskManager has wait for {} seconds to stop"; + public static final String COMPACTION_SCHEDULE_TASK_MANAGER_STOPPED = + "CompactionScheduleTaskManager stopped"; + public static final String REPAIR_FAILED_RENAME_PROGRESS_FILE = + "[RepairTaskManager] Failed to rename repair data progress file"; + public static final String REPAIR_SKIP_TASK_STOPPING = + "[RepairTaskManager] skip current task because repair task is stopping"; + public static final String REPAIR_SCAN_TASK_CANCELLED = + "[RepairScheduler] scan task is cancelled"; + public static final String REPAIR_ERROR_SCAN_TIME_PARTITION = + "[RepairScheduler] Meet errors when scan time partition files"; public static final String COMPACTION_TASK_MANAGER_STARTED = "Compaction task manager started."; - public static final String WAITING_TASK_EXECUTION_POOL_SHUTDOWN = "Waiting for task taskExecutionPool to shut down"; - public static final String WAITING_TASK_EXECUTION_POOL_SHUTDOWN_MS = "Waiting for task taskExecutionPool to shut down in {} ms"; - public static final String INTERRUPTED_WAITING_ALL_TASK_FINISH = "Interrupted when waiting all task finish"; + public static final String WAITING_TASK_EXECUTION_POOL_SHUTDOWN = + "Waiting for task taskExecutionPool to shut down"; + public static final String WAITING_TASK_EXECUTION_POOL_SHUTDOWN_MS = + "Waiting for task taskExecutionPool to shut down in {} ms"; + public static final String INTERRUPTED_WAITING_ALL_TASK_FINISH = + "Interrupted when waiting all task finish"; public static final String ALL_COMPACTION_TASK_FINISH = "All compaction task finish"; - public static final String COMPACTION_MANAGER_WAIT_TO_STOP = "CompactionManager has wait for {} seconds to stop"; + public static final String COMPACTION_MANAGER_WAIT_TO_STOP = + "CompactionManager has wait for {} seconds to stop"; public static final String COMPACTION_MANAGER_STOPPED = "CompactionManager stopped"; - public static final String COMPACTION_THREAD_POOL_CANNOT_CLOSE = "CompactionThreadPool can not be closed in {} ms"; + public static final String COMPACTION_THREAD_POOL_CANNOT_CLOSE = + "CompactionThreadPool can not be closed in {} ms"; public static final String TIMEOUT_WAITING_TASK_FUTURE = "Timeout when waiting for task future"; - public static final String COMPACTION_THREAD_TERMINATES = "CompactionThread-{} terminates because interruption"; - public static final String EXCEPTION_EXECUTING_COMPACTION_TASK = "Exception occurred when executing compaction task. {}"; - public static final String TIMEOUT_GET_COMPACTION_TASK_SUMMARY = "Timeout when trying to get compaction task summary"; - public static final String TTL_CHECK_TASK_FAILED = "[TTLCheckTask-{}] Failed to execute ttl check"; - public static final String ERROR_CREATING_SETTLE_LOG = "meet error when creating settle log, file path:{}"; - public static final String WRITE_SETTLE_LOG_FAILED = "write settle log file failed, the log file:{}"; - public static final String CLOSE_UPGRADE_LOG_FAILED = "close upgrade log file failed, the log file:{}"; + public static final String COMPACTION_THREAD_TERMINATES = + "CompactionThread-{} terminates because interruption"; + public static final String EXCEPTION_EXECUTING_COMPACTION_TASK = + "Exception occurred when executing compaction task. {}"; + public static final String TIMEOUT_GET_COMPACTION_TASK_SUMMARY = + "Timeout when trying to get compaction task summary"; + public static final String TTL_CHECK_TASK_FAILED = + "[TTLCheckTask-{}] Failed to execute ttl check"; + public static final String ERROR_CREATING_SETTLE_LOG = + "meet error when creating settle log, file path:{}"; + public static final String WRITE_SETTLE_LOG_FAILED = + "write settle log file failed, the log file:{}"; + public static final String CLOSE_UPGRADE_LOG_FAILED = + "close upgrade log file failed, the log file:{}"; public static final String FIND_SETTLED_FILE = "find settled file for {}"; public static final String GENERATE_SETTLED_FILE = "generate settled file for {}"; public static final String ALL_FILES_SETTLED_SUCCESSFULLY = "All files settled successfully! "; - public static final String SUB_COMPACTION_TASK_MEET_ERRORS = "[Compaction] SubCompactionTask meet errors "; - public static final String TASK_TYPE_NO_TMP_FILE_SUFFIX = "Current task type {} does not have tmp file suffix."; + public static final String SUB_COMPACTION_TASK_MEET_ERRORS = + "[Compaction] SubCompactionTask meet errors "; + public static final String TASK_TYPE_NO_TMP_FILE_SUFFIX = + "Current task type {} does not have tmp file suffix."; public static final String CANNOT_GET_MOD_FILE = "Can not get mod file of {}"; - public static final String COMPACTION_START_DELETE_REAL_FILE = "{} [Compaction] Compaction starts to delete real file "; - public static final String COMPACTION_START_DELETE_SOURCE_MODS = "{} [Compaction] Start to delete modifications of source files"; + public static final String COMPACTION_START_DELETE_REAL_FILE = + "{} [Compaction] Compaction starts to delete real file "; + public static final String COMPACTION_START_DELETE_SOURCE_MODS = + "{} [Compaction] Start to delete modifications of source files"; public static final String COMPACTION_DELETE_FILE = "[Compaction] delete file: {}"; public static final String FAILED_TO_READ_FILE_ATTRIBUTES = "Failed to read file attributes: {}"; public static final String FAILED_TO_CHECK_TABLE_DIR = "Failed to check table dir: {}"; public static final String REMOVE_OBJECT_FILE_SIZE = "Remove object file {}, size is {}(byte)"; - public static final String FAILED_TO_DELETE_EXPIRED_OBJECT_FILE = "Failed to delete expired object file: {}"; + public static final String FAILED_TO_DELETE_EXPIRED_OBJECT_FILE = + "Failed to delete expired object file: {}"; public static final String SHOULD_CALL_EXACT_SUB_CLASS = "Should call exact sub class!"; public static final String NO_NEXT_BLOCK = "no next block"; - public static final String METHOD_NOT_SUPPORTED_FAST_CROSS_WRITER = "Does not support this method in FastCrossCompactionWriter"; - public static final String DEVICE_SHOULD_EXIST_IN_SEQ_FILE = "The device should exist in current seq file"; - public static final String METHOD_NOT_SUPPORTED_FAST_INNER_WRITER = "Does not support this method in FastInnerCompactionWriter"; - public static final String METHOD_NOT_SUPPORTED_READ_POINT_WRITER = "Does not support this method in ReadPointInnerCompactionWriter"; + public static final String METHOD_NOT_SUPPORTED_FAST_CROSS_WRITER = + "Does not support this method in FastCrossCompactionWriter"; + public static final String DEVICE_SHOULD_EXIST_IN_SEQ_FILE = + "The device should exist in current seq file"; + public static final String METHOD_NOT_SUPPORTED_FAST_INNER_WRITER = + "Does not support this method in FastInnerCompactionWriter"; + public static final String METHOD_NOT_SUPPORTED_READ_POINT_WRITER = + "Does not support this method in ReadPointInnerCompactionWriter"; public static final String UNKNOWN_DATA_TYPE = "Unknown data type "; public static final String FAILED_TO_DELETE_TARGET_FILE = "failed to delete target file %s"; - public static final String SOURCE_FILES_CANNOT_BE_DELETED = "source files cannot be deleted successfully"; + public static final String SOURCE_FILES_CANNOT_BE_DELETED = + "source files cannot be deleted successfully"; public static final String FAIL_TO_GET_TSFILE_NAME = "Fail to get the tsfile name of {}"; - public static final String ERROR_ESTIMATE_INNER_COMPACTION_MEMORY = "Meet error when estimate inner compaction memory"; - public static final String CANNOT_RECOVER_INSERTION_CROSS_TASK = "Can not recover InsertionCrossSpaceCompactionTask"; + public static final String ERROR_ESTIMATE_INNER_COMPACTION_MEMORY = + "Meet error when estimate inner compaction memory"; + public static final String CANNOT_RECOVER_INSERTION_CROSS_TASK = + "Can not recover InsertionCrossSpaceCompactionTask"; public static final String FAILED_TO_REPAIR_FILE = "Failed to repair file {}"; - public static final String FAILED_DELETE_FULLY_DIRTY_SOURCE = "Failed to delete fully_dirty source file."; + public static final String FAILED_DELETE_FULLY_DIRTY_SOURCE = + "Failed to delete fully_dirty source file."; public static final String RECOVER_MODS_FILE_ERROR = "recover mods file error on list files:{}"; public static final String UNKNOWN_COMPACTION_TASK_TYPE = "Unknown compaction task type {}"; public static final String RECOVER_COMPACTION_ERROR = "Recover compaction error"; - public static final String COMPACTION_RECOVER_FAILED = "{} [Compaction][Recover] Failed to recover compaction"; + public static final String COMPACTION_RECOVER_FAILED = + "{} [Compaction][Recover] Failed to recover compaction"; public static final String MEET_ERROR_WHEN_READ_TSFILE = "Meet error when read tsfile {}"; public static final String UNKNOWN_REPAIR_LOG_FORMAT = "Unknown format of repair log"; public static final String REPAIR_START_CHECK_TSFILE = "[RepairScheduler] start check tsfile: {}"; - public static final String REPAIR_SKIPPED_BROKEN_FILE = "[RepairScheduler] {} is skipped because it is broken"; - public static final String REPAIR_FAILED_CREATE_LOGGER = "[RepairScheduler] Failed to create repair logger"; - public static final String REPAIR_FAILED_CLOSE_LOGGER = "[RepairScheduler] Failed to close repair logger"; - public static final String REPAIR_WAIT_COMPACTION_FINISH = "[RepairScheduler] Wait compaction schedule task finish"; - public static final String REPAIR_WAIT_ALL_RUNNING_TASK_FINISH = "[RepairScheduler] Wait all running compaction task finish"; + public static final String REPAIR_SKIPPED_BROKEN_FILE = + "[RepairScheduler] {} is skipped because it is broken"; + public static final String REPAIR_FAILED_CREATE_LOGGER = + "[RepairScheduler] Failed to create repair logger"; + public static final String REPAIR_FAILED_CLOSE_LOGGER = + "[RepairScheduler] Failed to close repair logger"; + public static final String REPAIR_WAIT_COMPACTION_FINISH = + "[RepairScheduler] Wait compaction schedule task finish"; + public static final String REPAIR_WAIT_ALL_RUNNING_TASK_FINISH = + "[RepairScheduler] Wait all running compaction task finish"; public static final String REPAIR_TASK_FINISHED = "[RepairScheduler] Repair task finished"; - public static final String REPAIR_SCHEDULE_TASK_ERROR = "[RepairScheduler] Meet error when execute repair schedule task"; - public static final String REPAIR_FAILED_INIT_SCHEDULE_TASK = "[RepairScheduler] Failed to init repair schedule task"; - public static final String REPAIR_ALL_PARTITIONS_DONE_SKIP = "[RepairScheduler] All time partitions have been repaired, skip repair task"; + public static final String REPAIR_SCHEDULE_TASK_ERROR = + "[RepairScheduler] Meet error when execute repair schedule task"; + public static final String REPAIR_FAILED_INIT_SCHEDULE_TASK = + "[RepairScheduler] Failed to init repair schedule task"; + public static final String REPAIR_ALL_PARTITIONS_DONE_SKIP = + "[RepairScheduler] All time partitions have been repaired, skip repair task"; public static final String END_MUST_GREATER_THAN_START = "end must greater than start"; public static final String DATA_DIRS_MUST_NOT_BE_EMPTY = "data_dirs must not be empty"; public static final String DOES_NOT_EXIST = "{} doesn't exist."; @@ -226,119 +324,172 @@ private StorageEngineMessages() {} // ======================== MemTable ======================== - public static final String CANNOT_DESERIALIZE_OLD_MEMTABLE_SNAPSHOT = "Cannot deserialize OldMemTableSnapshot"; - public static final String DEVICE_ID_LENGTH_SHOULD_BE_POSITIVE = "DeviceID's length should be larger than 0."; + public static final String CANNOT_DESERIALIZE_OLD_MEMTABLE_SNAPSHOT = + "Cannot deserialize OldMemTableSnapshot"; + public static final String DEVICE_ID_LENGTH_SHOULD_BE_POSITIVE = + "DeviceID's length should be larger than 0."; public static final String CREATE_NEW_TSFILE_PROCESSOR = "create a new tsfile processor {}"; public static final String REOPEN_TSFILE_PROCESSOR = "reopen a tsfile processor {}"; public static final String EXCEPTION_DURING_WAL_FLUSH = "Exception during wal flush"; - public static final String DELETION_IN_FLUSHING_MEMTABLE = "[Deletion] Deletion with {} in flushingMemTable"; + public static final String DELETION_IN_FLUSHING_MEMTABLE = + "[Deletion] Deletion with {} in flushingMemTable"; public static final String START_WAIT_UNTIL_FILE_CLOSED = "Start to wait until file {} is closed"; public static final String FILE_CLOSED_SYNCHRONOUSLY = "File {} is closed synchronously"; public static final String DATAREGION_TSFILE_ERROR = "{}: {}"; - public static final String DELETION_WRITTEN_WHEN_FLUSH = "[Deletion] Deletion : {} written when flush memtable"; + public static final String DELETION_WRITTEN_WHEN_FLUSH = + "[Deletion] Deletion : {} written when flush memtable"; public static final String FSYNC_MEMTABLE_TO_DISK_ERROR = "fsync memTable data to disk error,"; public static final String FLUSHING_MEMTABLES_CLEAR = "{} flushingMemtables is clear"; public static final String START_TO_END_FILE = "Start to end file {}"; public static final String ENDED_FILE = "Ended file {}"; public static final String START_TO_END_EMPTY_FILE = "Start to end empty file {}"; - public static final String TIME_CHUNK_METADATA_SHOULD_NOT_BE_EMPTY = "TimeChunkMetadata in aligned device should not be empty"; - public static final String WRITABLE_MEM_CHUNK_UNSUPPORTED_TYPE = "WritableMemChunk does not support data type: {}"; + public static final String TIME_CHUNK_METADATA_SHOULD_NOT_BE_EMPTY = + "TimeChunkMetadata in aligned device should not be empty"; + public static final String WRITABLE_MEM_CHUNK_UNSUPPORTED_TYPE = + "WritableMemChunk does not support data type: {}"; // ======================== Modification ======================== public static final String UNRECOGNIZED_PREDICATE_TYPE = "Unrecognized predicate type: "; public static final String UNSUPPORTED_MOD_TYPE = "Unsupported mod type: "; public static final String UNKNOWN_MOD_TYPE = "Unknown ModType: "; - public static final String CANNOT_CLOSE_MOD_FILE_INPUT_STREAM = "Cannot close mod file input stream of {}"; - public static final String CANNOT_READ_MOD_FILE_INPUT_STREAM = "Cannot read mod file input stream of {}"; + public static final String CANNOT_CLOSE_MOD_FILE_INPUT_STREAM = + "Cannot close mod file input stream of {}"; + public static final String CANNOT_READ_MOD_FILE_INPUT_STREAM = + "Cannot read mod file input stream of {}"; public static final String COMPACT_MODS_FILE_EXCEPTION = "compact mods file exception of {}"; public static final String SETTLE_SUCCESSFUL = "{} settle successful"; - public static final String REMOVE_ORIGIN_OR_RENAME_MODS_ERROR = "remove origin file or rename new mods file error."; + public static final String REMOVE_ORIGIN_OR_RENAME_MODS_ERROR = + "remove origin file or rename new mods file error."; public static final String DELETE_MODIFICATION_FILE_FAILED = "Delete ModificationFile {} failed."; public static final String CANNOT_CREATE_HARDLINK = "Cannot create hardlink for {}"; - public static final String ERROR_READING_MODIFICATIONS = "An error occurred when reading modifications"; - public static final String ERROR_DECODE_LINE_TO_MODIFICATION = "An error occurred when decode line-[{}] to modification"; - public static final String MODIFICATIONS_WILL_BE_TRUNCATED = "The modifications[{}] will be truncated to size {}."; - public static final String LAST_LINE_OF_MODS_INCOMPLETE = "The last line of Mods is incomplete, will be truncated"; + public static final String ERROR_READING_MODIFICATIONS = + "An error occurred when reading modifications"; + public static final String ERROR_DECODE_LINE_TO_MODIFICATION = + "An error occurred when decode line-[{}] to modification"; + public static final String MODIFICATIONS_WILL_BE_TRUNCATED = + "The modifications[{}] will be truncated to size {}."; + public static final String LAST_LINE_OF_MODS_INCOMPLETE = + "The last line of Mods is incomplete, will be truncated"; public static final String UNKNOWN_MODIFICATION_TYPE = "Unknown modification type: "; - public static final String INCORRECT_DELETION_FIELDS_NUMBER = "Incorrect deletion fields number: "; + public static final String INCORRECT_DELETION_FIELDS_NUMBER = + "Incorrect deletion fields number: "; public static final String INVALID_TIMESTAMP = "Invalid timestamp: "; public static final String INVALID_SERIES_PATH = "Invalid series path: "; // ======================== WAL ======================== - public static final String START_REBOOTING_WAL_DELETE_THREAD = "Start rebooting wal delete thread."; - public static final String STOP_WAL_DELETE_THREAD_AND_RESTART = "Stop wal delete thread successfully, and now restart it."; - public static final String TIMED_WAL_DELETE_THREAD_INTERRUPTED = "Timed wal delete thread is interrupted."; - public static final String INTERRUPTED_WAITING_WAL_FLUSHED = "Interrupted when waiting for all write-ahead logs flushed."; + public static final String START_REBOOTING_WAL_DELETE_THREAD = + "Start rebooting wal delete thread."; + public static final String STOP_WAL_DELETE_THREAD_AND_RESTART = + "Stop wal delete thread successfully, and now restart it."; + public static final String TIMED_WAL_DELETE_THREAD_INTERRUPTED = + "Timed wal delete thread is interrupted."; + public static final String INTERRUPTED_WAITING_WAL_FLUSHED = + "Interrupted when waiting for all write-ahead logs flushed."; public static final String STOPPING_WAL_MANAGER = "Stopping WALManager"; - public static final String DELETING_OUTDATED_FILES_BEFORE_EXIT = "Deleting outdated files before exiting"; + public static final String DELETING_OUTDATED_FILES_BEFORE_EXIT = + "Deleting outdated files before exiting"; public static final String WAL_MANAGER_STOPPED = "WALManager stopped"; - public static final String WAITING_THREAD_TERMINATED_TIMEOUT = "Waiting thread {} to be terminated is timeout"; + public static final String WAITING_THREAD_TERMINATED_TIMEOUT = + "Waiting thread {} to be terminated is timeout"; public static final String THREAD_NOT_EXIT_AFTER_30S = "Thread {} still doesn't exit after 30s"; - public static final String FAILED_TO_DELETE_OUTDATED_WAL_FILE = "Failed to delete outdated wal file"; + public static final String FAILED_TO_DELETE_OUTDATED_WAL_FILE = + "Failed to delete outdated wal file"; public static final String UNRECOGNIZED_CHECKPOINT_TYPE = "unrecognized checkpoint type "; public static final String CREATE_FOLDER_FOR_WAL_BUFFER = "create folder {} for wal buffer-{}."; public static final String FAIL_TO_LOG_MAX_MEMTABLE_ID = "Fail to log max memTable id: {}"; public static final String FAIL_TO_MAKE_CHECKPOINT = "Fail to make checkpoint: {}"; - public static final String MEMTABLE_ID_NOT_FOUND_IN_MAP = "memtableId {} not found in MemTableId2Info"; - public static final String FAIL_TO_CLOSE_WAL_CHECKPOINT_WRITER = "Fail to close wal node-{}'s checkpoint writer."; + public static final String MEMTABLE_ID_NOT_FOUND_IN_MAP = + "memtableId {} not found in MemTableId2Info"; + public static final String FAIL_TO_CLOSE_WAL_CHECKPOINT_WRITER = + "Fail to close wal node-{}'s checkpoint writer."; public static final String CANNOT_WRITE_TO = "Cannot write to {}"; public static final String REACH_END_OFFSET_OF_WAL_FILE = "Reach the end offset of wal file"; public static final String UNEXPECTED_END_OF_FILE = "Unexpected end of file"; - public static final String WAL_SEGMENT_V1_FAILED_V2_SUCCESS = "Failed to load WAL segment in V1 way, try in V2 way successfully."; + public static final String WAL_SEGMENT_V1_FAILED_V2_SUCCESS = + "Failed to load WAL segment in V1 way, try in V2 way successfully."; public static final String UNEXPECTED_EXCEPTION = "Unexpected exception"; - public static final String FAIL_TO_READ_WAL_ENTRY_SKIP_BROKEN = "Fail to read WALEntry from wal file {}, skip broken WALEntries."; + public static final String FAIL_TO_READ_WAL_ENTRY_SKIP_BROKEN = + "Fail to read WALEntry from wal file {}, skip broken WALEntries."; public static final String INVALID_CHECKPOINT_FILE_NAME = "Invalid checkpoint file name: "; public static final String INVALID_WAL_FILE_NAME = "Invalid wal file name: "; - public static final String INTERRUPTED_WAITING_FOR_RESULT = "Interrupted when waiting for result."; - public static final String CANNOT_WRITE_WAL_INTO_FAKE_NODE = "Cannot write wal into a fake node. "; + public static final String INTERRUPTED_WAITING_FOR_RESULT = + "Interrupted when waiting for result."; + public static final String CANNOT_WRITE_WAL_INTO_FAKE_NODE = + "Cannot write wal into a fake node. "; public static final String CREATE_FOLDER_FOR_WAL_NODE = "create folder {} for wal node-{}."; - public static final String FAIL_TO_DELETE_WAL_NODE_OUTDATED_FILES = "Fail to delete wal node-{}'s outdated files."; - public static final String FAIL_TO_GET_DATA_REGION_PROCESSOR = "Fail to get data region processor for {}"; - public static final String WAITING_TOO_LONG_FOR_MEMTABLE_FLUSH = "Waiting too long for memTable flush to be done."; - public static final String INTERRUPTED_WAITING_MEMTABLE_FLUSH = "Interrupted when waiting for memTable flush to be done."; + public static final String FAIL_TO_DELETE_WAL_NODE_OUTDATED_FILES = + "Fail to delete wal node-{}'s outdated files."; + public static final String FAIL_TO_GET_DATA_REGION_PROCESSOR = + "Fail to get data region processor for {}"; + public static final String WAITING_TOO_LONG_FOR_MEMTABLE_FLUSH = + "Waiting too long for memTable flush to be done."; + public static final String INTERRUPTED_WAITING_MEMTABLE_FLUSH = + "Interrupted when waiting for memTable flush to be done."; public static final String FAIL_TO_ROLL_WAL_LOG_WRITER = "Fail to roll wal log writer."; public static final String FAIL_TO_SNAPSHOT_MEMTABLE = "Fail to snapshot memTable of {}"; - public static final String START_RECOVERING_WAL_NODE_IN_DIR = "Start recovering WAL node in the directory {}"; + public static final String START_RECOVERING_WAL_NODE_IN_DIR = + "Start recovering WAL node in the directory {}"; public static final String ERROR_DELETE_CHECKPOINT_FILE = "error when delete checkpoint file. {}"; - public static final String FAIL_TO_READ_WAL_LOGS_SKIP = "Fail to read wal logs from {}, skip them"; + public static final String FAIL_TO_READ_WAL_LOGS_SKIP = + "Fail to read wal logs from {}, skip them"; public static final String FAIL_TO_RENAME_FILE = "Fail to rename file {} to {}"; - public static final String FAIL_TO_RECOVER_WAL_METADATA = "Fail to recover metadata of wal file {}"; + public static final String FAIL_TO_RECOVER_WAL_METADATA = + "Fail to recover metadata of wal file {}"; public static final String START_RECOVERING_WAL = "Start recovering wal."; - public static final String SUCCESSFULLY_RECOVER_ALL_WAL_NODES = "Successfully recover all wal nodes."; + public static final String SUCCESSFULLY_RECOVER_ALL_WAL_NODES = + "Successfully recover all wal nodes."; public static final String STORAGE_ENGINE_FAILED_TO_RECOVER = "StorageEngine failed to recover."; - public static final String CANNOT_RECOVER_TSFILE_WAL_ALREADY_STARTED = "Cannot recover tsfile from wal because wal recovery has already started"; - public static final String FAIL_TO_REMOVE_RECOVER_PERFORMER = "Fail to remove recover performer for file {}"; - public static final String TSFILE_MISSING_SKIP_RECOVERY = "TsFile {} is missing, will skip its recovery."; + public static final String CANNOT_RECOVER_TSFILE_WAL_ALREADY_STARTED = + "Cannot recover tsfile from wal because wal recovery has already started"; + public static final String FAIL_TO_REMOVE_RECOVER_PERFORMER = + "Fail to remove recover performer for file {}"; + public static final String TSFILE_MISSING_SKIP_RECOVERY = + "TsFile {} is missing, will skip its recovery."; public static final String UNSUPPORTED_TYPE = "Unsupported type "; public static final String ERROR_REDO_WAL = "meet error when redo wal of {}"; - public static final String CREATE_FOLDER_FOR_WAL_NODE_BUFFER = "Create folder {} for wal node-{}'s buffer."; - public static final String OPEN_NEW_WAL_FILE_FOR_BUFFER = "Open new wal file {} for wal node-{}'s buffer."; - public static final String FAIL_TO_ALLOCATE_WAL_BUFFER_OOM = "Fail to allocate wal node-{}'s buffer because out of memory."; - public static final String INTERRUPTED_WAITING_ADD_WAL_ENTRY = "Interrupted when waiting for adding WALEntry to buffer."; - public static final String HANDLE_ROLL_LOG_WRITER_SIGNAL = "Handle roll log writer signal for wal node-{}."; - public static final String INTERRUPTED_WAITING_WORKING_BUFFER = "Interrupted When waiting for available working buffer."; + public static final String CREATE_FOLDER_FOR_WAL_NODE_BUFFER = + "Create folder {} for wal node-{}'s buffer."; + public static final String OPEN_NEW_WAL_FILE_FOR_BUFFER = + "Open new wal file {} for wal node-{}'s buffer."; + public static final String FAIL_TO_ALLOCATE_WAL_BUFFER_OOM = + "Fail to allocate wal node-{}'s buffer because out of memory."; + public static final String INTERRUPTED_WAITING_ADD_WAL_ENTRY = + "Interrupted when waiting for adding WALEntry to buffer."; + public static final String HANDLE_ROLL_LOG_WRITER_SIGNAL = + "Handle roll log writer signal for wal node-{}."; + public static final String INTERRUPTED_WAITING_WORKING_BUFFER = + "Interrupted When waiting for available working buffer."; public static final String FAIL_TO_PUT_CLOSE_SIGNAL = "Fail to put CLOSE_SIGNAL to walEntries."; - public static final String FAIL_TO_CLOSE_WAL_LOG_WRITER = "Fail to close wal node-{}'s log writer."; + public static final String FAIL_TO_CLOSE_WAL_LOG_WRITER = + "Fail to close wal node-{}'s log writer."; public static final String UNKNOWN_WAL_ENTRY_TYPE = "Unknown WALEntry type"; public static final String UNKNOWN_WAL_ENTRY_TYPE_WITH_VALUE = "Unknown WALEntry type "; public static final String INVALID_WAL_ENTRY_TYPE_CODE = "Invalid WALEntryType code: "; - public static final String CANNOT_SERIALIZE_CHECKPOINT_TO_WAL = "Cannot serialize checkpoint to wal files."; + public static final String CANNOT_SERIALIZE_CHECKPOINT_TO_WAL = + "Cannot serialize checkpoint to wal files."; public static final String UNSUPPORTED_WAL_ENTRY_TYPE = "Unsupported wal entry type "; - public static final String CANNOT_USE_WAL_INFO_AS_SIGNAL_TYPE = "Cannot use wal info type as wal signal type"; - public static final String FAIL_TO_CREATE_WAL_NODE_DISKS_FULL = "Fail to create wal node because all disks of wal folders are full."; - public static final String FAILED_TO_CREATE_WAL_NODE_AFTER_RETRIES = "Failed to create WAL node after retries for identifier: "; + public static final String CANNOT_USE_WAL_INFO_AS_SIGNAL_TYPE = + "Cannot use wal info type as wal signal type"; + public static final String FAIL_TO_CREATE_WAL_NODE_DISKS_FULL = + "Fail to create wal node because all disks of wal folders are full."; + public static final String FAILED_TO_CREATE_WAL_NODE_AFTER_RETRIES = + "Failed to create WAL node after retries for identifier: "; public static final String FAIL_TO_CREATE_WAL_NODE = "Fail to create wal node"; // ======================== Flush ======================== public static final String RESTORE_FILE_ERROR = "restore file error caused by "; - public static final String CANNOT_DELETE_OLD_COMPRESSION_FILE = "Can't delete old data region compression file {}"; + public static final String CANNOT_DELETE_OLD_COMPRESSION_FILE = + "Can't delete old data region compression file {}"; public static final String CANNOT_DELETE_RATIO_FILE = "Cannot delete ratio file {}"; - public static final String TAKE_TASK_INTO_IO_QUEUE_INTERRUPTED = "Take task into ioTaskQueue Interrupted"; - public static final String PUT_TASK_INTO_IO_QUEUE_INTERRUPTED = "Put task into ioTaskQueue Interrupted"; - public static final String TAKE_TASK_FROM_IO_QUEUE_INTERRUPTED = "take task from ioTaskQueue Interrupted"; + public static final String TAKE_TASK_INTO_IO_QUEUE_INTERRUPTED = + "Take task into ioTaskQueue Interrupted"; + public static final String PUT_TASK_INTO_IO_QUEUE_INTERRUPTED = + "Put task into ioTaskQueue Interrupted"; + public static final String TAKE_TASK_FROM_IO_QUEUE_INTERRUPTED = + "take task from ioTaskQueue Interrupted"; public static final String FLUSH_SUB_TASK_MANAGER_STARTED = "Flush sub task manager started."; public static final String FLUSH_SUB_TASK_MANAGER_STOPPED = "Flush sub task manager stopped"; public static final String FLUSH_TASK_MANAGER_STARTED = "Flush task manager started."; @@ -346,13 +497,17 @@ private StorageEngineMessages() {} // ======================== Read ======================== - public static final String MEM_CHUNK_READER_NOT_SUPPORT_METHOD = "mem chunk reader does not support this method"; + public static final String MEM_CHUNK_READER_NOT_SUPPORT_METHOD = + "mem chunk reader does not support this method"; public static final String MEM_ALIGNED_PAGE_READER_TSBLOCK = "[memAlignedPageReader] TsBlock:{}"; - public static final String AFTER_FILTER_CHUNK_METADATA_LIST = "After removed by filter Chunk meta data list is: "; - public static final String AFTER_MODIFICATION_CHUNK_METADATA_LIST = "After modification Chunk meta data list is: "; + public static final String AFTER_FILTER_CHUNK_METADATA_LIST = + "After removed by filter Chunk meta data list is: "; + public static final String AFTER_MODIFICATION_CHUNK_METADATA_LIST = + "After modification Chunk meta data list is: "; public static final String TIME_DATA_SIZE_NOT_MATCH = "Time data size not match"; public static final String QUERY_OPENED_FILES = "Query has opened {} files !"; - public static final String CANNOT_CLOSE_TSFILE_SEQUENCE_READER = "Can not close TsFileSequenceReader {} !"; + public static final String CANNOT_CLOSE_TSFILE_SEQUENCE_READER = + "Can not close TsFileSequenceReader {} !"; public static final String QUERY_SEALED_FILE_INFO = "[Query Sealed File Info]\n"; public static final String QUERY_ID_FORMAT = "\t[queryId: {}]\n"; public static final String QUERY_FILE_PATH_FORMAT = "\t\t{}\n"; @@ -360,13 +515,19 @@ private StorageEngineMessages() {} // ======================== Snapshot ======================== - public static final String EXCEPTION_LOAD_SNAPSHOT = "Exception occurs while load snapshot from {}"; - public static final String LOADING_SNAPSHOT_FOR = "Loading snapshot for {}-{}, source directory is {}"; - public static final String EXCEPTION_LOADING_SNAPSHOT_FOR = "Exception occurs when loading snapshot for {}-{}"; + public static final String EXCEPTION_LOAD_SNAPSHOT = + "Exception occurs while load snapshot from {}"; + public static final String LOADING_SNAPSHOT_FOR = + "Loading snapshot for {}-{}, source directory is {}"; + public static final String EXCEPTION_LOADING_SNAPSHOT_FOR = + "Exception occurs when loading snapshot for {}-{}"; public static final String READING_SNAPSHOT_LOG_FILE = "Reading snapshot log file {}"; - public static final String REMOVE_ALL_DATA_FILES_IN_ORIGINAL_DIR = "Remove all data files in original data dir"; - public static final String FAILED_TO_REMOVE_ORIGIN_DATA_FILES = "Failed to remove origin data files"; - public static final String MOVING_SNAPSHOT_FILE_TO_DATA_DIRS = "Moving snapshot file to data dirs"; + public static final String REMOVE_ALL_DATA_FILES_IN_ORIGINAL_DIR = + "Remove all data files in original data dir"; + public static final String FAILED_TO_REMOVE_ORIGIN_DATA_FILES = + "Failed to remove origin data files"; + public static final String MOVING_SNAPSHOT_FILE_TO_DATA_DIRS = + "Moving snapshot file to data dirs"; public static final String CANNOT_FIND_SNAPSHOT_DIRECTORY = "Cannot find snapshot directory %s"; public static final String NO_SEQ_OR_UNSEQ_FILES_IN_SNAPSHOT = "No seq or unseq files in snapshot {}, skip creating file links"; @@ -381,123 +542,181 @@ private StorageEngineMessages() {} public static final String SNAPSHOT_FILE_NUM_MISMATCH = "The file num in log is %d, while file num in disk is %d"; public static final String SNAPSHOT_FILE_NOT_IN_LOG = "File %s is not in the log file list"; - public static final String NO_COMPRESSION_RATIO_FILE_IN_DIR = "No compression ratio file in dir {}"; - public static final String CANNOT_LOAD_COMPRESSION_RATIO = "Cannot load compression ratio from {}"; + public static final String NO_COMPRESSION_RATIO_FILE_IN_DIR = + "No compression ratio file in dir {}"; + public static final String CANNOT_LOAD_COMPRESSION_RATIO = + "Cannot load compression ratio from {}"; public static final String LOADED_COMPRESSION_RATIO = "Loaded compression ratio from {}"; - public static final String EXCEPTION_READING_SNAPSHOT_FILE = "Exception occurs when reading snapshot file"; - public static final String SNAPSHOT_NOT_COMPLETE_CANNOT_LOAD = "This snapshot is not complete, cannot load it"; + public static final String EXCEPTION_READING_SNAPSHOT_FILE = + "Exception occurs when reading snapshot file"; + public static final String SNAPSHOT_NOT_COMPLETE_CANNOT_LOAD = + "This snapshot is not complete, cannot load it"; public static final String CREATED_HARD_LINK = "Created hard link from {} to {}"; - public static final String EXCEPTION_CLOSING_LOG_ANALYZER = "Exception occurs when closing log analyzer"; + public static final String EXCEPTION_CLOSING_LOG_ANALYZER = + "Exception occurs when closing log analyzer"; public static final String CANNOT_CREATE_PARENT_FOLDER = "Cannot create parent folder for "; public static final String CANNOT_CREATE_FILE = "Cannot create file "; public static final String FAILED_TO_CLOSE_SNAPSHOT_LOGGER = "Failed to close snapshot logger"; public static final String SNAPSHOTTING_COMPRESSION_RATIO = "Snapshotting compression ratio {}."; - public static final String CATCH_IO_EXCEPTION_CREATING_SNAPSHOT = "Catch IOException when creating snapshot"; - public static final String HARD_LINK_TARGET_DIR_NOT_EXIST = "Hard link target dir {} doesn't exist"; - public static final String HARD_LINK_SOURCE_FILE_NOT_EXIST = "Hard link source file {} doesn't exist, this file will be ignored."; + public static final String CATCH_IO_EXCEPTION_CREATING_SNAPSHOT = + "Catch IOException when creating snapshot"; + public static final String HARD_LINK_TARGET_DIR_NOT_EXIST = + "Hard link target dir {} doesn't exist"; + public static final String HARD_LINK_SOURCE_FILE_NOT_EXIST = + "Hard link source file {} doesn't exist, this file will be ignored."; public static final String COPY_TARGET_DIR_NOT_EXIST = "Copy target dir {} doesn't exist"; public static final String COPY_SOURCE_FILE_NOT_EXIST = "Copy source file {} doesn't exist"; public static final String CANNOT_CREATE_DIRECTORY = "Cannot create directory "; public static final String CLEANING_UP_SNAPSHOT_DIR = "Cleaning up snapshot dir for {}"; public static final String FAILED_TO_CREATE_DIR = "Failed to create directory %s"; - public static final String FAILED_TO_TAKE_SNAPSHOT_CLEAN_UP = "Failed to take snapshot for {}-{}, clean up"; - public static final String SUCCESSFULLY_TAKE_SNAPSHOT = "Successfully take snapshot for {}-{}, snapshot directory is {}"; - public static final String EXCEPTION_TAKING_SNAPSHOT = "Exception occurs when taking snapshot for {}-{}"; - public static final String SNAPSHOT_COMPRESSION_RATIO_IN_DIR = "Snapshot compression ratio {} in {}."; - public static final String CANNOT_SNAPSHOT_COMPRESSION_RATIO = "Cannot snapshot compression ratio {} in {}."; - public static final String CLEAR_SNAPSHOT_DIR_FAIL = "Clear snapshot dir fail, you should manually delete this dir before do region migration again: {}"; - public static final String HARD_LINK_SOURCE_FILE_RETRY = "Hard link source file {} doesn't exist, will retry for {} times..."; - public static final String TRY_SHOW_FILES_IN_PARENT_DIR = "Try to show all files in parent dir..."; - public static final String CANNOT_SHOW_FILES_PARENT_DIR_NULL = "Cannot show files because parent dir is null"; - public static final String FAILED_DELETE_FOLDER_CLEANING_UP = "Failed to delete folder {} when cleaning up"; + public static final String FAILED_TO_TAKE_SNAPSHOT_CLEAN_UP = + "Failed to take snapshot for {}-{}, clean up"; + public static final String SUCCESSFULLY_TAKE_SNAPSHOT = + "Successfully take snapshot for {}-{}, snapshot directory is {}"; + public static final String EXCEPTION_TAKING_SNAPSHOT = + "Exception occurs when taking snapshot for {}-{}"; + public static final String SNAPSHOT_COMPRESSION_RATIO_IN_DIR = + "Snapshot compression ratio {} in {}."; + public static final String CANNOT_SNAPSHOT_COMPRESSION_RATIO = + "Cannot snapshot compression ratio {} in {}."; + public static final String CLEAR_SNAPSHOT_DIR_FAIL = + "Clear snapshot dir fail, you should manually delete this dir before do region migration again: {}"; + public static final String HARD_LINK_SOURCE_FILE_RETRY = + "Hard link source file {} doesn't exist, will retry for {} times..."; + public static final String TRY_SHOW_FILES_IN_PARENT_DIR = + "Try to show all files in parent dir..."; + public static final String CANNOT_SHOW_FILES_PARENT_DIR_NULL = + "Cannot show files because parent dir is null"; + public static final String FAILED_DELETE_FOLDER_CLEANING_UP = + "Failed to delete folder {} when cleaning up"; // ======================== TsFile Resource ======================== - public static final String FAILED_TO_SERIALIZE_SHARED_MOD_FILE = "Failed to serialize shared mod file"; + public static final String FAILED_TO_SERIALIZE_SHARED_MOD_FILE = + "Failed to serialize shared mod file"; public static final String FAILED_TO_GET_SHARED_MOD_FILE = "Failed to get shared mod file"; public static final String UPGRADING_MOD_FILE_INTERRUPTED = "Upgrading mod file interrupted"; public static final String CANNOT_UPGRADE_MOD_FILE = "Cannot upgrade mod file"; public static final String TIME_INDEX_VALUE = "TimeIndex = {}"; public static final String RESOURCE_FILE_NOT_FOUND = "resource file not found"; - public static final String CANNOT_BUILD_DEVICE_TIME_INDEX = "cannot build DeviceTimeIndex from resource "; + public static final String CANNOT_BUILD_DEVICE_TIME_INDEX = + "cannot build DeviceTimeIndex from resource "; public static final String TSFILE_CANNOT_BE_DELETED = "TsFile {} cannot be deleted: {}"; - public static final String MODIFICATION_FILE_CANNOT_BE_DELETED = "ModificationFile {} cannot be deleted: {}"; - public static final String TSFILE_RESOURCE_CANNOT_BE_DELETED = "TsFileResource {} cannot be deleted: {}"; - public static final String FILE_NAME_NOT_STANDARD = "File name may not meet the standard naming specifications."; + public static final String MODIFICATION_FILE_CANNOT_BE_DELETED = + "ModificationFile {} cannot be deleted: {}"; + public static final String TSFILE_RESOURCE_CANNOT_BE_DELETED = + "TsFileResource {} cannot be deleted: {}"; + public static final String FILE_NAME_NOT_STANDARD = + "File name may not meet the standard naming specifications."; public static final String FAILED_TO_READ_MODS = "Failed to read mods from {} for {}"; public static final String INVALID_INPUT = "Invalid input: "; - public static final String ALL_DISKS_FULL_CANNOT_CREATE_TSFILE_DIR = "All disks are full, cannot create tsfile directory"; + public static final String ALL_DISKS_FULL_CANNOT_CREATE_TSFILE_DIR = + "All disks are full, cannot create tsfile directory"; public static final String DISK_SPACE_INSUFFICIENT = "Disk space insufficient"; - public static final String FAILED_TO_CREATE_TSFILE_DIR_AFTER_RETRIES = "Failed to create tsfile directory after retries"; - public static final String FAILED_TO_CREATE_DIR_AFTER_RETRIES = "Failed to create directory after retries"; + public static final String FAILED_TO_CREATE_TSFILE_DIR_AFTER_RETRIES = + "Failed to create tsfile directory after retries"; + public static final String FAILED_TO_CREATE_DIR_AFTER_RETRIES = + "Failed to create directory after retries"; public static final String TSFILE_NAME_FORMAT_INCORRECT = "tsfile file name format is incorrect:"; public static final String WRONG_TIME_INDEX_TYPE_LOG = "Wrong timeIndex type {}"; public static final String WRONG_TIME_INDEX_TYPE = "Wrong timeIndex type "; - public static final String ERROR_RECORD_FILE_TIME_INDEX_CACHE = "Meet error when record FileTimeIndexCache: {}"; - public static final String ERROR_RECORD_FILE_TIME_INDEX_CACHE_NO_DETAIL = "Meet error when record FileTimeIndexCache"; - public static final String ERROR_COMPACT_FILE_TIME_INDEX_CACHE = "Meet error when compact FileTimeIndexCache: {}"; - public static final String ERROR_COMPACT_FILE_TIME_INDEX_CACHE_NO_DETAIL = "Meet error when compact FileTimeIndexCache"; - public static final String FILE_TIME_INDEX_FILE_ALREADY_EXISTS = "FileTimeIndex file has existed,filePath:{}"; - public static final String ERROR_CLOSE_FILE_TIME_INDEX_CACHE = "Meet error when close FileTimeIndexCache: {}"; + public static final String ERROR_RECORD_FILE_TIME_INDEX_CACHE = + "Meet error when record FileTimeIndexCache: {}"; + public static final String ERROR_RECORD_FILE_TIME_INDEX_CACHE_NO_DETAIL = + "Meet error when record FileTimeIndexCache"; + public static final String ERROR_COMPACT_FILE_TIME_INDEX_CACHE = + "Meet error when compact FileTimeIndexCache: {}"; + public static final String ERROR_COMPACT_FILE_TIME_INDEX_CACHE_NO_DETAIL = + "Meet error when compact FileTimeIndexCache"; + public static final String FILE_TIME_INDEX_FILE_ALREADY_EXISTS = + "FileTimeIndex file has existed,filePath:{}"; + public static final String ERROR_CLOSE_FILE_TIME_INDEX_CACHE = + "Meet error when close FileTimeIndexCache: {}"; public static final String END_OF_STREAM_REACHED = "The end of stream has been reached"; - public static final String V012_FILE_TIME_INDEX_SHOULD_NEVER_APPEAR = "V012_FILE_TIME_INDEX should never appear"; + public static final String V012_FILE_TIME_INDEX_SHOULD_NEVER_APPEAR = + "V012_FILE_TIME_INDEX should never appear"; public static final String INVALID_ORDINAL = "Invalid ordinal"; // ======================== DataRegion Utils ======================== public static final String FAILED_TO_SCAN_FILE = "Failed to scan file {}"; - public static final String DEVICE_LEVEL_METADATA_INDEX_NOT_SUPPORTED = "device level metadata index node is not supported"; - public static final String NO_MORE_DATA_IN_SHARED_TIME_BUFFER = "No more data in SharedTimeDataBuffer"; - public static final String FAILED_TO_CALC_TSFILE_TABLE_SIZES = "Failed to calculate tsfile table sizes"; + public static final String DEVICE_LEVEL_METADATA_INDEX_NOT_SUPPORTED = + "device level metadata index node is not supported"; + public static final String NO_MORE_DATA_IN_SHARED_TIME_BUFFER = + "No more data in SharedTimeDataBuffer"; + public static final String FAILED_TO_CALC_TSFILE_TABLE_SIZES = + "Failed to calculate tsfile table sizes"; public static final String TIME_INDEX_IS_NULL = "{} {} time index is null"; public static final String EMPTY_RESOURCE = "{} {} empty resource"; - public static final String ERROR_VALIDATE_RESOURCE_FILE = "meet error when validate .resource file:{},e"; + public static final String ERROR_VALIDATE_RESOURCE_FILE = + "meet error when validate .resource file:{},e"; public static final String ILLEGAL_TSFILE = "{} {} illegal tsfile"; public static final String ERROR_VALIDATING_TSFILE = "Meets error when validating TsFile {}, "; - public static final String EXCEPTION_APPLY_TABLE_DISK_USAGE_INDEX = "Meet exception when apply TableDiskUsageIndex operation."; - public static final String FAILED_RECOVER_TABLE_DISK_USAGE_INDEX = "Failed to recover TableDiskUsageIndex"; - public static final String FAILED_SYNC_TABLE_SIZE_INDEX = "Failed to sync tsfile table size index."; + public static final String EXCEPTION_APPLY_TABLE_DISK_USAGE_INDEX = + "Meet exception when apply TableDiskUsageIndex operation."; + public static final String FAILED_RECOVER_TABLE_DISK_USAGE_INDEX = + "Failed to recover TableDiskUsageIndex"; + public static final String FAILED_SYNC_TABLE_SIZE_INDEX = + "Failed to sync tsfile table size index."; public static final String WRITE_OBJECT_DELTA = "writeObjectDelta"; - public static final String EXCEPTION_REMOVE_TABLE_DISK_USAGE_INDEX = "Meet exception when remove TableDiskUsageIndex."; - public static final String INTERRUPTED_ADDING_OP_TO_QUEUE = "Interrupted while adding operation {} to queue."; + public static final String EXCEPTION_REMOVE_TABLE_DISK_USAGE_INDEX = + "Meet exception when remove TableDiskUsageIndex."; + public static final String INTERRUPTED_ADDING_OP_TO_QUEUE = + "Interrupted while adding operation {} to queue."; public static final String FAILED_TO_MOVE_FILE = "Failed to move {} to {}"; - public static final String FAILED_TO_READ_KEY_FILE_DURING_COMPACTION = "Failed to read key file during compaction"; - public static final String FAILED_COMPACTION_TABLE_SIZE_INDEX = "Failed to execute compaction for tsfile table size index file"; - public static final String FAILED_TO_READ_TABLE_SIZE_INDEX = "Failed to read table tsfile size index file {}"; + public static final String FAILED_TO_READ_KEY_FILE_DURING_COMPACTION = + "Failed to read key file during compaction"; + public static final String FAILED_COMPACTION_TABLE_SIZE_INDEX = + "Failed to execute compaction for tsfile table size index file"; + public static final String FAILED_TO_READ_TABLE_SIZE_INDEX = + "Failed to read table tsfile size index file {}"; public static final String TABLE_NUM_SHOULD_BE_POSITIVE = "tableNum should be greater than 0"; public static final String BACKWARD_SEEK_NOT_SUPPORTED = "Backward seek is not supported"; - public static final String THREAD_INTERRUPTED_SKIP_WRITE_FOR_IO_SAFETY = "someone interrupt current thread, so no need to do write for io safety"; - public static final String PARTITION_LOG_FILE_ALREADY_EXISTS = "Partition log file has existed,filePath:{}"; + public static final String THREAD_INTERRUPTED_SKIP_WRITE_FOR_IO_SAFETY = + "someone interrupt current thread, so no need to do write for io safety"; + public static final String PARTITION_LOG_FILE_ALREADY_EXISTS = + "Partition log file has existed,filePath:{}"; // ======================== Load TsFile ======================== public static final String UNSUPPORTED_TSFILE_DATA_TYPE = "Unsupported TsFileData type: "; public static final String DELETE_AFTER_LOADING_ERROR = "Delete After Loading {} error."; public static final String LOAD_TSFILE_DIR_CREATED = "Load TsFile dir {} is created."; - public static final String CANNOT_CREATE_TSFILE_FOR_WRITING = "Can not create TsFile {} for writing."; + public static final String CANNOT_CREATE_TSFILE_FOR_WRITING = + "Can not create TsFile {} for writing."; public static final String CLOSE_TSFILE_IO_WRITER_ERROR = "Close TsFileIOWriter {} error."; public static final String CLOSE_MODIFICATION_FILE_ERROR = "Close ModificationFile {} error."; - public static final String TASK_DIR_NOT_EMPTY_SKIP_DELETE = "Task dir {} is not empty, skip deleting."; + public static final String TASK_DIR_NOT_EMPTY_SKIP_DELETE = + "Task dir {} is not empty, skip deleting."; public static final String LOAD_CLEANUP_TASK_CANCELED = "Load cleanup task {} is canceled."; public static final String LOAD_CLEANUP_TASK_STARTS = "Load cleanup task {} starts."; public static final String LOAD_CLEANUP_TASK_ERROR = "Load cleanup task {} error."; - public static final String FAILED_UPDATE_FILE_COUNTER_DIR_NOT_EXIST = "Failed to update file counter, dir({}) does not exist"; + public static final String FAILED_UPDATE_FILE_COUNTER_DIR_NOT_EXIST = + "Failed to update file counter, dir({}) does not exist"; public static final String UNSUPPORTED_STAGE = "Unsupported stage: "; public static final String RELEASE_MEMORY_BLOCK_FAILED = "Release memory block {} failed"; public static final String EXCEED_TOTAL_MEMORY_SIZE = "{} has exceed total memory size"; - public static final String REDUCE_MEMORY_USAGE_TO_NEGATIVE = "{} has reduce memory usage to negative"; - public static final String FORCE_ALLOCATE_INTERRUPTED = "forceAllocate: interrupted while waiting for available memory"; - public static final String LOAD_ALLOCATED_MEMORY_BLOCK = "Load: Allocated MemoryBlock from query engine, size: {}"; + public static final String REDUCE_MEMORY_USAGE_TO_NEGATIVE = + "{} has reduce memory usage to negative"; + public static final String FORCE_ALLOCATE_INTERRUPTED = + "forceAllocate: interrupted while waiting for available memory"; + public static final String LOAD_ALLOCATED_MEMORY_BLOCK = + "Load: Allocated MemoryBlock from query engine, size: {}"; public static final String RELEASE_DATA_CACHE_MEMORY_BLOCK = "Release Data Cache Memory Block {}"; - public static final String START_DATA_TYPE_CONVERSION_DOT = "Start data type conversion for LoadTsFileStatement: {}."; - public static final String START_DATA_TYPE_CONVERSION = "Start data type conversion for LoadTsFileStatement: {}"; + public static final String START_DATA_TYPE_CONVERSION_DOT = + "Start data type conversion for LoadTsFileStatement: {}."; + public static final String START_DATA_TYPE_CONVERSION = + "Start data type conversion for LoadTsFileStatement: {}"; public static final String INTERRUPTED_WAITING_TABLET_CONVERSION_SLOT = "Interrupted while waiting for tablet conversion slot: "; - public static final String FAIL_TO_LOAD_TSFILE_TO_ACTIVE_DIR = "Fail to load tsfile to Active dir"; + public static final String FAIL_TO_LOAD_TSFILE_TO_ACTIVE_DIR = + "Fail to load tsfile to Active dir"; public static final String FAIL_TO_LOAD_DISK_SPACE = "Fail to load disk space of file {}"; - public static final String LOAD_ACTIVE_LISTENING_DIR_NOT_SET = "Load active listening dir is not set."; + public static final String LOAD_ACTIVE_LISTENING_DIR_NOT_SET = + "Load active listening dir is not set."; public static final String FAILED_TO_CREATE_TARGET_DIR = "Failed to create target directory "; - public static final String FAILED_LOAD_ACTIVE_LISTENING_DIRS = "Failed to load active listening dirs"; + public static final String FAILED_LOAD_ACTIVE_LISTENING_DIRS = + "Failed to load active listening dirs"; public static final String INVALID_PARAMETER = "Invalid parameter '"; public static final String INVALID_PARAMETER_FOR_LOAD_TSFILE_COMMAND = "Invalid parameter '%s' for LOAD TSFILE command."; @@ -516,44 +735,65 @@ private StorageEngineMessages() {} public static final String TABLET_CONVERSION_THRESHOLD_NOT_VALID_LONG = "Tablet conversion threshold '%s' is not a valid long value."; public static final String UTILITY_CLASS = "Utility class"; - public static final String TSFILE_DATA_BYTE_ARRAY_SIZE_MISMATCH = "TsFileData byte array read error, size mismatch."; + public static final String TSFILE_DATA_BYTE_ARRAY_SIZE_MISMATCH = + "TsFileData byte array read error, size mismatch."; public static final String UNKNOWN_TSFILE_DATA_TYPE = "Unknown TsFileData type: "; - public static final String FILE_MAGIC_STRING_INCORRECT = "the file's MAGIC STRING is incorrect, file path: {}"; - public static final String FILE_VERSION_TOO_OLD = "the file's Version Number is too old, file path: {}"; - public static final String FILE_NOT_CLOSED_CORRECTLY = "the file is not closed correctly, file path: {}"; - public static final String MINIO_SELECTOR_REQUIRES_ONE_DIR = "MinIO selector requires at least one directory"; + public static final String FILE_MAGIC_STRING_INCORRECT = + "the file's MAGIC STRING is incorrect, file path: {}"; + public static final String FILE_VERSION_TOO_OLD = + "the file's Version Number is too old, file path: {}"; + public static final String FILE_NOT_CLOSED_CORRECTLY = + "the file is not closed correctly, file path: {}"; + public static final String MINIO_SELECTOR_REQUIRES_ONE_DIR = + "MinIO selector requires at least one directory"; public static final String ADD_MOUNT_POINT = "Add {}'s mount point {}"; public static final String FAILED_TO_CHECK_DIRECTORY = "Failed to check directory: {}"; public static final String FAILED_TO_LIST_FILES_IN_DIR = "Failed to list files in directory: {}"; - public static final String FAILED_TO_DELETE_FILE_OR_DIR = "Failed to delete file or directory: {}"; + public static final String FAILED_TO_DELETE_FILE_OR_DIR = + "Failed to delete file or directory: {}"; public static final String FAILED_TO_CLEANUP_DIRECTORY = "Failed to cleanup directory: {}"; - public static final String CLEANED_UP_ACTIVE_LOAD_DIRS = "Cleaned up active load listening directories"; - public static final String UNEXPECTED_ERROR_CLEANUP_ACTIVE_DIRS = "Unexpected error during cleanup of active load listening directories"; - public static final String ACTIVE_LOAD_DIR_SCANNER_REGISTERED = "Active load dir scanner periodical job registered"; - public static final String ERROR_ACTIVE_LOAD_DIR_SCANNING = "Error occurred during active load dir scanning."; - public static final String SYSTEM_READ_ONLY_SKIP_ACTIVE_SCAN = "Current system is read-only mode. Skip active load dir scanning."; - public static final String FILE_DELETED_IGNORE_EXCEPTION = "The file has been deleted. Ignore this exception."; + public static final String CLEANED_UP_ACTIVE_LOAD_DIRS = + "Cleaned up active load listening directories"; + public static final String UNEXPECTED_ERROR_CLEANUP_ACTIVE_DIRS = + "Unexpected error during cleanup of active load listening directories"; + public static final String ACTIVE_LOAD_DIR_SCANNER_REGISTERED = + "Active load dir scanner periodical job registered"; + public static final String ERROR_ACTIVE_LOAD_DIR_SCANNING = + "Error occurred during active load dir scanning."; + public static final String SYSTEM_READ_ONLY_SKIP_ACTIVE_SCAN = + "Current system is read-only mode. Skip active load dir scanning."; + public static final String FILE_DELETED_IGNORE_EXCEPTION = + "The file has been deleted. Ignore this exception."; public static final String EXCEPTION_SCANNING_DIR = "Exception occurred during scanning dir: {}"; - public static final String ERROR_CREATING_DIR_FOR_ACTIVE_LOAD = "Error occurred during creating directory {} for active load."; - public static final String FAILED_COUNT_ACTIVE_DIRS_FILE_NUMBER = "Failed to count active listening dirs file number."; - public static final String ACTIVE_LOAD_METRIC_COLLECTOR_REGISTERED = "Active load metric collector periodical jobs registered"; + public static final String ERROR_CREATING_DIR_FOR_ACTIVE_LOAD = + "Error occurred during creating directory {} for active load."; + public static final String FAILED_COUNT_ACTIVE_DIRS_FILE_NUMBER = + "Failed to count active listening dirs file number."; + public static final String ACTIVE_LOAD_METRIC_COLLECTOR_REGISTERED = + "Active load metric collector periodical jobs registered"; public static final String DATABASE_NAME_MUST_NOT_BE_EMPTY = "Database name must not be empty."; public static final String USER_NAME_MUST_NOT_BE_EMPTY = "User name must not be empty."; - public static final String ERROR_EXECUTING_ACTIVE_LOAD_JOB = "Error occurred when executing active load periodical job."; - public static final String ACTIVE_LOAD_EXECUTOR_STARTED = "Active load periodical jobs executor is started successfully."; - public static final String ACTIVE_LOAD_EXECUTOR_STOPPED = "Active load periodical jobs executor is stopped successfully."; + public static final String ERROR_EXECUTING_ACTIVE_LOAD_JOB = + "Error occurred when executing active load periodical job."; + public static final String ACTIVE_LOAD_EXECUTOR_STARTED = + "Active load periodical jobs executor is started successfully."; + public static final String ACTIVE_LOAD_EXECUTOR_STOPPED = + "Active load periodical jobs executor is stopped successfully."; public static final String ACTIVE_LOAD_TEMPORARILY_UNAVAILABLE = "Rejecting auto load tsfile {} (isGeneratedByPipe = {}) due to temporary unavailability, will retry later. Status: {}"; public static final String USER_IN_ACTIVE_LOAD_PATH_DOES_NOT_EXIST = "The user in the active load path does not exist"; - public static final String ERROR_MOVING_FILE_TO_FAIL_DIR = "Error occurred during moving file {} to fail directory."; - public static final String FAILED_COUNT_FILES_IN_FAIL_DIR = "Failed to count failed files in fail directory."; + public static final String ERROR_MOVING_FILE_TO_FAIL_DIR = + "Error occurred during moving file {} to fail directory."; + public static final String FAILED_COUNT_FILES_IN_FAIL_DIR = + "Failed to count failed files in fail directory."; public static final String STRING_NOT_LEGAL_REPAIR_LOG = "String '%s' is not a legal repair log"; public static final String WRONG_LOAD_COMMAND_S = "Wrong load command %s."; - public static final String FAILED_TO_FIND_DATA_REGION = "Failed to create state machine for consensus group %s, because data region does not exist"; + public static final String FAILED_TO_FIND_DATA_REGION = + "Failed to create state machine for consensus group %s, because data region does not exist"; public static final String DATA_REGION_IS_NULL = "Data region is null"; // --------------------------------------------------------------------------- @@ -566,56 +806,68 @@ private StorageEngineMessages() {} "Local DataRegion loading progress: {}/{}."; public static final String STORAGE_LOG_TSFILE_RESOURCE_RECOVER_COST_S_41F074E0 = "TsFile Resource recover cost: {}s."; - public static final String STORAGE_LOG_CONSTRUCT_A_DATA_REGION_INSTANCE_THE_DATABASE_IS_THREAD_17A16BDF = - "construct a data region instance, the database is {}, Thread is {}"; - public static final String STORAGE_LOG_DATAREGION_NOT_FOUND_ON_THIS_DATANODE_WHEN_WRITING_PIECE_E5B5A888 = - "DataRegion {} not found on this DataNode when writing piece nodeof TsFile {} (maybe due to " - + "region migration), will skip."; - public static final String STORAGE_LOG_IO_ERROR_WHEN_WRITING_PIECE_NODE_OF_TSFILE_TO_DATAREGION_946738F2 = - "IO error when writing piece node of TsFile {} to DataRegion {}."; - public static final String STORAGE_LOG_EXCEPTION_OCCURRED_WHEN_WRITING_PIECE_NODE_OF_TSFILE_TO_9EDD09BD = - "Exception occurred when writing piece node of TsFile {} to DataRegion {}."; + public static final String + STORAGE_LOG_CONSTRUCT_A_DATA_REGION_INSTANCE_THE_DATABASE_IS_THREAD_17A16BDF = + "construct a data region instance, the database is {}, Thread is {}"; + public static final String + STORAGE_LOG_DATAREGION_NOT_FOUND_ON_THIS_DATANODE_WHEN_WRITING_PIECE_E5B5A888 = + "DataRegion {} not found on this DataNode when writing piece nodeof TsFile {} (maybe due to " + + "region migration), will skip."; + public static final String + STORAGE_LOG_IO_ERROR_WHEN_WRITING_PIECE_NODE_OF_TSFILE_TO_DATAREGION_946738F2 = + "IO error when writing piece node of TsFile {} to DataRegion {}."; + public static final String + STORAGE_LOG_EXCEPTION_OCCURRED_WHEN_WRITING_PIECE_NODE_OF_TSFILE_TO_9EDD09BD = + "Exception occurred when writing piece node of TsFile {} to DataRegion {}."; public static final String STORAGE_LOG_FAILED_TO_RECOVER_DATA_REGION_804B162D = "Failed to recover data region {}[{}]"; public static final String STORAGE_LOG_ERROR_OCCURS_WHEN_DELETING_DATA_REGION_8C07B7A0 = "Error occurs when deleting data region {}-{}"; - public static final String STORAGE_LOG_NEXT_LOAD_CLEANUP_TASK_IS_NOT_READY_TO_RUN_WAIT_FOR_AT_LEAST_CBE0023F = - "Next load cleanup task {} is not ready to run, wait for at least {} ms ({}s)."; - public static final String STORAGE_LOG_WRITER_FOR_PARTITION_IS_ALREADY_WRITING_CHUNK_GROUP_FOR_903B1D66 = - "Writer {} for partition {} is already writing chunk group for device {}, but the last " - + "device is {}. "; + public static final String + STORAGE_LOG_NEXT_LOAD_CLEANUP_TASK_IS_NOT_READY_TO_RUN_WAIT_FOR_AT_LEAST_CBE0023F = + "Next load cleanup task {} is not ready to run, wait for at least {} ms ({}s)."; + public static final String + STORAGE_LOG_WRITER_FOR_PARTITION_IS_ALREADY_WRITING_CHUNK_GROUP_FOR_903B1D66 = + "Writer {} for partition {} is already writing chunk group for device {}, but the last " + + "device is {}. "; public static final String STORAGE_LOG_CAN_NOT_CREATE_MODIFICATIONFILE_FOR_WRITING_17D14C11 = "Can not create ModificationFile {} for writing."; - public static final String STORAGE_LOG_SKIP_RECOVERING_DATA_REGION_WHEN_CONSENSUS_PROTOCOL_IS_RATIS_43A6A699 = - "Skip recovering data region {}[{}] when consensus protocol is ratis and storage engine is " - + "not ready."; + public static final String + STORAGE_LOG_SKIP_RECOVERING_DATA_REGION_WHEN_CONSENSUS_PROTOCOL_IS_RATIS_43A6A699 = + "Skip recovering data region {}[{}] when consensus protocol is ratis and storage engine is " + + "not ready."; public static final String STORAGE_LOG_WON_T_INSERT_TABLET_BECAUSE_C2DC8032 = "Won't insert tablet {}, because {}"; public static final String STORAGE_LOG_TIMESTAMP_MEASUREMENTID_IDEVICEID_04A5AE37 = "timestamp {}, measurementId {}, ideviceId {}"; public static final String STORAGE_LOG_DELETION_SKIPPED_FILE_TIME_DD653236 = "[Deletion] {} skipped {}, file time [{}, {}]"; - public static final String STORAGE_LOG_DEVICE_IS_DEVICETABLE_IS_TABLEDELETIONENTRY_GETPREDICATE_E84489E9 = - "device is {}, deviceTable is {}, tableDeletionEntry.getPredicate().matches(device) is {}"; + public static final String + STORAGE_LOG_DEVICE_IS_DEVICETABLE_IS_TABLEDELETIONENTRY_GETPREDICATE_E84489E9 = + "device is {}, deviceTable is {}, tableDeletionEntry.getPredicate().matches(device) is {}"; public static final String STORAGE_LOG_TABLENAME_IS_MATCHSIZE_IS_ONLYONETABLE_IS_E20FAFAE = "tableName is {}, matchSize is {}, onlyOneTable is {}"; - public static final String STORAGE_LOG_TABLENAME_IS_DEVICE_IS_DELETIONSTARTTIME_IS_DELETIONENDTIME_B881E677 = - "tableName is {}, device is {}, deletionStartTime is {}, deletionEndTime is {}, " - + "fileStartTime is {}, fileEndTime is {}"; + public static final String + STORAGE_LOG_TABLENAME_IS_DEVICE_IS_DELETIONSTARTTIME_IS_DELETIONENDTIME_B881E677 = + "tableName is {}, device is {}, deletionStartTime is {}, deletionEndTime is {}, " + + "fileStartTime is {}, fileEndTime is {}"; public static final String STORAGE_LOG_DELETE_TSFILERESOURCE_IS_29F5A98C = "delete tsFileResource is {}"; - public static final String STORAGE_LOG_DELETETSFILECOMPLETELY_EXECUTE_SUCCESSFUL_ALL_TSFILE_ARE_D81FE0D7 = - "deleteTsFileCompletely execute successful, all tsfile are deleted successfully"; + public static final String + STORAGE_LOG_DELETETSFILECOMPLETELY_EXECUTE_SUCCESSFUL_ALL_TSFILE_ARE_D81FE0D7 = + "deleteTsFileCompletely execute successful, all tsfile are deleted successfully"; public static final String STORAGE_LOG_DELETION_DELETION_WRITTEN_INTO_MODS_FILE_F5E26D2A = "[Deletion] Deletion {} written into mods file:{}."; - public static final String STORAGE_LOG_DATABASE_SYSTEM_DIRECTORY_DOESN_T_EXIST_CREATE_IT_9C0E7C68 = - "Database system Directory {} doesn't exist, create it"; + public static final String + STORAGE_LOG_DATABASE_SYSTEM_DIRECTORY_DOESN_T_EXIST_CREATE_IT_9C0E7C68 = + "Database system Directory {} doesn't exist, create it"; public static final String STORAGE_LOG_DATA_REGION_DIRECTORY_DOESN_T_EXIST_CREATE_IT_EFB0AE77 = "Data region directory {} doesn't exist, create it"; public static final String STORAGE_LOG_THE_TSFILES_OF_DATA_REGION_HAS_RECOVERED_E17384CF = "The TsFiles of data region {}[{}] has recovered {}/{}."; - public static final String STORAGE_LOG_THE_TSFILES_OF_DATA_REGION_HAS_RECOVERED_COMPLETELY_0D79FC83 = - "The TsFiles of data region {}[{}] has recovered completely {}/{}."; + public static final String + STORAGE_LOG_THE_TSFILES_OF_DATA_REGION_HAS_RECOVERED_COMPLETELY_0D79FC83 = + "The TsFiles of data region {}[{}] has recovered completely {}/{}."; public static final String STORAGE_LOG_THE_DATA_REGION_IS_CREATED_SUCCESSFULLY_B991F1D4 = "The data region {}[{}] is created successfully"; public static final String STORAGE_LOG_WON_T_INSERT_TABLET_BECAUSE_REGION_IS_DELETED_34D893A7 = @@ -626,30 +878,36 @@ private StorageEngineMessages() {} "{} will close all files for deleting data folder {}"; public static final String STORAGE_LOG_WILL_CLOSE_ALL_FILES_FOR_DELETING_DATA_FILES_7768D429 = "{} will close all files for deleting data files"; - public static final String STORAGE_LOG_EXCEED_SEQUENCE_MEMTABLE_FLUSH_INTERVAL_SO_FLUSH_WORKING_23513D66 = - "Exceed sequence memtable flush interval, so flush working memtable of time partition {} in " - + "database {}[{}]"; - public static final String STORAGE_LOG_EXCEED_UNSEQUENCE_MEMTABLE_FLUSH_INTERVAL_SO_FLUSH_WORKING_BADB0B75 = - "Exceed unsequence memtable flush interval, so flush working memtable of time partition {} " - + "in database {}[{}]"; - public static final String STORAGE_LOG_START_TO_WAIT_TSFILES_TO_CLOSE_SEQ_FILES_UNSEQ_FILES_441F7130 = - "Start to wait TsFiles to close, seq files: {}, unseq files: {}"; + public static final String + STORAGE_LOG_EXCEED_SEQUENCE_MEMTABLE_FLUSH_INTERVAL_SO_FLUSH_WORKING_23513D66 = + "Exceed sequence memtable flush interval, so flush working memtable of time partition {} in " + + "database {}[{}]"; + public static final String + STORAGE_LOG_EXCEED_UNSEQUENCE_MEMTABLE_FLUSH_INTERVAL_SO_FLUSH_WORKING_BADB0B75 = + "Exceed unsequence memtable flush interval, so flush working memtable of time partition {} " + + "in database {}[{}]"; + public static final String + STORAGE_LOG_START_TO_WAIT_TSFILES_TO_CLOSE_SEQ_FILES_UNSEQ_FILES_441F7130 = + "Start to wait TsFiles to close, seq files: {}, unseq files: {}"; public static final String STORAGE_LOG_ASYNC_FORCE_CLOSE_ALL_FILES_IN_DATABASE_076AB4B9 = "async force close all files in database: {}"; public static final String STORAGE_LOG_FORCE_CLOSE_ALL_PROCESSORS_IN_DATABASE_68C9EB60 = "force close all processors in database: {}"; - public static final String STORAGE_LOG_WILL_DELETE_DATA_FILES_DIRECTLY_FOR_DELETING_DATA_BETWEEN_289DD3BF = - "{} will delete data files directly for deleting data between {} and {}"; + public static final String + STORAGE_LOG_WILL_DELETE_DATA_FILES_DIRECTLY_FOR_DELETING_DATA_BETWEEN_289DD3BF = + "{} will delete data files directly for deleting data between {} and {}"; public static final String STORAGE_LOG_DELETION_DELETION_IS_WRITTEN_INTO_MOD_FILES_DDCDF0AD = "[Deletion] Deletion {} is written into {} mod files"; public static final String STORAGE_LOG_TTL_START_TTL_AND_MODIFICATION_CHECKING_A37AB173 = "[TTL] {}-{} Start ttl and modification checking."; - public static final String STORAGE_LOG_TTL_TOTALLY_SELECT_ALL_OUTDATED_FILES_AND_PARTIAL_OUTDATED_5246BD61 = - "[TTL] {}-{} Totally select {} all-outdated files and {} partial-outdated files."; + public static final String + STORAGE_LOG_TTL_TOTALLY_SELECT_ALL_OUTDATED_FILES_AND_PARTIAL_OUTDATED_5246BD61 = + "[TTL] {}-{} Totally select {} all-outdated files and {} partial-outdated files."; public static final String STORAGE_LOG_WON_T_LOAD_TSFILE_BECAUSE_REGION_IS_DELETED_0E72E8D0 = "Won't load TsFile {}, because region is deleted"; - public static final String STORAGE_LOG_TSFILE_MUST_BE_RENAMED_TO_FOR_LOADING_INTO_THE_UNSEQUENCE_70321619 = - "TsFile {} must be renamed to {} for loading into the unsequence list."; + public static final String + STORAGE_LOG_TSFILE_MUST_BE_RENAMED_TO_FOR_LOADING_INTO_THE_UNSEQUENCE_70321619 = + "TsFile {} must be renamed to {} for loading into the unsequence list."; public static final String STORAGE_LOG_LOAD_TSFILE_IN_UNSEQUENCE_LIST_MOVE_FILE_FROM_TO_21E11AEB = "Load tsfile in unsequence list, move file from {} to {}"; public static final String STORAGE_LOG_MOVE_TSFILE_TO_TARGET_DIR_SUCCESSFULLY_57288783 = @@ -660,92 +918,122 @@ private StorageEngineMessages() {} "{} has spent {}s to wait for closing all TsFiles."; public static final String STORAGE_LOG_SSEQ_FILES_UNSEQ_FILES_918AEB2A = "Sseq files: {}, unseq files: {}"; - public static final String STORAGE_LOG_UNRECOGNIZED_LASTCACHELOADSTRATEGY_FALL_BACK_TO_CLEAN_ALL_C200F32D = - "Unrecognized LastCacheLoadStrategy: {}, fall back to CLEAN_ALL"; - public static final String STORAGE_LOG_FILE_RENAMING_FAILED_WHEN_LOADING_TSFILE_ORIGIN_TARGET_28E43D85 = - "File renaming failed when loading tsfile. Origin: {}, Target: {}"; - public static final String STORAGE_LOG_FILE_RENAMING_FAILED_WHEN_LOADING_RESOURCE_FILE_ORIGIN_TARGET_9C22DDF3 = - "File renaming failed when loading .resource file. Origin: {}, Target: {}"; - public static final String STORAGE_LOG_FILE_RENAMING_FAILED_WHEN_LOADING_MOD_FILE_ORIGIN_TARGET_18A212F3 = - "File renaming failed when loading .mod file. Origin: {}, Target: {}"; - public static final String STORAGE_LOG_EXCEPTION_OCCURS_WHEN_DELETING_DATA_REGION_FOLDER_FOR_8ABCF5D1 = - "Exception occurs when deleting data region folder for {}-{}"; + public static final String + STORAGE_LOG_UNRECOGNIZED_LASTCACHELOADSTRATEGY_FALL_BACK_TO_CLEAN_ALL_C200F32D = + "Unrecognized LastCacheLoadStrategy: {}, fall back to CLEAN_ALL"; + public static final String + STORAGE_LOG_FILE_RENAMING_FAILED_WHEN_LOADING_TSFILE_ORIGIN_TARGET_28E43D85 = + "File renaming failed when loading tsfile. Origin: {}, Target: {}"; + public static final String + STORAGE_LOG_FILE_RENAMING_FAILED_WHEN_LOADING_RESOURCE_FILE_ORIGIN_TARGET_9C22DDF3 = + "File renaming failed when loading .resource file. Origin: {}, Target: {}"; + public static final String + STORAGE_LOG_FILE_RENAMING_FAILED_WHEN_LOADING_MOD_FILE_ORIGIN_TARGET_18A212F3 = + "File renaming failed when loading .mod file. Origin: {}, Target: {}"; + public static final String + STORAGE_LOG_EXCEPTION_OCCURS_WHEN_DELETING_DATA_REGION_FOLDER_FOR_8ABCF5D1 = + "Exception occurs when deleting data region folder for {}-{}"; public static final String STORAGE_LOG_FAIL_TO_RECOVER_UNSEALED_TSFILE_SKIP_IT_CA576205 = "Fail to recover unsealed TsFile {}, skip it."; - public static final String STORAGE_LOG_REMOTE_REQUEST_CONFIG_NODE_FAILED_THAT_JUDGMENT_IF_TABLE_25FE3602 = - "Remote request config node failed that judgment if table is exist, occur exception. {}"; - public static final String STORAGE_LOG_DUE_TSTABLE_IS_NULL_TABLE_SCHEMA_CAN_T_BE_GOT_LEADER_NODE_C3EF524D = - "Due tsTable is null, table schema can't be got, leader node occur special situation need to " - + "resolve."; - public static final String STORAGE_LOG_DISK_SPACE_IS_INSUFFICIENT_WHEN_CREATING_TSFILE_PROCESSOR_4032BAF0 = - "disk space is insufficient when creating TsFile processor, change system mode to read-only"; - public static final String STORAGE_LOG_MEET_IOEXCEPTION_WHEN_CREATING_TSFILEPROCESSOR_CHANGE_SYSTEM_4337F729 = - "meet IOException when creating TsFileProcessor, change system mode to error"; - public static final String STORAGE_LOG_CLOSEFILENODECONDITION_ERROR_OCCURS_WHILE_WAITING_FOR_CLOSING_F33B72A6 = - "CloseFileNodeCondition error occurs while waiting for closing the storage group {}"; - public static final String STORAGE_LOG_CLOSEFILENODECONDITION_ERROR_OCCURS_WHILE_WAITING_FOR_CLOSING_C4B97CC0 = - "CloseFileNodeCondition error occurs while waiting for closing tsfile processors of {}"; - public static final String STORAGE_LOG_FAILED_TO_APPEND_THE_TSFILE_TO_DATABASE_PROCESSOR_BECAUSE_670341AE = - "Failed to append the tsfile {} to database processor {} because the disk space is " - + "insufficient."; + public static final String + STORAGE_LOG_REMOTE_REQUEST_CONFIG_NODE_FAILED_THAT_JUDGMENT_IF_TABLE_25FE3602 = + "Remote request config node failed that judgment if table is exist, occur exception. {}"; + public static final String + STORAGE_LOG_DUE_TSTABLE_IS_NULL_TABLE_SCHEMA_CAN_T_BE_GOT_LEADER_NODE_C3EF524D = + "Due tsTable is null, table schema can't be got, leader node occur special situation need to " + + "resolve."; + public static final String + STORAGE_LOG_DISK_SPACE_IS_INSUFFICIENT_WHEN_CREATING_TSFILE_PROCESSOR_4032BAF0 = + "disk space is insufficient when creating TsFile processor, change system mode to read-only"; + public static final String + STORAGE_LOG_MEET_IOEXCEPTION_WHEN_CREATING_TSFILEPROCESSOR_CHANGE_SYSTEM_4337F729 = + "meet IOException when creating TsFileProcessor, change system mode to error"; + public static final String + STORAGE_LOG_CLOSEFILENODECONDITION_ERROR_OCCURS_WHILE_WAITING_FOR_CLOSING_F33B72A6 = + "CloseFileNodeCondition error occurs while waiting for closing the storage group {}"; + public static final String + STORAGE_LOG_CLOSEFILENODECONDITION_ERROR_OCCURS_WHILE_WAITING_FOR_CLOSING_C4B97CC0 = + "CloseFileNodeCondition error occurs while waiting for closing tsfile processors of {}"; + public static final String + STORAGE_LOG_FAILED_TO_APPEND_THE_TSFILE_TO_DATABASE_PROCESSOR_BECAUSE_670341AE = + "Failed to append the tsfile {} to database processor {} because the disk space is " + + "insufficient."; public static final String STORAGE_LOG_GET_TIMESERIES_METADATA_IN_FILE_FROM_CACHE_36652729 = "Get timeseries: {}.{} metadata in file: {} from cache: {}."; public static final String STORAGE_LOG_TIMESERIESMETADATACACHE_SIZE_E31733D3 = "TimeSeriesMetadataCache size = {}"; - public static final String STORAGE_LOG_FLUSH_TASK_OF_DATABASE_MEMTABLE_IS_CREATED_FLUSHING_TO_FILE_E44B3AA0 = - "flush task of database {} memtable is created, flushing to file {}."; - public static final String STORAGE_LOG_DATABASE_MEMTABLE_FLUSHING_INTO_FILE_DATA_SORT_TIME_COST_3D39AA17 = - "Database {} memtable flushing into file {}: data sort time cost {} ms."; - public static final String STORAGE_LOG_DATABASE_MEMTABLE_FLUSHING_TO_FILE_STARTS_TO_ENCODING_DATA_6A89F32E = - "Database {} memtable flushing to file {} starts to encoding data."; + public static final String + STORAGE_LOG_FLUSH_TASK_OF_DATABASE_MEMTABLE_IS_CREATED_FLUSHING_TO_FILE_E44B3AA0 = + "flush task of database {} memtable is created, flushing to file {}."; + public static final String + STORAGE_LOG_DATABASE_MEMTABLE_FLUSHING_INTO_FILE_DATA_SORT_TIME_COST_3D39AA17 = + "Database {} memtable flushing into file {}: data sort time cost {} ms."; + public static final String + STORAGE_LOG_DATABASE_MEMTABLE_FLUSHING_TO_FILE_STARTS_TO_ENCODING_DATA_6A89F32E = + "Database {} memtable flushing to file {} starts to encoding data."; public static final String STORAGE_LOG_DATABASE_MEMTABLE_FLUSHING_TO_FILE_START_IO_CB72C2DA = "Database {} memtable flushing to file {} start io."; - public static final String STORAGE_LOG_FLUSHING_A_MEMTABLE_TO_FILE_IN_DATABASE_IO_COST_MS_2306578A = - "flushing a memtable to file {} in database {}, io cost {}ms"; - public static final String STORAGE_LOG_DATABASE_MEMTABLE_FLUSHING_TO_FILE_ENCODING_TASK_IS_INTERRUPTED_9D7BF4EF = - "Database {} memtable flushing to file {}, encoding task is interrupted."; + public static final String + STORAGE_LOG_FLUSHING_A_MEMTABLE_TO_FILE_IN_DATABASE_IO_COST_MS_2306578A = + "flushing a memtable to file {} in database {}, io cost {}ms"; + public static final String + STORAGE_LOG_DATABASE_MEMTABLE_FLUSHING_TO_FILE_ENCODING_TASK_IS_INTERRUPTED_9D7BF4EF = + "Database {} memtable flushing to file {}, encoding task is interrupted."; public static final String STORAGE_LOG_DATABASE_MEMTABLE_IO_TASK_MEETS_ERROR_EC383D33 = "Database {} memtable {}, io task meets error."; - public static final String STORAGE_LOG_OLD_RATIO_FILE_DOESN_T_EXIST_FORCE_CREATE_RATIO_FILE_74EDD7DB = - "Old ratio file {} doesn't exist, force create ratio file {}"; + public static final String + STORAGE_LOG_OLD_RATIO_FILE_DOESN_T_EXIST_FORCE_CREATE_RATIO_FILE_74EDD7DB = + "Old ratio file {} doesn't exist, force create ratio file {}"; public static final String STORAGE_LOG_COMPRESSION_RATIO_FILE_UPDATED_PREVIOUS_CURRENT_7A9EEDF8 = "Compression ratio file updated, previous: {}, current: {}"; - public static final String STORAGE_LOG_AFTER_RESTORING_FROM_COMPRESSION_RATIO_FILE_TOTAL_MEMORY_D5ACB1C4 = - "After restoring from compression ratio file, total memory size = {}, total disk size = {}"; - public static final String STORAGE_LOG_THE_COMPRESSION_RATIO_IS_NEGATIVE_CURRENT_MEMTABLESIZE_TOTALMEMTABLESIZE_8C3DD017 = - "The compression ratio is negative, current memTableSize: {}, totalMemTableSize: {}"; - public static final String STORAGE_LOG_REBOOT_WAL_DELETE_THREAD_SUCCESSFULLY_CURRENT_PERIOD_IS_44B69C7A = - "Reboot wal delete thread successfully, current period is {} ms"; - public static final String STORAGE_LOG_WAL_DISK_USAGE_IS_LARGER_THAN_THE_WAL_THROTTLE_THRESHOLD_2396FFCC = - "WAL disk usage {} is larger than the wal_throttle_threshold_in_byte * 0.8 {}, please check " - + "your write load, iot consensus and the pipe module. It's better to allocate more disk for " - + "WAL."; - public static final String STORAGE_LOG_FLUSH_A_WORKING_MEMTABLE_IN_ASYNC_CLOSE_TSFILE_MEMTABLE_00158706 = - "{}: flush a working memtable in async close tsfile {}, memtable size: {}, tsfile size: {}, " - + "plan index: [{}, {}], progress index: {}"; - public static final String STORAGE_LOG_FLUSH_A_NOTIFYFLUSHMEMTABLE_IN_ASYNC_CLOSE_TSFILE_TSFILE_48D1E75A = - "{}: flush a NotifyFlushMemTable in async close tsfile {}, tsfile size: {}"; - public static final String STORAGE_LOG_MEMTABLE_SIGNAL_IS_ADDED_INTO_THE_FLUSHING_MEMTABLE_QUEUE_5D9DA8DB = - "{}: {} Memtable (signal = {}) is added into the flushing Memtable, queue size = {}"; + public static final String + STORAGE_LOG_AFTER_RESTORING_FROM_COMPRESSION_RATIO_FILE_TOTAL_MEMORY_D5ACB1C4 = + "After restoring from compression ratio file, total memory size = {}, total disk size = {}"; + public static final String + STORAGE_LOG_THE_COMPRESSION_RATIO_IS_NEGATIVE_CURRENT_MEMTABLESIZE_TOTALMEMTABLESIZE_8C3DD017 = + "The compression ratio is negative, current memTableSize: {}, totalMemTableSize: {}"; + public static final String + STORAGE_LOG_REBOOT_WAL_DELETE_THREAD_SUCCESSFULLY_CURRENT_PERIOD_IS_44B69C7A = + "Reboot wal delete thread successfully, current period is {} ms"; + public static final String + STORAGE_LOG_WAL_DISK_USAGE_IS_LARGER_THAN_THE_WAL_THROTTLE_THRESHOLD_2396FFCC = + "WAL disk usage {} is larger than the wal_throttle_threshold_in_byte * 0.8 {}, please check " + + "your write load, iot consensus and the pipe module. It's better to allocate more disk for " + + "WAL."; + public static final String + STORAGE_LOG_FLUSH_A_WORKING_MEMTABLE_IN_ASYNC_CLOSE_TSFILE_MEMTABLE_00158706 = + "{}: flush a working memtable in async close tsfile {}, memtable size: {}, tsfile size: {}, " + + "plan index: [{}, {}], progress index: {}"; + public static final String + STORAGE_LOG_FLUSH_A_NOTIFYFLUSHMEMTABLE_IN_ASYNC_CLOSE_TSFILE_TSFILE_48D1E75A = + "{}: flush a NotifyFlushMemTable in async close tsfile {}, tsfile size: {}"; + public static final String + STORAGE_LOG_MEMTABLE_SIGNAL_IS_ADDED_INTO_THE_FLUSHING_MEMTABLE_QUEUE_5D9DA8DB = + "{}: {} Memtable (signal = {}) is added into the flushing Memtable, queue size = {}"; public static final String STORAGE_LOG_MEMTABLE_SIGNAL_IS_REMOVED_FROM_THE_QUEUE_LEFT_DFDB97D2 = "{}: {} memtable (signal={}) is removed from the queue. {} left."; - public static final String STORAGE_LOG_MEM_CONTROL_FLUSH_FINISHED_TRY_TO_RESET_SYSTEM_MEM_COST_3CD8399C = - "[mem control] {}: {} flush finished, try to reset system mem cost, flushing memtable list " - + "size: {}"; - public static final String STORAGE_LOG_FLUSH_FINISHED_REMOVE_A_MEMTABLE_FROM_FLUSHING_LIST_FLUSHING_08A00750 = - "{}: {} flush finished, remove a memtable from flushing list, flushing memtable list size: {}"; - public static final String STORAGE_LOG_RELEASED_A_MEMTABLE_SIGNAL_FLUSHINGMEMTABLES_SIZE_6D22169F = - "{}: {} released a memtable (signal={}), flushingMemtables size ={}"; + public static final String + STORAGE_LOG_MEM_CONTROL_FLUSH_FINISHED_TRY_TO_RESET_SYSTEM_MEM_COST_3CD8399C = + "[mem control] {}: {} flush finished, try to reset system mem cost, flushing memtable list " + + "size: {}"; + public static final String + STORAGE_LOG_FLUSH_FINISHED_REMOVE_A_MEMTABLE_FROM_FLUSHING_LIST_FLUSHING_08A00750 = + "{}: {} flush finished, remove a memtable from flushing list, flushing memtable list size: {}"; + public static final String + STORAGE_LOG_RELEASED_A_MEMTABLE_SIGNAL_FLUSHINGMEMTABLES_SIZE_6D22169F = + "{}: {} released a memtable (signal={}), flushingMemtables size ={}"; public static final String STORAGE_LOG_TRY_GET_LOCK_TO_RELEASE_A_MEMTABLE_SIGNAL_B9098E21 = "{}: {} try get lock to release a memtable (signal={})"; - public static final String STORAGE_LOG_FLUSHINGMEMTABLES_IS_EMPTY_AND_WILL_CLOSE_THE_FILE_22A07A5C = - "{}: {} flushingMemtables is empty and will close the file"; + public static final String + STORAGE_LOG_FLUSHINGMEMTABLES_IS_EMPTY_AND_WILL_CLOSE_THE_FILE_22A07A5C = + "{}: {} flushingMemtables is empty and will close the file"; public static final String STORAGE_LOG_TRY_TO_GET_FLUSHINGMEMTABLES_LOCK_F91EA27F = "{}: {} try to get flushingMemtables lock."; public static final String STORAGE_LOG_RELEASE_FLUSHQUERYLOCK_6DF2C0FC = "{}: {} release flushQueryLock"; - public static final String STORAGE_LOG_DELETION_DELETION_WITH_IN_WORKMEMTABLE_POINTS_DELETED_00EA995A = - "[Deletion] Deletion with {} in workMemTable, {} points deleted"; + public static final String + STORAGE_LOG_DELETION_DELETION_WITH_IN_WORKMEMTABLE_POINTS_DELETED_00EA995A = + "[Deletion] Deletion with {} in workMemTable, {} points deleted"; public static final String STORAGE_LOG_SYNC_CLOSE_FILE_WILL_FIRSTLY_ASYNC_CLOSE_IT_34588A7D = "Sync close file: {}, will firstly async close it"; public static final String STORAGE_LOG_ASYNC_FLUSH_A_MEMTABLE_TO_TSFILE_00ED383A = @@ -754,81 +1042,101 @@ private StorageEngineMessages() {} "This normal memtable is empty, skip flush. {}: {}"; public static final String STORAGE_LOG_IS_CLOSED_DURING_FLUSH_ABANDON_FLUSH_TASK_DD47632F = "{}: {} is closed during flush, abandon flush task"; - public static final String STORAGE_LOG_THE_COMPRESSION_RATIO_OF_TSFILE_IS_TOTALMEMTABLESIZE_THE_8CE66BE3 = - "The compression ratio of tsfile {} is {}, totalMemTableSize: {}, the file size: {}"; - public static final String STORAGE_LOG_THE_COMPRESSION_RATIO_OF_TSFILE_IS_TOTALMEMTABLESIZE_THE_FILE_SIZE_NULL_VALUE_RATIO_46F3B1F7 = - "The compression ratio of tsfile {} is {}, totalMemTableSize: {}, the file size: {}, null value ratio: {}"; + public static final String + STORAGE_LOG_THE_COMPRESSION_RATIO_OF_TSFILE_IS_TOTALMEMTABLESIZE_THE_8CE66BE3 = + "The compression ratio of tsfile {} is {}, totalMemTableSize: {}, the file size: {}"; + public static final String + STORAGE_LOG_THE_COMPRESSION_RATIO_OF_TSFILE_IS_TOTALMEMTABLESIZE_THE_FILE_SIZE_NULL_VALUE_RATIO_46F3B1F7 = + "The compression ratio of tsfile {} is {}, totalMemTableSize: {}, the file size: {}, null value ratio: {}"; public static final String STORAGE_LOG_STORAGE_GROUP_CLOSE_AND_REMOVE_EMPTY_FILE_72D42293 = "Storage group {} close and remove empty file {}"; - public static final String STORAGE_LOG_PUT_THE_MEMTABLE_SIGNAL_OUT_OF_FLUSHINGMEMTABLES_BUT_IT_D78AF257 = - "{}: {} put the memtable (signal={}) out of flushingMemtables but it is not in the queue."; - public static final String STORAGE_LOG_MEET_ERROR_WHEN_FLUSH_FILEMETADATA_TO_RETRY_IT_AGAIN_DAAF298C = - "{} meet error when flush FileMetadata to {}, retry it again"; + public static final String + STORAGE_LOG_PUT_THE_MEMTABLE_SIGNAL_OUT_OF_FLUSHINGMEMTABLES_BUT_IT_D78AF257 = + "{}: {} put the memtable (signal={}) out of flushingMemtables but it is not in the queue."; + public static final String + STORAGE_LOG_MEET_ERROR_WHEN_FLUSH_FILEMETADATA_TO_RETRY_IT_AGAIN_DAAF298C = + "{} meet error when flush FileMetadata to {}, retry it again"; public static final String STORAGE_LOG_ASYNC_CLOSE_FAILED_BECAUSE_C5B63B78 = "{}: {} async close failed, because"; public static final String STORAGE_LOG_ADD_A_MEMTABLE_INTO_FLUSHING_LIST_FAILED_30FA8E58 = "{}: {} add a memtable into flushing list failed"; - public static final String STORAGE_LOG_MEET_ERROR_WHEN_FLUSHING_A_MEMTABLE_CHANGE_SYSTEM_MODE_TO_0C6D5025 = - "{}: {} meet error when flushing a memtable, change system mode to error"; + public static final String + STORAGE_LOG_MEET_ERROR_WHEN_FLUSHING_A_MEMTABLE_CHANGE_SYSTEM_MODE_TO_0C6D5025 = + "{}: {} meet error when flushing a memtable, change system mode to error"; public static final String STORAGE_LOG_IOTASK_MEETS_ERROR_TRUNCATE_THE_CORRUPTED_DATA_E9041D54 = "{}: {} IOTask meets error, truncate the corrupted data"; public static final String STORAGE_LOG_TRUNCATE_CORRUPTED_DATA_MEETS_ERROR_3757A85E = "{}: {} Truncate corrupted data meets error"; public static final String STORAGE_LOG_RELEASE_RESOURCE_MEETS_ERROR_B62CBC3A = "{}: {} Release resource meets error"; - public static final String STORAGE_LOG_MEET_ERROR_WHEN_WRITING_INTO_MODIFICATIONFILE_FILE_OF_63B5E24A = - "Meet error when writing into ModificationFile file of {} "; + public static final String + STORAGE_LOG_MEET_ERROR_WHEN_WRITING_INTO_MODIFICATIONFILE_FILE_OF_63B5E24A = + "Meet error when writing into ModificationFile file of {} "; public static final String STORAGE_LOG_MARKING_OR_ENDING_FILE_MEET_ERROR_5653B904 = "{}: {} marking or ending file meet error"; public static final String STORAGE_LOG_TRUNCATE_CORRUPTED_DATA_MEETS_ERROR_8F721CC1 = "{}: {} truncate corrupted data meets error"; - public static final String STORAGE_LOG_MEET_ERROR_WHEN_FLUSH_FILEMETADATA_TO_CHANGE_SYSTEM_MODE_0BC79DA5 = - "{} meet error when flush FileMetadata to {}, change system mode to error"; + public static final String + STORAGE_LOG_MEET_ERROR_WHEN_FLUSH_FILEMETADATA_TO_CHANGE_SYSTEM_MODE_0BC79DA5 = + "{} meet error when flush FileMetadata to {}, change system mode to error"; public static final String STORAGE_LOG_UPDATE_COMPRESSION_RATIO_FAILED_8A076DFC = "{}: {} update compression ratio failed"; public static final String STORAGE_LOG_GET_READONLYMEMCHUNK_HAS_ERROR_2366DE2A = "{}: {} get ReadOnlyMemChunk has error"; - public static final String STORAGE_LOG_FAILED_TO_TRANSFER_TVLIST_MEMORY_OWNER_TO_QUERY_ENGINE_0DFA506D = - "Failed to transfer tvlist memory owner to query engine, {}"; - public static final String STORAGE_LOG_THE_FORMAT_OF_MAX_POINT_NUMBER_IS_NOT_CORRECT_USING_DEFAULT_1B78AF69 = - "The format of MAX_POINT_NUMBER {} is not correct. Using default float precision."; - public static final String STORAGE_LOG_THE_MAX_POINT_NUMBER_SHOULDN_T_BE_LESS_THAN_0_USING_DEFAULT_12745217 = - "The MAX_POINT_NUMBER shouldn't be less than 0. Using default float precision {}."; - public static final String STORAGE_LOG_FAIL_TO_READ_MOD_FILE_EXPECTING_OFFSET_ACTUALLY_SKIPPED_8B96B670 = - "Fail to read Mod file {}, expecting offset {}, actually skipped {}"; - public static final String STORAGE_LOG_AFTER_THE_MOD_FILE_IS_SETTLED_THE_FILE_SIZE_IS_STILL_GREATER_FA454979 = - "After the mod file is settled, the file size is still greater than 1M,the size of the file " - + "before settle is {},after settled the file size is {}"; + public static final String + STORAGE_LOG_FAILED_TO_TRANSFER_TVLIST_MEMORY_OWNER_TO_QUERY_ENGINE_0DFA506D = + "Failed to transfer tvlist memory owner to query engine, {}"; + public static final String + STORAGE_LOG_THE_FORMAT_OF_MAX_POINT_NUMBER_IS_NOT_CORRECT_USING_DEFAULT_1B78AF69 = + "The format of MAX_POINT_NUMBER {} is not correct. Using default float precision."; + public static final String + STORAGE_LOG_THE_MAX_POINT_NUMBER_SHOULDN_T_BE_LESS_THAN_0_USING_DEFAULT_12745217 = + "The MAX_POINT_NUMBER shouldn't be less than 0. Using default float precision {}."; + public static final String + STORAGE_LOG_FAIL_TO_READ_MOD_FILE_EXPECTING_OFFSET_ACTUALLY_SKIPPED_8B96B670 = + "Fail to read Mod file {}, expecting offset {}, actually skipped {}"; + public static final String + STORAGE_LOG_AFTER_THE_MOD_FILE_IS_SETTLED_THE_FILE_SIZE_IS_STILL_GREATER_FA454979 = + "After the mod file is settled, the file size is still greater than 1M,the size of the file " + + "before settle is {},after settled the file size is {}"; public static final String STORAGE_LOG_THE_START_TIME_OF_IS_GREATER_THAN_END_TIME_44DD784A = "{} {} the start time of {} is greater than end time"; public static final String STORAGE_LOG_THERE_IS_NO_DATA_IN_THE_FILE_F480954E = "{} {} there is no data in the file"; - public static final String STORAGE_LOG_CHUNK_START_OFFSET_IS_INCONSISTENT_WITH_THE_VALUE_IN_THE_E1E7AF07 = - "{} chunk start offset is inconsistent with the value in the metadata."; + public static final String + STORAGE_LOG_CHUNK_START_OFFSET_IS_INCONSISTENT_WITH_THE_VALUE_IN_THE_E1E7AF07 = + "{} chunk start offset is inconsistent with the value in the metadata."; public static final String STORAGE_LOG_TIME_RANGES_OVERLAP_BETWEEN_PAGES_2A131465 = "{} {} time ranges overlap between pages."; - public static final String STORAGE_LOG_THE_TIMESTAMP_IN_THE_PAGE_IS_REPEATED_OR_NOT_INCREMENTAL_04627FDA = - "{} {} the timestamp in the page is repeated or not incremental."; - public static final String STORAGE_LOG_THE_START_TIME_IN_PAGE_IS_DIFFERENT_FROM_THAT_IN_PAGE_HEADER_C23CE8D4 = - "{} {} the start time in page is different from that in page header."; - public static final String STORAGE_LOG_THE_END_TIME_IN_PAGE_IS_DIFFERENT_FROM_THAT_IN_PAGE_HEADER_5E363FAB = - "{} {} the end time in page is different from that in page header."; + public static final String + STORAGE_LOG_THE_TIMESTAMP_IN_THE_PAGE_IS_REPEATED_OR_NOT_INCREMENTAL_04627FDA = + "{} {} the timestamp in the page is repeated or not incremental."; + public static final String + STORAGE_LOG_THE_START_TIME_IN_PAGE_IS_DIFFERENT_FROM_THAT_IN_PAGE_HEADER_C23CE8D4 = + "{} {} the start time in page is different from that in page header."; + public static final String + STORAGE_LOG_THE_END_TIME_IN_PAGE_IS_DIFFERENT_FROM_THAT_IN_PAGE_HEADER_5E363FAB = + "{} {} the end time in page is different from that in page header."; public static final String STORAGE_LOG_DEVICE_ID_IS_NULL_OR_EMPTY_635DD75C = "{} {} device id is null or empty."; - public static final String STORAGE_LOG_DEVICE_IS_OVERLAPPED_BETWEEN_AND_END_TIME_IN_IS_START_TIME_BA49D2AA = - "Device {} is overlapped between {} and {}, end time in {} is {}, start time in {} is {}"; + public static final String + STORAGE_LOG_DEVICE_IS_OVERLAPPED_BETWEEN_AND_END_TIME_IN_IS_START_TIME_BA49D2AA = + "Device {} is overlapped between {} and {}, end time in {} is {}, start time in {} is {}"; public static final String STORAGE_LOG_PATH_FILE_IS_NOT_SATISFIED_BECAUSE_OF_NO_DEVICE_8BB15136 = "Path: {} file {} is not satisfied because of no device!"; - public static final String STORAGE_LOG_PATH_FILE_IS_NOT_SATISFIED_BECAUSE_OF_TIME_FILTER_71121709 = - "Path: {} file {} is not satisfied because of time filter!"; - public static final String STORAGE_LOG_STARTTIME_OF_TSFILERESOURCE_IS_GREATER_THAN_ITS_ENDTIME_BC6CC591 = - "startTime[{}] of TsFileResource[{}] is greater than its endTime[{}]"; + public static final String + STORAGE_LOG_PATH_FILE_IS_NOT_SATISFIED_BECAUSE_OF_TIME_FILTER_71121709 = + "Path: {} file {} is not satisfied because of time filter!"; + public static final String + STORAGE_LOG_STARTTIME_OF_TSFILERESOURCE_IS_GREATER_THAN_ITS_ENDTIME_BC6CC591 = + "startTime[{}] of TsFileResource[{}] is greater than its endTime[{}]"; public static final String STORAGE_LOG_MEET_ERROR_WHEN_GETSTARTTIME_OF_IN_FILE_D7F27B92 = "meet error when getStartTime of {} in file {}"; public static final String STORAGE_LOG_MEET_ERROR_WHEN_GETENDTIME_OF_IN_FILE_350DA42F = "meet error when getEndTime of {} in file {}"; - public static final String STORAGE_LOG_CANNOT_SERIALIZE_TSFILERESOURCE_WHEN_UPDATING_PLAN_INDEX_69665DD5 = - "Cannot serialize TsFileResource {} when updating plan index {}-{}"; + public static final String + STORAGE_LOG_CANNOT_SERIALIZE_TSFILERESOURCE_WHEN_UPDATING_PLAN_INDEX_69665DD5 = + "Cannot serialize TsFileResource {} when updating plan index {}-{}"; public static final String STORAGE_LOG_DATAREGIONSYSDIR_HAS_EXISTED_FILEPATH_53009475 = "DataRegionSysDir has existed,filePath:{}"; public static final String STORAGE_LOG_FILETIMEINDEX_LOG_FILE_CREATE_FILED_FILEPATH_D675FBD5 = @@ -837,432 +1145,584 @@ private StorageEngineMessages() {} "Can't read file {} from disk "; public static final String STORAGE_LOG_FAILED_TO_GET_DEVICES_FROM_TSFILE_F94CF47B = "Failed to get devices from tsfile: {}"; - public static final String STORAGE_LOG_TABLEDISKUSAGEINDEX_WORKER_THREAD_WAS_INTERRUPTED_UNEXPECTEDLY_A21172AB = - "TableDiskUsageIndex worker thread was interrupted unexpectedly while waiting for operations."; - public static final String STORAGE_LOG_SKIP_ADDING_OPERATION_TO_QUEUE_BECAUSE_TABLEDISKUSAGEINDEX_4A606B40 = - "Skip adding operation {} to queue because TableDiskUsageIndex has been stopped."; - public static final String STORAGE_LOG_ATTEMPT_TO_DECREASE_ACTIVEREADERNUM_WHEN_IT_IS_ALREADY_0_73756CBB = - "Attempt to decrease activeReaderNum when it is already 0. This may indicate an incorrect " - + "reader lifecycle management."; - public static final String STORAGE_LOG_FAILED_TO_DELETE_OLD_VERSION_TABLE_SIZE_INDEX_FILE_05930C4A = - "Failed to delete old version table size index file {}"; - public static final String STORAGE_LOG_FAILED_TO_READ_TABLE_TSFILE_SIZE_INDEX_AFTER_POSITION_AND_74251AF3 = - "Failed to read table tsfile size index {} after position: {} and {} after position: {}"; - public static final String STORAGE_LOG_COMPACTIONSCHEDULETASKWORKER_COMPACTION_SCHEDULE_IS_INTERRUPTED_9EF702D1 = - "[CompactionScheduleTaskWorker-{}] compaction schedule is interrupted, isStopByUser: {}"; - public static final String STORAGE_LOG_COMPACTIONSCHEDULETASKWORKER_FAILED_TO_EXECUTE_COMPACTION_4F302761 = - "[CompactionScheduleTaskWorker-{}] Failed to execute compaction schedule task"; - public static final String STORAGE_LOG_COMPACTIONSCHEDULETASKWORKER_FAILED_TO_EXECUTE_COMPACTION_E571F6E3 = - "[CompactionScheduleTaskWorker-{}] Failed to execute compaction schedule task and cannot " - + "recover"; - public static final String STORAGE_LOG_COMPACTION_SCHEDULE_TASK_THREAD_POOL_CAN_NOT_BE_CLOSED_IN_27D38188 = - "compaction schedule task thread pool can not be closed in {} ms"; - public static final String STORAGE_LOG_TTLCHECKTASK_TTL_CHECKER_IS_INTERRUPTED_ISSTOPPEDBYUSER_B1E45A2E = - "[TTLCheckTask-{}] TTL checker is interrupted, isStoppedByUser: {}"; - public static final String STORAGE_LOG_TTLCHECKTASK_FAILED_TO_EXECUTE_TTL_CHECK_AND_CANNOT_RECOVER_6F4E4A13 = - "[TTLCheckTask-{}] Failed to execute ttl check and cannot recover"; - public static final String STORAGE_LOG_COMPACTION_TASK_START_CHECK_FAILED_BECAUSE_DISK_FREE_RATIO_9D2BE2FE = - "Compaction task start check failed because disk free ratio is less than " - + "disk_space_warning_threshold"; - public static final String STORAGE_LOG_MEET_ERROR_WHEN_ADDING_TASK_TO_COMPACTION_WAITING_QUEUE_84AA345D = - "meet error when adding task-{} to compaction waiting queue: {}"; - public static final String STORAGE_LOG_SETTLE_COMPLETES_FILE_PATH_THE_REMAINING_FILE_TO_BE_SETTLED_32DF95A7 = - "Settle completes, file path:{} , the remaining file to be settled num: {}"; + public static final String + STORAGE_LOG_TABLEDISKUSAGEINDEX_WORKER_THREAD_WAS_INTERRUPTED_UNEXPECTEDLY_A21172AB = + "TableDiskUsageIndex worker thread was interrupted unexpectedly while waiting for operations."; + public static final String + STORAGE_LOG_SKIP_ADDING_OPERATION_TO_QUEUE_BECAUSE_TABLEDISKUSAGEINDEX_4A606B40 = + "Skip adding operation {} to queue because TableDiskUsageIndex has been stopped."; + public static final String + STORAGE_LOG_ATTEMPT_TO_DECREASE_ACTIVEREADERNUM_WHEN_IT_IS_ALREADY_0_73756CBB = + "Attempt to decrease activeReaderNum when it is already 0. This may indicate an incorrect " + + "reader lifecycle management."; + public static final String + STORAGE_LOG_FAILED_TO_DELETE_OLD_VERSION_TABLE_SIZE_INDEX_FILE_05930C4A = + "Failed to delete old version table size index file {}"; + public static final String + STORAGE_LOG_FAILED_TO_READ_TABLE_TSFILE_SIZE_INDEX_AFTER_POSITION_AND_74251AF3 = + "Failed to read table tsfile size index {} after position: {} and {} after position: {}"; + public static final String + STORAGE_LOG_COMPACTIONSCHEDULETASKWORKER_COMPACTION_SCHEDULE_IS_INTERRUPTED_9EF702D1 = + "[CompactionScheduleTaskWorker-{}] compaction schedule is interrupted, isStopByUser: {}"; + public static final String + STORAGE_LOG_COMPACTIONSCHEDULETASKWORKER_FAILED_TO_EXECUTE_COMPACTION_4F302761 = + "[CompactionScheduleTaskWorker-{}] Failed to execute compaction schedule task"; + public static final String + STORAGE_LOG_COMPACTIONSCHEDULETASKWORKER_FAILED_TO_EXECUTE_COMPACTION_E571F6E3 = + "[CompactionScheduleTaskWorker-{}] Failed to execute compaction schedule task and cannot " + + "recover"; + public static final String + STORAGE_LOG_COMPACTION_SCHEDULE_TASK_THREAD_POOL_CAN_NOT_BE_CLOSED_IN_27D38188 = + "compaction schedule task thread pool can not be closed in {} ms"; + public static final String + STORAGE_LOG_TTLCHECKTASK_TTL_CHECKER_IS_INTERRUPTED_ISSTOPPEDBYUSER_B1E45A2E = + "[TTLCheckTask-{}] TTL checker is interrupted, isStoppedByUser: {}"; + public static final String + STORAGE_LOG_TTLCHECKTASK_FAILED_TO_EXECUTE_TTL_CHECK_AND_CANNOT_RECOVER_6F4E4A13 = + "[TTLCheckTask-{}] Failed to execute ttl check and cannot recover"; + public static final String + STORAGE_LOG_COMPACTION_TASK_START_CHECK_FAILED_BECAUSE_DISK_FREE_RATIO_9D2BE2FE = + "Compaction task start check failed because disk free ratio is less than " + + "disk_space_warning_threshold"; + public static final String + STORAGE_LOG_MEET_ERROR_WHEN_ADDING_TASK_TO_COMPACTION_WAITING_QUEUE_84AA345D = + "meet error when adding task-{} to compaction waiting queue: {}"; + public static final String + STORAGE_LOG_SETTLE_COMPLETES_FILE_PATH_THE_REMAINING_FILE_TO_BE_SETTLED_32DF95A7 = + "Settle completes, file path:{} , the remaining file to be settled num: {}"; public static final String STORAGE_LOG_THE_TSFILE_SHOULD_BE_SEALED_WHEN_SETTLING_8DBD716A = "The tsFile {} should be sealed when settling."; public static final String STORAGE_LOG_MEET_ERROR_WHEN_SETTLING_FILE_CBA0F9D7 = "meet error when settling file:{}"; - public static final String STORAGE_LOG_MEET_ERROR_WHEN_READ_TSFILE_RESOURCE_FILE_IT_MAY_BE_REPAIRED_A8A514C6 = - "Meet error when read tsfile resource file {}, it may be repaired after reboot"; + public static final String + STORAGE_LOG_MEET_ERROR_WHEN_READ_TSFILE_RESOURCE_FILE_IT_MAY_BE_REPAIRED_A8A514C6 = + "Meet error when read tsfile resource file {}, it may be repaired after reboot"; public static final String STORAGE_LOG_FILE_HAS_UNSORTED_DATA_1B118A14 = "File {} has unsorted data: "; public static final String STORAGE_LOG_FILE_HAS_WRONG_TIME_STATISTICS_4E63345E = "File {} has wrong time statistics: "; - public static final String STORAGE_LOG_DEVICE_HAS_OVERLAPPED_DATA_START_TIME_IN_CURRENT_FILE_IS_F4F29A22 = - "Device {} has overlapped data, start time in current file {} is {}, end time in previous " - + "file {} is {}"; - public static final String STORAGE_LOG_REPAIR_DATA_LOG_IS_NOT_COMPLETE_TIME_PARTITION_IS_D9D4F01F = - "[{}][{}]Repair data log is not complete, time partition is {}."; - public static final String STORAGE_LOG_REPAIRSCHEDULER_RECOVER_UNFINISHED_REPAIR_SCHEDULE_TASK_7C5B6D5F = - "[RepairScheduler] recover unfinished repair schedule task from log file: {}"; - public static final String STORAGE_LOG_REPAIRSCHEDULER_SKIP_REPAIR_TIME_PARTITION_BECAUSE_IT_IS_BDD35739 = - "[RepairScheduler][{}][{}] skip repair time partition {} because it is repaired"; - public static final String STORAGE_LOG_REPAIRSCHEDULER_SUBMIT_A_REPAIR_TIME_PARTITION_SCAN_TASK_0E98F12C = - "[RepairScheduler] submit a repair time partition scan task {}-{}-{}"; + public static final String + STORAGE_LOG_DEVICE_HAS_OVERLAPPED_DATA_START_TIME_IN_CURRENT_FILE_IS_F4F29A22 = + "Device {} has overlapped data, start time in current file {} is {}, end time in previous " + + "file {} is {}"; + public static final String + STORAGE_LOG_REPAIR_DATA_LOG_IS_NOT_COMPLETE_TIME_PARTITION_IS_D9D4F01F = + "[{}][{}]Repair data log is not complete, time partition is {}."; + public static final String + STORAGE_LOG_REPAIRSCHEDULER_RECOVER_UNFINISHED_REPAIR_SCHEDULE_TASK_7C5B6D5F = + "[RepairScheduler] recover unfinished repair schedule task from log file: {}"; + public static final String + STORAGE_LOG_REPAIRSCHEDULER_SKIP_REPAIR_TIME_PARTITION_BECAUSE_IT_IS_BDD35739 = + "[RepairScheduler][{}][{}] skip repair time partition {} because it is repaired"; + public static final String + STORAGE_LOG_REPAIRSCHEDULER_SUBMIT_A_REPAIR_TIME_PARTITION_SCAN_TASK_0E98F12C = + "[RepairScheduler] submit a repair time partition scan task {}-{}-{}"; public static final String STORAGE_LOG_REPAIRSCHEDULER_FAILED_TO_PARSE_REPAIR_LOG_FILE_142D2568 = "[RepairScheduler] Failed to parse repair log file {}"; - public static final String STORAGE_LOG_REPAIRSCHEDULER_FAILED_TO_RECORD_REPAIR_TASK_START_TIME_95552D7E = - "[RepairScheduler] Failed to record repair task start time in log file {}"; + public static final String + STORAGE_LOG_REPAIRSCHEDULER_FAILED_TO_RECORD_REPAIR_TASK_START_TIME_95552D7E = + "[RepairScheduler] Failed to record repair task start time in log file {}"; public static final String STORAGE_LOG_REPAIRSCHEDULER_FAILED_TO_CLOSE_REPAIR_LOGGER_EC191F6B = "[RepairScheduler] Failed to close repair logger {}"; public static final String STORAGE_LOG_REPAIRSCHEDULER_START_SCAN_REPAIR_TIME_PARTITION_1D6789DB = "[RepairScheduler][{}][{}] start scan repair time partition {}"; - public static final String STORAGE_LOG_REPAIRSCHEDULER_CANNOT_SCAN_SOURCE_FILES_IN_BECAUSE_ALLOWCOMPACTION_5E644A6D = - "[RepairScheduler] cannot scan source files in {} because 'allowCompaction' is false"; - public static final String STORAGE_LOG_REPAIRSCHEDULER_NEED_TO_REPAIR_BECAUSE_IT_HAS_INTERNAL_UNSORTED_C1596DC3 = - "[RepairScheduler] {} need to repair because it has internal unsorted data"; - public static final String STORAGE_LOG_REPAIRSCHEDULER_NEED_TO_REPAIR_BECAUSE_IT_IS_OVERLAPPED_F1AC0C78 = - "[RepairScheduler] {} need to repair because it is overlapped with other files"; - public static final String STORAGE_LOG_REPAIRSCHEDULER_TIME_PARTITION_HAS_BEEN_REPAIRED_PROGRESS_697FEA22 = - "[RepairScheduler][{}][{}] time partition {} has been repaired, progress: {}/{}"; - public static final String STORAGE_LOG_REPAIRSCHEDULER_FAILED_TO_RECORD_REPAIR_LOG_FOR_TIME_PARTITION_11251247 = - "[RepairScheduler][{}][{}] failed to record repair log for time partition {}"; - public static final String STORAGE_LOG_COMPACTION_TMP_TARGET_TSFILE_MAY_BE_DELETED_AFTER_COMPACTION_0BFFA73F = - "{} [Compaction] Tmp target tsfile {} may be deleted after compaction."; + public static final String + STORAGE_LOG_REPAIRSCHEDULER_CANNOT_SCAN_SOURCE_FILES_IN_BECAUSE_ALLOWCOMPACTION_5E644A6D = + "[RepairScheduler] cannot scan source files in {} because 'allowCompaction' is false"; + public static final String + STORAGE_LOG_REPAIRSCHEDULER_NEED_TO_REPAIR_BECAUSE_IT_HAS_INTERNAL_UNSORTED_C1596DC3 = + "[RepairScheduler] {} need to repair because it has internal unsorted data"; + public static final String + STORAGE_LOG_REPAIRSCHEDULER_NEED_TO_REPAIR_BECAUSE_IT_IS_OVERLAPPED_F1AC0C78 = + "[RepairScheduler] {} need to repair because it is overlapped with other files"; + public static final String + STORAGE_LOG_REPAIRSCHEDULER_TIME_PARTITION_HAS_BEEN_REPAIRED_PROGRESS_697FEA22 = + "[RepairScheduler][{}][{}] time partition {} has been repaired, progress: {}/{}"; + public static final String + STORAGE_LOG_REPAIRSCHEDULER_FAILED_TO_RECORD_REPAIR_LOG_FOR_TIME_PARTITION_11251247 = + "[RepairScheduler][{}][{}] failed to record repair log for time partition {}"; + public static final String + STORAGE_LOG_COMPACTION_TMP_TARGET_TSFILE_MAY_BE_DELETED_AFTER_COMPACTION_0BFFA73F = + "{} [Compaction] Tmp target tsfile {} may be deleted after compaction."; public static final String STORAGE_LOG_COMPACTION_DELETE_TSFILE_A97320DB = "{} [Compaction] delete TsFile {}"; public static final String STORAGE_LOG_COMPACTION_DELETE_FILE_FAILED_FILE_PATH_IS_6E1D2670 = "[Compaction] delete file failed, file path is {}"; - public static final String STORAGE_LOG_COMPACTION_RECOVER_FAILED_TO_RECOVER_COMPACTION_TASKINFO_24424402 = - "{} [Compaction][Recover] Failed to recover compaction. TaskInfo: {}, Exception: {}"; - public static final String STORAGE_LOG_FAILED_TO_PASS_COMPACTION_VALIDATION_SOURCE_SEQ_FILES_SOURCE_BF5A4525 = - "Failed to pass compaction validation, source seq files: {}, source unseq files: {}, target " - + "files: {}"; - public static final String STORAGE_LOG_FAILED_TO_PASS_COMPACTION_OVERLAP_VALIDATION_SOURCE_SEQ_9CFDC149 = - "Failed to pass compaction overlap validation, source seq files: {}, source unseq files: {}, " - + "target files: {}"; + public static final String + STORAGE_LOG_COMPACTION_RECOVER_FAILED_TO_RECOVER_COMPACTION_TASKINFO_24424402 = + "{} [Compaction][Recover] Failed to recover compaction. TaskInfo: {}, Exception: {}"; + public static final String + STORAGE_LOG_FAILED_TO_PASS_COMPACTION_VALIDATION_SOURCE_SEQ_FILES_SOURCE_BF5A4525 = + "Failed to pass compaction validation, source seq files: {}, source unseq files: {}, target " + + "files: {}"; + public static final String + STORAGE_LOG_FAILED_TO_PASS_COMPACTION_OVERLAP_VALIDATION_SOURCE_SEQ_9CFDC149 = + "Failed to pass compaction overlap validation, source seq files: {}, source unseq files: {}, " + + "target files: {}"; public static final String STORAGE_LOG_COMPACTION_TASK_INTERRUPTED_E31121C0 = "{}-{} [Compaction] {} task interrupted"; public static final String STORAGE_LOG_COMPACTION_TASK_MEETS_ERROR_1002C659 = "{}-{} [Compaction] {} task meets error: {}."; - public static final String STORAGE_LOG_UNEXPECTED_CHUNK_TYPE_DETECTED_WHEN_READING_NON_ALIGNED_1C0E4674 = - "Unexpected chunk type detected when reading non-aligned chunk reader. The chunk metadata " - + "indicates a non-aligned chunk, but the actual chunk read from tsfile is a value chunk of " - + "aligned series. tsFile={}, device={}, measurement={}, offsetOfChunkHeader={}"; - public static final String STORAGE_LOG_INNERSPACECOMPACTIONTASK_START_TO_RENAME_MODS_FILE_7C036CBD = - "{}-{} [InnerSpaceCompactionTask] start to rename mods file"; - public static final String STORAGE_LOG_REPAIRUNSORTEDFILECOMPACTIONTASK_CAN_NOT_REPAIR_UNSORTED_48124B0C = - "[RepairUnsortedFileCompactionTask] Can not repair unsorted file {} because the required " - + "memory to repair is greater than the total compaction memory budget"; - public static final String STORAGE_LOG_COMPACTION_INNERSPACECOMPACTION_TASK_STARTS_WITH_FILES_TOTAL_934B562F = - "{}-{} [Compaction] {} InnerSpaceCompaction task starts with {} files, total file size is {} " - + "MB, estimated memory cost is {} MB"; - public static final String STORAGE_LOG_COMPACTION_COMPACTION_WITH_SELECTED_FILES_SKIPPED_FILES_ACC66872 = - "{}-{} [Compaction] compaction with selected files {}, skipped files {}"; - public static final String STORAGE_LOG_COMPACTION_INNERSPACECOMPACTION_TASK_FINISHES_SUCCESSFULLY_08475DE4 = - "{}-{} [Compaction] {} InnerSpaceCompaction task finishes successfully, target files are " - + "{},time cost is {} s, compaction speed is {} MB/s, {}"; - public static final String STORAGE_LOG_COMPACTION_INSERTIONCROSSSPACECOMPACTION_TASK_STARTS_WITH_A315B8C6 = - "{}-{} [Compaction] InsertionCrossSpaceCompaction task starts with unseq file {}, nearest " - + "seq files are {}, target file name timestamp is {}, file size is {} MB."; - public static final String STORAGE_LOG_COMPACTION_INSERTIONCROSSSPACECOMPACTION_TASK_FINISHES_SUCCESSFULLY_69360DD0 = - "{}-{} [Compaction] InsertionCrossSpaceCompaction task finishes successfully, target file is " - + "{},time cost is {} s."; - public static final String STORAGE_LOG_INSERTIONCROSSSPACECOMPACTIONTASK_FAILED_TO_GENERATE_TARGET_B03E4C67 = - "{}-{} [InsertionCrossSpaceCompactionTask] failed to generate target file name, source unseq " - + "file is {}"; - public static final String STORAGE_LOG_SETTLE_TASK_DELETES_FULLY_DIRTY_TSFILE_SUCCESSFULLY_18D81225 = - "Settle task deletes fully_dirty tsfile {} successfully."; - public static final String STORAGE_LOG_COMPACTION_SETTLE_COMPACTION_FILE_LIST_IS_EMPTY_END_IT_56CF079D = - "{}-{} [Compaction] Settle compaction file list is empty, end it"; - public static final String STORAGE_LOG_COMPACTION_SETTLECOMPACTION_TASK_STARTS_WITH_FULLY_DIRTY_0962C95A = - "{}-{} [Compaction] SettleCompaction task starts with {} fully_dirty files and {} " - + "partially_dirty files. Fully_dirty files : {}, partially_dirty files : {} . Fully_dirty " - + "files size is {} MB, partially_dirty file size is {} MB. Memory cost is {} MB."; - public static final String STORAGE_LOG_COMPACTION_SETTLECOMPACTION_TASK_FINISHES_SUCCESSFULLY_TIME_2BD3839A = - "{}-{} [Compaction] SettleCompaction task finishes successfully, time cost is {} " - + "s.Fully_dirty files num is {}."; - public static final String STORAGE_LOG_COMPACTION_SETTLECOMPACTION_TASK_FINISHES_SUCCESSFULLY_TIME_4FEB0F56 = - "{}-{} [Compaction] SettleCompaction task finishes successfully, time cost is {} s, " - + "compaction speed is {} MB/s.Fully_dirty files num is {} and partially_dirty files num is {}."; - public static final String STORAGE_LOG_COMPACTION_SETTLECOMPACTION_TASK_FINISHES_WITH_SOME_ERROR_A8A15439 = - "{}-{} [Compaction] SettleCompaction task finishes with some error, time cost is {} " - + "s.Fully_dirty files num is {} and there are {} files fail to delete."; - public static final String STORAGE_LOG_COMPACTION_START_TO_SETTLE_PARTIALLY_DIRTY_FILES_TOTAL_FILE_BAC113C4 = - "{}-{} [Compaction] Start to settle {} {} partially_dirty files, total file size is {} MB"; - public static final String STORAGE_LOG_COMPACTION_FINISH_TO_SETTLE_PARTIALLY_DIRTY_FILES_SUCCESSFULLY_9ACFD5C0 = - "{}-{} [Compaction] Finish to settle {} {} partially_dirty files successfully , target file " - + "is {},time cost is {} s, compaction speed is {} MB/s, {}"; - public static final String STORAGE_LOG_COMPACTION_RECOVER_START_TO_RECOVER_SETTLE_COMPACTION_C342241D = - "{}-{} [Compaction][Recover] Start to recover settle compaction."; - public static final String STORAGE_LOG_COMPACTION_RECOVER_FINISH_TO_RECOVER_SETTLE_COMPACTION_SUCCESSFULLY_714EF642 = - "{}-{} [Compaction][Recover] Finish to recover settle compaction successfully."; + public static final String + STORAGE_LOG_UNEXPECTED_CHUNK_TYPE_DETECTED_WHEN_READING_NON_ALIGNED_1C0E4674 = + "Unexpected chunk type detected when reading non-aligned chunk reader. The chunk metadata " + + "indicates a non-aligned chunk, but the actual chunk read from tsfile is a value chunk of " + + "aligned series. tsFile={}, device={}, measurement={}, offsetOfChunkHeader={}"; + public static final String + STORAGE_LOG_INNERSPACECOMPACTIONTASK_START_TO_RENAME_MODS_FILE_7C036CBD = + "{}-{} [InnerSpaceCompactionTask] start to rename mods file"; + public static final String + STORAGE_LOG_REPAIRUNSORTEDFILECOMPACTIONTASK_CAN_NOT_REPAIR_UNSORTED_48124B0C = + "[RepairUnsortedFileCompactionTask] Can not repair unsorted file {} because the required " + + "memory to repair is greater than the total compaction memory budget"; + public static final String + STORAGE_LOG_COMPACTION_INNERSPACECOMPACTION_TASK_STARTS_WITH_FILES_TOTAL_934B562F = + "{}-{} [Compaction] {} InnerSpaceCompaction task starts with {} files, total file size is {} " + + "MB, estimated memory cost is {} MB"; + public static final String + STORAGE_LOG_COMPACTION_COMPACTION_WITH_SELECTED_FILES_SKIPPED_FILES_ACC66872 = + "{}-{} [Compaction] compaction with selected files {}, skipped files {}"; + public static final String + STORAGE_LOG_COMPACTION_INNERSPACECOMPACTION_TASK_FINISHES_SUCCESSFULLY_08475DE4 = + "{}-{} [Compaction] {} InnerSpaceCompaction task finishes successfully, target files are " + + "{},time cost is {} s, compaction speed is {} MB/s, {}"; + public static final String + STORAGE_LOG_COMPACTION_INSERTIONCROSSSPACECOMPACTION_TASK_STARTS_WITH_A315B8C6 = + "{}-{} [Compaction] InsertionCrossSpaceCompaction task starts with unseq file {}, nearest " + + "seq files are {}, target file name timestamp is {}, file size is {} MB."; + public static final String + STORAGE_LOG_COMPACTION_INSERTIONCROSSSPACECOMPACTION_TASK_FINISHES_SUCCESSFULLY_69360DD0 = + "{}-{} [Compaction] InsertionCrossSpaceCompaction task finishes successfully, target file is " + + "{},time cost is {} s."; + public static final String + STORAGE_LOG_INSERTIONCROSSSPACECOMPACTIONTASK_FAILED_TO_GENERATE_TARGET_B03E4C67 = + "{}-{} [InsertionCrossSpaceCompactionTask] failed to generate target file name, source unseq " + + "file is {}"; + public static final String + STORAGE_LOG_SETTLE_TASK_DELETES_FULLY_DIRTY_TSFILE_SUCCESSFULLY_18D81225 = + "Settle task deletes fully_dirty tsfile {} successfully."; + public static final String + STORAGE_LOG_COMPACTION_SETTLE_COMPACTION_FILE_LIST_IS_EMPTY_END_IT_56CF079D = + "{}-{} [Compaction] Settle compaction file list is empty, end it"; + public static final String + STORAGE_LOG_COMPACTION_SETTLECOMPACTION_TASK_STARTS_WITH_FULLY_DIRTY_0962C95A = + "{}-{} [Compaction] SettleCompaction task starts with {} fully_dirty files and {} " + + "partially_dirty files. Fully_dirty files : {}, partially_dirty files : {} . Fully_dirty " + + "files size is {} MB, partially_dirty file size is {} MB. Memory cost is {} MB."; + public static final String + STORAGE_LOG_COMPACTION_SETTLECOMPACTION_TASK_FINISHES_SUCCESSFULLY_TIME_2BD3839A = + "{}-{} [Compaction] SettleCompaction task finishes successfully, time cost is {} " + + "s.Fully_dirty files num is {}."; + public static final String + STORAGE_LOG_COMPACTION_SETTLECOMPACTION_TASK_FINISHES_SUCCESSFULLY_TIME_4FEB0F56 = + "{}-{} [Compaction] SettleCompaction task finishes successfully, time cost is {} s, " + + "compaction speed is {} MB/s.Fully_dirty files num is {} and partially_dirty files num is {}."; + public static final String + STORAGE_LOG_COMPACTION_SETTLECOMPACTION_TASK_FINISHES_WITH_SOME_ERROR_A8A15439 = + "{}-{} [Compaction] SettleCompaction task finishes with some error, time cost is {} " + + "s.Fully_dirty files num is {} and there are {} files fail to delete."; + public static final String + STORAGE_LOG_COMPACTION_START_TO_SETTLE_PARTIALLY_DIRTY_FILES_TOTAL_FILE_BAC113C4 = + "{}-{} [Compaction] Start to settle {} {} partially_dirty files, total file size is {} MB"; + public static final String + STORAGE_LOG_COMPACTION_FINISH_TO_SETTLE_PARTIALLY_DIRTY_FILES_SUCCESSFULLY_9ACFD5C0 = + "{}-{} [Compaction] Finish to settle {} {} partially_dirty files successfully , target file " + + "is {},time cost is {} s, compaction speed is {} MB/s, {}"; + public static final String + STORAGE_LOG_COMPACTION_RECOVER_START_TO_RECOVER_SETTLE_COMPACTION_C342241D = + "{}-{} [Compaction][Recover] Start to recover settle compaction."; + public static final String + STORAGE_LOG_COMPACTION_RECOVER_FINISH_TO_RECOVER_SETTLE_COMPACTION_SUCCESSFULLY_714EF642 = + "{}-{} [Compaction][Recover] Finish to recover settle compaction successfully."; public static final String STORAGE_LOG_COMPACTION_RECOVER_COMPACTION_LOG_IS_DF6FD183 = "{}-{} [Compaction][Recover] compaction log is {}"; public static final String STORAGE_LOG_SETTLE_TASK_FAIL_TO_DELETE_FULLY_DIRTY_TSFILE_B7DAEA8D = "Settle task fail to delete fully_dirty tsfile {}."; - public static final String STORAGE_LOG_COMPACTION_CROSS_SPACE_COMPACTION_FILE_LIST_IS_EMPTY_END_B8044743 = - "{}-{} [Compaction] Cross space compaction file list is empty, end it"; - public static final String STORAGE_LOG_COMPACTION_CROSSSPACECOMPACTION_TASK_STARTS_WITH_SEQ_FILES_8CDCBE0F = - "{}-{} [Compaction] CrossSpaceCompaction task starts with {} seq files and {} unsequence " - + "files. Sequence files : {}, unsequence files : {} . Sequence files size is {} MB, " - + "unsequence file size is {} MB, total size is {} MB"; - public static final String STORAGE_LOG_COMPACTION_CROSSSPACECOMPACTION_TASK_FINISHES_SUCCESSFULLY_D7F1B1FD = - "{}-{} [Compaction] CrossSpaceCompaction task finishes successfully, time cost is {} s, " - + "compaction speed is {} MB/s, {}"; - public static final String STORAGE_LOG_COMPACTION_RECOVER_RECOVER_COMPACTION_IN_DATA_REGION_DIR_ABD144CC = - "{} [Compaction][Recover] recover compaction in data region dir {}"; - public static final String STORAGE_LOG_COMPACTION_RECOVER_RECOVER_COMPACTION_IN_TIME_PARTITION_FA2FC44D = - "{} [Compaction][Recover] recover compaction in time partition dir {}"; - public static final String STORAGE_LOG_RECOVER_MODS_FILE_ERROR_ON_DELETE_ORIGIN_FILE_OR_RENAME_7033152A = - "recover mods file error on delete origin file or rename mods settle,"; + public static final String + STORAGE_LOG_COMPACTION_CROSS_SPACE_COMPACTION_FILE_LIST_IS_EMPTY_END_B8044743 = + "{}-{} [Compaction] Cross space compaction file list is empty, end it"; + public static final String + STORAGE_LOG_COMPACTION_CROSSSPACECOMPACTION_TASK_STARTS_WITH_SEQ_FILES_8CDCBE0F = + "{}-{} [Compaction] CrossSpaceCompaction task starts with {} seq files and {} unsequence " + + "files. Sequence files : {}, unsequence files : {} . Sequence files size is {} MB, " + + "unsequence file size is {} MB, total size is {} MB"; + public static final String + STORAGE_LOG_COMPACTION_CROSSSPACECOMPACTION_TASK_FINISHES_SUCCESSFULLY_D7F1B1FD = + "{}-{} [Compaction] CrossSpaceCompaction task finishes successfully, time cost is {} s, " + + "compaction speed is {} MB/s, {}"; + public static final String + STORAGE_LOG_COMPACTION_RECOVER_RECOVER_COMPACTION_IN_DATA_REGION_DIR_ABD144CC = + "{} [Compaction][Recover] recover compaction in data region dir {}"; + public static final String + STORAGE_LOG_COMPACTION_RECOVER_RECOVER_COMPACTION_IN_TIME_PARTITION_FA2FC44D = + "{} [Compaction][Recover] recover compaction in time partition dir {}"; + public static final String + STORAGE_LOG_RECOVER_MODS_FILE_ERROR_ON_DELETE_ORIGIN_FILE_OR_RENAME_7033152A = + "recover mods file error on delete origin file or rename mods settle,"; public static final String STORAGE_LOG_COMPACTION_RECOVER_COMPACTION_LOG_IS_0C57C7DA = "{} [Compaction][Recover] compaction log is {}"; - public static final String STORAGE_LOG_COMPACTION_RECOVER_COMPACTION_LOG_FILE_EXISTS_START_TO_RECOVER_74836930 = - "{} [Compaction][Recover] compaction log file {} exists, start to recover it"; - public static final String STORAGE_LOG_COMPACTION_RECOVER_INCOMPLETE_LOG_FILE_ABORT_RECOVER_46472E7C = - "{} [Compaction][Recover] incomplete log file, abort recover"; - public static final String STORAGE_LOG_COMPACTION_RECOVER_RECOVER_COMPACTION_SUCCESSFULLY_DELETE_8451AEFB = - "{} [Compaction][Recover] Recover compaction successfully, delete log file {}"; - public static final String STORAGE_LOG_COMPACTION_RECOVER_ALL_SOURCE_FILES_EXISTS_DELETE_ALL_TARGET_79954E60 = - "{} [Compaction][Recover] all source files exists, delete all target files."; - public static final String STORAGE_LOG_COMPACTION_RECOVER_EXCEPTION_OCCURS_WHILE_DELETING_LOG_FILE_49A24E1D = - "{} [Compaction][Recover] Exception occurs while deleting log file {}"; + public static final String + STORAGE_LOG_COMPACTION_RECOVER_COMPACTION_LOG_FILE_EXISTS_START_TO_RECOVER_74836930 = + "{} [Compaction][Recover] compaction log file {} exists, start to recover it"; + public static final String + STORAGE_LOG_COMPACTION_RECOVER_INCOMPLETE_LOG_FILE_ABORT_RECOVER_46472E7C = + "{} [Compaction][Recover] incomplete log file, abort recover"; + public static final String + STORAGE_LOG_COMPACTION_RECOVER_RECOVER_COMPACTION_SUCCESSFULLY_DELETE_8451AEFB = + "{} [Compaction][Recover] Recover compaction successfully, delete log file {}"; + public static final String + STORAGE_LOG_COMPACTION_RECOVER_ALL_SOURCE_FILES_EXISTS_DELETE_ALL_TARGET_79954E60 = + "{} [Compaction][Recover] all source files exists, delete all target files."; + public static final String + STORAGE_LOG_COMPACTION_RECOVER_EXCEPTION_OCCURS_WHILE_DELETING_LOG_FILE_49A24E1D = + "{} [Compaction][Recover] Exception occurs while deleting log file {}"; public static final String STORAGE_LOG_COMPACTION_RECOVER_FAILED_TO_REMOVE_TARGET_FILE_35A1E718 = "{} [Compaction][Recover] failed to remove target file {}"; - public static final String STORAGE_LOG_COMPACTION_RECOVER_EXCEPTION_OCCURS_WHILE_DELETING_COMPACTION_218A56FB = - "{} [Compaction][Recover] Exception occurs while deleting compaction mods file"; - public static final String STORAGE_LOG_COMPACTION_EXCEPTIONHANDLER_TARGET_FILE_IS_NOT_COMPLETE_865ADA73 = - "{} [Compaction][ExceptionHandler] target file {} is not complete, and some source files is " - + "lost, do nothing."; - public static final String STORAGE_LOG_COMPACTION_RECOVER_FAILED_TO_REMOVE_FILE_EXCEPTION_67CEA8E7 = - "{} [Compaction][Recover] failed to remove file {}, exception: {}"; - public static final String STORAGE_LOG_COMPACTION_EXCEPTIONHANDLER_SPACE_COMPACTION_START_HANDLING_1B55549F = - "{} [Compaction][ExceptionHandler] {} space compaction start handling exception, source " - + "seqFiles is {}, source unseqFiles is {}."; - public static final String STORAGE_LOG_COMPACTION_EXCEPTIONHANDLER_FAIL_TO_HANDLE_SPACE_COMPACTION_B21F170F = - "[Compaction][ExceptionHandler] Fail to handle {} space compaction exception, storage group " - + "is {}"; - public static final String STORAGE_LOG_COMPACTION_EXCEPTIONHANDLER_EXCEPTION_OCCURS_WHEN_HANDLING_B6C9751E = - "[Compaction][ExceptionHandler] exception occurs when handling exception in {} space " - + "compaction. storage group is {}"; - public static final String STORAGE_LOG_COMPACTION_EXCEPTION_FAIL_TO_DELETE_TARGET_TSFILE_WHEN_HANDLING_DC19DC8A = - "{} [Compaction][Exception] fail to delete target tsfile {} when handling exception"; - public static final String STORAGE_LOG_COMPACTION_EXCEPTIONHANDLER_TARGET_FILE_IS_NOT_COMPLETE_91E81106 = - "{} [Compaction][ExceptionHandler] target file {} is not complete, and some source files {} " - + "is lost, do nothing."; - public static final String STORAGE_LOG_BATCH_COMPACTION_CURRENT_DEVICE_IS_FIRST_BATCH_COMPACTED_34910754 = - "[Batch Compaction] current device is {}, first batch compacted time chunk is {}"; + public static final String + STORAGE_LOG_COMPACTION_RECOVER_EXCEPTION_OCCURS_WHILE_DELETING_COMPACTION_218A56FB = + "{} [Compaction][Recover] Exception occurs while deleting compaction mods file"; + public static final String + STORAGE_LOG_COMPACTION_EXCEPTIONHANDLER_TARGET_FILE_IS_NOT_COMPLETE_865ADA73 = + "{} [Compaction][ExceptionHandler] target file {} is not complete, and some source files is " + + "lost, do nothing."; + public static final String + STORAGE_LOG_COMPACTION_RECOVER_FAILED_TO_REMOVE_FILE_EXCEPTION_67CEA8E7 = + "{} [Compaction][Recover] failed to remove file {}, exception: {}"; + public static final String + STORAGE_LOG_COMPACTION_EXCEPTIONHANDLER_SPACE_COMPACTION_START_HANDLING_1B55549F = + "{} [Compaction][ExceptionHandler] {} space compaction start handling exception, source " + + "seqFiles is {}, source unseqFiles is {}."; + public static final String + STORAGE_LOG_COMPACTION_EXCEPTIONHANDLER_FAIL_TO_HANDLE_SPACE_COMPACTION_B21F170F = + "[Compaction][ExceptionHandler] Fail to handle {} space compaction exception, storage group " + + "is {}"; + public static final String + STORAGE_LOG_COMPACTION_EXCEPTIONHANDLER_EXCEPTION_OCCURS_WHEN_HANDLING_B6C9751E = + "[Compaction][ExceptionHandler] exception occurs when handling exception in {} space " + + "compaction. storage group is {}"; + public static final String + STORAGE_LOG_COMPACTION_EXCEPTION_FAIL_TO_DELETE_TARGET_TSFILE_WHEN_HANDLING_DC19DC8A = + "{} [Compaction][Exception] fail to delete target tsfile {} when handling exception"; + public static final String + STORAGE_LOG_COMPACTION_EXCEPTIONHANDLER_TARGET_FILE_IS_NOT_COMPLETE_91E81106 = + "{} [Compaction][ExceptionHandler] target file {} is not complete, and some source files {} " + + "is lost, do nothing."; + public static final String + STORAGE_LOG_BATCH_COMPACTION_CURRENT_DEVICE_IS_FIRST_BATCH_COMPACTED_34910754 = + "[Batch Compaction] current device is {}, first batch compacted time chunk is {}"; public static final String STORAGE_LOG_ADD_TSFILE_CURRENT_SELECT_FILE_NUM_IS_SIZE_IS_17E21BC9 = "Add tsfile {}, current select file num is {}, size is {}"; - public static final String STORAGE_LOG_SELECTING_CROSS_COMPACTION_TASK_RESOURCES_FROM_SEQFILE_UNSEQFILES_F4E1ABEB = - "Selecting cross compaction task resources from {} seqFile, {} unseqFiles"; - public static final String STORAGE_LOG_SELECTING_INSERTION_CROSS_COMPACTION_TASK_RESOURCES_FROM_ECB186D1 = - "Selecting insertion cross compaction task resources from {} seqFile, {} unseqFiles"; - public static final String STORAGE_LOG_ADDING_A_NEW_UNSEQFILE_AND_SEQFILES_AS_CANDIDATES_NEW_COST_07DD0A10 = - "Adding a new unseqFile {} and seqFiles {} as candidates, new cost {}, total cost {}"; - public static final String STORAGE_LOG_SELECT_ONE_VALID_SEQ_FILE_FOR_NONOVERLAP_UNSEQ_FILE_TO_COMPACT_456668F1 = - "Select one valid seq file {} for nonOverlap unseq file to compact with."; - public static final String STORAGE_LOG_TOTAL_SOURCE_FILES_SEQFILES_UNSEQFILES_CANDIDATE_SOURCE_7511ED9E = - "{} [{}] Total source files: {} seqFiles, {} unseqFiles. Candidate source files: {} " - + "seqFiles, {} unseqFiles. Cannot select any files because they do not meet the conditions or " - + "may be occupied by other compaction threads."; - public static final String STORAGE_LOG_TOTAL_SOURCE_FILES_SEQFILES_UNSEQFILES_CANDIDATE_SOURCE_B8B01FC4 = - "{} [{}] Total source files: {} seqFiles, {} unseqFiles. Candidate source files: {} " - + "seqFiles, {} unseqFiles. Selected source files: {} seqFiles, {} unseqFiles, estimated " - + "memory cost {} MB, total selected file size is {} MB, total selected seq file size is {} " - + "MB, total selected unseq file size is {} MB, time consumption {}ms."; + public static final String + STORAGE_LOG_SELECTING_CROSS_COMPACTION_TASK_RESOURCES_FROM_SEQFILE_UNSEQFILES_F4E1ABEB = + "Selecting cross compaction task resources from {} seqFile, {} unseqFiles"; + public static final String + STORAGE_LOG_SELECTING_INSERTION_CROSS_COMPACTION_TASK_RESOURCES_FROM_ECB186D1 = + "Selecting insertion cross compaction task resources from {} seqFile, {} unseqFiles"; + public static final String + STORAGE_LOG_ADDING_A_NEW_UNSEQFILE_AND_SEQFILES_AS_CANDIDATES_NEW_COST_07DD0A10 = + "Adding a new unseqFile {} and seqFiles {} as candidates, new cost {}, total cost {}"; + public static final String + STORAGE_LOG_SELECT_ONE_VALID_SEQ_FILE_FOR_NONOVERLAP_UNSEQ_FILE_TO_COMPACT_456668F1 = + "Select one valid seq file {} for nonOverlap unseq file to compact with."; + public static final String + STORAGE_LOG_TOTAL_SOURCE_FILES_SEQFILES_UNSEQFILES_CANDIDATE_SOURCE_7511ED9E = + "{} [{}] Total source files: {} seqFiles, {} unseqFiles. Candidate source files: {} " + + "seqFiles, {} unseqFiles. Cannot select any files because they do not meet the conditions or " + + "may be occupied by other compaction threads."; + public static final String + STORAGE_LOG_TOTAL_SOURCE_FILES_SEQFILES_UNSEQFILES_CANDIDATE_SOURCE_B8B01FC4 = + "{} [{}] Total source files: {} seqFiles, {} unseqFiles. Candidate source files: {} " + + "seqFiles, {} unseqFiles. Selected source files: {} seqFiles, {} unseqFiles, estimated " + + "memory cost {} MB, total selected file size is {} MB, total selected seq file size is {} " + + "MB, total selected unseq file size is {} MB, time consumption {}ms."; public static final String STORAGE_LOG_CANNOT_SELECT_FILE_FOR_SETTLE_COMPACTION_08C958D3 = "{}-{} cannot select file for settle compaction"; public static final String STORAGE_LOG_HAS_NULL_CHUNK_METADATA_FILE_IS_819E4A49 = "{} has null chunk metadata, file is {}"; public static final String STORAGE_LOG_MODIFICATIONS_SIZE_IS_FOR_FILE_PATH_EED7FD92 = "Modifications size is {} for file Path: {} "; - public static final String STORAGE_LOG_AN_ERROR_OCCURRED_WHEN_TRUNCATING_MODIFICATIONS_TO_SIZE_F8A0D6D5 = - "An error occurred when truncating modifications[{}] to size {}."; - public static final String STORAGE_LOG_FAIL_TO_FSYNC_WAL_NODE_S_CHECKPOINT_WRITER_CHANGE_SYSTEM_6E1EE226 = - "Fail to fsync wal node-{}'s checkpoint writer, change system mode to error."; - public static final String STORAGE_LOG_FAIL_TO_ROLL_WAL_NODE_S_CHECKPOINT_WRITER_CHANGE_SYSTEM_791DDAB7 = - "Fail to roll wal node-{}'s checkpoint writer, change system mode to error."; + public static final String + STORAGE_LOG_AN_ERROR_OCCURRED_WHEN_TRUNCATING_MODIFICATIONS_TO_SIZE_F8A0D6D5 = + "An error occurred when truncating modifications[{}] to size {}."; + public static final String + STORAGE_LOG_FAIL_TO_FSYNC_WAL_NODE_S_CHECKPOINT_WRITER_CHANGE_SYSTEM_6E1EE226 = + "Fail to fsync wal node-{}'s checkpoint writer, change system mode to error."; + public static final String + STORAGE_LOG_FAIL_TO_ROLL_WAL_NODE_S_CHECKPOINT_WRITER_CHANGE_SYSTEM_791DDAB7 = + "Fail to roll wal node-{}'s checkpoint writer, change system mode to error."; public static final String STORAGE_LOG_UNEXPECTED_ERROR_WHEN_LOADING_A_WAL_SEGMENT_IN_45B42CCF = "Unexpected error when loading a wal segment {} in {}@{}"; - public static final String STORAGE_LOG_MEET_ERROR_WHEN_READING_CHECKPOINT_FILE_SKIP_BROKEN_CHECKPOINTS_DADF9E9D = - "Meet error when reading checkpoint file {}, skip broken checkpoints"; - public static final String STORAGE_LOG_FAILED_TO_SCAN_WAL_FILE_FOR_SEARCHABLE_REQUEST_METADATA_9B4B0198 = - "Failed to scan WAL file {} for searchable request metadata"; + public static final String + STORAGE_LOG_MEET_ERROR_WHEN_READING_CHECKPOINT_FILE_SKIP_BROKEN_CHECKPOINTS_DADF9E9D = + "Meet error when reading checkpoint file {}, skip broken checkpoints"; + public static final String + STORAGE_LOG_FAILED_TO_SCAN_WAL_FILE_FOR_SEARCHABLE_REQUEST_METADATA_9B4B0198 = + "Failed to scan WAL file {} for searchable request metadata"; public static final String STORAGE_LOG_WAL_NODE_LOGS_INSERTROWNODE_THE_SEARCH_INDEX_IS_027450AC = "WAL node-{} logs insertRowNode, the search index is {}."; public static final String STORAGE_LOG_WAL_NODE_LOGS_INSERTROWSNODE_THE_SEARCH_INDEX_IS_1AF72E25 = "WAL node-{} logs insertRowsNode, the search index is {}."; - public static final String STORAGE_LOG_WAL_NODE_LOGS_INSERTTABLETNODE_THE_SEARCH_INDEX_IS_CF9A3600 = - "WAL node-{} logs insertTabletNode, the search index is {}."; + public static final String + STORAGE_LOG_WAL_NODE_LOGS_INSERTTABLETNODE_THE_SEARCH_INDEX_IS_CF9A3600 = + "WAL node-{} logs insertTabletNode, the search index is {}."; public static final String STORAGE_LOG_WAL_NODE_LOGS_DELETEDATANODE_THE_SEARCH_INDEX_IS_6E49BC54 = "WAL node-{} logs deleteDataNode, the search index is {}."; - public static final String STORAGE_LOG_WAL_NODE_LOGS_RELATIONALDELETEDATANODE_THE_SEARCH_INDEX_33258B30 = - "WAL node-{} logs relationalDeleteDataNode, the search index is {}."; - public static final String STORAGE_LOG_WAL_NODE_NO_WAL_FILE_OR_WAL_FILE_NUMBER_LESS_THAN_OR_EQUAL_3C65641C = - "wal node-{}:no wal file or wal file number less than or equal to one was found"; - public static final String STORAGE_LOG_EFFECTIVE_INFORMATION_RATIO_IS_ACTIVE_MEMTABLES_COST_IS_D9A13DD2 = - "Effective information ratio is {}, active memTables cost is {}, total cost is {}"; - public static final String STORAGE_LOG_SUCCESSFULLY_DELETE_OUTDATED_WAL_FILES_FOR_WAL_NODE_C141C741 = - "Successfully delete {} outdated wal files for wal node-{}"; - public static final String STORAGE_LOG_UPDATE_FILE_TO_SEARCH_FAILED_THE_NEXT_SEARCH_INDEX_IS_F3DC95F3 = - "update file to search failed, the next search index is {}"; + public static final String + STORAGE_LOG_WAL_NODE_LOGS_RELATIONALDELETEDATANODE_THE_SEARCH_INDEX_33258B30 = + "WAL node-{} logs relationalDeleteDataNode, the search index is {}."; + public static final String + STORAGE_LOG_WAL_NODE_NO_WAL_FILE_OR_WAL_FILE_NUMBER_LESS_THAN_OR_EQUAL_3C65641C = + "wal node-{}:no wal file or wal file number less than or equal to one was found"; + public static final String + STORAGE_LOG_EFFECTIVE_INFORMATION_RATIO_IS_ACTIVE_MEMTABLES_COST_IS_D9A13DD2 = + "Effective information ratio is {}, active memTables cost is {}, total cost is {}"; + public static final String + STORAGE_LOG_SUCCESSFULLY_DELETE_OUTDATED_WAL_FILES_FOR_WAL_NODE_C141C741 = + "Successfully delete {} outdated wal files for wal node-{}"; + public static final String + STORAGE_LOG_UPDATE_FILE_TO_SEARCH_FAILED_THE_NEXT_SEARCH_INDEX_IS_F3DC95F3 = + "update file to search failed, the next search index is {}"; public static final String STORAGE_LOG_SEARCHINDEX_RESULT_FILES_6151DCEB = "searchIndex: {}, result: {}, files: {}, "; public static final String STORAGE_LOG_FAIL_TO_DELETE_OUTDATED_WAL_FILE_OF_WAL_NODE_1B1F2AF2 = "Fail to delete outdated wal file {} of wal node-{}."; - public static final String STORAGE_LOG_WAL_NODE_FLUSHES_MEMTABLE_TO_TSFILE_BECAUSE_EFFECTIVE_INFORMATION_8CC86239 = - "WAL node-{} flushes memTable-{} to TsFile {} because Effective information ratio {} is " - + "below wal min effective info ratio {}, memTable size is {}."; - public static final String STORAGE_LOG_WAL_NODE_SNAPSHOTS_MEMTABLE_TO_WAL_FILES_BECAUSE_EFFECTIVE_0A1304ED = - "WAL node-{} snapshots memTable-{} to wal files because Effective information ratio {} is " - + "below wal min effective info ratio {}, memTable size is {}."; - public static final String STORAGE_LOG_TIMEOUT_WHEN_WAITING_FOR_NEXT_WAL_ENTRY_READY_EXECUTE_ROLLWALFILE_FEE9700E = - "timeout when waiting for next WAL entry ready, execute rollWALFile. Current search index in " - + "wal buffer is {}, and next target index is {}"; - public static final String STORAGE_LOG_THE_SEARCH_INDEX_OF_NEXT_WAL_ENTRY_SHOULD_BE_BUT_ACTUALLY_177BF8AF = - "The search index of next WAL entry should be {}, but actually it's {}"; - public static final String STORAGE_LOG_SKIP_FROM_TO_IT_S_A_DANGEROUS_OPERATION_BECAUSE_INSERT_PLAN_9283DC91 = - "Skip from {} to {}, it's a dangerous operation because insert plan {} may have been lost."; + public static final String + STORAGE_LOG_WAL_NODE_FLUSHES_MEMTABLE_TO_TSFILE_BECAUSE_EFFECTIVE_INFORMATION_8CC86239 = + "WAL node-{} flushes memTable-{} to TsFile {} because Effective information ratio {} is " + + "below wal min effective info ratio {}, memTable size is {}."; + public static final String + STORAGE_LOG_WAL_NODE_SNAPSHOTS_MEMTABLE_TO_WAL_FILES_BECAUSE_EFFECTIVE_0A1304ED = + "WAL node-{} snapshots memTable-{} to wal files because Effective information ratio {} is " + + "below wal min effective info ratio {}, memTable size is {}."; + public static final String + STORAGE_LOG_TIMEOUT_WHEN_WAITING_FOR_NEXT_WAL_ENTRY_READY_EXECUTE_ROLLWALFILE_FEE9700E = + "timeout when waiting for next WAL entry ready, execute rollWALFile. Current search index in " + + "wal buffer is {}, and next target index is {}"; + public static final String + STORAGE_LOG_THE_SEARCH_INDEX_OF_NEXT_WAL_ENTRY_SHOULD_BE_BUT_ACTUALLY_177BF8AF = + "The search index of next WAL entry should be {}, but actually it's {}"; + public static final String + STORAGE_LOG_SKIP_FROM_TO_IT_S_A_DANGEROUS_OPERATION_BECAUSE_INSERT_PLAN_9283DC91 = + "Skip from {} to {}, it's a dangerous operation because insert plan {} may have been lost."; public static final String STORAGE_LOG_FAIL_TO_READ_WAL_FROM_WAL_FILE_SKIP_THIS_FILE_06A3B079 = "Fail to read wal from wal file {}, skip this file."; - public static final String STORAGE_LOG_FAIL_TO_TRIGGER_ROLLING_WAL_NODE_S_WAL_FILE_LOG_WRITER_D1E595DC = - "Fail to trigger rolling wal node-{}'s wal file log writer."; - public static final String STORAGE_LOG_FAIL_TO_FIND_TSFILE_RECOVER_PERFORMER_FOR_WAL_ENTRY_IN_TSFILE_ED4EF3E7 = - "Fail to find TsFile recover performer for wal entry in TsFile {}"; - public static final String STORAGE_LOG_SUCCESSFULLY_RECOVER_WAL_NODE_IN_THE_DIRECTORY_ADD_THIS_FA6ADE22 = - "Successfully recover WAL node in the directory {}, add this node to WALManger."; - public static final String STORAGE_LOG_SUCCESSFULLY_RECOVER_WAL_NODE_IN_THE_DIRECTORY_SO_DELETE_A17892D9 = - "Successfully recover WAL node in the directory {}, so delete these wal files."; - public static final String STORAGE_LOG_FAIL_TO_READ_MEMTABLE_IDS_FROM_THE_WAL_FILE_OF_WAL_NODE_5325B5AB = - "Fail to read memTable ids from the wal file {} of wal node: {}"; - public static final String STORAGE_LOG_FAIL_TO_READ_MEMTABLE_IDS_FROM_THE_WAL_FILE_OF_WAL_NODE_FBCE8D93 = - "Fail to read memTable ids from the wal file {} of wal node."; - public static final String STORAGE_LOG_DATA_REGIONS_HAVE_SUBMITTED_ALL_UNSEALED_TSFILES_START_RECOVERING_208E6A26 = - "Data regions have submitted all unsealed TsFiles, start recovering TsFiles in each wal node."; + public static final String + STORAGE_LOG_FAIL_TO_TRIGGER_ROLLING_WAL_NODE_S_WAL_FILE_LOG_WRITER_D1E595DC = + "Fail to trigger rolling wal node-{}'s wal file log writer."; + public static final String + STORAGE_LOG_FAIL_TO_FIND_TSFILE_RECOVER_PERFORMER_FOR_WAL_ENTRY_IN_TSFILE_ED4EF3E7 = + "Fail to find TsFile recover performer for wal entry in TsFile {}"; + public static final String + STORAGE_LOG_SUCCESSFULLY_RECOVER_WAL_NODE_IN_THE_DIRECTORY_ADD_THIS_FA6ADE22 = + "Successfully recover WAL node in the directory {}, add this node to WALManger."; + public static final String + STORAGE_LOG_SUCCESSFULLY_RECOVER_WAL_NODE_IN_THE_DIRECTORY_SO_DELETE_A17892D9 = + "Successfully recover WAL node in the directory {}, so delete these wal files."; + public static final String + STORAGE_LOG_FAIL_TO_READ_MEMTABLE_IDS_FROM_THE_WAL_FILE_OF_WAL_NODE_5325B5AB = + "Fail to read memTable ids from the wal file {} of wal node: {}"; + public static final String + STORAGE_LOG_FAIL_TO_READ_MEMTABLE_IDS_FROM_THE_WAL_FILE_OF_WAL_NODE_FBCE8D93 = + "Fail to read memTable ids from the wal file {} of wal node."; + public static final String + STORAGE_LOG_DATA_REGIONS_HAVE_SUBMITTED_ALL_UNSEALED_TSFILES_START_RECOVERING_208E6A26 = + "Data regions have submitted all unsealed TsFiles, start recovering TsFiles in each wal node."; public static final String STORAGE_LOG_FAIL_TO_ADD_RECOVER_PERFORMER_FOR_FILE_54746E05 = "Fail to add recover performer for file {}"; public static final String STORAGE_LOG_BUFFER_CAPACITY_IS_LIMIT_IS_POSITION_IS_911625D8 = "buffer capacity is: {}, limit is: {}, position is: {}"; - public static final String STORAGE_LOG_HANDLE_CLOSE_SIGNAL_FOR_WAL_NODE_THERE_ARE_ENTRIES_LEFT_393393D0 = - "Handle close signal for wal node-{}, there are {} entries left."; + public static final String + STORAGE_LOG_HANDLE_CLOSE_SIGNAL_FOR_WAL_NODE_THERE_ARE_ENTRIES_LEFT_393393D0 = + "Handle close signal for wal node-{}, there are {} entries left."; public static final String STORAGE_LOG_SYNC_WAL_BUFFER_FORCEFLAG_BUFFER_USED_C2A75C99 = "Sync wal buffer, forceFlag: {}, buffer used: {} / {} = {}%"; - public static final String STORAGE_LOG_FAIL_TO_WRITE_WALENTRY_INTO_WAL_NODE_BECAUSE_THIS_NODE_IS_5D45E73F = - "Fail to write WALEntry into wal node-{} because this node is closed. It's ok to see this " - + "log during data region deletion."; - public static final String STORAGE_LOG_INTERRUPTED_WHEN_WAITING_FOR_TAKING_WALENTRY_FROM_BLOCKING_0765C068 = - "Interrupted when waiting for taking WALEntry from blocking queue to serialize."; - public static final String STORAGE_LOG_FAIL_TO_READ_MEMTABLE_IDS_FROM_THE_WAL_FILE_OF_WAL_NODE_54B0056E = - "Fail to read memTable ids from the wal file {} of wal node {}: {}"; - public static final String STORAGE_LOG_FAIL_TO_READ_MEMTABLE_IDS_FROM_THE_WAL_FILE_OF_WAL_NODE_D5287E27 = - "Fail to read memTable ids from the wal file {} of wal node {}."; - public static final String STORAGE_LOG_FAIL_TO_SERIALIZE_WALENTRY_TO_WAL_NODE_S_BUFFER_DISCARD_F0948835 = - "Fail to serialize WALEntry to wal node-{}'s buffer, discard it."; - public static final String STORAGE_LOG_FAIL_TO_SYNC_WAL_NODE_S_BUFFER_CHANGE_SYSTEM_MODE_TO_ERROR_8C379D57 = - "Fail to sync wal node-{}'s buffer, change system mode to error."; - public static final String STORAGE_LOG_FAIL_TO_ROLL_WAL_NODE_S_LOG_WRITER_CHANGE_SYSTEM_MODE_TO_A384AA54 = - "Fail to roll wal node-{}'s log writer, change system mode to error."; - public static final String STORAGE_LOG_FAIL_TO_FSYNC_WAL_NODE_S_LOG_WRITER_CHANGE_SYSTEM_MODE_TO_7930160B = - "Fail to fsync wal node-{}'s log writer, change system mode to error."; - public static final String STORAGE_LOG_FAIL_TO_CREATE_WAL_NODE_ALLOCATION_STRATEGY_BECAUSE_ALL_72801644 = - "Fail to create wal node allocation strategy because all disks of wal folders are full."; - public static final String STORAGE_LOG_THIS_TSFILE_ISN_T_CRASHED_NO_NEED_TO_REDO_WAL_LOG_A017A0F0 = - "This TsFile {} isn't crashed, no need to redo wal log."; - public static final String STORAGE_LOG_CANNOT_DESERIALIZE_RESOURCE_FILE_OF_TRY_TO_RECONSTRUCT_IT_F82299C6 = - "Cannot deserialize .resource file of {}, try to reconstruct it."; - public static final String STORAGE_LOG_TRY_TO_RELEASE_MEMORY_FROM_A_MEMORY_BLOCK_WHICH_HAS_NOT_874E7A08 = - "Try to release memory from a memory block {} which has not released all memory"; - public static final String STORAGE_LOG_TRY_TO_SHRINK_A_NEGATIVE_MEMORY_SIZE_FROM_MEMORY_BLOCK_60501B13 = - "Try to shrink a negative memory size {} from memory block {}"; - public static final String STORAGE_LOG_LOAD_FORCE_RESIZED_LOADTSFILEMEMORYBLOCK_WITH_MEMORY_FROM_33AC288A = - "Load: Force resized LoadTsFileMemoryBlock with memory from query engine, size added: {}, " - + "new size: {}"; - public static final String STORAGE_LOG_LOAD_QUERY_ENGINE_S_MEMORY_IS_NOT_SUFFICIENT_ALLOCATED_MEMORYBLOCK_44D5B5FB = - "Load: Query engine's memory is not sufficient, allocated MemoryBlock from " - + "DataCacheMemoryBlock, size: {}"; - public static final String STORAGE_LOG_LOAD_QUERY_ENGINE_S_MEMORY_IS_NOT_SUFFICIENT_FORCE_RESIZED_9F85F4CA = - "Load: Query engine's memory is not sufficient, force resized LoadTsFileMemoryBlock with " - + "memory from DataCacheMemoryBlock, size added: {}, new size: {}"; + public static final String + STORAGE_LOG_FAIL_TO_WRITE_WALENTRY_INTO_WAL_NODE_BECAUSE_THIS_NODE_IS_5D45E73F = + "Fail to write WALEntry into wal node-{} because this node is closed. It's ok to see this " + + "log during data region deletion."; + public static final String + STORAGE_LOG_INTERRUPTED_WHEN_WAITING_FOR_TAKING_WALENTRY_FROM_BLOCKING_0765C068 = + "Interrupted when waiting for taking WALEntry from blocking queue to serialize."; + public static final String + STORAGE_LOG_FAIL_TO_READ_MEMTABLE_IDS_FROM_THE_WAL_FILE_OF_WAL_NODE_54B0056E = + "Fail to read memTable ids from the wal file {} of wal node {}: {}"; + public static final String + STORAGE_LOG_FAIL_TO_READ_MEMTABLE_IDS_FROM_THE_WAL_FILE_OF_WAL_NODE_D5287E27 = + "Fail to read memTable ids from the wal file {} of wal node {}."; + public static final String + STORAGE_LOG_FAIL_TO_SERIALIZE_WALENTRY_TO_WAL_NODE_S_BUFFER_DISCARD_F0948835 = + "Fail to serialize WALEntry to wal node-{}'s buffer, discard it."; + public static final String + STORAGE_LOG_FAIL_TO_SYNC_WAL_NODE_S_BUFFER_CHANGE_SYSTEM_MODE_TO_ERROR_8C379D57 = + "Fail to sync wal node-{}'s buffer, change system mode to error."; + public static final String + STORAGE_LOG_FAIL_TO_ROLL_WAL_NODE_S_LOG_WRITER_CHANGE_SYSTEM_MODE_TO_A384AA54 = + "Fail to roll wal node-{}'s log writer, change system mode to error."; + public static final String + STORAGE_LOG_FAIL_TO_FSYNC_WAL_NODE_S_LOG_WRITER_CHANGE_SYSTEM_MODE_TO_7930160B = + "Fail to fsync wal node-{}'s log writer, change system mode to error."; + public static final String + STORAGE_LOG_FAIL_TO_CREATE_WAL_NODE_ALLOCATION_STRATEGY_BECAUSE_ALL_72801644 = + "Fail to create wal node allocation strategy because all disks of wal folders are full."; + public static final String + STORAGE_LOG_THIS_TSFILE_ISN_T_CRASHED_NO_NEED_TO_REDO_WAL_LOG_A017A0F0 = + "This TsFile {} isn't crashed, no need to redo wal log."; + public static final String + STORAGE_LOG_CANNOT_DESERIALIZE_RESOURCE_FILE_OF_TRY_TO_RECONSTRUCT_IT_F82299C6 = + "Cannot deserialize .resource file of {}, try to reconstruct it."; + public static final String + STORAGE_LOG_TRY_TO_RELEASE_MEMORY_FROM_A_MEMORY_BLOCK_WHICH_HAS_NOT_874E7A08 = + "Try to release memory from a memory block {} which has not released all memory"; + public static final String + STORAGE_LOG_TRY_TO_SHRINK_A_NEGATIVE_MEMORY_SIZE_FROM_MEMORY_BLOCK_60501B13 = + "Try to shrink a negative memory size {} from memory block {}"; + public static final String + STORAGE_LOG_LOAD_FORCE_RESIZED_LOADTSFILEMEMORYBLOCK_WITH_MEMORY_FROM_33AC288A = + "Load: Force resized LoadTsFileMemoryBlock with memory from query engine, size added: {}, " + + "new size: {}"; + public static final String + STORAGE_LOG_LOAD_QUERY_ENGINE_S_MEMORY_IS_NOT_SUFFICIENT_ALLOCATED_MEMORYBLOCK_44D5B5FB = + "Load: Query engine's memory is not sufficient, allocated MemoryBlock from " + + "DataCacheMemoryBlock, size: {}"; + public static final String + STORAGE_LOG_LOAD_QUERY_ENGINE_S_MEMORY_IS_NOT_SUFFICIENT_FORCE_RESIZED_9F85F4CA = + "Load: Query engine's memory is not sufficient, force resized LoadTsFileMemoryBlock with " + + "memory from DataCacheMemoryBlock, size added: {}, new size: {}"; public static final String STORAGE_LOG_CREATE_DATA_CACHE_MEMORY_BLOCK_ALLOCATE_MEMORY_5F3E041D = "Create Data Cache Memory Block {}, allocate memory {}"; - public static final String STORAGE_LOG_LOAD_ATTEMPTING_TO_RELEASE_MORE_MEMORY_THAN_ALLOCATED_0E737996 = - "Load: Attempting to release more memory ({}) than allocated ({})"; - public static final String STORAGE_LOG_LOAD_FAILED_TO_SETTOTALMEMORYSIZEINBYTES_MEMORY_BLOCK_TO_DBE9BE56 = - "Load: Failed to setTotalMemorySizeInBytes memory block {} to {} bytes, current memory usage " - + "{} bytes"; - public static final String STORAGE_LOG_DATA_TYPE_CONVERSION_FOR_LOADTSFILESTATEMENT_IS_SUCCESSFUL_99016326 = - "Data type conversion for LoadTsFileStatement {} is successful."; - public static final String STORAGE_LOG_FAILED_TO_CONVERT_DATA_TYPE_FOR_LOADTSFILESTATEMENT_5D132E57 = - "Failed to convert data type for LoadTsFileStatement: {}."; - public static final String STORAGE_LOG_FAILED_TO_CONVERT_DATA_TYPE_FOR_LOADTSFILESTATEMENT_STATUS_F0311707 = - "Failed to convert data type for LoadTsFileStatement: {}, status code is {}."; - public static final String STORAGE_LOG_FAILED_TO_CONVERT_DATA_TYPES_FOR_TABLE_MODEL_STATEMENT_CB574D44 = - "Failed to convert data types for table model statement {}."; - public static final String STORAGE_LOG_FAILED_TO_CONVERT_DATA_TYPES_FOR_TREE_MODEL_STATEMENT_5C2869D6 = - "Failed to convert data types for tree model statement {}."; + public static final String + STORAGE_LOG_LOAD_ATTEMPTING_TO_RELEASE_MORE_MEMORY_THAN_ALLOCATED_0E737996 = + "Load: Attempting to release more memory ({}) than allocated ({})"; + public static final String + STORAGE_LOG_LOAD_FAILED_TO_SETTOTALMEMORYSIZEINBYTES_MEMORY_BLOCK_TO_DBE9BE56 = + "Load: Failed to setTotalMemorySizeInBytes memory block {} to {} bytes, current memory usage " + + "{} bytes"; + public static final String + STORAGE_LOG_DATA_TYPE_CONVERSION_FOR_LOADTSFILESTATEMENT_IS_SUCCESSFUL_99016326 = + "Data type conversion for LoadTsFileStatement {} is successful."; + public static final String + STORAGE_LOG_FAILED_TO_CONVERT_DATA_TYPE_FOR_LOADTSFILESTATEMENT_5D132E57 = + "Failed to convert data type for LoadTsFileStatement: {}."; + public static final String + STORAGE_LOG_FAILED_TO_CONVERT_DATA_TYPE_FOR_LOADTSFILESTATEMENT_STATUS_F0311707 = + "Failed to convert data type for LoadTsFileStatement: {}, status code is {}."; + public static final String + STORAGE_LOG_FAILED_TO_CONVERT_DATA_TYPES_FOR_TABLE_MODEL_STATEMENT_CB574D44 = + "Failed to convert data types for table model statement {}."; + public static final String + STORAGE_LOG_FAILED_TO_CONVERT_DATA_TYPES_FOR_TREE_MODEL_STATEMENT_5C2869D6 = + "Failed to convert data types for tree model statement {}."; public static final String STORAGE_LOG_LOAD_INSERTING_TABLET_TO_CASTING_TYPE_FROM_TO_AE808A8B = "Load: Inserting tablet to {}.{}. Casting type from {} to {}."; - public static final String STORAGE_LOG_TRY_TO_LOAD_TSFILE_V3_INTO_CURRENT_VERSION_V4_FILE_PATH_B8D38E22 = - "try to load TsFile V3 into current version (V4), file path: {}"; - public static final String STORAGE_LOG_THE_FILE_S_VERSION_NUMBER_IS_HIGHER_THAN_CURRENT_FILE_PATH_6D17349F = - "the file's Version Number is higher than current, file path: {}"; - public static final String STORAGE_LOG_FAILED_TO_FIND_MOUNT_POINT_SKIP_REGISTER_IT_TO_MAP_33F38542 = - "Failed to find mount point {}, skip register it to map"; - public static final String STORAGE_LOG_EXCEPTION_OCCURS_WHEN_READING_DATA_DIR_S_MOUNT_POINT_9421E685 = - "Exception occurs when reading data dir's mount point {}"; - public static final String STORAGE_LOG_EXCEPTION_OCCURS_WHEN_READING_TARGET_FILE_S_MOUNT_POINT_47567945 = - "Exception occurs when reading target file's mount point {}"; - public static final String STORAGE_LOG_REJECTING_AUTO_LOAD_TSFILE_ISGENERATEDBYPIPE_DUE_TO_MEMORY_9A60DF29 = - "Rejecting auto load tsfile {} (isGeneratedByPipe = {}) due to memory constraints, will " - + "retry later."; - public static final String STORAGE_LOG_REJECTING_AUTO_LOAD_TSFILE_ISGENERATEDBYPIPE_DUE_TO_THE_16FA5F18 = - "Rejecting auto load tsfile {} (isGeneratedByPipe = {}) due to the system is read only, will " - + "retry later."; - public static final String STORAGE_LOG_REJECTING_AUTO_LOAD_TSFILE_ISGENERATEDBYPIPE_DUE_TO_TIME_E18630DE = - "Rejecting auto load tsfile {} (isGeneratedByPipe = {}) due to time out to wait for " - + "procedure return, will retry later."; - public static final String STORAGE_LOG_REJECTING_AUTO_LOAD_TSFILE_ISGENERATEDBYPIPE_DUE_TO_THE_5F811A8B = - "Rejecting auto load tsfile {} (isGeneratedByPipe = {}) due to the datanode is not enough, " - + "will retry later."; - public static final String STORAGE_LOG_REJECTING_AUTO_LOAD_TSFILE_ISGENERATEDBYPIPE_DUE_TO_FAIL_F59307B8 = - "Rejecting auto load tsfile {} (isGeneratedByPipe = {}) due to fail to connect to any config " - + "node, will retry later."; - public static final String STORAGE_LOG_REJECTING_AUTO_LOAD_TSFILE_ISGENERATEDBYPIPE_DUE_TO_CURRENT_264E12EE = - "Rejecting auto load tsfile {} (isGeneratedByPipe = {}) due to current query is time out, " - + "will retry later."; + public static final String + STORAGE_LOG_TRY_TO_LOAD_TSFILE_V3_INTO_CURRENT_VERSION_V4_FILE_PATH_B8D38E22 = + "try to load TsFile V3 into current version (V4), file path: {}"; + public static final String + STORAGE_LOG_THE_FILE_S_VERSION_NUMBER_IS_HIGHER_THAN_CURRENT_FILE_PATH_6D17349F = + "the file's Version Number is higher than current, file path: {}"; + public static final String + STORAGE_LOG_FAILED_TO_FIND_MOUNT_POINT_SKIP_REGISTER_IT_TO_MAP_33F38542 = + "Failed to find mount point {}, skip register it to map"; + public static final String + STORAGE_LOG_EXCEPTION_OCCURS_WHEN_READING_DATA_DIR_S_MOUNT_POINT_9421E685 = + "Exception occurs when reading data dir's mount point {}"; + public static final String + STORAGE_LOG_EXCEPTION_OCCURS_WHEN_READING_TARGET_FILE_S_MOUNT_POINT_47567945 = + "Exception occurs when reading target file's mount point {}"; + public static final String + STORAGE_LOG_REJECTING_AUTO_LOAD_TSFILE_ISGENERATEDBYPIPE_DUE_TO_MEMORY_9A60DF29 = + "Rejecting auto load tsfile {} (isGeneratedByPipe = {}) due to memory constraints, will " + + "retry later."; + public static final String + STORAGE_LOG_REJECTING_AUTO_LOAD_TSFILE_ISGENERATEDBYPIPE_DUE_TO_THE_16FA5F18 = + "Rejecting auto load tsfile {} (isGeneratedByPipe = {}) due to the system is read only, will " + + "retry later."; + public static final String + STORAGE_LOG_REJECTING_AUTO_LOAD_TSFILE_ISGENERATEDBYPIPE_DUE_TO_TIME_E18630DE = + "Rejecting auto load tsfile {} (isGeneratedByPipe = {}) due to time out to wait for " + + "procedure return, will retry later."; + public static final String + STORAGE_LOG_REJECTING_AUTO_LOAD_TSFILE_ISGENERATEDBYPIPE_DUE_TO_THE_5F811A8B = + "Rejecting auto load tsfile {} (isGeneratedByPipe = {}) due to the datanode is not enough, " + + "will retry later."; + public static final String + STORAGE_LOG_REJECTING_AUTO_LOAD_TSFILE_ISGENERATEDBYPIPE_DUE_TO_FAIL_F59307B8 = + "Rejecting auto load tsfile {} (isGeneratedByPipe = {}) due to fail to connect to any config " + + "node, will retry later."; + public static final String + STORAGE_LOG_REJECTING_AUTO_LOAD_TSFILE_ISGENERATEDBYPIPE_DUE_TO_CURRENT_264E12EE = + "Rejecting auto load tsfile {} (isGeneratedByPipe = {}) due to current query is time out, " + + "will retry later."; public static final String STORAGE_LOG_SUCCESSFULLY_AUTO_LOAD_TSFILE_ISGENERATEDBYPIPE_ADB5FEC9 = "Successfully auto load tsfile {} (isGeneratedByPipe = {})"; - public static final String STORAGE_LOG_ERROR_OCCURRED_DURING_CREATING_FAIL_DIRECTORY_FOR_ACTIVE_7D3BEB38 = - "Error occurred during creating fail directory {} for active load."; - public static final String STORAGE_LOG_FAILED_TO_AUTO_LOAD_TSFILE_ISGENERATEDBYPIPE_STATUS_FILE_F43E9EF7 = - "Failed to auto load tsfile {} (isGeneratedByPipe = {}), status: {}. File will be moved to " - + "fail directory."; - public static final String STORAGE_LOG_FAILED_TO_AUTO_LOAD_TSFILE_ISGENERATEDBYPIPE_DUE_TO_FILE_5EE1FA08 = - "Failed to auto load tsfile {} (isGeneratedByPipe = {}) due to file not found, will skip " - + "this file."; - public static final String STORAGE_LOG_FAILED_TO_AUTO_LOAD_TSFILE_ISGENERATEDBYPIPE_BECAUSE_OF_07946D74 = - "Failed to auto load tsfile {} (isGeneratedByPipe = {}) because of an unexpected exception. " - + "File will be moved to fail directory."; - public static final String STORAGE_LOG_ERROR_OCCURRED_DURING_HOT_RELOAD_ACTIVE_LOAD_DIRS_CURRENT_673AFC0F = - "Error occurred during hot reload active load dirs. Current active load listening dirs: {}."; - public static final String LOG_ACTIVE_LOAD_LISTENING_DIRECTORY_S_IS_SKIPPED_DURING_HOT_RELOAD_BECAUSE_IT_IS_UNDER_IOTDB_DATA_DIRECTORY_DA90CAE1 = - "Active load listening directory {} is skipped during hot reload because it is under data " - + "directory."; - public static final String LOG_FAILED_TO_VALIDATE_ACTIVE_LOAD_LISTENING_DIRECTORY_S_SKIP_SCANNING_ARG_0E6A508E = - "Failed to validate active load listening directory {}. Skip scanning this directory. " - + "Reason: {}"; - public static final String STORAGE_LOG_CURRENT_DIR_PATH_IS_NOT_READABLE_SKIP_SCANNING_THIS_DIR_9C8B7E00 = - "Current dir path is not readable: {}.Skip scanning this dir. Please check the permission."; - public static final String STORAGE_LOG_CURRENT_DIR_PATH_IS_NOT_WRITABLE_SKIP_SCANNING_THIS_DIR_4885E78F = - "Current dir path is not writable: {}.Skip scanning this dir. Please check the permission."; - public static final String STORAGE_LOG_ERROR_OCCURRED_DURING_CHECKING_R_W_PERMISSION_OF_DIR_SKIP_3EC7FC7D = - "Error occurred during checking r/w permission of dir: {}. Skip scanning this dir."; - public static final String STORAGE_LOG_REPORT_DATABASE_STATUS_TO_THE_SYSTEM_AFTER_ADDING_CURRENT_8982BBD7 = - "Report database Status to the system. After adding {}, current sg mem cost is {}."; - public static final String STORAGE_LOG_THE_TOTAL_DATABASE_MEM_COSTS_ARE_TOO_LARGE_CALL_FOR_FLUSHING_26AD8CDF = - "The total database mem costs are too large, call for flushing. Current sg cost is {}"; - public static final String STORAGE_LOG_SG_RELEASED_MEMORY_DELTA_BUT_STILL_EXCEEDING_FLUSH_PROPORTION_DB68D9D5 = - "SG ({}) released memory (delta: {}) but still exceeding flush proportion (totalSgMemCost: " - + "{}), call flush."; - public static final String STORAGE_LOG_SG_RELEASED_MEMORY_DELTA_SYSTEM_IS_IN_NORMAL_STATUS_TOTALSGMEMCOST_600A4A8D = - "SG ({}) released memory (delta: {}), system is in normal status (totalSgMemCost: {})."; - public static final String STORAGE_LOG_CHANGE_SYSTEM_TO_REJECT_STATUS_TRIGGERED_BY_LOGICAL_SG_MEM_6F9BCBD3 = - "Change system to reject status. Triggered by: logical SG ({}), mem cost delta ({}), " - + "totalSgMemCost ({}), REJECT_THRESHOLD ({})"; - public static final String STORAGE_LOG_SG_RELEASED_MEMORY_DELTA_SET_SYSTEM_TO_NORMAL_STATUS_TOTALSGMEMCOST_0F714668 = - "SG ({}) released memory (delta: {}), set system to normal status (totalSgMemCost: {})."; - public static final String STORAGE_LOG_SG_RELEASED_MEMORY_DELTA_BUT_SYSTEM_IS_STILL_IN_REJECT_STATUS_AD5E475C = - "SG ({}) released memory (delta: {}), but system is still in reject status (totalSgMemCost: " - + "{})."; - public static final String STORAGE_LOG_DEGRADE_LASTFLUSHTIMEMAP_OF_OLD_TIMEPARTITIONINFO_MEM_SIZE_BED053EE = - "[{}]degrade LastFlushTimeMap of old TimePartitionInfo-{}, mem size is {}, remaining mem " - + "cost is {}"; + public static final String + STORAGE_LOG_ERROR_OCCURRED_DURING_CREATING_FAIL_DIRECTORY_FOR_ACTIVE_7D3BEB38 = + "Error occurred during creating fail directory {} for active load."; + public static final String + STORAGE_LOG_FAILED_TO_AUTO_LOAD_TSFILE_ISGENERATEDBYPIPE_STATUS_FILE_F43E9EF7 = + "Failed to auto load tsfile {} (isGeneratedByPipe = {}), status: {}. File will be moved to " + + "fail directory."; + public static final String + STORAGE_LOG_FAILED_TO_AUTO_LOAD_TSFILE_ISGENERATEDBYPIPE_DUE_TO_FILE_5EE1FA08 = + "Failed to auto load tsfile {} (isGeneratedByPipe = {}) due to file not found, will skip " + + "this file."; + public static final String + STORAGE_LOG_FAILED_TO_AUTO_LOAD_TSFILE_ISGENERATEDBYPIPE_BECAUSE_OF_07946D74 = + "Failed to auto load tsfile {} (isGeneratedByPipe = {}) because of an unexpected exception. " + + "File will be moved to fail directory."; + public static final String + STORAGE_LOG_ERROR_OCCURRED_DURING_HOT_RELOAD_ACTIVE_LOAD_DIRS_CURRENT_673AFC0F = + "Error occurred during hot reload active load dirs. Current active load listening dirs: {}."; + public static final String + LOG_ACTIVE_LOAD_LISTENING_DIRECTORY_S_IS_SKIPPED_DURING_HOT_RELOAD_BECAUSE_IT_IS_UNDER_IOTDB_DATA_DIRECTORY_DA90CAE1 = + "Active load listening directory {} is skipped during hot reload because it is under data " + + "directory."; + public static final String + LOG_FAILED_TO_VALIDATE_ACTIVE_LOAD_LISTENING_DIRECTORY_S_SKIP_SCANNING_ARG_0E6A508E = + "Failed to validate active load listening directory {}. Skip scanning this directory. " + + "Reason: {}"; + public static final String + STORAGE_LOG_CURRENT_DIR_PATH_IS_NOT_READABLE_SKIP_SCANNING_THIS_DIR_9C8B7E00 = + "Current dir path is not readable: {}.Skip scanning this dir. Please check the permission."; + public static final String + STORAGE_LOG_CURRENT_DIR_PATH_IS_NOT_WRITABLE_SKIP_SCANNING_THIS_DIR_4885E78F = + "Current dir path is not writable: {}.Skip scanning this dir. Please check the permission."; + public static final String + STORAGE_LOG_ERROR_OCCURRED_DURING_CHECKING_R_W_PERMISSION_OF_DIR_SKIP_3EC7FC7D = + "Error occurred during checking r/w permission of dir: {}. Skip scanning this dir."; + public static final String + STORAGE_LOG_REPORT_DATABASE_STATUS_TO_THE_SYSTEM_AFTER_ADDING_CURRENT_8982BBD7 = + "Report database Status to the system. After adding {}, current sg mem cost is {}."; + public static final String + STORAGE_LOG_THE_TOTAL_DATABASE_MEM_COSTS_ARE_TOO_LARGE_CALL_FOR_FLUSHING_26AD8CDF = + "The total database mem costs are too large, call for flushing. Current sg cost is {}"; + public static final String + STORAGE_LOG_SG_RELEASED_MEMORY_DELTA_BUT_STILL_EXCEEDING_FLUSH_PROPORTION_DB68D9D5 = + "SG ({}) released memory (delta: {}) but still exceeding flush proportion (totalSgMemCost: " + + "{}), call flush."; + public static final String + STORAGE_LOG_SG_RELEASED_MEMORY_DELTA_SYSTEM_IS_IN_NORMAL_STATUS_TOTALSGMEMCOST_600A4A8D = + "SG ({}) released memory (delta: {}), system is in normal status (totalSgMemCost: {})."; + public static final String + STORAGE_LOG_CHANGE_SYSTEM_TO_REJECT_STATUS_TRIGGERED_BY_LOGICAL_SG_MEM_6F9BCBD3 = + "Change system to reject status. Triggered by: logical SG ({}), mem cost delta ({}), " + + "totalSgMemCost ({}), REJECT_THRESHOLD ({})"; + public static final String + STORAGE_LOG_SG_RELEASED_MEMORY_DELTA_SET_SYSTEM_TO_NORMAL_STATUS_TOTALSGMEMCOST_0F714668 = + "SG ({}) released memory (delta: {}), set system to normal status (totalSgMemCost: {})."; + public static final String + STORAGE_LOG_SG_RELEASED_MEMORY_DELTA_BUT_SYSTEM_IS_STILL_IN_REJECT_STATUS_AD5E475C = + "SG ({}) released memory (delta: {}), but system is still in reject status (totalSgMemCost: " + + "{})."; + public static final String + STORAGE_LOG_DEGRADE_LASTFLUSHTIMEMAP_OF_OLD_TIMEPARTITIONINFO_MEM_SIZE_BED053EE = + "[{}]degrade LastFlushTimeMap of old TimePartitionInfo-{}, mem size is {}, remaining mem " + + "cost is {}"; public static final String STORAGE_LOG_LIMIT_OF_ARRAY_DEQUE_SIZE_UPDATED_05DBA95E = "limit of {} array deque size updated: {} -> {}"; - public static final String STORAGE_LOG_LIMITUPDATETHRESHOLD_OF_PRIMITIVEARRAYMANAGER_UPDATED_394801AE = - "limitUpdateThreshold of PrimitiveArrayManager updated: {} -> {}"; + public static final String + STORAGE_LOG_LIMITUPDATETHRESHOLD_OF_PRIMITIVEARRAYMANAGER_UPDATED_394801AE = + "limitUpdateThreshold of PrimitiveArrayManager updated: {} -> {}"; public static final String STORAGE_LOG_CREATE_FOLDER_FAILED_IS_THE_FOLDER_EXISTED_18E29D51 = "create folder {} failed. Is the folder existed: {}"; public static final String STORAGE_LOG_CAN_T_FIND_STRATEGY_FOR_MULT_DIRECTORIES_A06406EC = @@ -1273,87 +1733,110 @@ private StorageEngineMessages() {} // --------------------------------------------------------------------------- public static final String STORAGE_EXCEPTION_SYSTEM_REJECTED_OVER_SMS_94CEF932 = "System rejected over %sms"; - public static final String STORAGE_EXCEPTION_FAILED_TO_CREATE_TSFILEWRITERMANAGER_FOR_UUID_S_BECAUSE_A0D68950 = - "Failed to create TsFileWriterManager for uuid %s because of insufficient disk space."; + public static final String + STORAGE_EXCEPTION_FAILED_TO_CREATE_TSFILEWRITERMANAGER_FOR_UUID_S_BECAUSE_A0D68950 = + "Failed to create TsFileWriterManager for uuid %s because of insufficient disk space."; public static final String STORAGE_EXCEPTION_STORAGE_ALLOCATION_FAILED_FOR_S_TIER_D_E2C94F74 = "Storage allocation failed for %s (tier %d)"; - public static final String STORAGE_EXCEPTION_DATA_REGION_S_S_IS_DOWN_BECAUSE_THE_TIME_OF_TSFILE_S_IS_1F732E71 = - "data region %s[%s] is down, because the time of tsfile %s is larger than system current " - + "time, file time is %d while system current time is %d, please check it."; - public static final String STORAGE_EXCEPTION_UNABLE_TO_CONTINUE_WRITING_DATA_BECAUSE_THE_SPACE_ALLOCATED_9A5FB99E = - "Unable to continue writing data, because the space allocated to the database %s has already " - + "used the upper limit"; - public static final String STORAGE_EXCEPTION_FAILED_TO_CREATE_TSFILEPROCESSOR_FOR_DATABASE_S_TIMEPARTITIONID_0CD885BB = - "Failed to create TsFileProcessor for database %s, timePartitionId %s"; - public static final String STORAGE_EXCEPTION_DELETE_FAILED_PLEASE_DO_NOT_DELETE_UNTIL_THE_OLD_FILES_SETTLED_6C9F17CC = - "Delete failed. Please do not delete until the old files settled."; - public static final String STORAGE_EXCEPTION_MULTIPLE_ERRORS_OCCURRED_WHILE_WRITING_MOD_FILES_SEE_LOGS_529D7145 = - "Multiple errors occurred while writing mod files, see logs for details."; + public static final String + STORAGE_EXCEPTION_DATA_REGION_S_S_IS_DOWN_BECAUSE_THE_TIME_OF_TSFILE_S_IS_1F732E71 = + "data region %s[%s] is down, because the time of tsfile %s is larger than system current " + + "time, file time is %d while system current time is %d, please check it."; + public static final String + STORAGE_EXCEPTION_UNABLE_TO_CONTINUE_WRITING_DATA_BECAUSE_THE_SPACE_ALLOCATED_9A5FB99E = + "Unable to continue writing data, because the space allocated to the database %s has already " + + "used the upper limit"; + public static final String + STORAGE_EXCEPTION_FAILED_TO_CREATE_TSFILEPROCESSOR_FOR_DATABASE_S_TIMEPARTITIONID_0CD885BB = + "Failed to create TsFileProcessor for database %s, timePartitionId %s"; + public static final String + STORAGE_EXCEPTION_DELETE_FAILED_PLEASE_DO_NOT_DELETE_UNTIL_THE_OLD_FILES_SETTLED_6C9F17CC = + "Delete failed. Please do not delete until the old files settled."; + public static final String + STORAGE_EXCEPTION_MULTIPLE_ERRORS_OCCURRED_WHILE_WRITING_MOD_FILES_SEE_LOGS_529D7145 = + "Multiple errors occurred while writing mod files, see logs for details."; public static final String STORAGE_EXCEPTION_MEET_ERROR_WHEN_SETTLING_FILE_S_4D6ECCEE = "Meet error when settling file: %s"; - public static final String STORAGE_EXCEPTION_PEER_IS_INACTIVE_AND_NOT_READY_TO_WRITE_REQUEST_S_DATANODE_EDFE5AEF = - "Peer is inactive and not ready to write request, %s, DataNode Id: %s"; + public static final String + STORAGE_EXCEPTION_PEER_IS_INACTIVE_AND_NOT_READY_TO_WRITE_REQUEST_S_DATANODE_EDFE5AEF = + "Peer is inactive and not ready to write request, %s, DataNode Id: %s"; public static final String STORAGE_EXCEPTION_TSFILE_VALIDATE_FAILED_S_3CDE0677 = "tsfile validate failed, %s"; - public static final String STORAGE_EXCEPTION_FILE_RENAMING_FAILED_WHEN_LOADING_TSFILE_ORIGIN_S_TARGET_37BDA16F = - "File renaming failed when loading tsfile. Origin: %s, Target: %s, because %s"; - public static final String STORAGE_EXCEPTION_FILE_RENAMING_FAILED_WHEN_LOADING_RESOURCE_FILE_ORIGIN_S_9622AA6D = - "File renaming failed when loading .resource file. Origin: %s, Target: %s, because %s"; - public static final String STORAGE_EXCEPTION_FILE_RENAMING_FAILED_WHEN_LOADING_MOD_FILE_ORIGIN_S_TARGET_EEB4EDE7 = - "File renaming failed when loading .mod file. Origin: %s, Target: %s, because %s"; - public static final String STORAGE_EXCEPTION_TOTAL_ALLOCATED_MEMORY_FOR_DIRECT_BUFFER_WILL_BE_S_WHICH_FD7DC149 = - "Total allocated memory for direct buffer will be %s, which is greater than limit mem cost: " - + "%s"; + public static final String + STORAGE_EXCEPTION_FILE_RENAMING_FAILED_WHEN_LOADING_TSFILE_ORIGIN_S_TARGET_37BDA16F = + "File renaming failed when loading tsfile. Origin: %s, Target: %s, because %s"; + public static final String + STORAGE_EXCEPTION_FILE_RENAMING_FAILED_WHEN_LOADING_RESOURCE_FILE_ORIGIN_S_9622AA6D = + "File renaming failed when loading .resource file. Origin: %s, Target: %s, because %s"; + public static final String + STORAGE_EXCEPTION_FILE_RENAMING_FAILED_WHEN_LOADING_MOD_FILE_ORIGIN_S_TARGET_EEB4EDE7 = + "File renaming failed when loading .mod file. Origin: %s, Target: %s, because %s"; + public static final String + STORAGE_EXCEPTION_TOTAL_ALLOCATED_MEMORY_FOR_DIRECT_BUFFER_WILL_BE_S_WHICH_FD7DC149 = + "Total allocated memory for direct buffer will be %s, which is greater than limit mem cost: " + + "%s"; public static final String STORAGE_EXCEPTION_S_ALREADY_EXISTS_AND_IS_NOT_EMPTY_CF0BD6A4 = "%s already exists and is not empty"; public static final String STORAGE_EXCEPTION_S_S_WRITE_WAL_FAILED_S_5A7E61FB = "%s: %s write WAL failed: %s"; - public static final String STORAGE_EXCEPTION_MEMORY_NOT_ENOUGH_TO_CLONE_THE_TVLIST_DURING_FLUSH_PHASE_75C90725 = - "Memory not enough to clone the tvlist during flush phase"; + public static final String + STORAGE_EXCEPTION_MEMORY_NOT_ENOUGH_TO_CLONE_THE_TVLIST_DURING_FLUSH_PHASE_75C90725 = + "Memory not enough to clone the tvlist during flush phase"; public static final String STORAGE_EXCEPTION_DATA_TYPE_S_IS_NOT_SUPPORTED_5D5C02E4 = "Data type %s is not supported."; public static final String STORAGE_EXCEPTION_CURINDEX_D_IS_NOT_EQUAL_TO_CURSEQINDEX_D_6B9B1134 = "curIndex %d is not equal to curSeqIndex %d"; public static final String STORAGE_EXCEPTION_CURINDEX_D_IS_NOT_EQUAL_TO_CURUNSEQINDEX_D_AB32F71D = "curIndex %d is not equal to curUnSeqIndex %d"; - public static final String STORAGE_EXCEPTION_PAGEID_IN_SHAREDTIMEDATABUFFER_SHOULD_BE_INCREMENTAL_A5E6C4EE = - "PageId in SharedTimeDataBuffer should be incremental."; + public static final String + STORAGE_EXCEPTION_PAGEID_IN_SHAREDTIMEDATABUFFER_SHOULD_BE_INCREMENTAL_A5E6C4EE = + "PageId in SharedTimeDataBuffer should be incremental."; public static final String STORAGE_EXCEPTION_CAN_T_READ_FILE_S_S_FROM_DISK_9D5066C0 = "Can't read file %s%s from disk"; - public static final String STORAGE_EXCEPTION_SHOULD_NOT_GET_PROGRESS_INDEX_FROM_A_UNCLOSING_TSFILERESOURCE_129FD925 = - "Should not get progress index from a unclosing TsFileResource."; - public static final String STORAGE_EXCEPTION_DIRECTORY_CREATION_FAILED_S_PERMISSION_DENIED_OR_PARENT_2855777B = - "Directory creation failed: %s (Permission denied or parent not writable)"; + public static final String + STORAGE_EXCEPTION_SHOULD_NOT_GET_PROGRESS_INDEX_FROM_A_UNCLOSING_TSFILERESOURCE_129FD925 = + "Should not get progress index from a unclosing TsFileResource."; + public static final String + STORAGE_EXCEPTION_DIRECTORY_CREATION_FAILED_S_PERMISSION_DENIED_OR_PARENT_2855777B = + "Directory creation failed: %s (Permission denied or parent not writable)"; public static final String STORAGE_EXCEPTION_FAILED_TO_GET_DEVICES_FROM_TSFILE_S_S_412EEA1A = "Failed to get devices from tsfile: %s%s"; public static final String STORAGE_EXCEPTION_UNSUPPORTED_RECORD_TYPE_IN_FILE_S_TYPE_S_DADEE641 = "Unsupported record type in file: %s, type: %s"; - public static final String STORAGE_EXCEPTION_CORRESPONDING_MEMORY_ESTIMATOR_FOR_S_PERFORMER_OF_S_SPACE_D543D3EF = - "Corresponding memory estimator for %s performer of %s space compaction is not existed."; - public static final String STORAGE_EXCEPTION_HAS_BEEN_WAITING_OVER_S_SECONDS_FOR_ALL_SUB_COMPACTION_TASKS_76BD45D6 = - "Has been waiting over %s seconds for all sub compaction tasks to finish."; - public static final String STORAGE_EXCEPTION_HAS_BEEN_WAITING_OVER_S_SECONDS_FOR_ALL_COMPACTION_TASKS_87E1B82E = - "Has been waiting over %s seconds for all compaction tasks to finish."; - public static final String STORAGE_EXCEPTION_EXCEPTION_TO_PARSE_THE_TSFILE_S_IN_SETTLING_D40564AD = - "Exception to parse the tsfile: %s in settling"; + public static final String + STORAGE_EXCEPTION_CORRESPONDING_MEMORY_ESTIMATOR_FOR_S_PERFORMER_OF_S_SPACE_D543D3EF = + "Corresponding memory estimator for %s performer of %s space compaction is not existed."; + public static final String + STORAGE_EXCEPTION_HAS_BEEN_WAITING_OVER_S_SECONDS_FOR_ALL_SUB_COMPACTION_TASKS_76BD45D6 = + "Has been waiting over %s seconds for all sub compaction tasks to finish."; + public static final String + STORAGE_EXCEPTION_HAS_BEEN_WAITING_OVER_S_SECONDS_FOR_ALL_COMPACTION_TASKS_87E1B82E = + "Has been waiting over %s seconds for all compaction tasks to finish."; + public static final String + STORAGE_EXCEPTION_EXCEPTION_TO_PARSE_THE_TSFILE_S_IN_SETTLING_D40564AD = + "Exception to parse the tsfile: %s in settling"; public static final String STORAGE_EXCEPTION_THESE_DEVICES_S_DO_NOT_EXIST_IN_THE_TSFILE_5A03F30D = "These devices (%s) do not exist in the tsfile"; - public static final String STORAGE_EXCEPTION_CANNOT_SET_SINGLE_TYPE_OF_SOURCE_FILES_TO_THIS_KIND_OF_PERFORMER_6B422172 = - "Cannot set single type of source files to this kind of performer"; - public static final String STORAGE_EXCEPTION_CANNOT_SET_BOTH_SEQ_FILES_AND_UNSEQ_FILES_TO_THIS_KIND_OF_F68F629E = - "Cannot set both seq files and unseq files to this kind of performer"; + public static final String + STORAGE_EXCEPTION_CANNOT_SET_SINGLE_TYPE_OF_SOURCE_FILES_TO_THIS_KIND_OF_PERFORMER_6B422172 = + "Cannot set single type of source files to this kind of performer"; + public static final String + STORAGE_EXCEPTION_CANNOT_SET_BOTH_SEQ_FILES_AND_UNSEQ_FILES_TO_THIS_KIND_OF_F68F629E = + "Cannot set both seq files and unseq files to this kind of performer"; public static final String STORAGE_EXCEPTION_THIS_TABLENAME_IS_S_MERGE_TABLENAME_IS_S_4B05FA97 = "this.tableName is %s merge tableName is %s"; public static final String STORAGE_EXCEPTION_S_S_COMPACTION_ABORT_7D0CB1E5 = "%s-%s [Compaction] abort"; - public static final String STORAGE_EXCEPTION_FAILED_TO_PASS_COMPACTION_VALIDATION_RESOURCES_FILE_OR_TSFILE_4B78731F = - "Failed to pass compaction validation, .resources file or tsfile data is wrong"; + public static final String + STORAGE_EXCEPTION_FAILED_TO_PASS_COMPACTION_VALIDATION_RESOURCES_FILE_OR_TSFILE_4B78731F = + "Failed to pass compaction validation, .resources file or tsfile data is wrong"; public static final String STORAGE_EXCEPTION_FAILED_TO_DELETE_EMPTY_TARGET_FILE_S_324EF900 = "failed to delete empty target file %s"; public static final String STORAGE_EXCEPTION_TARGET_FILE_IS_NOT_COMPLETED_S_E65150DB = "Target file is not completed. %s"; - public static final String STORAGE_EXCEPTION_DOES_NOT_SUPPORT_THIS_METHOD_IN_READPOINTCROSSCOMPACTIONWRITER_D024F312 = - "Does not support this method in ReadPointCrossCompactionWriter"; + public static final String + STORAGE_EXCEPTION_DOES_NOT_SUPPORT_THIS_METHOD_IN_READPOINTCROSSCOMPACTIONWRITER_D024F312 = + "Does not support this method in ReadPointCrossCompactionWriter"; public static final String STORAGE_EXCEPTION_UNKNOWN_COMPACTION_LOG_LINE_S_C0A9DC05 = "unknown compaction log line: %s"; public static final String STORAGE_EXCEPTION_PATH_S_CANNOT_BE_PARSED_INTO_FILE_INFO_631C48C8 = @@ -1362,70 +1845,96 @@ private StorageEngineMessages() {} "String %s is not a legal file info string"; public static final String STORAGE_EXCEPTION_UNSUPPORTED_DATA_TYPE_S_D16A1E9A = "Unsupported data type: %s"; - public static final String STORAGE_EXCEPTION_DO_NOT_HAVE_A_COMPLETE_PAGE_BODY_EXPECTED_S_ACTUAL_S_3A05EF8F = - "do not have a complete page body. Expected:%s. Actual:%s"; - public static final String STORAGE_EXCEPTION_COMPACTION_COMPACTION_FOR_TARGET_FILE_S_ABORT_46ECFF41 = - "[Compaction] compaction for target file %s abort"; - public static final String STORAGE_EXCEPTION_COMPACTIONTASKSUMMARY_FOR_FASTCOMPACTIONPERFORMER_SHOULD_F5710AA8 = - "CompactionTaskSummary for FastCompactionPerformer should be FastCompactionTaskSummary"; - public static final String STORAGE_EXCEPTION_COMPACTION_COMPACTION_FOR_TARGET_FILES_S_ABORT_AFC87906 = - "[Compaction] compaction for target files %s abort"; - public static final String STORAGE_EXCEPTION_ILLEGAL_COMPACTION_PERFORMER_FOR_UNSEQ_INNER_COMPACTION_50D566DF = - "Illegal compaction performer for unseq inner compaction %s"; - public static final String STORAGE_EXCEPTION_ILLEGAL_COMPACTION_PERFORMER_FOR_SEQ_INNER_COMPACTION_S_2C2F1F66 = - "Illegal compaction performer for seq inner compaction %s"; - public static final String STORAGE_EXCEPTION_ILLEGAL_COMPACTION_PERFORMER_FOR_CROSS_COMPACTION_S_17C6E05D = - "Illegal compaction performer for cross compaction %s"; + public static final String + STORAGE_EXCEPTION_DO_NOT_HAVE_A_COMPLETE_PAGE_BODY_EXPECTED_S_ACTUAL_S_3A05EF8F = + "do not have a complete page body. Expected:%s. Actual:%s"; + public static final String + STORAGE_EXCEPTION_COMPACTION_COMPACTION_FOR_TARGET_FILE_S_ABORT_46ECFF41 = + "[Compaction] compaction for target file %s abort"; + public static final String + STORAGE_EXCEPTION_COMPACTIONTASKSUMMARY_FOR_FASTCOMPACTIONPERFORMER_SHOULD_F5710AA8 = + "CompactionTaskSummary for FastCompactionPerformer should be FastCompactionTaskSummary"; + public static final String + STORAGE_EXCEPTION_COMPACTION_COMPACTION_FOR_TARGET_FILES_S_ABORT_AFC87906 = + "[Compaction] compaction for target files %s abort"; + public static final String + STORAGE_EXCEPTION_ILLEGAL_COMPACTION_PERFORMER_FOR_UNSEQ_INNER_COMPACTION_50D566DF = + "Illegal compaction performer for unseq inner compaction %s"; + public static final String + STORAGE_EXCEPTION_ILLEGAL_COMPACTION_PERFORMER_FOR_SEQ_INNER_COMPACTION_S_2C2F1F66 = + "Illegal compaction performer for seq inner compaction %s"; + public static final String + STORAGE_EXCEPTION_ILLEGAL_COMPACTION_PERFORMER_FOR_CROSS_COMPACTION_S_17C6E05D = + "Illegal compaction performer for cross compaction %s"; public static final String STORAGE_EXCEPTION_SOURCE_FILE_S_IS_DELETED_D2ED7D90 = "source file %s is deleted"; public static final String STORAGE_EXCEPTION_S_S_EXCEEDS_SHORT_RANGE_1DF75A2D = "%s %s exceeds short range"; - public static final String STORAGE_EXCEPTION_THE_ELEMENT_SIZE_OF_WALENTRY_S_IS_LARGER_THAN_THE_TOTAL_E494520D = - "The element size of WALEntry %s is larger than the total memory size of wal buffer queue %s"; - public static final String STORAGE_EXCEPTION_FAIL_TO_GET_WAL_FILE_BY_VERSIONID_S_AND_FILES_S_9CB045F4 = - "Fail to get wal file by versionId=%s and files=%s."; - public static final String STORAGE_EXCEPTION_CANNOT_MAKE_OTHER_CHECKPOINT_TYPES_IN_THE_WAL_BUFFER_TYPE_E9053BC1 = - "Cannot make other checkpoint types in the wal buffer, type is %s"; + public static final String + STORAGE_EXCEPTION_THE_ELEMENT_SIZE_OF_WALENTRY_S_IS_LARGER_THAN_THE_TOTAL_E494520D = + "The element size of WALEntry %s is larger than the total memory size of wal buffer queue %s"; + public static final String + STORAGE_EXCEPTION_FAIL_TO_GET_WAL_FILE_BY_VERSIONID_S_AND_FILES_S_9CB045F4 = + "Fail to get wal file by versionId=%s and files=%s."; + public static final String + STORAGE_EXCEPTION_CANNOT_MAKE_OTHER_CHECKPOINT_TYPES_IN_THE_WAL_BUFFER_TYPE_E9053BC1 = + "Cannot make other checkpoint types in the wal buffer, type is %s"; public static final String STORAGE_EXCEPTION_FAILED_RECOVER_THE_RESOURCE_FILE_S_S_S_E35EF7D5 = "Failed recover the resource file: %s%s%s"; - public static final String STORAGE_EXCEPTION_THE_INITIAL_LIMITED_MEMORY_SIZE_D_IS_LESS_THAN_THE_MINIMUM_FC044302 = - "The initial limited memory size %d is less than the minimum memory size %d"; - public static final String STORAGE_EXCEPTION_SETTOTALMEMORYSIZEINBYTES_IS_NOT_SUPPORTED_FOR_LOADTSFILEDATACACHEMEMORYBLOCK_DFAB2A2A = - "setTotalMemorySizeInBytes is not supported for LoadTsFileDataCacheMemoryBlock"; - public static final String STORAGE_EXCEPTION_FORCEALLOCATE_FAILED_TO_ALLOCATE_MEMORY_FROM_QUERY_ENGINE_F91D5959 = - "forceAllocate: failed to allocate memory from query engine after %s retries, total query " - + "memory %s bytes, current available memory for load %s bytes, current load used memory size " - + "%s bytes, load requested memory size %s bytes"; - public static final String STORAGE_EXCEPTION_LOAD_INVALID_MEMORY_SIZE_D_BYTES_MUST_BE_POSITIVE_D6586ED3 = - "Load: Invalid memory size %d bytes, must be positive"; - public static final String STORAGE_EXCEPTION_LOAD_INVALID_MEMORY_SIZE_D_BYTES_MUST_BE_NON_NEGATIVE_A0146353 = - "Load: Invalid memory size %d bytes, must be non-negative"; - public static final String STORAGE_EXCEPTION_MAGIC_STRING_CHECK_ERROR_WHEN_PARSING_TSFILE_S_EA3D68E3 = - "Magic String check error when parsing TsFile %s."; - public static final String STORAGE_EXCEPTION_EMPTY_NONALIGNED_CHUNK_OR_TIME_CHUNK_WITH_OFFSET_D_IN_TSFILE_B1E462C9 = - "Empty Nonaligned Chunk or Time Chunk with offset %d in TsFile %s."; - public static final String STORAGE_EXCEPTION_TIME_PARTITION_SLOTS_SIZE_IS_GREATER_THAN_S_D076F78E = - "Time partition slots size is greater than %s"; - public static final String STORAGE_EXCEPTION_CONSUME_ALIGNED_CHUNK_DATA_ERROR_NEXT_CHUNK_OFFSET_D_CHUNKDATA_D896FAE2 = - "Consume aligned chunk data error, next chunk offset: %d, chunkData: %s"; - public static final String STORAGE_EXCEPTION_CONSUME_CHUNKDATA_ERROR_CHUNK_OFFSET_D_MEASUREMENT_S_CHUNKDATA_4A1F1EE1 = - "Consume chunkData error, chunk offset: %d, measurement: %s, chunkData: %s"; - public static final String STORAGE_EXCEPTION_TOTAL_DATABASE_MEMCOST_S_IS_OVER_THAN_MEMORYSIZEFORWRITING_C63E4D72 = - "Total database MemCost %s is over than memorySizeForWriting %s"; - public static final String STORAGE_EXCEPTION_REQUIRED_FILE_NUM_D_IS_GREATER_THAN_THE_MAX_FILE_NUM_D_FOR_AB6DE95B = - "Required file num %d is greater than the max file num %d for compaction."; - public static final String STORAGE_EXCEPTION_FAILED_TO_ALLOCATE_D_FILES_FOR_COMPACTION_AFTER_D_SECONDS_C701F750 = - "Failed to allocate %d files for compaction after %d seconds, max file num for compaction " - + "module is %d, %d files is used."; - public static final String STORAGE_EXCEPTION_FAILED_TO_ALLOCATE_D_FILES_FOR_COMPACTION_MAX_FILE_NUM_FOR_9B954F8C = - "Failed to allocate %d files for compaction, max file num for compaction module is %d, %d " - + "files is used."; - public static final String STORAGE_EXCEPTION_REQUIRED_MEMORY_COST_D_BYTES_IS_GREATER_THAN_THE_TOTAL_MEMORY_444D8FE4 = - "Required memory cost %d bytes is greater than the total memory budget for compaction %d " - + "bytes"; - public static final String STORAGE_EXCEPTION_FAILED_TO_ALLOCATE_D_BYTES_MEMORY_FOR_COMPACTION_TOTAL_MEMORY_33BE3C71 = - "Failed to allocate %d bytes memory for compaction, total memory budget for compaction " - + "module is %d bytes, %d bytes is used"; + public static final String + STORAGE_EXCEPTION_THE_INITIAL_LIMITED_MEMORY_SIZE_D_IS_LESS_THAN_THE_MINIMUM_FC044302 = + "The initial limited memory size %d is less than the minimum memory size %d"; + public static final String + STORAGE_EXCEPTION_SETTOTALMEMORYSIZEINBYTES_IS_NOT_SUPPORTED_FOR_LOADTSFILEDATACACHEMEMORYBLOCK_DFAB2A2A = + "setTotalMemorySizeInBytes is not supported for LoadTsFileDataCacheMemoryBlock"; + public static final String + STORAGE_EXCEPTION_FORCEALLOCATE_FAILED_TO_ALLOCATE_MEMORY_FROM_QUERY_ENGINE_F91D5959 = + "forceAllocate: failed to allocate memory from query engine after %s retries, total query " + + "memory %s bytes, current available memory for load %s bytes, current load used memory size " + + "%s bytes, load requested memory size %s bytes"; + public static final String + STORAGE_EXCEPTION_LOAD_INVALID_MEMORY_SIZE_D_BYTES_MUST_BE_POSITIVE_D6586ED3 = + "Load: Invalid memory size %d bytes, must be positive"; + public static final String + STORAGE_EXCEPTION_LOAD_INVALID_MEMORY_SIZE_D_BYTES_MUST_BE_NON_NEGATIVE_A0146353 = + "Load: Invalid memory size %d bytes, must be non-negative"; + public static final String + STORAGE_EXCEPTION_MAGIC_STRING_CHECK_ERROR_WHEN_PARSING_TSFILE_S_EA3D68E3 = + "Magic String check error when parsing TsFile %s."; + public static final String + STORAGE_EXCEPTION_EMPTY_NONALIGNED_CHUNK_OR_TIME_CHUNK_WITH_OFFSET_D_IN_TSFILE_B1E462C9 = + "Empty Nonaligned Chunk or Time Chunk with offset %d in TsFile %s."; + public static final String + STORAGE_EXCEPTION_TIME_PARTITION_SLOTS_SIZE_IS_GREATER_THAN_S_D076F78E = + "Time partition slots size is greater than %s"; + public static final String + STORAGE_EXCEPTION_CONSUME_ALIGNED_CHUNK_DATA_ERROR_NEXT_CHUNK_OFFSET_D_CHUNKDATA_D896FAE2 = + "Consume aligned chunk data error, next chunk offset: %d, chunkData: %s"; + public static final String + STORAGE_EXCEPTION_CONSUME_CHUNKDATA_ERROR_CHUNK_OFFSET_D_MEASUREMENT_S_CHUNKDATA_4A1F1EE1 = + "Consume chunkData error, chunk offset: %d, measurement: %s, chunkData: %s"; + public static final String + STORAGE_EXCEPTION_TOTAL_DATABASE_MEMCOST_S_IS_OVER_THAN_MEMORYSIZEFORWRITING_C63E4D72 = + "Total database MemCost %s is over than memorySizeForWriting %s"; + public static final String + STORAGE_EXCEPTION_REQUIRED_FILE_NUM_D_IS_GREATER_THAN_THE_MAX_FILE_NUM_D_FOR_AB6DE95B = + "Required file num %d is greater than the max file num %d for compaction."; + public static final String + STORAGE_EXCEPTION_FAILED_TO_ALLOCATE_D_FILES_FOR_COMPACTION_AFTER_D_SECONDS_C701F750 = + "Failed to allocate %d files for compaction after %d seconds, max file num for compaction " + + "module is %d, %d files is used."; + public static final String + STORAGE_EXCEPTION_FAILED_TO_ALLOCATE_D_FILES_FOR_COMPACTION_MAX_FILE_NUM_FOR_9B954F8C = + "Failed to allocate %d files for compaction, max file num for compaction module is %d, %d " + + "files is used."; + public static final String + STORAGE_EXCEPTION_REQUIRED_MEMORY_COST_D_BYTES_IS_GREATER_THAN_THE_TOTAL_MEMORY_444D8FE4 = + "Required memory cost %d bytes is greater than the total memory budget for compaction %d " + + "bytes"; + public static final String + STORAGE_EXCEPTION_FAILED_TO_ALLOCATE_D_BYTES_MEMORY_FOR_COMPACTION_TOTAL_MEMORY_33BE3C71 = + "Failed to allocate %d bytes memory for compaction, total memory budget for compaction " + + "module is %d bytes, %d bytes is used"; public static final String STORAGE_EXCEPTION_NUMBER_OF_REQUESTS_EXCEEDED_WAIT_SMS_30F0842F = "number of requests exceeded - wait %sms"; public static final String STORAGE_EXCEPTION_REQUEST_SIZE_LIMIT_EXCEEDED_WAIT_SMS_11C1E549 = @@ -1438,14 +1947,17 @@ private StorageEngineMessages() {} "number of read requests exceeded - wait %sms"; public static final String STORAGE_EXCEPTION_READ_SIZE_LIMIT_EXCEEDED_WAIT_SMS_E19598BA = "read size limit exceeded - wait %sms"; - public static final String STORAGE_EXCEPTION_UNABLE_TO_CREATE_DIRECTORY_S_BECAUSE_THERE_IS_FILE_UNDER_1C59ACFC = - "Unable to create directory %s because there is file under the path, please check " - + "configuration and restart."; - public static final String STORAGE_EXCEPTION_UNABLE_TO_CREATE_DIRECTORY_S_PLEASE_CHECK_CONFIGURATION_BA580B67 = - "Unable to create directory %s, please check configuration and restart."; - public static final String STORAGE_EXCEPTION_CONFLICT_IS_DETECTED_IN_DIRECTORY_S_WHICH_MAY_BE_BEING_USED_CB5C77FC = - "Conflict is detected in directory %s, which may be being used by another IoTDB " - + "(ProcessId=%s). Please check configuration and restart."; + public static final String + STORAGE_EXCEPTION_UNABLE_TO_CREATE_DIRECTORY_S_BECAUSE_THERE_IS_FILE_UNDER_1C59ACFC = + "Unable to create directory %s because there is file under the path, please check " + + "configuration and restart."; + public static final String + STORAGE_EXCEPTION_UNABLE_TO_CREATE_DIRECTORY_S_PLEASE_CHECK_CONFIGURATION_BA580B67 = + "Unable to create directory %s, please check configuration and restart."; + public static final String + STORAGE_EXCEPTION_CONFLICT_IS_DETECTED_IN_DIRECTORY_S_WHICH_MAY_BE_BEING_USED_CB5C77FC = + "Conflict is detected in directory %s, which may be being used by another IoTDB " + + "(ProcessId=%s). Please check configuration and restart."; public static final String COMPACTION_INNER_SPACE = "inner"; public static final String COMPACTION_CROSS_SPACE = "cross"; public static final String DEVICE_DOES_NOT_EXIST_IN_RESOURCE_FILE_FMT = @@ -1476,31 +1988,48 @@ private StorageEngineMessages() {} public static final String BROKEN_WAL_FILE_FMT = "Broken wal file %s, size %d"; public static final String TSFILE_READER_CLOSED_BECAUSE_NO_REFERENCE = "{} TsFileReader is closed because of no reference."; - public static final String CLOSED_TSFILE_READER_CLOSED = - "{} closedTsFileReader is closed."; - public static final String UNCLOSED_TSFILE_READER_CLOSED = - "{} unclosedTsFileReader is closed."; + public static final String CLOSED_TSFILE_READER_CLOSED = "{} closedTsFileReader is closed."; + public static final String UNCLOSED_TSFILE_READER_CLOSED = "{} unclosedTsFileReader is closed."; // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- - public static final String MESSAGE_NO_LOAD_TSFILE_UUID_ARG_RECORDED_EXECUTE_LOAD_COMMAND_ARG_66722D80 = "No load TsFile uuid %s recorded for execute load command %s."; - public static final String EXCEPTION_NON_MINUS_ALIGNED_CHUNK_ONLY_HAS_ONE_MEASUREMENT_COMMA_BUT_MEASUREMENTINDEX_IS_E1A87F80 = "Non-aligned chunk only has one measurement, but measurementIndex is "; - public static final String MESSAGE_LOAD_QUERY_FALLBACK_FAILED_FOR_DEVICE_ARG_MEASUREMENTS_ARG_IN_TSFILE_ARG_50771955 = "Load: Query fallback failed for device {} measurements {} in TsFile {}. "; - public static final String MESSAGE_LOAD_FAILED_TO_INITIALIZE_QUERY_FALLBACK_FOR_TSFILE_ARG_AFTER_SCAN_PARSER_FAILURE_143B6037 = "Load: Failed to initialize query fallback for TsFile {} after scan parser failure."; - public static final String MESSAGE_LOAD_SCAN_PARSER_DETECTED_A_CORRUPTED_SECTION_IN_TSFILE_ARG_AT_DEVICE_ARG_E2632421 = "Load: Scan parser detected a corrupted section in TsFile {} at device {}. "; - public static final String EXCEPTION_EXPECTED_PIPERAWTABLETINSERTIONEVENT_BUT_GOT_D1D1DD05 = "Expected PipeRawTabletInsertionEvent but got "; - public static final String MESSAGE_LOAD_FAILED_TO_INITIALIZE_QUERY_FALLBACK_FOR_DEVICE_ARG_MEASUREMENTS_ARG_IN_TSFILE_ARG_0BF15119 = "Load: Failed to initialize query fallback for device {} measurements {} in TsFile {}. "; - public static final String MESSAGE_LOAD_QUERY_FALLBACK_FAILED_FOR_DEVICE_ARG_MEASUREMENTS_ARG_IN_TSFILE_ARG_SPLIT_OR_SKIP_THIS_QUERY_TASK_AND_CONTINUE_3A4EA407 = - "Load: Query fallback failed for device {} measurements {} in TsFile {}. Split or skip this " - + "query task and continue."; - public static final String MESSAGE_LOAD_SCAN_PARSER_DETECTED_A_CORRUPTED_SECTION_IN_TSFILE_ARG_AT_DEVICE_ARG_SWITCH_TO_QUERY_PARSING_FOR_REMAINING_DEVICES_EFA07985 = - "Load: Scan parser detected a corrupted section in TsFile {} at device {}. Switch to query " - + "parsing for remaining devices."; - public static final String MESSAGE_LOAD_FAILED_TO_INITIALIZE_QUERY_FALLBACK_FOR_DEVICE_ARG_MEASUREMENTS_ARG_IN_TSFILE_ARG_SPLIT_OR_SKIP_THIS_QUERY_TASK_AND_CONTINUE_C6F69685 = - "Load: Failed to initialize query fallback for device {} measurements {} in TsFile {}. Split " - + "or skip this query task and continue."; - public static final String MESSAGE_THE_ASSOCIATED_RESOURCE_FILE_OF_ARG_IS_NOT_FOUND_IN_THE_SNAPSHOT_CB9152B5 = "The associated resource file of {} is not found in the snapshot"; - public static final String MESSAGE_EVICTED_NON_EXISTING_EXISTING_SERIES_COUNT_ARG_ARG_ARG_TOTAL_REQUEST_ARG_3026ADBD = "Evicted non-existing/existing series count: {}/{}({}), total request: {}"; - + public static final String + MESSAGE_NO_LOAD_TSFILE_UUID_ARG_RECORDED_EXECUTE_LOAD_COMMAND_ARG_66722D80 = + "No load TsFile uuid %s recorded for execute load command %s."; + public static final String + EXCEPTION_NON_MINUS_ALIGNED_CHUNK_ONLY_HAS_ONE_MEASUREMENT_COMMA_BUT_MEASUREMENTINDEX_IS_E1A87F80 = + "Non-aligned chunk only has one measurement, but measurementIndex is "; + public static final String + MESSAGE_LOAD_QUERY_FALLBACK_FAILED_FOR_DEVICE_ARG_MEASUREMENTS_ARG_IN_TSFILE_ARG_50771955 = + "Load: Query fallback failed for device {} measurements {} in TsFile {}. "; + public static final String + MESSAGE_LOAD_FAILED_TO_INITIALIZE_QUERY_FALLBACK_FOR_TSFILE_ARG_AFTER_SCAN_PARSER_FAILURE_143B6037 = + "Load: Failed to initialize query fallback for TsFile {} after scan parser failure."; + public static final String + MESSAGE_LOAD_SCAN_PARSER_DETECTED_A_CORRUPTED_SECTION_IN_TSFILE_ARG_AT_DEVICE_ARG_E2632421 = + "Load: Scan parser detected a corrupted section in TsFile {} at device {}. "; + public static final String EXCEPTION_EXPECTED_PIPERAWTABLETINSERTIONEVENT_BUT_GOT_D1D1DD05 = + "Expected PipeRawTabletInsertionEvent but got "; + public static final String + MESSAGE_LOAD_FAILED_TO_INITIALIZE_QUERY_FALLBACK_FOR_DEVICE_ARG_MEASUREMENTS_ARG_IN_TSFILE_ARG_0BF15119 = + "Load: Failed to initialize query fallback for device {} measurements {} in TsFile {}. "; + public static final String + MESSAGE_LOAD_QUERY_FALLBACK_FAILED_FOR_DEVICE_ARG_MEASUREMENTS_ARG_IN_TSFILE_ARG_SPLIT_OR_SKIP_THIS_QUERY_TASK_AND_CONTINUE_3A4EA407 = + "Load: Query fallback failed for device {} measurements {} in TsFile {}. Split or skip this " + + "query task and continue."; + public static final String + MESSAGE_LOAD_SCAN_PARSER_DETECTED_A_CORRUPTED_SECTION_IN_TSFILE_ARG_AT_DEVICE_ARG_SWITCH_TO_QUERY_PARSING_FOR_REMAINING_DEVICES_EFA07985 = + "Load: Scan parser detected a corrupted section in TsFile {} at device {}. Switch to query " + + "parsing for remaining devices."; + public static final String + MESSAGE_LOAD_FAILED_TO_INITIALIZE_QUERY_FALLBACK_FOR_DEVICE_ARG_MEASUREMENTS_ARG_IN_TSFILE_ARG_SPLIT_OR_SKIP_THIS_QUERY_TASK_AND_CONTINUE_C6F69685 = + "Load: Failed to initialize query fallback for device {} measurements {} in TsFile {}. Split " + + "or skip this query task and continue."; + public static final String + MESSAGE_THE_ASSOCIATED_RESOURCE_FILE_OF_ARG_IS_NOT_FOUND_IN_THE_SNAPSHOT_CB9152B5 = + "The associated resource file of {} is not found in the snapshot"; + public static final String + MESSAGE_EVICTED_NON_EXISTING_EXISTING_SERIES_COUNT_ARG_ARG_ARG_TOTAL_REQUEST_ARG_3026ADBD = + "Evicted non-existing/existing series count: {}/{}({}), total request: {}"; } diff --git a/iotdb-core/datanode/src/main/i18n/zh/org/apache/iotdb/db/i18n/DataNodeMiscMessages.java b/iotdb-core/datanode/src/main/i18n/zh/org/apache/iotdb/db/i18n/DataNodeMiscMessages.java index c9a3f49710f8..c470448e9dd9 100644 --- a/iotdb-core/datanode/src/main/i18n/zh/org/apache/iotdb/db/i18n/DataNodeMiscMessages.java +++ b/iotdb-core/datanode/src/main/i18n/zh/org/apache/iotdb/db/i18n/DataNodeMiscMessages.java @@ -22,98 +22,67 @@ /** 编译时国际化常量 - DataNode 杂项子系统(中文)。 */ public final class DataNodeMiscMessages { - public static final String INVALID_PIPE_NAME = - "无效的 pipeName"; + public static final String INVALID_PIPE_NAME = "无效的 pipeName"; public static final String READ_OBJECT_CONTENT_FROM_REMOTE_FILE = "readObjectContentFromRemoteFile"; - public static final String ERROR_EXCEPTION = - "错误,异常:"; - public static final String ACCOUNT_BLOCKED_DUE_TO_CONSECUTIVE_FAILED_LOGINS = - "账户因连续登录失败已被锁定。"; - public static final String VERSION_INCOMPATIBLE_PLEASE_UPGRADE_TO = - "版本不兼容,请升级至 "; - public static final String ADD_PEER_FOR_REGION_SUCCEED = - "addPeer %s for region %s 成功"; - public static final String REMOVE_PEER_FOR_REGION_SUCCEED = - "removePeer %s for region %s 成功"; - public static final String DELETE_PEER_FROM_CONSENSUS_GROUP_SUCCEED = - "从共识组 %s 删除 peer 成功"; - public static final String DELETE_REGION_ERROR = - "deleteRegion %s 错误,%s"; - public static final String DELETE_REGION_SUCCEED = - "deleteRegion %s 成功"; - public static final String START_TO_ADD_PEER_FOR_REGION = - "{}, 开始将 addPeer {} 添加到 region {}"; + public static final String ERROR_EXCEPTION = "错误,异常:"; + public static final String ACCOUNT_BLOCKED_DUE_TO_CONSECUTIVE_FAILED_LOGINS = "账户因连续登录失败已被锁定。"; + public static final String VERSION_INCOMPATIBLE_PLEASE_UPGRADE_TO = "版本不兼容,请升级至 "; + public static final String ADD_PEER_FOR_REGION_SUCCEED = "addPeer %s for region %s 成功"; + public static final String REMOVE_PEER_FOR_REGION_SUCCEED = "removePeer %s for region %s 成功"; + public static final String DELETE_PEER_FROM_CONSENSUS_GROUP_SUCCEED = "从共识组 %s 删除 peer 成功"; + public static final String DELETE_REGION_ERROR = "deleteRegion %s 错误,%s"; + public static final String DELETE_REGION_SUCCEED = "deleteRegion %s 成功"; + public static final String START_TO_ADD_PEER_FOR_REGION = "{}, 开始将 addPeer {} 添加到 region {}"; public static final String EXECUTED_ADD_PEER_FOR_REGION_ERROR = "{}, 执行 addPeer {} 于 region {} 时出错"; - public static final String REGION_MIGRATE_UNEXPECTED_EXCEPTION = - "发生意外异常"; + public static final String REGION_MIGRATE_UNEXPECTED_EXCEPTION = "发生意外异常"; public static final String ADD_PEER_FOR_REGION_ERROR_FMT = "%s, 为 region 执行 AddPeer 出错,peerId:%s,regionId:%s"; - public static final String SUCCEED_TO_ADD_PEER_FOR_REGION = - "{}, 成功将 addPeer {} 添加到 region {}"; + public static final String SUCCEED_TO_ADD_PEER_FOR_REGION = "{}, 成功将 addPeer {} 添加到 region {}"; public static final String START_TO_REMOVE_PEER_FOR_REGION = "{}, 开始执行 removePeer {},目标 region {}"; public static final String EXECUTED_REMOVE_PEER_FOR_REGION_ERROR_RETRY_TIMES = "{}, 执行 removePeer {} 于 region {} 时出错,重试次数:{}"; public static final String REMOVE_PEER_FOR_REGION_ERROR_AFTER_MAX_RETRY_TIMES_FMT = "%s, 为 region 执行 RemovePeer 达到最大重试次数后仍出错,peerId:%s,regionId:%s"; - public static final String SUCCEED_TO_REMOVE_PEER_FOR_REGION = - "{}, 成功移除 removePeer {},region {}"; - public static final String START_TO_DELETE_PEER_FOR_REGION = - "{}, 开始执行 deletePeer {},region {}"; + public static final String SUCCEED_TO_REMOVE_PEER_FOR_REGION = "{}, 成功移除 removePeer {},region {}"; + public static final String START_TO_DELETE_PEER_FOR_REGION = "{}, 开始执行 deletePeer {},region {}"; public static final String DELETE_PEER_ERROR_WITH_ERROR_MESSAGE_FMT = "deletePeer 出错,regionId:%s,错误信息:%s"; - public static final String DELETE_PEER_ERROR_WITH_REGION_ID = - "{}, deletePeer 出错,regionId:{}"; + public static final String DELETE_PEER_ERROR_WITH_REGION_ID = "{}, deletePeer 出错,regionId:{}"; public static final String DELETE_PEER_FOR_REGION_ERROR_EXCEPTION_FMT = "deletePeer 于 region:%s 出错,异常:%s"; public static final String SUCCEED_TO_DELETE_PEER_FROM_CONSENSUS_GROUP = "{}, 成功从共识组删除 deletePeer {}"; public static final String START_TO_DELETE_REGION_FOR_DATANODE = "{}, 开始删除 deleteRegion {},DataNode {}"; - public static final String DELETE_REGION_ERROR_LOG = - "{}, deleteRegion {} 出错"; - public static final String SUCCEED_TO_DELETE_REGION = - "{}, deleteRegion {} 成功"; - public static final String ERROR_PROCESSING_DATA_REGION = - "处理数据 region 出错:{}"; - public static final String FAILED_TO_PROCESS_TSFILE = - "处理 TsFile {} 失败,{}"; + public static final String DELETE_REGION_ERROR_LOG = "{}, deleteRegion {} 出错"; + public static final String SUCCEED_TO_DELETE_REGION = "{}, deleteRegion {} 成功"; + public static final String ERROR_PROCESSING_DATA_REGION = "处理数据 region 出错:{}"; + public static final String FAILED_TO_PROCESS_TSFILE = "处理 TsFile {} 失败,{}"; public static final String INVALID_COLUMN_FILTER_FMT = "无效的 column-filter:%s"; - public static final String COLUMN_FILTER_SHOULD_NOT_BE_EMPTY = - "column-filter 不应为空"; - public static final String EXPECTED_COLUMN_PREDICATE_OPERATOR = - "预期 column 谓词操作符"; + public static final String COLUMN_FILTER_SHOULD_NOT_BE_EMPTY = "column-filter 不应为空"; + public static final String EXPECTED_COLUMN_PREDICATE_OPERATOR = "预期 column 谓词操作符"; public static final String EXPECTED_STRING_LITERAL = "预期字符串字面量"; - public static final String UNSUPPORTED_COMPARISON_OPERATOR_FMT = - "不支持的比较操作符 '%s'"; + public static final String UNSUPPORTED_COMPARISON_OPERATOR_FMT = "不支持的比较操作符 '%s'"; public static final String UNEXPECTED_CHARACTER_FMT = "非预期字符 '%s'"; - public static final String UNSUPPORTED_COLUMN_FILTER_PREDICATE = - "不支持的 column-filter 谓词"; + public static final String UNSUPPORTED_COLUMN_FILTER_PREDICATE = "不支持的 column-filter 谓词"; public static final String UNSUPPORTED_EXPRESSION_FMT = "不支持的表达式:%s"; public static final String ONLY_COLUMN_FILTER_COMPARISONS_SUPPORTED = "column-filter 仅支持 =、!= 和 <> 比较"; - public static final String IN_PREDICATE_MUST_USE_STRING_LITERAL_LIST = - "IN 谓词必须使用字符串字面量列表"; + public static final String IN_PREDICATE_MUST_USE_STRING_LITERAL_LIST = "IN 谓词必须使用字符串字面量列表"; public static final String ONLY_REGEXP_SUPPORTED_AS_REGEXP_LIKE = "仅支持作为 regexp_like(field, pattern) 的 REGEXP"; - public static final String ILLEGAL_REGEXP_PATTERN_FMT = - "非法 REGEXP 模式:%s"; - public static final String LEFT_OPERAND_MUST_BE_COLUMN_METADATA_FIELD = - "左操作数必须是 column 元数据字段之一"; - public static final String UNSUPPORTED_COLUMN_METADATA_FIELD_FMT = - "不支持的 column 元数据字段:%s"; + public static final String ILLEGAL_REGEXP_PATTERN_FMT = "非法 REGEXP 模式:%s"; + public static final String LEFT_OPERAND_MUST_BE_COLUMN_METADATA_FIELD = "左操作数必须是 column 元数据字段之一"; + public static final String UNSUPPORTED_COLUMN_METADATA_FIELD_FMT = "不支持的 column 元数据字段:%s"; public static final String MUST_BE_STRING_LITERAL_FMT = "%s 必须是字符串字面量"; - public static final String LIKE_ESCAPE_MUST_BE_SINGLE_CHARACTER = - "LIKE 转义符必须为单个字符"; - public static final String LIKE_PATTERN_ENDS_WITH_ESCAPE_CHARACTER = - "LIKE 模式以转义符结尾"; - public static final String UNSUPPORTED_TABLE_COLUMN_CATEGORY_FMT = - "不支持的表列类别:%s"; - public static final String COLUMN_FILTER_COMPARISON_RIGHT_OPERAND = - "比较右操作数"; + public static final String LIKE_ESCAPE_MUST_BE_SINGLE_CHARACTER = "LIKE 转义符必须为单个字符"; + public static final String LIKE_PATTERN_ENDS_WITH_ESCAPE_CHARACTER = "LIKE 模式以转义符结尾"; + public static final String UNSUPPORTED_TABLE_COLUMN_CATEGORY_FMT = "不支持的表列类别:%s"; + public static final String COLUMN_FILTER_COMPARISON_RIGHT_OPERAND = "比较右操作数"; public static final String COLUMN_FILTER_IN_ELEMENT = "IN 元素"; public static final String COLUMN_FILTER_LIKE_PATTERN = "LIKE 模式"; public static final String COLUMN_FILTER_LIKE_ESCAPE = "LIKE 转义符"; @@ -122,38 +91,32 @@ public final class DataNodeMiscMessages { public static final String CREATE_NEW_REGION_ERROR_FMT = "创建新 region %s 错误,异常:%s"; public static final String CREATE_NEW_REGION_SUCCEED_FMT = "创建新 region %s 成功"; public static final String LOG_USER_ARG_ROLE_ARG_422D48D3 = "用户:%s,角色:%s"; + private DataNodeMiscMessages() {} // --------------------------------------------------------------------------- // protocol – BaseServerContextHandler // --------------------------------------------------------------------------- - public static final String MULTIPLE_SERVER_CONTEXT_FACTORY = - "存在多个 ServerContextFactory 实现,请检查。"; - public static final String SET_SERVER_CONTEXT_FACTORY = - "将从 {} 设置 ServerContextFactory"; + public static final String MULTIPLE_SERVER_CONTEXT_FACTORY = "存在多个 ServerContextFactory 实现,请检查。"; + public static final String SET_SERVER_CONTEXT_FACTORY = "将从 {} 设置 ServerContextFactory"; // --------------------------------------------------------------------------- // protocol – ConfigNodeInfo // --------------------------------------------------------------------------- - public static final String UPDATE_CONFIG_NODE_SUCCESSFULLY = - "成功更新 ConfigNode:{},耗时 {} 毫秒。"; + public static final String UPDATE_CONFIG_NODE_SUCCESSFULLY = "成功更新 ConfigNode:{},耗时 {} 毫秒。"; public static final String UPDATE_CONFIG_NODE_FAILED = "更新 ConfigNode 失败。"; - public static final String SYSTEM_PROPERTIES_NOT_EXIST = - "系统属性文件不存在,无需存储 ConfigNode 列表"; - public static final String LOAD_CONFIG_NODE_SUCCESSFULLY = - "成功加载 ConfigNode:{},耗时 {} 毫秒。"; + public static final String SYSTEM_PROPERTIES_NOT_EXIST = "系统属性文件不存在,无需存储 ConfigNode 列表"; + public static final String LOAD_CONFIG_NODE_SUCCESSFULLY = "成功加载 ConfigNode:{},耗时 {} 毫秒。"; public static final String CANNOT_PARSE_CONFIG_NODE_LIST = "无法解析 system.properties 中的 ConfigNode 列表"; // --------------------------------------------------------------------------- // protocol – ConfigNodeClient // --------------------------------------------------------------------------- - public static final String NODE_LEADER_MAY_DOWN_TRY_NEXT = - "当前节点 Leader {} 可能已宕机,尝试下一个节点"; + public static final String NODE_LEADER_MAY_DOWN_TRY_NEXT = "当前节点 Leader {} 可能已宕机,尝试下一个节点"; public static final String UNEXPECTED_INTERRUPTION_CONNECT_CONFIG_NODE = "等待连接 ConfigNode 时发生意外中断"; - public static final String NODE_MAY_DOWN_TRY_NEXT = - "当前节点 {} 可能已宕机,尝试下一个节点"; + public static final String NODE_MAY_DOWN_TRY_NEXT = "当前节点 {} 可能已宕机,尝试下一个节点"; public static final String FAILED_CONNECT_CONFIG_NODE_NOT_LEADER = "从 DataNode {} 连接 ConfigNode {} 失败,因为当前节点不是 Leader 或尚未就绪,稍后将重试"; public static final String UNEXPECTED_INTERRUPTION_CONNECT_CONFIG_NODE_BREAK = @@ -162,40 +125,30 @@ private DataNodeMiscMessages() {} // --------------------------------------------------------------------------- // protocol – DataNodeInternalClient // --------------------------------------------------------------------------- - public static final String USER_OPENS_INTERNAL_SESSION = - "用户 {} 打开了内部 Session-{}。"; - public static final String USER_OPENS_INTERNAL_SESSION_FAILED = - "用户 {} 打开内部 Session 失败。"; - public static final String USER_OPENS_INTERNAL_SESSION_FAILED_FMT = - "用户 %s 打开内部 Session 失败。"; + public static final String USER_OPENS_INTERNAL_SESSION = "用户 {} 打开了内部 Session-{}。"; + public static final String USER_OPENS_INTERNAL_SESSION_FAILED = "用户 {} 打开内部 Session 失败。"; + public static final String USER_OPENS_INTERNAL_SESSION_FAILED_FMT = "用户 %s 打开内部 Session 失败。"; // --------------------------------------------------------------------------- // protocol – AsyncTSStatusRPCHandler / AsyncConfigNodeTSStatusRPCHandler // --------------------------------------------------------------------------- - public static final String SUCCESSFULLY_ON_DATANODE = - "在 DataNode {} 上成功执行 {}"; - public static final String FAILED_ON_DATANODE = - "在 DataNode {} 上执行 {} 失败,响应:{}"; - public static final String SUCCESSFULLY_ON_CONFIG_NODE = - "在 ConfigNode {} 上成功执行 {}"; - public static final String FAILED_ON_CONFIG_NODE = - "在 ConfigNode {} 上执行 {} 失败,响应:{}"; + public static final String SUCCESSFULLY_ON_DATANODE = "在 DataNode {} 上成功执行 {}"; + public static final String FAILED_ON_DATANODE = "在 DataNode {} 上执行 {} 失败,响应:{}"; + public static final String SUCCESSFULLY_ON_CONFIG_NODE = "在 ConfigNode {} 上成功执行 {}"; + public static final String FAILED_ON_CONFIG_NODE = "在 ConfigNode {} 上执行 {} 失败,响应:{}"; // --------------------------------------------------------------------------- // protocol – AINodeClient // --------------------------------------------------------------------------- - public static final String AINODE_MAY_DOWN = - "当前 AINode {} 可能已宕机,原因:"; - public static final String CANNOT_CONNECT_ANY_AINODE = - "无法连接任何 AINode,因为没有可用的节点。"; + public static final String AINODE_MAY_DOWN = "当前 AINode {} 可能已宕机,原因:"; + public static final String CANNOT_CONNECT_ANY_AINODE = "无法连接任何 AINode,因为没有可用的节点。"; public static final String UNEXPECTED_INTERRUPTION_CONNECT_AINODE = "等待连接 AINode 时发生意外中断,可能是当前节点已宕机,将中断当前执行流程以避免无意义等待。"; // --------------------------------------------------------------------------- // protocol – SessionManager // --------------------------------------------------------------------------- - public static final String LOGIN_STATUS = - "{}: 登录状态:{}。用户:{},打开 Session-{}"; + public static final String LOGIN_STATUS = "{}: 登录状态:{}。用户:{},打开 Session-{}"; public static final String CLIENT_TRYING_CLOSE_ANOTHER_SESSION = "客户端 %s 正在尝试关闭另一个会话 %s,请检查是否存在 Bug"; public static final String SESSION_CLOSING = "Session-%s 正在关闭"; @@ -204,24 +157,18 @@ private DataNodeMiscMessages() {} public static final String FAILED_RELEASE_PREPARED_STATEMENT_CLOSE = "关闭语句 {} 时释放会话 {} 的 PreparedStatement '{}' 资源失败:{}"; public static final String NOT_LOGIN = "{}: 未登录。"; - public static final String CLIENT_SESSION_REGISTERED_REPEATEDLY = - "客户端会话被重复注册,请检查是否存在 Bug。"; + public static final String CLIENT_SESSION_REGISTERED_REPEATEDLY = "客户端会话被重复注册,请检查是否存在 Bug。"; // --------------------------------------------------------------------------- // protocol – DataNodeRegionManager // --------------------------------------------------------------------------- public static final String CREATE_SCHEMA_REGION_FAILED_ILLEGAL_PATH = "创建 Schema Region {} 失败,因为路径非法。"; - public static final String CREATE_SCHEMA_REGION_FAILED = - "创建 Schema Region {} 失败,原因:{}"; - public static final String CREATE_SCHEMA_REGION_FAILED_FMT = - "创建 Schema Region 失败,原因:%s"; - public static final String SCHEMA_REGION_ALREADY_EXISTS_FMT = - "SchemaRegion %d 已存在。"; - public static final String CREATE_DATA_REGION_FAILED = - "创建 Data Region {} 失败,原因:{}"; - public static final String CREATE_DATA_REGION_FAILED_FMT = - "创建 Data Region 失败,原因:%s"; + public static final String CREATE_SCHEMA_REGION_FAILED = "创建 Schema Region {} 失败,原因:{}"; + public static final String CREATE_SCHEMA_REGION_FAILED_FMT = "创建 Schema Region 失败,原因:%s"; + public static final String SCHEMA_REGION_ALREADY_EXISTS_FMT = "SchemaRegion %d 已存在。"; + public static final String CREATE_DATA_REGION_FAILED = "创建 Data Region {} 失败,原因:{}"; + public static final String CREATE_DATA_REGION_FAILED_FMT = "创建 Data Region 失败,原因:%s"; public static final String DATA_REGION_ALREADY_EXISTS_FMT = "DataRegion %d 已存在。"; public static final String START_CREATE_NEW_REGION = "开始创建新 Region {}"; public static final String CREATE_NEW_REGION_ERROR = "创建新 Region {} 失败"; @@ -233,66 +180,39 @@ private DataNodeMiscMessages() {} // --------------------------------------------------------------------------- // protocol – DataNodeInternalRPCServiceImpl // --------------------------------------------------------------------------- - public static final String CONSENSUS_NOT_STARTED = - "共识协议在 {} 秒后仍未启动,拒绝 Region 请求"; - public static final String RECEIVE_FRAGMENT_INSTANCE = - "收到 FragmentInstance,目标组 [{}]"; - public static final String DESERIALIZE_CONSENSUS_GROUP_ID_FAILED = - "反序列化 ConsensusGroupId 失败。"; - public static final String DESERIALIZE_FRAGMENT_INSTANCE_FAILED = - "反序列化 FragmentInstance 失败。"; + public static final String CONSENSUS_NOT_STARTED = "共识协议在 {} 秒后仍未启动,拒绝 Region 请求"; + public static final String RECEIVE_FRAGMENT_INSTANCE = "收到 FragmentInstance,目标组 [{}]"; + public static final String DESERIALIZE_CONSENSUS_GROUP_ID_FAILED = "反序列化 ConsensusGroupId 失败。"; + public static final String DESERIALIZE_FRAGMENT_INSTANCE_FAILED = "反序列化 FragmentInstance 失败。"; public static final String RECEIVE_LOAD_NODE = "收到 UUID 为 {} 的加载节点请求。"; - public static final String SCHEMA_CACHE_INVALIDATED = - "{} 的 Schema 缓存已失效"; - public static final String ERROR_PUSHING_PIPE_META = - "推送 Pipe 元数据时发生错误"; - public static final String ERROR_PUSHING_SINGLE_PIPE_META = - "推送单个 Pipe 元数据时发生错误"; - public static final String ERROR_PUSHING_MULTI_PIPE_META = - "推送多个 Pipe 元数据时发生错误"; - public static final String ERROR_PUSHING_TOPIC_META = - "推送 Topic 元数据时发生错误"; - public static final String ERROR_PUSHING_SINGLE_TOPIC_META = - "推送单个 Topic 元数据时发生错误"; - public static final String ERROR_PUSHING_MULTI_TOPIC_META = - "推送多个 Topic 元数据时发生错误"; - public static final String ERROR_PUSHING_TOPIC_OWNER_LEASE = - "推送 Topic owner 租约时发生错误"; - public static final String ERROR_PUSHING_CONSUMER_GROUP_META = - "推送消费者组元数据时发生错误"; - public static final String ERROR_PUSHING_SINGLE_CONSUMER_GROUP_META = - "推送单个消费者组元数据时发生错误"; - public static final String EXCEPTION_EXECUTING_INTERNAL_SCHEMA_TASK = - "执行内部 Schema 任务时发生异常:"; - public static final String UNSUPPORTED_TYPE_UPDATING_TABLE = - "更新表时遇到不支持的类型 {}"; - public static final String UNSUPPORTED_TYPE_UPDATING_TEMPLATE = - "更新模板时遇到不支持的类型 {}"; - public static final String FAILED_GET_MEMORY_FROM_METRIC = - "从指标获取内存信息失败,原因:"; + public static final String SCHEMA_CACHE_INVALIDATED = "{} 的 Schema 缓存已失效"; + public static final String ERROR_PUSHING_PIPE_META = "推送 Pipe 元数据时发生错误"; + public static final String ERROR_PUSHING_SINGLE_PIPE_META = "推送单个 Pipe 元数据时发生错误"; + public static final String ERROR_PUSHING_MULTI_PIPE_META = "推送多个 Pipe 元数据时发生错误"; + public static final String ERROR_PUSHING_TOPIC_META = "推送 Topic 元数据时发生错误"; + public static final String ERROR_PUSHING_SINGLE_TOPIC_META = "推送单个 Topic 元数据时发生错误"; + public static final String ERROR_PUSHING_MULTI_TOPIC_META = "推送多个 Topic 元数据时发生错误"; + public static final String ERROR_PUSHING_TOPIC_OWNER_LEASE = "推送 Topic owner 租约时发生错误"; + public static final String ERROR_PUSHING_CONSUMER_GROUP_META = "推送消费者组元数据时发生错误"; + public static final String ERROR_PUSHING_SINGLE_CONSUMER_GROUP_META = "推送单个消费者组元数据时发生错误"; + public static final String EXCEPTION_EXECUTING_INTERNAL_SCHEMA_TASK = "执行内部 Schema 任务时发生异常:"; + public static final String UNSUPPORTED_TYPE_UPDATING_TABLE = "更新表时遇到不支持的类型 {}"; + public static final String UNSUPPORTED_TYPE_UPDATING_TEMPLATE = "更新模板时遇到不支持的类型 {}"; + public static final String FAILED_GET_MEMORY_FROM_METRIC = "从指标获取内存信息失败,原因:"; public static final String CHANGE_REGION_LEADER = "[ChangeRegionLeader] {}"; public static final String REGION_TYPE_ILLEGAL = "Region {} 的类型非法"; - public static final String START_DISABLE_DATA_NODE = - "开始在请求中禁用 DataNode:{}"; + public static final String START_DISABLE_DATA_NODE = "开始在请求中禁用 DataNode:{}"; public static final String EXECUTE_STOP_AND_CLEAR = "执行 stopAndClearDataNode RPC 方法"; - public static final String INTERRUPTED_STOP_AND_CLEAR = - "在 stopAndClearDataNode RPC 方法中遇到中断异常"; + public static final String INTERRUPTED_STOP_AND_CLEAR = "在 stopAndClearDataNode RPC 方法中遇到中断异常"; public static final String STOP_AND_CLEAR_ERROR = "停止并清理 DataNode 时发生错误"; - public static final String RETRIEVED_EARLIEST_TIMESLOTS = - "已获取 {} 个数据库的最早时间槽"; + public static final String RETRIEVED_EARLIEST_TIMESLOTS = "已获取 {} 个数据库的最早时间槽"; public static final String FAILED_GET_EARLIEST_TIMESLOTS = "获取最早时间槽失败"; - public static final String FAILED_GENERATE_DATA_PARTITION_TABLE = - "生成数据分区表失败"; - public static final String FAILED_CHECK_DATA_PARTITION_TABLE_STATUS = - "检查数据分区表生成状态失败"; - public static final String DATA_PARTITION_TABLE_COMPLETED = - "数据分区表生成完成,任务 ID:{}"; - public static final String DATA_PARTITION_TABLE_FAILED = - "数据分区表生成失败,任务 ID:{}"; - public static final String PROCESS_DATA_DIR_COMPLETED = - "处理数据目录以获取最早时间槽已成功完成"; - public static final String ERROR_EXECUTING_BATCH_STATEMENT = - "执行批量语句时发生错误:"; + public static final String FAILED_GENERATE_DATA_PARTITION_TABLE = "生成数据分区表失败"; + public static final String FAILED_CHECK_DATA_PARTITION_TABLE_STATUS = "检查数据分区表生成状态失败"; + public static final String DATA_PARTITION_TABLE_COMPLETED = "数据分区表生成完成,任务 ID:{}"; + public static final String DATA_PARTITION_TABLE_FAILED = "数据分区表生成失败,任务 ID:{}"; + public static final String PROCESS_DATA_DIR_COMPLETED = "处理数据目录以获取最早时间槽已成功完成"; + public static final String ERROR_EXECUTING_BATCH_STATEMENT = "执行批量语句时发生错误:"; // --------------------------------------------------------------------------- // protocol – ClientRPCServiceImpl @@ -300,72 +220,48 @@ private DataNodeMiscMessages() {} public static final String IOTDB_SERVER_VERSION = "IoTDB 服务器版本:{}"; public static final String TEST_INSERT_BATCH_RECEIVE = "收到测试批量插入请求。"; public static final String TEST_INSERT_ROW_RECEIVE = "收到测试行插入请求。"; - public static final String TEST_INSERT_STRING_RECORD_RECEIVE = - "收到测试字符串记录插入请求。"; - public static final String TEST_INSERT_ROW_IN_BATCH_RECEIVE = - "收到测试批量行插入请求。"; - public static final String TEST_INSERT_ROWS_IN_BATCH_RECEIVE = - "收到测试批量多行插入请求。"; - public static final String TEST_INSERT_STRING_RECORDS_RECEIVE = - "收到测试字符串记录批量插入请求。"; - public static final String START_BATCH_EXECUTING_TREE = - "开始在树模型中批量执行 {} 个子语句,queryId:{}"; - public static final String EXECUTING_SUB_STATEMENT_TREE = - "正在树模型中执行第 {}/{} 个子语句,queryId:{}"; + public static final String TEST_INSERT_STRING_RECORD_RECEIVE = "收到测试字符串记录插入请求。"; + public static final String TEST_INSERT_ROW_IN_BATCH_RECEIVE = "收到测试批量行插入请求。"; + public static final String TEST_INSERT_ROWS_IN_BATCH_RECEIVE = "收到测试批量多行插入请求。"; + public static final String TEST_INSERT_STRING_RECORDS_RECEIVE = "收到测试字符串记录批量插入请求。"; + public static final String START_BATCH_EXECUTING_TREE = "开始在树模型中批量执行 {} 个子语句,queryId:{}"; + public static final String EXECUTING_SUB_STATEMENT_TREE = "正在树模型中执行第 {}/{} 个子语句,queryId:{}"; public static final String FAILED_EXECUTE_SUB_STATEMENT_TREE = "树模型中第 {}/{} 个子语句执行失败,queryId:{},已完成:{},剩余:{},进度:{}%,错误:{}"; public static final String SUCCESSFULLY_EXECUTED_SUB_STATEMENT_TREE = "树模型中第 {}/{} 个子语句执行成功,queryId:{}"; - public static final String COMPLETED_BATCH_EXECUTING_TREE = - "树模型中全部 {} 个子语句批量执行完成,queryId:{}"; - public static final String START_BATCH_EXECUTING_TABLE = - "开始在表模型中批量执行 {} 个子语句,queryId:{}"; - public static final String EXECUTING_SUB_STATEMENT_TABLE = - "正在表模型中执行第 {}/{} 个子语句,queryId:{}"; + public static final String COMPLETED_BATCH_EXECUTING_TREE = "树模型中全部 {} 个子语句批量执行完成,queryId:{}"; + public static final String START_BATCH_EXECUTING_TABLE = "开始在表模型中批量执行 {} 个子语句,queryId:{}"; + public static final String EXECUTING_SUB_STATEMENT_TABLE = "正在表模型中执行第 {}/{} 个子语句,queryId:{}"; public static final String FAILED_EXECUTE_SUB_STATEMENT_TABLE = "表模型中第 {}/{} 个子语句执行失败,queryId:{},已完成:{},剩余:{},进度:{}%,错误:{}"; public static final String SUCCESSFULLY_EXECUTED_SUB_STATEMENT_TABLE = "表模型中第 {}/{} 个子语句执行成功,queryId:{}"; - public static final String COMPLETED_BATCH_EXECUTING_TABLE = - "表模型中全部 {} 个子语句批量执行完成,queryId:{}"; + public static final String COMPLETED_BATCH_EXECUTING_TABLE = "表模型中全部 {} 个子语句批量执行完成,queryId:{}"; // --------------------------------------------------------------------------- // service – DataNode // --------------------------------------------------------------------------- - public static final String DATANODE_ENV_VARS = - "IoTDB-DataNode 环境变量:{}"; - public static final String DATANODE_DEFAULT_CHARSET = - "IoTDB-DataNode 默认字符集:{}"; + public static final String DATANODE_ENV_VARS = "IoTDB-DataNode 环境变量:{}"; + public static final String DATANODE_DEFAULT_CHARSET = "IoTDB-DataNode 默认字符集:{}"; public static final String STARTING_DATANODE = "正在启动 DataNode..."; - public static final String DATANODE_FIRST_START = - "DataNode 首次启动中..."; + public static final String DATANODE_FIRST_START = "DataNode 首次启动中..."; public static final String DATANODE_RESTARTING = "DataNode 正在重启..."; public static final String IOTDB_CONFIGURATION = "IoTDB 配置信息:{}"; - public static final String DATANODE_SETUP_SUCCESSFULLY = - "恭喜,IoTDB DataNode 已成功启动,祝使用愉快!"; + public static final String DATANODE_SETUP_SUCCESSFULLY = "恭喜,IoTDB DataNode 已成功启动,祝使用愉快!"; public static final String FAIL_TO_START_SERVER = "启动服务器失败"; public static final String DATANODE_STARTED = "DataNode 已启动"; - public static final String DATANODE_PREPARED_SUCCESSFULLY = - "DataNode 准备就绪,耗时 {} 毫秒"; - public static final String PULLING_SYSTEM_CONFIGURATIONS = - "正在从 ConfigNode Leader 拉取系统配置..."; - public static final String CANNOT_PULL_SYSTEM_CONFIGURATIONS = - "无法从 ConfigNode Leader 拉取系统配置"; - public static final String SENDING_REGISTER_REQUEST = - "正在向 ConfigNode Leader 发送注册请求..."; - public static final String CANNOT_REGISTER_TO_CLUSTER = - "无法注册到集群,原因:{}"; - public static final String CANNOT_REGISTER_AFTER_RETRIES = - "重试 {} 次后仍无法注册到集群。"; - public static final String PRECHECK_PASSED = - "预检查通过,即将进行正式注册。"; + public static final String DATANODE_PREPARED_SUCCESSFULLY = "DataNode 准备就绪,耗时 {} 毫秒"; + public static final String PULLING_SYSTEM_CONFIGURATIONS = "正在从 ConfigNode Leader 拉取系统配置..."; + public static final String CANNOT_PULL_SYSTEM_CONFIGURATIONS = "无法从 ConfigNode Leader 拉取系统配置"; + public static final String SENDING_REGISTER_REQUEST = "正在向 ConfigNode Leader 发送注册请求..."; + public static final String CANNOT_REGISTER_TO_CLUSTER = "无法注册到集群,原因:{}"; + public static final String CANNOT_REGISTER_AFTER_RETRIES = "重试 {} 次后仍无法注册到集群。"; + public static final String PRECHECK_PASSED = "预检查通过,即将进行正式注册。"; public static final String DELETE_SUCCEED = "删除 {} 成功。"; - public static final String DELETE_FAILED_NOT_EXIST = - "删除 {} 失败,因为目录不存在。"; - public static final String SENDING_RESTART_REQUEST = - "正在向 ConfigNode Leader 发送重启请求..."; - public static final String CLEANED_SORT_TEMP_DIR = - "已清理过期的排序临时目录:{}"; + public static final String DELETE_FAILED_NOT_EXIST = "删除 {} 失败,因为目录不存在。"; + public static final String SENDING_RESTART_REQUEST = "正在向 ConfigNode Leader 发送重启请求..."; + public static final String CLEANED_SORT_TEMP_DIR = "已清理过期的排序临时目录:{}"; public static final String MEET_ERROR_STARTING_UP = "启动过程中遇到错误。"; public static final String IOTDB_DATANODE_HAS_STARTED = "IoTDB DataNode 已启动。"; public static final String SETTING_UP_DATANODE = "正在配置 IoTDB DataNode..."; @@ -374,10 +270,8 @@ private DataNodeMiscMessages() {} public static final String MISC_LOG_WAIT_FOR_LOCAL_DATAREGION_RECOVERY_TASKS_TO_FINISH_WHICH_TAKES_ARG_MS_8B33DC6C = "等待本地 DataRegion 恢复任务结束,耗时 {} 毫秒。"; - public static final String PREPARE_PIPE_RESOURCES = - "Pipe 资源准备完成,耗时 {} 毫秒。"; - public static final String RECOVER_SCHEMA_SUCCESSFULLY = - "Schema 恢复完成,耗时 {} 毫秒。"; + public static final String PREPARE_PIPE_RESOURCES = "Pipe 资源准备完成,耗时 {} 毫秒。"; + public static final String RECOVER_SCHEMA_SUCCESSFULLY = "Schema 恢复完成,耗时 {} 毫秒。"; public static final String LOAD_CLASS_ERROR = "加载类失败:"; public static final String EXCEPTION_SCHEMA_REGION_CONSENSUS_STOPPING = "停止 SchemaRegionConsensusImpl 时发生异常"; @@ -388,21 +282,16 @@ private DataNodeMiscMessages() {} // service – DataNodeShutdownHook // --------------------------------------------------------------------------- public static final String DATANODE_EXITING = "DataNode 正在退出..."; - public static final String INTERRUPTED_WAITING_PIPE_FINISH = - "等待 Pipe 完成时被中断"; - public static final String TIMED_OUT_WAITING_PIPES = - "等待 Pipe 完成超时,将终止等待"; - public static final String FAILED_BORROW_CONFIG_NODE_CLIENT = - "借用 ConfigNodeClient 失败"; + public static final String INTERRUPTED_WAITING_PIPE_FINISH = "等待 Pipe 完成时被中断"; + public static final String TIMED_OUT_WAITING_PIPES = "等待 Pipe 完成超时,将终止等待"; + public static final String FAILED_BORROW_CONFIG_NODE_CLIENT = "借用 ConfigNodeClient 失败"; public static final String FAILED_REPORT_SHUTDOWN = "上报关闭状态失败"; // --------------------------------------------------------------------------- // service – RegionMigrateService // --------------------------------------------------------------------------- - public static final String REGION_BEGIN_MIGRATING = - "Region {} 收到开始迁移通知"; - public static final String REGION_FINISH_MIGRATING = - "Region {} 收到完成迁移通知"; + public static final String REGION_BEGIN_MIGRATING = "Region {} 收到开始迁移通知"; + public static final String REGION_FINISH_MIGRATING = "Region {} 收到完成迁移通知"; public static final String RESET_PEER_LIST_FAIL = "重置对等节点列表失败"; public static final String REGION_MIGRATE_SERVICE_START = "Region 迁移服务已启动"; public static final String REGION_MIGRATE_SERVICE_STOP = "Region 迁移服务已停止"; @@ -411,59 +300,46 @@ private DataNodeMiscMessages() {} // service – SettleService // --------------------------------------------------------------------------- public static final String START_ERROR = "启动错误"; - public static final String WAITING_SETTLE_POOL_SHUTDOWN = - "正在等待 Settle 任务池关闭"; + public static final String WAITING_SETTLE_POOL_SHUTDOWN = "正在等待 Settle 任务池关闭"; public static final String SETTLE_SERVICE_STOPPED = "Settle 服务已停止"; // --------------------------------------------------------------------------- // service – IoTDBInternalLocalReporter // --------------------------------------------------------------------------- - public static final String CHECK_OR_CREATE_DATABASE_FAILED = - "IoTDBSessionReporter 检查或创建数据库失败。"; + public static final String CHECK_OR_CREATE_DATABASE_FAILED = "IoTDBSessionReporter 检查或创建数据库失败。"; public static final String CHECK_OR_CREATE_DATABASE_FAILED_BECAUSE = "IoTDBSessionReporter 检查或创建数据库失败,原因:"; - public static final String INTERNAL_REPORTER_ALREADY_STARTED = - "IoTDB 内部 Reporter 已经启动"; + public static final String INTERNAL_REPORTER_ALREADY_STARTED = "IoTDB 内部 Reporter 已经启动"; public static final String INTERNAL_REPORTER_START = "IoTDB 内部 Reporter 启动!"; public static final String INTERNAL_REPORTER_STOP = "IoTDB 内部 Reporter 停止!"; - public static final String FAILED_UPDATE_METRIC_VALUE = - "更新指标值失败,状态:{}"; - public static final String FAILED_AUTO_CREATE_TIMESERIES = - "自动创建时间序列 {} 失败,状态:{}"; + public static final String FAILED_UPDATE_METRIC_VALUE = "更新指标值失败,状态:{}"; + public static final String FAILED_AUTO_CREATE_TIMESERIES = "自动创建时间序列 {} 失败,状态:{}"; // --------------------------------------------------------------------------- // service – ExternalService // --------------------------------------------------------------------------- - public static final String FAILED_MAKE_EXTERNAL_SERVICE_DIR = - "创建外部服务目录失败"; + public static final String FAILED_MAKE_EXTERNAL_SERVICE_DIR = "创建外部服务目录失败"; public static final String EXTERNAL_SERVICE_LIB_ROOT = "外部服务库根目录:{}"; - public static final String FAILED_GET_OPEN_FILE_NUMBER = - "获取打开文件数失败,原因:"; - public static final String UNEXPECTED_ERROR_GETTING_TSFILE_NAME = - "获取 TsFile 名称时发生意外错误"; + public static final String FAILED_GET_OPEN_FILE_NUMBER = "获取打开文件数失败,原因:"; + public static final String UNEXPECTED_ERROR_GETTING_TSFILE_NAME = "获取 TsFile 名称时发生意外错误"; // --------------------------------------------------------------------------- // service – metrics // --------------------------------------------------------------------------- - public static final String FAILED_GET_PROCESS_RESIDENT_MEMORY = - "获取进程 {} 的常驻内存失败"; + public static final String FAILED_GET_PROCESS_RESIDENT_MEMORY = "获取进程 {} 的常驻内存失败"; public static final String DATANODE_PORT_CHECK_SUCCESSFUL = "DataNode 端口检查通过。"; // --------------------------------------------------------------------------- // tools – WalChecker // --------------------------------------------------------------------------- public static final String CHECKING_FOLDER = "正在检查目录:{}"; - public static final String NO_SUB_DIRECTORIES = - "指定目录下无子目录,检查结束"; + public static final String NO_SUB_DIRECTORIES = "指定目录下无子目录,检查结束"; public static final String CHECKING_DIRECTORY = "正在检查第 {} 个目录 {}"; public static final String WAL_FILE_NOT_EXIST = "WAL 文件不存在,跳过"; public static final String WAL_CHECK_FAILED = "{} 检查未通过,原因:"; - public static final String CHECK_FINISHED_NO_DAMAGED = - "检查完成,没有损坏的文件"; - public static final String FAILED_FILES_FOUND = - "共有 {} 个文件检查失败,文件列表:{}"; - public static final String NO_ENOUGH_ARGS = - "参数不足:需要提供 WAL 根目录路径"; + public static final String CHECK_FINISHED_NO_DAMAGED = "检查完成,没有损坏的文件"; + public static final String FAILED_FILES_FOUND = "共有 {} 个文件检查失败,文件列表:{}"; + public static final String NO_ENOUGH_ARGS = "参数不足:需要提供 WAL 根目录路径"; // --------------------------------------------------------------------------- // tools – TsFileSketchTool @@ -478,50 +354,40 @@ private DataNodeMiscMessages() {} // tools – TsFileSplitTool // --------------------------------------------------------------------------- public static final String SPLITTING_TSFILE = "正在拆分 TsFile {}..."; - public static final String UNSUPPORTED_SPLIT_WITH_MODIFICATION = - "暂不支持拆分带有修改记录的 TsFile。"; - public static final String UNSUPPORTED_SPLIT_WITH_ALIGNED = - "暂不支持拆分包含对齐时间序列的 TsFile。"; + public static final String UNSUPPORTED_SPLIT_WITH_MODIFICATION = "暂不支持拆分带有修改记录的 TsFile。"; + public static final String UNSUPPORTED_SPLIT_WITH_ALIGNED = "暂不支持拆分包含对齐时间序列的 TsFile。"; // --------------------------------------------------------------------------- // tools – TsFileSplitByPartitionTool // --------------------------------------------------------------------------- public static final String DELETE_UNCOMPLETED_FILE = "删除未完成的文件 {}"; - public static final String CREATE_TSFILE_FAILED_EXISTS = - "创建新 TsFile {} 失败,因为文件已存在"; + public static final String CREATE_TSFILE_FAILED_EXISTS = "创建新 TsFile {} 失败,因为文件已存在"; public static final String CREATE_TSFILE_FAILED = "创建新 TsFile {} 失败"; - public static final String INCORRECT_MAGIC_STRING = - "文件的 MAGIC STRING 不正确,文件路径:{}"; - public static final String INCORRECT_VERSION_NUMBER = - "文件的版本号不正确,文件路径:{}"; - public static final String FILE_NOT_CLOSED_CORRECTLY = - "文件未正确关闭,文件路径:{}"; + public static final String INCORRECT_MAGIC_STRING = "文件的 MAGIC STRING 不正确,文件路径:{}"; + public static final String INCORRECT_VERSION_NUMBER = "文件的版本号不正确,文件路径:{}"; + public static final String FILE_NOT_CLOSED_CORRECTLY = "文件未正确关闭,文件路径:{}"; // --------------------------------------------------------------------------- // tools – TsFileSelfCheckTool // --------------------------------------------------------------------------- - public static final String ERROR_GETTING_TIMESERIES_METADATA = - "获取 TsFile 中所有带偏移量的时间序列元数据时发生错误。"; + public static final String ERROR_GETTING_TIMESERIES_METADATA = "获取 TsFile 中所有带偏移量的时间序列元数据时发生错误。"; public static final String FILE_PATH = "文件路径:{}"; // --------------------------------------------------------------------------- // tools – TsFileValidationTool // --------------------------------------------------------------------------- - public static final String NOT_DIRECTORY_OR_NOT_EXIST = - "{} 不是目录或不存在,跳过。"; + public static final String NOT_DIRECTORY_OR_NOT_EXIST = "{} 不是目录或不存在,跳过。"; // --------------------------------------------------------------------------- // tools – TsFileValidationScan / TsFileStatisticScan // --------------------------------------------------------------------------- - public static final String MEET_ERRORS_READING_FILE = - "读取文件 {} 时遇到错误,跳过。"; + public static final String MEET_ERRORS_READING_FILE = "读取文件 {} 时遇到错误,跳过。"; public static final String MEET_ERROR = "遇到错误。"; // --------------------------------------------------------------------------- // tools – MLogParser / PBTreeFileSketchTool // --------------------------------------------------------------------------- - public static final String TOO_FEW_PARAMS = - "输入参数过少,请参考以下提示。"; + public static final String TOO_FEW_PARAMS = "输入参数过少,请参考以下提示。"; public static final String PARSE_ERROR = "解析错误:{}"; public static final String ENCOUNTER_ERROR = "遇到错误,原因:{}"; public static final String USE_HELP = "使用 -help 获取更多信息"; @@ -529,16 +395,13 @@ private DataNodeMiscMessages() {} // --------------------------------------------------------------------------- // tools – SchemaRegionSnapshotParser // --------------------------------------------------------------------------- - public static final String IOEXCEPTION_GET_FOLDER = - "获取 {} 的目录时发生 IO 异常"; + public static final String IOEXCEPTION_GET_FOLDER = "获取 {} 的目录时发生 IO 异常"; // --------------------------------------------------------------------------- // tools – SRStatementGenerator // --------------------------------------------------------------------------- - public static final String ERROR_PARSER_TAG_ATTRIBUTES = - "解析标签和属性文件时发生错误"; - public static final String MEASUREMENT_ATTRIBUTES_NO_SNAPSHOT = - "测点已设置属性或标签,但未找到快照文件"; + public static final String ERROR_PARSER_TAG_ATTRIBUTES = "解析标签和属性文件时发生错误"; + public static final String MEASUREMENT_ATTRIBUTES_NO_SNAPSHOT = "测点已设置属性或标签,但未找到快照文件"; // --------------------------------------------------------------------------- // tools – TsFileAndModSettleTool @@ -546,48 +409,45 @@ private DataNodeMiscMessages() {} public static final String CANNOT_FIND_TSFILE = "找不到 TsFile:{}"; public static final String NOT_DIRECTORY_PATH = "不是目录路径:{}"; public static final String CANNOT_FIND_DIRECTORY = "找不到目录:{}"; - public static final String START_SETTLING_TSFILE = - "开始整理 TsFile:{}"; - public static final String FINISH_SETTLING_ALL = - "所有 TsFile 整理完成!"; - public static final String FAIL_SERIALIZE_TSFILE_RESOURCE = - "序列化新的 TsFile 资源失败。"; - public static final String FAILED_DELETE_SETTLE_LOG = - "删除整理日志失败,日志路径:{}"; + public static final String START_SETTLING_TSFILE = "开始整理 TsFile:{}"; + public static final String FINISH_SETTLING_ALL = "所有 TsFile 整理完成!"; + public static final String FAIL_SERIALIZE_TSFILE_RESOURCE = "序列化新的 TsFile 资源失败。"; + public static final String FAILED_DELETE_SETTLE_LOG = "删除整理日志失败,日志路径:{}"; // --------------------------------------------------------------------------- // tools – TsFileSettleByCompactionTool // --------------------------------------------------------------------------- - public static final String PARSE_COMMAND_LINE_FAILED = - "解析命令行参数失败:{}"; - public static final String ADD_SETTLE_COMPACTION_TASK_SUCCESS = - "添加整理合并任务成功"; - public static final String ADD_SETTLE_COMPACTION_TASK_FAILED = - "添加整理合并任务失败,状态码:{}"; + public static final String PARSE_COMMAND_LINE_FAILED = "解析命令行参数失败:{}"; + public static final String ADD_SETTLE_COMPACTION_TASK_SUCCESS = "添加整理合并任务成功"; + public static final String ADD_SETTLE_COMPACTION_TASK_FAILED = "添加整理合并任务失败,状态码:{}"; // --------------------------------------------------------------------------- // tools – TsFileResourcePipeStatisticsSetTool // --------------------------------------------------------------------------- public static final String UNKNOWN_ARGUMENT = "未知参数:{}"; - public static final String NO_DATA_DIRS_PROVIDED = - "未提供数据目录,请使用 --dirs ... 指定。"; - public static final String VALIDATION_REPAIR_COMPLETED = - "校验和修复已完成。统计信息:"; - public static final String SEPARATOR_LINE = "------------------------------------------------------"; + public static final String NO_DATA_DIRS_PROVIDED = "未提供数据目录,请使用 --dirs ... 指定。"; + public static final String VALIDATION_REPAIR_COMPLETED = "校验和修复已完成。统计信息:"; + public static final String SEPARATOR_LINE = + "------------------------------------------------------"; public static final String IS_GENERATED_BY_PIPE_MARK = "isGeneratedByPipe 标记: {}"; public static final String RESET_PROGRESS_INDEX = "resetProgressIndex: {}"; public static final String DATA_DIRECTORIES = "数据目录: "; public static final String INDENT_PATH = " {}"; public static final String ERROR_VALIDATING_REPAIRING_RESOURCE = "校验或修复资源 {} 时出错: {}"; public static final String ERROR_LOADING_RESOURCES_FROM_PARTITION = "从分区 {} 加载资源时出错: {}"; - public static final String TIME_PARTITION_PROCESS_COMPLETED = "时间分区 {} 共有 {} 个资源,{} 个需要设置 isGeneratedByPipe,{} 个需要重置 progressIndex,{} 个已更改。处理完成。"; + public static final String TIME_PARTITION_PROCESS_COMPLETED = + "时间分区 {} 共有 {} 个资源,{} 个需要设置 isGeneratedByPipe,{} 个需要重置 progressIndex,{} 个已更改。处理完成。"; public static final String SKIPPED_RESOURCE_FILE_NOT_EXIST = "{} 已跳过,因为资源文件不存在。"; - public static final String REPAIRING_TSFILE_RESOURCE = "正在修复 TsFileResource: {},isGeneratedByPipe 标记: {},实际标记: {}"; - public static final String RESETTING_PROGRESS_INDEX_TO_MINIMUM = "正在将 TsFileResource:{} 的 progressIndex 重置为最小值,原始 progressIndex: {}"; + public static final String REPAIRING_TSFILE_RESOURCE = + "正在修复 TsFileResource: {},isGeneratedByPipe 标记: {},实际标记: {}"; + public static final String RESETTING_PROGRESS_INDEX_TO_MINIMUM = + "正在将 TsFileResource:{} 的 progressIndex 重置为最小值,原始 progressIndex: {}"; public static final String MARKED_TSFILE_RESOURCE_AS = "已将 TsFileResource 标记为 {} ,资源: {}"; - public static final String RESET_PROGRESS_INDEX_TO_MINIMUM = "已将 TsFileResource:{} 的 progressIndex 重置为最小值。"; + public static final String RESET_PROGRESS_INDEX_TO_MINIMUM = + "已将 TsFileResource:{} 的 progressIndex 重置为最小值。"; public static final String FAILED_TO_REPAIR_TSFILE_RESOURCE = "错误:修复 TsFileResource 失败:{}"; - public static final String TOTAL_TIME_TAKEN = "总耗时: {} 毫秒,TsFile 资源总数: {},设置 isGeneratedByPipe 的资源数: {},重置 progressIndex 的资源数: {},已更改的资源数: {}"; + public static final String TOTAL_TIME_TAKEN = + "总耗时: {} 毫秒,TsFile 资源总数: {},设置 isGeneratedByPipe 的资源数: {},重置 progressIndex 的资源数: {},已更改的资源数: {}"; // --------------------------------------------------------------------------- // tools – DelayAnalyzer @@ -597,22 +457,17 @@ private DataNodeMiscMessages() {} // --------------------------------------------------------------------------- // utils – DataNodeObjectFileService // --------------------------------------------------------------------------- - public static final String FAILED_REMOVE_OBJECT_FILE = - "删除对象文件 {} 失败"; - public static final String FAILED_REMOVE_EMPTY_OBJECT_DIR = - "删除空对象目录 {} 失败"; - public static final String REMOVE_OBJECT_FILE = - "删除对象文件 {},大小为 {}(字节)"; + public static final String FAILED_REMOVE_OBJECT_FILE = "删除对象文件 {} 失败"; + public static final String FAILED_REMOVE_EMPTY_OBJECT_DIR = "删除空对象目录 {} 失败"; + public static final String REMOVE_OBJECT_FILE = "删除对象文件 {},大小为 {}(字节)"; // --------------------------------------------------------------------------- // utils – OpenFileNumUtil // --------------------------------------------------------------------------- - public static final String CANNOT_GET_PID = - "无法获取 IoTDB 进程的 PID,原因:"; + public static final String CANNOT_GET_PID = "无法获取 IoTDB 进程的 PID,原因:"; public static final String UNSUPPORTED_OS_GET_PID = "不支持的操作系统 {},无法通过 OpenFileNumUtil 获取 IoTDB 的 PID。"; - public static final String CANNOT_GET_OPEN_FILE_NUMBER = - "无法获取 IoTDB 进程的打开文件数,原因:"; + public static final String CANNOT_GET_OPEN_FILE_NUMBER = "无法获取 IoTDB 进程的打开文件数,原因:"; // --------------------------------------------------------------------------- // utils – MemUtils @@ -622,48 +477,37 @@ private DataNodeMiscMessages() {} // --------------------------------------------------------------------------- // utils – ErrorHandlingUtils // --------------------------------------------------------------------------- - public static final String ERROR_OPERATION_LOG = - "状态码:{},操作 {} 失败"; + public static final String ERROR_OPERATION_LOG = "状态码:{},操作 {} 失败"; // --------------------------------------------------------------------------- // utils – CommonUtils // --------------------------------------------------------------------------- public static final String INPUT_FLOAT_INFINITY = "输入的浮点数值为 Infinity"; public static final String INPUT_DOUBLE_INFINITY = "输入的双精度数值为 Infinity"; - public static final String BOOLEAN_PARSE_ERROR = - "BOOLEAN 值应为 true/TRUE、false/FALSE 或 0/1"; + public static final String BOOLEAN_PARSE_ERROR = "BOOLEAN 值应为 true/TRUE、false/FALSE 或 0/1"; public static final String UNSUPPORTED_DATA_TYPE_FMT = "不支持的数据类型:%s"; public static final String UNSUPPORTED_DATA_TYPE = "不支持的数据类型:"; - public static final String AGGREGATE_FUNCTION_NAME_NULL = - "聚合函数名称不能为空"; - public static final String INVALID_AGGREGATION_FUNCTION = - "无效的聚合函数:"; - public static final String INVALID_AGGREGATION_FUNCTION_FMT = - "无效的聚合函数:%s"; - public static final String SCALAR_FUNCTION_NAME_NULL = - "标量函数名称不能为空。"; - public static final String DELETE_CURSOR_SIZE_ERROR = - "deleteCursor 应为大小为 1 的数组"; + public static final String AGGREGATE_FUNCTION_NAME_NULL = "聚合函数名称不能为空"; + public static final String INVALID_AGGREGATION_FUNCTION = "无效的聚合函数:"; + public static final String INVALID_AGGREGATION_FUNCTION_FMT = "无效的聚合函数:%s"; + public static final String SCALAR_FUNCTION_NAME_NULL = "标量函数名称不能为空。"; + public static final String DELETE_CURSOR_SIZE_ERROR = "deleteCursor 应为大小为 1 的数组"; // --------------------------------------------------------------------------- // utils – ThreadUtils // --------------------------------------------------------------------------- - public static final String WAITING_TERMINATED_TIMEOUT = - "等待 {} 终止超时"; - public static final String POOL_NOT_EXIT_AFTER_TIMEOUT = - "{} 在 60 秒后仍未退出"; + public static final String WAITING_TERMINATED_TIMEOUT = "等待 {} 终止超时"; + public static final String POOL_NOT_EXIT_AFTER_TIMEOUT = "{} 在 60 秒后仍未退出"; // --------------------------------------------------------------------------- // utils – WindowEvaluationTaskPoolManager // --------------------------------------------------------------------------- - public static final String WINDOW_EVAL_POOL_INIT = - "WindowEvaluationTaskPoolManager 正在初始化,线程数:{}"; + public static final String WINDOW_EVAL_POOL_INIT = "WindowEvaluationTaskPoolManager 正在初始化,线程数:{}"; // --------------------------------------------------------------------------- // utils – LogWriter // --------------------------------------------------------------------------- - public static final String INTERRUPTED_NO_WRITE = - "当前线程被中断,为保证 IO 安全跳过写入操作"; + public static final String INTERRUPTED_NO_WRITE = "当前线程被中断,为保证 IO 安全跳过写入操作"; // --------------------------------------------------------------------------- // conf – IoTDBStartCheck @@ -673,10 +517,8 @@ private DataNodeMiscMessages() {} public static final String SCHEMA_DIR_CREATED = " {} 目录已创建。"; public static final String IOTDB_VERSION_TOO_OLD = "IoTDB 版本过旧"; public static final String REPAIR_SYSTEM_PROPERTIES = "修复 system.properties,缺少 {}"; - public static final String UNEXPECTED_CONSENSUS_GROUP_TYPE = - "未预期的共识组类型"; - public static final String ENCRYPT_MAGIC_STRING_NOT_MATCHED = - "encrypt_magic_string 不匹配"; + public static final String UNEXPECTED_CONSENSUS_GROUP_TYPE = "未预期的共识组类型"; + public static final String ENCRYPT_MAGIC_STRING_NOT_MATCHED = "encrypt_magic_string 不匹配"; // --------------------------------------------------------------------------- // conf – IoTDBDescriptor @@ -685,99 +527,72 @@ private DataNodeMiscMessages() {} public static final String WILL_RELOAD_PROPERTIES = "将从 {} 重新加载配置"; public static final String GET_URL_FAILED = "获取 URL 失败"; public static final String START_READ_CONFIG_FILE = "开始读取配置文件 {}"; - public static final String FAIL_FIND_CONFIG_FILE = - "找不到配置文件 {},拒绝启动 DataNode。"; - public static final String CANNOT_LOAD_CONFIG_FILE = - "无法加载配置文件,拒绝启动 DataNode。"; - public static final String INCORRECT_FORMAT_CONFIG_FILE = - "配置文件格式不正确,拒绝启动 DataNode。"; - public static final String COULD_NOT_LOAD_CONFIG = - "无法从任何已知来源加载配置。"; + public static final String FAIL_FIND_CONFIG_FILE = "找不到配置文件 {},拒绝启动 DataNode。"; + public static final String CANNOT_LOAD_CONFIG_FILE = "无法加载配置文件,拒绝启动 DataNode。"; + public static final String INCORRECT_FORMAT_CONFIG_FILE = "配置文件格式不正确,拒绝启动 DataNode。"; + public static final String COULD_NOT_LOAD_CONFIG = "无法从任何已知来源加载配置。"; public static final String START_RELOAD_CONFIG_FILE = "开始重新加载配置文件 {}"; public static final String FAIL_RELOAD_CONFIG_FILE = "重新加载配置文件 {} 失败"; public static final String RELOAD_METRIC_SERVICE = "重新加载指标服务,级别 {}"; public static final String PAGE_SIZE_GREATER_THAN_GROUP_SIZE = "page_size 大于 group size,将设置为与 group size 相同"; - public static final String MQTT_HOST_NOT_CONFIGURED = - "MQTT 主机未配置,将使用 dn_rpc_address。"; - public static final String FAILED_PARSE_TRUSTED_URI = - "解析 trusted_uri_pattern {} 失败"; + public static final String MQTT_HOST_NOT_CONFIGURED = "MQTT 主机未配置,将使用 dn_rpc_address。"; + public static final String FAILED_PARSE_TRUSTED_URI = "解析 trusted_uri_pattern {} 失败"; public static final String FAILED_GET_FILE_SIZE = "获取 {} 的文件大小失败,原因:"; public static final String SET_DELAY_ANALYZER_WINDOW_SIZE = "[DelayAnalyzer] 设置 delay_analyzer_window_size 为 {}"; - public static final String FAIL_RELOAD_CONFIGURATION_FMT = - "重新加载配置失败,原因:%s"; + public static final String FAIL_RELOAD_CONFIGURATION_FMT = "重新加载配置失败,原因:%s"; // --------------------------------------------------------------------------- // conf – IoTDBConfig // --------------------------------------------------------------------------- public static final String FAIL_GET_CANONICAL_PATH = "获取 {} 的规范路径失败"; - public static final String NO_DATA_DIR_SET = - "未设置数据目录,loadTsFileDirs 保持默认值。"; + public static final String NO_DATA_DIR_SET = "未设置数据目录,loadTsFileDirs 保持默认值。"; public static final String FAILED_GET_FIELD = "获取字段 {} 失败"; - public static final String SKIP_FAILED_TABLE_SCHEMA_CHECK = - "skipFailedTableSchemaCheck 已设置为 {}。"; - public static final String DIR_REMOVED_FROM_DATA_DIRS = - "%s 已从 data_dirs 参数中移除,请将其添加回去。"; + public static final String SKIP_FAILED_TABLE_SCHEMA_CHECK = "skipFailedTableSchemaCheck 已设置为 {}。"; + public static final String DIR_REMOVED_FROM_DATA_DIRS = "%s 已从 data_dirs 参数中移除,请将其添加回去。"; // --------------------------------------------------------------------------- // conf – DataNodeMemoryConfig // --------------------------------------------------------------------------- - public static final String FAIL_RELOAD_MEMORY_CONFIG_FMT = - "重新加载配置失败,原因:%s"; + public static final String FAIL_RELOAD_MEMORY_CONFIG_FMT = "重新加载配置失败,原因:%s"; // --------------------------------------------------------------------------- // conf – DataNodeStartupCheck // --------------------------------------------------------------------------- - public static final String PORTS_HAVE_REPEAT = - "DataNode 使用的端口存在重复。"; + public static final String PORTS_HAVE_REPEAT = "DataNode 使用的端口存在重复。"; // --------------------------------------------------------------------------- // conf – REST service // --------------------------------------------------------------------------- - public static final String REST_COULD_NOT_LOAD_CONFIG = - "无法从任何已知来源加载 REST 服务配置。"; + public static final String REST_COULD_NOT_LOAD_CONFIG = "无法从任何已知来源加载 REST 服务配置。"; public static final String REST_START_READ_CONFIG = "开始读取配置文件 {}"; - public static final String REST_FAIL_FIND_CONFIG = - "REST 服务找不到配置文件 {}"; - public static final String REST_CANNOT_LOAD_CONFIG = - "REST 服务无法加载配置文件,使用默认配置"; - public static final String REST_INCORRECT_FORMAT = - "REST 服务配置文件格式不正确,使用默认配置"; + public static final String REST_FAIL_FIND_CONFIG = "REST 服务找不到配置文件 {}"; + public static final String REST_CANNOT_LOAD_CONFIG = "REST 服务无法加载配置文件,使用默认配置"; + public static final String REST_INCORRECT_FORMAT = "REST 服务配置文件格式不正确,使用默认配置"; // --------------------------------------------------------------------------- // subscription – SubscriptionBroker // --------------------------------------------------------------------------- public static final String SUBSCRIPTION_PREFETCHING_QUEUE_STATE = "订阅:SubscriptionPrefetchingQueue 状态 {}"; - public static final String SUBSCRIPTION_UNEXPECTED_EXCEPTION = - "订阅:意外异常(不变量被破坏){}"; + public static final String SUBSCRIPTION_UNEXPECTED_EXCEPTION = "订阅:意外异常(不变量被破坏){}"; // --------------------------------------------------------------------------- // subscription – SubscriptionReceiverV1 // --------------------------------------------------------------------------- public static final String SUBSCRIPTION_UNKNOWN_REQUEST_TYPE = "订阅:未知的 PipeSubscribeRequestType,响应状态 = {}。"; - public static final String SUBSCRIPTION_CONSUMER_HEARTBEAT_SUCCESS = - "订阅:消费者 {} 心跳成功"; - public static final String SUBSCRIPTION_CONSUMER_SUBSCRIBE_SUCCESS = - "订阅:消费者 {} 订阅 {} 成功"; - public static final String SUBSCRIPTION_CONSUMER_CLOSE_SUCCESS = - "订阅:消费者 {} 关闭成功"; - public static final String SUBSCRIPTION_EXCEPTION_HANDSHAKING = - "握手请求 {} 时发生异常"; - public static final String SUBSCRIPTION_EXCEPTION_HEARTBEAT = - "心跳请求 {} 时发生异常"; - public static final String SUBSCRIPTION_EXCEPTION_SUBSCRIBING = - "订阅请求 {} 时发生异常"; - public static final String SUBSCRIPTION_EXCEPTION_UNSUBSCRIBING = - "取消订阅请求 {} 时发生异常"; - public static final String SUBSCRIPTION_EXCEPTION_POLLING = - "拉取请求 {} 时发生异常"; - public static final String SUBSCRIPTION_EXCEPTION_COMMITTING = - "提交请求 {} 时发生异常"; - public static final String SUBSCRIPTION_EXCEPTION_CLOSING = - "关闭请求 {} 时发生异常"; + public static final String SUBSCRIPTION_CONSUMER_HEARTBEAT_SUCCESS = "订阅:消费者 {} 心跳成功"; + public static final String SUBSCRIPTION_CONSUMER_SUBSCRIBE_SUCCESS = "订阅:消费者 {} 订阅 {} 成功"; + public static final String SUBSCRIPTION_CONSUMER_CLOSE_SUCCESS = "订阅:消费者 {} 关闭成功"; + public static final String SUBSCRIPTION_EXCEPTION_HANDSHAKING = "握手请求 {} 时发生异常"; + public static final String SUBSCRIPTION_EXCEPTION_HEARTBEAT = "心跳请求 {} 时发生异常"; + public static final String SUBSCRIPTION_EXCEPTION_SUBSCRIBING = "订阅请求 {} 时发生异常"; + public static final String SUBSCRIPTION_EXCEPTION_UNSUBSCRIBING = "取消订阅请求 {} 时发生异常"; + public static final String SUBSCRIPTION_EXCEPTION_POLLING = "拉取请求 {} 时发生异常"; + public static final String SUBSCRIPTION_EXCEPTION_COMMITTING = "提交请求 {} 时发生异常"; + public static final String SUBSCRIPTION_EXCEPTION_CLOSING = "关闭请求 {} 时发生异常"; public static final String SUBSCRIPTION_EXCEPTION_CREATING_CONSUMER = "在 ConfigNode 上创建消费者 {} 时发生异常"; public static final String SUBSCRIPTION_EXCEPTION_CLOSING_CONSUMER = @@ -786,18 +601,14 @@ private DataNodeMiscMessages() {} // --------------------------------------------------------------------------- // subscription – SubscriptionBrokerAgent // --------------------------------------------------------------------------- - public static final String SUBSCRIPTION_CREATE_BROKER = - "订阅:创建绑定到消费者组 [{}] 的 Broker"; - public static final String SUBSCRIPTION_DROP_BROKER = - "订阅:删除绑定到消费者组 [{}] 的 Broker"; - public static final String SUBSCRIPTION_BROKER_NOT_EXIST_FMT = - "订阅:绑定到消费者组 [%s] 的 Broker 不存在"; + public static final String SUBSCRIPTION_CREATE_BROKER = "订阅:创建绑定到消费者组 [{}] 的 Broker"; + public static final String SUBSCRIPTION_DROP_BROKER = "订阅:删除绑定到消费者组 [{}] 的 Broker"; + public static final String SUBSCRIPTION_BROKER_NOT_EXIST_FMT = "订阅:绑定到消费者组 [%s] 的 Broker 不存在"; public static final String SUBSCRIPTION_PIPE_BROKER_NOT_EMPTY = "订阅:绑定到消费者组 [{}] 的 Pipe Broker 非空,无法删除"; public static final String SUBSCRIPTION_CONSENSUS_BROKER_NOT_EMPTY = "订阅:绑定到消费者组 [{}] 的共识 Broker 非空,无法删除"; - public static final String SUBSCRIPTION_DROP_CONSENSUS_BROKER = - "订阅:删除绑定到消费者组 [{}] 的共识 Broker"; + public static final String SUBSCRIPTION_DROP_CONSENSUS_BROKER = "订阅:删除绑定到消费者组 [{}] 的共识 Broker"; public static final String SUBSCRIPTION_CREATE_PIPE_BROKER_FOR_BINDING = "订阅:绑定到消费者组 [{}] 的 Pipe Broker 不存在,为绑定预取队列创建新 Broker"; public static final String SUBSCRIPTION_CREATE_CONSENSUS_BROKER_FOR_BINDING = @@ -820,14 +631,12 @@ private DataNodeMiscMessages() {} // --------------------------------------------------------------------------- // subscription – SubscriptionConsumerAgent // --------------------------------------------------------------------------- - public static final String EXCEPTION_DROPPING_CONSUMER_GROUP = - "删除消费者组 {} 时发生异常"; + public static final String EXCEPTION_DROPPING_CONSUMER_GROUP = "删除消费者组 {} 时发生异常"; // --------------------------------------------------------------------------- // subscription – SubscriptionTopicAgent // --------------------------------------------------------------------------- - public static final String EXCEPTION_DROPPING_TOPIC = - "删除 Topic {} 时发生异常"; + public static final String EXCEPTION_DROPPING_TOPIC = "删除 Topic {} 时发生异常"; // --------------------------------------------------------------------------- // subscription – SubscriptionEvent @@ -837,8 +646,7 @@ private DataNodeMiscMessages() {} // --------------------------------------------------------------------------- // subscription – SubscriptionPollResponseCache // --------------------------------------------------------------------------- - public static final String NULL_RESPONSE_INVALIDATING = - "使缓存失效时响应为空,跳过"; + public static final String NULL_RESPONSE_INVALIDATING = "使缓存失效时响应为空,跳过"; // --------------------------------------------------------------------------- // subscription – SubscriptionEventTsFileResponse @@ -850,16 +658,13 @@ private DataNodeMiscMessages() {} // --------------------------------------------------------------------------- // subscription – SubscriptionPipeEventBatches // --------------------------------------------------------------------------- - public static final String EXCEPTION_SEALING_EVENTS = - "从批次 {} 封存事件时发生异常"; - public static final String EXCEPTION_CONSTRUCT_NEW_BATCH = - "构造新批次时发生异常"; + public static final String EXCEPTION_SEALING_EVENTS = "从批次 {} 封存事件时发生异常"; + public static final String EXCEPTION_CONSTRUCT_NEW_BATCH = "构造新批次时发生异常"; // --------------------------------------------------------------------------- // subscription – SubscriptionPrefetchingQueue // --------------------------------------------------------------------------- - public static final String EXCEPTION_EXECUTE_RECEIVER_SUBTASK = - "异常 {} 在 {} 执行接收子任务时发生"; + public static final String EXCEPTION_EXECUTE_RECEIVER_SUBTASK = "异常 {} 在 {} 执行接收子任务时发生"; public static final String EXCEPTION_CONSTRUCT_TABLET_ITERATOR = "异常 {} 在 {} 构造 ToTabletIterator 时发生"; public static final String EXCEPTION_EMIT_EVENTS_BEFORE_COMMIT_TERMINATE_EVENT = @@ -870,19 +675,15 @@ private DataNodeMiscMessages() {} // --------------------------------------------------------------------------- // consensus – BaseStateMachine // --------------------------------------------------------------------------- - public static final String UNEXPECTED_CONSENSUS_REQUEST = - "未预期的 IConsensusRequest:{}"; - public static final String UNEXPECTED_CONSENSUS_REQUEST_EXCEPTION = - "未预期的 IConsensusRequest!"; + public static final String UNEXPECTED_CONSENSUS_REQUEST = "未预期的 IConsensusRequest:{}"; + public static final String UNEXPECTED_CONSENSUS_REQUEST_EXCEPTION = "未预期的 IConsensusRequest!"; // --------------------------------------------------------------------------- // consensus – SchemaExecutionVisitor // --------------------------------------------------------------------------- public static final String IO_ERROR = "{}: IO 错误:"; - public static final String OPENED_PIPE_LISTENING_QUEUE = - "已在 Schema Region {} 上打开 Pipe 监听队列"; - public static final String CLOSED_PIPE_LISTENING_QUEUE = - "已在 Schema Region {} 上关闭 Pipe 监听队列"; + public static final String OPENED_PIPE_LISTENING_QUEUE = "已在 Schema Region {} 上打开 Pipe 监听队列"; + public static final String CLOSED_PIPE_LISTENING_QUEUE = "已在 Schema Region {} 上关闭 Pipe 监听队列"; // --------------------------------------------------------------------------- // consensus – SchemaRegionStateMachine @@ -892,14 +693,10 @@ private DataNodeMiscMessages() {} // --------------------------------------------------------------------------- // consensus – DataExecutionVisitor // --------------------------------------------------------------------------- - public static final String ERROR_EXECUTING_PLAN_NODE = - "执行计划节点 {} 时发生错误"; - public static final String ERROR_EXECUTING_PLAN_NODE_CAUSED = - "执行计划节点 {} 时发生错误,原因:{}"; - public static final String REJECT_EXECUTING_PLAN_NODE = - "拒绝执行计划节点 {},原因:{}"; - public static final String BATCH_FAILURE_INSERT_ROWS = - "执行 InsertRowsNode 时出现批量失败。"; + public static final String ERROR_EXECUTING_PLAN_NODE = "执行计划节点 {} 时发生错误"; + public static final String ERROR_EXECUTING_PLAN_NODE_CAUSED = "执行计划节点 {} 时发生错误,原因:{}"; + public static final String REJECT_EXECUTING_PLAN_NODE = "拒绝执行计划节点 {},原因:{}"; + public static final String BATCH_FAILURE_INSERT_ROWS = "执行 InsertRowsNode 时出现批量失败。"; public static final String BATCH_FAILURE_INSERT_MULTI_TABLETS = "执行 InsertMultiTabletsNode 时出现批量失败。"; public static final String BATCH_FAILURE_INSERT_ROWS_ONE_DEVICE = @@ -908,67 +705,48 @@ private DataNodeMiscMessages() {} // --------------------------------------------------------------------------- // consensus – DataRegionStateMachine // --------------------------------------------------------------------------- - public static final String EXCEPTION_REPLACING_DATA_REGION = - "替换存储引擎中的数据 Region 时发生异常。"; - public static final String UNEXPECTED_PLAN_NODE_TYPE = - "未预期的 PlanNode 类型 {},不是 SearchNode"; - public static final String TABLE_NOT_EXISTS_OR_LOST = - "表不存在或已丢失,结果码为 {}"; + public static final String EXCEPTION_REPLACING_DATA_REGION = "替换存储引擎中的数据 Region 时发生异常。"; + public static final String UNEXPECTED_PLAN_NODE_TYPE = "未预期的 PlanNode 类型 {},不是 SearchNode"; + public static final String TABLE_NOT_EXISTS_OR_LOST = "表不存在或已丢失,结果码为 {}"; public static final String GET_FRAGMENT_INSTANCE_FAILED = "获取 FragmentInstance 失败"; - public static final String CANNOT_GET_CANONICAL_FILE = - "{}: 无法获取 {} 的规范文件路径,原因:{}"; + public static final String CANNOT_GET_CANONICAL_FILE = "{}: 无法获取 {} 的规范文件路径,原因:{}"; // --------------------------------------------------------------------------- // auth – LoginLockManager // --------------------------------------------------------------------------- - public static final String IP_LOGIN_ATTEMPTS_DISABLED = - "IP 级别登录尝试已禁用(设置为 {})"; - public static final String USER_LOGIN_ATTEMPTS_DISABLED = - "用户级别登录尝试已禁用(设置为 {})"; + public static final String IP_LOGIN_ATTEMPTS_DISABLED = "IP 级别登录尝试已禁用(设置为 {})"; + public static final String USER_LOGIN_ATTEMPTS_DISABLED = "用户级别登录尝试已禁用(设置为 {})"; public static final String IP_LOCKED = "IP '{}' 已锁定,用户 ID '{}'"; public static final String USER_UNLOCKED_MANUAL = "用户 ID '{}' 已解锁(手动)"; - public static final String IP_UNLOCKED_MANUAL = - "IP '{}' 已为用户 ID '{}' 解锁(手动)"; + public static final String IP_UNLOCKED_MANUAL = "IP '{}' 已为用户 ID '{}' 解锁(手动)"; public static final String USER_UNLOCKED_EXPIRED = "用户 ID '{}' 已解锁(过期)"; - public static final String IP_UNLOCKED_EXPIRED = - "IP '{}' 已为用户 ID '{}' 解锁(过期)"; - public static final String IP_LOCKED_MULTIPLE_USERS = - "IP '{}' 被 {} 个不同用户锁定 → 可能遭受攻击"; - public static final String USER_MULTIPLE_IP_LOCKS = - "用户 ID '{}' 有 {} 个 IP 锁定 → 可能遭受攻击"; - public static final String FAILED_CHECK_IP_UP = - "检查 IP 地址 {} 是否可达失败"; + public static final String IP_UNLOCKED_EXPIRED = "IP '{}' 已为用户 ID '{}' 解锁(过期)"; + public static final String IP_LOCKED_MULTIPLE_USERS = "IP '{}' 被 {} 个不同用户锁定 → 可能遭受攻击"; + public static final String USER_MULTIPLE_IP_LOCKS = "用户 ID '{}' 有 {} 个 IP 锁定 → 可能遭受攻击"; + public static final String FAILED_CHECK_IP_UP = "检查 IP 地址 {} 是否可达失败"; // --------------------------------------------------------------------------- // auth – ClusterAuthorityFetcher // --------------------------------------------------------------------------- - public static final String CACHE_USER_PATH_PRIVILEGES_ERROR = - "缓存用户路径权限时发生错误"; - public static final String CACHE_ROLE_PATH_PRIVILEGES_ERROR = - "缓存角色路径权限时发生错误"; - + public static final String CACHE_USER_PATH_PRIVILEGES_ERROR = "缓存用户路径权限时发生错误"; + public static final String CACHE_ROLE_PATH_PRIVILEGES_ERROR = "缓存角色路径权限时发生错误"; // --------------------------------------------------------------------------- // trigger – TriggerExecutor // --------------------------------------------------------------------------- - public static final String TRIGGER_FIRE_ERROR = - "触发器触发时发生错误,触发器:{},原因:{}"; + public static final String TRIGGER_FIRE_ERROR = "触发器触发时发生错误,触发器:{},原因:{}"; // --------------------------------------------------------------------------- // trigger – TriggerInformationUpdater // --------------------------------------------------------------------------- - public static final String TRIGGER_INFO_UPDATER_STARTED = - "有状态触发器信息更新器已成功启动。"; - public static final String TRIGGER_INFO_UPDATER_STOPPED = - "有状态触发器信息更新器已成功停止。"; - public static final String ERROR_UPDATING_TRIGGER_INFO = - "更新触发器信息时遇到错误:"; + public static final String TRIGGER_INFO_UPDATER_STARTED = "有状态触发器信息更新器已成功启动。"; + public static final String TRIGGER_INFO_UPDATER_STOPPED = "有状态触发器信息更新器已成功停止。"; + public static final String ERROR_UPDATING_TRIGGER_INFO = "更新触发器信息时遇到错误:"; // --------------------------------------------------------------------------- // trigger – TriggerFireVisitor // --------------------------------------------------------------------------- - public static final String TRIGGER_INTERRUPTED_SLEEP = - "{} 在休眠时被中断"; + public static final String TRIGGER_INTERRUPTED_SLEEP = "{} 在休眠时被中断"; // --------------------------------------------------------------------------- // trigger – TriggerClassLoaderManager / TriggerClassLoader @@ -978,29 +756,36 @@ private DataNodeMiscMessages() {} // --------------------------------------------------------------------------- // trigger – TriggerManagementService // --------------------------------------------------------------------------- - public static final String ERROR_READING_MD5 = - "尝试读取 {} 的 MD5 时发生错误"; + public static final String ERROR_READING_MD5 = "尝试读取 {} 的 MD5 时发生错误"; // --------------------------------------------------------------------------- // partition – DataPartitionTableGenerator // --------------------------------------------------------------------------- - public static final String TASK_ALREADY_STARTED = - "任务已启动或已完成"; + public static final String TASK_ALREADY_STARTED = "任务已启动或已完成"; public static final String FROM_CONFIG_NODE = "' 来自 ConfigNode。'"; public static final String IS_NOT_SUPPORTED = " 不受支持"; - public static final String CANNOT_SSL_HANDSHAKE_WITH_CN_LEADER = "无法与 ConfigNode-leader 进行 SSL 握手。"; + public static final String CANNOT_SSL_HANDSHAKE_WITH_CN_LEADER = + "无法与 ConfigNode-leader 进行 SSL 握手。"; public static final String CANNOT_CONNECT_TO_CN_LEADER = "无法连接到 ConfigNode-leader。"; public static final String CAPACITY_LARGER_THAN_INITIAL_PERMITS = "容量应大于初始许可数。"; public static final String CURRENT_TV_LIST_NOT_SORTED = "当前 TVList 未排序"; - public static final String DN_CLIENT_NOT_SUPPORT_ADD_CONSENSUS_GROUP = "DataNode 到 ConfigNode 客户端不支持 addConsensusGroup。"; - public static final String DN_CLIENT_NOT_SUPPORT_GET_HEARTBEAT = "DataNode 到 ConfigNode 客户端不支持 getConfigNodeHeartBeat。"; - public static final String DN_CLIENT_NOT_SUPPORT_NOTIFY_REGISTER = "DataNode 到 ConfigNode 客户端不支持 notifyRegisterSuccess。"; - public static final String DN_CLIENT_NOT_SUPPORT_REGISTER_CN = "DataNode 到 ConfigNode 客户端不支持 registerConfigNode。"; - public static final String DN_CLIENT_NOT_SUPPORT_REMOVE_CONSENSUS_GROUP = "DataNode 到 ConfigNode 客户端不支持 removeConsensusGroup。"; - public static final String DN_CLIENT_NOT_SUPPORT_REPORT_SHUTDOWN = "DataNode 到 ConfigNode 客户端不支持 reportConfigNodeShutdown。"; - public static final String DN_CLIENT_NOT_SUPPORT_SET_STATUS = "DataNode 到 ConfigNode 客户端不支持 setDataNodeStatus。"; - public static final String DN_CLIENT_NOT_SUPPORT_STOP_AND_CLEAR = "DataNode 到 ConfigNode 客户端不支持 stopAndClearConfigNode。"; + public static final String DN_CLIENT_NOT_SUPPORT_ADD_CONSENSUS_GROUP = + "DataNode 到 ConfigNode 客户端不支持 addConsensusGroup。"; + public static final String DN_CLIENT_NOT_SUPPORT_GET_HEARTBEAT = + "DataNode 到 ConfigNode 客户端不支持 getConfigNodeHeartBeat。"; + public static final String DN_CLIENT_NOT_SUPPORT_NOTIFY_REGISTER = + "DataNode 到 ConfigNode 客户端不支持 notifyRegisterSuccess。"; + public static final String DN_CLIENT_NOT_SUPPORT_REGISTER_CN = + "DataNode 到 ConfigNode 客户端不支持 registerConfigNode。"; + public static final String DN_CLIENT_NOT_SUPPORT_REMOVE_CONSENSUS_GROUP = + "DataNode 到 ConfigNode 客户端不支持 removeConsensusGroup。"; + public static final String DN_CLIENT_NOT_SUPPORT_REPORT_SHUTDOWN = + "DataNode 到 ConfigNode 客户端不支持 reportConfigNodeShutdown。"; + public static final String DN_CLIENT_NOT_SUPPORT_SET_STATUS = + "DataNode 到 ConfigNode 客户端不支持 setDataNodeStatus。"; + public static final String DN_CLIENT_NOT_SUPPORT_STOP_AND_CLEAR = + "DataNode 到 ConfigNode 客户端不支持 stopAndClearConfigNode。"; public static final String ERROR_OCCURRED_DURING_CREATING_DIR = "创建目录时出错:"; public static final String EXPECTING_NON_EMPTY_STRING_FOR = "期望非空字符串:"; public static final String FAILED_TO_CONSTRUCT_PIPE_SINK = "构造 PipeSink 失败,原因:"; @@ -1027,8 +812,7 @@ private DataNodeMiscMessages() {} "聚合函数 [%s] 的输入序列仅支持数据类型 [BOOLEAN]"; public static final String AGGREGATE_CORR_COVAR_REGR_ONLY_SUPPORT_NUMERIC_TYPES = "聚合函数 [CORR, COVAR_POP, COVAR_SAMP, REGR_SLOPE, REGR_INTERCEPT] 仅支持数值类型 [INT32, INT64, FLOAT, DOUBLE, TIMESTAMP]"; - public static final String CHECK_AGGREGATION_KEEP_CONDITION = - "请检查聚合函数 [%s] 的输入 keep 条件"; + public static final String CHECK_AGGREGATION_KEEP_CONDITION = "请检查聚合函数 [%s] 的输入 keep 条件"; public static final String AGGREGATION_KEEP_CONDITION_REQUIREMENT = "聚合函数 [%s] 的 keep 条件必须是常量,或由 keep 和 long 类型数字构成的比较表达式"; public static final String DATABASE_NAME_IS_TREE_MODEL_DATABASE = @@ -1059,8 +843,7 @@ private DataNodeMiscMessages() {} // --- DataNodeInternalRPCServiceImpl --- public static final String LOAD_COMMAND_REQUIRES_TIME_PARTITION_TO_PROGRESS_INDEX_MAP = "Load 命令需要时间分区到进度索引的映射"; - public static final String TOPOLOGY_PROBING_TIMED_OUT_AFTER_S_MS = - "拓扑探测在 %s 毫秒后超时"; + public static final String TOPOLOGY_PROBING_TIMED_OUT_AFTER_S_MS = "拓扑探测在 %s 毫秒后超时"; public static final String NO_SUCH_QUERY = "查询不存在"; public static final String CHANGE_REGION_LEADER_ERROR_REGION_TYPE = "[ChangeRegionLeader] 错误的 Region 类型: "; @@ -1078,40 +861,48 @@ private DataNodeMiscMessages() {} "未找到 DataPartitionTable 生成任务"; // --- DataNode --- - public static final String SUCCESSFULLY_REGISTERED_ALL_UDFS_TAKES_MS = - "成功注册所有 UDF,耗时 {} 毫秒。"; + public static final String SUCCESSFULLY_REGISTERED_ALL_UDFS_TAKES_MS = "成功注册所有 UDF,耗时 {} 毫秒。"; public static final String GET_TREE_UDF = "获取树模型 UDF: {}"; public static final String GET_TABLE_UDF = "获取表模型 UDF: {}"; public static final String GET_TRIGGER = "获取触发器: {}"; // --------------------------------------------------------------------------- // 补充日志消息 // --------------------------------------------------------------------------- - public static final String MISC_LOG_DELAYANALYZER_CALCULATED_SAFE_WATERMARK_CURRENTTIME_P_DELAY_74E1214C = - "[DelayAnalyzer] 已计算安全水位线:{}(当前时间:{},P{} 延迟:{}ms)"; - public static final String MISC_LOG_LOGIN_LOCK_MANAGER_INITIALIZED_WITH_IP_LEVEL_ATTEMPTS_USER_57AE7966 = - "登录锁管理器已初始化:IP 级尝试次数={},用户级尝试次数={},锁定时间={} 分钟"; + public static final String + MISC_LOG_DELAYANALYZER_CALCULATED_SAFE_WATERMARK_CURRENTTIME_P_DELAY_74E1214C = + "[DelayAnalyzer] 已计算安全水位线:{}(当前时间:{},P{} 延迟:{}ms)"; + public static final String + MISC_LOG_LOGIN_LOCK_MANAGER_INITIALIZED_WITH_IP_LEVEL_ATTEMPTS_USER_57AE7966 = + "登录锁管理器已初始化:IP 级尝试次数={},用户级尝试次数={},锁定时间={} 分钟"; public static final String MISC_LOG_USER_ID_LOCKED_DUE_TO_FAILED_ATTEMPTS_743CFB3A = "用户 ID '{}' 因连续失败 {} 次而被锁定"; - public static final String MISC_LOG_USER_LEVEL_ATTEMPTS_AUTO_ENABLED_WITH_DEFAULT_1000_BECAUSE_FAB86B7D = - "用户级尝试次数已自动启用并使用默认值 1000,因为 IP 级已启用(设置为 {})"; + public static final String + MISC_LOG_USER_LEVEL_ATTEMPTS_AUTO_ENABLED_WITH_DEFAULT_1000_BECAUSE_FAB86B7D = + "用户级尝试次数已自动启用并使用默认值 1000,因为 IP 级已启用(设置为 {})"; public static final String MISC_LOG_INVALID_LOCK_TIME_VALUE_RESET_TO_DEFAULT_10_MINUTES_8DCE21EF = "无效的锁定时间值({}),重置为默认值(10 分钟)"; public static final String MISC_LOG_SUCCESSFULLY_WAITED_FOR_PIPE_TO_FINISH_FBDF5157 = "已成功等待 Pipe {} 完成。"; public static final String MISC_LOG_DATANODE_EXITS_JVM_MEMORY_USAGE_BE69D1F5 = "DataNode 退出。JVM 内存使用情况:{}"; - public static final String MISC_LOG_FAILED_TO_REPORT_DATANODE_S_SHUTDOWN_TO_CONFIGNODE_THE_CLUSTER_E6727497 = - "无法向 ConfigNode 上报 DataNode 关闭状态。集群在接下来的几秒内仍会将当前 DataNode 视为 Running。"; - public static final String MISC_LOG_SOMETHING_WRONG_HAPPENED_WHILE_CALLING_CONSENSUS_LAYER_S_8B8FBB16 = - "调用共识层的 triggerSnapshot API 时发生错误。"; - public static final String MISC_LOG_THE_ADDREGIONPEERTASK_HAS_ALREADY_BEEN_SUBMITTED_AND_WILL_4D398F73 = - "{} AddRegionPeerTask {} 已提交,不会重复提交。"; - public static final String MISC_LOG_THE_REMOVEREGIONPEER_HAS_ALREADY_BEEN_SUBMITTED_AND_WILL_6754D9FB = - "{} RemoveRegionPeer {} 已提交,不会重复提交。"; - public static final String MISC_LOG_THE_DELETEOLDREGIONPEERTASK_HAS_ALREADY_BEEN_SUBMITTED_AND_75815D37 = - "{} DeleteOldRegionPeerTask {} 已提交,不会重复提交。"; - public static final String MISC_LOG_RESET_PEER_LIST_FAIL_THIS_DATANODE_NOT_CONTAINS_PEER_OF_6539945C = - "重置 peer 列表失败,该 DataNode 不包含共识组 {} 的 peer,可能是创建本地 peer 失败导致。"; + public static final String + MISC_LOG_FAILED_TO_REPORT_DATANODE_S_SHUTDOWN_TO_CONFIGNODE_THE_CLUSTER_E6727497 = + "无法向 ConfigNode 上报 DataNode 关闭状态。集群在接下来的几秒内仍会将当前 DataNode 视为 Running。"; + public static final String + MISC_LOG_SOMETHING_WRONG_HAPPENED_WHILE_CALLING_CONSENSUS_LAYER_S_8B8FBB16 = + "调用共识层的 triggerSnapshot API 时发生错误。"; + public static final String + MISC_LOG_THE_ADDREGIONPEERTASK_HAS_ALREADY_BEEN_SUBMITTED_AND_WILL_4D398F73 = + "{} AddRegionPeerTask {} 已提交,不会重复提交。"; + public static final String + MISC_LOG_THE_REMOVEREGIONPEER_HAS_ALREADY_BEEN_SUBMITTED_AND_WILL_6754D9FB = + "{} RemoveRegionPeer {} 已提交,不会重复提交。"; + public static final String + MISC_LOG_THE_DELETEOLDREGIONPEERTASK_HAS_ALREADY_BEEN_SUBMITTED_AND_75815D37 = + "{} DeleteOldRegionPeerTask {} 已提交,不会重复提交。"; + public static final String + MISC_LOG_RESET_PEER_LIST_FAIL_THIS_DATANODE_NOT_CONTAINS_PEER_OF_6539945C = + "重置 peer 列表失败,该 DataNode 不包含共识组 {} 的 peer,可能是创建本地 peer 失败导致。"; public static final String MISC_LOG_SUBMIT_ADDREGIONPEERTASK_ERROR_FOR_REGION_4E999BA9 = "{}, 提交 AddRegionPeerTask 失败,Region:{}"; public static final String MISC_LOG_SUBMIT_REMOVEREGIONPEER_TASK_ERROR_FOR_REGION_200E7F68 = @@ -1119,60 +910,82 @@ private DataNodeMiscMessages() {} public static final String MISC_LOG_SUBMIT_DELETEOLDREGIONPEERTASK_ERROR_FOR_REGION_460C308A = "{}, 提交 DeleteOldRegionPeerTask 失败,Region:{}"; public static final String MISC_LOG_GET_TRIGGER_EXECUTOR_1727D243 = "获取触发器执行器:{}"; - public static final String MISC_LOG_SUCCESSFULLY_PULL_SYSTEM_CONFIGURATIONS_FROM_CONFIGNODE_C8E04BF8 = - "成功从 ConfigNode-leader 拉取系统配置,耗时 {} ms"; + public static final String + MISC_LOG_SUCCESSFULLY_PULL_SYSTEM_CONFIGURATIONS_FROM_CONFIGNODE_C8E04BF8 = + "成功从 ConfigNode-leader 拉取系统配置,耗时 {} ms"; public static final String MISC_LOG_SUCCESSFULLY_REGISTER_TO_THE_CLUSTER_WHICH_TAKES_MS_ED479CA7 = "成功注册到集群:{},耗时 {} ms。"; - public static final String MISC_LOG_RESTART_REQUEST_TO_CLUSTER_IS_ACCEPTED_WHICH_TAKES_MS_E8305E02 = - "向集群发送的重启请求已被接受:{},耗时 {} ms。"; - public static final String MISC_LOG_SCHEMAREGION_CONSENSUS_START_SUCCESSFULLY_WHICH_TAKES_MS_3D1B8523 = - "SchemaRegion 共识启动成功,耗时 {} ms。"; - public static final String MISC_LOG_DATAREGION_CONSENSUS_START_SUCCESSFULLY_WHICH_TAKES_MS_2B2DB4CB = - "DataRegion 共识启动成功,耗时 {} ms。"; - public static final String MISC_LOG_IOTDB_DATANODE_IS_SETTING_UP_SOME_DATABASES_MAY_NOT_BE_READY_961523F0 = - "IoTDB DataNode 正在初始化,部分数据库可能尚未就绪,请等待几秒。"; - public static final String MISC_LOG_SUCCESSFULLY_REGISTERED_ALL_THE_TRIGGERS_WHICH_TAKES_MS_246178BB = - "成功注册所有 trigger,耗时 {} ms。"; - public static final String MISC_LOG_PREPARE_EXTERNAL_SERVICE_RESOURCES_SUCCESSFULLY_WHICH_TAKES_00E62CB0 = - "成功准备 external-service 资源,耗时 {} ms。"; - public static final String MISC_LOG_CANNOT_SEND_RESTART_REQUEST_TO_THE_CONFIGNODE_LEADER_BECAUSE_AB17D41A = - "无法向 ConfigNode-leader 发送重启请求,原因:{}"; - public static final String MISC_LOG_CANNOT_PULL_SYSTEM_CONFIGURATIONS_FROM_CONFIGNODE_LEADER_FE630DAE = - "重试 {} 次后仍无法从 ConfigNode-leader 拉取系统配置。"; - public static final String MISC_LOG_CANNOT_SEND_RESTART_DATANODE_REQUEST_TO_CONFIGNODE_LEADER_4F50C19F = - "重试 {} 次后仍无法向 ConfigNode-leader 发送重启 DataNode 请求。"; + public static final String + MISC_LOG_RESTART_REQUEST_TO_CLUSTER_IS_ACCEPTED_WHICH_TAKES_MS_E8305E02 = + "向集群发送的重启请求已被接受:{},耗时 {} ms。"; + public static final String + MISC_LOG_SCHEMAREGION_CONSENSUS_START_SUCCESSFULLY_WHICH_TAKES_MS_3D1B8523 = + "SchemaRegion 共识启动成功,耗时 {} ms。"; + public static final String + MISC_LOG_DATAREGION_CONSENSUS_START_SUCCESSFULLY_WHICH_TAKES_MS_2B2DB4CB = + "DataRegion 共识启动成功,耗时 {} ms。"; + public static final String + MISC_LOG_IOTDB_DATANODE_IS_SETTING_UP_SOME_DATABASES_MAY_NOT_BE_READY_961523F0 = + "IoTDB DataNode 正在初始化,部分数据库可能尚未就绪,请等待几秒。"; + public static final String + MISC_LOG_SUCCESSFULLY_REGISTERED_ALL_THE_TRIGGERS_WHICH_TAKES_MS_246178BB = + "成功注册所有 trigger,耗时 {} ms。"; + public static final String + MISC_LOG_PREPARE_EXTERNAL_SERVICE_RESOURCES_SUCCESSFULLY_WHICH_TAKES_00E62CB0 = + "成功准备 external-service 资源,耗时 {} ms。"; + public static final String + MISC_LOG_CANNOT_SEND_RESTART_REQUEST_TO_THE_CONFIGNODE_LEADER_BECAUSE_AB17D41A = + "无法向 ConfigNode-leader 发送重启请求,原因:{}"; + public static final String + MISC_LOG_CANNOT_PULL_SYSTEM_CONFIGURATIONS_FROM_CONFIGNODE_LEADER_FE630DAE = + "重试 {} 次后仍无法从 ConfigNode-leader 拉取系统配置。"; + public static final String + MISC_LOG_CANNOT_SEND_RESTART_DATANODE_REQUEST_TO_CONFIGNODE_LEADER_4F50C19F = + "重试 {} 次后仍无法向 ConfigNode-leader 发送重启 DataNode 请求。"; public static final String MISC_LOG_TOTALLY_FIND_TSFILES_TO_BE_SETTLED_DB47A63C = "共找到 {} 个待 settle 的 TsFile。"; public static final String MISC_LOG_SYSTEM_PROPERTIES_FILE_HAS_BEEN_MOVED_SUCCESSFULLY_4445A448 = "system.properties 文件已成功移动:{} -> {}"; - public static final String MISC_LOG_SERIALIZE_MUTABLE_SYSTEM_PROPERTIES_SUCCESSFULLY_WHICH_TAKES_4656A206 = - "成功序列化 mutable system properties,耗时 {} ms。"; - public static final String MISC_LOG_SYSTEMPROPERTIES_NORMALIZE_FROM_TO_FOR_COMPATIBILITY_BE1C725F = - "[SystemProperties] 为兼容性将 {} 从 {} 规范化为 {}。"; - public static final String MISC_LOG_DO_NOT_UPGRADE_IOTDB_FROM_V0_9_OR_LOWER_VERSION_TO_V1_0_9878EC88 = - "请勿将 IoTDB 从 v0.9 或更低版本直接升级到 v1.0!请先升级到 v0.10"; - public static final String MISC_LOG_CANNOT_FIND_IOTDB_HOME_OR_IOTDB_CONF_ENVIRONMENT_VARIABLE_BE01B2FE = - "加载配置文件 {} 时找不到 IOTDB_HOME 或 IOTDB_CONF 环境变量,使用默认配置"; - public static final String MISC_LOG_COULDN_T_LOAD_THE_CONFIGURATION_FROM_ANY_OF_THE_KNOWN_SOURCES_EE3ED103 = - "无法从任何已知来源加载配置 {}。"; - public static final String MISC_LOG_THE_PARAMETER_DN_MAX_CONNECTION_FOR_INTERNAL_SERVICE_IS_D2F24BEB = - "参数 dn_max_connection_for_internal_service 已过期。请将其重命名为 " - + "dn_max_client_count_for_each_node_in_client_manager。"; - public static final String MISC_LOG_PARTITION_TABLE_RECOVER_WORKER_NUM_SHOULD_BE_GREATER_THAN_74A2512B = - "partition_table_recover_worker_num 应大于 0,但当前值为 {},忽略该值并使用默认值 {}"; + public static final String + MISC_LOG_SERIALIZE_MUTABLE_SYSTEM_PROPERTIES_SUCCESSFULLY_WHICH_TAKES_4656A206 = + "成功序列化 mutable system properties,耗时 {} ms。"; + public static final String + MISC_LOG_SYSTEMPROPERTIES_NORMALIZE_FROM_TO_FOR_COMPATIBILITY_BE1C725F = + "[SystemProperties] 为兼容性将 {} 从 {} 规范化为 {}。"; + public static final String + MISC_LOG_DO_NOT_UPGRADE_IOTDB_FROM_V0_9_OR_LOWER_VERSION_TO_V1_0_9878EC88 = + "请勿将 IoTDB 从 v0.9 或更低版本直接升级到 v1.0!请先升级到 v0.10"; + public static final String + MISC_LOG_CANNOT_FIND_IOTDB_HOME_OR_IOTDB_CONF_ENVIRONMENT_VARIABLE_BE01B2FE = + "加载配置文件 {} 时找不到 IOTDB_HOME 或 IOTDB_CONF 环境变量,使用默认配置"; + public static final String + MISC_LOG_COULDN_T_LOAD_THE_CONFIGURATION_FROM_ANY_OF_THE_KNOWN_SOURCES_EE3ED103 = + "无法从任何已知来源加载配置 {}。"; + public static final String + MISC_LOG_THE_PARAMETER_DN_MAX_CONNECTION_FOR_INTERNAL_SERVICE_IS_D2F24BEB = + "参数 dn_max_connection_for_internal_service 已过期。请将其重命名为 " + + "dn_max_client_count_for_each_node_in_client_manager。"; + public static final String + MISC_LOG_PARTITION_TABLE_RECOVER_WORKER_NUM_SHOULD_BE_GREATER_THAN_74A2512B = + "partition_table_recover_worker_num 应大于 0,但当前值为 {},忽略该值并使用默认值 {}"; public static final String MISC_LOG_PARTITION_TABLE_RECOVER_MAX_READ_MB_PER_SEC_SHOULD_42BCDFBC = "partition_table_recover_max_read_megabytes_per_second 应大于 0,但当前值为 {},忽略该值并使用默认值 {}"; - public static final String MISC_LOG_THE_THROTTLE_THRESHOLD_PARAMS_IS_DEPRECATED_PLEASE_USE_AA0E8EC7 = - "throttle threshold 参数 {} 已废弃,请使用 {}"; - public static final String MISC_LOG_FAILED_TO_PARSE_QUERY_SAMPLE_THROUGHPUT_BYTES_PER_SEC_TO_00144244 = - "无法将 query_sample_throughput_bytes_per_sec {} 解析为整数"; - public static final String MISC_LOG_THE_PARAMETER_DN_TARGET_CONFIG_NODE_LIST_HAS_BEEN_ABANDONED_6C0DE50B = - "参数 dn_target_config_node_list 已废弃,仅会使用第一个 ConfigNode 地址加入集群。请改用 " - + "dn_seed_config_node。"; - public static final String MISC_LOG_FAILED_TO_RELOAD_PROPERTIES_FROM_REJECT_DATANODE_STARTUP_74E66EEC = - "无法从 {} 重新加载 properties,拒绝启动 DataNode。"; - public static final String MISC_LOG_CONFIGNODES_ARE_SET_IN_WRONG_FORMAT_PLEASE_SET_THEM_LIKE_18E97679 = - "ConfigNodes 格式错误,请按 127.0.0.1:10710 的格式设置"; + public static final String + MISC_LOG_THE_THROTTLE_THRESHOLD_PARAMS_IS_DEPRECATED_PLEASE_USE_AA0E8EC7 = + "throttle threshold 参数 {} 已废弃,请使用 {}"; + public static final String + MISC_LOG_FAILED_TO_PARSE_QUERY_SAMPLE_THROUGHPUT_BYTES_PER_SEC_TO_00144244 = + "无法将 query_sample_throughput_bytes_per_sec {} 解析为整数"; + public static final String + MISC_LOG_THE_PARAMETER_DN_TARGET_CONFIG_NODE_LIST_HAS_BEEN_ABANDONED_6C0DE50B = + "参数 dn_target_config_node_list 已废弃,仅会使用第一个 ConfigNode 地址加入集群。请改用 " + + "dn_seed_config_node。"; + public static final String + MISC_LOG_FAILED_TO_RELOAD_PROPERTIES_FROM_REJECT_DATANODE_STARTUP_74E66EEC = + "无法从 {} 重新加载 properties,拒绝启动 DataNode。"; + public static final String + MISC_LOG_CONFIGNODES_ARE_SET_IN_WRONG_FORMAT_PLEASE_SET_THEM_LIKE_18E97679 = + "ConfigNodes 格式错误,请按 127.0.0.1:10710 的格式设置"; public static final String MISC_LOG_INITIAL_ALLOCATEMEMORYFORWRITE_B90EC7D9 = "初始 allocateMemoryForWrite = {}"; public static final String MISC_LOG_INITIAL_ALLOCATEMEMORYFORREAD_07FB30F0 = @@ -1189,93 +1002,126 @@ private DataNodeMiscMessages() {} "allocateMemoryForSchemaCache = {}"; public static final String MISC_LOG_ALLOCATEMEMORYFORPARTITIONCACHE_809AA695 = "allocateMemoryForPartitionCache = {}"; - public static final String MISC_LOG_THE_PARAMETER_STORAGE_QUERY_SCHEMA_CONSENSUS_FREE_MEMORY_51C9A377 = - "参数 storage_query_schema_consensus_free_memory_proportion 自 v1.2.3 起已废弃,请改用 " - + "datanode_memory_proportion。"; - public static final String MISC_LOG_THE_SUM_OF_REJECT_PROPORTION_WAL_BUFFER_QUEUE_PROPORTION_185B1C49 = - "reject_proportion、wal_buffer_queue_proportion 和 device_path_cache_proportion 的总和过大,使用默认值 " - + "0.8、0.1 和 0.05。"; - public static final String MISC_LOG_THE_VALUE_OF_STORAGE_ENGINE_MEMORY_PROPORTION_IS_ILLEGAL_22CA9433 = - "storage_engine_memory_proportion 的值非法,使用默认值 8:2。"; - public static final String MISC_LOG_THE_VALUE_OF_WRITE_MEMORY_PROPORTION_IS_ILLEGAL_USE_DEFAULT_EE4FA112 = - "write_memory_proportion 的值非法,使用默认值 19:1。"; + public static final String + MISC_LOG_THE_PARAMETER_STORAGE_QUERY_SCHEMA_CONSENSUS_FREE_MEMORY_51C9A377 = + "参数 storage_query_schema_consensus_free_memory_proportion 自 v1.2.3 起已废弃,请改用 " + + "datanode_memory_proportion。"; + public static final String + MISC_LOG_THE_SUM_OF_REJECT_PROPORTION_WAL_BUFFER_QUEUE_PROPORTION_185B1C49 = + "reject_proportion、wal_buffer_queue_proportion 和 device_path_cache_proportion 的总和过大,使用默认值 " + + "0.8、0.1 和 0.05。"; + public static final String + MISC_LOG_THE_VALUE_OF_STORAGE_ENGINE_MEMORY_PROPORTION_IS_ILLEGAL_22CA9433 = + "storage_engine_memory_proportion 的值非法,使用默认值 8:2。"; + public static final String + MISC_LOG_THE_VALUE_OF_WRITE_MEMORY_PROPORTION_IS_ILLEGAL_USE_DEFAULT_EE4FA112 = + "write_memory_proportion 的值非法,使用默认值 19:1。"; public static final String MISC_LOG_SET_LOADTSFILESPILTPARTITIONMAXSIZE_FROM_TO_560BA8F7 = "将 loadTsFileSpiltPartitionMaxSize 从 {} 设置为 {}"; public static final String MISC_LOG_LOADTSFILESTATEMENTSPLITTHRESHOLD_CHANGED_FROM_TO_1CB90529 = "loadTsFileStatementSplitThreshold 已从 {} 改为 {}"; public static final String MISC_LOG_LOADTSFILESUBSTATEMENTBATCHSIZE_CHANGED_FROM_TO_D4EF3D07 = "loadTsFileSubStatementBatchSize 已从 {} 改为 {}"; - public static final String MISC_LOG_CANNOT_FIND_GIVEN_DIRECTORY_STRATEGY_USING_THE_DEFAULT_VALUE_7997B145 = - "找不到指定的目录策略 {},使用默认值"; - public static final String MISC_LOG_CONFIG_PROPERTY_BOOLEAN_STRING_INFER_TYPE_CAN_ONLY_BE_BOOLEAN_2FA3AFC5 = - "配置项 boolean_string_infer_type 只能是 BOOLEAN 或 TEXT,实际为 {}"; - public static final String MISC_LOG_CONFIG_PROPERTY_FLOATING_STRING_INFER_TYPE_CAN_ONLY_BE_FLOAT_8041EAC4 = - "配置项 floating_string_infer_type 只能是 FLOAT、DOUBLE 或 TEXT,实际为 {}"; - public static final String MISC_LOG_CONFIG_PROPERTY_NAN_STRING_INFER_TYPE_CAN_ONLY_BE_FLOAT_61F60E0E = - "配置项 nan_string_infer_type 只能是 FLOAT、DOUBLE 或 TEXT,实际为 {}"; - public static final String MISC_LOG_ILLEGAL_DEFAULTDATABASELEVEL_SHOULD_1_USE_DEFAULT_VALUE_97F43732 = - "非法的 defaultDatabaseLevel:{},应 >= 1,使用默认值 1"; - public static final String MISC_LOG_INVALID_LOADTSFILESTATEMENTSPLITTHRESHOLD_VALUE_USING_DEFAULT_45EA7FBF = - "无效的 loadTsFileStatementSplitThreshold 值:{}。使用默认值:10"; - public static final String MISC_LOG_INVALID_LOADTSFILESUBSTATEMENTBATCHSIZE_VALUE_USING_DEFAULT_5C285109 = - "无效的 loadTsFileSubStatementBatchSize 值:{}。使用默认值:10"; - public static final String MISC_LOG_FAILED_TO_UPDATE_THE_VALUE_OF_METRIC_BECAUSE_OF_CONNECTION_B0FC4929 = - "因连接失败无法更新 metric 值,原因:"; - public static final String MISC_LOG_FAILED_TO_UPDATE_THE_VALUE_OF_METRIC_BECAUSE_OF_INTERNAL_E5C64806 = - "因内部错误无法更新 metric 值,原因:"; - public static final String MISC_LOG_FAILED_TO_STOP_EXTERNAL_SERVICE_S_BECAUSE_S_IT_WILL_BE_DROP_B2909C1E = - "无法停止 External Service %s,原因:%s。将强制丢弃该服务"; - public static final String MISC_LOG_CHANGEREGIONLEADER_START_CHANGE_THE_LEADER_OF_REGIONGROUP_248A99AD = - "[ChangeRegionLeader] 开始将 RegionGroup:{} 的 leader 切换到 DataNode:{}"; - public static final String MISC_LOG_SUCCESSFULLY_SUBMIT_ADDREGIONPEER_TASK_FOR_REGION_TARGET_64183781 = - "成功提交 addRegionPeer 任务,Region:{},目标 DataNode:{}"; - public static final String MISC_LOG_SUCCESSFULLY_SUBMIT_REMOVEREGIONPEER_TASK_FOR_REGION_DATANODE_9B74B948 = - "成功提交 removeRegionPeer 任务,Region:{},待移除 DataNode:{}"; - public static final String MISC_LOG_SUCCESSFULLY_SUBMIT_DELETEOLDREGIONPEER_TASK_FOR_REGION_3F3BB495 = - "成功提交 deleteOldRegionPeer 任务,Region:{},待移除 DataNode:{}"; + public static final String + MISC_LOG_CANNOT_FIND_GIVEN_DIRECTORY_STRATEGY_USING_THE_DEFAULT_VALUE_7997B145 = + "找不到指定的目录策略 {},使用默认值"; + public static final String + MISC_LOG_CONFIG_PROPERTY_BOOLEAN_STRING_INFER_TYPE_CAN_ONLY_BE_BOOLEAN_2FA3AFC5 = + "配置项 boolean_string_infer_type 只能是 BOOLEAN 或 TEXT,实际为 {}"; + public static final String + MISC_LOG_CONFIG_PROPERTY_FLOATING_STRING_INFER_TYPE_CAN_ONLY_BE_FLOAT_8041EAC4 = + "配置项 floating_string_infer_type 只能是 FLOAT、DOUBLE 或 TEXT,实际为 {}"; + public static final String + MISC_LOG_CONFIG_PROPERTY_NAN_STRING_INFER_TYPE_CAN_ONLY_BE_FLOAT_61F60E0E = + "配置项 nan_string_infer_type 只能是 FLOAT、DOUBLE 或 TEXT,实际为 {}"; + public static final String + MISC_LOG_ILLEGAL_DEFAULTDATABASELEVEL_SHOULD_1_USE_DEFAULT_VALUE_97F43732 = + "非法的 defaultDatabaseLevel:{},应 >= 1,使用默认值 1"; + public static final String + MISC_LOG_INVALID_LOADTSFILESTATEMENTSPLITTHRESHOLD_VALUE_USING_DEFAULT_45EA7FBF = + "无效的 loadTsFileStatementSplitThreshold 值:{}。使用默认值:10"; + public static final String + MISC_LOG_INVALID_LOADTSFILESUBSTATEMENTBATCHSIZE_VALUE_USING_DEFAULT_5C285109 = + "无效的 loadTsFileSubStatementBatchSize 值:{}。使用默认值:10"; + public static final String + MISC_LOG_FAILED_TO_UPDATE_THE_VALUE_OF_METRIC_BECAUSE_OF_CONNECTION_B0FC4929 = + "因连接失败无法更新 metric 值,原因:"; + public static final String + MISC_LOG_FAILED_TO_UPDATE_THE_VALUE_OF_METRIC_BECAUSE_OF_INTERNAL_E5C64806 = + "因内部错误无法更新 metric 值,原因:"; + public static final String + MISC_LOG_FAILED_TO_STOP_EXTERNAL_SERVICE_S_BECAUSE_S_IT_WILL_BE_DROP_B2909C1E = + "无法停止 External Service %s,原因:%s。将强制丢弃该服务"; + public static final String + MISC_LOG_CHANGEREGIONLEADER_START_CHANGE_THE_LEADER_OF_REGIONGROUP_248A99AD = + "[ChangeRegionLeader] 开始将 RegionGroup:{} 的 leader 切换到 DataNode:{}"; + public static final String + MISC_LOG_SUCCESSFULLY_SUBMIT_ADDREGIONPEER_TASK_FOR_REGION_TARGET_64183781 = + "成功提交 addRegionPeer 任务,Region:{},目标 DataNode:{}"; + public static final String + MISC_LOG_SUCCESSFULLY_SUBMIT_REMOVEREGIONPEER_TASK_FOR_REGION_DATANODE_9B74B948 = + "成功提交 removeRegionPeer 任务,Region:{},待移除 DataNode:{}"; + public static final String + MISC_LOG_SUCCESSFULLY_SUBMIT_DELETEOLDREGIONPEER_TASK_FOR_REGION_3F3BB495 = + "成功提交 deleteOldRegionPeer 任务,Region:{},待移除 DataNode:{}"; public static final String MISC_LOG_START_TO_CREATENEWREGIONPEER_TO_REGION_6DCE04AD = "{}, 开始创建 createNewRegionPeer {},目标 Region {}"; public static final String MISC_LOG_SUCCEED_TO_CREATENEWREGIONPEER_FOR_REGION_FDF176E3 = "{}, createNewRegionPeer {} 创建成功,Region {}"; - public static final String MISC_LOG_EXECUTING_SYSTEM_EXIT_0_IN_STOPANDCLEARDATANODE_RPC_METHOD_647927C6 = - "stopAndClearDataNode RPC 方法将在 30 秒后执行 system.exit(0)"; + public static final String + MISC_LOG_EXECUTING_SYSTEM_EXIT_0_IN_STOPANDCLEARDATANODE_RPC_METHOD_647927C6 = + "stopAndClearDataNode RPC 方法将在 30 秒后执行 system.exit(0)"; public static final String MISC_LOG_ERROR_OCCURRED_WHEN_PULLING_COMMIT_PROGRESS_48C12E4B = "拉取提交进度时发生错误"; - public static final String MISC_LOG_ERROR_OCCURRED_WHEN_RECEIVING_SUBSCRIPTION_PROGRESS_BROADCAST_94B2CF10 = - "接收订阅进度广播时发生错误"; - public static final String MISC_LOG_ERROR_OCCURRED_WHEN_PUSHING_SUBSCRIPTION_RUNTIME_STATE_D4E71CE3 = - "推送订阅运行时状态时发生错误"; - public static final String MISC_LOG_FAILED_TO_PROCESS_CONSENSUS_SUBSCRIPTION_ROUTE_UPDATE_80D73E2B = - "处理共识订阅路由更新失败"; - public static final String MISC_LOG_THE_AVAILABLE_DISK_SPACE_IS_THE_TOTAL_DISK_SPACE_IS_AND_4506856F = - "可用磁盘空间:{},总磁盘空间:{},剩余磁盘使用率:{} 小于 disk_space_warning_threshold:{},系统将设置为只读!"; - public static final String MISC_LOG_CHANGEREGIONLEADER_FAILED_TO_CHANGE_THE_LEADER_OF_REGIONGROUP_F1A1DC14 = - "[ChangeRegionLeader] 切换 RegionGroup:{} 的 leader 失败"; - public static final String MISC_LOG_ERROR_OCCURRED_WHEN_CREATING_TRIGGER_INSTANCE_FOR_TRIGGER_5A8F8890 = - "创建 trigger:{} 的 trigger instance 时发生错误。原因:{}。"; - public static final String MISC_LOG_ERROR_OCCURRED_DURING_ACTIVE_TRIGGER_INSTANCE_FOR_TRIGGER_7731ECF2 = - "激活 trigger:{} 的 trigger instance 时发生错误。原因:{}。"; - public static final String MISC_LOG_ERROR_OCCURRED_WHEN_TRY_TO_INACTIVE_TRIGGER_INSTANCE_FOR_FA93D7E7 = - "停用 trigger:{} 的 trigger instance 时发生错误。原因:{}。 "; - public static final String MISC_LOG_ERROR_OCCURRED_WHEN_DROPPING_TRIGGER_INSTANCE_FOR_TRIGGER_23B94EBE = - "删除 trigger:{} 的 trigger instance 时发生错误。原因:{}。"; - public static final String MISC_LOG_ERROR_OCCURRED_WHEN_UPDATING_LOCATION_FOR_TRIGGER_THE_CAUSE_1C076D98 = - "更新 trigger:{} 的 Location 时发生错误。原因:{}。"; - public static final String MISC_LOG_CREATENEWREGIONPEER_ERROR_PEERS_REGIONID_ERRORMESSAGE_2EDAE3C8 = - "{}, CreateNewRegionPeer 出错,peers:{},RegionId:{},错误信息"; - public static final String MISC_LOG_FAILED_TO_SERIALIZE_DATABASESCOPEDDATAPARTITIONTABLE_FOR_2EFDD270 = - "无法序列化数据库 {} 的 DatabaseScopedDataPartitionTable"; - public static final String MISC_LOG_ERROR_OCCURRED_WHEN_TRYING_TO_FIRE_TRIGGER_ON_TENDPOINT_BFCBA56E = - "尝试触发 trigger({}) 到 TEndPoint:{} 时发生错误,原因:{}"; - public static final String MISC_LOG_FAILED_TO_UPDATE_LOCATION_OF_STATEFUL_TRIGGER_THROUGH_CONFIG_E6777439 = - "无法通过 config node 更新 stateful trigger({}) 的 location。原因:{}。"; + public static final String + MISC_LOG_ERROR_OCCURRED_WHEN_RECEIVING_SUBSCRIPTION_PROGRESS_BROADCAST_94B2CF10 = + "接收订阅进度广播时发生错误"; + public static final String + MISC_LOG_ERROR_OCCURRED_WHEN_PUSHING_SUBSCRIPTION_RUNTIME_STATE_D4E71CE3 = "推送订阅运行时状态时发生错误"; + public static final String + MISC_LOG_FAILED_TO_PROCESS_CONSENSUS_SUBSCRIPTION_ROUTE_UPDATE_80D73E2B = "处理共识订阅路由更新失败"; + public static final String + MISC_LOG_THE_AVAILABLE_DISK_SPACE_IS_THE_TOTAL_DISK_SPACE_IS_AND_4506856F = + "可用磁盘空间:{},总磁盘空间:{},剩余磁盘使用率:{} 小于 disk_space_warning_threshold:{},系统将设置为只读!"; + public static final String + MISC_LOG_CHANGEREGIONLEADER_FAILED_TO_CHANGE_THE_LEADER_OF_REGIONGROUP_F1A1DC14 = + "[ChangeRegionLeader] 切换 RegionGroup:{} 的 leader 失败"; + public static final String + MISC_LOG_ERROR_OCCURRED_WHEN_CREATING_TRIGGER_INSTANCE_FOR_TRIGGER_5A8F8890 = + "创建 trigger:{} 的 trigger instance 时发生错误。原因:{}。"; + public static final String + MISC_LOG_ERROR_OCCURRED_DURING_ACTIVE_TRIGGER_INSTANCE_FOR_TRIGGER_7731ECF2 = + "激活 trigger:{} 的 trigger instance 时发生错误。原因:{}。"; + public static final String + MISC_LOG_ERROR_OCCURRED_WHEN_TRY_TO_INACTIVE_TRIGGER_INSTANCE_FOR_FA93D7E7 = + "停用 trigger:{} 的 trigger instance 时发生错误。原因:{}。 "; + public static final String + MISC_LOG_ERROR_OCCURRED_WHEN_DROPPING_TRIGGER_INSTANCE_FOR_TRIGGER_23B94EBE = + "删除 trigger:{} 的 trigger instance 时发生错误。原因:{}。"; + public static final String + MISC_LOG_ERROR_OCCURRED_WHEN_UPDATING_LOCATION_FOR_TRIGGER_THE_CAUSE_1C076D98 = + "更新 trigger:{} 的 Location 时发生错误。原因:{}。"; + public static final String + MISC_LOG_CREATENEWREGIONPEER_ERROR_PEERS_REGIONID_ERRORMESSAGE_2EDAE3C8 = + "{}, CreateNewRegionPeer 出错,peers:{},RegionId:{},错误信息"; + public static final String + MISC_LOG_FAILED_TO_SERIALIZE_DATABASESCOPEDDATAPARTITIONTABLE_FOR_2EFDD270 = + "无法序列化数据库 {} 的 DatabaseScopedDataPartitionTable"; + public static final String + MISC_LOG_ERROR_OCCURRED_WHEN_TRYING_TO_FIRE_TRIGGER_ON_TENDPOINT_BFCBA56E = + "尝试触发 trigger({}) 到 TEndPoint:{} 时发生错误,原因:{}"; + public static final String + MISC_LOG_FAILED_TO_UPDATE_LOCATION_OF_STATEFUL_TRIGGER_THROUGH_CONFIG_E6777439 = + "无法通过 config node 更新 stateful trigger({}) 的 location。原因:{}。"; public static final String MISC_LOG_TRIGGER_WAS_FIRED_WITH_WRONG_EVENT_43D89454 = "Trigger {} 触发了错误的事件 {}"; public static final String MISC_LOG_DOES_NOT_EXIST_SKIP_IT_EFB94454 = "{} 不存在,跳过。"; - public static final String MISC_LOG_ERROR_WHEN_PARSE_TAG_AND_ATTRIBUTES_FILE_OF_NODE_PATH_D1492217 = - "解析节点路径 {} 的 tag 和 attributes 文件时发生错误"; - public static final String MISC_LOG_TOTALLY_FIND_TSFILES_TO_BE_SETTLED_INCLUDING_TSFILES_TO_522BCA28 = - "共找到 {} 个待 settle 的 TsFile,其中 {} 个待恢复。"; + public static final String + MISC_LOG_ERROR_WHEN_PARSE_TAG_AND_ATTRIBUTES_FILE_OF_NODE_PATH_D1492217 = + "解析节点路径 {} 的 tag 和 attributes 文件时发生错误"; + public static final String + MISC_LOG_TOTALLY_FIND_TSFILES_TO_BE_SETTLED_INCLUDING_TSFILES_TO_522BCA28 = + "共找到 {} 个待 settle 的 TsFile,其中 {} 个待恢复。"; public static final String MISC_LOG_FINISH_SETTLING_SUCCESSFULLY_FOR_TSFILE_C8BF06D7 = "TsFile {} settle 成功"; public static final String MISC_LOG_MEET_ERROR_WHILE_SETTLING_THE_TSFILE_A3515E1A = @@ -1290,75 +1136,101 @@ private DataNodeMiscMessages() {} // --------------------------------------------------------------------------- // 补充异常消息 // --------------------------------------------------------------------------- - public static final String MISC_EXCEPTION_CANNOT_LOAD_FILE_S_BECAUSE_THE_FILE_HAS_CRASHED_6C180DF9 = - "无法加载文件 %s,因为该文件已损坏。"; - public static final String MISC_EXCEPTION_THE_VERSION_OF_THIS_TSFILE_IS_TOO_LOW_PLEASE_UPGRADE_IT_19CC276C = - "该 TsFile 版本过低,请升级到版本 4。"; - public static final String MISC_EXCEPTION_TSFILE_REWRITE_PROCESS_CANNOT_PROCEED_AT_POSITION_SBECAUSE_3763D32F = - "TsFile 重写流程无法在位置 %s 继续,原因:%s"; - public static final String MISC_EXCEPTION_DATA_TYPE_S_IS_NOT_SUPPORTED_5D5C02E4 = - "不支持数据类型 %s。"; + public static final String + MISC_EXCEPTION_CANNOT_LOAD_FILE_S_BECAUSE_THE_FILE_HAS_CRASHED_6C180DF9 = + "无法加载文件 %s,因为该文件已损坏。"; + public static final String + MISC_EXCEPTION_THE_VERSION_OF_THIS_TSFILE_IS_TOO_LOW_PLEASE_UPGRADE_IT_19CC276C = + "该 TsFile 版本过低,请升级到版本 4。"; + public static final String + MISC_EXCEPTION_TSFILE_REWRITE_PROCESS_CANNOT_PROCEED_AT_POSITION_SBECAUSE_3763D32F = + "TsFile 重写流程无法在位置 %s 继续,原因:%s"; + public static final String MISC_EXCEPTION_DATA_TYPE_S_IS_NOT_SUPPORTED_5D5C02E4 = "不支持数据类型 %s。"; public static final String MISC_EXCEPTION_WINDOW_SIZE_MUST_BE_BETWEEN_D_AND_D_GOT_D_3559BE09 = "窗口大小必须在 %d 和 %d 之间,当前为 %d"; - public static final String MISC_EXCEPTION_CONFIDENCE_LEVEL_MUST_BE_BETWEEN_0_AND_1_GOT_F_2CDA358E = - "置信度必须在 0 到 1 之间,当前为 %f"; + public static final String + MISC_EXCEPTION_CONFIDENCE_LEVEL_MUST_BE_BETWEEN_0_AND_1_GOT_F_2CDA358E = + "置信度必须在 0 到 1 之间,当前为 %f"; public static final String MISC_EXCEPTION_PERCENTILE_MUST_BE_BETWEEN_0_AND_1_GOT_F_DE6B1311 = "百分位必须在 0 到 1 之间,当前为 %f"; - public static final String MISC_EXCEPTION_IRREGULAR_DATA_DIR_STRUCTURE_THERE_SHOULD_BE_A_SEQUENCE_95B4D431 = - "数据目录结构不规范。data 目录 %s 下应包含 sequence 和 unsequence 目录"; - public static final String MISC_EXCEPTION_IRREGULAR_DATA_DIR_STRUCTURE_THERE_SHOULD_BE_DATABASE_DIRECTORIES_10C36DC2 = - "数据目录结构不规范。sequence/unsequence 目录 %s 下应包含数据库目录"; - public static final String MISC_EXCEPTION_IRREGULAR_DATA_DIR_STRUCTURE_THERE_SHOULD_BE_DATAREGION_6BCDBFA1 = - "数据目录结构不规范。数据库目录 %s 下应包含 dataRegion 目录"; - public static final String MISC_EXCEPTION_IRREGULAR_DATA_DIR_STRUCTURE_THERE_SHOULD_BE_TIMEINTERVAL_8D074700 = - "数据目录结构不规范。数据库目录 %s 下应包含 timeInterval 目录"; - public static final String MISC_EXCEPTION_IRREGULAR_DATA_DIR_STRUCTURE_THERE_SHOULD_BE_TSFILES_UNDER_6381FDA5 = - "数据目录结构不规范。timeInterval 目录 %s 下应包含 TsFile"; + public static final String + MISC_EXCEPTION_IRREGULAR_DATA_DIR_STRUCTURE_THERE_SHOULD_BE_A_SEQUENCE_95B4D431 = + "数据目录结构不规范。data 目录 %s 下应包含 sequence 和 unsequence 目录"; + public static final String + MISC_EXCEPTION_IRREGULAR_DATA_DIR_STRUCTURE_THERE_SHOULD_BE_DATABASE_DIRECTORIES_10C36DC2 = + "数据目录结构不规范。sequence/unsequence 目录 %s 下应包含数据库目录"; + public static final String + MISC_EXCEPTION_IRREGULAR_DATA_DIR_STRUCTURE_THERE_SHOULD_BE_DATAREGION_6BCDBFA1 = + "数据目录结构不规范。数据库目录 %s 下应包含 dataRegion 目录"; + public static final String + MISC_EXCEPTION_IRREGULAR_DATA_DIR_STRUCTURE_THERE_SHOULD_BE_TIMEINTERVAL_8D074700 = + "数据目录结构不规范。数据库目录 %s 下应包含 timeInterval 目录"; + public static final String + MISC_EXCEPTION_IRREGULAR_DATA_DIR_STRUCTURE_THERE_SHOULD_BE_TSFILES_UNDER_6381FDA5 = + "数据目录结构不规范。timeInterval 目录 %s 下应包含 TsFile"; public static final String MISC_EXCEPTION_USER_S_DOES_NOT_EXIST_0CE725D8 = "用户 %s 不存在"; - public static final String MISC_EXCEPTION_DATA_TYPE_IS_NOT_CONSISTENT_INPUT_S_REGISTERED_S_AE9DBDC0 = - "数据类型不一致,输入:%s,注册类型:%s"; - public static final String MISC_EXCEPTION_DATA_TYPE_IS_NOT_CONSISTENT_INPUT_S_REGISTERED_S_BECAUSE_50C4BF31 = - "数据类型不一致,输入:%s,注册类型:%s,原因:%s"; - public static final String MISC_EXCEPTION_DATA_TYPE_S_IS_NOT_SUPPORTED_WHEN_CONVERT_DATA_AT_CLIENT_405429CC = - "客户端转换数据时不支持数据类型 %s"; - public static final String MISC_EXCEPTION_DEVICEID_SHOULD_NOT_BE_EMPTY_IN_GETTTL_METHOD_IN_TIMEFILTERFORDEVICETTL_8A501A45 = - "TimeFilterForDeviceTTL 的 getTTL 方法中 deviceID 不能为空"; + public static final String + MISC_EXCEPTION_DATA_TYPE_IS_NOT_CONSISTENT_INPUT_S_REGISTERED_S_AE9DBDC0 = + "数据类型不一致,输入:%s,注册类型:%s"; + public static final String + MISC_EXCEPTION_DATA_TYPE_IS_NOT_CONSISTENT_INPUT_S_REGISTERED_S_BECAUSE_50C4BF31 = + "数据类型不一致,输入:%s,注册类型:%s,原因:%s"; + public static final String + MISC_EXCEPTION_DATA_TYPE_S_IS_NOT_SUPPORTED_WHEN_CONVERT_DATA_AT_CLIENT_405429CC = + "客户端转换数据时不支持数据类型 %s"; + public static final String + MISC_EXCEPTION_DEVICEID_SHOULD_NOT_BE_EMPTY_IN_GETTTL_METHOD_IN_TIMEFILTERFORDEVICETTL_8A501A45 = + "TimeFilterForDeviceTTL 的 getTTL 方法中 deviceID 不能为空"; public static final String MISC_EXCEPTION_FAILED_TO_DECOMPRESS_COMPRESSEDBUFFER_56398D3E = "解压 compressedBuffer 失败"; public static final String MISC_EXCEPTION_ENCODING_S_DOES_NOT_SUPPORT_S_58301155 = "encoding %s 不支持 %s"; public static final String MISC_EXCEPTION_STORAGEENGINE_FAILED_TO_STOP_BECAUSE_OF_S_84D26574 = "StorageEngine 停止失败,原因:%s。"; - public static final String MISC_EXCEPTION_THE_FILE_LENGTH_S_IS_NOT_EQUAL_TO_THE_OFFSET_S_73905F07 = - "文件长度 %s 不等于 offset %s"; - public static final String MISC_EXCEPTION_THE_REMOVE_DATANODE_SCRIPT_HAS_BEEN_DEPRECATED_PLEASE_CONNECT_F91DF360 = - "remove-datanode 脚本已废弃。请连接 CLI 并使用 SQL:remove datanode [datanode_id]。"; - public static final String MISC_EXCEPTION_CANNOT_PULL_SYSTEM_CONFIGURATIONS_FROM_CONFIGNODE_LEADER_BAD295DC = - "无法从 ConfigNode-leader 拉取系统配置。请检查 iotdb-system.properties 中的 dn_seed_config_node 是否正确或存活。"; - public static final String MISC_EXCEPTION_CANNOT_REGISTER_INTO_THE_CLUSTER_PLEASE_CHECK_WHETHER_THE_D8B29F58 = - "无法注册到集群。请检查 iotdb-system.properties 中的 dn_seed_config_node 是否正确或存活。"; - public static final String MISC_EXCEPTION_CANNOT_SEND_RESTART_DATANODE_REQUEST_TO_CONFIGNODE_LEADER_368BE214 = - "无法向 ConfigNode-leader 发送重启 DataNode 请求。请检查 iotdb-system.properties 中的 dn_seed_config_node 是否正确或存活。"; - public static final String MISC_EXCEPTION_FAIL_TO_GET_SG_OF_THIS_TSFILE_WHILE_PARSING_THE_FILE_PATH_9EADADE1 = - "解析文件路径时无法获取该 TsFile 的 sg。"; - public static final String MISC_EXCEPTION_CONFIGURING_THE_DATA_DIRECTORIES_AS_CROSS_DISK_DIRECTORIES_FC0A3875 = - "RatisConsensus 下不支持将 data directories 配置为跨磁盘目录(后续版本将支持)。"; - public static final String MISC_EXCEPTION_CONFIGURING_THE_WALMODE_AS_DISABLE_IS_NOT_SUPPORTED_UNDER_49298819 = - "IoTConsensus 和 IoTConsensusV2 stream mode 下不支持将 WALMode 配置为 disable"; - public static final String MISC_EXCEPTION_ENCRYPTTYPE_IS_NOT_UNENCRYPTED_BUT_USER_ENCRYPT_TOKEN_IS_F828C20B = - "encryptType 不是 UNENCRYPTED,但未设置 user_encrypt_token。请在环境变量中设置。"; - public static final String MISC_EXCEPTION_USER_ENCRYPT_TOKEN_HINT_SHOULD_NOT_INCLUDE_USER_ENCRYPT_50531D40 = - "user_encrypt_token_hint 不应包含 user_encrypt_token,请检查环境变量。"; - public static final String MISC_EXCEPTION_USER_ENCRYPT_TOKEN_HINT_SHOULD_NOT_INCLUDE_THE_REVERSE_OF_39B2D35C = - "user_encrypt_token_hint 不应包含 user_encrypt_token 的反转字符串,请检查环境变量。"; - public static final String MISC_EXCEPTION_RESTART_SYSTEM_AFTER_NOT_STORING_KEY_BUT_USER_ENCRYPT_TOKEN_61CCF9A2 = - "未存储密钥后重启系统,但未设置 user_encrypt_token。请在重启前通过环境变量设置。token hint 信息:%s"; - public static final String MISC_EXCEPTION_CHANGING_ENCRYPT_TYPE_OR_KEY_FOR_TSFILE_ENCRYPTION_AFTER_0668F74E = - "首次启动后不允许修改 TsFile 加密类型或密钥。token hint 信息:%s"; + public static final String + MISC_EXCEPTION_THE_FILE_LENGTH_S_IS_NOT_EQUAL_TO_THE_OFFSET_S_73905F07 = + "文件长度 %s 不等于 offset %s"; + public static final String + MISC_EXCEPTION_THE_REMOVE_DATANODE_SCRIPT_HAS_BEEN_DEPRECATED_PLEASE_CONNECT_F91DF360 = + "remove-datanode 脚本已废弃。请连接 CLI 并使用 SQL:remove datanode [datanode_id]。"; + public static final String + MISC_EXCEPTION_CANNOT_PULL_SYSTEM_CONFIGURATIONS_FROM_CONFIGNODE_LEADER_BAD295DC = + "无法从 ConfigNode-leader 拉取系统配置。请检查 iotdb-system.properties 中的 dn_seed_config_node 是否正确或存活。"; + public static final String + MISC_EXCEPTION_CANNOT_REGISTER_INTO_THE_CLUSTER_PLEASE_CHECK_WHETHER_THE_D8B29F58 = + "无法注册到集群。请检查 iotdb-system.properties 中的 dn_seed_config_node 是否正确或存活。"; + public static final String + MISC_EXCEPTION_CANNOT_SEND_RESTART_DATANODE_REQUEST_TO_CONFIGNODE_LEADER_368BE214 = + "无法向 ConfigNode-leader 发送重启 DataNode 请求。请检查 iotdb-system.properties 中的 dn_seed_config_node 是否正确或存活。"; + public static final String + MISC_EXCEPTION_FAIL_TO_GET_SG_OF_THIS_TSFILE_WHILE_PARSING_THE_FILE_PATH_9EADADE1 = + "解析文件路径时无法获取该 TsFile 的 sg。"; + public static final String + MISC_EXCEPTION_CONFIGURING_THE_DATA_DIRECTORIES_AS_CROSS_DISK_DIRECTORIES_FC0A3875 = + "RatisConsensus 下不支持将 data directories 配置为跨磁盘目录(后续版本将支持)。"; + public static final String + MISC_EXCEPTION_CONFIGURING_THE_WALMODE_AS_DISABLE_IS_NOT_SUPPORTED_UNDER_49298819 = + "IoTConsensus 和 IoTConsensusV2 stream mode 下不支持将 WALMode 配置为 disable"; + public static final String + MISC_EXCEPTION_ENCRYPTTYPE_IS_NOT_UNENCRYPTED_BUT_USER_ENCRYPT_TOKEN_IS_F828C20B = + "encryptType 不是 UNENCRYPTED,但未设置 user_encrypt_token。请在环境变量中设置。"; + public static final String + MISC_EXCEPTION_USER_ENCRYPT_TOKEN_HINT_SHOULD_NOT_INCLUDE_USER_ENCRYPT_50531D40 = + "user_encrypt_token_hint 不应包含 user_encrypt_token,请检查环境变量。"; + public static final String + MISC_EXCEPTION_USER_ENCRYPT_TOKEN_HINT_SHOULD_NOT_INCLUDE_THE_REVERSE_OF_39B2D35C = + "user_encrypt_token_hint 不应包含 user_encrypt_token 的反转字符串,请检查环境变量。"; + public static final String + MISC_EXCEPTION_RESTART_SYSTEM_AFTER_NOT_STORING_KEY_BUT_USER_ENCRYPT_TOKEN_61CCF9A2 = + "未存储密钥后重启系统,但未设置 user_encrypt_token。请在重启前通过环境变量设置。token hint 信息:%s"; + public static final String + MISC_EXCEPTION_CHANGING_ENCRYPT_TYPE_OR_KEY_FOR_TSFILE_ENCRYPTION_AFTER_0668F74E = + "首次启动后不允许修改 TsFile 加密类型或密钥。token hint 信息:%s"; public static final String MISC_EXCEPTION_FAIL_TO_RELOAD_CONFIG_FILE_S_BECAUSE_S_93CCAB8D = "无法重新加载配置文件 %s,原因:%s"; - public static final String MISC_EXCEPTION_EACH_SUBSECTION_OF_CONFIGURATION_ITEM_UDF_READER_TRANSFORMER_97CA8962 = - "配置项 udf_reader_transformer_collector_memory_proportion 的每个子项都应为整数,当前为 %s"; + public static final String + MISC_EXCEPTION_EACH_SUBSECTION_OF_CONFIGURATION_ITEM_UDF_READER_TRANSFORMER_97CA8962 = + "配置项 udf_reader_transformer_collector_memory_proportion 的每个子项都应为整数,当前为 %s"; public static final String EXCEPTION_QUERY_MEMORY_PROPORTIONS_MUST_CONTAIN_8_OR_9_COLON_SEPARATED_VALUES_BUT_FOUND_ARG_03A03941 = "查询内存比例必须包含 8 个或 9 个以冒号分隔的值,但实际有 %d 个"; @@ -1368,44 +1240,48 @@ private DataNodeMiscMessages() {} public static final String EXCEPTION_THE_SUM_OF_QUERY_MEMORY_PROPORTIONS_MUST_BE_POSITIVE_BUT_WAS_ARG_407092B6 = "查询内存比例之和必须为正数,但实际为 %d"; - public static final String MISC_EXCEPTION_EACH_SUBSECTION_OF_CONFIGURATION_ITEM_CHUNKMETA_CHUNK_TIMESERIESMETA_77A43CE2 = - "配置项 chunkmeta_chunk_timeseriesmeta_free_memory_proportion 的每个子项都应为整数,当前为 %s"; + public static final String + MISC_EXCEPTION_EACH_SUBSECTION_OF_CONFIGURATION_ITEM_CHUNKMETA_CHUNK_TIMESERIESMETA_77A43CE2 = + "配置项 chunkmeta_chunk_timeseriesmeta_free_memory_proportion 的每个子项都应为整数,当前为 %s"; public static final String MISC_EXCEPTION_ILLEGAL_DEFAULTDATABASELEVEL_D_SHOULD_1_03088B38 = "非法的 defaultDatabaseLevel:%d,应 >= 1"; - public static final String MISC_EXCEPTION_LOADTSFILESPILTPARTITIONMAXSIZE_SHOULD_BE_GREATER_THAN_OR_95B4DB23 = - "loadTsFileSpiltPartitionMaxSize 应大于或等于 0"; - public static final String MISC_EXCEPTION_REMOVING_IS_ONLY_ALLOWED_IN_AN_ENVIRONMENT_WHERE_THE_DATANODE_5A3E1FEA = - "只有在 DataNode 已成功启动的环境中才允许移除。请检查它是否已在 ConfigNode 上移除,或是否误删了 system.properties 文件。"; + public static final String + MISC_EXCEPTION_LOADTSFILESPILTPARTITIONMAXSIZE_SHOULD_BE_GREATER_THAN_OR_95B4DB23 = + "loadTsFileSpiltPartitionMaxSize 应大于或等于 0"; + public static final String + MISC_EXCEPTION_REMOVING_IS_ONLY_ALLOWED_IN_AN_ENVIRONMENT_WHERE_THE_DATANODE_5A3E1FEA = + "只有在 DataNode 已成功启动的环境中才允许移除。请检查它是否已在 ConfigNode 上移除,或是否误删了 system.properties 文件。"; public static final String MISC_EXCEPTION_STATEMENTID_SDOESN_T_EXIST_IN_THIS_SESSION_S_BD5B4733 = "StatementId:%s 在会话 %s 中不存在"; - public static final String MISC_EXCEPTION_INTERNALCLIENTSESSION_SHOULD_NEVER_CALL_PREPARE_STATEMENT_CCAB3CDC = - "InternalClientSession 不应调用 PREPARE statement 方法。"; + public static final String + MISC_EXCEPTION_INTERNALCLIENTSESSION_SHOULD_NEVER_CALL_PREPARE_STATEMENT_CCAB3CDC = + "InternalClientSession 不应调用 PREPARE statement 方法。"; public static final String MISC_EXCEPTION_STATEMENTID_S_DOESN_T_EXIST_IN_THIS_SESSION_S_4AA25E49 = "StatementId:%s 在会话 %s 中不存在"; - public static final String MISC_EXCEPTION_MQTT_CLIENT_SESSION_DOES_NOT_SUPPORT_PREPARE_STATEMENT_B42FBC65 = - "MQTT client session 不支持 PREPARE statement。"; - public static final String MISC_EXCEPTION_DATAREGIONLIST_SIZE_SHOULD_ONLY_BE_1_NOW_CURRENT_SIZE_IS_282E453C = - "dataRegionList.size() 当前只能为 1,当前大小为 %s"; + public static final String + MISC_EXCEPTION_MQTT_CLIENT_SESSION_DOES_NOT_SUPPORT_PREPARE_STATEMENT_B42FBC65 = + "MQTT client session 不支持 PREPARE statement。"; + public static final String + MISC_EXCEPTION_DATAREGIONLIST_SIZE_SHOULD_ONLY_BE_1_NOW_CURRENT_SIZE_IS_282E453C = + "dataRegionList.size() 当前只能为 1,当前大小为 %s"; public static final String MISC_EXCEPTION_PARAMETER_WINDOWSIZE_D_SHOULD_BE_POSITIVE_D95CBF33 = "参数 windowSize(%d) 应为正数。"; public static final String MISC_EXCEPTION_PARAMETER_SLIDINGSTEP_D_SHOULD_BE_POSITIVE_C0C25C2C = "参数 slidingStep(%d) 应为正数。"; public static final String MISC_EXCEPTION_PARAMETER_TIMEINTERVAL_D_SHOULD_BE_POSITIVE_53A6CE3B = "参数 timeInterval(%d) 应为正数。"; - public static final String MISC_EXCEPTION_FAILED_TO_REFLECT_TRIGGER_INSTANCE_WITH_CLASSNAME_S_BECAUSE_C0CC44E2 = - "无法反射 className(%s) 对应的 trigger instance,原因:%s"; + public static final String + MISC_EXCEPTION_FAILED_TO_REFLECT_TRIGGER_INSTANCE_WITH_CLASSNAME_S_BECAUSE_C0CC44E2 = + "无法反射 className(%s) 对应的 trigger instance,原因:%s"; public static final String MISC_EXCEPTION_S_IS_NOT_ALLOWED_ONLY_SUPPORT_S_862A4D86 = "%s 不允许,仅支持 %s"; public static final String MISC_EXCEPTION_S_IS_NOT_ALLOWED_ONLY_SUPPORT_S_1B06E0B7 = " %s 不允许,仅支持 %s"; - public static final String PARAMETER_CANNOT_BE_MODIFIED_AFTER_FIRST_STARTUP_FMT = - "%s 首次启动后不能修改"; - public static final String UNSUPPORTED_INVOCATION_BY_DATANODE = - "DataNode 不支持调用此方法"; + public static final String PARAMETER_CANNOT_BE_MODIFIED_AFTER_FIRST_STARTUP_FMT = "%s 首次启动后不能修改"; + public static final String UNSUPPORTED_INVOCATION_BY_DATANODE = "DataNode 不支持调用此方法"; public static final String UNSUPPORTED_INVOCATION_BY_DATANODE_USE_SUBMIT_LOAD_CONFIGURATION_TASK = "DataNode 不支持调用此方法,请改用 submitLoadConfigurationTask"; - public static final String INVALID_REQUEST_FROM_CONFIG_NODE_FMT = - "来自 ConfigNode 的无效请求 %s。"; + public static final String INVALID_REQUEST_FROM_CONFIG_NODE_FMT = "来自 ConfigNode 的无效请求 %s。"; public static final String INVALID_METHOD_NAME_FMT = "无效的方法名:'%s'"; public static final String DATA_PARTITION_TABLE_GENERATION_IN_PROGRESS_FMT = "DataPartitionTable 生成中:%.1f%%"; @@ -1420,17 +1296,12 @@ private DataNodeMiscMessages() {} public static final String DATA_PARTITION_TABLE_GENERATION_FAILED_FMT = "DataPartitionTable 生成失败:%s"; public static final String BATCH_PROCESS_FAILED_FMT = "批处理失败:%s"; - public static final String STORAGE_GROUP_NOT_READY_FMT = - "存储组 %s 可能尚未就绪,请稍后重试"; - public static final String BAD_NODE_URL_FORMAT_FMT = - "节点 url %s 格式错误,应为 {IP/DomainName}:{Port}"; - public static final String INCONSISTENT_DATA_TYPES_FMT = - "数据类型不一致,已有数据类型:%s,传入数据类型:%s"; + public static final String STORAGE_GROUP_NOT_READY_FMT = "存储组 %s 可能尚未就绪,请稍后重试"; + public static final String BAD_NODE_URL_FORMAT_FMT = "节点 url %s 格式错误,应为 {IP/DomainName}:{Port}"; + public static final String INCONSISTENT_DATA_TYPES_FMT = "数据类型不一致,已有数据类型:%s,传入数据类型:%s"; public static final String CREATE_SYSTEM_DIRECTORY_FAILED = "创建系统目录失败!"; - public static final String DATABASE_READ_ONLY_NON_QUERY = - "数据库为只读状态,当前不接受非查询操作"; - public static final String AINODE_CONNECTION_FAILED_FMT = - "连接 AINode 失败,原因:[%s],请检查 AINode 的状态。"; + public static final String DATABASE_READ_ONLY_NON_QUERY = "数据库为只读状态,当前不接受非查询操作"; + public static final String AINODE_CONNECTION_FAILED_FMT = "连接 AINode 失败,原因:[%s],请检查 AINode 的状态。"; public static final String AINODE_CLIENT_REFRESH_FROM_CONFIG_NODE_FAILED = "[AINodeClient] 从 ConfigNode 刷新失败:{}"; @@ -1444,68 +1315,95 @@ private DataNodeMiscMessages() {} "Region:%s,状态:%s,执行成功"; public static final String MESSAGE_FAILED_CREATE_EXTERNAL_SERVICE_ARG_IT_ALREADY_EXISTS_50AE69DF = "创建 External Service %s 失败,该服务已存在!"; - public static final String MESSAGE_FAILED_START_EXTERNAL_SERVICE_ARG_BECAUSE_IT_NOT_EXISTED_29D6D3F2 = - "启动 External Service %s 失败,原因:该服务不存在!"; - public static final String MESSAGE_FAILED_START_EXTERNAL_SERVICE_ARG_BECAUSE_ITS_INSTANCE_CAN_NOT_F5A6C198 = - "启动 External Service %s 失败,原因:其实例无法成功构造。异常:%s"; - public static final String MESSAGE_FAILED_STOP_EXTERNAL_SERVICE_ARG_BECAUSE_IT_NOT_EXISTED_3CCCDA42 = - "停止 External Service %s 失败,原因:该服务不存在!"; - public static final String MESSAGE_FAILED_DROP_EXTERNAL_SERVICE_ARG_BECAUSE_IT_NOT_EXISTED_FDD11F17 = - "删除 External Service %s 失败,原因:该服务不存在!"; + public static final String + MESSAGE_FAILED_START_EXTERNAL_SERVICE_ARG_BECAUSE_IT_NOT_EXISTED_29D6D3F2 = + "启动 External Service %s 失败,原因:该服务不存在!"; + public static final String + MESSAGE_FAILED_START_EXTERNAL_SERVICE_ARG_BECAUSE_ITS_INSTANCE_CAN_NOT_F5A6C198 = + "启动 External Service %s 失败,原因:其实例无法成功构造。异常:%s"; + public static final String + MESSAGE_FAILED_STOP_EXTERNAL_SERVICE_ARG_BECAUSE_IT_NOT_EXISTED_3CCCDA42 = + "停止 External Service %s 失败,原因:该服务不存在!"; + public static final String + MESSAGE_FAILED_DROP_EXTERNAL_SERVICE_ARG_BECAUSE_IT_NOT_EXISTED_FDD11F17 = + "删除 External Service %s 失败,原因:该服务不存在!"; public static final String MESSAGE_FAILED_DROP_EXTERNAL_SERVICE_ARG_BECAUSE_IT_BUILT_59858F3F = "删除 External Service %s 失败,原因:该服务是内置服务!"; public static final String MESSAGE_FAILED_DROP_EXTERNAL_SERVICE_ARG_BECAUSE_IT_RUNNING_89B38F80 = "删除 External Service %s 失败,原因:该服务正在运行!"; - public static final String MESSAGE_CHANGEREGIONLEADER_SUCCESSFULLY_CHANGE_LEADER_REGIONGROUP_462797B4 = - "[ChangeRegionLeader] 成功切换 RegionGroup 的 leader:"; + public static final String + MESSAGE_CHANGEREGIONLEADER_SUCCESSFULLY_CHANGE_LEADER_REGIONGROUP_462797B4 = + "[ChangeRegionLeader] 成功切换 RegionGroup 的 leader:"; public static final String MESSAGE_MESSAGE_3501C7E6 = " 到 "; - public static final String MESSAGE_EXECUTEFASTLASTDATAQUERYFORONEPREFIXPATH_DOS_NOT_SUPPORT_WILDCARDS_8E8F44F5 = "\"executeFastLastDataQueryForOnePrefixPath\" 不支持通配符。"; - public static final String MESSAGE_TEMPLATE_NULL_TRYING_ACTIVATE_TEMPLATE_MAY_TEMPLATE_BEING_UNSET_1CE92779 = - "尝试激活模板时模板为空,可能正在取消设置该模板。"; + public static final String + MESSAGE_EXECUTEFASTLASTDATAQUERYFORONEPREFIXPATH_DOS_NOT_SUPPORT_WILDCARDS_8E8F44F5 = + "\"executeFastLastDataQueryForOnePrefixPath\" 不支持通配符。"; + public static final String + MESSAGE_TEMPLATE_NULL_TRYING_ACTIVATE_TEMPLATE_MAY_TEMPLATE_BEING_UNSET_1CE92779 = + "尝试激活模板时模板为空,可能正在取消设置该模板。"; public static final String MESSAGE_DOT_9D9B854A = "."; - public static final String MESSAGE_ERROR_OCCURRED_WHILE_PARSING_SQL_TO_PHYSICAL_PLAN_COLON_5C9F2C59 = - "将 SQL 解析为物理计划时发生错误:"; - public static final String MESSAGE_ERROR_OCCURRED_IN_READ_PROCESS_COLON_CD184195 = - "读取过程中发生错误:"; + public static final String + MESSAGE_ERROR_OCCURRED_WHILE_PARSING_SQL_TO_PHYSICAL_PLAN_COLON_5C9F2C59 = + "将 SQL 解析为物理计划时发生错误:"; + public static final String MESSAGE_ERROR_OCCURRED_IN_READ_PROCESS_COLON_CD184195 = "读取过程中发生错误:"; public static final String MESSAGE_THE_READ_STATEMENT_IS_NOT_ALLOWED_IN_BATCH_COLON_D6A3D5EB = "批处理中不允许读取语句:"; - public static final String MESSAGE_LEFT_BRACKET_ARG_RIGHT_BRACKET_EXCEPTION_OCCURRED_COLON_ARG_FAILED_DOT_909D8FFA = - "[%s] 发生异常:%s 失败。"; + public static final String + MESSAGE_LEFT_BRACKET_ARG_RIGHT_BRACKET_EXCEPTION_OCCURRED_COLON_ARG_FAILED_DOT_909D8FFA = + "[%s] 发生异常:%s 失败。"; public static final String EXCEPTION_SUFFIX_IS_NULL_6CC6B965 = "后缀不能为空"; public static final String EXCEPTION_RUNTIMESTATE_D4D018BA = "runtimeState"; public static final String EXCEPTION_STATEMENTNAME_IS_NULL_C03BB8D4 = "statementName 不能为空"; public static final String EXCEPTION_SQL_IS_NULL_BEDB2B7A = "sql 不能为空"; - public static final String MESSAGE_CONFIGNODE_LEADER_ARG_IS_WARMING_UP_BEFORE_SERVING_DATANODE_ARG_WILL_WAIT_AND_RETRY_AAB5F962 = "ConfigNode leader {} 正在预热,暂未对 DataNode {} 提供服务,将等待并重试。"; - public static final String MESSAGE_CONFIGNODE_LEADER_ARG_IS_WARMING_UP_BEFORE_SERVING_DATANODE_ARG_WILL_WAIT_AND_RETRY_REASON_ARG_3A2A4163 = - "ConfigNode leader {} 正在预热,暂未对 DataNode {} 提供服务,将等待并重试。原因:{}"; - public static final String EXCEPTION_TRUST_STORE_PATH_MUST_BE_SET_WHEN_THRIFT_SSL_CLIENT_AUTH_IS_TRUE_36016171 = "当 thrift_ssl_client_auth 为 true 时,必须设置 trust_store_path"; - public static final String EXCEPTION_CONTINUOUS_QUERY_MIN_EVERY_INTERVAL_IN_MS_SHOULD_BE_GREATER_THAN_0_BUT_CURRENT_VALUE_IS_F9A1BEC4 = "continuous_query_min_every_interval_in_ms 必须大于 0,但当前值为 "; - public static final String EXCEPTION_UNKNOWN_READ_CONSISTENCY_LEVEL_ARG_PLEASE_SET_TO_STRONG_OR_WEAK_8CF29949 = "未知的 read_consistency_level:%s,请设置为 \"strong\" 或 \"weak\""; - public static final String MESSAGE_INITIAL_ALLOCATEMEMORYFORAUTORESIZINGBUFFER_ARG_A0DB6DA0 = "初始 allocateMemoryForAutoResizingBuffer = {}"; - public static final String LOG_SKIP_SETTING_ARG_TO_ARG_BECAUSE_IT_IS_UNDER_DATA_DIRECTORY_KEEP_USING_ORIGINAL_CONFIGURATION_EE87FFD9 = - "跳过设置 {} 为 {},因为其位于 data 目录下。继续使用原配置:{}。"; - public static final String LOG_SKIP_SETTING_ARG_TO_ARG_BECAUSE_ITS_CANONICAL_PATH_CANNOT_BE_RESOLVED_ARG_KEEP_USING_ORIGINAL_CONFIGURATION_C0A8ED09 = - "跳过设置 {} 为 {},因为无法解析其 canonical 路径:{}。继续使用原配置:{}。"; - public static final String MISC_EXCEPTION_FAILED_TO_RESOLVE_CANONICAL_PATH_FOR_ACTIVE_LOAD_LISTENING_DIRECTORY_S_ARG_0E6A508E = - "无法解析 Active Load 监听目录 %s 的 canonical 路径:%s"; + public static final String + MESSAGE_CONFIGNODE_LEADER_ARG_IS_WARMING_UP_BEFORE_SERVING_DATANODE_ARG_WILL_WAIT_AND_RETRY_AAB5F962 = + "ConfigNode leader {} 正在预热,暂未对 DataNode {} 提供服务,将等待并重试。"; + public static final String + MESSAGE_CONFIGNODE_LEADER_ARG_IS_WARMING_UP_BEFORE_SERVING_DATANODE_ARG_WILL_WAIT_AND_RETRY_REASON_ARG_3A2A4163 = + "ConfigNode leader {} 正在预热,暂未对 DataNode {} 提供服务,将等待并重试。原因:{}"; + public static final String + EXCEPTION_TRUST_STORE_PATH_MUST_BE_SET_WHEN_THRIFT_SSL_CLIENT_AUTH_IS_TRUE_36016171 = + "当 thrift_ssl_client_auth 为 true 时,必须设置 trust_store_path"; + public static final String + EXCEPTION_CONTINUOUS_QUERY_MIN_EVERY_INTERVAL_IN_MS_SHOULD_BE_GREATER_THAN_0_BUT_CURRENT_VALUE_IS_F9A1BEC4 = + "continuous_query_min_every_interval_in_ms 必须大于 0,但当前值为 "; + public static final String + EXCEPTION_UNKNOWN_READ_CONSISTENCY_LEVEL_ARG_PLEASE_SET_TO_STRONG_OR_WEAK_8CF29949 = + "未知的 read_consistency_level:%s,请设置为 \"strong\" 或 \"weak\""; + public static final String MESSAGE_INITIAL_ALLOCATEMEMORYFORAUTORESIZINGBUFFER_ARG_A0DB6DA0 = + "初始 allocateMemoryForAutoResizingBuffer = {}"; + public static final String + LOG_SKIP_SETTING_ARG_TO_ARG_BECAUSE_IT_IS_UNDER_DATA_DIRECTORY_KEEP_USING_ORIGINAL_CONFIGURATION_EE87FFD9 = + "跳过设置 {} 为 {},因为其位于 data 目录下。继续使用原配置:{}。"; + public static final String + LOG_SKIP_SETTING_ARG_TO_ARG_BECAUSE_ITS_CANONICAL_PATH_CANNOT_BE_RESOLVED_ARG_KEEP_USING_ORIGINAL_CONFIGURATION_C0A8ED09 = + "跳过设置 {} 为 {},因为无法解析其 canonical 路径:{}。继续使用原配置:{}。"; + public static final String + MISC_EXCEPTION_FAILED_TO_RESOLVE_CANONICAL_PATH_FOR_ACTIVE_LOAD_LISTENING_DIRECTORY_S_ARG_0E6A508E = + "无法解析 Active Load 监听目录 %s 的 canonical 路径:%s"; public static final String EXCEPTION_COLUMNSTOCLONE_CANNOT_BE_NULL_458FDF37 = "columnsToClone 不能为 null"; - public static final String EXCEPTION_CLONELIST_CANNOT_BE_NULL_47AEEA8F = - "cloneList 不能为 null"; - public static final String EXCEPTION_TARGET_ALIGNEDTVLIST_HAS_INCOMPATIBLE_COLUMN_CONTAINERS_31FAC613 = - "目标 AlignedTVList 的列容器不兼容"; - public static final String EXCEPTION_MISSING_VALUE_ARRAYS_FOR_ALIGNED_COLUMN_INDEX_ARG_DURING_MOVE_08D46037 = - "移动过程中缺少对齐列索引 %d 的值数组"; - public static final String EXCEPTION_TARGET_VALUE_COLUMN_INDEX_ARG_IS_NOT_READY_FOR_MOVE_7889C74F = - "目标值列索引 %d 尚未准备好进行移动"; - public static final String EXCEPTION_TARGET_BITMAP_COLUMN_INDEX_ARG_IS_NOT_READY_FOR_MOVE_AE3B5F88 = - "目标 bitmap 列索引 %d 尚未准备好进行移动"; - public static final String EXCEPTION_MISSING_VALUE_ARRAYS_FOR_ALIGNED_COLUMN_INDEX_ARG_DURING_CLONE_795EB1C5 = - "克隆过程中缺少对齐列索引 %d 的值数组"; - public static final String EXCEPTION_MISSING_VALUE_ARRAYS_FOR_ALIGNED_COLUMN_INDEX_ARG_DURING_EXPAND_68E0C8B6 = - "扩容过程中缺少对齐列索引 %d 的值数组"; - public static final String EXCEPTION_MISSING_VALUE_ARRAYS_FOR_ALIGNED_COLUMN_INDEX_ARG_DURING_MARK_NULL_VALUE_2893628E = - "标记空值过程中缺少对齐列索引 %d 的值数组"; - + public static final String EXCEPTION_CLONELIST_CANNOT_BE_NULL_47AEEA8F = "cloneList 不能为 null"; + public static final String + EXCEPTION_TARGET_ALIGNEDTVLIST_HAS_INCOMPATIBLE_COLUMN_CONTAINERS_31FAC613 = + "目标 AlignedTVList 的列容器不兼容"; + public static final String + EXCEPTION_MISSING_VALUE_ARRAYS_FOR_ALIGNED_COLUMN_INDEX_ARG_DURING_MOVE_08D46037 = + "移动过程中缺少对齐列索引 %d 的值数组"; + public static final String + EXCEPTION_TARGET_VALUE_COLUMN_INDEX_ARG_IS_NOT_READY_FOR_MOVE_7889C74F = + "目标值列索引 %d 尚未准备好进行移动"; + public static final String + EXCEPTION_TARGET_BITMAP_COLUMN_INDEX_ARG_IS_NOT_READY_FOR_MOVE_AE3B5F88 = + "目标 bitmap 列索引 %d 尚未准备好进行移动"; + public static final String + EXCEPTION_MISSING_VALUE_ARRAYS_FOR_ALIGNED_COLUMN_INDEX_ARG_DURING_CLONE_795EB1C5 = + "克隆过程中缺少对齐列索引 %d 的值数组"; + public static final String + EXCEPTION_MISSING_VALUE_ARRAYS_FOR_ALIGNED_COLUMN_INDEX_ARG_DURING_EXPAND_68E0C8B6 = + "扩容过程中缺少对齐列索引 %d 的值数组"; + public static final String + EXCEPTION_MISSING_VALUE_ARRAYS_FOR_ALIGNED_COLUMN_INDEX_ARG_DURING_MARK_NULL_VALUE_2893628E = + "标记空值过程中缺少对齐列索引 %d 的值数组"; } diff --git a/iotdb-core/datanode/src/main/i18n/zh/org/apache/iotdb/db/i18n/DataNodePipeMessages.java b/iotdb-core/datanode/src/main/i18n/zh/org/apache/iotdb/db/i18n/DataNodePipeMessages.java index 35c88b9abfe2..241eea0740aa 100644 --- a/iotdb-core/datanode/src/main/i18n/zh/org/apache/iotdb/db/i18n/DataNodePipeMessages.java +++ b/iotdb-core/datanode/src/main/i18n/zh/org/apache/iotdb/db/i18n/DataNodePipeMessages.java @@ -106,8 +106,7 @@ public final class DataNodePipeMessages { "关闭 pipe connector 子任务 {} 时发生异常,根因:{}"; public static final String EXCEPTION_OCCURRED_WHEN_CLOSING_PIPE_PROCESSOR_SUBTASK = "关闭 pipe processor 子任务 {} 时发生异常,根因:{}"; - public static final String EXCEPTION_OCCURS_WHEN_EXECUTING_PIPE_TASK = - "执行 pipe task 时发生异常:"; + public static final String EXCEPTION_OCCURS_WHEN_EXECUTING_PIPE_TASK = "执行 pipe task 时发生异常:"; public static final String FAILED_TO_CHECK_IF_PIPE_HAS_RELEASE = "check if pipe has release region related resource with consensus group id: {} 失败。"; public static final String FAILED_TO_CLEAR_CLOSE_THE_SCHEMA_REGION = @@ -126,71 +125,57 @@ public final class DataNodePipeMessages { "获取 PendingQueue 失败,没有该子任务: "; public static final String FAILED_TO_GET_PIPE_INFO_FROM_CONFIG_NODE_STATUS = "从 CN 处获取 pipe 信息失败,状态是 %s。"; - public static final String FAILED_TO_GET_PIPE_METAS_WILL_BE = - "获取 pipe metas 失败,稍后会从 CN 处再次同步。"; - public static final String FAILED_TO_GET_PIPE_PLUGIN_JAR_FROM = - "从 CN 处获取 pipe 插件 jar 包失败。"; + public static final String FAILED_TO_GET_PIPE_METAS_WILL_BE = "获取 pipe metas 失败,稍后会从 CN 处再次同步。"; + public static final String FAILED_TO_GET_PIPE_PLUGIN_JAR_FROM = "从 CN 处获取 pipe 插件 jar 包失败。"; public static final String FAILED_TO_GET_PIPE_TASK_META_FROM = "获取 pipe task meta from config node. Ignore the exception 失败,原因:config node may not be " + "ready yet, and meta will be pushed by config node later."; public static final String FAILED_TO_PERSIST_PROGRESS_INDEX_TO_CONFIGNODE = "持久化进度索引到 ConfigNode 失败,状态:{}"; - public static final String SHUTDOWN_PROGRESS_NOT_CONFIRMED = - "本次关闭流程中的进度未确认已持久化到 ConfigNode。"; + public static final String SHUTDOWN_PROGRESS_NOT_CONFIRMED = "本次关闭流程中的进度未确认已持久化到 ConfigNode。"; public static final String START_TO_PERSIST_ALL_PIPE_PROGRESS_INDEXES_DURING_SHUTDOWN = "开始在关闭期间持久化所有 Pipe 进度索引,Pipe 数量 {},超时时间 {} ms"; public static final String INTERRUPTED_WHILE_PERSISTING_ALL_PIPE_PROGRESS_INDEXES_DURING_SHUTDOWN = - "在关闭期间持久化所有 Pipe 进度索引时被中断。" - + SHUTDOWN_PROGRESS_NOT_CONFIRMED; - public static final String - TIMED_OUT_WHILE_PERSISTING_ALL_PIPE_PROGRESS_INDEXES_DURING_SHUTDOWN = - "在关闭期间持久化所有 Pipe 进度索引超时,耗时 {} ms。" - + SHUTDOWN_PROGRESS_NOT_CONFIRMED; + "在关闭期间持久化所有 Pipe 进度索引时被中断。" + SHUTDOWN_PROGRESS_NOT_CONFIRMED; + public static final String TIMED_OUT_WHILE_PERSISTING_ALL_PIPE_PROGRESS_INDEXES_DURING_SHUTDOWN = + "在关闭期间持久化所有 Pipe 进度索引超时,耗时 {} ms。" + SHUTDOWN_PROGRESS_NOT_CONFIRMED; public static final String FAILED_TO_PERSIST_ALL_PIPE_PROGRESS_INDEXES_DURING_SHUTDOWN = - "在关闭期间持久化所有 Pipe 进度索引失败,耗时 {} ms。" - + SHUTDOWN_PROGRESS_NOT_CONFIRMED; + "在关闭期间持久化所有 Pipe 进度索引失败,耗时 {} ms。" + SHUTDOWN_PROGRESS_NOT_CONFIRMED; public static final String COLLECTED_PIPE_METAS_FOR_SHUTDOWN_PROGRESS_PERSIST = - "已收集关闭期间进度持久化所需的 Pipe 元数据,Pipe 数量 {},Pipe 元数据数量 {}," - + "Pipe 元数据大小 {} 字节,耗时 {} ms"; + "已收集关闭期间进度持久化所需的 Pipe 元数据,Pipe 数量 {},Pipe 元数据数量 {}," + "Pipe 元数据大小 {} 字节,耗时 {} ms"; public static final String COLLECTED_EMPTY_PIPE_METAS_DURING_SHUTDOWN = "关闭期间为 {} 个 Pipe 收集到空 Pipe 元数据。"; public static final String START_TO_PUSH_HEARTBEAT_SHUTDOWN_PIPE_META_TO_CONFIGNODE = "开始向 ConfigNode 推送关闭期间的 Pipe 元数据心跳,DataNode ID {},Pipe 数量 {}," + "Pipe 元数据数量 {},Pipe 元数据大小 {} 字节"; public static final String FAILED_TO_PUSH_HEARTBEAT_SHUTDOWN_PIPE_META_TO_CONFIGNODE = - "向 ConfigNode 推送关闭期间的 Pipe 元数据心跳失败,状态 {},耗时 {} ms。" - + SHUTDOWN_PROGRESS_NOT_CONFIRMED; - public static final String - SUCCESSFULLY_FINISHED_PUSH_HEARTBEAT_SHUTDOWN_PIPE_META_TO_CONFIGNODE = - "成功向 ConfigNode 推送关闭期间的 Pipe 元数据心跳,Pipe 数量 {},Pipe 元数据数量 {}," - + "Pipe 元数据大小 {} 字节,耗时 {} ms"; + "向 ConfigNode 推送关闭期间的 Pipe 元数据心跳失败,状态 {},耗时 {} ms。" + SHUTDOWN_PROGRESS_NOT_CONFIRMED; + public static final String SUCCESSFULLY_FINISHED_PUSH_HEARTBEAT_SHUTDOWN_PIPE_META_TO_CONFIGNODE = + "成功向 ConfigNode 推送关闭期间的 Pipe 元数据心跳,Pipe 数量 {},Pipe 元数据数量 {}," + "Pipe 元数据大小 {} 字节,耗时 {} ms"; public static final String EXCEPTION_OCCURRED_WHILE_PERSISTING_ALL_PIPE_PROGRESS_INDEXES_DURING_SHUTDOWN = - "在关闭期间持久化所有 Pipe 进度索引时发生异常。" - + SHUTDOWN_PROGRESS_NOT_CONFIRMED; + "在关闭期间持久化所有 Pipe 进度索引时发生异常。" + SHUTDOWN_PROGRESS_NOT_CONFIRMED; public static final String PERSISTING_PIPE_PROGRESS_INDEXES_BEFORE_SHUTDOWN = "关闭前正在持久化 Pipe 进度索引,超时时间 {} ms。"; public static final String PIPE_PROGRESS_INDEXES_WERE_NOT_CONFIRMED_DURING_SHUTDOWN = - "关闭期间 Pipe 进度索引未被 ConfigNode 确认。" - + SHUTDOWN_PROGRESS_NOT_CONFIRMED; + "关闭期间 Pipe 进度索引未被 ConfigNode 确认。" + SHUTDOWN_PROGRESS_NOT_CONFIRMED; public static final String FAILURE_WHEN_REGISTER_PIPE_PLUGIN_SKIP_THIS = "注册 pipe plugin {} 失败。将跳过该插件并继续启动。"; - public static final String - FAILED_TO_REGISTER_PIPE_PLUGIN_BECAUSE_NAME_CONFLICTS_WITH_BUILTIN = - "注册 PipePlugin %s 失败,因为给定的 PipePlugin 名称与内置 PipePlugin 名称重复。"; - public static final String - FAILED_TO_REGISTER_PIPE_PLUGIN_BECAUSE_INSTANCE_CONSTRUCTION_FAILED = - "注册 PipePlugin %s(%s) 失败,因为其实例无法成功构造。异常:%s"; + public static final String FAILED_TO_REGISTER_PIPE_PLUGIN_BECAUSE_NAME_CONFLICTS_WITH_BUILTIN = + "注册 PipePlugin %s 失败,因为给定的 PipePlugin 名称与内置 PipePlugin 名称重复。"; + public static final String FAILED_TO_REGISTER_PIPE_PLUGIN_BECAUSE_INSTANCE_CONSTRUCTION_FAILED = + "注册 PipePlugin %s(%s) 失败,因为其实例无法成功构造。异常:%s"; public static final String FAILED_TO_REGISTER_PIPE_PLUGIN_BECAUSE_JAR_MD5_MISMATCH = "注册 PipePlugin %s 失败,因为 pipe plugin %s 已存在的 jar 文件 MD5 与新的 jar 文件不同。"; - public static final String FAILED_TO_DEREGISTER_BUILTIN_PIPE_PLUGIN = - "注销内置 PipePlugin %s 失败。"; + public static final String FAILED_TO_DEREGISTER_BUILTIN_PIPE_PLUGIN = "注销内置 PipePlugin %s 失败。"; public static final String PIPECONNECTOR = "PipeConnector: "; - public static final String EXCEPTION_PIPECONNECTOR_ARG_ID_ARG_HEARTBEAT_FAILED_OR_ENCOUNTERED_FAILURE_WHEN_TRANSFERRING_GENERIC_EVENT_FAILURE_ARG_679A4A49 = - "PipeConnector:%s(id: %s) 心跳失败,或在传输 generic event 时遇到失败。失败原因:%s"; - public static final String EXCEPTION_THE_DATABASE_NAME_IN_TREE_MODEL_MUST_START_WITH_ROOT_7BFA4609 = - "tree 模型中的数据库名称必须以 'root.' 开头。"; + public static final String + EXCEPTION_PIPECONNECTOR_ARG_ID_ARG_HEARTBEAT_FAILED_OR_ENCOUNTERED_FAILURE_WHEN_TRANSFERRING_GENERIC_EVENT_FAILURE_ARG_679A4A49 = + "PipeConnector:%s(id: %s) 心跳失败,或在传输 generic event 时遇到失败。失败原因:%s"; + public static final String + EXCEPTION_THE_DATABASE_NAME_IN_TREE_MODEL_MUST_START_WITH_ROOT_7BFA4609 = + "tree 模型中的数据库名称必须以 'root.' 开头。"; public static final String EXCEPTION_THE_LENGTH_OF_DATABASE_NAME_SHALL_NOT_EXCEED_82C7199C = "数据库名称的长度不得超过 "; public static final String PIPEDATANODETASKBUILDER_FAILED_TO_PARSE_INCLUSION_AND_EXCLUSION = @@ -202,17 +187,13 @@ public final class DataNodePipeMessages { "PipeDataNodeTaskBuilder:当 'inclusion' 包含 'data.delete' 时,将 'realtime-first' 设置为 " + "'true' 可能导致删除后出现数据同步问题。"; public static final String PIPEDATANODETASKBUILDER_WHEN_SOURCE_USES_SNAPSHOT_MODEL_REALTIME = - "PipeDataNodeTaskBuilder:当 source 使用快照模式时,'realtime-first' 默认为 'false'," - + "以避免在传输完成前过早停止。"; + "PipeDataNodeTaskBuilder:当 source 使用快照模式时,'realtime-first' 默认为 'false'," + "以避免在传输完成前过早停止。"; public static final String PIPEDATANODETASKBUILDER_WHEN_SOURCE_USES_SNAPSHOT_MODEL_REALTIME_1 = - "PipeDataNodeTaskBuilder:当 source 使用快照模式时,将 'realtime-first' 设置为 'true' " - + "可能导致在传输完成前过早停止。"; + "PipeDataNodeTaskBuilder:当 source 使用快照模式时,将 'realtime-first' 设置为 'true' " + "可能导致在传输完成前过早停止。"; public static final String PIPEDATANODETASKBUILDER_WHEN_THE_REALTIME_SYNC_IS_ENABLED = - "PipeDataNodeTaskBuilder:当启用实时同步时,不在发送 tsfile 时启用 rate limiter 可能" - + "会给实时发送带来延迟。"; + "PipeDataNodeTaskBuilder:当启用实时同步时,不在发送 tsfile 时启用 rate limiter 可能" + "会给实时发送带来延迟。"; public static final String PIPEDATANODETASKBUILDER_WHEN_THE_REALTIME_SYNC_IS_ENABLED_1 = - "PipeDataNodeTaskBuilder:当启用实时同步时,默认在发送 tsfile 时启用 rate limiter," - + "以为实时发送保留磁盘和网络 IO。"; + "PipeDataNodeTaskBuilder:当启用实时同步时,默认在发送 tsfile 时启用 rate limiter," + "以为实时发送保留磁盘和网络 IO。"; public static final String PIPEEVENTCOLLECTOR_THE_EVENT_IS_ALREADY_RELEASED_SKIPPING = "PipeEventCollector:事件 {} 已被释放,跳过处理。"; public static final String PIPE_CONNECTOR_SUBTASK_WAS_CLOSED_WITHIN_MS = @@ -252,9 +233,9 @@ public final class DataNodePipeMessages { "向本地 PipeTaskMeta({}) 上报 PipeRuntimeException,异常信息:{}"; public static final String RUNNINGTASKCOUNT_0 = "runningTaskCount 小于 0"; public static final String RUNNINGTASKCOUNT_0_1 = "runningTaskCount 小于等于 0"; - public static final String SIMPLEPROGRESSINDEXASSIGNER_STARTED_SUCCESSFULLY_ISSIMPLECONSENSUSENABLE_R = - "SimpleProgressIndexAssigner 启动成功。isSimpleConsensusEnable:{}," - + "rebootTimes:{}"; + public static final String + SIMPLEPROGRESSINDEXASSIGNER_STARTED_SUCCESSFULLY_ISSIMPLECONSENSUSENABLE_R = + "SimpleProgressIndexAssigner 启动成功。isSimpleConsensusEnable:{}," + "rebootTimes:{}"; public static final String STARTING_SIMPLEPROGRESSINDEXASSIGNER = "正在启动 SimpleProgressIndexAssigner ..."; public static final String START_PIPE_DN_TASK_SUCCESSFULLY_WITHIN_MS = @@ -265,13 +246,11 @@ public final class DataNodePipeMessages { "停止 pipe DN task {} 成功,耗时 {} ms"; public static final String STOP_SUBTASK_RUNNINGTASKCOUNT_REGISTEREDTASKCOUNT = "停止子任务 {}。runningTaskCount: {}, registeredTaskCount: {}"; - public static final String SUBTASK_IS_CLOSED_IGNORE_EXCEPTION = - "subtask {} 已关闭,忽略异常"; + public static final String SUBTASK_IS_CLOSED_IGNORE_EXCEPTION = "subtask {} 已关闭,忽略异常"; public static final String SUBTASK_WORKER_IS_INTERRUPTED = "子任务工作线程被中断"; public static final String SUCCESSFULLY_PERSISTED_ALL_PIPE_S_INFO_TO = "成功将所有 Pipe 信息持久化到 ConfigNode。"; - public static final String THE_EXECUTOR_AND_HAS_BEEN_SUCCESSFULLY_SHUTDOWN = - "执行器 {} 和 {} 已成功关闭。"; + public static final String THE_EXECUTOR_AND_HAS_BEEN_SUCCESSFULLY_SHUTDOWN = "执行器 {} 和 {} 已成功关闭。"; // ===================== EVENT ===================== @@ -281,19 +260,16 @@ public final class DataNodePipeMessages { "减少 mTree snapshot {} 或 tLog {} 或 attribute snapshot {} 的引用计数出错。"; public static final String DECREASE_REFERENCE_COUNT_FOR_TSFILE_ERROR = "Decrease reference count for TsFile {} 出错。"; - public static final String DO_NOT_HAS_A_COMPLETE_PAGE_BODY = - "没有完整的 page body。期望:"; + public static final String DO_NOT_HAS_A_COMPLETE_PAGE_BODY = "没有完整的 page body。期望:"; public static final String ERROR_WHILE_PARSING_TSFILE_INSERTION_EVENT = "解析 tsfile insertion event 时出错"; public static final String EXCEPTION_OCCURRED_WHEN_DETERMINING_THE_EVENT_TIME = "判断 PipeInsertNodeTabletInsertionEvent({}) 的事件时间是否与时间范围 [{}, {}] 重叠时" + "发生异常。为保证数据完整性返回 true。"; public static final String FAILED_TO_ALLOCATE_MEMORY_FOR_PARSING_TSFILE = - "{}:为解析 TsFile {} 分配内存失败,tablet 事件编号 {}," - + "将释放解析器内存并稍后重试该 TsFile 事件。"; + "{}:为解析 TsFile {} 分配内存失败,tablet 事件编号 {}," + "将释放解析器内存并稍后重试该 TsFile 事件。"; public static final String FAILED_TO_CONSUME_PARSED_TABLET_FROM_TSFILE_KEEP_PARSER = - "{}:消费 TsFile {} 解析出的 tablet 失败,tablet 事件编号 {},重试次数 {}," - + "将暂时保留解析器并在本地短暂重试。"; + "{}:消费 TsFile {} 解析出的 tablet 失败,tablet 事件编号 {},重试次数 {}," + "将暂时保留解析器并在本地短暂重试。"; public static final String FAILED_TO_BUILD_TABLET = "构建 tablet 失败"; public static final String FAILED_TO_CHECK_NEXT = "check next 失败"; public static final String FAILED_TO_CLOSE_TSFILEREADER = "关闭 TsFileReader 失败"; @@ -310,28 +286,25 @@ public final class DataNodePipeMessages { "记录 parse end time for pipe {} 失败"; public static final String FAILED_TO_RECORD_TABLET_METRICS_FOR_PIPE = "记录 tablet metrics for pipe {} 失败"; - public static final String FOUND_NULL_DEVICEID_REMOVING_ENTRY = - "发现 deviceId 为 null,移除该条目"; + public static final String FOUND_NULL_DEVICEID_REMOVING_ENTRY = "发现 deviceId 为 null,移除该条目"; public static final String INITIALIZE_DATA_CONTAINER_ERROR = "初始化数据容器出错。"; public static final String INSERTNODE_HAS_BEEN_RELEASED = "InsertNode 已被释放"; public static final String INSERTROWNODE_IS_PARSED_TO_ZERO_ROWS_ACCORDING = - "InsertRowNode({}) 根据 pattern({}) 和时间范围 [{}, {}] 解析后行数为 0," - + "对应的 source event({}) 将被忽略。"; + "InsertRowNode({}) 根据 pattern({}) 和时间范围 [{}, {}] 解析后行数为 0," + "对应的 source event({}) 将被忽略。"; public static final String INSERTTABLETNODE_IS_PARSED_TO_ZERO_ROWS_ACCORDING = - "InsertTabletNode({}) 根据 pattern({}) 和时间范围 [{}, {}] 解析后行数为 0," - + "对应的 source event({}) 将被忽略。"; + "InsertTabletNode({}) 根据 pattern({}) 和时间范围 [{}, {}] 解析后行数为 0," + "对应的 source event({}) 将被忽略。"; public static final String INVALID_EVENT_TYPE = "无效的 event type: "; public static final String INVALID_INPUT = "无效的 input: "; - public static final String ISGENERATEDBYPIPE_IS_NOT_SUPPORTED = - "isGeneratedByPipe() 不支持!"; + public static final String ISGENERATEDBYPIPE_IS_NOT_SUPPORTED = "isGeneratedByPipe() 不支持!"; public static final String MAYEVENTPATHSOVERLAPPEDWITHPATTERN_IS_NOT_SUPPORTED = "mayEventPathsOverlappedWithPattern() 不支持!"; public static final String MAYEVENTTIMEOVERLAPPEDWITHTIMERANGE_IS_NOT_SUPPORTED = "mayEventTimeOverlappedWithTimeRange() 不支持!"; public static final String NO_COMMIT_IDS_FOUND_IN_PIPECOMPACTEDTSFILEINSERTIONEVENT = "在 PipeCompactedTsFileInsertionEvent 中未找到 commit ID。"; - public static final String PIPECOMPACTEDTSFILEINSERTIONEVENT_DOES_NOT_SUPPORT_EQUALSINIOTCONSENSUSV2 = - "PipeCompactedTsFileInsertionEvent 不支持 equalsInIoTConsensusV2."; + public static final String + PIPECOMPACTEDTSFILEINSERTIONEVENT_DOES_NOT_SUPPORT_EQUALSINIOTCONSENSUSV2 = + "PipeCompactedTsFileInsertionEvent 不支持 equalsInIoTConsensusV2."; public static final String PIPECOMPACTEDTSFILEINSERTIONEVENT_DOES_NOT_SUPPORT_GETREBOOTTIMES = "PipeCompactedTsFileInsertionEvent 不支持 getRebootTimes."; public static final String PIPE_FAILED_TO_GET_DEVICES_FROM_TSFILE = @@ -350,17 +323,14 @@ public final class DataNodePipeMessages { public static final String TABLEPATTERNPARSER_DOES_NOT_SUPPORT_TABLET_PROCESSING_WITH = "TablePatternParser 不支持 tablet processing with collect"; public static final String TABLET_IS_PARSED_TO_ZERO_ROWS_ACCORDING = - "Tablet({}) 根据 pattern({}) 和时间范围 [{}, {}] 解析后行数为 0," - + "对应的 source event({}) 将被忽略。"; + "Tablet({}) 根据 pattern({}) 和时间范围 [{}, {}] 解析后行数为 0," + "对应的 source event({}) 将被忽略。"; public static final String TABLE_MODEL_TSFILE_PARSING_DOES_NOT_SUPPORT = "Table model tsfile 解析不支持该类型的 ChunkMeta"; public static final String TEMPORARY_TSFILE_DETECTED_WILL_SKIP_ITS_TRANSFER = "检测到临时 tsFile {},将跳过其传输。"; public static final String TSFILE_HAS_INITIALIZED_PIPENAME_CREATION_TIME_PATTERN = - "TsFile {} 已初始化 {},pipeName:{},创建时间:{},pattern:{},startTime:" - + "{}, endTime:{}, withMod:{}"; - public static final String UNCOMPRESS_ERROR_UNCOMPRESS_SIZE = - "解压出错!解压后大小:"; + "TsFile {} 已初始化 {},pipeName:{},创建时间:{},pattern:{},startTime:" + "{}, endTime:{}, withMod:{}"; + public static final String UNCOMPRESS_ERROR_UNCOMPRESS_SIZE = "解压出错!解压后大小:"; public static final String UNSUPPORTED = "不支持"; public static final String UNSUPPORTED_NODE_TYPE = "不支持的 node type "; public static final String WAIT_FOR_MEMORY_ENOUGH_FOR_PARSING_FOR = @@ -383,8 +353,7 @@ public final class DataNodePipeMessages { public static final String COMBINEHANDLER_NOT_FOUND_FOR_PIPEID = "未找到 pipeId = 对应的 CombineHandler"; public static final String COMBINER_COMBINE_COMPLETED_REGIONID_STATE_RECEIVEDREGIONIDSET_EX = - "Combiner 合并完成:regionId:{}, state:{}, receivedRegionIdSet:{}, " - + "expectedRegionIdSet:{}"; + "Combiner 合并完成:regionId:{}, state:{}, receivedRegionIdSet:{}, " + "expectedRegionIdSet:{}"; public static final String COMBINER_COMBINE_REGIONID_STATE_RECEIVEDREGIONIDSET_EXPECTEDREGI = "Combiner 合并:regionId:{}, state:{}, receivedRegionIdSet:{}, expectedRegionIdSet:{}"; public static final String DATA_NODES_ENDPOINTS_FOR_TWO_STAGE_AGGREGATION = @@ -412,11 +381,11 @@ public final class DataNodePipeMessages { "发送 request {}(watermark = {})到 {} 失败"; public static final String FAILED_TO_TRIGGER_COMBINE_WATERMARK_COUNT_PROGRESSINDEX = "触发合并失败。watermark={}, count={}, progressIndex={}"; - public static final String EXCEPTION_FAILED_TO_INITIALIZE_STATEPROGRESSINDEX_FROM_PROGRESS_INDEX_ARG_E95617F9 = - "无法从进度索引 %s 初始化 StateProgressIndex。"; + public static final String + EXCEPTION_FAILED_TO_INITIALIZE_STATEPROGRESSINDEX_FROM_PROGRESS_INDEX_ARG_E95617F9 = + "无法从进度索引 %s 初始化 StateProgressIndex。"; public static final String FAILURE_OCCURRED_WHEN_TRYING_TO_COMMIT_PROGRESS = - "尝试提交进度索引时发生失败。timestamp={}, count={}, " - + "progressIndex={}"; + "尝试提交进度索引时发生失败。timestamp={}, count={}, " + "progressIndex={}"; public static final String FETCHED_DATA_REGION_IDS_AT = "在 {} 获取到 data region id {}"; public static final String FRACTIONPOWEREDSUMOPERATOR_DOES_NOT_SUPPORT_BINARY_INPUT = "FractionPoweredSumOperator 不支持 binary input"; @@ -437,8 +406,7 @@ public final class DataNodePipeMessages { "已忽略 TsFileInsertionEvent is not an instance of PipeTsFileInsertionEvent: {}"; public static final String ILLEGAL_OUTPUT_SERIES_PATH = "非法的 output series path: "; public static final String NO_DATA_NODES_ENDPOINTS_FETCHED = "未获取到任何 data node 的 endpoint"; - public static final String NO_EXPECTED_REGION_ID_SET_FETCHED = - "未获取到预期的 region id 集合"; + public static final String NO_EXPECTED_REGION_ID_SET_FETCHED = "未获取到预期的 region id 集合"; public static final String PARTIALPATHLASTOBJECTCACHE_ALLOCATEDMEMORYBLOCK_HAS_EXPANDED_FROM_TO = "PartialPathLastObjectCache.allocatedMemoryBlock 已从 {} 扩展到 {}。"; public static final String PARTIALPATHLASTOBJECTCACHE_ALLOCATEDMEMORYBLOCK_HAS_SHRUNK_FROM_TO = @@ -454,14 +422,11 @@ public final class DataNodePipeMessages { + "regionId={}, outputSeries={}, localCommitProgressIndex={}, localCount={}"; public static final String TWO_STAGE_AGGREGATE_PIPE_PIPENAME_CREATIONTIME_RELATED = "两阶段聚合 pipe(pipeName={}, creationTime={})相关的 region id {}"; - public static final String TWO_STAGE_AGGREGATE_RECEIVER_IS_EXITING = - "两阶段聚合 receiver 正在退出。"; + public static final String TWO_STAGE_AGGREGATE_RECEIVER_IS_EXITING = "两阶段聚合 receiver 正在退出。"; public static final String TWO_STAGE_COMBINE_REGION_ID_COMBINE_ID = - "两阶段合并(region id = {}, combine id = {})未完成:timestamp={}, count={}, " - + "progressIndex={}"; + "两阶段合并(region id = {}, combine id = {})未完成:timestamp={}, count={}, " + "progressIndex={}"; public static final String TWO_STAGE_COMBINE_REGION_ID_COMBINE_ID_1 = - "两阶段合并(region id = {}, combine id = {})已过期:timestamp={}, count={}, " - + "progressIndex={}"; + "两阶段合并(region id = {}, combine id = {})已过期:timestamp={}, count={}, " + "progressIndex={}"; public static final String TWO_STAGE_COMBINE_REGION_ID_COMBINE_ID_2 = "两阶段合并(region id = {}, combine id = {})成功:timestamp={}, count={}, " + "progressIndex={}, committed progressIndex={}"; @@ -471,11 +436,9 @@ public final class DataNodePipeMessages { // ===================== SOURCE ===================== - public static final String ALL_DATA_IN_TSFILEEPOCH_WAS_EXTRACTED = - "TsFileEpoch {} 中的所有数据已提取"; + public static final String ALL_DATA_IN_TSFILEEPOCH_WAS_EXTRACTED = "TsFileEpoch {} 中的所有数据已提取"; public static final String BUFFERSIZE_MUST_BE_A_POWER_OF_2 = "bufferSize 必须是 2 的幂"; - public static final String BUFFERSIZE_MUST_NOT_BE_LESS_THAN_1 = - "bufferSize 不能小于 1"; + public static final String BUFFERSIZE_MUST_NOT_BE_LESS_THAN_1 = "bufferSize 不能小于 1"; public static final String CAPTURE_TREE_AND_CAPTURE_TABLE_CAN_NOT = "capture.tree 和 capture.table 不能同时设为 false"; public static final String DATABASE_NAME_IS_NULL_WHEN_MATCHING_SOURCES = @@ -500,12 +463,10 @@ public final class DataNodePipeMessages { "Heartbeat Event {} 无法被提供,因为其引用计数无法增加"; public static final String EVENT_CAN_NOT_BE_SUPPLIED_BECAUSE_DATA_IS_LOST = "Event %s 无法被提供,因为其引用计数无法增加,事件代表的数据已经丢失"; - public static final String INTERRUPTED_WAITING_FOR_PROCESSOR_TO_STOP = - "等待 processor 停止时被中断"; + public static final String INTERRUPTED_WAITING_FOR_PROCESSOR_TO_STOP = "等待 processor 停止时被中断"; public static final String INTERRUPTED_WHEN_WAITING_FOR_PARSING_PRIVILEGE_FOR_TSFILE = "等待解析 TsFile %s 的权限信息时被中断。"; - public static final String INTERRUPTED_WHEN_WAITING_FOR_CLOSING_TSFILE = - "等待 TsFile %s 关闭时被中断。"; + public static final String INTERRUPTED_WHEN_WAITING_FOR_CLOSING_TSFILE = "等待 TsFile %s 关闭时被中断。"; public static final String PARSE_TSFILE_ERROR_BECAUSE = "解析 TsFile %s 失败。原因:%s"; public static final String PARSE_TSFILE_WHEN_CHECKING_PRIVILEGE_ERROR = "检查权限时解析 TsFile %s 失败。原因:%s"; @@ -516,9 +477,10 @@ public final class DataNodePipeMessages { public static final String NOT_HAS_PRIVILEGE_TO_TRANSFER_PLAN = "没有权限传输 plan:"; public static final String NO_EVENT_HANDLER_CONFIGURED = "未配置 event handler"; public static final String N_MUST_BE_0 = "n 必须 > 0"; - public static final String PIPEREALTIMEDATAREGIONEXTRACTOR_OBSERVED_DATA_REGION_TIME_PARTITION_GROWT = - "PipeRealtimeDataRegionExtractor({}) 观察到 data region {} 的 time partition 增长," - + "记录 time partition id 边界:{}。"; + public static final String + PIPEREALTIMEDATAREGIONEXTRACTOR_OBSERVED_DATA_REGION_TIME_PARTITION_GROWT = + "PipeRealtimeDataRegionExtractor({}) 观察到 data region {} 的 time partition 增长," + + "记录 time partition id 边界:{}。"; public static final String PIPE_AND_IS_NOT_SET_USE_HYBRID = "Pipe:'{}'('{}')和 '{}'('{}')未设置,默认使用 hybrid 模式。"; public static final String PIPE_ASSIGNER_ON_DATA_REGION_SHUTDOWN_INTERNAL = @@ -600,18 +562,14 @@ public final class DataNodePipeMessages { "为 tree model 事件匹配 source 时,按 device 过滤后的结果为空。"; public static final String TAKE_SNAPSHOT_ERROR = "获取快照出错:{}"; public static final String THE_ASSIGNER_QUEUE_CONTENT_HAS_EXCEEDED_HALF = - "Assigner 队列内容已超过一半,可能已阻塞并可能阻塞写入。" - + "regionId:{}, capacity:{}, bufferSize:{}"; + "Assigner 队列内容已超过一半,可能已阻塞并可能阻塞写入。" + "regionId:{}, capacity:{}, bufferSize:{}"; public static final String THE_PIPE_CANNOT_EXTRACT_TABLE_MODEL_DATA = "sql dialect 设置为 tree 时,pipe 无法抽取 table model 数据。"; public static final String THE_PIPE_CANNOT_EXTRACT_TREE_MODEL_DATA = "sql dialect 设置为 table 时,pipe 无法抽取 tree model 数据。"; - public static final String THE_REFERENCE_COUNT_OF_THE_EVENT_CANNOT = - "事件 {} 的引用计数无法增加,跳过该事件。"; - public static final String THE_REFERENCE_COUNT_OF_THE_REALTIME_EVENT = - "实时事件 {} 的引用计数无法增加,跳过该事件。"; - public static final String TIMED_OUT_WAITING_FOR_PROCESSOR_TO_STOP = - "等待 processor 停止超时"; + public static final String THE_REFERENCE_COUNT_OF_THE_EVENT_CANNOT = "事件 {} 的引用计数无法增加,跳过该事件。"; + public static final String THE_REFERENCE_COUNT_OF_THE_REALTIME_EVENT = "实时事件 {} 的引用计数无法增加,跳过该事件。"; + public static final String TIMED_OUT_WAITING_FOR_PROCESSOR_TO_STOP = "等待 processor 停止超时"; public static final String TSFILEEPOCH_NOT_FOUND_FOR_TSFILE_CREATING_A = "未找到 TsFile {} 对应的 TsFileEpoch,创建一个新的"; public static final String WHEN_IS_SET_TO_FALSE_SPECIFYING_AND = @@ -635,8 +593,7 @@ public final class DataNodePipeMessages { public static final String MESSAGE_MAYBE_THE_TSFILE_NEEDS_TO_BE_DELETED_MANUALLY_342E28E2 = "可能需要手动删除该 tsfile。"; public static final String BATCH_ID_FAILED_TO_BUILD_THE_TABLE = - "批次 id = {}:构建 table model TSFile 失败。请检查写入的 Tablet 是否存在时间重叠," - + "以及 Table Schema 是否正确。"; + "批次 id = {}:构建 table model TSFile 失败。请检查写入的 Tablet 是否存在时间重叠," + "以及 Table Schema 是否正确。"; public static final String BATCH_ID_FAILED_TO_CLOSE_THE_TSFILE = "批次 id = {}:写入 tablet 失败后关闭 tsfile {} 失败,原因:{}"; public static final String BATCH_ID_FAILED_TO_CLOSE_THE_TSFILE_1 = @@ -658,8 +615,9 @@ public final class DataNodePipeMessages { "证书目录为:{},请将证书从 reject 目录移动到 trusted 目录以允许加密访问"; public static final String CLIENT_HAS_BEEN_RETURNED_TO_THE_POOL = "Client 已归还到连接池。当前 handler 状态为 {}。将不会传输 {}。"; - public static final String CLOSED_ASYNCPIPEDATATRANSFERSERVICECLIENTMANAGER_FOR_RECEIVER_ATTRIBUTES = - "已关闭 AsyncPipeDataTransferServiceClientManager for receiver attributes: {}"; + public static final String + CLOSED_ASYNCPIPEDATATRANSFERSERVICECLIENTMANAGER_FOR_RECEIVER_ATTRIBUTES = + "已关闭 AsyncPipeDataTransferServiceClientManager for receiver attributes: {}"; public static final String CREATE_GROUP_SUCCESSFULLY_SERVER_HANDLE_UPDATE_RATE = "创建 group 成功!Server handle:{}, update rate:{} ms"; public static final String DELETENODETRANSFER_NO_EVENT_SUCCESSFULLY_PROCESSED = @@ -672,12 +630,14 @@ public final class DataNodePipeMessages { public static final String ERROR_PROGID_IS_INVALID_OR_UNREGISTERED_HRESULT = "错误:ProgID 无效或未注册,(HRESULT=0x"; public static final String ERROR_RUNNING_OPC_CLIENT = "运行 opc client 出错:"; - public static final String EXCEPTION_OCCURRED_WHEN_PIPETABLEMODELTSFILEBUILDERV2_WRITING_TABLETS_TO = - "PipeTableModelTsFileBuilderV2 向 tsfile 写入 tablet 时发生异常," - + "使用 fallback tsfile builder:{}"; - public static final String EXCEPTION_OCCURRED_WHEN_PIPETREEMODELTSFILEBUILDERV2_WRITING_TABLETS_TO = - "PipeTreeModelTsFileBuilderV2 向 tsfile 写入 tablet 时发生异常," - + "使用 fallback tsfile builder:{}"; + public static final String + EXCEPTION_OCCURRED_WHEN_PIPETABLEMODELTSFILEBUILDERV2_WRITING_TABLETS_TO = + "PipeTableModelTsFileBuilderV2 向 tsfile 写入 tablet 时发生异常," + + "使用 fallback tsfile builder:{}"; + public static final String + EXCEPTION_OCCURRED_WHEN_PIPETREEMODELTSFILEBUILDERV2_WRITING_TABLETS_TO = + "PipeTreeModelTsFileBuilderV2 向 tsfile 写入 tablet 时发生异常," + + "使用 fallback tsfile builder:{}"; public static final String EXECUTE_STATEMENT_TO_DATABASE_SKIP_BECAUSE_NO = "向数据库 {} 执行语句 {} 时因无权限而跳过。"; public static final String FAILED_TO_ACQUIRE_IOPCITEMMGT_ERROR_CODE_0X = @@ -686,21 +646,17 @@ public final class DataNodePipeMessages { "获取 IOPCSyncIO, error code: 0x 失败"; public static final String FAILED_TO_ADD_ITEM = "添加 item 失败 "; public static final String FAILED_TO_ADD_ITEM_WIN_ERROR_CODE = "添加 item 失败,win 错误码:0x"; - public static final String FAILED_TO_ADJUST_TIMEOUT_WHEN_FAILED_TO = - "传输文件失败后调整超时时间失败。"; + public static final String FAILED_TO_ADJUST_TIMEOUT_WHEN_FAILED_TO = "传输文件失败后调整超时时间失败。"; public static final String FAILED_TO_BORROW_CLIENT_FOR_CACHED_LEADER = "为 cached leader 借用 client {}:{} 失败。"; - public static final String HANDSHAKE_ERROR_WITH_RECEIVER = - "与接收端 {}:{} 握手失败,状态码:{},消息:{}。"; - public static final String HANDSHAKE_ERROR_WITH_RECEIVER_1 = - "与接收端 {}:{} 握手失败。"; + public static final String HANDSHAKE_ERROR_WITH_RECEIVER = "与接收端 {}:{} 握手失败,状态码:{},消息:{}。"; + public static final String HANDSHAKE_ERROR_WITH_RECEIVER_1 = "与接收端 {}:{} 握手失败。"; public static final String HANDSHAKE_ERROR_BY_HANDSHAKE_V2_RETRY_WITH_V1 = - "使用 PipeTransferHandshakeV2Req 与接收端 {}:{} 握手失败,改用 PipeTransferHandshakeV1Req " - + "重试握手。"; - public static final String FAILED_TO_BUILD_AND_STARTUP_OPCUASERVER = - "构建并启动 OpcUaServer 失败"; - public static final String FAILED_TO_CLOSE_ASYNCPIPEDATATRANSFERSERVICECLIENTMANAGER_FOR_RECEIVER_ATTRIBUTE = - "关闭 AsyncPipeDataTransferServiceClientManager for receiver attributes: {} 失败"; + "使用 PipeTransferHandshakeV2Req 与接收端 {}:{} 握手失败,改用 PipeTransferHandshakeV1Req " + "重试握手。"; + public static final String FAILED_TO_BUILD_AND_STARTUP_OPCUASERVER = "构建并启动 OpcUaServer 失败"; + public static final String + FAILED_TO_CLOSE_ASYNCPIPEDATATRANSFERSERVICECLIENTMANAGER_FOR_RECEIVER_ATTRIBUTE = + "关闭 AsyncPipeDataTransferServiceClientManager for receiver attributes: {} 失败"; public static final String FAILED_TO_CLOSE_CLIENT_AFTER_HANDSHAKE_FAILURE = "关闭 client {}:{} after handshake failure when the manager is closed 失败。"; public static final String FAILED_TO_CLOSE_CLIENT_MANAGER = "关闭 client manager 失败。"; @@ -714,8 +670,7 @@ public final class DataNodePipeMessages { "connector 关闭时关闭或作废 client 失败。Client:{}, Exception:{}"; public static final String FAILED_TO_CLOSE_TRUSTLISTMANAGER_BECAUSE = "关闭 trustListManager 失败,原因:{}。"; - public static final String FAILED_TO_CONNECT_TO_SERVER_ERROR_CODE = - "连接 server 失败,错误码:0x"; + public static final String FAILED_TO_CONNECT_TO_SERVER_ERROR_CODE = "连接 server 失败,错误码:0x"; public static final String FAILED_TO_CONVERT_STATEMENT_TO_TABLET = "将 statement 转换为 tablet 失败。"; public static final String FAILED_TO_CONVERT_STATEMENT_TO_TABLET_FOR = "为序列化将 statement 转换为 tablet 失败"; @@ -727,12 +682,10 @@ public final class DataNodePipeMessages { public static final String FAILED_TO_GET_THE_SIZE_OF_PIPETRANSFERBATCHREQBUILDER = "获取 PipeTransferBatchReqBuilder 大小失败,返回 0。Exception:{}"; public static final String FAILED_TO_HANDSHAKE = "握手失败。"; - public static final String FAILED_TO_LOG_ERROR_WHEN_FAILED_TO = - "传输文件失败后记录错误日志失败。"; + public static final String FAILED_TO_LOG_ERROR_WHEN_FAILED_TO = "传输文件失败后记录错误日志失败。"; public static final String FAILED_TO_PUSH_VALUE_CHANGE_TO_CLIENT = "向 client 推送 value 变更失败,nodeId={}"; - public static final String FAILED_TO_SEND_INITIAL_VALUE_TO_NEW = - "向新订阅发送初始 value 失败,nodeId={}"; + public static final String FAILED_TO_SEND_INITIAL_VALUE_TO_NEW = "向新订阅发送初始 value 失败,nodeId={}"; public static final String FAILED_TO_SERIALIZE_PROGRESS_INDEX = "序列化 progress index {} 失败"; public static final String FAILED_TO_SHUTDOWN_EXECUTOR = "关闭 executor {} 失败。"; public static final String FAILED_TO_TRANSFER_DATAVALUE = "传输 dataValue 失败"; @@ -758,52 +711,47 @@ public final class DataNodePipeMessages { public static final String FAILED_TO_UPDATE_LEADER_CACHE_FOR_DEVICE = "更新 leader cache for device {} with endpoint {}:{} 失败。"; public static final String FAILED_TO_WRITE = "写入失败 "; - public static final String FAILED_TO_WRITE_WIN_ERROR_CODE_0X = - "写入失败,win 错误码:0x"; + public static final String FAILED_TO_WRITE_WIN_ERROR_CODE_0X = "写入失败,win 错误码:0x"; public static final String GENERATE_STATEMENT_FROM_TABLET_ERROR = "从 tablet {} 生成 Statement 出错。"; public static final String GOT_AN_ERROR_FROM = "从 {}:{} 收到错误 \\\"{}\\\"。"; - public static final String GOT_AN_ERROR_FROM_AN_UNKNOWN_CLIENT = - "从未知 client 收到错误 \\\"{}\\\"。"; - public static final String HANDSHAKE_SUCCESSFULLY_WITH_RECEIVER = - "与 receiver {}:{} 握手成功。"; + public static final String GOT_AN_ERROR_FROM_AN_UNKNOWN_CLIENT = "从未知 client 收到错误 \\\"{}\\\"。"; + public static final String HANDSHAKE_SUCCESSFULLY_WITH_RECEIVER = "与 receiver {}:{} 握手成功。"; public static final String ILLEGAL_STATE_WHEN_RETURN_THE_CLIENT_TO = "归还 client 到对象池时出现非法状态,连接池可能已被清理。将忽略。"; public static final String INSERTNODETRANSFER_NO_EVENT_SUCCESSFULLY_PROCESSED = "InsertNodeTransfer:第 {} 个 event 处理成功!"; public static final String INTERRUPTED_WHILE_WAITING_FOR_HANDSHAKE_RESPONSE = "waiting for handshake response 时被中断。"; - public static final String IOTCONSENSUSV2ASYNCCONNECTOR_DOES_NOT_SUPPORT_TRANSFERRING_GENERIC_EVENT = - "IoTConsensusV2AsyncConnector 不支持 transferring generic event: {}."; + public static final String + IOTCONSENSUSV2ASYNCCONNECTOR_DOES_NOT_SUPPORT_TRANSFERRING_GENERIC_EVENT = + "IoTConsensusV2AsyncConnector 不支持 transferring generic event: {}."; public static final String IOTCONSENSUSV2ASYNCCONNECTOR_DOES_NOT_SUPPORT_TRANSFER_GENERIC_EVENT = "IoTConsensusV2AsyncConnector 不支持 transfer generic event: {}."; - public static final String IOTCONSENSUSV2ASYNCCONNECTOR_ONLY_SUPPORT_PIPETSFILEINSERTIONEVENT_CURRENT_EVEN = - "IoTConsensusV2AsyncConnector 仅支持 PipeTsFileInsertionEvent。当前事件:{}。"; + public static final String + IOTCONSENSUSV2ASYNCCONNECTOR_ONLY_SUPPORT_PIPETSFILEINSERTIONEVENT_CURRENT_EVEN = + "IoTConsensusV2AsyncConnector 仅支持 PipeTsFileInsertionEvent。当前事件:{}。"; public static final String IOTCONSENSUSV2CONNECTOR_TRANSFERBUFFER_QUEUE_OFFER_IS_INTERRUPTED = "IoTConsensusV2Connector transferBuffer 队列入队被中断。"; public static final String IOTCONSENSUSV2TRANSFERBATCHREQBUILDER_THE_MAX_BATCH_SIZE_IS_ADJUSTED = "IoTConsensusV2TransferBatchReqBuilder:因内存限制,最大 batch 大小已从 {} 调整为 {}"; public static final String IOTCONSENSUSV2_CONSENSUSGROUP_EVENT_NOT_FOUND_IN_TRANSFERBUFFER = - "IoTConsensusV2-ConsensusGroup-{}:在 transferBuffer 中未找到 event-{},跳过移除。" - + "queue size = {}"; + "IoTConsensusV2-ConsensusGroup-{}:在 transferBuffer 中未找到 event-{},跳过移除。" + "queue size = {}"; public static final String IOTCONSENSUSV2_CONSENSUSGROUP_EVENT_REPLICATE_INDEX_TRANSFER_FAILED = "IoTConsensusV2-ConsensusGroup-{}:Event {} replicate index {} 传输失败," + "加入 retry queue 失败,该 event 将被忽略。"; public static final String IOTCONSENSUSV2_CONSENSUSGROUP_EVENT_REPLICATE_INDEX_TRANSFER_FAILED_1 = - "IoTConsensusV2-ConsensusGroup-{}:Event {} replicate index {} 传输失败," - + "将加入 retry queue。"; + "IoTConsensusV2-ConsensusGroup-{}:Event {} replicate index {} 传输失败," + "将加入 retry queue。"; public static final String IOTCONSENSUSV2_CONSENSUSGROUP_NO_EVENT_ADDED_TO_CONNECTOR = "IoTConsensusV2-ConsensusGroup-{}:第 {} 个 event-{} 已加入 connector buffer"; public static final String IOTCONSENSUSV2_CONSENSUSGROUP_ONE_EVENT_SUCCESSFULLY_RECEIVED_BY = "IoTConsensusV2-ConsensusGroup-{}:一个 event-{} 已被 follower 成功接收," + "将从队列中移除,queue size = {}, limit size = {}"; public static final String IOTCONSENSUSV2_CONSENSUSGROUP_RETRYEVENTQUEUE_IS_NOT_EMPTY_AFTER = - "IoTConsensusV2-ConsensusGroup-{}:20 秒后 retryEventQueue 仍不为空。" - + "retryQueue size:{}"; + "IoTConsensusV2-ConsensusGroup-{}:20 秒后 retryEventQueue 仍不为空。" + "retryQueue size:{}"; public static final String IOTCONSENSUSV2_CONSENSUSGROUP_RETRY_WITH_INTERVAL_FOR_INDEX = "IoTConsensusV2-ConsensusGroup-{}:以间隔 {} 重试 index {} {}"; public static final String IOTCONSENSUSV2_CONSENSUSGROUP_TRY_TO_REMOVE_EVENT_AFTER = - "IoTConsensusV2-ConsensusGroup-{}:iotConsensusV2AsyncConnector 关闭后" - + "尝试移除 event-{}。忽略该操作。"; + "IoTConsensusV2-ConsensusGroup-{}:iotConsensusV2AsyncConnector 关闭后" + "尝试移除 event-{}。忽略该操作。"; public static final String IOTCONSENSUSV2_FAILED_TO_CLOSE_FILE_READER_WHEN = "IoTConsensusV2-{}:关闭 file reader when failed to transfer file 失败。"; public static final String IOTCONSENSUSV2_FAILED_TO_CLOSE_FILE_READER_WHEN_1 = @@ -819,46 +767,56 @@ public final class DataNodePipeMessages { "IoTConsensusV2-{}:Redirect file position to {}."; public static final String IOTCONSENSUSV2_SUCCESSFULLY_TRANSFERRED_FILE_COMMITTER_KEY_REPLICATE = "IoTConsensusV2-{}:成功传输 file {}(committer key={}, replicate index={})。"; - public static final String IOTDBCDCCONNECTOR_ONLY_SUPPORT_PIPEINSERTNODETABLETINSERTIONEVENT_AND_PIPERAWTAB = - "IoTDBCDCConnector 仅支持 PipeInsertNodeTabletInsertionEvent 和 PipeRawTabletInsertionEvent。"; - public static final String IOTDBDATAREGIONAIRGAPCONNECTOR_DOES_NOT_SUPPORT_TRANSFERRING_GENERIC_EVENT = - "IoTDBDataRegionAirGapConnector 不支持 transferring generic event: {}."; - public static final String IOTDBDATAREGIONAIRGAPCONNECTOR_ONLY_SUPPORT_PIPEINSERTNODETABLETINSERTIONEVENT_A = - "IoTDBDataRegionAirGapConnector 仅支持 PipeInsertNodeTabletInsertionEvent 和 PipeRawTabletInsertionEvent。忽略 {}。"; - public static final String IOTDBDATAREGIONAIRGAPCONNECTOR_ONLY_SUPPORT_PIPETSFILEINSERTIONEVENT_IGNORE = - "IoTDBDataRegionAirGapConnector 仅支持 PipeTsFileInsertionEvent。忽略 {}。"; + public static final String + IOTDBCDCCONNECTOR_ONLY_SUPPORT_PIPEINSERTNODETABLETINSERTIONEVENT_AND_PIPERAWTAB = + "IoTDBCDCConnector 仅支持 PipeInsertNodeTabletInsertionEvent 和 PipeRawTabletInsertionEvent。"; + public static final String + IOTDBDATAREGIONAIRGAPCONNECTOR_DOES_NOT_SUPPORT_TRANSFERRING_GENERIC_EVENT = + "IoTDBDataRegionAirGapConnector 不支持 transferring generic event: {}."; + public static final String + IOTDBDATAREGIONAIRGAPCONNECTOR_ONLY_SUPPORT_PIPEINSERTNODETABLETINSERTIONEVENT_A = + "IoTDBDataRegionAirGapConnector 仅支持 PipeInsertNodeTabletInsertionEvent 和 PipeRawTabletInsertionEvent。忽略 {}。"; + public static final String + IOTDBDATAREGIONAIRGAPCONNECTOR_ONLY_SUPPORT_PIPETSFILEINSERTIONEVENT_IGNORE = + "IoTDBDataRegionAirGapConnector 仅支持 PipeTsFileInsertionEvent。忽略 {}。"; public static final String FAILED_TO_LOGIN_TO_RECEIVER_FOR_LEGACY_PIPE_TRANSFER = "登录 receiver %s:%s for legacy pipe transfer 失败,原因:code: %d, message: %s"; public static final String IOTDBLEGACYPIPECONNECTOR_DOES_NOT_SUPPORT_TRANSFERRING_GENERIC_EVENT = "IoTDBLegacyPipeConnector 不支持 transferring generic event: {}."; - public static final String IOTDBLEGACYPIPECONNECTOR_ONLY_SUPPORT_PIPEINSERTNODEINSERTIONEVENT_AND_PIPETABLE = - "IoTDBLegacyPipeConnector 仅支持 PipeInsertNodeInsertionEvent 和 PipeTabletInsertionEvent。"; + public static final String + IOTDBLEGACYPIPECONNECTOR_ONLY_SUPPORT_PIPEINSERTNODEINSERTIONEVENT_AND_PIPETABLE = + "IoTDBLegacyPipeConnector 仅支持 PipeInsertNodeInsertionEvent 和 PipeTabletInsertionEvent。"; public static final String IOTDBLEGACYPIPECONNECTOR_ONLY_SUPPORT_PIPETSFILEINSERTIONEVENT = "IoTDBLegacyPipeConnector 仅支持 PipeTsFileInsertionEvent。"; public static final String IOTDBSCHEMAREGIONAIRGAPSINK_CAN_T_TRANSFER_TABLETINSERTIONEVENT = "IoTDBSchemaRegionAirGapSink 无法传输 TabletInsertionEvent。"; public static final String IOTDBSCHEMAREGIONAIRGAPSINK_CAN_T_TRANSFER_TSFILEINSERTIONEVENT = "IoTDBSchemaRegionAirGapSink 无法传输 TsFileInsertionEvent。"; - public static final String IOTDBSCHEMAREGIONAIRGAPSINK_DOES_NOT_SUPPORT_TRANSFERRING_GENERIC_EVENT = - "IoTDBSchemaRegionAirGapSink 不支持 transferring generic event: {}."; + public static final String + IOTDBSCHEMAREGIONAIRGAPSINK_DOES_NOT_SUPPORT_TRANSFERRING_GENERIC_EVENT = + "IoTDBSchemaRegionAirGapSink 不支持 transferring generic event: {}."; public static final String IOTDBSCHEMAREGIONCONNECTOR_CAN_T_TRANSFER_TABLETINSERTIONEVENT = "IoTDBSchemaRegionConnector 无法传输 TabletInsertionEvent。"; public static final String IOTDBSCHEMAREGIONCONNECTOR_CAN_T_TRANSFER_TSFILEINSERTIONEVENT = "IoTDBSchemaRegionConnector 无法传输 TsFileInsertionEvent。"; - public static final String IOTDBSCHEMAREGIONCONNECTOR_DOES_NOT_SUPPORT_TRANSFERRING_GENERIC_EVENT = - "IoTDBSchemaRegionConnector 不支持 transferring generic event: {}."; + public static final String + IOTDBSCHEMAREGIONCONNECTOR_DOES_NOT_SUPPORT_TRANSFERRING_GENERIC_EVENT = + "IoTDBSchemaRegionConnector 不支持 transferring generic event: {}."; public static final String IOTDBTHRIFTASYNCCONNECTOR_DOES_NOT_SUPPORT_TRANSFERRING_GENERIC_EVENT = "IoTDBThriftAsyncConnector 不支持 transferring generic event: {}."; public static final String IOTDBTHRIFTASYNCCONNECTOR_DOES_NOT_SUPPORT_TRANSFER_GENERIC_EVENT = "IoTDBThriftAsyncConnector 不支持 transfer generic event: {}."; - public static final String IOTDBTHRIFTASYNCCONNECTOR_ONLY_SUPPORT_PIPEINSERTNODETABLETINSERTIONEVENT_AND_PI = - "IoTDBThriftAsyncConnector 仅支持 PipeInsertNodeTabletInsertionEvent 和 PipeRawTabletInsertionEvent。当前事件:{}。"; - public static final String IOTDBTHRIFTASYNCCONNECTOR_ONLY_SUPPORT_PIPETSFILEINSERTIONEVENT_CURRENT_EVENT = - "IoTDBThriftAsyncConnector 仅支持 PipeTsFileInsertionEvent。当前事件:{}。"; + public static final String + IOTDBTHRIFTASYNCCONNECTOR_ONLY_SUPPORT_PIPEINSERTNODETABLETINSERTIONEVENT_AND_PI = + "IoTDBThriftAsyncConnector 仅支持 PipeInsertNodeTabletInsertionEvent 和 PipeRawTabletInsertionEvent。当前事件:{}。"; + public static final String + IOTDBTHRIFTASYNCCONNECTOR_ONLY_SUPPORT_PIPETSFILEINSERTIONEVENT_CURRENT_EVENT = + "IoTDBThriftAsyncConnector 仅支持 PipeTsFileInsertionEvent。当前事件:{}。"; public static final String IOTDBTHRIFTSYNCCONNECTOR_DOES_NOT_SUPPORT_TRANSFERRING_GENERIC_EVENT = "IoTDBThriftSyncConnector 不支持 transferring generic event: {}."; - public static final String IOTDBTHRIFTSYNCCONNECTOR_ONLY_SUPPORT_PIPEINSERTNODETABLETINSERTIONEVENT_AND_PIP = - "IoTDBThriftSyncConnector 仅支持 PipeInsertNodeTabletInsertionEvent 和 PipeRawTabletInsertionEvent。忽略 {}。"; + public static final String + IOTDBTHRIFTSYNCCONNECTOR_ONLY_SUPPORT_PIPEINSERTNODETABLETINSERTIONEVENT_AND_PIP = + "IoTDBThriftSyncConnector 仅支持 PipeInsertNodeTabletInsertionEvent 和 PipeRawTabletInsertionEvent。忽略 {}。"; public static final String IOTDBTHRIFTSYNCCONNECTOR_ONLY_SUPPORT_PIPETSFILEINSERTIONEVENT_IGNORE = "IoTDBThriftSyncConnector 仅支持 PipeTsFileInsertionEvent。忽略 {}。"; public static final String LEADERCACHEMANAGER_ALLOCATEDMEMORYBLOCK_HAS_EXPANDED_FROM_TO = @@ -881,17 +839,14 @@ public final class DataNodePipeMessages { public static final String PIPETREEMODELTSFILEBUILDER_DOES_NOT_SUPPORT_TABLE_MODEL_TABLET = "PipeTreeModelTsFileBuilder 不支持 table model tablet to build TSFile"; public static final String POLLED_EVENT_FROM_RETRY_QUEUE = "从 retry queue 取出 event {}。"; - public static final String RECEIVED_AN_ERROR_MESSAGE_FROM = - "从 {}:{} 收到错误消息 {}"; - public static final String RECEIVED_AN_UNKNOWN_MESSAGE_FROM = - "从 {}:{} 收到未知消息 {}"; + public static final String RECEIVED_AN_ERROR_MESSAGE_FROM = "从 {}:{} 收到错误消息 {}"; + public static final String RECEIVED_AN_UNKNOWN_MESSAGE_FROM = "从 {}:{} 收到未知消息 {}"; public static final String RECEIVED_A_ACK_MESSAGE_FROM = "从 {}:{} 收到 ack 消息"; public static final String RECEIVED_A_BIND_MESSAGE_FROM = "从 {}:{} 收到 bind 消息"; public static final String REDIRECT_FILE_POSITION_TO = "重定向 file position 到 {}。"; public static final String REDIRECT_TO_POSITION_IN_TRANSFERRING_TSFILE = "重定向到 position {},正在传输的 TsFile 为 {}。"; - public static final String NETWORK_FAILED_TO_RECEIVE_TSFILE_STATUS = - "网络接收 TsFile %s 失败,状态:%s"; + public static final String NETWORK_FAILED_TO_RECEIVE_TSFILE_STATUS = "网络接收 TsFile %s 失败,状态:%s"; public static final String SECURITY_DIR = "security 目录:{}"; public static final String SECURITY_PKI_DIR = "security pki 目录:{}"; public static final String @@ -905,52 +860,42 @@ public final class DataNodePipeMessages { public static final String SUCCESSFULLY_CONVERTED_PROGID_TO_CLSID = "成功将 progID {} 转换为 CLSID: {{}}"; public static final String SUCCESSFULLY_SHUTDOWN_EXECUTOR = "成功关闭 executor {}。"; - public static final String SUCCESSFULLY_TRANSFERRED_DELETION_EVENT = - "成功传输 deletion event {}。"; + public static final String SUCCESSFULLY_TRANSFERRED_DELETION_EVENT = "成功传输 deletion event {}。"; public static final String SUCCESSFULLY_TRANSFERRED_FILE = "成功传输 file {}。"; - public static final String SUCCESSFULLY_TRANSFERRED_FILE_AND = - "成功传输 file {}、{} 和 {}。"; - public static final String SUCCESSFULLY_TRANSFERRED_FILE_BATCHED_TABLEINSERTIONEVENTS_REFERENCE_COUNT = - "成功传输 file {}(批量 TableInsertionEvents,引用计数={})。"; + public static final String SUCCESSFULLY_TRANSFERRED_FILE_AND = "成功传输 file {}、{} 和 {}。"; + public static final String + SUCCESSFULLY_TRANSFERRED_FILE_BATCHED_TABLEINSERTIONEVENTS_REFERENCE_COUNT = + "成功传输 file {}(批量 TableInsertionEvents,引用计数={})。"; public static final String SUCCESSFULLY_TRANSFERRED_FILE_COMMITTER_KEY_COMMIT_ID = "成功传输 file {}(committer key={}, commit id={}, 引用计数={})。"; - public static final String SUCCESSFULLY_TRANSFERRED_SCHEMA_EVENT = - "成功传输 schema event {}。"; + public static final String SUCCESSFULLY_TRANSFERRED_SCHEMA_EVENT = "成功传输 schema event {}。"; public static final String SUCCESSFULLY_TRANSFERRED_SCHEMA_REGION_SNAPSHOT_AND = "成功传输 schema region 快照 {}、{} 和 {}。"; - public static final String THE_BATCH_SIZE_LIMIT_HAS_EXPANDED_FROM = - "batch 大小上限已从 {} 扩展到 {}。"; - public static final String THE_BATCH_SIZE_LIMIT_HAS_SHRUNK_FROM = - "batch 大小上限已从 {} 缩小到 {}。"; + public static final String THE_BATCH_SIZE_LIMIT_HAS_EXPANDED_FROM = "batch 大小上限已从 {} 扩展到 {}。"; + public static final String THE_BATCH_SIZE_LIMIT_HAS_SHRUNK_FROM = "batch 大小上限已从 {} 缩小到 {}。"; public static final String THE_DEFAULT_QUALITY_CAN_ONLY_BE_GOOD = "默认 quality 只能为 'GOOD'、'BAD' 或 'UNCERTAIN'。"; public static final String THE_EVENT_ACK_IS_NOT_FOUND = "未找到 event ack {}。"; - public static final String THE_EVENT_CAN_T_BE_TRANSFERRED_TO = - "事件 {} 无法传输给 client,将稍后重试。"; - public static final String THE_EVENT_IN_ERROR_IS_NOT_FOUND = - "未找到出错的 event {}。"; + public static final String THE_EVENT_CAN_T_BE_TRANSFERRED_TO = "事件 {} 无法传输给 client,将稍后重试。"; + public static final String THE_EVENT_IN_ERROR_IS_NOT_FOUND = "未找到出错的 event {}。"; public static final String THE_EVENT_POLLED_FROM_THE_QUEUE_IS = "从队列 poll 到的 event 与 peek 到的不一致。Peeked event:{},polled event:{}。"; - public static final String THE_FILE_IS_NOT_FOUND_MAY_ALREADY = - "未找到 file {},可能已被删除。"; + public static final String THE_FILE_IS_NOT_FOUND_MAY_ALREADY = "未找到 file {},可能已被删除。"; public static final String THE_PIPE_WAS_DROPPED_SO_THE_EVENT = "pipe {} 已被 drop,event ack {} 将被忽略。"; public static final String THE_PIPE_WAS_DROPPED_SO_THE_EVENT_1 = "pipe {} 已被 drop,出错的 event {} 将被忽略。"; - public static final String THE_PIPE_WAS_DROPPED_SO_THE_EVENT_2 = - "pipe {} 已被 drop,event {} 将被丢弃。"; + public static final String THE_PIPE_WAS_DROPPED_SO_THE_EVENT_2 = "pipe {} 已被 drop,event {} 将被丢弃。"; public static final String THE_QUALITY_VALUE_ONLY_SUPPORTS_BOOLEAN_TYPE = "quality 值仅支持 boolean 类型,其中 true == GOOD,false == BAD。"; public static final String THE_SCHEMA_REGION_AIR_GAP_CONNECTOR_DOES = "The schema region air gap connector 不支持 transferring single file piece bytes."; public static final String THE_SCHEMA_REGION_CONNECTOR_DOES_NOT_SUPPORT = "The schema region connector 不支持 transferring single file piece req."; - public static final String THE_SECURITY_POLICY_CANNOT_BE_EMPTY = - "安全策略不能为空。"; + public static final String THE_SECURITY_POLICY_CANNOT_BE_EMPTY = "安全策略不能为空。"; public static final String THE_SECURITY_POLICY_CAN_ONLY_BE_NONE = "安全策略只能是 'None'、'Basic128Rsa15'、'Basic256'、'Basic256Sha256'、'Aes128_Sha256_RsaOaep' 或 'Aes256_Sha256_RsaPss'。"; - public static final String THE_SEGMENTS_OF_TABLETS_MUST_EXIST = - "tablet 的 segment 必须存在"; + public static final String THE_SEGMENTS_OF_TABLETS_MUST_EXIST = "tablet 的 segment 必须存在"; public static final String THE_TABLET_OF_COMMITID_CAN_T_BE = "commitId 为 {} 的 tablet 无法被 client 解析,将稍后重试。"; public static final String THE_TRANSFER_THREAD_IS_INTERRUPTED = "传输线程被中断。"; @@ -964,14 +909,13 @@ public final class DataNodePipeMessages { "来自 {}:{} 的 websocket 连接已关闭,但收到了 commitId 为 {} 的 ack 消息。"; public static final String THE_WEBSOCKET_CONNECTION_FROM_HAS_BEEN_CLOSED_1 = "来自 {}:{} 的 websocket 连接已关闭,但收到了 commitId 为 {} 的 error 消息。"; - public static final String THE_WEBSOCKET_SERVER_HAS_BEEN_STARTED = - "websocket server {}:{} 已启动!"; + public static final String THE_WEBSOCKET_SERVER_HAS_BEEN_STARTED = "websocket server {}:{} 已启动!"; public static final String THE_WRITTEN_TABLET_TIME_MAY_OVERLAP_OR = "写入的 Tablet 时间可能重叠,或 Schema 可能不正确"; - public static final String THIS_CONNECTOR_ONLY_SUPPORT_PIPEINSERTNODETABLETINSERTIONEVENT_AND_PIPERAWTABLET = - "此 Connector 仅支持 PipeInsertNodeTabletInsertionEvent 和 PipeRawTabletInsertionEvent。忽略 {}。"; - public static final String TIMED_OUT_WHEN_WAITING_FOR_CLIENT_HANDSHAKE = - "等待 client 握手完成超时。"; + public static final String + THIS_CONNECTOR_ONLY_SUPPORT_PIPEINSERTNODETABLETINSERTIONEVENT_AND_PIPERAWTABLET = + "此 Connector 仅支持 PipeInsertNodeTabletInsertionEvent 和 PipeRawTabletInsertionEvent。忽略 {}。"; + public static final String TIMED_OUT_WHEN_WAITING_FOR_CLIENT_HANDSHAKE = "等待 client 握手完成超时。"; public static final String TIOTCONSENSUSV2BATCHTRANSFERRESP_IS_NULL = "TIoTConsensusV2BatchTransferResp 为空"; public static final String TIOTCONSENSUSV2TRANSFERRESP_IS_NULL = "TIoTConsensusV2TransferResp 为空"; @@ -999,21 +943,23 @@ public final class DataNodePipeMessages { "等待 resource enough,已等待 slicing tsfile {} for {} 秒。"; public static final String WEBSOCKETCONNECTOR_FAILED_TO_INCREASE_THE_REFERENCE_COUNT = "WebsocketConnector 增加事件的引用计数失败。忽略该事件。当前事件:{}。"; - public static final String WEBSOCKETCONNECTOR_ONLY_SUPPORT_PIPEINSERTNODETABLETINSERTIONEVENT_AND_PIPERAWTA = - "WebsocketConnector 仅支持 PipeInsertNodeTabletInsertionEvent 和 PipeRawTabletInsertionEvent。当前事件:{}。"; - public static final String WEBSOCKETCONNECTOR_ONLY_SUPPORT_PIPETSFILEINSERTIONEVENT_CURRENT_EVENT = - "WebsocketConnector 仅支持 PipeTsFileInsertionEvent。当前事件:{}。"; + public static final String + WEBSOCKETCONNECTOR_ONLY_SUPPORT_PIPEINSERTNODETABLETINSERTIONEVENT_AND_PIPERAWTA = + "WebsocketConnector 仅支持 PipeInsertNodeTabletInsertionEvent 和 PipeRawTabletInsertionEvent。当前事件:{}。"; + public static final String + WEBSOCKETCONNECTOR_ONLY_SUPPORT_PIPETSFILEINSERTIONEVENT_CURRENT_EVENT = + "WebsocketConnector 仅支持 PipeTsFileInsertionEvent。当前事件:{}。"; public static final String WHEN_THE_OPC_UA_SINK_POINTS_TO = "当 OPC UA sink 指向外部 server 时,不支持 table model 数据。"; public static final String WHEN_THE_OPC_UA_SINK_SETS_WITH = "当 OPC UA sink 将 'with-quality' 设置为 true 时,不支持 table model 数据。"; - public static final String WRITEBACKSINK_ONLY_SUPPORT_PIPEINSERTNODETABLETINSERTIONEVENT_AND_PIPERAWTABLETI = - "WriteBackSink 仅支持 PipeInsertNodeTabletInsertionEvent 和 PipeRawTabletInsertionEvent。忽略 {}。"; + public static final String + WRITEBACKSINK_ONLY_SUPPORT_PIPEINSERTNODETABLETINSERTIONEVENT_AND_PIPERAWTABLETI = + "WriteBackSink 仅支持 PipeInsertNodeTabletInsertionEvent 和 PipeRawTabletInsertionEvent。忽略 {}。"; // ===================== RECEIVER ===================== - public static final String ALL_RECEIVERS_RELATED_TO_ARE_RELEASED = - "与 {} 相关的所有 Receiver 已释放。"; + public static final String ALL_RECEIVERS_RELATED_TO_ARE_RELEASED = "与 {} 相关的所有 Receiver 已释放。"; public static final String AUTO_CREATE_DATABASE_FAILED_BECAUSE = "自动创建 database failed because: "; public static final String CREATE_DATABASE_ERROR_STATEMENT_RESULT_STATUS = "创建 Database error, statement: {}, result status : {}."; @@ -1060,9 +1006,10 @@ public final class DataNodePipeMessages { public static final String IOTCONSENSUSV2RECEIVER_THREAD_IS_INTERRUPTED_WHEN_WAITING_FOR = "IoTConsensusV2Receiver 线程在等待 receiver 初始化时被中断,可能因为系统退出。"; public static final String IOTCONSENSUSV2_PIPENAME = "IoTConsensusV2-PipeName-{}:{}"; - public static final String IOTCONSENSUSV2_PIPENAME_CURRENT_WAITING_IS_INTERRUPTED_ONSYNCEDCOMMITINDEX = - "IoTConsensusV2-PipeName-{}:current waiting is interrupted. onSyncedCommitIndex: {}. " - + "Exception: "; + public static final String + IOTCONSENSUSV2_PIPENAME_CURRENT_WAITING_IS_INTERRUPTED_ONSYNCEDCOMMITINDEX = + "IoTConsensusV2-PipeName-{}:current waiting is interrupted. onSyncedCommitIndex: {}. " + + "Exception: "; public static final String IOTCONSENSUSV2_PIPENAME_CURRENT_WRITING_FILE_WRITER_IS = "IoTConsensusV2-PipeName-{}:Current writing file writer 为空,无需关闭。"; public static final String IOTCONSENSUSV2_PIPENAME_CURRENT_WRITING_FILE_WRITER_WAS = @@ -1114,8 +1061,7 @@ public final class DataNodePipeMessages { public static final String IOTCONSENSUSV2_PIPENAME_IS_NOT_EXISTED_NO_NEED = "IoTConsensusV2-PipeName-{}:{} {} 不存在,无需删除。"; public static final String IOTCONSENSUSV2_PIPENAME_NO_EVENT_GET_EXECUTED_AFTER = - "IoTConsensusV2-PipeName-{}:第 {} 个 event 在等待超时后执行,当前 " - + "receiver syncIndex:{}"; + "IoTConsensusV2-PipeName-{}:第 {} 个 event 在等待超时后执行,当前 " + "receiver syncIndex:{}"; public static final String IOTCONSENSUSV2_PIPENAME_NO_EVENT_GET_EXECUTED_BECAUSE = "IoTConsensusV2-PipeName-{}:第 {} 个 event 已执行,因为 receiver buffer 的长度 >= " + "pipeline,当前 receiver syncIndex {}, 当前 buffer 长度 {}"; @@ -1125,9 +1071,10 @@ public final class DataNodePipeMessages { "IoTConsensusV2-PipeName-{}:process no.{} event successfully!"; public static final String IOTCONSENSUSV2_PIPENAME_RECEIVED_A_DEPRECATED_REQUEST_WHICH = "IoTConsensusV2-PipeName-{}:收到已弃用的 request-{},可能因为 {}。 "; - public static final String IOTCONSENSUSV2_PIPENAME_RECEIVER_DETECTED_AN_NEWER_PIPETASKRESTARTTIMES = - "IoTConsensusV2-PipeName-{}:receiver 检测到更新的 pipeTaskRestartTimes," - + "表明 pipe task 已重启。receiver 将重置其所有数据。"; + public static final String + IOTCONSENSUSV2_PIPENAME_RECEIVER_DETECTED_AN_NEWER_PIPETASKRESTARTTIMES = + "IoTConsensusV2-PipeName-{}:receiver 检测到更新的 pipeTaskRestartTimes," + + "表明 pipe task 已重启。receiver 将重置其所有数据。"; public static final String IOTCONSENSUSV2_PIPENAME_RECEIVER_DETECTED_AN_NEWER_REBOOTTIMES = "IoTConsensusV2-PipeName-{}:receiver 检测到更新的 rebootTimes," + "表明 leader 已重启。receiver 将重置其所有数据。"; @@ -1140,8 +1087,7 @@ public final class DataNodePipeMessages { public static final String IOTCONSENSUSV2_PIPENAME_SEAL_FILE_WITH_MODS_SUCCESSFULLY = "IoTConsensusV2-PipeName-{}:成功封存 file with mods {}。"; public static final String IOTCONSENSUSV2_PIPENAME_SKIP_LOAD_TSFILE_WHEN_SEALING = - "IoTConsensusV2-PipeName-{}:封存时跳过加载 tsfile-{},因为该 region " - + "已被移除或迁移。"; + "IoTConsensusV2-PipeName-{}:封存时跳过加载 tsfile-{},因为该 region " + "已被移除或迁移。"; public static final String IOTCONSENSUSV2_PIPENAME_STARTING_TO_RECEIVE_TSFILE_PIECES = "IoTConsensusV2-PipeName-{}:开始接收 tsFile pieces"; public static final String IOTCONSENSUSV2_PIPENAME_STARTING_TO_RECEIVE_TSFILE_SEAL = @@ -1168,8 +1114,7 @@ public final class DataNodePipeMessages { public static final String IOTCONSENSUSV2_PIPENAME_WRITING_FILE_IS_NOT_EXISTED = "IoTConsensusV2-PipeName-{}:Writing file {} 不存在或名称不正确,尝试创建。当前 writing file 为 {}。"; public static final String IOTCONSENSUSV2_PIPENAME_WRITING_FILE_S_OFFSET_IS = - "IoTConsensusV2-PipeName-{}:Writing file {} 的 offset 为 {},但请求 sender 的 offset " - + "为 {}。"; + "IoTConsensusV2-PipeName-{}:Writing file {} 的 offset 为 {},但请求 sender 的 offset " + "为 {}。"; public static final String IOTCONSENSUSV2_PIPENAME_WRITING_FILE_WAS_CREATED_READY = "IoTConsensusV2-PipeName-{}:Writing file {} 已创建。准备写入 file piece。"; public static final String IOTCONSENSUSV2_RECEIVE_ON_THE_FLY_NO_EVENT = @@ -1186,10 +1131,8 @@ public final class DataNodePipeMessages { "IoTConsensusV2 未知的 PipeRequestType,response status = {}。"; public static final String IOTCONSENSUSV2_WAITING_FOR_THE_PREVIOUS_EVENT_TIMES = "IoTConsensusV2-{}:等待上一个 event 超时,当前 peek {}, 当前 id {}"; - public static final String IOTDBAIRGAPRECEIVERAGENT_STARTED = - "IoTDBAirGapReceiverAgent {} 已启动。"; - public static final String IOTDBAIRGAPRECEIVERAGENT_STOPPED = - "IoTDBAirGapReceiverAgent {} 已停止。"; + public static final String IOTDBAIRGAPRECEIVERAGENT_STARTED = "IoTDBAirGapReceiverAgent {} 已启动。"; + public static final String IOTDBAIRGAPRECEIVERAGENT_STOPPED = "IoTDBAirGapReceiverAgent {} 已停止。"; public static final String LOAD_ACTIVE_LISTENING_PIPE_DIR_IS_NOT = "未设置 load active listening pipe dir。"; public static final String LOAD_PIPEDATA_WITH_SERIALIZE_NUMBER_SUCCESSFULLY = @@ -1216,8 +1159,7 @@ public final class DataNodePipeMessages { public static final String PIPE_AIR_GAP_RECEIVER_TEMPORARY_UNAVAILABLE_RETRY = "Pipe air gap receiver {}:临时不可用重试超时,向 sender 返回 FAIL。"; public static final String PIPE_DATA_TRANSPORT_ERROR = "Pipe 数据传输错误,{}"; - public static final String PIPE_INSERTING_ROW_CASTING_TYPE_FROM = - "Pipe:写入 row。将类型从 {} 转换为 {}。"; + public static final String PIPE_INSERTING_ROW_CASTING_TYPE_FROM = "Pipe:写入 row。将类型从 {} 转换为 {}。"; public static final String PIPE_INSERTING_TABLET_CASTING_TYPE_FROM = "Pipe:写入 tablet。将类型从 {} 转换为 {}。"; public static final String PIPE_INSERTING_TABLET_TO_CASTING_TYPE_FROM = @@ -1238,14 +1180,11 @@ public final class DataNodePipeMessages { public static final String RECEIVER_ID_EXCEPTION_WHILE_EXECUTING_STATEMENT = "Receiver id = {}: 执行 statement {} 时遇到异常:"; public static final String UNKNOWN_PIPEREQUESTTYPE = "未知 PipeRequestType %s。"; - public static final String EXCEPTION_ENCOUNTERED_WHILE_HANDLING_REQUEST = - "遇到异常 %s,处理请求 %s 时。"; + public static final String EXCEPTION_ENCOUNTERED_WHILE_HANDLING_REQUEST = "遇到异常 %s,处理请求 %s 时。"; public static final String RECEIVER_IS_READY = "Receiver-{} 已就绪"; public static final String RECEIVER_TEMPORARILY_OUT_OF_MEMORY_FORMAT = - "执行 %s 时暂时内存不足。请求内存:%d bytes,已用内存:%d bytes,可用内存:%d bytes," - + "总非浮动内存:%d bytes"; - public static final String REGISTER_WITH_INTERVAL_IN_SECONDS_SUCCESSFULLY = - "成功注册 {},间隔时间(秒){}。"; + "执行 %s 时暂时内存不足。请求内存:%d bytes,已用内存:%d bytes,可用内存:%d bytes," + "总非浮动内存:%d bytes"; + public static final String REGISTER_WITH_INTERVAL_IN_SECONDS_SUCCESSFULLY = "成功注册 {},间隔时间(秒){}。"; public static final String SOCKET_CLOSED_WHEN_EXECUTING_READTILLFULL = "执行 readTillFull 时 socket 关闭。"; public static final String SOCKET_CLOSED_WHEN_EXECUTING_SKIPTILLENOUGH = @@ -1255,15 +1194,13 @@ public final class DataNodePipeMessages { public static final String STORAGE_ENGINE_READONLY = "存储引擎只读"; public static final String SYNC_START_AT_TO_IS_DONE = "Sync {} 从 {} 开始到 {} 已完成。"; public static final String THE_IOTCONSENSUSV2_REQUEST_VERSION_IS_DIFFERENT_FROM = - "iotConsensusV2 请求版本 {} 与 sender 请求版本 {} 不同," - + "receiver 将被重置为 sender 请求版本。"; + "iotConsensusV2 请求版本 {} 与 sender 请求版本 {} 不同," + "receiver 将被重置为 sender 请求版本。"; public static final String THE_START_INDEX_OF_DATA_SYNC_IS = "data sync 的起始索引 {} 无效。文件不存在且起始索引应等于 0。"; public static final String THE_START_INDEX_OF_DATA_SYNC_IS_1 = "data sync 的起始索引 {} 无效。文件的起始索引应等于 {}。"; public static final String THRIFT_CONNECTION_IS_NOT_ALIVE = "Thrift 连接已断开。"; - public static final String TSFILECHECKER_DID_NOT_TERMINATE_WITHIN_S = - "TsFileChecker 未在 {} 秒内终止"; + public static final String TSFILECHECKER_DID_NOT_TERMINATE_WITHIN_S = "TsFileChecker 未在 {} 秒内终止"; public static final String TSFILECHECKER_THREAD_STILL_DOESN_T_EXIT_AFTER = "TsFileChecker 线程 {} 在 30 秒后仍未退出"; public static final String UNHANDLED_EXCEPTION_DURING_PIPE_AIR_GAP_RECEIVER = @@ -1299,8 +1236,7 @@ public final class DataNodePipeMessages { public static final String FORCERESIZE_INTERRUPTED_WHILE_WAITING_FOR_AVAILABLE_MEMORY = "forceResize:等待可用内存时被中断"; public static final String INTERRUPTED_WHILE_WAITING_FOR_THE_LOCK = "等待锁时被中断。"; - public static final String IS_RELEASED_AFTER_THREAD_INTERRUPTION = - "{} 在线程中断后已被释放。"; + public static final String IS_RELEASED_AFTER_THREAD_INTERRUPTION = "{} 在线程中断后已被释放。"; public static final String PIPETSFILERESOURCE_CACHED_DEVICEISALIGNEDMAP_FOR_TSFILE = "PipeTsFileResource:已为 tsfile {} 缓存 deviceIsAlignedMap。"; public static final String PIPETSFILERESOURCE_CACHED_OBJECTS_FOR_TSFILE = @@ -1329,15 +1265,13 @@ public final class DataNodePipeMessages { "为周期性删除移动 Pipe hardlink 目录 {} 失败,改为同步删除。"; public static final String PIPE_HARDLINK_DIR_MOVE_FAILED_SKIPPING_PERIODICAL_DELETE = "为周期性删除移动 Pipe hardlink 目录 {} 失败,跳过注册原目录以避免删除重建 Pipe 的文件。"; - public static final String PIPE_SNAPSHOT_DIR_FOUND_DELETING_IT = - "发现 Pipe snapshot 目录,正在删除:{},"; + public static final String PIPE_SNAPSHOT_DIR_FOUND_DELETING_IT = "发现 Pipe snapshot 目录,正在删除:{},"; public static final String SHRINK_CALLBACK_IS_NOT_SUPPORTED_IN_PIPEFIXEDMEMORYBLOCK = "PipeFixedMemoryBlock 不支持 shrink callback"; public static final String SHRINK_METHOD_IS_NOT_SUPPORTED_IN_PIPEFIXEDMEMORYBLOCK = "PipeFixedMemoryBlock 不支持 shrink method"; public static final String THE_MEMORY_BLOCK_HAS_BEEN_RELEASED = "内存块已被释放"; - public static final String THE_MULTIPLE_N_MUST_BE_GREATER_THAN = - "倍数 n 必须大于 0"; + public static final String THE_MULTIPLE_N_MUST_BE_GREATER_THAN = "倍数 n 必须大于 0"; public static final String TRYALLOCATE_ALLOCATED_MEMORY_TOTAL_MEMORY_SIZE_BYTES = "tryAllocate:已分配内存,总内存大小 {} 字节,已用内存大小 {} 字节,原始请求内存大小 {} 字节,实际请求内存大小 {} 字节"; public static final String TRYALLOCATE_FAILED_TO_ALLOCATE_MEMORY_TOTAL_MEMORY = @@ -1434,10 +1368,8 @@ public final class DataNodePipeMessages { // pipe – OpcUaServerBuilder // --------------------------------------------------------------------------- public static final String UNABLE_CREATE_SECURITY_DIR = "无法创建安全目录:"; - public static final String OPC_UA_SECURITY_DIR = - "安全目录:{}"; - public static final String OPC_UA_SECURITY_PKI_DIR = - "安全 PKI 目录:{}"; + public static final String OPC_UA_SECURITY_DIR = "安全目录:{}"; + public static final String OPC_UA_SECURITY_PKI_DIR = "安全 PKI 目录:{}"; public static final String EXCEPTION_THE_ADVERTISED_HOST_MUST_BE_A_HOSTNAME_OR_IP_ADDRESS_WITHOUT_A_SCHEME_PORT_OR_PATH_6857C67A = "advertised host 必须是不带 scheme、port 或 path 的 hostname 或 IP 地址。"; @@ -1470,799 +1402,1099 @@ public final class DataNodePipeMessages { "传输分片时 TPipeTransferResp 为空。"; private DataNodePipeMessages() {} + // --------------------------------------------------------------------------- // 补充日志消息 // --------------------------------------------------------------------------- - public static final String PIPE_LOG_SUBSCRIPTION_DETECT_DUPLICATED_PIPETSFILEINSERTIONEVENT_23A4740C = - "Subscription:检测到重复的 PipeTsFileInsertionEvent {},直接提交"; - public static final String PIPE_LOG_SUBSCRIPTION_PREFETCHING_QUEUE_BOUND_TO_TOPIC_FOR_CONSUMER_ECB64624 = - "Subscription:绑定到 topic [{}]、consumer group [{}] 的 prefetching queue 已完成,向客户端返回终止响应"; - public static final String PIPE_LOG_SUBSCRIPTION_PREFETCHING_QUEUE_BOUND_TO_TOPIC_FOR_CONSUMER_8F561EB2 = - "Subscription:绑定到 topic [{}]、consumer group [{}] 的 prefetching queue 已完成,回复客户端心跳请求"; - public static final String PIPE_LOG_SUBSCRIPTION_CREATE_PREFETCHING_QUEUE_BOUND_TO_TOPIC_FOR_E7F21F1E = - "Subscription:创建绑定到 topic [{}]、consumer group [{}] 的 prefetching queue"; - public static final String PIPE_LOG_SUBSCRIPTION_DROP_PREFETCHING_QUEUE_BOUND_TO_TOPIC_FOR_CONSUMER_21F313CB = - "Subscription:删除绑定到 topic [{}]、consumer group [{}] 的 prefetching queue"; - public static final String PIPE_LOG_SUBSCRIPTION_PREFETCHING_QUEUE_BOUND_TO_TOPIC_FOR_CONSUMER_03B89C51 = - "Subscription:绑定到 topic [{}]、consumer group [{}] 的 prefetching queue 仍然存在,请在关闭前解绑"; - public static final String PIPE_LOG_SUBSCRIPTION_PREFETCHING_QUEUE_BOUND_TO_TOPIC_FOR_CONSUMER_EA7D450B = - "Subscription:绑定到 topic [{}]、consumer group [{}] 的 prefetching queue 已关闭"; - public static final String PIPE_LOG_SUBSCRIPTION_PREFETCHING_QUEUE_BOUND_TO_TOPIC_FOR_CONSUMER_12E69B65 = - "Subscription:绑定到 topic [{}]、consumer group [{}] 的 prefetching queue 不存在"; - public static final String PIPE_LOG_SUBSCRIPTION_PREFETCHING_QUEUE_BOUND_TO_TOPIC_FOR_CONSUMER_C2735402 = - "Subscription:绑定到 topic [{}]、consumer group [{}] 的 prefetching queue 已存在"; - public static final String PIPE_LOG_SUBSCRIPTIONPREFETCHINGTABLETQUEUE_DETECTED_OUTDATED_POLL_C0001CCF = - "SubscriptionPrefetchingTabletQueue {} 检测到过期的 poll 请求,consumer {},commit context {},offset {}"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONBROKER_POLL_CALLED_CONSUMERID_TOPICNAMES_5F1F5175 = - "ConsensusSubscriptionBroker [{}]:调用 poll,consumerId={},topicNames={},queueCount={}," - + "maxBytes={}"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONBROKER_POLL_RESULT_CONSUMERID_EVENTSPOLLED_06412726 = - "ConsensusSubscriptionBroker [{}]:poll 结果,consumerId={},eventsPolled={},eventsNacked={}"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONBROKER_REFRESHED_OWNERSHIP_FOR_TOPIC_EB11CF64 = - "ConsensusSubscriptionBroker [{}]:刷新 topic [{}] 的 ownership,consumers={},regions={}," - + "generation={}"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONBROKER_STABLE_OWNERSHIP_POLL_ORDER_D40BB7D4 = - "ConsensusSubscriptionBroker [{}]:topic [{}] 的稳定 ownership poll 顺序,assignedQueueCount={}"; - public static final String PIPE_LOG_SUBSCRIPTION_CONSENSUS_PREFETCHING_QUEUE_FOR_TOPIC_REGION_B40792D9 = - "Subscription:topic [{}]、Region [{}]、consumer group [{}] 的 consensus prefetching queue 已存在,跳过"; - public static final String PIPE_LOG_SUBSCRIPTION_CREATE_CONSENSUS_PREFETCHING_QUEUE_BOUND_TO_0DBFC05E = - "Subscription:创建绑定到 topic [{}]、consumer group [{}] 的 consensus prefetching queue," - + "consensusGroupId={},fallbackCommittedRegionProgress={},tailStartSearchIndex={}," - + "initialRuntimeVersion={},initialActive={},totalRegionQueues={}"; - public static final String PIPE_LOG_SUBSCRIPTION_CLOSED_CONSENSUS_PREFETCHING_QUEUE_FOR_TOPIC_3A9DDEC5 = - "Subscription:由于 Region 移除,已关闭 topic [{}]、Region [{}]、consumer group [{}] 的 consensus " - + "prefetching queue"; - public static final String PIPE_LOG_SUBSCRIPTION_CONSENSUS_PREFETCHING_QUEUE_S_BOUND_TO_TOPIC_AB10ED07 = - "Subscription:绑定到 topic [{}]、consumer group [{}] 的 consensus prefetching queue 仍然存在,请在关闭前解绑"; - public static final String PIPE_LOG_SUBSCRIPTION_DROP_ALL_CONSENSUS_PREFETCHING_QUEUE_S_BOUND_FCC1B2C4 = - "Subscription:删除全部 {} 个绑定到 topic [{}]、consumer group [{}] 的 consensus prefetching queue"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONBROKER_NO_QUEUES_FOR_TOPIC_TO_COMMIT_7D8CC39D = - "ConsensusSubscriptionBroker [{}]:topic [{}] 没有可提交的 queue"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONBROKER_COMMIT_CONTEXT_NOT_FOUND_IN_46DF62A6 = - "ConsensusSubscriptionBroker [{}]:未找到 commit context {},已检查 {} 个 Region queue,topic [{}]"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONBROKER_NO_QUEUES_FOR_TOPIC_TO_SEEK_6307A90D = - "ConsensusSubscriptionBroker [{}]:topic [{}] 没有可执行 seek 的 queue"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONBROKER_UNSUPPORTED_SEEKTYPE_FOR_TOPIC_EDCA2CF2 = - "ConsensusSubscriptionBroker [{}]:不支持 seekType {},topic [{}]"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONBROKER_NO_QUEUES_FOR_TOPIC_TO_SEEK_9AC3890C = - "ConsensusSubscriptionBroker [{}]:topic [{}] 没有可执行 seek(topicProgress) 的 queue"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONBROKER_NO_QUEUES_FOR_TOPIC_TO_SEEKAFTER_C6D87BFD = - "ConsensusSubscriptionBroker [{}]:topic [{}] 没有可执行 seekAfter(topicProgress) 的 queue"; - public static final String PIPE_LOG_SUBSCRIPTION_CONSENSUS_PREFETCHING_QUEUES_BOUND_TO_TOPIC_63B37089 = - "Subscription:绑定到 topic [{}]、consumer group [{}] 的 consensus prefetching queue 不存在"; - public static final String PIPE_LOG_SUBSCRIPTIONPREFETCHINGTSFILEQUEUE_DETECTED_OUTDATED_POLL_7E0CE108 = - "SubscriptionPrefetchingTsFileQueue {} 检测到过期的 poll 请求,consumer {},commit context {},writing " - + "offset {}"; - public static final String PIPE_LOG_SUBSCRIPTION_SUBSCRIPTIONPREFETCHINGQUEUE_COMMIT_PIPETERMINATEEVENT_36529DC9 = - "Subscription:SubscriptionPrefetchingQueue {} 提交 PipeTerminateEvent {}"; - public static final String PIPE_LOG_SUBSCRIPTION_SUBSCRIPTIONPREFETCHINGQUEUE_IGNORE_ENRICHEDEVENT_95C6241C = - "Subscription:SubscriptionPrefetchingQueue {} 在 prefetch 期间忽略 EnrichedEvent {}。"; - public static final String PIPE_LOG_SUBSCRIPTION_SUBSCRIPTIONPREFETCHINGQUEUE_POLL_COMMITTED_8684FF17 = - "Subscription:SubscriptionPrefetchingQueue {} 从 prefetching queue poll 到已提交事件 {}(不变量被破坏)," - + "移除该事件"; - public static final String PIPE_LOG_SUBSCRIPTION_SUBSCRIPTIONPREFETCHINGQUEUE_POLL_NON_POLLABLE_644D5D6B = - "Subscription:SubscriptionPrefetchingQueue {} 从 prefetching queue poll 到不可 poll 事件 {}(不变量被破坏)," - + "执行 nack 并移除该事件"; - public static final String PIPE_LOG_SUBSCRIPTION_SUBSCRIPTIONPREFETCHINGQUEUE_INTERRUPTED_WHILE_F8923826 = - "Subscription:SubscriptionPrefetchingQueue {} 在 poll 事件期间被中断。"; - public static final String PIPE_LOG_SUBSCRIPTION_INCONSISTENT_HEARTBEAT_EVENT_WHEN_PEEKING_BROKEN_BFE1DF6E = - "Subscription:{} peeking 时 heartbeat event 不一致(不变量被破坏),期望 {},实际 {},放回队列"; - public static final String PIPE_LOG_SUBSCRIPTION_SUBSCRIPTIONPREFETCHINGQUEUE_ONLY_SUPPORT_PREFETCH_F3B33B30 = - "Subscription:SubscriptionPrefetchingQueue {} 仅支持 prefetch EnrichedEvent。忽略 {}。"; - public static final String PIPE_LOG_SUBSCRIPTION_SUBSCRIPTIONPREFETCHINGQUEUE_PREFETCH_TSFILEINSERTIONEVENT_19444D2C = - "Subscription:SubscriptionPrefetchingQueue {} 在 ToTabletIterator 非 null 时 prefetch " - + "TsFileInsertionEvent(不变量被破坏)。忽略 {}。"; - public static final String PIPE_LOG_FAILED_TO_INCREASE_REFERENCE_COUNT_FOR_WHEN_ON_RETRYABLE_4E10BE3B = - "为 {} 增加引用计数失败,发生在可重试 TabletInsertionEvent 上执行 {} 时"; - public static final String PIPE_LOG_EXCEPTION_OCCURRED_WHEN_ON_RETRYABLE_TABLETINSERTIONEVENT_2350D9F7 = - "执行 {} 时在可重试 TabletInsertionEvent {} 上发生异常"; - public static final String PIPE_LOG_SUBSCRIPTION_SUBSCRIPTION_COMMIT_CONTEXT_DOES_NOT_EXIST_0E4EF990 = - "Subscription:subscription commit context {} 不存在,可能已提交或发生了意外情况,prefetching queue:{}"; - public static final String PIPE_LOG_SUBSCRIPTION_SUBSCRIPTION_EVENT_IS_COMMITTED_SUBSCRIPTION_BEE17D7F = - "Subscription:subscription event {} 已提交,subscription commit context {},prefetching queue:{}"; - public static final String PIPE_LOG_SUBSCRIPTION_SUBSCRIPTION_EVENT_IS_NOT_COMMITTABLE_SUBSCRIPTION_8D03A10C = - "Subscription:subscription event {} 不可提交,subscription commit context {},prefetching queue:{}"; - public static final String PIPE_LOG_INCONSISTENT_CONSUMER_GROUP_WHEN_ACKING_EVENT_CURRENT_INCOMING_AEE3E90F = - "acking event 时 consumer group 不一致,当前:{},传入:{},consumer id:{},event commit context:{}," - + "prefetching queue:{},仍然提交。"; - public static final String PIPE_LOG_SUBSCRIPTION_SUBSCRIPTION_COMMIT_CONTEXT_DOES_NOT_EXIST_DE907E05 = - "Subscription:subscription commit context [{}] 不存在,可能已提交或发生了意外情况,prefetching queue:{}"; - public static final String PIPE_LOG_INCONSISTENT_CONSUMER_GROUP_WHEN_NACKING_EVENT_CURRENT_INCOMING_B0104C41 = - "nacking event 时 consumer group 不一致,当前:{},传入:{},consumer id:{},event commit context:{}," - + "prefetching queue:{},仍然提交。"; - public static final String PIPE_LOG_SUBSCRIPTION_SUBSCRIPTIONPREFETCHINGQUEUE_RECYCLE_EVENT_7B120BC3 = - "Subscription:SubscriptionPrefetchingQueue {} 回收处理中事件 {},执行 nack 并重新放入 prefetching queue"; - public static final String PIPE_LOG_SUBSCRIPTION_POISON_MESSAGE_DETECTED_NACKCOUNT_FORCE_ACKING_7528DD6B = - "Subscription:检测到 poison message(nackCount={}),对事件 {} 在 prefetching queue {} 中强制执行 ack"; - public static final String PIPE_LOG_SUBSCRIPTION_POISON_MESSAGE_DETECTED_NACKCOUNT_FORCE_ACKING_D984349C = - "Subscription:检测到 poison message(nackCount={}),对 eagerly pollable event {} 在 prefetching " - + "queue {} 中强制执行 ack"; - public static final String PIPE_LOG_SUBSCRIPTION_POISON_MESSAGE_DETECTED_NACKCOUNT_FORCE_ACKING_FEF0F0BF = - "Subscription:检测到 poison message(nackCount={}),对 pollable event {} 在 prefetching queue {} " - + "中强制执行 ack"; - public static final String PIPE_LOG_SUBSCRIPTION_UNKNOWN_PIPESUBSCRIBEREQUESTVERSION_RESPONSE_56E5D93F = - "Subscription:未知的 PipeSubscribeRequestVersion,响应状态 = {}。"; - public static final String PIPE_LOG_THE_SUBSCRIPTION_REQUEST_VERSION_IS_DIFFERENT_FROM_THE_CLIENT_324A125F = - "subscription 请求版本 {} 与客户端请求版本 {} 不同,receiver 将重置为客户端请求版本。"; - public static final String PIPE_LOG_SUBSCRIPTION_CONSENSUS_IS_A_NO_OP_ON_THIS_DATANODE_BECAUSE_28F7E92B = - "Subscription:consensus {} 在该 DataNode 上为空操作,因为本地 queue 不存在,consumerGroup={},topic={}"; - public static final String PIPE_LOG_SUBSCRIPTIONBROKERAGENT_REFRESHING_CONSENSUS_QUEUE_ORDER_1886704D = - "SubscriptionBrokerAgent:将 topic [{}] 的 consensus queue order-mode 刷新为 [{}]"; - public static final String PIPE_LOG_SUBSCRIPTION_UNBOUND_CONSENSUS_PREFETCHING_QUEUE_S_FOR_REMOVED_AC018742 = - "Subscription:已解绑 {} 个已移除 Region [{}] 的 consensus prefetching queue"; - public static final String PIPE_LOG_SUBSCRIPTIONBROKERAGENT_SETACTIVEFORREGION_REGIONID_ACTIVE_4AC3A2CB = - "SubscriptionBrokerAgent:setActiveForRegion regionId={},active={}"; - public static final String PIPE_LOG_SUBSCRIPTIONBROKERAGENT_SETACTIVEWRITERSFORREGION_REGIONID_48B39B3E = - "SubscriptionBrokerAgent:setActiveWritersForRegion regionId={},activeWriterNodeIds={}"; - public static final String PIPE_LOG_SUBSCRIPTIONBROKERAGENT_APPLYRUNTIMESTATEFORREGION_REGIONID_6D8C37A1 = - "SubscriptionBrokerAgent:applyRuntimeStateForRegion regionId={},runtimeState={}"; - public static final String PIPE_LOG_SUBSCRIPTION_FAILED_TO_PARSE_CONSENSUS_REGION_ID_FOR_COMMITTED_9F1A50EB = - "Subscription:解析 committed progress 的 consensus Region id {} 失败,topic={},consumerGroup={}"; - public static final String PIPE_LOG_SUBSCRIPTION_CONSENSUS_BROKER_BOUND_TO_CONSUMER_GROUP_DOES_E46FCDD9 = - "Subscription:绑定到 consumer group [{}] 的 consensus broker 不存在"; - public static final String PIPE_LOG_SUBSCRIPTION_PIPE_BROKER_BOUND_TO_CONSUMER_GROUP_DOES_NOT_E9B60B22 = - "Subscription:绑定到 consumer group [{}] 的 pipe broker 不存在"; - public static final String PIPE_LOG_SUBSCRIPTION_BROKER_BOUND_TO_CONSUMER_GROUP_DOES_NOT_EXIST_74CAD5BE = - "Subscription:绑定到 consumer group [{}] 的 broker 不存在"; - public static final String PIPE_LOG_SUBSCRIPTION_CONSUMER_GROUP_META_CHANGE_DETECTED_TOPICSUNSUBBYGROUP_F6DAF20A = - "Subscription:检测到 consumer group [{}] meta 变更,topicsUnsubByGroup={},newlySubscribedTopics={}"; - public static final String PIPE_LOG_EXCEPTION_OCCURRED_WHEN_HANDLING_SINGLE_CONSUMER_GROUP_META_10E7688C = - "处理 consumer group {} 的单个 consumer group meta 变更时发生异常"; - public static final String PIPE_LOG_SUBSCRIPTION_BROKER_BOUND_TO_CONSUMER_GROUP_HAS_ALREADY_0F37997F = - "Subscription:绑定到 consumer group [{}] 的 broker 已存在,本地 agent {} 上 consumer group meta 的创建时间与 " - + "coordinator {} 的 meta 不一致,删除该 broker"; - public static final String PIPE_LOG_SUBSCRIPTION_BROKER_BOUND_TO_CONSUMER_GROUP_DOES_NOT_EXISTED_9F09E4DE = - "Subscription:绑定到 consumer group [{}] 的 broker 不存在,但对应 consumer group meta 已存在于本地 agent,忽略该情况"; - public static final String PIPE_LOG_EXCEPTION_OCCURRED_WHEN_HANDLING_SINGLE_TOPIC_META_CHANGES_43434FC4 = - "处理 topic {} 的单个 topic meta 变更时发生异常"; + public static final String + PIPE_LOG_SUBSCRIPTION_DETECT_DUPLICATED_PIPETSFILEINSERTIONEVENT_23A4740C = + "Subscription:检测到重复的 PipeTsFileInsertionEvent {},直接提交"; + public static final String + PIPE_LOG_SUBSCRIPTION_PREFETCHING_QUEUE_BOUND_TO_TOPIC_FOR_CONSUMER_ECB64624 = + "Subscription:绑定到 topic [{}]、consumer group [{}] 的 prefetching queue 已完成,向客户端返回终止响应"; + public static final String + PIPE_LOG_SUBSCRIPTION_PREFETCHING_QUEUE_BOUND_TO_TOPIC_FOR_CONSUMER_8F561EB2 = + "Subscription:绑定到 topic [{}]、consumer group [{}] 的 prefetching queue 已完成,回复客户端心跳请求"; + public static final String + PIPE_LOG_SUBSCRIPTION_CREATE_PREFETCHING_QUEUE_BOUND_TO_TOPIC_FOR_E7F21F1E = + "Subscription:创建绑定到 topic [{}]、consumer group [{}] 的 prefetching queue"; + public static final String + PIPE_LOG_SUBSCRIPTION_DROP_PREFETCHING_QUEUE_BOUND_TO_TOPIC_FOR_CONSUMER_21F313CB = + "Subscription:删除绑定到 topic [{}]、consumer group [{}] 的 prefetching queue"; + public static final String + PIPE_LOG_SUBSCRIPTION_PREFETCHING_QUEUE_BOUND_TO_TOPIC_FOR_CONSUMER_03B89C51 = + "Subscription:绑定到 topic [{}]、consumer group [{}] 的 prefetching queue 仍然存在,请在关闭前解绑"; + public static final String + PIPE_LOG_SUBSCRIPTION_PREFETCHING_QUEUE_BOUND_TO_TOPIC_FOR_CONSUMER_EA7D450B = + "Subscription:绑定到 topic [{}]、consumer group [{}] 的 prefetching queue 已关闭"; + public static final String + PIPE_LOG_SUBSCRIPTION_PREFETCHING_QUEUE_BOUND_TO_TOPIC_FOR_CONSUMER_12E69B65 = + "Subscription:绑定到 topic [{}]、consumer group [{}] 的 prefetching queue 不存在"; + public static final String + PIPE_LOG_SUBSCRIPTION_PREFETCHING_QUEUE_BOUND_TO_TOPIC_FOR_CONSUMER_C2735402 = + "Subscription:绑定到 topic [{}]、consumer group [{}] 的 prefetching queue 已存在"; + public static final String + PIPE_LOG_SUBSCRIPTIONPREFETCHINGTABLETQUEUE_DETECTED_OUTDATED_POLL_C0001CCF = + "SubscriptionPrefetchingTabletQueue {} 检测到过期的 poll 请求,consumer {},commit context {},offset {}"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONBROKER_POLL_CALLED_CONSUMERID_TOPICNAMES_5F1F5175 = + "ConsensusSubscriptionBroker [{}]:调用 poll,consumerId={},topicNames={},queueCount={}," + + "maxBytes={}"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONBROKER_POLL_RESULT_CONSUMERID_EVENTSPOLLED_06412726 = + "ConsensusSubscriptionBroker [{}]:poll 结果,consumerId={},eventsPolled={},eventsNacked={}"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONBROKER_REFRESHED_OWNERSHIP_FOR_TOPIC_EB11CF64 = + "ConsensusSubscriptionBroker [{}]:刷新 topic [{}] 的 ownership,consumers={},regions={}," + + "generation={}"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONBROKER_STABLE_OWNERSHIP_POLL_ORDER_D40BB7D4 = + "ConsensusSubscriptionBroker [{}]:topic [{}] 的稳定 ownership poll 顺序,assignedQueueCount={}"; + public static final String + PIPE_LOG_SUBSCRIPTION_CONSENSUS_PREFETCHING_QUEUE_FOR_TOPIC_REGION_B40792D9 = + "Subscription:topic [{}]、Region [{}]、consumer group [{}] 的 consensus prefetching queue 已存在,跳过"; + public static final String + PIPE_LOG_SUBSCRIPTION_CREATE_CONSENSUS_PREFETCHING_QUEUE_BOUND_TO_0DBFC05E = + "Subscription:创建绑定到 topic [{}]、consumer group [{}] 的 consensus prefetching queue," + + "consensusGroupId={},fallbackCommittedRegionProgress={},tailStartSearchIndex={}," + + "initialRuntimeVersion={},initialActive={},totalRegionQueues={}"; + public static final String + PIPE_LOG_SUBSCRIPTION_CLOSED_CONSENSUS_PREFETCHING_QUEUE_FOR_TOPIC_3A9DDEC5 = + "Subscription:由于 Region 移除,已关闭 topic [{}]、Region [{}]、consumer group [{}] 的 consensus " + + "prefetching queue"; + public static final String + PIPE_LOG_SUBSCRIPTION_CONSENSUS_PREFETCHING_QUEUE_S_BOUND_TO_TOPIC_AB10ED07 = + "Subscription:绑定到 topic [{}]、consumer group [{}] 的 consensus prefetching queue 仍然存在,请在关闭前解绑"; + public static final String + PIPE_LOG_SUBSCRIPTION_DROP_ALL_CONSENSUS_PREFETCHING_QUEUE_S_BOUND_FCC1B2C4 = + "Subscription:删除全部 {} 个绑定到 topic [{}]、consumer group [{}] 的 consensus prefetching queue"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONBROKER_NO_QUEUES_FOR_TOPIC_TO_COMMIT_7D8CC39D = + "ConsensusSubscriptionBroker [{}]:topic [{}] 没有可提交的 queue"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONBROKER_COMMIT_CONTEXT_NOT_FOUND_IN_46DF62A6 = + "ConsensusSubscriptionBroker [{}]:未找到 commit context {},已检查 {} 个 Region queue,topic [{}]"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONBROKER_NO_QUEUES_FOR_TOPIC_TO_SEEK_6307A90D = + "ConsensusSubscriptionBroker [{}]:topic [{}] 没有可执行 seek 的 queue"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONBROKER_UNSUPPORTED_SEEKTYPE_FOR_TOPIC_EDCA2CF2 = + "ConsensusSubscriptionBroker [{}]:不支持 seekType {},topic [{}]"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONBROKER_NO_QUEUES_FOR_TOPIC_TO_SEEK_9AC3890C = + "ConsensusSubscriptionBroker [{}]:topic [{}] 没有可执行 seek(topicProgress) 的 queue"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONBROKER_NO_QUEUES_FOR_TOPIC_TO_SEEKAFTER_C6D87BFD = + "ConsensusSubscriptionBroker [{}]:topic [{}] 没有可执行 seekAfter(topicProgress) 的 queue"; + public static final String + PIPE_LOG_SUBSCRIPTION_CONSENSUS_PREFETCHING_QUEUES_BOUND_TO_TOPIC_63B37089 = + "Subscription:绑定到 topic [{}]、consumer group [{}] 的 consensus prefetching queue 不存在"; + public static final String + PIPE_LOG_SUBSCRIPTIONPREFETCHINGTSFILEQUEUE_DETECTED_OUTDATED_POLL_7E0CE108 = + "SubscriptionPrefetchingTsFileQueue {} 检测到过期的 poll 请求,consumer {},commit context {},writing " + + "offset {}"; + public static final String + PIPE_LOG_SUBSCRIPTION_SUBSCRIPTIONPREFETCHINGQUEUE_COMMIT_PIPETERMINATEEVENT_36529DC9 = + "Subscription:SubscriptionPrefetchingQueue {} 提交 PipeTerminateEvent {}"; + public static final String + PIPE_LOG_SUBSCRIPTION_SUBSCRIPTIONPREFETCHINGQUEUE_IGNORE_ENRICHEDEVENT_95C6241C = + "Subscription:SubscriptionPrefetchingQueue {} 在 prefetch 期间忽略 EnrichedEvent {}。"; + public static final String + PIPE_LOG_SUBSCRIPTION_SUBSCRIPTIONPREFETCHINGQUEUE_POLL_COMMITTED_8684FF17 = + "Subscription:SubscriptionPrefetchingQueue {} 从 prefetching queue poll 到已提交事件 {}(不变量被破坏)," + + "移除该事件"; + public static final String + PIPE_LOG_SUBSCRIPTION_SUBSCRIPTIONPREFETCHINGQUEUE_POLL_NON_POLLABLE_644D5D6B = + "Subscription:SubscriptionPrefetchingQueue {} 从 prefetching queue poll 到不可 poll 事件 {}(不变量被破坏)," + + "执行 nack 并移除该事件"; + public static final String + PIPE_LOG_SUBSCRIPTION_SUBSCRIPTIONPREFETCHINGQUEUE_INTERRUPTED_WHILE_F8923826 = + "Subscription:SubscriptionPrefetchingQueue {} 在 poll 事件期间被中断。"; + public static final String + PIPE_LOG_SUBSCRIPTION_INCONSISTENT_HEARTBEAT_EVENT_WHEN_PEEKING_BROKEN_BFE1DF6E = + "Subscription:{} peeking 时 heartbeat event 不一致(不变量被破坏),期望 {},实际 {},放回队列"; + public static final String + PIPE_LOG_SUBSCRIPTION_SUBSCRIPTIONPREFETCHINGQUEUE_ONLY_SUPPORT_PREFETCH_F3B33B30 = + "Subscription:SubscriptionPrefetchingQueue {} 仅支持 prefetch EnrichedEvent。忽略 {}。"; + public static final String + PIPE_LOG_SUBSCRIPTION_SUBSCRIPTIONPREFETCHINGQUEUE_PREFETCH_TSFILEINSERTIONEVENT_19444D2C = + "Subscription:SubscriptionPrefetchingQueue {} 在 ToTabletIterator 非 null 时 prefetch " + + "TsFileInsertionEvent(不变量被破坏)。忽略 {}。"; + public static final String + PIPE_LOG_FAILED_TO_INCREASE_REFERENCE_COUNT_FOR_WHEN_ON_RETRYABLE_4E10BE3B = + "为 {} 增加引用计数失败,发生在可重试 TabletInsertionEvent 上执行 {} 时"; + public static final String + PIPE_LOG_EXCEPTION_OCCURRED_WHEN_ON_RETRYABLE_TABLETINSERTIONEVENT_2350D9F7 = + "执行 {} 时在可重试 TabletInsertionEvent {} 上发生异常"; + public static final String + PIPE_LOG_SUBSCRIPTION_SUBSCRIPTION_COMMIT_CONTEXT_DOES_NOT_EXIST_0E4EF990 = + "Subscription:subscription commit context {} 不存在,可能已提交或发生了意外情况,prefetching queue:{}"; + public static final String + PIPE_LOG_SUBSCRIPTION_SUBSCRIPTION_EVENT_IS_COMMITTED_SUBSCRIPTION_BEE17D7F = + "Subscription:subscription event {} 已提交,subscription commit context {},prefetching queue:{}"; + public static final String + PIPE_LOG_SUBSCRIPTION_SUBSCRIPTION_EVENT_IS_NOT_COMMITTABLE_SUBSCRIPTION_8D03A10C = + "Subscription:subscription event {} 不可提交,subscription commit context {},prefetching queue:{}"; + public static final String + PIPE_LOG_INCONSISTENT_CONSUMER_GROUP_WHEN_ACKING_EVENT_CURRENT_INCOMING_AEE3E90F = + "acking event 时 consumer group 不一致,当前:{},传入:{},consumer id:{},event commit context:{}," + + "prefetching queue:{},仍然提交。"; + public static final String + PIPE_LOG_SUBSCRIPTION_SUBSCRIPTION_COMMIT_CONTEXT_DOES_NOT_EXIST_DE907E05 = + "Subscription:subscription commit context [{}] 不存在,可能已提交或发生了意外情况,prefetching queue:{}"; + public static final String + PIPE_LOG_INCONSISTENT_CONSUMER_GROUP_WHEN_NACKING_EVENT_CURRENT_INCOMING_B0104C41 = + "nacking event 时 consumer group 不一致,当前:{},传入:{},consumer id:{},event commit context:{}," + + "prefetching queue:{},仍然提交。"; + public static final String + PIPE_LOG_SUBSCRIPTION_SUBSCRIPTIONPREFETCHINGQUEUE_RECYCLE_EVENT_7B120BC3 = + "Subscription:SubscriptionPrefetchingQueue {} 回收处理中事件 {},执行 nack 并重新放入 prefetching queue"; + public static final String + PIPE_LOG_SUBSCRIPTION_POISON_MESSAGE_DETECTED_NACKCOUNT_FORCE_ACKING_7528DD6B = + "Subscription:检测到 poison message(nackCount={}),对事件 {} 在 prefetching queue {} 中强制执行 ack"; + public static final String + PIPE_LOG_SUBSCRIPTION_POISON_MESSAGE_DETECTED_NACKCOUNT_FORCE_ACKING_D984349C = + "Subscription:检测到 poison message(nackCount={}),对 eagerly pollable event {} 在 prefetching " + + "queue {} 中强制执行 ack"; + public static final String + PIPE_LOG_SUBSCRIPTION_POISON_MESSAGE_DETECTED_NACKCOUNT_FORCE_ACKING_FEF0F0BF = + "Subscription:检测到 poison message(nackCount={}),对 pollable event {} 在 prefetching queue {} " + + "中强制执行 ack"; + public static final String + PIPE_LOG_SUBSCRIPTION_UNKNOWN_PIPESUBSCRIBEREQUESTVERSION_RESPONSE_56E5D93F = + "Subscription:未知的 PipeSubscribeRequestVersion,响应状态 = {}。"; + public static final String + PIPE_LOG_THE_SUBSCRIPTION_REQUEST_VERSION_IS_DIFFERENT_FROM_THE_CLIENT_324A125F = + "subscription 请求版本 {} 与客户端请求版本 {} 不同,receiver 将重置为客户端请求版本。"; + public static final String + PIPE_LOG_SUBSCRIPTION_CONSENSUS_IS_A_NO_OP_ON_THIS_DATANODE_BECAUSE_28F7E92B = + "Subscription:consensus {} 在该 DataNode 上为空操作,因为本地 queue 不存在,consumerGroup={},topic={}"; + public static final String + PIPE_LOG_SUBSCRIPTIONBROKERAGENT_REFRESHING_CONSENSUS_QUEUE_ORDER_1886704D = + "SubscriptionBrokerAgent:将 topic [{}] 的 consensus queue order-mode 刷新为 [{}]"; + public static final String + PIPE_LOG_SUBSCRIPTION_UNBOUND_CONSENSUS_PREFETCHING_QUEUE_S_FOR_REMOVED_AC018742 = + "Subscription:已解绑 {} 个已移除 Region [{}] 的 consensus prefetching queue"; + public static final String + PIPE_LOG_SUBSCRIPTIONBROKERAGENT_SETACTIVEFORREGION_REGIONID_ACTIVE_4AC3A2CB = + "SubscriptionBrokerAgent:setActiveForRegion regionId={},active={}"; + public static final String + PIPE_LOG_SUBSCRIPTIONBROKERAGENT_SETACTIVEWRITERSFORREGION_REGIONID_48B39B3E = + "SubscriptionBrokerAgent:setActiveWritersForRegion regionId={},activeWriterNodeIds={}"; + public static final String + PIPE_LOG_SUBSCRIPTIONBROKERAGENT_APPLYRUNTIMESTATEFORREGION_REGIONID_6D8C37A1 = + "SubscriptionBrokerAgent:applyRuntimeStateForRegion regionId={},runtimeState={}"; + public static final String + PIPE_LOG_SUBSCRIPTION_FAILED_TO_PARSE_CONSENSUS_REGION_ID_FOR_COMMITTED_9F1A50EB = + "Subscription:解析 committed progress 的 consensus Region id {} 失败,topic={},consumerGroup={}"; + public static final String + PIPE_LOG_SUBSCRIPTION_CONSENSUS_BROKER_BOUND_TO_CONSUMER_GROUP_DOES_E46FCDD9 = + "Subscription:绑定到 consumer group [{}] 的 consensus broker 不存在"; + public static final String + PIPE_LOG_SUBSCRIPTION_PIPE_BROKER_BOUND_TO_CONSUMER_GROUP_DOES_NOT_E9B60B22 = + "Subscription:绑定到 consumer group [{}] 的 pipe broker 不存在"; + public static final String + PIPE_LOG_SUBSCRIPTION_BROKER_BOUND_TO_CONSUMER_GROUP_DOES_NOT_EXIST_74CAD5BE = + "Subscription:绑定到 consumer group [{}] 的 broker 不存在"; + public static final String + PIPE_LOG_SUBSCRIPTION_CONSUMER_GROUP_META_CHANGE_DETECTED_TOPICSUNSUBBYGROUP_F6DAF20A = + "Subscription:检测到 consumer group [{}] meta 变更,topicsUnsubByGroup={},newlySubscribedTopics={}"; + public static final String + PIPE_LOG_EXCEPTION_OCCURRED_WHEN_HANDLING_SINGLE_CONSUMER_GROUP_META_10E7688C = + "处理 consumer group {} 的单个 consumer group meta 变更时发生异常"; + public static final String + PIPE_LOG_SUBSCRIPTION_BROKER_BOUND_TO_CONSUMER_GROUP_HAS_ALREADY_0F37997F = + "Subscription:绑定到 consumer group [{}] 的 broker 已存在,本地 agent {} 上 consumer group meta 的创建时间与 " + + "coordinator {} 的 meta 不一致,删除该 broker"; + public static final String + PIPE_LOG_SUBSCRIPTION_BROKER_BOUND_TO_CONSUMER_GROUP_DOES_NOT_EXISTED_9F09E4DE = + "Subscription:绑定到 consumer group [{}] 的 broker 不存在,但对应 consumer group meta 已存在于本地 agent,忽略该情况"; + public static final String + PIPE_LOG_EXCEPTION_OCCURRED_WHEN_HANDLING_SINGLE_TOPIC_META_CHANGES_43434FC4 = + "处理 topic {} 的单个 topic meta 变更时发生异常"; public static final String PIPE_LOG_PULLED_TOPIC_META_FROM_CONFIG_NODE_RECOVERING_5C4B1AEE = "已从 ConfigNode 拉取 topic meta:{},正在恢复……"; - public static final String PIPE_LOG_INTERRUPTED_WHILE_SLEEPING_WILL_RETRY_TO_GET_TOPIC_META_976E4BE2 = - "休眠期间被中断,将重试从 ConfigNode 获取 topic meta。"; - public static final String PIPE_LOG_PULLED_CONSUMER_GROUP_META_FROM_CONFIG_NODE_RECOVERING_A85B948F = - "已从 ConfigNode 拉取 consumer group meta:{},正在恢复……"; - public static final String PIPE_LOG_INTERRUPTED_WHILE_SLEEPING_WILL_RETRY_TO_GET_CONSUMER_GROUP_7E161F39 = - "休眠期间被中断,将重试从 ConfigNode 获取 consumer group meta。"; - public static final String PIPE_LOG_FAILED_TO_GET_TOPIC_META_FROM_CONFIG_NODE_FOR_TIMES_WILL_E8D0B7F8 = - "从 ConfigNode 获取 topic meta 已失败 {} 次,最多将重试 {} 次。"; - public static final String PIPE_LOG_FAILED_TO_GET_CONSUMER_GROUP_META_FROM_CONFIG_NODE_FOR_TIMES_3E4C727C = - "从 ConfigNode 获取 consumer group meta 已失败 {} 次,最多将重试 {} 次。"; - public static final String PIPE_LOG_SUBSCRIPTION_CONSUMER_REFRESHED_OF_PROCESSOR_BUFFERED_COMMIT_8C7A352A = - "Subscription:consumer {} 已刷新 {} 个 processor-buffered commit context lease,共 {} 个"; - public static final String PIPE_LOG_SUBSCRIPTION_CONSUMER_POLL_SUCCESSFULLY_WITH_REQUEST_6BC8BFED = - "Subscription:consumer {} poll {} 成功,请求:{}"; - public static final String PIPE_LOG_SUBSCRIPTION_CONSUMER_COMMIT_NACK_FULL_COMMIT_CONTEXTS_CFC18359 = - "Subscription:consumer {} commit(nack:{})完整 commit context:{}"; - public static final String PIPE_LOG_SUBSCRIPTION_CONSUMER_COMMIT_NACK_FULL_REQUESTED_COMMIT_1E67E8A3 = - "Subscription:consumer {} commit(nack:{})完整请求 commit context:{},完整接受 commit context:{}," - + "完整过期已取消订阅 commit context:{}"; - public static final String PIPE_LOG_SUBSCRIPTION_REMOVE_CONSUMER_CONFIG_WHEN_HANDLING_EXIT_3827D0E8 = - "Subscription:处理退出时移除 consumer config {}"; - public static final String PIPE_LOG_SUBSCRIPTION_CONSUMER_IS_INACTIVE_FOR_MS_EXCEEDING_TIMEOUT_36E06B11 = - "Subscription:consumer {} 已非活跃 {} ms,超过超时阈值 {} ms,在服务端关闭该 consumer。"; - public static final String PIPE_LOG_SUBSCRIPTION_THE_CONSUMER_HAS_ALREADY_EXISTED_WHEN_HANDSHAKING_3761AD81 = - "Subscription:握手时 consumer {} 已存在,跳过 consumer 创建。"; - public static final String PIPE_LOG_SUBSCRIPTION_CONSUMER_HANDSHAKE_SUCCESSFULLY_DATA_NODE_ID_58DA6A5F = - "Subscription:consumer {} 握手成功,data node id:{}"; + public static final String + PIPE_LOG_INTERRUPTED_WHILE_SLEEPING_WILL_RETRY_TO_GET_TOPIC_META_976E4BE2 = + "休眠期间被中断,将重试从 ConfigNode 获取 topic meta。"; + public static final String + PIPE_LOG_PULLED_CONSUMER_GROUP_META_FROM_CONFIG_NODE_RECOVERING_A85B948F = + "已从 ConfigNode 拉取 consumer group meta:{},正在恢复……"; + public static final String + PIPE_LOG_INTERRUPTED_WHILE_SLEEPING_WILL_RETRY_TO_GET_CONSUMER_GROUP_7E161F39 = + "休眠期间被中断,将重试从 ConfigNode 获取 consumer group meta。"; + public static final String + PIPE_LOG_FAILED_TO_GET_TOPIC_META_FROM_CONFIG_NODE_FOR_TIMES_WILL_E8D0B7F8 = + "从 ConfigNode 获取 topic meta 已失败 {} 次,最多将重试 {} 次。"; + public static final String + PIPE_LOG_FAILED_TO_GET_CONSUMER_GROUP_META_FROM_CONFIG_NODE_FOR_TIMES_3E4C727C = + "从 ConfigNode 获取 consumer group meta 已失败 {} 次,最多将重试 {} 次。"; + public static final String + PIPE_LOG_SUBSCRIPTION_CONSUMER_REFRESHED_OF_PROCESSOR_BUFFERED_COMMIT_8C7A352A = + "Subscription:consumer {} 已刷新 {} 个 processor-buffered commit context lease,共 {} 个"; + public static final String + PIPE_LOG_SUBSCRIPTION_CONSUMER_POLL_SUCCESSFULLY_WITH_REQUEST_6BC8BFED = + "Subscription:consumer {} poll {} 成功,请求:{}"; + public static final String + PIPE_LOG_SUBSCRIPTION_CONSUMER_COMMIT_NACK_FULL_COMMIT_CONTEXTS_CFC18359 = + "Subscription:consumer {} commit(nack:{})完整 commit context:{}"; + public static final String + PIPE_LOG_SUBSCRIPTION_CONSUMER_COMMIT_NACK_FULL_REQUESTED_COMMIT_1E67E8A3 = + "Subscription:consumer {} commit(nack:{})完整请求 commit context:{},完整接受 commit context:{}," + + "完整过期已取消订阅 commit context:{}"; + public static final String + PIPE_LOG_SUBSCRIPTION_REMOVE_CONSUMER_CONFIG_WHEN_HANDLING_EXIT_3827D0E8 = + "Subscription:处理退出时移除 consumer config {}"; + public static final String + PIPE_LOG_SUBSCRIPTION_CONSUMER_IS_INACTIVE_FOR_MS_EXCEEDING_TIMEOUT_36E06B11 = + "Subscription:consumer {} 已非活跃 {} ms,超过超时阈值 {} ms,在服务端关闭该 consumer。"; + public static final String + PIPE_LOG_SUBSCRIPTION_THE_CONSUMER_HAS_ALREADY_EXISTED_WHEN_HANDSHAKING_3761AD81 = + "Subscription:握手时 consumer {} 已存在,跳过 consumer 创建。"; + public static final String + PIPE_LOG_SUBSCRIPTION_CONSUMER_HANDSHAKE_SUCCESSFULLY_DATA_NODE_ID_58DA6A5F = + "Subscription:consumer {} 握手成功,data node id:{}"; public static final String PIPE_LOG_SUBSCRIPTION_CONSUMER_UNSUBSCRIBE_SUCCESSFULLY_AA5E0AA9 = "Subscription:consumer {} 取消订阅 {} 成功"; - public static final String PIPE_LOG_SUBSCRIPTION_CONSUMER_COMMIT_NACK_ACCEPTED_SUCCESSFULLY_58D1C111 = - "Subscription:consumer {} commit(nack:{})accepted 成功,summary:{}"; - public static final String PIPE_LOG_SUBSCRIPTION_CONSUMER_SEEK_TOPIC_TO_TOPICPROGRESS_REGIONCOUNT_41702313 = - "Subscription:consumer {} 将 topic {} seek 到 topicProgress(regionCount={})"; - public static final String PIPE_LOG_SUBSCRIPTION_CONSUMER_SEEKAFTER_TOPIC_TO_TOPICPROGRESS_REGIONCOUNT_838584F8 = - "Subscription:consumer {} 将 topic {} seekAfter 到 topicProgress(regionCount={})"; + public static final String + PIPE_LOG_SUBSCRIPTION_CONSUMER_COMMIT_NACK_ACCEPTED_SUCCESSFULLY_58D1C111 = + "Subscription:consumer {} commit(nack:{})accepted 成功,summary:{}"; + public static final String + PIPE_LOG_SUBSCRIPTION_CONSUMER_SEEK_TOPIC_TO_TOPICPROGRESS_REGIONCOUNT_41702313 = + "Subscription:consumer {} 将 topic {} seek 到 topicProgress(regionCount={})"; + public static final String + PIPE_LOG_SUBSCRIPTION_CONSUMER_SEEKAFTER_TOPIC_TO_TOPICPROGRESS_REGIONCOUNT_838584F8 = + "Subscription:consumer {} 将 topic {} seekAfter 到 topicProgress(regionCount={})"; public static final String PIPE_LOG_SUBSCRIPTION_CONSUMER_SEEK_TOPIC_WITH_SEEKTYPE_799FF449 = "Subscription:consumer {} 对 topic {} 使用 seekType={} 执行 seek"; - public static final String PIPE_LOG_SUBSCRIPTION_UNSUBSCRIBE_ALL_SUBSCRIBED_TOPICS_BEFORE_CLOSE_BFB787AE = - "Subscription:取消订阅全部已订阅 topic {},然后关闭 consumer {}"; - public static final String PIPE_LOG_SUBSCRIPTION_THE_CONSUMER_DOES_NOT_EXISTED_WHEN_CLOSING_CCB63DCB = - "Subscription:关闭时 consumer {} 不存在,跳过删除 consumer。"; - public static final String PIPE_LOG_SUBSCRIPTION_CONSUMER_UNSUBSCRIBE_COMPLETED_TOPICS_SUCCESSFULLY_44BAFF55 = - "Subscription:consumer {} 取消订阅 {}(已完成 topic)成功"; - public static final String PIPE_LOG_SUBSCRIPTION_FAILED_TO_CLOSE_TIMED_OUT_CONSUMER_AFTER_MS_89CC11F1 = - "Subscription:consumer {} 非活跃 {} ms 后,关闭超时 consumer 失败"; - public static final String PIPE_LOG_SUBSCRIPTION_DETECT_STALE_CONSUMER_CONFIG_WHEN_HANDSHAKING_B0196DB8 = - "Subscription:握手时检测到过期 consumer config,将清理过期 consumer config {},并将 consumer config 设置为传入的 " - + "consumer config {}。"; - public static final String PIPE_LOG_SUBSCRIPTION_MISSING_CONSUMER_CONFIG_WHEN_HANDLING_HEARTBEAT_B9EFB1CC = - "Subscription:处理心跳请求时缺少 consumer config:{}"; - public static final String PIPE_LOG_EXCEPTION_OCCURRED_WHEN_FETCH_ENDPOINTS_FOR_CONSUMER_IN_325B571A = - "在 ConfigNode 中获取 consumer {} 的 endpoints 时发生异常"; - public static final String PIPE_LOG_SUBSCRIPTION_MISSING_CONSUMER_CONFIG_WHEN_HANDLING_PIPESUBSCRIBESUBSCRIBEREQ_DF466A30 = - "Subscription:处理 PipeSubscribeSubscribeReq 时缺少 consumer config:{}"; - public static final String PIPE_LOG_SUBSCRIPTION_MISSING_CONSUMER_CONFIG_WHEN_HANDLING_PIPESUBSCRIBEUNSUBSCRIBEREQ_673CE701 = - "Subscription:处理 PipeSubscribeUnsubscribeReq 时缺少 consumer config:{}"; - public static final String PIPE_LOG_SUBSCRIPTION_MISSING_CONSUMER_CONFIG_WHEN_HANDLING_PIPESUBSCRIBEPOLLREQ_6BB9292B = - "Subscription:处理 PipeSubscribePollReq 时缺少 consumer config:{}"; - public static final String PIPE_LOG_SUBSCRIPTION_CONSUMER_POLL_NULL_RESPONSE_FOR_EVENT_OUTDATED_4CF7FAAA = - "Subscription:consumer {} 针对事件 {} poll 到 null 响应(outdated:{}),请求:{}"; - public static final String PIPE_LOG_SUBSCRIPTION_CONSUMER_POLL_FOR_EVENT_OUTDATED_FAILED_WITH_0BEFF244 = - "Subscription:consumer {} poll {} 失败,event={}(outdated:{}),请求:{}"; - public static final String PIPE_LOG_SUBSCRIPTION_MISSING_CONSUMER_CONFIG_WHEN_HANDLING_PIPESUBSCRIBECOMMITREQ_76B28EBB = - "Subscription:处理 PipeSubscribeCommitReq 时缺少 consumer config:{}"; - public static final String PIPE_LOG_SUBSCRIPTION_CONSUMER_COMMIT_NACK_PARTIALLY_ACCEPTED_REQUESTED_87D0C038 = - "Subscription:consumer {} commit(nack:{})部分 accepted,请求 summary:{},accepted summary:{}," - + "过期已取消订阅 summary:{}"; - public static final String PIPE_LOG_SUBSCRIPTION_MISSING_CONSUMER_CONFIG_WHEN_HANDLING_PIPESUBSCRIBECLOSEREQ_717660F8 = - "Subscription:处理 PipeSubscribeCloseReq 时缺少 consumer config:{}"; + public static final String + PIPE_LOG_SUBSCRIPTION_UNSUBSCRIBE_ALL_SUBSCRIBED_TOPICS_BEFORE_CLOSE_BFB787AE = + "Subscription:取消订阅全部已订阅 topic {},然后关闭 consumer {}"; + public static final String + PIPE_LOG_SUBSCRIPTION_THE_CONSUMER_DOES_NOT_EXISTED_WHEN_CLOSING_CCB63DCB = + "Subscription:关闭时 consumer {} 不存在,跳过删除 consumer。"; + public static final String + PIPE_LOG_SUBSCRIPTION_CONSUMER_UNSUBSCRIBE_COMPLETED_TOPICS_SUCCESSFULLY_44BAFF55 = + "Subscription:consumer {} 取消订阅 {}(已完成 topic)成功"; + public static final String + PIPE_LOG_SUBSCRIPTION_FAILED_TO_CLOSE_TIMED_OUT_CONSUMER_AFTER_MS_89CC11F1 = + "Subscription:consumer {} 非活跃 {} ms 后,关闭超时 consumer 失败"; + public static final String + PIPE_LOG_SUBSCRIPTION_DETECT_STALE_CONSUMER_CONFIG_WHEN_HANDSHAKING_B0196DB8 = + "Subscription:握手时检测到过期 consumer config,将清理过期 consumer config {},并将 consumer config 设置为传入的 " + + "consumer config {}。"; + public static final String + PIPE_LOG_SUBSCRIPTION_MISSING_CONSUMER_CONFIG_WHEN_HANDLING_HEARTBEAT_B9EFB1CC = + "Subscription:处理心跳请求时缺少 consumer config:{}"; + public static final String + PIPE_LOG_EXCEPTION_OCCURRED_WHEN_FETCH_ENDPOINTS_FOR_CONSUMER_IN_325B571A = + "在 ConfigNode 中获取 consumer {} 的 endpoints 时发生异常"; + public static final String + PIPE_LOG_SUBSCRIPTION_MISSING_CONSUMER_CONFIG_WHEN_HANDLING_PIPESUBSCRIBESUBSCRIBEREQ_DF466A30 = + "Subscription:处理 PipeSubscribeSubscribeReq 时缺少 consumer config:{}"; + public static final String + PIPE_LOG_SUBSCRIPTION_MISSING_CONSUMER_CONFIG_WHEN_HANDLING_PIPESUBSCRIBEUNSUBSCRIBEREQ_673CE701 = + "Subscription:处理 PipeSubscribeUnsubscribeReq 时缺少 consumer config:{}"; + public static final String + PIPE_LOG_SUBSCRIPTION_MISSING_CONSUMER_CONFIG_WHEN_HANDLING_PIPESUBSCRIBEPOLLREQ_6BB9292B = + "Subscription:处理 PipeSubscribePollReq 时缺少 consumer config:{}"; + public static final String + PIPE_LOG_SUBSCRIPTION_CONSUMER_POLL_NULL_RESPONSE_FOR_EVENT_OUTDATED_4CF7FAAA = + "Subscription:consumer {} 针对事件 {} poll 到 null 响应(outdated:{}),请求:{}"; + public static final String + PIPE_LOG_SUBSCRIPTION_CONSUMER_POLL_FOR_EVENT_OUTDATED_FAILED_WITH_0BEFF244 = + "Subscription:consumer {} poll {} 失败,event={}(outdated:{}),请求:{}"; + public static final String + PIPE_LOG_SUBSCRIPTION_MISSING_CONSUMER_CONFIG_WHEN_HANDLING_PIPESUBSCRIBECOMMITREQ_76B28EBB = + "Subscription:处理 PipeSubscribeCommitReq 时缺少 consumer config:{}"; + public static final String + PIPE_LOG_SUBSCRIPTION_CONSUMER_COMMIT_NACK_PARTIALLY_ACCEPTED_REQUESTED_87D0C038 = + "Subscription:consumer {} commit(nack:{})部分 accepted,请求 summary:{},accepted summary:{}," + + "过期已取消订阅 summary:{}"; + public static final String + PIPE_LOG_SUBSCRIPTION_MISSING_CONSUMER_CONFIG_WHEN_HANDLING_PIPESUBSCRIBECLOSEREQ_717660F8 = + "Subscription:处理 PipeSubscribeCloseReq 时缺少 consumer config:{}"; public static final String PIPE_LOG_EXCEPTION_OCCURRED_WHEN_SEEKING_WITH_REQUEST_6B581543 = "使用请求 {} 执行 seek 时发生异常"; - public static final String PIPE_LOG_SUBSCRIPTION_MISSING_CONSUMER_CONFIG_WHEN_HANDLING_SUBSCRIPTION_B85D47A4 = - "Subscription:处理 subscription seek 请求时缺少 consumer config:{}"; - public static final String PIPE_LOG_UNEXPECTED_STATUS_CODE_WHEN_CREATING_CONSUMER_IN_CONFIG_5D2E1B97 = - "收到非预期状态码 {},在 ConfigNode 中创建 consumer {} 时"; - public static final String PIPE_LOG_UNEXPECTED_STATUS_CODE_WHEN_CLOSING_CONSUMER_IN_CONFIG_NODE_0C2E0CE6 = - "收到非预期状态码 {},在 ConfigNode 中关闭 consumer {} 时"; - public static final String PIPE_LOG_UNEXPECTED_STATUS_CODE_WHEN_SUBSCRIBING_TOPICS_FOR_CONSUMER_8676DA8A = - "收到非预期状态码 {},在 ConfigNode 中订阅 topic {} 给 consumer {} 时"; - public static final String PIPE_LOG_EXCEPTION_OCCURRED_WHEN_SUBSCRIBING_TOPICS_FOR_CONSUMER_E5D72F10 = - "在 ConfigNode 中订阅 topic {} 给 consumer {} 时发生异常"; - public static final String PIPE_LOG_UNEXPECTED_STATUS_CODE_WHEN_UNSUBSCRIBING_TOPICS_FOR_CONSUMER_EFC771F0 = - "收到非预期状态码 {},在 ConfigNode 中为 topic {} 取消 consumer {} 的订阅时"; - public static final String PIPE_LOG_EXCEPTION_OCCURRED_WHEN_UNSUBSCRIBING_TOPICS_FOR_CONSUMER_FE4B3CEE = - "在 ConfigNode 中为 topic {} 取消 consumer {} 的订阅时发生异常"; - public static final String PIPE_LOG_SUBSCRIPTION_CONSUMER_POLL_EXCESSIVE_PAYLOAD_FOR_EVENT_OUTDATED_2BFF690B = - "Subscription:consumer {} poll 到过大的 payload {},event={}(outdated:{}),请求:{},参数配置或 payload " - + "控制可能出现意外情况……"; - public static final String PIPE_LOG_FAILED_TO_UNBIND_FROM_SUBSCRIPTION_PREFETCHING_QUEUE_METRICS_6614388C = - "解绑 subscription prefetching queue metrics 失败,prefetching queue map 非空"; - public static final String PIPE_LOG_FAILED_TO_DEREGISTER_SUBSCRIPTION_PREFETCHING_QUEUE_METRICS_F08479A7 = - "注销 subscription prefetching queue metrics 失败,SubscriptionPrefetchingQueue({}) 不存在"; - public static final String PIPE_LOG_FAILED_TO_MARK_TRANSFER_EVENT_RATE_SUBSCRIPTIONPREFETCHINGQUEUE_7DEF95B5 = - "标记传输事件速率失败,SubscriptionPrefetchingQueue({}) 不存在"; - public static final String PIPE_LOG_FAILED_TO_UNBIND_FROM_CONSENSUS_SUBSCRIPTION_PREFETCHING_A8F920D9 = - "解绑 consensus subscription prefetching queue metrics 失败,queue map 非空"; - public static final String PIPE_LOG_FAILED_TO_DEREGISTER_CONSENSUS_SUBSCRIPTION_PREFETCHING_8B180091 = - "注销 consensus subscription prefetching queue metrics 失败,ConsensusPrefetchingQueue({}) 不存在"; - public static final String PIPE_LOG_FAILED_TO_MARK_TRANSFER_EVENT_RATE_CONSENSUSPREFETCHINGQUEUE_FE9B91C3 = - "标记传输事件速率失败,ConsensusPrefetchingQueue({}) 不存在"; - public static final String PIPE_LOG_SUBSCRIPTIONEVENTTSFILERESPONSE_IS_EMPTY_WHEN_FETCHING_NEXT_DFD60DF1 = - "获取下一响应时 SubscriptionEventTsFileResponse {} 为空(不变量被破坏)"; - public static final String PIPE_LOG_SUBSCRIPTIONEVENTTSFILERESPONSE_IS_NOT_EMPTY_WHEN_INITIALIZING_C9DE83C9 = - "初始化时 SubscriptionEventTsFileResponse {} 非空(不变量被破坏)"; - public static final String PIPE_LOG_SUBSCRIPTIONEVENTTSFILERESPONSE_IS_EMPTY_WHEN_GENERATING_B8D03E93 = - "生成下一响应时 SubscriptionEventTsFileResponse {} 为空(不变量被破坏)"; - public static final String PIPE_LOG_SUBSCRIPTIONEVENTTABLETRESPONSE_WAIT_FOR_RESOURCE_ENOUGH_9926289F = - "SubscriptionEventTabletResponse {} 等待足够资源以解析 tablets {} 秒。"; - public static final String PIPE_LOG_SUBSCRIPTIONEVENTTABLETRESPONSE_IS_EMPTY_WHEN_FETCHING_NEXT_4464E3F2 = - "获取下一响应时 SubscriptionEventTabletResponse {} 为空(不变量被破坏)"; - public static final String PIPE_LOG_SUBSCRIPTIONEVENTTABLETRESPONSE_IS_NOT_EMPTY_WHEN_INITIALIZING_88F075C9 = - "初始化时 SubscriptionEventTabletResponse {} 非空(不变量被破坏)"; - public static final String PIPE_LOG_DETECT_LARGE_TABLETS_WITH_BYTE_S_CURRENT_TABLETS_SIZE_BYTE_4D472E38 = - "检测到大 tablets,大小 {} byte(s),当前 tablets 大小 {} byte(s)"; - public static final String PIPE_LOG_SUBSCRIPTIONEVENTBINARYCACHE_ALLOCATEDMEMORYBLOCK_HAS_SHRUNK_08F23ADE = - "SubscriptionEventBinaryCache.allocatedMemoryBlock 已从 {} 缩小到 {}。"; - public static final String PIPE_LOG_SUBSCRIPTIONEVENTBINARYCACHE_ALLOCATEDMEMORYBLOCK_HAS_EXPANDED_52A971D9 = - "SubscriptionEventBinaryCache.allocatedMemoryBlock 已从 {} 扩大到 {}。"; - public static final String PIPE_LOG_SUBSCRIPTIONEVENTBINARYCACHE_RAISED_AN_EXCEPTION_WHILE_SERIALIZING_F3B698CB = - "SubscriptionEventBinaryCache 序列化 CachedSubscriptionPollResponse 时抛出异常:{}"; - public static final String PIPE_LOG_SUBSCRIPTION_SOMETHING_UNEXPECTED_HAPPENED_WHEN_SERIALIZING_5467B7B6 = - "Subscription:序列化 CachedSubscriptionPollResponse 时发生意外情况:{}"; - public static final String PIPE_LOG_HAS_BEEN_ITERATED_TIMES_CURRENT_TSFILEINSERTIONEVENT_0939C298 = - "{} 已被迭代 {} 次,当前 TsFileInsertionEvent {}"; - public static final String PIPE_LOG_SUBSCRIPTIONPIPETABLETEVENTBATCH_ONLY_SUPPORT_CONVERT_PIPEINSERTNODETABLETINSERTIONEVENT_B888B8AA = - "SubscriptionPipeTabletEventBatch {} 仅支持将 PipeInsertNodeTabletInsertionEvent 或 " - + "PipeRawTabletInsertionEvent 转换为 tablet。忽略 {}。"; + public static final String + PIPE_LOG_SUBSCRIPTION_MISSING_CONSUMER_CONFIG_WHEN_HANDLING_SUBSCRIPTION_B85D47A4 = + "Subscription:处理 subscription seek 请求时缺少 consumer config:{}"; + public static final String + PIPE_LOG_UNEXPECTED_STATUS_CODE_WHEN_CREATING_CONSUMER_IN_CONFIG_5D2E1B97 = + "收到非预期状态码 {},在 ConfigNode 中创建 consumer {} 时"; + public static final String + PIPE_LOG_UNEXPECTED_STATUS_CODE_WHEN_CLOSING_CONSUMER_IN_CONFIG_NODE_0C2E0CE6 = + "收到非预期状态码 {},在 ConfigNode 中关闭 consumer {} 时"; + public static final String + PIPE_LOG_UNEXPECTED_STATUS_CODE_WHEN_SUBSCRIBING_TOPICS_FOR_CONSUMER_8676DA8A = + "收到非预期状态码 {},在 ConfigNode 中订阅 topic {} 给 consumer {} 时"; + public static final String + PIPE_LOG_EXCEPTION_OCCURRED_WHEN_SUBSCRIBING_TOPICS_FOR_CONSUMER_E5D72F10 = + "在 ConfigNode 中订阅 topic {} 给 consumer {} 时发生异常"; + public static final String + PIPE_LOG_UNEXPECTED_STATUS_CODE_WHEN_UNSUBSCRIBING_TOPICS_FOR_CONSUMER_EFC771F0 = + "收到非预期状态码 {},在 ConfigNode 中为 topic {} 取消 consumer {} 的订阅时"; + public static final String + PIPE_LOG_EXCEPTION_OCCURRED_WHEN_UNSUBSCRIBING_TOPICS_FOR_CONSUMER_FE4B3CEE = + "在 ConfigNode 中为 topic {} 取消 consumer {} 的订阅时发生异常"; + public static final String + PIPE_LOG_SUBSCRIPTION_CONSUMER_POLL_EXCESSIVE_PAYLOAD_FOR_EVENT_OUTDATED_2BFF690B = + "Subscription:consumer {} poll 到过大的 payload {},event={}(outdated:{}),请求:{},参数配置或 payload " + + "控制可能出现意外情况……"; + public static final String + PIPE_LOG_FAILED_TO_UNBIND_FROM_SUBSCRIPTION_PREFETCHING_QUEUE_METRICS_6614388C = + "解绑 subscription prefetching queue metrics 失败,prefetching queue map 非空"; + public static final String + PIPE_LOG_FAILED_TO_DEREGISTER_SUBSCRIPTION_PREFETCHING_QUEUE_METRICS_F08479A7 = + "注销 subscription prefetching queue metrics 失败,SubscriptionPrefetchingQueue({}) 不存在"; + public static final String + PIPE_LOG_FAILED_TO_MARK_TRANSFER_EVENT_RATE_SUBSCRIPTIONPREFETCHINGQUEUE_7DEF95B5 = + "标记传输事件速率失败,SubscriptionPrefetchingQueue({}) 不存在"; + public static final String + PIPE_LOG_FAILED_TO_UNBIND_FROM_CONSENSUS_SUBSCRIPTION_PREFETCHING_A8F920D9 = + "解绑 consensus subscription prefetching queue metrics 失败,queue map 非空"; + public static final String + PIPE_LOG_FAILED_TO_DEREGISTER_CONSENSUS_SUBSCRIPTION_PREFETCHING_8B180091 = + "注销 consensus subscription prefetching queue metrics 失败,ConsensusPrefetchingQueue({}) 不存在"; + public static final String + PIPE_LOG_FAILED_TO_MARK_TRANSFER_EVENT_RATE_CONSENSUSPREFETCHINGQUEUE_FE9B91C3 = + "标记传输事件速率失败,ConsensusPrefetchingQueue({}) 不存在"; + public static final String + PIPE_LOG_SUBSCRIPTIONEVENTTSFILERESPONSE_IS_EMPTY_WHEN_FETCHING_NEXT_DFD60DF1 = + "获取下一响应时 SubscriptionEventTsFileResponse {} 为空(不变量被破坏)"; + public static final String + PIPE_LOG_SUBSCRIPTIONEVENTTSFILERESPONSE_IS_NOT_EMPTY_WHEN_INITIALIZING_C9DE83C9 = + "初始化时 SubscriptionEventTsFileResponse {} 非空(不变量被破坏)"; + public static final String + PIPE_LOG_SUBSCRIPTIONEVENTTSFILERESPONSE_IS_EMPTY_WHEN_GENERATING_B8D03E93 = + "生成下一响应时 SubscriptionEventTsFileResponse {} 为空(不变量被破坏)"; + public static final String + PIPE_LOG_SUBSCRIPTIONEVENTTABLETRESPONSE_WAIT_FOR_RESOURCE_ENOUGH_9926289F = + "SubscriptionEventTabletResponse {} 等待足够资源以解析 tablets {} 秒。"; + public static final String + PIPE_LOG_SUBSCRIPTIONEVENTTABLETRESPONSE_IS_EMPTY_WHEN_FETCHING_NEXT_4464E3F2 = + "获取下一响应时 SubscriptionEventTabletResponse {} 为空(不变量被破坏)"; + public static final String + PIPE_LOG_SUBSCRIPTIONEVENTTABLETRESPONSE_IS_NOT_EMPTY_WHEN_INITIALIZING_88F075C9 = + "初始化时 SubscriptionEventTabletResponse {} 非空(不变量被破坏)"; + public static final String + PIPE_LOG_DETECT_LARGE_TABLETS_WITH_BYTE_S_CURRENT_TABLETS_SIZE_BYTE_4D472E38 = + "检测到大 tablets,大小 {} byte(s),当前 tablets 大小 {} byte(s)"; + public static final String + PIPE_LOG_SUBSCRIPTIONEVENTBINARYCACHE_ALLOCATEDMEMORYBLOCK_HAS_SHRUNK_08F23ADE = + "SubscriptionEventBinaryCache.allocatedMemoryBlock 已从 {} 缩小到 {}。"; + public static final String + PIPE_LOG_SUBSCRIPTIONEVENTBINARYCACHE_ALLOCATEDMEMORYBLOCK_HAS_EXPANDED_52A971D9 = + "SubscriptionEventBinaryCache.allocatedMemoryBlock 已从 {} 扩大到 {}。"; + public static final String + PIPE_LOG_SUBSCRIPTIONEVENTBINARYCACHE_RAISED_AN_EXCEPTION_WHILE_SERIALIZING_F3B698CB = + "SubscriptionEventBinaryCache 序列化 CachedSubscriptionPollResponse 时抛出异常:{}"; + public static final String + PIPE_LOG_SUBSCRIPTION_SOMETHING_UNEXPECTED_HAPPENED_WHEN_SERIALIZING_5467B7B6 = + "Subscription:序列化 CachedSubscriptionPollResponse 时发生意外情况:{}"; + public static final String + PIPE_LOG_HAS_BEEN_ITERATED_TIMES_CURRENT_TSFILEINSERTIONEVENT_0939C298 = + "{} 已被迭代 {} 次,当前 TsFileInsertionEvent {}"; + public static final String + PIPE_LOG_SUBSCRIPTIONPIPETABLETEVENTBATCH_ONLY_SUPPORT_CONVERT_PIPEINSERTNODETABLETINSERTIONEVENT_B888B8AA = + "SubscriptionPipeTabletEventBatch {} 仅支持将 PipeInsertNodeTabletInsertionEvent 或 " + + "PipeRawTabletInsertionEvent 转换为 tablet。忽略 {}。"; public static final String PIPE_LOG_SUBSCRIPTIONPIPETABLETEVENTBATCH_POSTPONE_EMITTING_SUBSCRIPTION_TABLET_BATCH_FOR_TOPIC_ARG_BECAUSE_TABLE_SCHEMA_ARG_ARG_IS_NOT_AVAILABLE_LOCALLY_996C618D = "推迟发送主题 {} 的订阅 tablet 批次,因为本地尚未提供表结构 {}.{}"; - public static final String PIPE_LOG_SUBSCRIPTIONPIPETABLETEVENTBATCH_UNEXPECTED_TABLET_INSERTION_8FB1B507 = - "SubscriptionPipeTabletEventBatch:非预期 tablet insertion event {},跳过该事件。"; - public static final String PIPE_LOG_SUBSCRIPTIONPIPETABLETEVENTBATCH_FAILED_TO_INCREASE_THE_595722D8 = - "SubscriptionPipeTabletEventBatch:增加事件 {} 的引用计数失败,跳过该事件。"; - public static final String PIPE_LOG_SUBSCRIPTIONPIPETABLETEVENTBATCH_OVERRIDE_NON_NULL_CURRENTTABLETINSERTIONEVENTSITERATOR_2633B158 = - "SubscriptionPipeTabletEventBatch {} 迭代时覆盖非 null 的 " - + "currentTabletInsertionEventsIterator(不变量被破坏)。"; - public static final String PIPE_LOG_SUBSCRIPTIONPIPETABLETEVENTBATCH_IGNORE_ENRICHEDEVENT_WHEN_E6BAEACE = - "SubscriptionPipeTabletEventBatch {} 迭代时忽略 EnrichedEvent {}(不变量被破坏)。"; - public static final String PIPE_LOG_SUBSCRIPTIONPIPETSFILEEVENTBATCH_IGNORE_TSFILEINSERTIONEVENT_88189024 = - "SubscriptionPipeTsFileEventBatch {} 批处理时忽略 TsFileInsertionEvent {}。"; - public static final String PIPE_LOG_SUBSCRIPTIONPIPEEVENTBATCH_IGNORE_ENRICHEDEVENT_WHEN_BATCHING_E69BE90D = - "SubscriptionPipeEventBatch {} 批处理时忽略 EnrichedEvent {}。"; - public static final String PIPE_LOG_CONSENSUS_PREFETCH_EXECUTOR_IS_SHUTDOWN_SKIP_REGISTERING_83E36171 = - "Consensus prefetch executor 已关闭,跳过注册 {}"; + public static final String + PIPE_LOG_SUBSCRIPTIONPIPETABLETEVENTBATCH_UNEXPECTED_TABLET_INSERTION_8FB1B507 = + "SubscriptionPipeTabletEventBatch:非预期 tablet insertion event {},跳过该事件。"; + public static final String + PIPE_LOG_SUBSCRIPTIONPIPETABLETEVENTBATCH_FAILED_TO_INCREASE_THE_595722D8 = + "SubscriptionPipeTabletEventBatch:增加事件 {} 的引用计数失败,跳过该事件。"; + public static final String + PIPE_LOG_SUBSCRIPTIONPIPETABLETEVENTBATCH_OVERRIDE_NON_NULL_CURRENTTABLETINSERTIONEVENTSITERATOR_2633B158 = + "SubscriptionPipeTabletEventBatch {} 迭代时覆盖非 null 的 " + + "currentTabletInsertionEventsIterator(不变量被破坏)。"; + public static final String + PIPE_LOG_SUBSCRIPTIONPIPETABLETEVENTBATCH_IGNORE_ENRICHEDEVENT_WHEN_E6BAEACE = + "SubscriptionPipeTabletEventBatch {} 迭代时忽略 EnrichedEvent {}(不变量被破坏)。"; + public static final String + PIPE_LOG_SUBSCRIPTIONPIPETSFILEEVENTBATCH_IGNORE_TSFILEINSERTIONEVENT_88189024 = + "SubscriptionPipeTsFileEventBatch {} 批处理时忽略 TsFileInsertionEvent {}。"; + public static final String + PIPE_LOG_SUBSCRIPTIONPIPEEVENTBATCH_IGNORE_ENRICHEDEVENT_WHEN_BATCHING_E69BE90D = + "SubscriptionPipeEventBatch {} 批处理时忽略 EnrichedEvent {}。"; + public static final String + PIPE_LOG_CONSENSUS_PREFETCH_EXECUTOR_IS_SHUTDOWN_SKIP_REGISTERING_83E36171 = + "Consensus prefetch executor 已关闭,跳过注册 {}"; public static final String PIPE_LOG_CONSENSUS_PREFETCH_SUBTASK_IS_ALREADY_REGISTERED_419FE7AD = "Consensus prefetch subtask {} 已注册"; public static final String PIPE_LOG_CONSENSUS_PREFETCH_WORKER_LOOP_EXITS_ABNORMALLY_531EE564 = "Consensus prefetch worker loop 异常退出"; - public static final String PIPE_LOG_FAILED_TO_CLOSE_SINK_AFTER_FAILED_TO_INITIALIZE_SINK_IGNORE_CF2E3D90 = - "sink 初始化失败后关闭 sink 失败。忽略该异常。"; - public static final String PIPE_LOG_CONSENSUSPREFETCHSUBTASK_UNEXPECTED_ERROR_WHILE_DRIVING_D361F4C2 = - "ConsensusPrefetchSubtask {}:驱动 queue {} 时发生非预期错误"; - public static final String PIPE_LOG_SUBSCRIPTIONSINKSUBTASK_FOR_CONSENSUS_TOPIC_FAILED_UNEXPECTEDLY_FC41B565 = - "consensus topic [{}] 的 SubscriptionSinkSubtask 意外失败,跳过自动重新提交"; - public static final String PIPE_LOG_FAILED_TO_BROADCAST_SUBSCRIPTION_PROGRESS_TO_DATANODE_AT_7024F5B2 = - "向 DataNode {} 广播 subscription progress 失败,地址 {}:{}"; - public static final String PIPE_LOG_FAILED_TO_BROADCAST_SUBSCRIPTION_PROGRESS_FOR_REGION_DE9074BD = - "广播 Region {} 的 subscription progress 失败:{}"; - public static final String PIPE_LOG_RECEIVED_SUBSCRIPTION_PROGRESS_BROADCAST_CONSUMERGROUPID_CDAEF839 = - "收到 subscription progress 广播:consumerGroupId={},topicName={},regionId={},physicalTime={}," - + "localSeq={}"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITSTATE_IDEMPOTENT_RE_COMMIT_FOR_30464FC4 = - "ConsensusSubscriptionCommitState:幂等重新提交 ({},{},{})"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITSTATE_IDEMPOTENT_DIRECT_COMMIT_B093AC01 = - "ConsensusSubscriptionCommitState:幂等直接提交 ({},{},{})"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITMANAGER_RECOVERED_COMMITTEDREGIONPROGRESS_F6B92C6B = - "ConsensusSubscriptionCommitManager:已从 ConfigNode 恢复 committedRegionProgress={}," - + "consumerGroupId={},topicName={},regionId={}"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITMANAGER_CANNOT_COMMIT_FOR_UNKNOWN_751BD2A9 = - "ConsensusSubscriptionCommitManager:无法提交未知状态,consumerGroupId={},topicName={},regionId={}," - + "writerId={},writerProgress={}"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITMANAGER_CANNOT_DIRECT_COMMIT_D6AD7D96 = - "ConsensusSubscriptionCommitManager:无法直接提交未知状态,consumerGroupId={},topicName={},regionId={}," - + "writerId={},writerProgress={}"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITMANAGER_CANNOT_RESET_UNKNOWN_C469052F = - "ConsensusSubscriptionCommitManager:无法重置未知状态,consumerGroupId={},topicName={},regionId={}"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITMANAGER_IGNORE_BROADCAST_WITHOUT_211DE477 = - "ConsensusSubscriptionCommitManager:忽略缺少 writer 标识的广播,consumerGroupId={},topicName={}," - + "regionId={},writerId={},writerProgress={}"; - public static final String PIPE_LOG_SKIP_MALFORMED_CONSENSUS_SUBSCRIPTION_PROGRESS_FILE_NAME_BB4D75F0 = - "跳过格式错误的 consensus subscription progress 文件名 {}"; - public static final String PIPE_LOG_FAILED_TO_RECOVER_CONSENSUS_SUBSCRIPTION_PROGRESS_FOR_CONSUMERGROUPID_DF30716B = - "恢复 consensus subscription progress 失败,consumerGroupId={},topicName={}"; - public static final String PIPE_LOG_FAILED_TO_DELETE_CONSENSUS_SUBSCRIPTION_PROGRESS_FILE_51C57096 = - "删除 consensus subscription progress 文件 {} 失败"; - public static final String PIPE_LOG_FAILED_TO_PERSIST_CONSENSUS_SUBSCRIPTION_PROGRESS_FOR_CONSUMERGROUPID_4EA71236 = - "持久化 consensus subscription progress 失败,consumerGroupId={},topicName={},regionId={}"; - public static final String PIPE_LOG_FAILED_TO_REWRITE_CONSENSUS_SUBSCRIPTION_PROGRESS_FOR_CONSUMERGROUPID_8B230D50 = - "重写 consensus subscription progress 失败,consumerGroupId={},topicName={}"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITMANAGER_FAILED_TO_QUERY_COMMIT_31E47F21 = - "ConsensusSubscriptionCommitManager:从 ConfigNode 查询提交进度失败,consumerGroupId={}," - + "topicName={},regionId={},状态={}"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITMANAGER_FAILED_TO_QUERY_COMMIT_16CFDCD9 = - "ConsensusSubscriptionCommitManager:从 ConfigNode 查询提交进度失败,consumerGroupId={}," - + "topicName={},regionId={},从 0 开始"; + public static final String + PIPE_LOG_FAILED_TO_CLOSE_SINK_AFTER_FAILED_TO_INITIALIZE_SINK_IGNORE_CF2E3D90 = + "sink 初始化失败后关闭 sink 失败。忽略该异常。"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHSUBTASK_UNEXPECTED_ERROR_WHILE_DRIVING_D361F4C2 = + "ConsensusPrefetchSubtask {}:驱动 queue {} 时发生非预期错误"; + public static final String + PIPE_LOG_SUBSCRIPTIONSINKSUBTASK_FOR_CONSENSUS_TOPIC_FAILED_UNEXPECTEDLY_FC41B565 = + "consensus topic [{}] 的 SubscriptionSinkSubtask 意外失败,跳过自动重新提交"; + public static final String + PIPE_LOG_FAILED_TO_BROADCAST_SUBSCRIPTION_PROGRESS_TO_DATANODE_AT_7024F5B2 = + "向 DataNode {} 广播 subscription progress 失败,地址 {}:{}"; + public static final String + PIPE_LOG_FAILED_TO_BROADCAST_SUBSCRIPTION_PROGRESS_FOR_REGION_DE9074BD = + "广播 Region {} 的 subscription progress 失败:{}"; + public static final String + PIPE_LOG_RECEIVED_SUBSCRIPTION_PROGRESS_BROADCAST_CONSUMERGROUPID_CDAEF839 = + "收到 subscription progress 广播:consumerGroupId={},topicName={},regionId={},physicalTime={}," + + "localSeq={}"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITSTATE_IDEMPOTENT_RE_COMMIT_FOR_30464FC4 = + "ConsensusSubscriptionCommitState:幂等重新提交 ({},{},{})"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITSTATE_IDEMPOTENT_DIRECT_COMMIT_B093AC01 = + "ConsensusSubscriptionCommitState:幂等直接提交 ({},{},{})"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITMANAGER_RECOVERED_COMMITTEDREGIONPROGRESS_F6B92C6B = + "ConsensusSubscriptionCommitManager:已从 ConfigNode 恢复 committedRegionProgress={}," + + "consumerGroupId={},topicName={},regionId={}"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITMANAGER_CANNOT_COMMIT_FOR_UNKNOWN_751BD2A9 = + "ConsensusSubscriptionCommitManager:无法提交未知状态,consumerGroupId={},topicName={},regionId={}," + + "writerId={},writerProgress={}"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITMANAGER_CANNOT_DIRECT_COMMIT_D6AD7D96 = + "ConsensusSubscriptionCommitManager:无法直接提交未知状态,consumerGroupId={},topicName={},regionId={}," + + "writerId={},writerProgress={}"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITMANAGER_CANNOT_RESET_UNKNOWN_C469052F = + "ConsensusSubscriptionCommitManager:无法重置未知状态,consumerGroupId={},topicName={},regionId={}"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITMANAGER_IGNORE_BROADCAST_WITHOUT_211DE477 = + "ConsensusSubscriptionCommitManager:忽略缺少 writer 标识的广播,consumerGroupId={},topicName={}," + + "regionId={},writerId={},writerProgress={}"; + public static final String + PIPE_LOG_SKIP_MALFORMED_CONSENSUS_SUBSCRIPTION_PROGRESS_FILE_NAME_BB4D75F0 = + "跳过格式错误的 consensus subscription progress 文件名 {}"; + public static final String + PIPE_LOG_FAILED_TO_RECOVER_CONSENSUS_SUBSCRIPTION_PROGRESS_FOR_CONSUMERGROUPID_DF30716B = + "恢复 consensus subscription progress 失败,consumerGroupId={},topicName={}"; + public static final String + PIPE_LOG_FAILED_TO_DELETE_CONSENSUS_SUBSCRIPTION_PROGRESS_FILE_51C57096 = + "删除 consensus subscription progress 文件 {} 失败"; + public static final String + PIPE_LOG_FAILED_TO_PERSIST_CONSENSUS_SUBSCRIPTION_PROGRESS_FOR_CONSUMERGROUPID_4EA71236 = + "持久化 consensus subscription progress 失败,consumerGroupId={},topicName={},regionId={}"; + public static final String + PIPE_LOG_FAILED_TO_REWRITE_CONSENSUS_SUBSCRIPTION_PROGRESS_FOR_CONSUMERGROUPID_8B230D50 = + "重写 consensus subscription progress 失败,consumerGroupId={},topicName={}"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITMANAGER_FAILED_TO_QUERY_COMMIT_31E47F21 = + "ConsensusSubscriptionCommitManager:从 ConfigNode 查询提交进度失败,consumerGroupId={}," + + "topicName={},regionId={},状态={}"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITMANAGER_FAILED_TO_QUERY_COMMIT_16CFDCD9 = + "ConsensusSubscriptionCommitManager:从 ConfigNode 查询提交进度失败,consumerGroupId={}," + + "topicName={},regionId={},从 0 开始"; public static final String PIPE_LOG_FAILED_TO_SERIALIZE_COMMITTED_REGION_PROGRESS_0D8D2129 = "序列化 committed region progress {} 失败"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITSTATE_IGNORE_MAPPING_WITHOUT_3E66A74D = - "ConsensusSubscriptionCommitState:忽略缺少 writer 标识的 mapping,writerId={},writerProgress={}"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITSTATE_DUPLICATE_OUTSTANDING_MAPPING_B5B34891 = - "ConsensusSubscriptionCommitState:slot={} 存在重复 outstanding mapping,前值={},当前值={}"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITSTATE_OUTSTANDING_SIZE_EXCEEDS_1463BF02 = - "ConsensusSubscriptionCommitState:outstanding size({})超过阈值({}),consumers 可能未提交。" - + "committed=({},{}), writerNodeId={}"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITSTATE_MISSING_WRITER_IDENTITY_01040357 = - "ConsensusSubscriptionCommitState:commit 缺少 writer 标识,writerId={},writerProgress={}"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITSTATE_UNKNOWN_KEY_FOR_COMMIT_5F699CFD = - "ConsensusSubscriptionCommitState:commit 的 key ({},{},{}) 未知"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITSTATE_MISSING_WRITER_IDENTITY_BB10A3B1 = - "ConsensusSubscriptionCommitState:direct commit 缺少 writer 标识,writerId={},writerProgress={}"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITSTATE_REJECT_DIRECT_COMMIT_WITHOUT_5B975E49 = - "ConsensusSubscriptionCommitState:拒绝 direct commit,({},{},{}) 缺少 outstanding mapping"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITSTATE_IGNORE_MAPPING_WITHOUT_3E66A74D = + "ConsensusSubscriptionCommitState:忽略缺少 writer 标识的 mapping,writerId={},writerProgress={}"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITSTATE_DUPLICATE_OUTSTANDING_MAPPING_B5B34891 = + "ConsensusSubscriptionCommitState:slot={} 存在重复 outstanding mapping,前值={},当前值={}"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITSTATE_OUTSTANDING_SIZE_EXCEEDS_1463BF02 = + "ConsensusSubscriptionCommitState:outstanding size({})超过阈值({}),consumers 可能未提交。" + + "committed=({},{}), writerNodeId={}"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITSTATE_MISSING_WRITER_IDENTITY_01040357 = + "ConsensusSubscriptionCommitState:commit 缺少 writer 标识,writerId={},writerProgress={}"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITSTATE_UNKNOWN_KEY_FOR_COMMIT_5F699CFD = + "ConsensusSubscriptionCommitState:commit 的 key ({},{},{}) 未知"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITSTATE_MISSING_WRITER_IDENTITY_BB10A3B1 = + "ConsensusSubscriptionCommitState:direct commit 缺少 writer 标识,writerId={},writerProgress={}"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONCOMMITSTATE_REJECT_DIRECT_COMMIT_WITHOUT_5B975E49 = + "ConsensusSubscriptionCommitState:拒绝 direct commit,({},{},{}) 缺少 outstanding mapping"; public static final String PIPE_LOG_ISCONSENSUSBASEDTOPIC_CHECK_FOR_TOPIC_MODE_RESULT_19EFA0F9 = "isConsensusBasedTopic 检查 topic [{}]:模式={},结果={}"; - public static final String PIPE_LOG_SET_IOTCONSENSUS_ONNEWPEERCREATED_CALLBACK_FOR_CONSENSUS_0766CE68 = - "设置 IoTConsensus.onNewPeerCreated 回调,用于 consensus subscription 自动绑定"; - public static final String PIPE_LOG_SET_IOTCONSENSUS_ONPEERREMOVED_CALLBACK_FOR_CONSENSUS_SUBSCRIPTION_21D4D6AC = - "设置 IoTConsensus.onPeerRemoved 回调,用于 consensus subscription 清理"; - public static final String PIPE_LOG_NEW_DATAREGION_CREATED_CHECKING_CONSUMER_GROUP_S_FOR_AUTO_787C16E9 = - "新 DataRegion {} 已创建,正在检查 {} 个 consumer group 以执行自动绑定,currentSearchIndex={}"; - public static final String PIPE_LOG_AUTO_BINDING_CONSENSUS_QUEUE_FOR_TOPIC_IN_GROUP_TO_NEW_REGION_86F21649 = - "为 topic [{}]、group [{}] 自动绑定 consensus queue 到新 Region {}(database={}," - + "tailStartSearchIndex={},hasLocalPersistedState={},committedRegionProgress={}," - + "initialRuntimeVersion={},initialActive={})"; - public static final String PIPE_LOG_DATAREGION_BEING_REMOVED_UNBINDING_ALL_CONSENSUS_SUBSCRIPTION_848A29F0 = - "DataRegion {} 正在被移除,解绑全部 consensus subscription queue"; - public static final String PIPE_LOG_SETTING_UP_CONSENSUS_SUBSCRIPTIONS_FOR_CONSUMER_GROUP_TOPICS_204374A2 = - "正在为 consumer group [{}] 设置 consensus subscription,topics={},consensus group 总数={}"; - public static final String PIPE_LOG_SETTING_UP_CONSENSUS_QUEUE_FOR_TOPIC_ISTABLETOPIC_ORDERMODE_4F1CDC66 = - "正在为 topic [{}] 设置 consensus queue:isTableTopic={},orderMode={},config={}"; - public static final String PIPE_LOG_DISCOVERED_CONSENSUS_GROUP_S_FOR_TOPIC_IN_CONSUMER_GROUP_012EE420 = - "发现 {} 个 consensus group,topic [{}],consumer group [{}]:{}"; - public static final String PIPE_LOG_SKIPPING_REGION_DATABASE_FOR_TABLE_TOPIC_DATABASE_KEY_2DA27A84 = - "跳过 Region {}(database={}),table topic [{}](DATABASE_KEY={})"; - public static final String PIPE_LOG_BINDING_CONSENSUS_PREFETCHING_QUEUE_FOR_TOPIC_IN_CONSUMER_45239EEA = - "将 topic [{}]、consumer group [{}] 的 consensus prefetching queue 绑定到 data region consensus " - + "group [{}](database={},tailStartSearchIndex={},hasLocalPersistedState={}," - + "committedRegionProgress={},initialRuntimeVersion={},initialActive={})"; - public static final String PIPE_LOG_TORE_DOWN_CONSENSUS_SUBSCRIPTION_FOR_TOPIC_IN_CONSUMER_GROUP_80B84227 = - "已拆除 topic [{}]、consumer group [{}] 的 consensus subscription"; - public static final String PIPE_LOG_CHECKING_NEW_SUBSCRIPTIONS_IN_CONSUMER_GROUP_FOR_CONSENSUS_4A56D78A = - "正在检查 consumer group [{}] 中 consensus-based topic 的新 subscription:{}"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONSETUPHANDLER_IGNORE_STALE_RUNTIME_STATE_6C36B250 = - "ConsensusSubscriptionSetupHandler:忽略 Region {} 的过期 runtime state,incomingRuntimeVersion={}," - + "currentRuntimeVersion={},runtimeState={}"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONSETUPHANDLER_APPLYING_RUNTIME_STATE_1FB8937E = - "ConsensusSubscriptionSetupHandler:应用 Region {} 的 runtime state,preferred writer {} -> {}," - + "runtimeVersion {} -> {},runtimeState={}"; - public static final String PIPE_LOG_CONSENSUSSUBSCRIPTIONSETUPHANDLER_REGION_PREFERRED_WRITER_46C1A894 = - "ConsensusSubscriptionSetupHandler:Region {} 的 preferred writer 已变更 {} -> {},runtimeVersion " - + "{} -> {},runtimeState={}(route hint)"; - public static final String PIPE_LOG_FAILED_TO_CHECK_IF_TOPIC_IS_CONSENSUS_BASED_DEFAULTING_TO_ECCE1509 = - "检查 topic [{}] 是否为 consensus-based 失败,默认设为 false"; - public static final String PIPE_LOG_SKIPPING_SETUP_OF_CONSENSUS_BASED_SUBSCRIPTIONS_FOR_CONSUMER_46BEE6E4 = - "跳过 consumer group [{}] 的 consensus-based subscription 设置,因为 mode=incremental 仅支持 " - + "data_region_consensus_protocol_class={},但当前配置值为 {}(运行时 consensus 实现:{})"; + public static final String + PIPE_LOG_SET_IOTCONSENSUS_ONNEWPEERCREATED_CALLBACK_FOR_CONSENSUS_0766CE68 = + "设置 IoTConsensus.onNewPeerCreated 回调,用于 consensus subscription 自动绑定"; + public static final String + PIPE_LOG_SET_IOTCONSENSUS_ONPEERREMOVED_CALLBACK_FOR_CONSENSUS_SUBSCRIPTION_21D4D6AC = + "设置 IoTConsensus.onPeerRemoved 回调,用于 consensus subscription 清理"; + public static final String + PIPE_LOG_NEW_DATAREGION_CREATED_CHECKING_CONSUMER_GROUP_S_FOR_AUTO_787C16E9 = + "新 DataRegion {} 已创建,正在检查 {} 个 consumer group 以执行自动绑定,currentSearchIndex={}"; + public static final String + PIPE_LOG_AUTO_BINDING_CONSENSUS_QUEUE_FOR_TOPIC_IN_GROUP_TO_NEW_REGION_86F21649 = + "为 topic [{}]、group [{}] 自动绑定 consensus queue 到新 Region {}(database={}," + + "tailStartSearchIndex={},hasLocalPersistedState={},committedRegionProgress={}," + + "initialRuntimeVersion={},initialActive={})"; + public static final String + PIPE_LOG_DATAREGION_BEING_REMOVED_UNBINDING_ALL_CONSENSUS_SUBSCRIPTION_848A29F0 = + "DataRegion {} 正在被移除,解绑全部 consensus subscription queue"; + public static final String + PIPE_LOG_SETTING_UP_CONSENSUS_SUBSCRIPTIONS_FOR_CONSUMER_GROUP_TOPICS_204374A2 = + "正在为 consumer group [{}] 设置 consensus subscription,topics={},consensus group 总数={}"; + public static final String + PIPE_LOG_SETTING_UP_CONSENSUS_QUEUE_FOR_TOPIC_ISTABLETOPIC_ORDERMODE_4F1CDC66 = + "正在为 topic [{}] 设置 consensus queue:isTableTopic={},orderMode={},config={}"; + public static final String + PIPE_LOG_DISCOVERED_CONSENSUS_GROUP_S_FOR_TOPIC_IN_CONSUMER_GROUP_012EE420 = + "发现 {} 个 consensus group,topic [{}],consumer group [{}]:{}"; + public static final String + PIPE_LOG_SKIPPING_REGION_DATABASE_FOR_TABLE_TOPIC_DATABASE_KEY_2DA27A84 = + "跳过 Region {}(database={}),table topic [{}](DATABASE_KEY={})"; + public static final String + PIPE_LOG_BINDING_CONSENSUS_PREFETCHING_QUEUE_FOR_TOPIC_IN_CONSUMER_45239EEA = + "将 topic [{}]、consumer group [{}] 的 consensus prefetching queue 绑定到 data region consensus " + + "group [{}](database={},tailStartSearchIndex={},hasLocalPersistedState={}," + + "committedRegionProgress={},initialRuntimeVersion={},initialActive={})"; + public static final String + PIPE_LOG_TORE_DOWN_CONSENSUS_SUBSCRIPTION_FOR_TOPIC_IN_CONSUMER_GROUP_80B84227 = + "已拆除 topic [{}]、consumer group [{}] 的 consensus subscription"; + public static final String + PIPE_LOG_CHECKING_NEW_SUBSCRIPTIONS_IN_CONSUMER_GROUP_FOR_CONSENSUS_4A56D78A = + "正在检查 consumer group [{}] 中 consensus-based topic 的新 subscription:{}"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONSETUPHANDLER_IGNORE_STALE_RUNTIME_STATE_6C36B250 = + "ConsensusSubscriptionSetupHandler:忽略 Region {} 的过期 runtime state,incomingRuntimeVersion={}," + + "currentRuntimeVersion={},runtimeState={}"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONSETUPHANDLER_APPLYING_RUNTIME_STATE_1FB8937E = + "ConsensusSubscriptionSetupHandler:应用 Region {} 的 runtime state,preferred writer {} -> {}," + + "runtimeVersion {} -> {},runtimeState={}"; + public static final String + PIPE_LOG_CONSENSUSSUBSCRIPTIONSETUPHANDLER_REGION_PREFERRED_WRITER_46C1A894 = + "ConsensusSubscriptionSetupHandler:Region {} 的 preferred writer 已变更 {} -> {},runtimeVersion " + + "{} -> {},runtimeState={}(route hint)"; + public static final String + PIPE_LOG_FAILED_TO_CHECK_IF_TOPIC_IS_CONSENSUS_BASED_DEFAULTING_TO_ECCE1509 = + "检查 topic [{}] 是否为 consensus-based 失败,默认设为 false"; + public static final String + PIPE_LOG_SKIPPING_SETUP_OF_CONSENSUS_BASED_SUBSCRIPTIONS_FOR_CONSUMER_46BEE6E4 = + "跳过 consumer group [{}] 的 consensus-based subscription 设置,因为 mode=incremental 仅支持 " + + "data_region_consensus_protocol_class={},但当前配置值为 {}(运行时 consensus 实现:{})"; public static final String EXCEPTION_SUBSCRIPTION_CANNOT_ARG_CONSENSUS_BASED_TOPIC_S_ARG_IN_CONSUMER_GROUP_ARG_BECAUSE_MODE_INCREMENTAL_ONLY_SUPPORTS_DATA_REGION_CONSENSUS_PROTOCOL_CLASS_ARG_BUT_CURRENT_CONFIGURED_VALUE_IS_ARG_RUNTIME_CONSENSUS_IMPLEMENTATION_ARG_6F21ED67 = "Subscription:无法执行 %s,consensus-based topic 为 %s,consumer group 为 [%s],因为 " + "mode=incremental 仅支持 data_region_consensus_protocol_class=%s,但当前配置值为 %s" + "(运行时 consensus 实现:%s)"; - public static final String PIPE_LOG_TOPIC_CONFIG_NOT_FOUND_FOR_TOPIC_CANNOT_SET_UP_CONSENSUS_A93339CE = - "未找到 topic [{}] 的配置,无法设置 consensus queue"; - public static final String PIPE_LOG_NO_LOCAL_IOTCONSENSUS_DATA_REGION_FOUND_FOR_TOPIC_IN_CONSUMER_6FD0600E = - "topic [{}] 在 consumer group [{}] 中没有本地 IoTConsensus data region。匹配的 data region 可用后将设置 " - + "consensus subscription。"; - public static final String PIPE_LOG_FAILED_TO_TEAR_DOWN_CONSENSUS_SUBSCRIPTION_FOR_TOPIC_IN_F59E8B7C = - "拆除 topic [{}]、consumer group [{}] 的 consensus subscription 失败"; + public static final String + PIPE_LOG_TOPIC_CONFIG_NOT_FOUND_FOR_TOPIC_CANNOT_SET_UP_CONSENSUS_A93339CE = + "未找到 topic [{}] 的配置,无法设置 consensus queue"; + public static final String + PIPE_LOG_NO_LOCAL_IOTCONSENSUS_DATA_REGION_FOUND_FOR_TOPIC_IN_CONSUMER_6FD0600E = + "topic [{}] 在 consumer group [{}] 中没有本地 IoTConsensus data region。匹配的 data region 可用后将设置 " + + "consensus subscription。"; + public static final String + PIPE_LOG_FAILED_TO_TEAR_DOWN_CONSENSUS_SUBSCRIPTION_FOR_TOPIC_IN_F59E8B7C = + "拆除 topic [{}]、consumer group [{}] 的 consensus subscription 失败"; public static final String PIPE_LOG_FAILED_TO_AUTO_BIND_TOPIC_IN_GROUP_TO_NEW_REGION_5BFD0E7D = "将 topic [{}]、group [{}] 自动绑定到新 Region {} 失败"; - public static final String PIPE_LOG_FAILED_TO_UNBIND_CONSENSUS_SUBSCRIPTION_QUEUES_FOR_REMOVED_7086F70A = - "解绑已移除 Region {} 的 consensus subscription queue 失败"; - public static final String PIPE_LOG_FAILED_TO_SET_UP_CONSENSUS_SUBSCRIPTION_FOR_TOPIC_IN_CONSUMER_1A30001B = - "为 topic [{}]、consumer group [{}] 设置 consensus subscription 失败"; - public static final String PIPE_LOG_CONSENSUSLOGTOTABLETCONVERTER_DESERIALIZED_MERGED_INSERTNODE_51FB8295 = - "ConsensusLogToTabletConverter:已反序列化合并的 InsertNode,searchIndex={},type={},deviceId={}," - + "searchNodeCount={}"; - public static final String PIPE_LOG_CONSENSUSLOGTOTABLETCONVERTER_SEARCHINDEX_CONTAINS_NON_INSERTNODE_CFA9FA49 = - "ConsensusLogToTabletConverter:searchIndex={} 包含非 InsertNode PlanNode:{}"; - public static final String PIPE_LOG_CONSENSUSLOGTOTABLETCONVERTER_CONVERTING_INSERTNODE_TYPE_B80428A0 = - "ConsensusLogToTabletConverter:正在转换 InsertNode,type={},deviceId={}"; + public static final String + PIPE_LOG_FAILED_TO_UNBIND_CONSENSUS_SUBSCRIPTION_QUEUES_FOR_REMOVED_7086F70A = + "解绑已移除 Region {} 的 consensus subscription queue 失败"; + public static final String + PIPE_LOG_FAILED_TO_SET_UP_CONSENSUS_SUBSCRIPTION_FOR_TOPIC_IN_CONSUMER_1A30001B = + "为 topic [{}]、consumer group [{}] 设置 consensus subscription 失败"; + public static final String + PIPE_LOG_CONSENSUSLOGTOTABLETCONVERTER_DESERIALIZED_MERGED_INSERTNODE_51FB8295 = + "ConsensusLogToTabletConverter:已反序列化合并的 InsertNode,searchIndex={},type={},deviceId={}," + + "searchNodeCount={}"; + public static final String + PIPE_LOG_CONSENSUSLOGTOTABLETCONVERTER_SEARCHINDEX_CONTAINS_NON_INSERTNODE_CFA9FA49 = + "ConsensusLogToTabletConverter:searchIndex={} 包含非 InsertNode PlanNode:{}"; + public static final String + PIPE_LOG_CONSENSUSLOGTOTABLETCONVERTER_CONVERTING_INSERTNODE_TYPE_B80428A0 = + "ConsensusLogToTabletConverter:正在转换 InsertNode,type={},deviceId={}"; public static final String PIPE_LOG_UNSUPPORTED_INSERTNODE_TYPE_FOR_SUBSCRIPTION_E488EF74 = "不支持用于 subscription 的 InsertNode 类型:{}"; - public static final String PIPE_LOG_CONSENSUSLOGTOTABLETCONVERTER_FAILED_TO_DESERIALIZE_ICONSENSUSREQUEST_EC1F6BAD = - "ConsensusLogToTabletConverter:反序列化 IConsensusRequest 失败(type={}),searchIndex={}:{}"; + public static final String + PIPE_LOG_CONSENSUSLOGTOTABLETCONVERTER_FAILED_TO_DESERIALIZE_ICONSENSUSREQUEST_EC1F6BAD = + "ConsensusLogToTabletConverter:反序列化 IConsensusRequest 失败(type={}),searchIndex={}:{}"; public static final String PIPE_LOG_INSERTNODE_TYPE_IS_NULL_SKIPPING_CONVERSION_A2F1ADF7 = "InsertNode 类型为 null,跳过转换"; - public static final String PIPE_LOG_UNSUPPORTED_DATA_TYPE_C8929F11 = - "不支持的数据类型:{}"; - public static final String PIPE_LOG_UNSUPPORTED_DATA_TYPE_FOR_COPY_8AD25FE7 = - "copy 不支持的数据类型:{}"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_PREFETCHING_QUEUE_IS_EMPTY_FOR_22836B5E = - "ConsensusPrefetchingQueue {}:consumerId={} 的 prefetching queue 为空,pendingEntriesSize={}," - + "nextExpected={},isClosed={},prefetchInitialized={},subtaskScheduled={}"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_POLLING_QUEUE_SIZE_CONSUMERID_FCA0AAD3 = - "ConsensusPrefetchingQueue {}:正在 poll,queue size={},consumerId={}"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_DRAINED_ENTRIES_FROM_PENDINGENTRIES_2D4E0BE7 = - "ConsensusPrefetchingQueue {}:从 pendingEntries drain 出 {} 个条目,first searchIndex={},last " - + "searchIndex={},nextExpected={},prefetchingQueueSize={}"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_TIME_BASED_FLUSH_TABLETS_LINGERED_10A4EBA8 = - "ConsensusPrefetchingQueue {}:基于时间触发 flush,{} 个 tablet 滞留 {}ms(阈值={}ms)"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_GAP_DETECTED_EXPECTED_GOT_FILLING_70DD08B3 = - "ConsensusPrefetchingQueue {}:检测到缺口,期望={},实际={}。从 WAL 填充 {} 个条目。"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_ACCUMULATE_COMPLETE_BATCHSIZE_FA3F3B41 = - "ConsensusPrefetchingQueue {}:累积完成,batchSize={},processed={},skipped={},lingerTablets={}," - + "nextExpected={}"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_SUBSCRIPTION_WAL_READ_ENTRIES_14AA5096 = - "ConsensusPrefetchingQueue {}:subscription WAL 读取 {} 个条目,nextExpectedSearchIndex={}"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_SUBSCRIPTION_WAL_EXHAUSTED_AT_E61AF763 = - "ConsensusPrefetchingQueue {}:subscription WAL 在 {} 耗尽,当前 WAL 为 {}。滚动 WAL 文件以暴露当前文件条目。"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_SKIP_STALE_EVENT_WITH_SEARCHINDEX_07A09B36 = - "ConsensusPrefetchingQueue {}:跳过过期事件,searchIndex 范围 [{}, {}],expectedSeekGeneration={}," - + "currentSeekGeneration={}"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_ENQUEUED_EVENT_WITH_TABLETS_SEARCHINDEX_140FDDCB = - "ConsensusPrefetchingQueue {}:已入队包含 {} 个 tablet 的事件,searchIndex 范围 [{}, {}]," - + "prefetchQueueSize={}"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_REJECT_WITHOUT_WRITER_PROGRESS_D84AA802 = - "ConsensusPrefetchingQueue {}:拒绝缺少 writer progress 的 {},commitContext={}"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_REJECT_FOR_INACTIVE_QUEUE_COMMITCONTEXT_AE6D382C = - "ConsensusPrefetchingQueue {}:因 queue 非活跃而拒绝 {},commitContext={},runtimeVersion={}"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_RECYCLED_TIMED_OUT_EVENT_BACK_5E58639C = - "ConsensusPrefetchingQueue {}:将超时事件 {} 回收到 prefetching queue"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_INJECTED_WATERMARK_WATERMARKTIMESTAMP_BF373164 = - "ConsensusPrefetchingQueue {}:已注入 WATERMARK,watermarkTimestamp={}"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_CREATED_DORMANT_CONSUMERGROUPID_863BC6D6 = - "ConsensusPrefetchingQueue 已创建(dormant):consumerGroupId={},topicName={},orderMode={}," - + "consensusGroupId={},fallbackCommittedRegionProgress={},fallbackTailSearchIndex={}," - + "initialRuntimeVersion={},initialActive={}"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_PREFETCH_INITIALIZED_STARTSEARCHINDEX_69B53EE6 = - "ConsensusPrefetchingQueue {}:prefetch 已初始化,startSearchIndex={},progressSource={}," - + "recoveryWriterCount={}"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_PERIODIC_STATS_LAG_PENDINGDELTA_D75375D0 = - "ConsensusPrefetchingQueue {}:周期统计,lag={},pendingDelta={},walDelta={},pendingTotal={}," - + "walTotal={},pendingQueueSize={},prefetchingQueueSize={},inFlightEventsSize={}," - + "realtimeWriterCount={},walHasNext={},isActive={},subtaskScheduled={}"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_WAITING_MS_FOR_WAL_GAP_TO_BECOME_7D91C6C5 = - "ConsensusPrefetchingQueue {}:等待 {}ms,使 WAL 缺口 [{}, {}) 可见,currentNextExpected={}," - + "currentWalIndex={},seekGeneration={}"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_SEEKTOREGIONPROGRESS_WRITERCOUNT_3134A29B = - "ConsensusPrefetchingQueue {}:seekToRegionProgress writerCount={} -> {},searchIndex={}"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_SEEKAFTERREGIONPROGRESS_WRITERCOUNT_C6B26D20 = - "ConsensusPrefetchingQueue {}:seekAfterRegionProgress writerCount={} -> {},searchIndex={}"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_ABORTED_PENDING_SEEK_DURING_RUNTIME_F9928604 = - "ConsensusPrefetchingQueue {}:运行时停止期间中止待处理 seek({}),恢复 prefetchInitialized {} -> " - + "{},seekGeneration {} -> {}"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_FAILED_TO_SCHEDULE_SEEK_BECAUSE_9E407068 = - "ConsensusPrefetchingQueue {}:调度 seek({}) 失败,原因:{},恢复 prefetchInitialized {} -> {}," - + "seekGeneration {} -> {}"; + public static final String PIPE_LOG_UNSUPPORTED_DATA_TYPE_C8929F11 = "不支持的数据类型:{}"; + public static final String PIPE_LOG_UNSUPPORTED_DATA_TYPE_FOR_COPY_8AD25FE7 = "copy 不支持的数据类型:{}"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_PREFETCHING_QUEUE_IS_EMPTY_FOR_22836B5E = + "ConsensusPrefetchingQueue {}:consumerId={} 的 prefetching queue 为空,pendingEntriesSize={}," + + "nextExpected={},isClosed={},prefetchInitialized={},subtaskScheduled={}"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_POLLING_QUEUE_SIZE_CONSUMERID_FCA0AAD3 = + "ConsensusPrefetchingQueue {}:正在 poll,queue size={},consumerId={}"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_DRAINED_ENTRIES_FROM_PENDINGENTRIES_2D4E0BE7 = + "ConsensusPrefetchingQueue {}:从 pendingEntries drain 出 {} 个条目,first searchIndex={},last " + + "searchIndex={},nextExpected={},prefetchingQueueSize={}"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_TIME_BASED_FLUSH_TABLETS_LINGERED_10A4EBA8 = + "ConsensusPrefetchingQueue {}:基于时间触发 flush,{} 个 tablet 滞留 {}ms(阈值={}ms)"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_GAP_DETECTED_EXPECTED_GOT_FILLING_70DD08B3 = + "ConsensusPrefetchingQueue {}:检测到缺口,期望={},实际={}。从 WAL 填充 {} 个条目。"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_ACCUMULATE_COMPLETE_BATCHSIZE_FA3F3B41 = + "ConsensusPrefetchingQueue {}:累积完成,batchSize={},processed={},skipped={},lingerTablets={}," + + "nextExpected={}"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_SUBSCRIPTION_WAL_READ_ENTRIES_14AA5096 = + "ConsensusPrefetchingQueue {}:subscription WAL 读取 {} 个条目,nextExpectedSearchIndex={}"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_SUBSCRIPTION_WAL_EXHAUSTED_AT_E61AF763 = + "ConsensusPrefetchingQueue {}:subscription WAL 在 {} 耗尽,当前 WAL 为 {}。滚动 WAL 文件以暴露当前文件条目。"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_SKIP_STALE_EVENT_WITH_SEARCHINDEX_07A09B36 = + "ConsensusPrefetchingQueue {}:跳过过期事件,searchIndex 范围 [{}, {}],expectedSeekGeneration={}," + + "currentSeekGeneration={}"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_ENQUEUED_EVENT_WITH_TABLETS_SEARCHINDEX_140FDDCB = + "ConsensusPrefetchingQueue {}:已入队包含 {} 个 tablet 的事件,searchIndex 范围 [{}, {}]," + + "prefetchQueueSize={}"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_REJECT_WITHOUT_WRITER_PROGRESS_D84AA802 = + "ConsensusPrefetchingQueue {}:拒绝缺少 writer progress 的 {},commitContext={}"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_REJECT_FOR_INACTIVE_QUEUE_COMMITCONTEXT_AE6D382C = + "ConsensusPrefetchingQueue {}:因 queue 非活跃而拒绝 {},commitContext={},runtimeVersion={}"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_RECYCLED_TIMED_OUT_EVENT_BACK_5E58639C = + "ConsensusPrefetchingQueue {}:将超时事件 {} 回收到 prefetching queue"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_INJECTED_WATERMARK_WATERMARKTIMESTAMP_BF373164 = + "ConsensusPrefetchingQueue {}:已注入 WATERMARK,watermarkTimestamp={}"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_CREATED_DORMANT_CONSUMERGROUPID_863BC6D6 = + "ConsensusPrefetchingQueue 已创建(dormant):consumerGroupId={},topicName={},orderMode={}," + + "consensusGroupId={},fallbackCommittedRegionProgress={},fallbackTailSearchIndex={}," + + "initialRuntimeVersion={},initialActive={}"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_PREFETCH_INITIALIZED_STARTSEARCHINDEX_69B53EE6 = + "ConsensusPrefetchingQueue {}:prefetch 已初始化,startSearchIndex={},progressSource={}," + + "recoveryWriterCount={}"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_PERIODIC_STATS_LAG_PENDINGDELTA_D75375D0 = + "ConsensusPrefetchingQueue {}:周期统计,lag={},pendingDelta={},walDelta={},pendingTotal={}," + + "walTotal={},pendingQueueSize={},prefetchingQueueSize={},inFlightEventsSize={}," + + "realtimeWriterCount={},walHasNext={},isActive={},subtaskScheduled={}"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_WAITING_MS_FOR_WAL_GAP_TO_BECOME_7D91C6C5 = + "ConsensusPrefetchingQueue {}:等待 {}ms,使 WAL 缺口 [{}, {}) 可见,currentNextExpected={}," + + "currentWalIndex={},seekGeneration={}"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_SEEKTOREGIONPROGRESS_WRITERCOUNT_3134A29B = + "ConsensusPrefetchingQueue {}:seekToRegionProgress writerCount={} -> {},searchIndex={}"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_SEEKAFTERREGIONPROGRESS_WRITERCOUNT_C6B26D20 = + "ConsensusPrefetchingQueue {}:seekAfterRegionProgress writerCount={} -> {},searchIndex={}"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_ABORTED_PENDING_SEEK_DURING_RUNTIME_F9928604 = + "ConsensusPrefetchingQueue {}:运行时停止期间中止待处理 seek({}),恢复 prefetchInitialized {} -> " + + "{},seekGeneration {} -> {}"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_FAILED_TO_SCHEDULE_SEEK_BECAUSE_9E407068 = + "ConsensusPrefetchingQueue {}:调度 seek({}) 失败,原因:{},恢复 prefetchInitialized {} -> {}," + + "seekGeneration {} -> {}"; public static final String MESSAGE_THE_QUEUE_IS_CLOSING_AC6C2AB4 = "队列正在关闭"; - public static final String MESSAGE_PREFETCH_RUNTIME_IS_UNAVAILABLE_F1721E89 = - "预取运行时不可用"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_SEEK_APPLIED_TO_SEARCHINDEX_WRITERCOUNT_FA2C4327 = - "ConsensusPrefetchingQueue {}:seek({}) 已应用到 searchIndex={},writerCount={},seekGeneration={}"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_FLUSHING_LINGERING_TABLETS_DURING_4C4AF235 = - "ConsensusPrefetchingQueue {}:关闭期间 flush {} 个滞留 tablet"; + public static final String MESSAGE_PREFETCH_RUNTIME_IS_UNAVAILABLE_F1721E89 = "预取运行时不可用"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_SEEK_APPLIED_TO_SEARCHINDEX_WRITERCOUNT_FA2C4327 = + "ConsensusPrefetchingQueue {}:seek({}) 已应用到 searchIndex={},writerCount={},seekGeneration={}"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_FLUSHING_LINGERING_TABLETS_DURING_4C4AF235 = + "ConsensusPrefetchingQueue {}:关闭期间 flush {} 个滞留 tablet"; public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_ISACTIVE_SET_TO_REGION_EC0AD7BA = "ConsensusPrefetchingQueue {}:isActive 设置为 {}(region={})"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_RUNTIMEACTIVEWRITERNODEIDS_EFFECTIVEACTIVEWRITERNODEIDS_246519D2 = - "ConsensusPrefetchingQueue {}:runtimeActiveWriterNodeIds={}," - + "effectiveActiveWriterNodeIds={}(region={},orderMode={},preferredWriterNodeId={})"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_PREFERREDWRITERNODEID_SET_TO_EFFECTIVEACTIVEWRITERNODEIDS_B08E8180 = - "ConsensusPrefetchingQueue {}:preferredWriterNodeId 设置为 {}," - + "effectiveActiveWriterNodeIds={}(region={},orderMode={})"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_ORDERMODE_SET_TO_EFFECTIVEACTIVEWRITERNODEIDS_CDD3C86E = - "ConsensusPrefetchingQueue {}:orderMode 设置为 {},effectiveActiveWriterNodeIds={}(region={}," - + "preferredWriterNodeId={},runtimeActiveWriterNodeIds={})"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_RUNTIMEACTIVEWRITERNODEIDS_EFFECTIVEACTIVEWRITERNODEIDS_246519D2 = + "ConsensusPrefetchingQueue {}:runtimeActiveWriterNodeIds={}," + + "effectiveActiveWriterNodeIds={}(region={},orderMode={},preferredWriterNodeId={})"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_PREFERREDWRITERNODEID_SET_TO_EFFECTIVEACTIVEWRITERNODEIDS_B08E8180 = + "ConsensusPrefetchingQueue {}:preferredWriterNodeId 设置为 {}," + + "effectiveActiveWriterNodeIds={}(region={},orderMode={})"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_ORDERMODE_SET_TO_EFFECTIVEACTIVEWRITERNODEIDS_CDD3C86E = + "ConsensusPrefetchingQueue {}:orderMode 设置为 {},effectiveActiveWriterNodeIds={}(region={}," + + "preferredWriterNodeId={},runtimeActiveWriterNodeIds={})"; public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_APPLIED_RUNTIMEVERSION_36E05B80 = "ConsensusPrefetchingQueue {}:已应用 runtimeVersion {}"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_APPLIED_RUNTIMESTATE_PREFERREDWRITERNODEID_D845E9D6 = - "ConsensusPrefetchingQueue {}:已应用 runtimeState={},preferredWriterNodeId={}"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_POLL_COMMITTED_EVENT_BROKEN_INVARIANT_E478FA3C = - "ConsensusPrefetchingQueue {} poll 到已提交事件 {}(不变量被破坏),移除该事件"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_POLL_NON_POLLABLE_EVENT_BROKEN_E9551325 = - "ConsensusPrefetchingQueue {} poll 到不可 poll 事件 {}(不变量被破坏),执行 nack"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_APPLIED_RUNTIMESTATE_PREFERREDWRITERNODEID_D845E9D6 = + "ConsensusPrefetchingQueue {}:已应用 runtimeState={},preferredWriterNodeId={}"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_POLL_COMMITTED_EVENT_BROKEN_INVARIANT_E478FA3C = + "ConsensusPrefetchingQueue {} poll 到已提交事件 {}(不变量被破坏),移除该事件"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_POLL_NON_POLLABLE_EVENT_BROKEN_E9551325 = + "ConsensusPrefetchingQueue {} poll 到不可 poll 事件 {}(不变量被破坏),执行 nack"; public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_INTERRUPTED_WHILE_POLLING_B7CFF5FD = "ConsensusPrefetchingQueue {} 在 polling 期间被中断"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_ERROR_READING_SUBSCRIPTION_WAL_A3888AC5 = - "ConsensusPrefetchingQueue {}:读取 subscription WAL 出错"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_ERROR_CLOSING_SUBSCRIPTION_WAL_19711C01 = - "ConsensusPrefetchingQueue {}:关闭 subscription WAL iterator 出错"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_COMMIT_CONTEXT_DOES_NOT_EXIST_99B8A8F3 = - "ConsensusPrefetchingQueue {}:ack 的 commit context {} 不存在"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_ERROR_READING_SUBSCRIPTION_WAL_A3888AC5 = + "ConsensusPrefetchingQueue {}:读取 subscription WAL 出错"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_ERROR_CLOSING_SUBSCRIPTION_WAL_19711C01 = + "ConsensusPrefetchingQueue {}:关闭 subscription WAL iterator 出错"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_COMMIT_CONTEXT_DOES_NOT_EXIST_99B8A8F3 = + "ConsensusPrefetchingQueue {}:ack 的 commit context {} 不存在"; public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_EVENT_ALREADY_COMMITTED_AC34E829 = "ConsensusPrefetchingQueue {}:事件 {} 已提交"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_FAILED_TO_ADVANCE_COMMIT_FRONTIER_56E606C0 = - "ConsensusPrefetchingQueue {}:推进 {} 的 commit frontier 失败"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_COMMIT_CONTEXT_DOES_NOT_EXIST_05F6C6E0 = - "ConsensusPrefetchingQueue {}:nack 的 commit context {} 不存在"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_SEEKTOREGIONPROGRESS_NOT_SUPPORTED_85477BAB = - "ConsensusPrefetchingQueue {}:不支持 seekToRegionProgress(没有 WAL 目录)"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_SEEKAFTERREGIONPROGRESS_NOT_SUPPORTED_55F36BE8 = - "ConsensusPrefetchingQueue {}:不支持 seekAfterRegionProgress(没有 WAL 目录)"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_FAILED_TO_READ_WAL_METADATA_FROM_A2ED50D1 = - "ConsensusPrefetchingQueue {}:计算 seekToEnd frontier 时,从 {} 读取 WAL metadata 失败"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_FAILED_TO_ADVANCE_COMMIT_FRONTIER_56E606C0 = + "ConsensusPrefetchingQueue {}:推进 {} 的 commit frontier 失败"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_COMMIT_CONTEXT_DOES_NOT_EXIST_05F6C6E0 = + "ConsensusPrefetchingQueue {}:nack 的 commit context {} 不存在"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_SEEKTOREGIONPROGRESS_NOT_SUPPORTED_85477BAB = + "ConsensusPrefetchingQueue {}:不支持 seekToRegionProgress(没有 WAL 目录)"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_SEEKAFTERREGIONPROGRESS_NOT_SUPPORTED_55F36BE8 = + "ConsensusPrefetchingQueue {}:不支持 seekAfterRegionProgress(没有 WAL 目录)"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_FAILED_TO_READ_WAL_METADATA_FROM_A2ED50D1 = + "ConsensusPrefetchingQueue {}:计算 seekToEnd frontier 时,从 {} 读取 WAL metadata 失败"; public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_ERROR_DURING_DEREGISTER_34C332E7 = "ConsensusPrefetchingQueue {}:注销期间出错"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_FAILED_TO_FLUSH_LINGERING_BATCH_F97D8AA7 = - "ConsensusPrefetchingQueue {}:关闭期间 flush 滞留 batch 失败,丢弃该 batch"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_PREFETCH_ROUND_FAILED_TYPE_MESSAGE_63BC909B = - "ConsensusPrefetchingQueue {}:prefetch 轮次失败(type={},message={})"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_POISON_MESSAGE_DETECTED_NACKCOUNT_3A9255FB = - "ConsensusPrefetchingQueue {}:检测到 poison message(nackCount={}),为避免无限重复投递,对事件 {} 强制执行 ack"; - public static final String PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_POISON_MESSAGE_DETECTED_DURING_23159F02 = - "ConsensusPrefetchingQueue {}:recycle 期间检测到 poison message(nackCount={}),对事件 {} 强制执行 ack"; - public static final String PIPE_LOG_PROGRESSWALITERATOR_FAILED_TO_OPEN_NEAR_LIVE_WAL_FILE_RETRYING_5AEB94AC = - "ProgressWALIterator:打开 near-live WAL 文件 {} 失败,不加入黑名单并重试"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_FAILED_TO_FLUSH_LINGERING_BATCH_F97D8AA7 = + "ConsensusPrefetchingQueue {}:关闭期间 flush 滞留 batch 失败,丢弃该 batch"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_PREFETCH_ROUND_FAILED_TYPE_MESSAGE_63BC909B = + "ConsensusPrefetchingQueue {}:prefetch 轮次失败(type={},message={})"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_POISON_MESSAGE_DETECTED_NACKCOUNT_3A9255FB = + "ConsensusPrefetchingQueue {}:检测到 poison message(nackCount={}),为避免无限重复投递,对事件 {} 强制执行 ack"; + public static final String + PIPE_LOG_CONSENSUSPREFETCHINGQUEUE_POISON_MESSAGE_DETECTED_DURING_23159F02 = + "ConsensusPrefetchingQueue {}:recycle 期间检测到 poison message(nackCount={}),对事件 {} 强制执行 ack"; + public static final String + PIPE_LOG_PROGRESSWALITERATOR_FAILED_TO_OPEN_NEAR_LIVE_WAL_FILE_RETRYING_5AEB94AC = + "ProgressWALIterator:打开 near-live WAL 文件 {} 失败,不加入黑名单并重试"; public static final String PIPE_LOG_PROGRESSWALITERATOR_ERROR_READING_WAL_2DB46D41 = "ProgressWALIterator:读取 WAL 出错"; - public static final String PIPE_LOG_PROGRESSWALITERATOR_FAILED_TO_OPEN_WAL_FILE_SKIPPING_29CA1092 = - "ProgressWALIterator:打开 WAL 文件 {} 失败,跳过该文件"; - public static final String PIPE_LOG_PIPE_TERMINATE_EVENT_COMMITTED_FOR_HISTORICAL_TRANSFER_CREATIONTIME_9B807B28 = - "Pipe {}@{}:历史传输的终止事件已提交。creationTime:{},shouldMark:{}。{}"; - public static final String PIPE_LOG_PIPE_HISTORICAL_SOURCE_HAS_SUPPLIED_ALL_EVENTS_EMITTING_8B58DE19 = - "Pipe {}@{}:历史 source 已提供全部事件,正在发出终止事件。{}"; - public static final String PIPE_LOG_PIPE_REALTIME_SOURCE_ON_DATA_REGION_LISTENTOTSFILE_LISTENTOINSERTNODE_A02E1552 = - "Pipe {}@{} {}:DataRegion {} 上的实时 source(listenToTsFile={},listenToInsertNode={}," - + "registeredSourceCount={},tsFileSourceCount={},insertNodeSourceCount={})。"; - public static final String PIPE_LOG_INTERRUPTED_WHILE_WAITING_FOR_IN_FLIGHT_PUBLISHES_TO_FINISH_C8E3757B = - "关闭 DataRegion {} 上的 assigner 时,等待处理中 publish 完成期间被中断。"; - public static final String PIPE_LOG_SCHEMAREGIONSTATEMACHINE_EXECUTE_READ_PLAN_FRAGMENTINSTANCE_F85A001F = - "SchemaRegionStateMachine[{}]:执行读 plan:FragmentInstance-{}"; - public static final String PIPE_LOG_CURRENT_NODE_NODEID_IS_NO_LONGER_THE_SCHEMA_REGION_LEADER_FD783B3C = - "当前节点 [nodeId:{}] 不再是 schema region leader [regionId:{}],新 leader 为 [nodeId:{}]"; - public static final String PIPE_LOG_CURRENT_NODE_NODEID_IS_NO_LONGER_THE_SCHEMA_REGION_LEADER_12E06F99 = - "当前节点 [nodeId:{}] 不再是 schema region leader [regionId:{}],开始清理相关服务。"; - public static final String PIPE_LOG_CURRENT_NODE_NODEID_IS_NO_LONGER_THE_SCHEMA_REGION_LEADER_3092822E = - "当前节点 [nodeId:{}] 不再是 schema region leader [regionId:{}],旧 leader 上的全部服务当前不可用。"; - public static final String PIPE_LOG_CURRENT_NODE_NODEID_BECOMES_SCHEMA_REGION_LEADER_REGIONID_46C70A32 = - "当前节点 [nodeId:{}] 成为 schema region leader [regionId:{}]"; - public static final String PIPE_LOG_CURRENT_NODE_NODEID_AS_SCHEMA_REGION_LEADER_REGIONID_IS_F00BFAC5 = - "当前节点 [nodeId:{}] 作为 schema region leader [regionId:{}] 已准备好工作"; - public static final String PIPE_LOG_SCHEMA_REGION_LISTENING_QUEUE_LISTEN_TO_SNAPSHOT_FAILED_64845A44 = - "Schema Region Listening Queue 监听 snapshot 失败,历史数据可能无法传输。snapshotPaths:{}"; + public static final String + PIPE_LOG_PROGRESSWALITERATOR_FAILED_TO_OPEN_WAL_FILE_SKIPPING_29CA1092 = + "ProgressWALIterator:打开 WAL 文件 {} 失败,跳过该文件"; + public static final String + PIPE_LOG_PIPE_TERMINATE_EVENT_COMMITTED_FOR_HISTORICAL_TRANSFER_CREATIONTIME_9B807B28 = + "Pipe {}@{}:历史传输的终止事件已提交。creationTime:{},shouldMark:{}。{}"; + public static final String + PIPE_LOG_PIPE_HISTORICAL_SOURCE_HAS_SUPPLIED_ALL_EVENTS_EMITTING_8B58DE19 = + "Pipe {}@{}:历史 source 已提供全部事件,正在发出终止事件。{}"; + public static final String + PIPE_LOG_PIPE_REALTIME_SOURCE_ON_DATA_REGION_LISTENTOTSFILE_LISTENTOINSERTNODE_A02E1552 = + "Pipe {}@{} {}:DataRegion {} 上的实时 source(listenToTsFile={},listenToInsertNode={}," + + "registeredSourceCount={},tsFileSourceCount={},insertNodeSourceCount={})。"; + public static final String + PIPE_LOG_INTERRUPTED_WHILE_WAITING_FOR_IN_FLIGHT_PUBLISHES_TO_FINISH_C8E3757B = + "关闭 DataRegion {} 上的 assigner 时,等待处理中 publish 完成期间被中断。"; + public static final String + PIPE_LOG_SCHEMAREGIONSTATEMACHINE_EXECUTE_READ_PLAN_FRAGMENTINSTANCE_F85A001F = + "SchemaRegionStateMachine[{}]:执行读 plan:FragmentInstance-{}"; + public static final String + PIPE_LOG_CURRENT_NODE_NODEID_IS_NO_LONGER_THE_SCHEMA_REGION_LEADER_FD783B3C = + "当前节点 [nodeId:{}] 不再是 schema region leader [regionId:{}],新 leader 为 [nodeId:{}]"; + public static final String + PIPE_LOG_CURRENT_NODE_NODEID_IS_NO_LONGER_THE_SCHEMA_REGION_LEADER_12E06F99 = + "当前节点 [nodeId:{}] 不再是 schema region leader [regionId:{}],开始清理相关服务。"; + public static final String + PIPE_LOG_CURRENT_NODE_NODEID_IS_NO_LONGER_THE_SCHEMA_REGION_LEADER_3092822E = + "当前节点 [nodeId:{}] 不再是 schema region leader [regionId:{}],旧 leader 上的全部服务当前不可用。"; + public static final String + PIPE_LOG_CURRENT_NODE_NODEID_BECOMES_SCHEMA_REGION_LEADER_REGIONID_46C70A32 = + "当前节点 [nodeId:{}] 成为 schema region leader [regionId:{}]"; + public static final String + PIPE_LOG_CURRENT_NODE_NODEID_AS_SCHEMA_REGION_LEADER_REGIONID_IS_F00BFAC5 = + "当前节点 [nodeId:{}] 作为 schema region leader [regionId:{}] 已准备好工作"; + public static final String + PIPE_LOG_SCHEMA_REGION_LISTENING_QUEUE_LISTEN_TO_SNAPSHOT_FAILED_64845A44 = + "Schema Region Listening Queue 监听 snapshot 失败,历史数据可能无法传输。snapshotPaths:{}"; public static final String PIPE_LOG_WRITE_OPERATION_FAILED_BECAUSE_RETRYTIME_34EFBE99 = "写入操作失败,原因:{},重试次数:{}。"; public static final String PIPE_LOG_EXCEPTION_OCCURS_WHEN_TAKING_SNAPSHOT_FOR_IN_48CBDFCC = "为 {}-{} 在 {} 中执行 snapshot 时发生异常"; public static final String PIPE_LOG_MEETS_ERROR_WHEN_GETTING_SNAPSHOT_FILES_FOR_9BFA76B9 = "获取 {}-{} 的 snapshot 文件时出错"; - public static final String PIPE_LOG_WRITE_OPERATION_STILL_FAILED_AFTER_RETRY_TIMES_BECAUSE_15EEA702 = - "写入操作在重试 {} 次后仍失败,原因:{}。"; + public static final String + PIPE_LOG_WRITE_OPERATION_STILL_FAILED_AFTER_RETRY_TIMES_BECAUSE_15EEA702 = + "写入操作在重试 {} 次后仍失败,原因:{}。"; public static final String PIPE_LOG_NOW_TRY_TO_DELETE_DIRECTLY_DATABASEPATH_DELETEPATH_A427CD01 = "现在尝试直接删除,databasePath:{},deletePath:{}"; - public static final String PIPE_LOG_BATCH_FAILURE_IN_EXECUTING_A_INSERTTABLETNODE_DEVICE_STARTTIME_9A5A70F6 = - "批量执行 InsertTabletNode 失败。device:{},startTime:{},measurements:{},失败状态:{}"; - public static final String PIPE_LOG_INSERT_ROW_FAILED_DEVICE_TIME_MEASUREMENTS_FAILING_STATUS_63054E8B = - "插入行失败。device:{},time:{},measurements:{},失败状态:{}"; - public static final String PIPE_LOG_INSERT_TABLET_FAILED_DEVICE_STARTTIME_MEASUREMENTS_FAILING_B409B2C4 = - "插入 tablet 失败。device:{},startTime:{},measurements:{},失败状态:{}"; + public static final String + PIPE_LOG_BATCH_FAILURE_IN_EXECUTING_A_INSERTTABLETNODE_DEVICE_STARTTIME_9A5A70F6 = + "批量执行 InsertTabletNode 失败。device:{},startTime:{},measurements:{},失败状态:{}"; + public static final String + PIPE_LOG_INSERT_ROW_FAILED_DEVICE_TIME_MEASUREMENTS_FAILING_STATUS_63054E8B = + "插入行失败。device:{},time:{},measurements:{},失败状态:{}"; + public static final String + PIPE_LOG_INSERT_TABLET_FAILED_DEVICE_STARTTIME_MEASUREMENTS_FAILING_B409B2C4 = + "插入 tablet 失败。device:{},startTime:{},measurements:{},失败状态:{}"; // --------------------------------------------------------------------------- // 补充异常消息 // --------------------------------------------------------------------------- public static final String PIPE_EXCEPTION_UNSUPPORTED_SUBSCRIPTION_REQUEST_VERSION_D_1E7C211A = "不支持的 subscription 请求版本 %d"; - public static final String PIPE_EXCEPTION_PAYLOAD_SIZE_S_BYTE_S_WILL_EXCEED_THE_THRESHOLD_S_BYTE_S_6043B3D8 = - "payload 大小 %s byte(s) 将超过阈值 %s byte(s)"; - public static final String PIPE_EXCEPTION_INCONSISTENT_READ_LENGTH_BROKEN_INVARIANT_EXPECTED_S_ACTUAL_9203668A = - "读取长度不一致(不变量被破坏),期望:%s,实际:%s"; + public static final String + PIPE_EXCEPTION_PAYLOAD_SIZE_S_BYTE_S_WILL_EXCEED_THE_THRESHOLD_S_BYTE_S_6043B3D8 = + "payload 大小 %s byte(s) 将超过阈值 %s byte(s)"; + public static final String + PIPE_EXCEPTION_INCONSISTENT_READ_LENGTH_BROKEN_INVARIANT_EXPECTED_S_ACTUAL_9203668A = + "读取长度不一致(不变量被破坏),期望:%s,实际:%s"; public static final String PIPE_EXCEPTION_TIMEOUTEXCEPTION_WAITED_S_SECONDS_8B31A3A5 = "TimeoutException:等待 %s 秒"; - public static final String PIPE_EXCEPTION_THE_SUBSCRIPTIONCONNECTORSUBTASKMANAGER_ONLY_SUPPORTS_SUBSCRIPTION_CEFFAAA9 = - "SubscriptionConnectorSubtaskManager 仅支持 subscription-sink。"; - public static final String PIPE_EXCEPTION_FAILED_TO_CONSTRUCT_SUBSCRIPTION_SINK_BECAUSE_OF_S_OR_S_DBA27DC2 = - "构造 subscription sink 失败,原因:pipe connector 参数中不存在 %s 或 %s"; + public static final String + PIPE_EXCEPTION_THE_SUBSCRIPTIONCONNECTORSUBTASKMANAGER_ONLY_SUPPORTS_SUBSCRIPTION_CEFFAAA9 = + "SubscriptionConnectorSubtaskManager 仅支持 subscription-sink。"; + public static final String + PIPE_EXCEPTION_FAILED_TO_CONSTRUCT_SUBSCRIPTION_SINK_BECAUSE_OF_S_OR_S_DBA27DC2 = + "构造 subscription sink 失败,原因:pipe connector 参数中不存在 %s 或 %s"; public static final String PIPE_EXCEPTION_FAILED_TO_GET_PENDINGQUEUE_NO_SUCH_SUBTASK_S_B445404A = "获取 PendingQueue 失败。不存在该 subtask:%s"; public static final String PIPE_EXCEPTION_INVALID_BASE64_URL_COMPONENT_LENGTH_F1F1B6BA = "无效的 base64 URL component 长度"; - public static final String PIPE_EXCEPTION_INVALID_CONSENSUS_SUBSCRIPTION_PROGRESS_REGION_COUNT_S_7CE4FD8E = - "无效的 consensus subscription progress Region 数量 %s"; - public static final String PIPE_EXCEPTION_INVALID_CONSENSUS_SUBSCRIPTION_PROGRESS_PAYLOAD_LENGTH_S_8C145986 = - "无效的 consensus subscription progress payload 长度 %s"; - public static final String PIPE_EXCEPTION_MALFORMED_CONSENSUS_SUBSCRIPTION_PROGRESS_FILE_S_83042847 = - "格式错误的 consensus subscription progress 文件 %s"; - public static final String PIPE_EXCEPTION_ILLEGAL_S_S_72D743AA = - "非法的 %s=%s"; - public static final String PIPE_EXCEPTION_INTERRUPTED_WHILE_WAITING_FOR_SEEK_APPLICATION_7C7ECAF2 = - "等待 seek 应用时被中断"; - public static final String PIPE_EXCEPTION_CONSENSUSPREFETCHINGQUEUE_S_CANNOT_RECOVER_FROM_NON_EMPTY_C1B367EF = - "ConsensusPrefetchingQueue %s:无法在没有 WAL 访问权限的情况下,从非空 Region progress 恢复:%s"; - public static final String PIPE_EXCEPTION_CONSENSUSPREFETCHINGQUEUE_S_CANNOT_INITIALIZE_REPLAY_START_E02DE40E = - "ConsensusPrefetchingQueue %s:无法根据 region progress %s 初始化 replay 起点:%s"; - public static final String PIPE_EXCEPTION_CONSENSUSPREFETCHINGQUEUE_S_CANNOT_SEEKTOREGIONPROGRESS_2746E514 = - "ConsensusPrefetchingQueue %s:无法执行 seekToRegionProgress %s:%s"; - public static final String PIPE_EXCEPTION_CONSENSUSPREFETCHINGQUEUE_S_CANNOT_SEEKAFTERREGIONPROGRESS_48A500C3 = - "ConsensusPrefetchingQueue %s:无法执行 seekAfterRegionProgress %s:%s"; - public static final String PIPE_EXCEPTION_CONSENSUSPREFETCHINGQUEUE_S_IS_CLOSING_WHILE_APPLYING_SEEK_2BB2B431 = - "ConsensusPrefetchingQueue %s 正在应用 seek 时关闭"; - public static final String PIPE_EXCEPTION_CONSENSUSPREFETCHINGQUEUE_S_RUNTIME_STOPPED_BEFORE_SEEK_7BCB4F4B = - "ConsensusPrefetchingQueue %s 运行时在应用 seek(%s) 前已停止"; - public static final String PIPE_EXCEPTION_CONSENSUSPREFETCHINGQUEUE_S_IS_CLOSING_BEFORE_SEEK_APPLIES_F893BB02 = - "ConsensusPrefetchingQueue %s 在 seek 应用前正在关闭"; - public static final String PIPE_EXCEPTION_NO_PRIVILEGE_FOR_SELECT_FOR_USER_S_AT_TABLE_S_S_84B0C299 = - "用户 %s 对表 %s.%s 没有 SELECT 权限"; + public static final String + PIPE_EXCEPTION_INVALID_CONSENSUS_SUBSCRIPTION_PROGRESS_REGION_COUNT_S_7CE4FD8E = + "无效的 consensus subscription progress Region 数量 %s"; + public static final String + PIPE_EXCEPTION_INVALID_CONSENSUS_SUBSCRIPTION_PROGRESS_PAYLOAD_LENGTH_S_8C145986 = + "无效的 consensus subscription progress payload 长度 %s"; + public static final String + PIPE_EXCEPTION_MALFORMED_CONSENSUS_SUBSCRIPTION_PROGRESS_FILE_S_83042847 = + "格式错误的 consensus subscription progress 文件 %s"; + public static final String PIPE_EXCEPTION_ILLEGAL_S_S_72D743AA = "非法的 %s=%s"; + public static final String + PIPE_EXCEPTION_INTERRUPTED_WHILE_WAITING_FOR_SEEK_APPLICATION_7C7ECAF2 = "等待 seek 应用时被中断"; + public static final String + PIPE_EXCEPTION_CONSENSUSPREFETCHINGQUEUE_S_CANNOT_RECOVER_FROM_NON_EMPTY_C1B367EF = + "ConsensusPrefetchingQueue %s:无法在没有 WAL 访问权限的情况下,从非空 Region progress 恢复:%s"; + public static final String + PIPE_EXCEPTION_CONSENSUSPREFETCHINGQUEUE_S_CANNOT_INITIALIZE_REPLAY_START_E02DE40E = + "ConsensusPrefetchingQueue %s:无法根据 region progress %s 初始化 replay 起点:%s"; + public static final String + PIPE_EXCEPTION_CONSENSUSPREFETCHINGQUEUE_S_CANNOT_SEEKTOREGIONPROGRESS_2746E514 = + "ConsensusPrefetchingQueue %s:无法执行 seekToRegionProgress %s:%s"; + public static final String + PIPE_EXCEPTION_CONSENSUSPREFETCHINGQUEUE_S_CANNOT_SEEKAFTERREGIONPROGRESS_48A500C3 = + "ConsensusPrefetchingQueue %s:无法执行 seekAfterRegionProgress %s:%s"; + public static final String + PIPE_EXCEPTION_CONSENSUSPREFETCHINGQUEUE_S_IS_CLOSING_WHILE_APPLYING_SEEK_2BB2B431 = + "ConsensusPrefetchingQueue %s 正在应用 seek 时关闭"; + public static final String + PIPE_EXCEPTION_CONSENSUSPREFETCHINGQUEUE_S_RUNTIME_STOPPED_BEFORE_SEEK_7BCB4F4B = + "ConsensusPrefetchingQueue %s 运行时在应用 seek(%s) 前已停止"; + public static final String + PIPE_EXCEPTION_CONSENSUSPREFETCHINGQUEUE_S_IS_CLOSING_BEFORE_SEEK_APPLIES_F893BB02 = + "ConsensusPrefetchingQueue %s 在 seek 应用前正在关闭"; + public static final String + PIPE_EXCEPTION_NO_PRIVILEGE_FOR_SELECT_FOR_USER_S_AT_TABLE_S_S_84B0C299 = + "用户 %s 对表 %s.%s 没有 SELECT 权限"; public static final String PIPE_EXCEPTION_EXPECTED_BINARY_BYTE_OR_STRING_BUT_WAS_S_7976B10F = "期望 Binary、byte[] 或 String,实际为 %s。"; - public static final String PIPE_EXCEPTION_TIMEOUTEXCEPTION_WAITED_S_SECONDS_FOR_MEMORY_TO_PARSE_TSFILE_0E4EF8FD = - "TimeoutException:等待 %s 秒以获取解析 TsFile 所需内存"; + public static final String + PIPE_EXCEPTION_TIMEOUTEXCEPTION_WAITED_S_SECONDS_FOR_MEMORY_TO_PARSE_TSFILE_0E4EF8FD = + "TimeoutException:等待 %s 秒以获取解析 TsFile 所需内存"; public static final String PIPE_EXCEPTION_UNSUPPORTED_DATA_TYPE_S_FOR_COLUMN_S_9F870C01 = "数据类型 %s 不支持用于列 %s"; - public static final String PIPE_EXCEPTION_COLUMN_S_NOT_FOUND_0FA13581 = - "未找到列 %s"; + public static final String PIPE_EXCEPTION_COLUMN_S_NOT_FOUND_0FA13581 = "未找到列 %s"; public static final String PIPE_EXCEPTION_INSERTNODE_TYPE_S_IS_NOT_SUPPORTED_7DF82B58 = "不支持 InsertNode 类型 %s。"; - public static final String PIPE_EXCEPTION_DATA_TYPE_S_IS_NOT_SUPPORTED_5D5C02E4 = - "不支持数据类型 %s。"; - public static final String PIPE_EXCEPTION_FORCEALLOCATEFORTABLET_FAILED_TO_ALLOCATE_BECAUSE_THERE_F878474D = - "forceAllocateForTablet:分配失败,原因:tablet 占用内存过多,总内存大小 %d bytes,tablet 已用内存大小 %d bytes,请求内存大小 %d " - + "bytes"; - public static final String PIPE_EXCEPTION_FORCEALLOCATEFORTSFILE_FAILED_TO_ALLOCATE_BECAUSE_THERE_6D614467 = - "forceAllocateForTsFile:分配失败,原因:tsfile 占用内存过多,总内存大小 %d bytes,tsfile 已用内存大小 %d bytes,请求内存大小 %d " - + "bytes"; - public static final String PIPE_EXCEPTION_FORCEALLOCATE_FAILED_TO_ALLOCATE_MEMORY_AFTER_D_RETRIES_44EF7AE7 = - "forceAllocate:重试 %d 次后仍无法分配内存,总内存大小 %d bytes,已用内存大小 %d bytes,请求内存大小 %d bytes"; - public static final String PIPE_EXCEPTION_FORCERESIZE_FAILED_TO_ALLOCATE_MEMORY_AFTER_D_RETRIES_TOTAL_8C6948BC = - "forceResize:重试 %d 次后仍无法分配内存,总内存大小 %d bytes,已用内存大小 %d bytes,请求内存大小 %d bytes"; - public static final String PIPE_EXCEPTION_FAILED_TO_GET_HARDLINK_OR_COPIED_FILE_IN_PIPE_DIR_FOR_FILE_F009D86E = - "获取 pipe 目录中文件 %s 的 hardlink 或复制文件失败;该文件不是 tsfile、mod 文件或 resource 文件"; - public static final String PIPE_EXCEPTION_PIPEPLANTOSTATEMENTVISITOR_DOES_NOT_SUPPORT_VISITING_GENERAL_452AAA60 = - "PipePlanToStatementVisitor 不支持访问通用 plan,PlanNode:%s"; - public static final String PIPE_EXCEPTION_AIRGAP_PAYLOAD_LENGTH_D_EXCEEDS_MAXIMUM_ALLOWED_D_CLOSING_D1712B3D = - "AirGap payload 长度(%d)超过最大允许值(%d)。关闭来自 %s 的连接"; - public static final String PIPE_EXCEPTION_DETECTED_SUSPICIOUS_NESTED_E_LANGUAGE_PREFIX_CLOSING_CONNECTION_69C76172 = - "检测到可疑的嵌套 E-Language 前缀。关闭来自 %s 的连接"; + public static final String PIPE_EXCEPTION_DATA_TYPE_S_IS_NOT_SUPPORTED_5D5C02E4 = "不支持数据类型 %s。"; + public static final String + PIPE_EXCEPTION_FORCEALLOCATEFORTABLET_FAILED_TO_ALLOCATE_BECAUSE_THERE_F878474D = + "forceAllocateForTablet:分配失败,原因:tablet 占用内存过多,总内存大小 %d bytes,tablet 已用内存大小 %d bytes,请求内存大小 %d " + + "bytes"; + public static final String + PIPE_EXCEPTION_FORCEALLOCATEFORTSFILE_FAILED_TO_ALLOCATE_BECAUSE_THERE_6D614467 = + "forceAllocateForTsFile:分配失败,原因:tsfile 占用内存过多,总内存大小 %d bytes,tsfile 已用内存大小 %d bytes,请求内存大小 %d " + + "bytes"; + public static final String + PIPE_EXCEPTION_FORCEALLOCATE_FAILED_TO_ALLOCATE_MEMORY_AFTER_D_RETRIES_44EF7AE7 = + "forceAllocate:重试 %d 次后仍无法分配内存,总内存大小 %d bytes,已用内存大小 %d bytes,请求内存大小 %d bytes"; + public static final String + PIPE_EXCEPTION_FORCERESIZE_FAILED_TO_ALLOCATE_MEMORY_AFTER_D_RETRIES_TOTAL_8C6948BC = + "forceResize:重试 %d 次后仍无法分配内存,总内存大小 %d bytes,已用内存大小 %d bytes,请求内存大小 %d bytes"; + public static final String + PIPE_EXCEPTION_FAILED_TO_GET_HARDLINK_OR_COPIED_FILE_IN_PIPE_DIR_FOR_FILE_F009D86E = + "获取 pipe 目录中文件 %s 的 hardlink 或复制文件失败;该文件不是 tsfile、mod 文件或 resource 文件"; + public static final String + PIPE_EXCEPTION_PIPEPLANTOSTATEMENTVISITOR_DOES_NOT_SUPPORT_VISITING_GENERAL_452AAA60 = + "PipePlanToStatementVisitor 不支持访问通用 plan,PlanNode:%s"; + public static final String + PIPE_EXCEPTION_AIRGAP_PAYLOAD_LENGTH_D_EXCEEDS_MAXIMUM_ALLOWED_D_CLOSING_D1712B3D = + "AirGap payload 长度(%d)超过最大允许值(%d)。关闭来自 %s 的连接"; + public static final String + PIPE_EXCEPTION_DETECTED_SUSPICIOUS_NESTED_E_LANGUAGE_PREFIX_CLOSING_CONNECTION_69C76172 = + "检测到可疑的嵌套 E-Language 前缀。关闭来自 %s 的连接"; public static final String PIPE_EXCEPTION_AUTO_CREATE_DATABASE_FAILED_S_STATUS_CODE_S_D8EB60FA = "自动创建数据库失败:%s,状态码:%s"; - public static final String PIPE_EXCEPTION_IOTCONSENSUSV2_PIPENAME_S_FAILED_TO_CREATE_RECEIVER_FILE_DD67E854 = - "IoTConsensusV2-PipeName-%s:创建 receiver 文件目录 %s 失败。原因:父级系统目录因系统并发退出而被删除。"; - public static final String PIPE_EXCEPTION_IOTCONSENSUSV2_PIPENAME_S_FAILED_TO_CREATE_RECEIVER_FILE_5ADC430A = - "IoTConsensusV2-PipeName-%s:创建 receiver 文件目录 %s 失败。原因可能是权限不足、目录已存在等。"; - public static final String PIPE_EXCEPTION_IOTCONSENSUSV2_PIPENAME_S_FAILED_TO_CREATE_TSFILEWRITER_85EC8DD2 = - "IoTConsensusV2-PipeName-%s:创建 tsFileWriter-%d receiver 文件目录失败"; + public static final String + PIPE_EXCEPTION_IOTCONSENSUSV2_PIPENAME_S_FAILED_TO_CREATE_RECEIVER_FILE_DD67E854 = + "IoTConsensusV2-PipeName-%s:创建 receiver 文件目录 %s 失败。原因:父级系统目录因系统并发退出而被删除。"; + public static final String + PIPE_EXCEPTION_IOTCONSENSUSV2_PIPENAME_S_FAILED_TO_CREATE_RECEIVER_FILE_5ADC430A = + "IoTConsensusV2-PipeName-%s:创建 receiver 文件目录 %s 失败。原因可能是权限不足、目录已存在等。"; + public static final String + PIPE_EXCEPTION_IOTCONSENSUSV2_PIPENAME_S_FAILED_TO_CREATE_TSFILEWRITER_85EC8DD2 = + "IoTConsensusV2-PipeName-%s:创建 tsFileWriter-%d receiver 文件目录失败"; public static final String PIPE_EXCEPTION_UNSUPPORTED_IOTCONSENSUSV2_REQUEST_VERSION_D_E1D94606 = "不支持的 iotConsensusV2 请求版本 %d"; public static final String PIPE_EXCEPTION_CAN_NOT_EXECUTE_DELETE_STATEMENT_S_3563E8A3 = "无法执行删除语句:%s"; public static final String PIPE_EXCEPTION_CAN_NOT_EXECUTE_LOAD_TSFILE_STATEMENT_S_8CC1A096 = "无法执行加载 TsFile 语句:%s"; - public static final String PIPE_EXCEPTION_FAILED_TO_GET_PIPE_TASK_PROGRESS_INDEX_WITH_PIPE_NAME_S_CFE9DE7C = - "获取 pipe 任务进度索引失败,pipe 名称:%s,共识组 ID:%s。"; - public static final String PIPE_EXCEPTION_EXCEPTION_IN_PIPE_PROCESS_SUBTASK_S_LAST_EVENT_S_ROOT_CAUSE_95B49C24 = - "pipe 处理发生异常,subtask:%s,最后一个 event:%s,根因:%s"; - public static final String PIPE_EXCEPTION_THE_VISIBILITY_OF_THE_PIPE_S_S_IS_NOT_COMPATIBLE_WITH_THE_30B8BF0A = - "pipe(%s,%s)的可见性与 source(%s,%s,%s)、processor(%s,%s,%s)和 connector(%s,%s,%s)的可见性不兼容。"; - public static final String PIPE_EXCEPTION_DATA_TYPE_S_IS_NOT_SUPPORTED_WHEN_CONVERT_DATA_AT_CLIENT_405429CC = - "客户端转换数据时不支持数据类型 %s"; - public static final String PIPE_EXCEPTION_HANDSHAKE_ERROR_WITH_RECEIVER_S_S_CODE_D_MESSAGE_S_4ED82649 = - "receiver %s:%s 握手错误,code:%d,message:%s。"; - public static final String PIPE_EXCEPTION_THE_WEBSOCKET_SERVER_HAS_ALREADY_BEEN_CREATED_WITH_PORT_FFC420AE = - "WebSocket server 已使用端口 %d 创建。请将 cdc.port 选项设置为 %d。"; - public static final String PIPE_EXCEPTION_NETWORK_ERROR_WHEN_TRANSFER_TSFILE_INSERTION_EVENT_S_703A2E9E = - "传输 tsFile insertion event 时发生网络错误:%s。"; - public static final String PIPE_EXCEPTION_CANNOT_SEND_PIPE_DATA_TO_RECEIVER_S_S_BECAUSE_S_25143D54 = - "无法向 receiver %s:%s 发送 pipe data,原因:%s。"; + public static final String + PIPE_EXCEPTION_FAILED_TO_GET_PIPE_TASK_PROGRESS_INDEX_WITH_PIPE_NAME_S_CFE9DE7C = + "获取 pipe 任务进度索引失败,pipe 名称:%s,共识组 ID:%s。"; + public static final String + PIPE_EXCEPTION_EXCEPTION_IN_PIPE_PROCESS_SUBTASK_S_LAST_EVENT_S_ROOT_CAUSE_95B49C24 = + "pipe 处理发生异常,subtask:%s,最后一个 event:%s,根因:%s"; + public static final String + PIPE_EXCEPTION_THE_VISIBILITY_OF_THE_PIPE_S_S_IS_NOT_COMPATIBLE_WITH_THE_30B8BF0A = + "pipe(%s,%s)的可见性与 source(%s,%s,%s)、processor(%s,%s,%s)和 connector(%s,%s,%s)的可见性不兼容。"; + public static final String + PIPE_EXCEPTION_DATA_TYPE_S_IS_NOT_SUPPORTED_WHEN_CONVERT_DATA_AT_CLIENT_405429CC = + "客户端转换数据时不支持数据类型 %s"; + public static final String + PIPE_EXCEPTION_HANDSHAKE_ERROR_WITH_RECEIVER_S_S_CODE_D_MESSAGE_S_4ED82649 = + "receiver %s:%s 握手错误,code:%d,message:%s。"; + public static final String + PIPE_EXCEPTION_THE_WEBSOCKET_SERVER_HAS_ALREADY_BEEN_CREATED_WITH_PORT_FFC420AE = + "WebSocket server 已使用端口 %d 创建。请将 cdc.port 选项设置为 %d。"; + public static final String + PIPE_EXCEPTION_NETWORK_ERROR_WHEN_TRANSFER_TSFILE_INSERTION_EVENT_S_703A2E9E = + "传输 tsFile insertion event 时发生网络错误:%s。"; + public static final String + PIPE_EXCEPTION_CANNOT_SEND_PIPE_DATA_TO_RECEIVER_S_S_BECAUSE_S_25143D54 = + "无法向 receiver %s:%s 发送 pipe data,原因:%s。"; public static final String PIPE_EXCEPTION_NETWORK_ERROR_WHEN_TRANSFER_EVENT_S_BECAUSE_S_60A63AD7 = "传输 event %s 时发生网络错误,原因:%s。"; - public static final String PIPE_EXCEPTION_NETWORK_ERROR_WHEN_TRANSFER_TABLET_INSERTION_EVENT_S_BECAUSE_A6F87EF5 = - "传输 tablet insertion event %s 时发生网络错误,原因:%s。"; - public static final String PIPE_EXCEPTION_NETWORK_ERROR_WHEN_TRANSFER_TSFILE_INSERTION_EVENT_S_BECAUSE_BDE61690 = - "传输 tsfile insertion event %s 时发生网络错误,原因:%s。"; - public static final String PIPE_EXCEPTION_NETWORK_ERROR_WHEN_TRANSFER_TSFILE_EVENT_S_BECAUSE_S_F36D2A6B = - "传输 tsfile event %s 时发生网络错误,原因:%s。"; - public static final String PIPE_EXCEPTION_FAILED_TO_TRANSFER_TABLET_INSERTION_EVENT_S_BECAUSE_S_9710318F = - "传输 tablet insertion event %s 失败,原因:%s。"; - public static final String PIPE_EXCEPTION_FAILED_TO_TRANSFER_TSFILE_INSERTION_EVENT_S_BECAUSE_S_21AD3263 = - "传输 tsfile insertion event %s 失败,原因:%s。"; + public static final String + PIPE_EXCEPTION_NETWORK_ERROR_WHEN_TRANSFER_TABLET_INSERTION_EVENT_S_BECAUSE_A6F87EF5 = + "传输 tablet insertion event %s 时发生网络错误,原因:%s。"; + public static final String + PIPE_EXCEPTION_NETWORK_ERROR_WHEN_TRANSFER_TSFILE_INSERTION_EVENT_S_BECAUSE_BDE61690 = + "传输 tsfile insertion event %s 时发生网络错误,原因:%s。"; + public static final String + PIPE_EXCEPTION_NETWORK_ERROR_WHEN_TRANSFER_TSFILE_EVENT_S_BECAUSE_S_F36D2A6B = + "传输 tsfile event %s 时发生网络错误,原因:%s。"; + public static final String + PIPE_EXCEPTION_FAILED_TO_TRANSFER_TABLET_INSERTION_EVENT_S_BECAUSE_S_9710318F = + "传输 tablet insertion event %s 失败,原因:%s。"; + public static final String + PIPE_EXCEPTION_FAILED_TO_TRANSFER_TSFILE_INSERTION_EVENT_S_BECAUSE_S_21AD3263 = + "传输 tsfile insertion event %s 失败,原因:%s。"; public static final String PIPE_EXCEPTION_NETWORK_ERROR_WHEN_TRANSFER_FILE_S_BECAUSE_S_3C673B7A = "传输文件 %s 时发生网络错误,原因:%s。"; public static final String PIPE_EXCEPTION_PARAMETERS_IN_SET_S_ARE_NOT_ALLOWED_IN_SKIPIF_AAF177AD = "集合 %s 中的参数不允许出现在 'skipif' 中"; public static final String PIPE_EXCEPTION_FAILED_TO_CHECK_PASSWORD_FOR_PIPE_S_0B1A5C73 = "检查 pipe %s 的密码失败。"; - public static final String PIPE_EXCEPTION_NETWORK_ERROR_WHEN_TRANSFER_DELETION_S_BECAUSE_S_3B250B4B = - "传输 deletion %s 时发生网络错误,原因:%s。"; - public static final String PIPE_EXCEPTION_NETWORK_ERROR_WHEN_TRANSFER_TABLET_BATCH_BECAUSE_S_6BEC52E7 = - "传输 tablet batch 时发生网络错误,原因:%s。"; - public static final String PIPE_EXCEPTION_NETWORK_ERROR_WHEN_TRANSFER_INSERT_NODE_TABLET_INSERTION_D993C7AB = - "传输 insert node tablet insertion event 时发生网络错误,原因:%s。"; - public static final String PIPE_EXCEPTION_NETWORK_ERROR_WHEN_TRANSFER_RAW_TABLET_INSERTION_EVENT_BECAUSE_D8ACEC3C = - "传输 raw tablet insertion event 时发生网络错误,原因:%s。"; + public static final String + PIPE_EXCEPTION_NETWORK_ERROR_WHEN_TRANSFER_DELETION_S_BECAUSE_S_3B250B4B = + "传输 deletion %s 时发生网络错误,原因:%s。"; + public static final String + PIPE_EXCEPTION_NETWORK_ERROR_WHEN_TRANSFER_TABLET_BATCH_BECAUSE_S_6BEC52E7 = + "传输 tablet batch 时发生网络错误,原因:%s。"; + public static final String + PIPE_EXCEPTION_NETWORK_ERROR_WHEN_TRANSFER_INSERT_NODE_TABLET_INSERTION_D993C7AB = + "传输 insert node tablet insertion event 时发生网络错误,原因:%s。"; + public static final String + PIPE_EXCEPTION_NETWORK_ERROR_WHEN_TRANSFER_RAW_TABLET_INSERTION_EVENT_BECAUSE_D8ACEC3C = + "传输 raw tablet insertion event 时发生网络错误,原因:%s。"; public static final String PIPE_EXCEPTION_NETWORK_ERROR_WHEN_SEAL_FILE_S_BECAUSE_S_DC87F263 = "seal 文件 %s 时发生网络错误,原因:%s。"; - public static final String PIPE_EXCEPTION_NETWORK_ERROR_WHEN_TRANSFER_SCHEMA_REGION_WRITE_PLAN_S_BECAUSE_AEB210C7 = - "传输 schema region write plan %s 时发生网络错误,原因:%s。"; - public static final String PIPE_EXCEPTION_NETWORK_ERROR_WHEN_SEAL_SNAPSHOT_FILE_S_S_AND_S_BECAUSE_5EF373E6 = - "seal snapshot 文件 %s、%s 和 %s 时发生网络错误,原因:%s。"; - public static final String PIPE_EXCEPTION_FAILED_TO_TRANSFER_SLICE_ORIGIN_REQ_S_S_SLICE_INDEX_D_SLICE_44E1CF32 = - "传输 slice 失败。Origin req:%s-%s,slice index:%d,slice count:%d。原因:%s"; - public static final String PIPE_EXCEPTION_THE_EXISTING_SERVER_WITH_TCP_PORT_S_AND_HTTPS_PORT_S_S_S_08C076F7 = - "现有 server 的 tcp port %s 和 https port %s 的 %s %s 与新的 %s %s 冲突,拒绝复用。"; + public static final String + PIPE_EXCEPTION_NETWORK_ERROR_WHEN_TRANSFER_SCHEMA_REGION_WRITE_PLAN_S_BECAUSE_AEB210C7 = + "传输 schema region write plan %s 时发生网络错误,原因:%s。"; + public static final String + PIPE_EXCEPTION_NETWORK_ERROR_WHEN_SEAL_SNAPSHOT_FILE_S_S_AND_S_BECAUSE_5EF373E6 = + "seal snapshot 文件 %s、%s 和 %s 时发生网络错误,原因:%s。"; + public static final String + PIPE_EXCEPTION_FAILED_TO_TRANSFER_SLICE_ORIGIN_REQ_S_S_SLICE_INDEX_D_SLICE_44E1CF32 = + "传输 slice 失败。Origin req:%s-%s,slice index:%d,slice count:%d。原因:%s"; + public static final String + PIPE_EXCEPTION_THE_EXISTING_SERVER_WITH_TCP_PORT_S_AND_HTTPS_PORT_S_S_S_08C076F7 = + "现有 server 的 tcp port %s 和 https port %s 的 %s %s 与新的 %s %s 冲突,拒绝复用。"; public static final String PIPE_EXCEPTION_INVALID_KEYSTORE_THE_SERVERPRIVATEKEY_IS_S_F5F3C02F = "无效的 keyStore,serverPrivateKey 为 %s"; public static final String PIPE_EXCEPTION_THE_FOLDER_NODE_FOR_S_DOES_NOT_EXIST_CC0776AE = "路径 %s 的 folder node 不存在。"; - public static final String PIPE_EXCEPTION_THE_NODE_S_DOES_NOT_EXIST_52F98935 = - "Node %s 不存在。"; - public static final String PIPE_EXCEPTION_THE_EXISTING_SERVER_WITH_NODEURL_S_S_S_S_CONFLICTS_TO_THE_1C06A4F6 = - "现有 server 的 nodeUrl %s 的 %s %s 与新的 %s %s 冲突,拒绝复用。"; - public static final String PIPE_EXCEPTION_UNKNOWN_INSERTBASESTATEMENT_S_CONSTRUCTED_FROM_PIPETRANSFERTABLETINSERTNODEREQ_FF5ED1D7 = - "由 PipeTransferTabletInsertNodeReq 构造出的 InsertBaseStatement %s 未知。"; - public static final String PIPE_EXCEPTION_UNKNOWN_INSERTNODE_TYPE_S_WHEN_CONSTRUCTING_STATEMENT_FROM_4A055174 = - "根据 insert node 构造 statement 时遇到未知 InsertNode 类型 %s。"; - public static final String PIPE_EXCEPTION_UNKNOWN_INSERTBASESTATEMENT_S_CONSTRUCTED_FROM_PIPETRANSFERTABLETBINARYREQV2_06D274D2 = - "由 PipeTransferTabletBinaryReqV2 构造出的 InsertBaseStatement %s 未知。"; - public static final String PIPE_EXCEPTION_UNKNOWN_INSERTBASESTATEMENT_S_CONSTRUCTED_FROM_PIPETRANSFERTABLETINSERTNODEREQV2_16F399B6 = - "由 PipeTransferTabletInsertNodeReqV2 构造出的 InsertBaseStatement %s 未知。"; + public static final String PIPE_EXCEPTION_THE_NODE_S_DOES_NOT_EXIST_52F98935 = "Node %s 不存在。"; + public static final String + PIPE_EXCEPTION_THE_EXISTING_SERVER_WITH_NODEURL_S_S_S_S_CONFLICTS_TO_THE_1C06A4F6 = + "现有 server 的 nodeUrl %s 的 %s %s 与新的 %s %s 冲突,拒绝复用。"; + public static final String + PIPE_EXCEPTION_UNKNOWN_INSERTBASESTATEMENT_S_CONSTRUCTED_FROM_PIPETRANSFERTABLETINSERTNODEREQ_FF5ED1D7 = + "由 PipeTransferTabletInsertNodeReq 构造出的 InsertBaseStatement %s 未知。"; + public static final String + PIPE_EXCEPTION_UNKNOWN_INSERTNODE_TYPE_S_WHEN_CONSTRUCTING_STATEMENT_FROM_4A055174 = + "根据 insert node 构造 statement 时遇到未知 InsertNode 类型 %s。"; + public static final String + PIPE_EXCEPTION_UNKNOWN_INSERTBASESTATEMENT_S_CONSTRUCTED_FROM_PIPETRANSFERTABLETBINARYREQV2_06D274D2 = + "由 PipeTransferTabletBinaryReqV2 构造出的 InsertBaseStatement %s 未知。"; + public static final String + PIPE_EXCEPTION_UNKNOWN_INSERTBASESTATEMENT_S_CONSTRUCTED_FROM_PIPETRANSFERTABLETINSERTNODEREQV2_16F399B6 = + "由 PipeTransferTabletInsertNodeReqV2 构造出的 InsertBaseStatement %s 未知。"; public static final String PIPE_EXCEPTION_FAILED_TO_CREATE_FILE_DIR_FOR_BATCH_S_8FCD9125 = "为 batch %s 创建文件目录失败"; public static final String PIPE_EXCEPTION_FAILED_TO_CREATE_BATCH_FILE_DIR_BATCH_ID_S_EA8BE86C = "创建 batch 文件目录失败。(Batch id = %s)"; - public static final String PIPE_EXCEPTION_PIPETREESTATEMENTTOPLANVISITOR_DOES_NOT_SUPPORT_VISITING_3A4A6524 = - "PipeTreeStatementToPlanVisitor 不支持访问通用 statement,Statement:%s"; - public static final String PIPE_EXCEPTION_PIPESTATEMENTTOPLANVISITOR_DOES_NOT_SUPPORT_VISITING_GENERAL_590C6BD7 = - "PipeStatementToPlanVisitor 不支持访问通用 statement,Statement:%s"; - public static final String PIPE_EXCEPTION_THE_PATH_PATTERN_S_IS_NOT_VALID_FOR_THE_SOURCE_ONLY_PREFIX_139F93D6 = - "source 的 path pattern %s 无效。只允许 prefix 或 full path。"; + public static final String + PIPE_EXCEPTION_PIPETREESTATEMENTTOPLANVISITOR_DOES_NOT_SUPPORT_VISITING_3A4A6524 = + "PipeTreeStatementToPlanVisitor 不支持访问通用 statement,Statement:%s"; + public static final String + PIPE_EXCEPTION_PIPESTATEMENTTOPLANVISITOR_DOES_NOT_SUPPORT_VISITING_GENERAL_590C6BD7 = + "PipeStatementToPlanVisitor 不支持访问通用 statement,Statement:%s"; + public static final String + PIPE_EXCEPTION_THE_PATH_PATTERN_S_IS_NOT_VALID_FOR_THE_SOURCE_ONLY_PREFIX_139F93D6 = + "source 的 path pattern %s 无效。只允许 prefix 或 full path。"; public static final String PIPE_EXCEPTION_S_S_S_SHOULD_BE_LESS_THAN_OR_EQUAL_TO_S_S_S_0B9726E1 = "%s(%s)[%s] 应小于或等于 %s(%s)[%s]。"; - public static final String PIPE_EXCEPTION_PARAMETERS_IN_SET_S_ARE_NOT_ALLOWED_IN_REALTIME_LOOSE_RANGE_BACD2475 = - "集合 %s 中的参数不允许出现在 'realtime.loose-range' 中"; - public static final String PIPE_EXCEPTION_UNSUPPORTED_EVENT_TYPE_S_FOR_LOG_REALTIME_EXTRACTOR_S_961C5D2D = - "event type %s 不支持用于 log realtime extractor %s"; - public static final String PIPE_EXCEPTION_UNSUPPORTED_EVENT_TYPE_S_FOR_HYBRID_REALTIME_EXTRACTOR_S_9C4F4C82 = - "event type %s 不支持用于 hybrid realtime extractor %s"; - public static final String PIPE_EXCEPTION_UNSUPPORTED_STATE_S_FOR_HYBRID_REALTIME_EXTRACTOR_S_43BD62C2 = - "state %s 不支持用于 hybrid realtime extractor %s"; - public static final String PIPE_EXCEPTION_UNSUPPORTED_EVENT_TYPE_S_FOR_HYBRID_REALTIME_EXTRACTOR_S_474BAAC2 = - "event type %s 不支持由 hybrid realtime extractor %s 提供。"; - public static final String PIPE_EXCEPTION_PARAMETERS_IN_SET_S_ARE_NOT_ALLOWED_IN_HISTORY_LOOSE_RANGE_0F685D5C = - "集合 %s 中的参数不允许出现在 'history.loose-range' 中"; + public static final String + PIPE_EXCEPTION_PARAMETERS_IN_SET_S_ARE_NOT_ALLOWED_IN_REALTIME_LOOSE_RANGE_BACD2475 = + "集合 %s 中的参数不允许出现在 'realtime.loose-range' 中"; + public static final String + PIPE_EXCEPTION_UNSUPPORTED_EVENT_TYPE_S_FOR_LOG_REALTIME_EXTRACTOR_S_961C5D2D = + "event type %s 不支持用于 log realtime extractor %s"; + public static final String + PIPE_EXCEPTION_UNSUPPORTED_EVENT_TYPE_S_FOR_HYBRID_REALTIME_EXTRACTOR_S_9C4F4C82 = + "event type %s 不支持用于 hybrid realtime extractor %s"; + public static final String + PIPE_EXCEPTION_UNSUPPORTED_STATE_S_FOR_HYBRID_REALTIME_EXTRACTOR_S_43BD62C2 = + "state %s 不支持用于 hybrid realtime extractor %s"; + public static final String + PIPE_EXCEPTION_UNSUPPORTED_EVENT_TYPE_S_FOR_HYBRID_REALTIME_EXTRACTOR_S_474BAAC2 = + "event type %s 不支持由 hybrid realtime extractor %s 提供。"; + public static final String + PIPE_EXCEPTION_PARAMETERS_IN_SET_S_ARE_NOT_ALLOWED_IN_HISTORY_LOOSE_RANGE_0F685D5C = + "集合 %s 中的参数不允许出现在 'history.loose-range' 中"; public static final String PIPE_EXCEPTION_THE_AGGREGATOR_AND_OUTPUT_NAME_S_IS_INVALID_BC22CF92 = "aggregator 和 output name %s 无效。"; - public static final String PIPE_EXCEPTION_THE_NEEDED_INTERMEDIATE_VALUES_S_ARE_NOT_DEFINED_3FF0C52D = - "所需 intermediate values %s 未定义。"; + public static final String + PIPE_EXCEPTION_THE_NEEDED_INTERMEDIATE_VALUES_S_ARE_NOT_DEFINED_3FF0C52D = + "所需 intermediate values %s 未定义。"; public static final String PIPE_EXCEPTION_THE_PROCESSOR_S_IS_NOT_A_WINDOWING_PROCESSOR_EA5B59BA = "processor %s 不是 windowing processor。"; - public static final String PIPE_EXCEPTION_THE_AGGREGATE_PROCESSOR_DOES_NOT_SUPPORT_PROGRESSINDEXTYPE_35351D27 = - "aggregate processor 不支持 progressIndexType %s"; - public static final String PIPE_EXCEPTION_THE_TYPE_S_IS_NOT_SUPPORTED_E1A6F05D = - "不支持类型 %s"; - public static final String PIPE_EXCEPTION_THE_OUTPUT_TABLET_DOES_NOT_SUPPORT_COLUMN_TYPE_S_62F3845C = - "output tablet 不支持 column type %s"; - public static final String PIPE_EXCEPTION_THE_NEW_DATABASE_NAME_S_IS_INVALID_IT_SHOULD_NOT_CONTAIN_C3AB555E = - "新数据库名 %s 无效:不能包含 '%s',必须匹配 pattern %s,且长度不能超过 %d"; + public static final String + PIPE_EXCEPTION_THE_AGGREGATE_PROCESSOR_DOES_NOT_SUPPORT_PROGRESSINDEXTYPE_35351D27 = + "aggregate processor 不支持 progressIndexType %s"; + public static final String PIPE_EXCEPTION_THE_TYPE_S_IS_NOT_SUPPORTED_E1A6F05D = "不支持类型 %s"; + public static final String + PIPE_EXCEPTION_THE_OUTPUT_TABLET_DOES_NOT_SUPPORT_COLUMN_TYPE_S_62F3845C = + "output tablet 不支持 column type %s"; + public static final String + PIPE_EXCEPTION_THE_NEW_DATABASE_NAME_S_IS_INVALID_IT_SHOULD_NOT_CONTAIN_C3AB555E = + "新数据库名 %s 无效:不能包含 '%s',必须匹配 pattern %s,且长度不能超过 %d"; public static final String PIPE_EXCEPTION_THE_TYPE_S_CANNOT_BE_CASTED_TO_BOOLEAN_F19CCF75 = "类型 %s 无法转换为 boolean。"; public static final String PIPE_EXCEPTION_THE_TYPE_S_CANNOT_BE_CASTED_TO_INT_659069CC = @@ -2275,16 +2507,19 @@ private DataNodePipeMessages() {} "类型 %s 无法转换为 double。"; public static final String PIPE_EXCEPTION_THE_TYPE_S_CANNOT_BE_CASTED_TO_STRING_34983FBD = "类型 %s 无法转换为 string。"; - public static final String PIPE_EXCEPTION_UNABLE_TO_CREATE_IOTCONSENSUSV2_DELETION_DIR_AT_S_800EE360 = - "无法在 %s 创建 iotConsensusV2 deletion dir"; - public static final String PIPE_EXCEPTION_THE_TIMESERIES_S_USED_NEW_TYPE_S_IS_NOT_COMPATIBLE_WITH_455D4D4A = - "timeseries %s 使用的新类型 %s 与现有类型 %s 不兼容。"; - public static final String PIPE_EXCEPTION_THERE_ARE_TWO_TYPES_OF_PLANNODE_IN_ONE_REQUEST_S_AND_S_30FB3EE5 = - "同一请求中存在两种 PlanNode 类型:%s 和 %s"; - public static final String PIPE_EXCEPTION_THERE_ARE_TWO_TYPES_OF_PLANNODE_IN_ONE_REQUEST_S_AND_SEARCHNODE_F8B4D860 = - "同一请求中存在两种 PlanNode 类型:%s 和 SearchNode"; - public static final String COMPLETE_PAGE_BODY_EXPECTED_ACTUAL_FMT = - "page body 不完整。期望:%s。实际:%s"; + public static final String + PIPE_EXCEPTION_UNABLE_TO_CREATE_IOTCONSENSUSV2_DELETION_DIR_AT_S_800EE360 = + "无法在 %s 创建 iotConsensusV2 deletion dir"; + public static final String + PIPE_EXCEPTION_THE_TIMESERIES_S_USED_NEW_TYPE_S_IS_NOT_COMPATIBLE_WITH_455D4D4A = + "timeseries %s 使用的新类型 %s 与现有类型 %s 不兼容。"; + public static final String + PIPE_EXCEPTION_THERE_ARE_TWO_TYPES_OF_PLANNODE_IN_ONE_REQUEST_S_AND_S_30FB3EE5 = + "同一请求中存在两种 PlanNode 类型:%s 和 %s"; + public static final String + PIPE_EXCEPTION_THERE_ARE_TWO_TYPES_OF_PLANNODE_IN_ONE_REQUEST_S_AND_SEARCHNODE_F8B4D860 = + "同一请求中存在两种 PlanNode 类型:%s 和 SearchNode"; + public static final String COMPLETE_PAGE_BODY_EXPECTED_ACTUAL_FMT = "page body 不完整。期望:%s。实际:%s"; public static final String UNCOMPRESS_PAGE_DATA_FAILED_FMT = "解压失败!解压后大小:%s,压缩后大小:%s,page header:%s%s"; public static final String FAILED_TO_CLOSE_LISTENING_QUEUE_FOR_SCHEMAREGION_BECAUSE_FMT = @@ -2295,12 +2530,9 @@ private DataNodePipeMessages() {} "添加 item %s 失败,opc 错误码:0x%s"; public static final String FAILED_TO_WRITE_WITH_VALUE_AND_OPC_ERROR_CODE_FMT = "写入 %s 失败,值:%s,opc 错误码:0x%s"; - public static final String NO_CERTIFICATE_FOUND = - "未找到证书"; - public static final String CERTIFICATE_MISSING_APPLICATION_URI = - "证书缺少 application URI"; - public static final String NULL_VALUE = - "null"; + public static final String NO_CERTIFICATE_FOUND = "未找到证书"; + public static final String CERTIFICATE_MISSING_APPLICATION_URI = "证书缺少 application URI"; + public static final String NULL_VALUE = "null"; public static final String INCREASE_REFERENCE_COUNT_ERROR_HOLDER_FMT = "增加引用计数出错。Holder Message:%s"; public static final String DECREASE_REFERENCE_COUNT_ERROR_HOLDER_FMT = @@ -2319,103 +2551,131 @@ private DataNodePipeMessages() {} "ConsensusPrefetchingQueue %s 无法调度 seek(%s),因为 prefetch runtime 不可用"; public static final String ERROR_PROGID_INVALID_OR_UNREGISTERED_HRESULT_FMT = "错误:ProgID 无效或未注册,(HRESULT=0x%s)"; - public static final String ERROR_RUNNING_OPC_CLIENT_FMT = - "运行 opc client 出错:%s:%s"; - public static final String ERROR_GETTING_OPC_CLIENT_FMT = - "获取 opc client 出错:%s:%s"; + public static final String ERROR_RUNNING_OPC_CLIENT_FMT = "运行 opc client 出错:%s:%s"; + public static final String ERROR_GETTING_OPC_CLIENT_FMT = "获取 opc client 出错:%s:%s"; // --------------------------------------------------------------------------- // slice A1 – datanode pipe (leftover literals) // --------------------------------------------------------------------------- - public static final String MESSAGE_FAILED_TO_LOAD_SNAPSHOT_FROM_ARG_9391AA27 = - "从 {} 加载快照失败"; - public static final String MESSAGE_PIPE_ARG_ARG_HISTORICAL_TSFILE_SELECTION_SUMMARY_SELECTED_BY_PROGRESS_UNCOVERED_ARG_7B74E18D = - "Pipe {}@{}:历史 TsFile 选择摘要,按进度未覆盖选择 {},按未关闭/正在关闭选择 {}," - + "按时间/路径过滤 {}(时间 {},路径 {}),跳过已覆盖 {},跳过已删除 {},跳过 pipe 生成 {}," - + "pin 失败 {}"; - public static final String EXCEPTION_INVALID_ROW_SIZE_ARG_IN_TABLET_FORMAT_DESERIALIZATION_76405615 = - "tablet 格式反序列化中行大小 %s 无效。"; - public static final String EXCEPTION_INVALID_SCHEMA_SIZE_ARG_IN_TABLET_FORMAT_DESERIALIZATION_838C5359 = - "tablet 格式反序列化中 schema 大小 %s 无效。"; - public static final String EXCEPTION_MISSING_COLUMN_CATEGORY_IN_CURRENT_TABLET_FORMAT_DESERIALIZATION_660BD963 = - "当前 tablet 格式反序列化中缺少列类别。"; - public static final String EXCEPTION_INVALID_COLUMN_CATEGORY_ARG_IN_CURRENT_TABLET_FORMAT_DESERIALIZATION_569FF178 = - "当前 tablet 格式反序列化中列类别 %s 无效。"; - public static final String EXCEPTION_MISSING_TIMESTAMPS_IN_TABLET_FORMAT_DESERIALIZATION_WITH_NON_EMPTY_ROWS_7550129E = - "tablet 格式反序列化中行非空但缺少时间戳。"; - public static final String EXCEPTION_MISSING_VALUES_IN_TABLET_FORMAT_DESERIALIZATION_WITH_NON_EMPTY_ROWS_1B9C08D9 = - "tablet 格式反序列化中行非空但缺少值。"; + public static final String MESSAGE_FAILED_TO_LOAD_SNAPSHOT_FROM_ARG_9391AA27 = "从 {} 加载快照失败"; + public static final String + MESSAGE_PIPE_ARG_ARG_HISTORICAL_TSFILE_SELECTION_SUMMARY_SELECTED_BY_PROGRESS_UNCOVERED_ARG_7B74E18D = + "Pipe {}@{}:历史 TsFile 选择摘要,按进度未覆盖选择 {},按未关闭/正在关闭选择 {}," + + "按时间/路径过滤 {}(时间 {},路径 {}),跳过已覆盖 {},跳过已删除 {},跳过 pipe 生成 {}," + + "pin 失败 {}"; + public static final String + EXCEPTION_INVALID_ROW_SIZE_ARG_IN_TABLET_FORMAT_DESERIALIZATION_76405615 = + "tablet 格式反序列化中行大小 %s 无效。"; + public static final String + EXCEPTION_INVALID_SCHEMA_SIZE_ARG_IN_TABLET_FORMAT_DESERIALIZATION_838C5359 = + "tablet 格式反序列化中 schema 大小 %s 无效。"; + public static final String + EXCEPTION_MISSING_COLUMN_CATEGORY_IN_CURRENT_TABLET_FORMAT_DESERIALIZATION_660BD963 = + "当前 tablet 格式反序列化中缺少列类别。"; + public static final String + EXCEPTION_INVALID_COLUMN_CATEGORY_ARG_IN_CURRENT_TABLET_FORMAT_DESERIALIZATION_569FF178 = + "当前 tablet 格式反序列化中列类别 %s 无效。"; + public static final String + EXCEPTION_MISSING_TIMESTAMPS_IN_TABLET_FORMAT_DESERIALIZATION_WITH_NON_EMPTY_ROWS_7550129E = + "tablet 格式反序列化中行非空但缺少时间戳。"; + public static final String + EXCEPTION_MISSING_VALUES_IN_TABLET_FORMAT_DESERIALIZATION_WITH_NON_EMPTY_ROWS_1B9C08D9 = + "tablet 格式反序列化中行非空但缺少值。"; public static final String EXCEPTION_MISSING_ARG_FLAG_IN_TABLET_FORMAT_DESERIALIZATION_2F802C0D = "tablet 格式反序列化中缺少 %s 标志。"; - public static final String EXCEPTION_INVALID_ARG_FLAG_ARG_IN_TABLET_FORMAT_DESERIALIZATION_40FF35AA = - "tablet 格式反序列化中 %s 标志 %s 无效。"; - public static final String EXCEPTION_INSUFFICIENT_BYTES_FOR_ARG_IN_TABLET_FORMAT_DESERIALIZATION_EXPECTED_ARG_REMAINING_ARG_3FE76C83 = - "tablet 格式反序列化中 %s 的字节数不足,期望 %s,剩余 %s。"; - public static final String EXCEPTION_INVALID_BITMAP_SIZE_ARG_IN_TABLET_FORMAT_DESERIALIZATION_832E7C9C = - "tablet 格式反序列化中 bitmap 大小 %s 无效。"; + public static final String + EXCEPTION_INVALID_ARG_FLAG_ARG_IN_TABLET_FORMAT_DESERIALIZATION_40FF35AA = + "tablet 格式反序列化中 %s 标志 %s 无效。"; + public static final String + EXCEPTION_INSUFFICIENT_BYTES_FOR_ARG_IN_TABLET_FORMAT_DESERIALIZATION_EXPECTED_ARG_REMAINING_ARG_3FE76C83 = + "tablet 格式反序列化中 %s 的字节数不足,期望 %s,剩余 %s。"; + public static final String + EXCEPTION_INVALID_BITMAP_SIZE_ARG_IN_TABLET_FORMAT_DESERIALIZATION_832E7C9C = + "tablet 格式反序列化中 bitmap 大小 %s 无效。"; public static final String EXCEPTION_UNSUPPORTED_SCHEMA_PLAN_NODE_9A833E0B = "不支持的 schema plan 节点 "; - public static final String EXCEPTION_CANNOT_BUILD_SCHEMA_BATCH_PLAN_NODE_FROM_EMPTY_BATCH_842D9E9B = - "无法从空 batch 构建 schema batch plan 节点。"; - public static final String EXCEPTION_UNKNOWN_INSERTBASESTATEMENT_ARG_CONSTRUCTED_FROM_PIPETRANSFERTABLETBINARYREQ_20BF2833 = - "从 PipeTransferTabletBinaryReq 构造的未知 InsertBaseStatement %s。"; - public static final String EXCEPTION_INVALID_BINARY_REQUEST_BODY_LENGTH_ARG_REMAINING_BODY_LENGTH_ARG_5E21BBFC = - "无效的二进制请求体长度 %s,剩余请求体长度 %s。"; - public static final String EXCEPTION_FAILED_TO_DESERIALIZE_INSERT_NODE_ARG_ARG_IN_TABLET_BATCH_AT_BODY_POSITION_ARG_WITH_REMAINING_BODY_LENGTH_ARG_EC41A1DD = - "在 tablet batch 的 body 位置 %s 反序列化 insert 节点 %s/%s 失败,剩余请求体长度 %s。"; - public static final String EXCEPTION_FAILED_TO_DESERIALIZE_RAW_TABLET_ARG_ARG_IN_TABLET_BATCH_AT_BODY_POSITION_ARG_WITH_REMAINING_BODY_LENGTH_ARG_D36919BA = - "在 tablet batch 的 body 位置 %s 反序列化原始 tablet %s/%s 失败,剩余请求体长度 %s。"; - public static final String EXCEPTION_INSUFFICIENT_BYTES_TO_READ_ARG_IN_TABLET_BATCH_REMAINING_BODY_LENGTH_ARG_343C1B9A = - "tablet batch 中读取 %s 的字节数不足,剩余请求体长度 %s。"; + public static final String + EXCEPTION_CANNOT_BUILD_SCHEMA_BATCH_PLAN_NODE_FROM_EMPTY_BATCH_842D9E9B = + "无法从空 batch 构建 schema batch plan 节点。"; + public static final String + EXCEPTION_UNKNOWN_INSERTBASESTATEMENT_ARG_CONSTRUCTED_FROM_PIPETRANSFERTABLETBINARYREQ_20BF2833 = + "从 PipeTransferTabletBinaryReq 构造的未知 InsertBaseStatement %s。"; + public static final String + EXCEPTION_INVALID_BINARY_REQUEST_BODY_LENGTH_ARG_REMAINING_BODY_LENGTH_ARG_5E21BBFC = + "无效的二进制请求体长度 %s,剩余请求体长度 %s。"; + public static final String + EXCEPTION_FAILED_TO_DESERIALIZE_INSERT_NODE_ARG_ARG_IN_TABLET_BATCH_AT_BODY_POSITION_ARG_WITH_REMAINING_BODY_LENGTH_ARG_EC41A1DD = + "在 tablet batch 的 body 位置 %s 反序列化 insert 节点 %s/%s 失败,剩余请求体长度 %s。"; + public static final String + EXCEPTION_FAILED_TO_DESERIALIZE_RAW_TABLET_ARG_ARG_IN_TABLET_BATCH_AT_BODY_POSITION_ARG_WITH_REMAINING_BODY_LENGTH_ARG_D36919BA = + "在 tablet batch 的 body 位置 %s 反序列化原始 tablet %s/%s 失败,剩余请求体长度 %s。"; + public static final String + EXCEPTION_INSUFFICIENT_BYTES_TO_READ_ARG_IN_TABLET_BATCH_REMAINING_BODY_LENGTH_ARG_343C1B9A = + "tablet batch 中读取 %s 的字节数不足,剩余请求体长度 %s。"; public static final String EXCEPTION_INVALID_NEGATIVE_ARG_ARG_IN_TABLET_BATCH_89A5F868 = "tablet batch 中 %s %s 为负数,无效。"; - public static final String EXCEPTION_FAILED_TO_DESERIALIZE_RAW_TABLET_REQUEST_AT_BODY_POSITION_ARG_WITH_REMAINING_BODY_LENGTH_ARG_45AC3692 = - "在 body 位置 %s 反序列化原始 tablet 请求失败,剩余请求体长度 %s。"; - public static final String EXCEPTION_INCOMPLETE_SCHEMA_IN_CURRENT_TABLET_FORMAT_DESERIALIZATION_A23A1C30 = - "当前 tablet 格式反序列化中 schema 不完整。"; - public static final String EXCEPTION_COLUMN_COUNT_IS_INCONSISTENT_WITH_SCHEMA_COUNT_IN_CURRENT_TABLET_FORMAT_DESERIALIZATION_53BA037A = - "当前 tablet 格式反序列化中列数与 schema 数量不一致。"; - public static final String EXCEPTION_INCOMPLETE_MEASUREMENT_SCHEMA_IN_CURRENT_TABLET_FORMAT_DESERIALIZATION_B8DB28A8 = - "当前 tablet 格式反序列化中 measurement schema 不完整。"; - public static final String EXCEPTION_INCOMPLETE_COLUMN_VALUES_IN_CURRENT_TABLET_FORMAT_DESERIALIZATION_269782B9 = - "当前 tablet 格式反序列化中列值不完整。"; - public static final String EXCEPTION_INCOMPLETE_TIMESTAMPS_IN_CURRENT_TABLET_FORMAT_DESERIALIZATION_FE212461 = - "当前 tablet 格式反序列化中时间戳不完整。"; - public static final String MESSAGE_RECEIVER_ARG_REQUIRES_A_RETRY_THROTTLE_REQUESTS_FOR_ARG_MS_STATUS_ARG_0B3B14F6 = - "Receiver {} 要求重试,对请求限流 {} ms。状态:{}"; - public static final String EXCEPTION_RECEIVER_ARG_HAS_REQUIRED_RETRIES_FOR_MORE_THAN_ARG_MS_PAUSE_REGULAR_RETRIES_AND_PROBE_EVERY_ARG_MS_550475C2 = - "Receiver %s 要求重试已超过 %d ms,暂停常规重试,改为每 %d ms 探测一次。"; - public static final String MESSAGE_SUCCESSFULLY_TRANSFERRED_BATCHED_SCHEMA_EVENTS_BATCH_SIZE_ARG_CF2E881C = - "成功传输批量的 schema 事件,batch 大小 {}。"; - public static final String EXCEPTION_AUTO_CREATE_TREE_DATABASE_FAILED_ARG_STATUS_CODE_ARG_C6175C27 = - "自动创建 tree database 失败:%s,状态码:%s"; - public static final String EXCEPTION_ILLEGAL_TREE_DATABASE_ARG_C805A990 = - "非法的 tree database %s。"; - public static final String EXCEPTION_FAILED_TO_GET_PARENT_DIR_OF_8CE21C1D = - "获取父目录失败:"; + public static final String + EXCEPTION_FAILED_TO_DESERIALIZE_RAW_TABLET_REQUEST_AT_BODY_POSITION_ARG_WITH_REMAINING_BODY_LENGTH_ARG_45AC3692 = + "在 body 位置 %s 反序列化原始 tablet 请求失败,剩余请求体长度 %s。"; + public static final String + EXCEPTION_INCOMPLETE_SCHEMA_IN_CURRENT_TABLET_FORMAT_DESERIALIZATION_A23A1C30 = + "当前 tablet 格式反序列化中 schema 不完整。"; + public static final String + EXCEPTION_COLUMN_COUNT_IS_INCONSISTENT_WITH_SCHEMA_COUNT_IN_CURRENT_TABLET_FORMAT_DESERIALIZATION_53BA037A = + "当前 tablet 格式反序列化中列数与 schema 数量不一致。"; + public static final String + EXCEPTION_INCOMPLETE_MEASUREMENT_SCHEMA_IN_CURRENT_TABLET_FORMAT_DESERIALIZATION_B8DB28A8 = + "当前 tablet 格式反序列化中 measurement schema 不完整。"; + public static final String + EXCEPTION_INCOMPLETE_COLUMN_VALUES_IN_CURRENT_TABLET_FORMAT_DESERIALIZATION_269782B9 = + "当前 tablet 格式反序列化中列值不完整。"; + public static final String + EXCEPTION_INCOMPLETE_TIMESTAMPS_IN_CURRENT_TABLET_FORMAT_DESERIALIZATION_FE212461 = + "当前 tablet 格式反序列化中时间戳不完整。"; + public static final String + MESSAGE_RECEIVER_ARG_REQUIRES_A_RETRY_THROTTLE_REQUESTS_FOR_ARG_MS_STATUS_ARG_0B3B14F6 = + "Receiver {} 要求重试,对请求限流 {} ms。状态:{}"; + public static final String + EXCEPTION_RECEIVER_ARG_HAS_REQUIRED_RETRIES_FOR_MORE_THAN_ARG_MS_PAUSE_REGULAR_RETRIES_AND_PROBE_EVERY_ARG_MS_550475C2 = + "Receiver %s 要求重试已超过 %d ms,暂停常规重试,改为每 %d ms 探测一次。"; + public static final String + MESSAGE_SUCCESSFULLY_TRANSFERRED_BATCHED_SCHEMA_EVENTS_BATCH_SIZE_ARG_CF2E881C = + "成功传输批量的 schema 事件,batch 大小 {}。"; + public static final String + EXCEPTION_AUTO_CREATE_TREE_DATABASE_FAILED_ARG_STATUS_CODE_ARG_C6175C27 = + "自动创建 tree database 失败:%s,状态码:%s"; + public static final String EXCEPTION_ILLEGAL_TREE_DATABASE_ARG_C805A990 = "非法的 tree database %s。"; + public static final String EXCEPTION_FAILED_TO_GET_PARENT_DIR_OF_8CE21C1D = "获取父目录失败:"; public static final String EXCEPTION_FAILED_TO_PREPARE_NEXT_TABLET_INSERTION_EVENT_70A57827 = "准备下一个 tablet insertion event 失败。"; - public static final String EXCEPTION_INVALID_ALIGNED_VALUE_CHUNK_INDEX_ARG_WHILE_THERE_ARE_ARG_TIME_CHUNKS_A7AE6C57 = - "对齐值 chunk 索引 %d 无效,而共有 %d 个 time chunk。"; - public static final String MESSAGE_FAILED_TO_ROLLBACK_CREATED_REALTIME_PIPE_ARG_STATUS_ARG_CE14334A = - "回滚已创建的 realtime pipe {} 失败。状态:{}"; - public static final String LOG_REPORTING_PIPE_META_ARG_ISCOMPLETED_ARG_REMAININGEVENTCOUNT_ARG_8F996DF3 = - "正在上报 pipe meta:%s,isCompleted:%s,remainingEventCount:%s"; - public static final String LOG_REPORTED_ARG_PIPE_METAS_12068FC6 = - "已上报 %s 个 pipe meta。"; + public static final String + EXCEPTION_INVALID_ALIGNED_VALUE_CHUNK_INDEX_ARG_WHILE_THERE_ARE_ARG_TIME_CHUNKS_A7AE6C57 = + "对齐值 chunk 索引 %d 无效,而共有 %d 个 time chunk。"; + public static final String + MESSAGE_FAILED_TO_ROLLBACK_CREATED_REALTIME_PIPE_ARG_STATUS_ARG_CE14334A = + "回滚已创建的 realtime pipe {} 失败。状态:{}"; + public static final String + LOG_REPORTING_PIPE_META_ARG_ISCOMPLETED_ARG_REMAININGEVENTCOUNT_ARG_8F996DF3 = + "正在上报 pipe meta:%s,isCompleted:%s,remainingEventCount:%s"; + public static final String LOG_REPORTED_ARG_PIPE_METAS_12068FC6 = "已上报 %s 个 pipe meta。"; public static final String MESSAGE_TRANSFER_FILE_ARG_ERROR_RESULT_STATUS_ARG_E565D9FD = "传输文件 %s 出错,结果状态为 %s。"; public static final String EXCEPTION_LEGACY_PIPE_RECEIVER_REQUIRES_A_LOGGED_IN_SESSION_D96219BF = "Legacy pipe receiver 需要已登录的 session。"; - public static final String EXCEPTION_FAILED_TO_SET_UP_CONSENSUS_SUBSCRIPTION_FOR_TOPIC_ARG_IN_CONSUMER_GROUP_ARG_ARG_A7FA88F3 = - "为主题 %s、消费者组 %s 设置共识订阅失败:%s"; - public static final String EXCEPTION_TOPIC_METADATA_FOR_ARG_IS_UNAVAILABLE_DURING_CONSENSUS_SUBSCRIPTION_SETUP_A1949F20 = - "共识订阅设置期间 topic %s 的元数据不可用"; - public static final String EXCEPTION_TOPIC_CONFIG_FOR_ARG_IS_UNAVAILABLE_DURING_CONSENSUS_SUBSCRIPTION_SETUP_B94404EE = - "共识订阅设置期间 topic %s 的配置不可用"; - public static final String LOG_FAILED_TO_RELEASE_TSFILE_PARSER_MEMORY_FOR_PIPE_ARG_CREATION_TIME_ARG_IN_DATAREGION_ARG_BECAUSE_NO_RESERVATION_EXISTS_BB8321C0 = - "无法释放 Pipe {}(创建时间 {})在 DataRegion {} 中的 TsFile 解析器内存,因为不存在对应的预留。"; - public static final String LOG_PIPE_PROCESSOR_WORKER_ARG_HAS_BEEN_PROCESSING_THE_SAME_EVENT_FOR_ARG_MS_PIPE_ARG_DATAREGION_ARG_SUBTASK_ARG_EVENT_ARG_THREAD_STATE_ARG_STACK_ARG_63B40775 = - "Pipe processor worker {} 已连续处理同一 event {} ms。Pipe:{},DataRegion:{},subtask:{},event:{},线程状态:{}。栈:{}"; + public static final String + EXCEPTION_FAILED_TO_SET_UP_CONSENSUS_SUBSCRIPTION_FOR_TOPIC_ARG_IN_CONSUMER_GROUP_ARG_ARG_A7FA88F3 = + "为主题 %s、消费者组 %s 设置共识订阅失败:%s"; + public static final String + EXCEPTION_TOPIC_METADATA_FOR_ARG_IS_UNAVAILABLE_DURING_CONSENSUS_SUBSCRIPTION_SETUP_A1949F20 = + "共识订阅设置期间 topic %s 的元数据不可用"; + public static final String + EXCEPTION_TOPIC_CONFIG_FOR_ARG_IS_UNAVAILABLE_DURING_CONSENSUS_SUBSCRIPTION_SETUP_B94404EE = + "共识订阅设置期间 topic %s 的配置不可用"; + public static final String + LOG_FAILED_TO_RELEASE_TSFILE_PARSER_MEMORY_FOR_PIPE_ARG_CREATION_TIME_ARG_IN_DATAREGION_ARG_BECAUSE_NO_RESERVATION_EXISTS_BB8321C0 = + "无法释放 Pipe {}(创建时间 {})在 DataRegion {} 中的 TsFile 解析器内存,因为不存在对应的预留。"; + public static final String + LOG_PIPE_PROCESSOR_WORKER_ARG_HAS_BEEN_PROCESSING_THE_SAME_EVENT_FOR_ARG_MS_PIPE_ARG_DATAREGION_ARG_SUBTASK_ARG_EVENT_ARG_THREAD_STATE_ARG_STACK_ARG_63B40775 = + "Pipe processor worker {} 已连续处理同一 event {} ms。Pipe:{},DataRegion:{},subtask:{},event:{},线程状态:{}。栈:{}"; } diff --git a/iotdb-core/datanode/src/main/i18n/zh/org/apache/iotdb/db/i18n/DataNodeQueryMessages.java b/iotdb-core/datanode/src/main/i18n/zh/org/apache/iotdb/db/i18n/DataNodeQueryMessages.java index 0d4e7cc0071b..0b819137fe96 100644 --- a/iotdb-core/datanode/src/main/i18n/zh/org/apache/iotdb/db/i18n/DataNodeQueryMessages.java +++ b/iotdb-core/datanode/src/main/i18n/zh/org/apache/iotdb/db/i18n/DataNodeQueryMessages.java @@ -23,8 +23,7 @@ public final class DataNodeQueryMessages { // --- Common --- - public static final String NO_MATCHED_DATABASE_PLEASE_CHECK_THE_PATH = - "未找到匹配的数据库,请检查路径 "; + public static final String NO_MATCHED_DATABASE_PLEASE_CHECK_THE_PATH = "未找到匹配的数据库,请检查路径 "; public static final String THIS_NODE_ISN_T_INSTANCE_OF_SCHEMAENTITYNODE = "该节点不是 SchemaEntityNode 实例。"; public static final String THIS_NODE_ISN_T_INSTANCE_OF_SCHEMAMEASUREMENTNODE = @@ -32,74 +31,47 @@ public final class DataNodeQueryMessages { // --- Execution / Aggregation --- - public static final String INVALID_AGGREGATION_FUNCTION = - "无效的聚合函数:"; - public static final String UNKNOWN_DATA_TYPE = - "未知的数据类型:"; + public static final String INVALID_AGGREGATION_FUNCTION = "无效的聚合函数:"; + public static final String UNKNOWN_DATA_TYPE = "未知的数据类型:"; public static final String COUNT_IF_WITH_SLIDINGWINDOW_IS_NOT_SUPPORTED_NOW = "目前不支持 COUNT_IF 与滑动窗口组合使用"; public static final String TIME_DURATION_WITH_SLIDINGWINDOW_IS_NOT_SUPPORTED_NOW = "目前不支持 TIME_DURATION 与滑动窗口组合使用"; - public static final String MODE_WITH_SLIDINGWINDOW_IS_NOT_SUPPORTED_NOW = - "目前不支持 MODE 与滑动窗口组合使用"; - public static final String INVALID_AGGREGATION_TYPE = - "无效的聚合类型:"; + public static final String MODE_WITH_SLIDINGWINDOW_IS_NOT_SUPPORTED_NOW = "目前不支持 MODE 与滑动窗口组合使用"; + public static final String INVALID_AGGREGATION_TYPE = "无效的聚合类型:"; // --- Execution / Driver --- - public static final String QUERYDATASOURCE_SHOULD_NEVER_BE_NULL = - "QueryDataSource 不应为 null!"; + public static final String QUERYDATASOURCE_SHOULD_NEVER_BE_NULL = "QueryDataSource 不应为 null!"; // --- Execution / Exchange --- - public static final String SOURCE_HANDLE_FAILED_DUE_TO = - "Source handle 失败,原因:"; - public static final String SINK_FAILED_DUE_TO = - "Sink 失败,原因"; - public static final String ISINKCHANNEL_FAILED_DUE_TO = - "ISinkChannel 失败,原因"; - public static final String SINK_HANDLE_FAILED_DUE_TO = - "Sink handle 失败,原因"; + public static final String SOURCE_HANDLE_FAILED_DUE_TO = "Source handle 失败,原因:"; + public static final String SINK_FAILED_DUE_TO = "Sink 失败,原因"; + public static final String ISINKCHANNEL_FAILED_DUE_TO = "ISinkChannel 失败,原因"; + public static final String SINK_HANDLE_FAILED_DUE_TO = "Sink handle 失败,原因"; public static final String MPPDATAEXCHANGEMANAGER_INIT_SUCCESSFULLY = "MPPDataExchangeManager 初始化成功"; - public static final String QUEUE_HAS_BEEN_DESTROYED = - "队列已被销毁"; - public static final String SINK_HANDLE_IS_BLOCKED = - "Sink handle 已被阻塞。"; - public static final String LOCALSINKCHANNEL_IS_ABORTED = - "LocalSinkChannel 已中止。"; - public static final String ERROR_OCCURRED_WHEN_TRY_TO_ABORT_CHANNEL = - "尝试中止通道时发生错误。"; - public static final String ERROR_OCCURRED_WHEN_TRY_TO_CLOSE_CHANNEL = - "尝试关闭通道时发生错误。"; - public static final String SHUFFLESINKHANDLE_IS_ABORTED = - "ShuffleSinkHandle 已中止。"; - public static final String UNSUPPORTED_TYPE_OF_SHUFFLE_STRATEGY = - "不支持的 shuffle 策略类型"; - public static final String SINKCHANNEL_IS_ABORTED_OR_CLOSED = - "SinkChannel 已中止或关闭。"; - public static final String THE_DATA_BLOCK_DOESN_T_EXIST_SEQUENCE_ID = - "数据块不存在。序列 ID:"; + public static final String QUEUE_HAS_BEEN_DESTROYED = "队列已被销毁"; + public static final String SINK_HANDLE_IS_BLOCKED = "Sink handle 已被阻塞。"; + public static final String LOCALSINKCHANNEL_IS_ABORTED = "LocalSinkChannel 已中止。"; + public static final String ERROR_OCCURRED_WHEN_TRY_TO_ABORT_CHANNEL = "尝试中止通道时发生错误。"; + public static final String ERROR_OCCURRED_WHEN_TRY_TO_CLOSE_CHANNEL = "尝试关闭通道时发生错误。"; + public static final String SHUFFLESINKHANDLE_IS_ABORTED = "ShuffleSinkHandle 已中止。"; + public static final String UNSUPPORTED_TYPE_OF_SHUFFLE_STRATEGY = "不支持的 shuffle 策略类型"; + public static final String SINKCHANNEL_IS_ABORTED_OR_CLOSED = "SinkChannel 已中止或关闭。"; + public static final String THE_DATA_BLOCK_DOESN_T_EXIST_SEQUENCE_ID = "数据块不存在。序列 ID:"; public static final String THE_TSBLOCK_DOESNT_EXIST_SEQUENCE_ID_REMAINING = "TsBlock 不存在。序列 ID 为 {},剩余映射为 {}"; - public static final String SINKCHANNEL_IS_ABORTED = - "SinkChannel 已中止。"; - public static final String FAILED_TO_SEND_NEW_DATA_BLOCK_EVENT_ATTEMPT = - "发送新数据块事件失败,尝试次数:{}"; - public static final String FAILED_TO_SEND_END_OF_DATA_BLOCK_EVENT = - "发送数据块结束事件失败,尝试次数:{}"; - public static final String FAILED_TO_SEND_END_OF_DATA_BLOCK_EVENT_2 = - "所有重试后仍无法发送数据块结束事件"; - public static final String SOURCE_HANDLE_IS_BLOCKED = - "Source handle 已被阻塞。"; - public static final String RESERVED_DATA_BLOCK_SIZE_IS_NULL = - "预留的数据块大小为 null。"; - public static final String DATA_BLOCK_SIZE_IS_NULL = - "数据块大小为 null。"; - public static final String SOURCE_HANDLE_IS_ABORTED = - "Source handle 已中止。"; - public static final String SOURCEHANDLE_IS_CLOSED = - "SourceHandle 已关闭。"; + public static final String SINKCHANNEL_IS_ABORTED = "SinkChannel 已中止。"; + public static final String FAILED_TO_SEND_NEW_DATA_BLOCK_EVENT_ATTEMPT = "发送新数据块事件失败,尝试次数:{}"; + public static final String FAILED_TO_SEND_END_OF_DATA_BLOCK_EVENT = "发送数据块结束事件失败,尝试次数:{}"; + public static final String FAILED_TO_SEND_END_OF_DATA_BLOCK_EVENT_2 = "所有重试后仍无法发送数据块结束事件"; + public static final String SOURCE_HANDLE_IS_BLOCKED = "Source handle 已被阻塞。"; + public static final String RESERVED_DATA_BLOCK_SIZE_IS_NULL = "预留的数据块大小为 null。"; + public static final String DATA_BLOCK_SIZE_IS_NULL = "数据块大小为 null。"; + public static final String SOURCE_HANDLE_IS_ABORTED = "Source handle 已中止。"; + public static final String SOURCEHANDLE_IS_CLOSED = "SourceHandle 已关闭。"; // --- Execution / Executor --- @@ -112,21 +84,16 @@ public final class DataNodeQueryMessages { // --- Execution / Fragment --- - public static final String UNKNOWN_EXCEPTION = - "[未知异常]:"; - public static final String WAIT_MS_FOR_ALL_DRIVERS_CLOSED = - "等待 {} 毫秒以关闭所有 Driver"; - public static final String EXCEPTION_HAPPENED_WHEN_EXECUTING_UDTF = - "执行 UDTF 时发生异常:"; + public static final String UNKNOWN_EXCEPTION = "[未知异常]:"; + public static final String WAIT_MS_FOR_ALL_DRIVERS_CLOSED = "等待 {} 毫秒以关闭所有 Driver"; + public static final String EXCEPTION_HAPPENED_WHEN_EXECUTING_UDTF = "执行 UDTF 时发生异常:"; public static final String ERROR_WHEN_CREATE_FRAGMENTINSTANCEEXECUTION = "创建 FragmentInstanceExecution 时出错。"; - public static final String EXECUTE_ERROR_CAUSED_BY = - "执行错误,原因:"; + public static final String EXECUTE_ERROR_CAUSED_BY = "执行错误,原因:"; // --- Execution / Memory --- - public static final String FREE_MORE_MEMORY_THAN_HAS_BEEN_RESERVED = - "释放的内存超过已预留的量。"; + public static final String FREE_MORE_MEMORY_THAN_HAS_BEEN_RESERVED = "释放的内存超过已预留的量。"; public static final String ESTIMATED_MODS_TREE_SIZE_DECREASED = "估算的 mods tree 大小从 %d 减少到 %d,TsFile:%s。"; public static final String RESULT_SET_COLUMN_METADATA_MEMORY_NOT_ENOUGH = @@ -152,16 +119,14 @@ public final class DataNodeQueryMessages { public static final String USE_ALIGN_BY_DEVICE_TO_REDUCE_RESULT_COLUMNS = ",使用 ALIGN BY DEVICE 可减少跨设备结果列"; public static final String BY_AT_LEAST_MEMORY_SIZE = "至少 %s"; - public static final String FOR_QUERY_ENGINE_OPERATOR_MEMORY_POOL = - "(用于查询引擎/operator 内存池)"; + public static final String FOR_QUERY_ENGINE_OPERATOR_MEMORY_POOL = "(用于查询引擎/operator 内存池)"; public static final String SERIES_PAGINATION_FOR_DIAGNOSTICS = "SLIMIT=%s,SOFFSET=%,d"; public static final String NOT_SET = "未设置"; public static final String UNKNOWN = "未知"; // --- Execution / Operator --- - public static final String UNKNOWN_DATA_TYPE_2 = - "未知的数据类型 "; + public static final String UNKNOWN_DATA_TYPE_2 = "未知的数据类型 "; public static final String ERROR_OCCURRED_WHEN_LOGGING_INTERMEDIATE_RESULT_OF_ANALYZE = "记录分析中间结果时发生错误。"; @@ -169,28 +134,17 @@ public final class DataNodeQueryMessages { public static final String GETWRITTENCOUNT_MEASUREMENT_IS_NOT_SUPPORTED = "不支持 getWrittenCount(measurement) 操作"; - public static final String GETWRITTENCOUNT_IS_NOT_SUPPORTED = - "不支持 getWrittenCount() 操作"; - public static final String THE_MEMORY_THRESHOLD_MUST_BE_GREATER_THAN_0 = - "内存阈值必须大于 0。"; - public static final String FAILED_TO_CREATE_DIRECTORIES = - "创建目录失败:"; - public static final String TARGET_FILE_ALREADY_EXISTS = - "目标文件已存在:"; - public static final String FAILED_TO_CREATE_FILE = - "创建文件失败:"; - public static final String DATA_TYPE_OF_TARGET_TIME_COLUMN_IS_NOT = - "目标时间列的数据类型不是 TIMESTAMP"; - public static final String DUPLICATE_COLUMN_NAMES_IN_QUERY_DATASET = - "查询数据集中存在重复的列名。"; - public static final String SOME_SPECIFIED_TAG_COLUMNS_ARE_NOT_EXIST_IN = - "部分指定的标签列在查询数据集中不存在。"; - public static final String NUMBER_OF_FIELD_COLUMNS_SHOULD_BE_LARGER_THAN = - "字段列的数量应大于 0。"; - public static final String ALL_CHILD_SHOULD_HAVE_SAME_TIME_COLUMN_RESULT = - "所有子节点应具有相同的时间列结果!"; - public static final String LAST_READ_RESULT_SHOULD_ONLY_HAVE_ONE_RECORD = - "Last 读取结果应只有一条记录"; + public static final String GETWRITTENCOUNT_IS_NOT_SUPPORTED = "不支持 getWrittenCount() 操作"; + public static final String THE_MEMORY_THRESHOLD_MUST_BE_GREATER_THAN_0 = "内存阈值必须大于 0。"; + public static final String FAILED_TO_CREATE_DIRECTORIES = "创建目录失败:"; + public static final String TARGET_FILE_ALREADY_EXISTS = "目标文件已存在:"; + public static final String FAILED_TO_CREATE_FILE = "创建文件失败:"; + public static final String DATA_TYPE_OF_TARGET_TIME_COLUMN_IS_NOT = "目标时间列的数据类型不是 TIMESTAMP"; + public static final String DUPLICATE_COLUMN_NAMES_IN_QUERY_DATASET = "查询数据集中存在重复的列名。"; + public static final String SOME_SPECIFIED_TAG_COLUMNS_ARE_NOT_EXIST_IN = "部分指定的标签列在查询数据集中不存在。"; + public static final String NUMBER_OF_FIELD_COLUMNS_SHOULD_BE_LARGER_THAN = "字段列的数量应大于 0。"; + public static final String ALL_CHILD_SHOULD_HAVE_SAME_TIME_COLUMN_RESULT = "所有子节点应具有相同的时间列结果!"; + public static final String LAST_READ_RESULT_SHOULD_ONLY_HAVE_ONE_RECORD = "Last 读取结果应只有一条记录"; // --- Execution / Operator / Schema --- @@ -199,12 +153,9 @@ public final class DataNodeQueryMessages { // --- Execution / Operator / Source --- - public static final String ERROR_OCCURS_WHEN_SCANNING_ACTIVE_TIME_SERIES = - "扫描活跃时间序列时发生错误。"; - public static final String ERROR_WHILE_SCANNING_THE_FILE = - "扫描文件时发生错误"; - public static final String ERROR_HAPPENED_WHILE_SCANNING_THE_FILE = - "扫描文件时发生错误"; + public static final String ERROR_OCCURS_WHEN_SCANNING_ACTIVE_TIME_SERIES = "扫描活跃时间序列时发生错误。"; + public static final String ERROR_WHILE_SCANNING_THE_FILE = "扫描文件时发生错误"; + public static final String ERROR_HAPPENED_WHILE_SCANNING_THE_FILE = "扫描文件时发生错误"; public static final String EXCEPTION_FAILED_TO_READ_TIMESERIES_METADATA_THE_TSFILE_MAY_BE_CORRUPTED_PLEASE_CHECK_THE_LOGS_FOR_THE_CORRUPTED_FILE_PATH_0B9E652E = "读取时间序列元数据失败。TsFile 可能已损坏,请检查日志中的损坏文件路径。"; @@ -226,70 +177,51 @@ public final class DataNodeQueryMessages { public static final String LOG_TSFILE_MAY_BE_CORRUPTED_DURING_QUERY_EXECUTION_FILE_ARG_STAGE_ARG_9F77E8B3 = "查询执行期间 TsFile 可能已损坏,文件:{},阶段:{}"; - public static final String ALL_CACHED_CHUNKS_SHOULD_BE_CONSUMED_FIRST = - "所有缓存的 chunk 应先被消费"; - public static final String OVERLAPPED_DATA_SHOULD_BE_CONSUMED_FIRST = - "重叠数据应先被消费"; - public static final String NO_MORE_BATCH_DATA = - "没有更多的批次数据"; + public static final String ALL_CACHED_CHUNKS_SHOULD_BE_CONSUMED_FIRST = "所有缓存的 chunk 应先被消费"; + public static final String OVERLAPPED_DATA_SHOULD_BE_CONSUMED_FIRST = "重叠数据应先被消费"; + public static final String NO_MORE_BATCH_DATA = "没有更多的批次数据"; public static final String GETALLSATISFIEDPAGEDATA_SHOULDN_T_BE_CALLED_HERE = "此处不应调用 getAllSatisfiedPageData()"; - public static final String GETPAGEREADER_SHOULDN_T_BE_CALLED_HERE = - "此处不应调用 getPageReader()"; - public static final String UNSUPPORTED_COLUMN_TYPE = - "不支持的列类型:"; - public static final String FAIL_TO_CLOSE_CTEDATAREADER = - "关闭 CteDataReader 失败"; - public static final String UNKNOWN_TABLE = - "未知的表:"; + public static final String GETPAGEREADER_SHOULDN_T_BE_CALLED_HERE = "此处不应调用 getPageReader()"; + public static final String UNSUPPORTED_COLUMN_TYPE = "不支持的列类型:"; + public static final String FAIL_TO_CLOSE_CTEDATAREADER = "关闭 CteDataReader 失败"; + public static final String UNKNOWN_TABLE = "未知的表:"; public static final String FAILED_TO_CLOSE_READER_IN_TABLEDISKUSAGESUPPLIER = "在 TableDiskUsageSupplier 中关闭 reader 失败"; - public static final String UNSUPPORTED_CATEGORY = - "不支持的列类别:"; + public static final String UNSUPPORTED_CATEGORY = "不支持的列类别:"; public static final String CURRENT_DEVICE_ENTRY_IN_TABLESCANOPERATOR_IS_EMPTY = "TableScanOperator 中当前设备条目为空"; public static final String UNEXPECTED_END_OF_EXTERNAL_TSFILE_DEVICE_TASK_READER_AT_DEVICE_INDEX = "外部 TsFile 设备任务读取器在设备索引处意外结束:"; - public static final String - EXTERNAL_TSFILE_DEVICE_TASK_READER_IS_NOT_ALIGNED_WITH_DEVICE_ENTRIES = - "外部 TsFile 设备任务读取器与设备条目不匹配,索引 %d:期望 %s,实际 %s"; + public static final String EXTERNAL_TSFILE_DEVICE_TASK_READER_IS_NOT_ALIGNED_WITH_DEVICE_ENTRIES = + "外部 TsFile 设备任务读取器与设备条目不匹配,索引 %d:期望 %s,实际 %s"; public static final String FAILED_TO_UPDATE_EXTERNAL_TSFILE_DEVICE_RESOURCES = "更新外部 TsFile 设备资源失败"; - public static final String SCHEMA_FILTER_TYPE_IS_NOT_SUPPORTED = - "不支持 SchemaFilter 类型 %s"; + public static final String SCHEMA_FILTER_TYPE_IS_NOT_SUPPORTED = "不支持 SchemaFilter 类型 %s"; public static final String ATTRIBUTE_FILTER_IS_NOT_SUPPORTED_FOR_EXTERNAL_TSFILE_DEVICE_FILTERING = "外部 TsFile 设备过滤暂不支持属性过滤"; // --- Execution / Operator / Window --- - public static final String UNSUPPORTED_INFERENCE_WINDOW_TYPE = - "不支持的推理窗口类型:"; + public static final String UNSUPPORTED_INFERENCE_WINDOW_TYPE = "不支持的推理窗口类型:"; // --- Execution / Schedule --- - public static final String EXECUTOR_FAILED_TO_POLL_DRIVER_TASK_FROM_QUEUE = - "执行器 {} 从队列中获取驱动任务失败"; - public static final String DRIVERTASK_SHOULD_NEVER_BE_NULL = - "DriverTask 不应为 null"; - public static final String EXECUTEFAILED = - "[执行失败]"; - public static final String EXECUTOR_EXITS_BECAUSE_IT_IS_CLOSED = - "执行器 {} 因已关闭而退出。"; - public static final String CLEAR_DRIVERTASK_FAILED = - "清除 DriverTask 失败"; + public static final String EXECUTOR_FAILED_TO_POLL_DRIVER_TASK_FROM_QUEUE = "执行器 {} 从队列中获取驱动任务失败"; + public static final String DRIVERTASK_SHOULD_NEVER_BE_NULL = "DriverTask 不应为 null"; + public static final String EXECUTEFAILED = "[执行失败]"; + public static final String EXECUTOR_EXITS_BECAUSE_IT_IS_CLOSED = "执行器 {} 因已关闭而退出。"; + public static final String CLEAR_DRIVERTASK_FAILED = "清除 DriverTask 失败"; // --- Execution / Warnings --- - public static final String CODE_IS_NEGATIVE = - "code 为负数"; + public static final String CODE_IS_NEGATIVE = "code 为负数"; // --- Metric --- - public static final String UNSUPPORTED_STAGE_IN_TREE_MODEL = - "树模型中不支持的阶段:"; - public static final String UNSUPPORTED_STAGE_IN_TABLE_MODEL = - "表模型中不支持的阶段:"; + public static final String UNSUPPORTED_STAGE_IN_TREE_MODEL = "树模型中不支持的阶段:"; + public static final String UNSUPPORTED_STAGE_IN_TABLE_MODEL = "表模型中不支持的阶段:"; // --- Plan --- @@ -297,33 +229,23 @@ public final class DataNodeQueryMessages { "[拓扑] ConfigNode 返回的本节点({})最新视图:{}"; public static final String EXPIRED_QUERIES_INFO_CLEAR_THREAD_IS_SUCCESSFULLY_STARTED = "过期查询信息清理线程已成功启动。"; - public static final String COST_MS = - "耗时:{} 毫秒,{}"; + public static final String COST_MS = "耗时:{} 毫秒,{}"; // --- Plan / Analyze --- - public static final String COMPUTEDATAPARTITIONPARAMS_FOR = - "计算数据分区参数,目标:"; - public static final String UNSUPPORTED_OPERATOR = - "不支持的运算符:"; - public static final String UNSUPPORTED_EXPRESSION = - "不支持的表达式:"; - public static final String ONLY_SUPPORT_AND_OPERATOR_IN_DELETION = - "删除操作仅支持 AND 运算符"; - public static final String LEFT_HAND_EXPRESSION_IS_NOT_AN_IDENTIFIER = - "左侧表达式不是标识符:"; - public static final String THE_LEFT_HAND_VALUE_MUST_BE_AN_IDENTIFIER = - "左侧值必须是标识符:"; - public static final String THE_TABLE_S_DOES_NOT_CONTAIN_A_TIME_COLUMN = - "表 '%s' 不包含时间列"; - public static final String START_TIME_IS_GREATER_THAN_END_TIME = - "开始时间 %d 大于结束时间 %d"; + public static final String COMPUTEDATAPARTITIONPARAMS_FOR = "计算数据分区参数,目标:"; + public static final String UNSUPPORTED_OPERATOR = "不支持的运算符:"; + public static final String UNSUPPORTED_EXPRESSION = "不支持的表达式:"; + public static final String ONLY_SUPPORT_AND_OPERATOR_IN_DELETION = "删除操作仅支持 AND 运算符"; + public static final String LEFT_HAND_EXPRESSION_IS_NOT_AN_IDENTIFIER = "左侧表达式不是标识符:"; + public static final String THE_LEFT_HAND_VALUE_MUST_BE_AN_IDENTIFIER = "左侧值必须是标识符:"; + public static final String THE_TABLE_S_DOES_NOT_CONTAIN_A_TIME_COLUMN = "表 '%s' 不包含时间列"; + public static final String START_TIME_IS_GREATER_THAN_END_TIME = "开始时间 %d 大于结束时间 %d"; public static final String THE_RIGHT_HAND_VALUE_OF_TIME_PREDICATE_MUST_BE_A_LONG = "时间谓词的右值必须是 long 类型:"; public static final String THE_OPERATOR_OF_TIME_PREDICATE_MUST_BE_FOR = "时间谓词的操作符必须是 <、<=、> 或 >=:"; - public static final String THE_OPERATOR_OF_TAG_PREDICATE_MUST_BE_FOR = - "标签谓词的运算符必须为 '=',目标:"; + public static final String THE_OPERATOR_OF_TAG_PREDICATE_MUST_BE_FOR = "标签谓词的运算符必须为 '=',目标:"; public static final String THE_RIGHT_HAND_VALUE_OF_TAG_PREDICATE_CANNOT_BE_NULL_WITH_COMPARISON_OPERATOR = "标签谓词在使用 '=' 操作符时右值不能为 null,请改用 'IS NULL'"; @@ -340,155 +262,103 @@ public final class DataNodeQueryMessages { "列 '%s' 不存在或不是标签列"; public static final String TOO_MANY_DEVICES_MATCHED_BY_ATTRIBUTE_FILTERS_IN_DELETION = "删除语句中的属性过滤条件匹配了过多设备(%d),限制为 %d。请移除所有属性过滤条件(%s),或进一步增加属性过滤条件。"; - public static final String ONLY_TIME_FILTERS_ARE_SUPPORTED_IN_LAST_QUERY = - "LAST 查询中仅支持时间过滤器"; - public static final String VIEWS_CANNOT_BE_USED_IN_GROUP_BY_TAGS = - "视图暂不支持在 GROUP BY TAGS 查询中使用。"; + public static final String ONLY_TIME_FILTERS_ARE_SUPPORTED_IN_LAST_QUERY = "LAST 查询中仅支持时间过滤器"; + public static final String VIEWS_CANNOT_BE_USED_IN_GROUP_BY_TAGS = "视图暂不支持在 GROUP BY TAGS 查询中使用。"; public static final String ONLY_TIME_FILTERS_ARE_SUPPORTED_IN_GROUP_BY = "GROUP BY TAGS 查询中仅支持时间过滤器"; - public static final String UNSUPPORTED_WINDOW_TYPE = - "不支持的窗口类型"; + public static final String UNSUPPORTED_WINDOW_TYPE = "不支持的窗口类型"; public static final String AGGREGATION_EXPRESSION_SHOULDN_T_EXIST_IN_GROUP_BY = "GROUP BY 子句中不应包含聚合表达式"; - public static final String ONLY_SUPPORT_NUMERIC_TYPE_WHEN_DELTA_0 = - "当 delta != 0 时仅支持数值类型"; + public static final String ONLY_SUPPORT_NUMERIC_TYPE_WHEN_DELTA_0 = "当 delta != 0 时仅支持数值类型"; public static final String ONLY_SUPPORT_BOOLEAN_TYPE_IN_PREDICT_OF_GROUP = "GROUP BY SERIES 的谓词中仅支持布尔类型"; - public static final String GROUP_BY_MONTH_DOESN_T_SUPPORT_ORDER_BY = - "按月分组目前不支持按时间降序排列。"; - public static final String NO_RUNNING_DATANODES = - "没有运行中的 DataNode"; - public static final String AN_ERROR_OCCURRED_WHEN_SERIALIZING_PATTERN_TREE = - "序列化模式树时发生错误"; + public static final String GROUP_BY_MONTH_DOESN_T_SUPPORT_ORDER_BY = "按月分组目前不支持按时间降序排列。"; + public static final String NO_RUNNING_DATANODES = "没有运行中的 DataNode"; + public static final String AN_ERROR_OCCURRED_WHEN_SERIALIZING_PATTERN_TREE = "序列化模式树时发生错误"; public static final String EXPRESSION_IN_GROUP_BY_SHOULD_INDICATE_ONE_VALUE = "GROUP BY 中的表达式应指定一个值"; public static final String EXPRESSION_IN_ORDER_BY_SHOULD_INDICATE_ONE_VALUE = "ORDER BY 中的表达式应指定一个值"; - public static final String SHOULDN_T_ATTACH_HERE = - "不应在此处附加"; - public static final String SELECT_INTO_THE_I_OF_SHOULD_BE_AN = - "SELECT INTO:${i} 中的 i 应为整数。"; - public static final String FAILED_TO_GET_DATABASE_MAP = - "获取数据库映射失败"; + public static final String SHOULDN_T_ATTACH_HERE = "不应在此处附加"; + public static final String SELECT_INTO_THE_I_OF_SHOULD_BE_AN = "SELECT INTO:${i} 中的 i 应为整数。"; + public static final String FAILED_TO_GET_DATABASE_MAP = "获取数据库映射失败"; public static final String UNKNOWN_DATABASE = "未知数据库 %s"; public static final String LOAD_ANALYSIS_STAGE_ALL_TSFILES_HAVE_BEEN_ANALYZED = "加载 - 分析阶段:所有 TsFile 已分析完毕。"; - public static final String ASYNC_LOAD_HAS_FAILED_AND_IS_NOW_TRYING = - "异步加载失败,正在尝试同步加载"; - public static final String TSFILE_IS_EMPTY = - "TsFile {} 为空。"; - public static final String THE_ENCRYPTION_WAY_OF_THE_TSFILE_IS_NOT = - "不支持该 TsFile 的加密方式。"; - public static final String EMPTY_FILE_DETECTED_WILL_SKIP_LOADING_THIS_FILE = - "检测到空文件,将跳过加载此文件:{}"; - public static final String AUTO_CREATE_OR_VERIFY_SCHEMA_ERROR = - "自动创建或验证 schema 出错。"; + public static final String ASYNC_LOAD_HAS_FAILED_AND_IS_NOW_TRYING = "异步加载失败,正在尝试同步加载"; + public static final String TSFILE_IS_EMPTY = "TsFile {} 为空。"; + public static final String THE_ENCRYPTION_WAY_OF_THE_TSFILE_IS_NOT = "不支持该 TsFile 的加密方式。"; + public static final String EMPTY_FILE_DETECTED_WILL_SKIP_LOADING_THIS_FILE = "检测到空文件,将跳过加载此文件:{}"; + public static final String AUTO_CREATE_OR_VERIFY_SCHEMA_ERROR = "自动创建或验证 schema 出错。"; public static final String LOAD_TSFILE_DEVICE_SCHEMA_MISSING_AUTO_CREATE_DISABLED = "设备 %s 在 IoTDB 中不存在且无法被创建。请检查是否启用了 auto-create-schema。"; public static final String LOAD_TSFILE_MEASUREMENT_SCHEMA_MISSING_AUTO_CREATE_DISABLED = "时间序列 %s 在 IoTDB 中不存在且无法被创建。请检查是否启用了 auto-create-schema。"; public static final String PIPE_GENERATED_LOAD_TSFILE_WAITING_FOR_SCHEMA_METADATA = "Pipe 生成的 LoadTsFile 正在等待 schema 元数据传输完成。详情:%s"; - public static final String FAILED_TO_FIND_TAG_COLUMN_MAPPING_FOR_TABLE = - "未找到表 {} 的标签列映射"; - public static final String AUTO_CREATE_DATABASE_FAILED_BECAUSE = - "自动创建数据库失败,原因:"; + public static final String FAILED_TO_FIND_TAG_COLUMN_MAPPING_FOR_TABLE = "未找到表 {} 的标签列映射"; + public static final String AUTO_CREATE_DATABASE_FAILED_BECAUSE = "自动创建数据库失败,原因:"; // --- Plan / Execution --- - public static final String REACHMAXRETRYCOUNT = - "[已达最大重试次数]"; - public static final String ERROR_WHEN_EXECUTING_QUERY = - "执行查询时出错。{}"; - public static final String WAITBEFORERETRY_WAIT_MS = - "[重试前等待] 等待 {} 毫秒。"; - public static final String INTERRUPTED_WHEN_WAITING_RETRY = - "等待重试时被中断"; - public static final String RETRY_RETRY_COUNT_IS = - "[重试] 重试次数:{}"; - public static final String RESULTHANDLEABORTED = - "[结果句柄已中止]"; - public static final String UNSUPPORTED_DATABASE_PROPERTY_KEY = - "不支持的数据库属性键:"; - public static final String A_TABLE_CANNOT_HAVE_MORE_THAN_ONE_TIME = - "一个表不能有多于一个时间列"; - public static final String THE_TIME_COLUMN_S_TYPE_SHALL_BE_TIMESTAMP = - "时间列的类型应为 'timestamp'。"; - public static final String THE_TABLE_S_OLD_NAME_SHALL_NOT_BE = - "表的旧名称不应与新名称相同。"; - public static final String ADDING_TIME_COLUMN_IS_NOT_SUPPORTED = - "不支持添加 TIME 列。"; - public static final String THE_COLUMN_S_OLD_NAME_SHALL_NOT_BE = - "列的旧名称不应与新名称相同。"; - public static final String DUPLICATED_PROPERTY = - "重复的属性:"; - public static final String TABLE_PROPERTY = - "表属性 '"; - public static final String UNKNOWN_TYPE = - "未知的类型:%s"; - public static final String FAILED_TO_CHECK_CONFIG_ITEM_PERMISSION = - "检查配置项权限失败"; - public static final String CONFIGTASK_IS_NOT_IMPLEMENTED_FOR = - "ConfigTask 未针对以下内容实现:"; + public static final String REACHMAXRETRYCOUNT = "[已达最大重试次数]"; + public static final String ERROR_WHEN_EXECUTING_QUERY = "执行查询时出错。{}"; + public static final String WAITBEFORERETRY_WAIT_MS = "[重试前等待] 等待 {} 毫秒。"; + public static final String INTERRUPTED_WHEN_WAITING_RETRY = "等待重试时被中断"; + public static final String RETRY_RETRY_COUNT_IS = "[重试] 重试次数:{}"; + public static final String RESULTHANDLEABORTED = "[结果句柄已中止]"; + public static final String UNSUPPORTED_DATABASE_PROPERTY_KEY = "不支持的数据库属性键:"; + public static final String A_TABLE_CANNOT_HAVE_MORE_THAN_ONE_TIME = "一个表不能有多于一个时间列"; + public static final String THE_TIME_COLUMN_S_TYPE_SHALL_BE_TIMESTAMP = "时间列的类型应为 'timestamp'。"; + public static final String THE_TABLE_S_OLD_NAME_SHALL_NOT_BE = "表的旧名称不应与新名称相同。"; + public static final String ADDING_TIME_COLUMN_IS_NOT_SUPPORTED = "不支持添加 TIME 列。"; + public static final String THE_COLUMN_S_OLD_NAME_SHALL_NOT_BE = "列的旧名称不应与新名称相同。"; + public static final String DUPLICATED_PROPERTY = "重复的属性:"; + public static final String TABLE_PROPERTY = "表属性 '"; + public static final String UNKNOWN_TYPE = "未知的类型:%s"; + public static final String FAILED_TO_CHECK_CONFIG_ITEM_PERMISSION = "检查配置项权限失败"; + public static final String CONFIGTASK_IS_NOT_IMPLEMENTED_FOR = "ConfigTask 未针对以下内容实现:"; public static final String FAILED_TO_GET_EXECUTABLE_FOR_UDF_USING_URI = "无法使用 URI {} 获取 UDF({}) 的可执行文件。"; - public static final String FAILED_TO_DROP_FUNCTION = - "[{}] 删除函数 {} 失败。"; - public static final String FAILED_TO_DROP_TRIGGER = - "[{}] 删除触发器 {} 失败。"; - public static final String CANNOT_REMOVE_INVALID_NODEIDS = - "无法移除无效的节点 ID:{}"; - public static final String STARTING_TO_REMOVE_DATANODE_WITH_NODEIDS = - "开始移除 DataNode,节点 ID:{}"; + public static final String FAILED_TO_DROP_FUNCTION = "[{}] 删除函数 {} 失败。"; + public static final String FAILED_TO_DROP_TRIGGER = "[{}] 删除触发器 {} 失败。"; + public static final String CANNOT_REMOVE_INVALID_NODEIDS = "无法移除无效的节点 ID:{}"; + public static final String STARTING_TO_REMOVE_DATANODE_WITH_NODEIDS = "开始移除 DataNode,节点 ID:{}"; public static final String START_TO_REMOVE_DATANODE_REMOVED_DATANODES_ENDPOINT = "开始移除 DataNode,已移除的 DataNode 端点:{}"; - public static final String SUBMIT_REMOVE_DATANODES_RESULT = - "提交移除 DataNode 结果 {} "; + public static final String SUBMIT_REMOVE_DATANODES_RESULT = "提交移除 DataNode 结果 {} "; public static final String STARTING_TO_REMOVE_CONFIGNODE_WITH_NODE_ID = "开始移除 ConfigNode,节点 ID:{}"; - public static final String CONFIGNODE_IS_REMOVED = - "ConfigNode {} 已移除。"; - public static final String STARTING_TO_REMOVE_AINODE = - "开始移除 AINode"; + public static final String CONFIGNODE_IS_REMOVED = "ConfigNode {} 已移除。"; + public static final String STARTING_TO_REMOVE_AINODE = "开始移除 AINode"; public static final String REMOVE_AINODE_FAILED_BECAUSE_THERE_IS_NO_AINODE = "移除 AINode 失败,因为集群中没有 AINode。"; - public static final String AINODE_IN_THE_CLUSTER_IS_REMOVED = - "集群中的 AINode 已移除。"; + public static final String AINODE_IN_THE_CLUSTER_IS_REMOVED = "集群中的 AINode 已移除。"; public static final String FAILED_TO_HANDLETRANSFERCONFIGPLAN_STATUS_IS = "handleTransferConfigPlan 失败,状态为 {}。"; - public static final String FAILED_TO_FETCHTABLES_STATUS_IS = - "fetchTables 失败,状态为 {}。"; + public static final String FAILED_TO_FETCHTABLES_STATUS_IS = "fetchTables 失败,状态为 {}。"; public static final String FAILED_TO_HANDLEPIPECONFIGCLIENTEXIT_STATUS_IS = "handlePipeConfigClientExit 失败,状态为 {}。"; public static final String FAILED_TO_HANDLEPIPECONFIGCLIENTEXIT = "handlePipeConfigClientExit 失败。"; - public static final String NOT_SUPPORT_CURRENT_STATEMENT = - "不支持当前语句"; - public static final String WRONG_REQUEST_TYPE = - "错误的请求类型"; - public static final String WRONG_UNIT_TYPE = - "错误的单位类型"; + public static final String NOT_SUPPORT_CURRENT_STATEMENT = "不支持当前语句"; + public static final String WRONG_REQUEST_TYPE = "错误的请求类型"; + public static final String WRONG_UNIT_TYPE = "错误的单位类型"; // --- Plan / Expression --- - public static final String INVALID_EXPRESSION_TYPE = - "无效的表达式类型:"; - public static final String UNSUPPORTED_EXPRESSION_TYPE = - "不支持的表达式类型:"; - public static final String FUNCTION_CAST_MUST_SPECIFY_A_TARGET_DATA_TYPE = - "CAST 函数必须指定目标数据类型。"; + public static final String INVALID_EXPRESSION_TYPE = "无效的表达式类型:"; + public static final String UNSUPPORTED_EXPRESSION_TYPE = "不支持的表达式类型:"; + public static final String FUNCTION_CAST_MUST_SPECIFY_A_TARGET_DATA_TYPE = "CAST 函数必须指定目标数据类型。"; public static final String FUNCTION_REPLACE_MUST_SPECIFY_FROM_AND_TO_COMPONENT = "REPLACE 函数必须指定 from 和 to 参数。"; - public static final String PLEASE_ENSURE_INPUT_IS_CORRECT = - "请确保输入 [%s] 正确"; + public static final String PLEASE_ENSURE_INPUT_IS_CORRECT = "请确保输入 [%s] 正确"; public static final String CASE_EXPRESSION_CANNOT_BE_USED_WITH_NON_MAPPABLE = "CASE 表达式不能与非映射型 UDF 一起使用"; - public static final String UNSUPPORTED_TRANSFORMER_ACCESS_STRATEGY = - "不支持的转换器访问策略"; + public static final String UNSUPPORTED_TRANSFORMER_ACCESS_STRATEGY = "不支持的转换器访问策略"; public static final String AGGREGATE_FUNCTIONS_ARE_NOT_SUPPORTED_IN_WHERE_CLAUSE = "WHERE 子句中不支持聚合函数"; - public static final String IS_NULL_CANNOT_BE_PUSHED_DOWN = - "IS NULL 不能下推"; + public static final String IS_NULL_CANNOT_BE_PUSHED_DOWN = "IS NULL 不能下推"; public static final String TIMESTAMP_DOES_NOT_SUPPORT_IS_NULL_IS_NOT = "TIMESTAMP 不支持 IS NULL/IS NOT NULL"; public static final String TIMESTAMP_DOES_NOT_SUPPORT_LIKE_NOT_LIKE = @@ -497,229 +367,141 @@ public final class DataNodeQueryMessages { "TIMESTAMP 不支持 REGEXP/NOT REGEXP"; public static final String GROUPBYTIME_FILTER_CANNOT_EXIST_IN_VALUE_FILTER = "GroupByTime 过滤器不能存在于值过滤器中。"; - public static final String IS_NULL_CAN_BE_PUSHED_DOWN = - "IS NULL 可以下推"; - public static final String GROUP_BY_TIME_CANNOT_BE_REVERSED = - "GROUP BY TIME 不能反转"; + public static final String IS_NULL_CAN_BE_PUSHED_DOWN = "IS NULL 可以下推"; + public static final String GROUP_BY_TIME_CANNOT_BE_REVERSED = "GROUP BY TIME 不能反转"; // --- Plan / Optimization --- - public static final String UNEXPECTED_PLAN_NODE = - "意外的计划节点:"; - public static final String UNEXPECTED_PATH_TYPE = - "意外的路径类型"; + public static final String UNEXPECTED_PLAN_NODE = "意外的计划节点:"; + public static final String UNEXPECTED_PATH_TYPE = "意外的路径类型"; public static final String SOURCEPATH_MUST_BE_MEASUREMENTPATH_OR_ALIGNEDPATH = "sourcePath 必须为 MeasurementPath 或 AlignedPath"; // --- Plan / Parser --- - public static final String DATATYPE_MUST_BE_DECLARED = - "必须声明数据类型"; - public static final String UNSUPPORTED_ENCODING = - "不支持的编码:%s"; - public static final String UNSUPPORTED_COMPRESSION = - "不支持的压缩方式:%s"; - public static final String UNSUPPORTED_ENCODING_2 = - "不支持的编码:%s"; - public static final String UNSUPPORTED_COMPRESSOR = - "不支持的压缩器:%s"; + public static final String DATATYPE_MUST_BE_DECLARED = "必须声明数据类型"; + public static final String UNSUPPORTED_ENCODING = "不支持的编码:%s"; + public static final String UNSUPPORTED_COMPRESSION = "不支持的压缩方式:%s"; + public static final String UNSUPPORTED_ENCODING_2 = "不支持的编码:%s"; + public static final String UNSUPPORTED_COMPRESSOR = "不支持的压缩器:%s"; public static final String CREATE_ALIGNED_TIMESERIES_PROPERTY_IS_NOT_SUPPORTED_YET = "创建对齐时间序列:暂不支持 property。"; - public static final String UNSUPPORTED_COMPRESSOR_2 = - "不支持的压缩器:%s"; - public static final String PROPERTY_IS_UNSUPPORTED_YET = - "暂不支持属性 %s。"; - public static final String THE_TIMESERIES_SHALL_NOT_BE_ROOT = - "时间序列不应为 root。"; - public static final String UNSUPPORTED_DATATYPE = - "不支持的数据类型:%s"; - public static final String UNEXPECTED_FILTER_KEY = - "意外的过滤键"; - public static final String URI_IS_EMPTY_PLEASE_SPECIFY_THE_URI = - "URI 为空,请指定 URI。"; - public static final String INVALID_URI = - "无效的 URI:%s"; + public static final String UNSUPPORTED_COMPRESSOR_2 = "不支持的压缩器:%s"; + public static final String PROPERTY_IS_UNSUPPORTED_YET = "暂不支持属性 %s。"; + public static final String THE_TIMESERIES_SHALL_NOT_BE_ROOT = "时间序列不应为 root。"; + public static final String UNSUPPORTED_DATATYPE = "不支持的数据类型:%s"; + public static final String UNEXPECTED_FILTER_KEY = "意外的过滤键"; + public static final String URI_IS_EMPTY_PLEASE_SPECIFY_THE_URI = "URI 为空,请指定 URI。"; + public static final String INVALID_URI = "无效的 URI:%s"; public static final String TRIGGER_DOES_NOT_SUPPORT_DELETE_AS_TRIGGER_EVENT = "触发器目前不支持 DELETE 作为触发事件。"; public static final String PLEASE_SPECIFY_TRIGGER_TYPE_STATELESS_OR_STATEFUL = "请指定触发器类型:STATELESS 或 STATEFUL。"; - public static final String RENAMING_VIEW_IS_NOT_SUPPORTED = - "不支持重命名视图。"; - public static final String VIEW_DOESN_T_SUPPORT_ALIAS = - "视图不支持别名。"; - public static final String MODELID_SHOULD_BE_2_64_CHARACTERS = - "ModelId 应为 2-64 个字符"; - public static final String MODELID_SHOULD_NOT_START_WITH = - "ModelId 不应以 '_' 开头"; + public static final String RENAMING_VIEW_IS_NOT_SUPPORTED = "不支持重命名视图。"; + public static final String VIEW_DOESN_T_SUPPORT_ALIAS = "视图不支持别名。"; + public static final String MODELID_SHOULD_BE_2_64_CHARACTERS = "ModelId 应为 2-64 个字符"; + public static final String MODELID_SHOULD_NOT_START_WITH = "ModelId 不应以 '_' 开头"; public static final String MODELID_CAN_ONLY_CONTAIN_LETTERS_NUMBERS_AND_UNDERSCORES = "ModelId 只能包含字母、数字和下划线"; - public static final String DEVICE_ID_SHOULD_BE_CPU_OR_INTEGER = - "设备 ID 应为 'cpu' 或整数"; - public static final String DATA_SHOULD_NOT_BE_SET_FOR_MODEL_TRAINING = - "模型训练时不应设置数据"; - public static final String DUPLICATED_GROUP_BY_KEY_LEVEL = - "重复的 GROUP BY 键:LEVEL"; - public static final String DUPLICATED_GROUP_BY_KEY_TAGS = - "重复的 GROUP BY 键:TAGS"; - public static final String UNKNOWN_GROUP_BY_TYPE = - "未知的 GROUP BY 类型。"; - public static final String DUPLICATE_ALIAS_IN_SELECT_CLAUSE = - "SELECT 子句中存在重复的别名"; - public static final String CONSTANT_OPERAND_IS_NOT_ALLOWED = - "不允许使用常量操作数:"; + public static final String DEVICE_ID_SHOULD_BE_CPU_OR_INTEGER = "设备 ID 应为 'cpu' 或整数"; + public static final String DATA_SHOULD_NOT_BE_SET_FOR_MODEL_TRAINING = "模型训练时不应设置数据"; + public static final String DUPLICATED_GROUP_BY_KEY_LEVEL = "重复的 GROUP BY 键:LEVEL"; + public static final String DUPLICATED_GROUP_BY_KEY_TAGS = "重复的 GROUP BY 键:TAGS"; + public static final String UNKNOWN_GROUP_BY_TYPE = "未知的 GROUP BY 类型。"; + public static final String DUPLICATE_ALIAS_IN_SELECT_CLAUSE = "SELECT 子句中存在重复的别名"; + public static final String CONSTANT_OPERAND_IS_NOT_ALLOWED = "不允许使用常量操作数:"; public static final String THE_TIME_WINDOWS_MAY_EXCEED_10000_PLEASE_ENSURE = "时间窗口可能超过 10000 个,请确认输入。"; - public static final String START_TIME_SHOULD_BE_SMALLER_THAN_ENDTIME_IN = - "GroupBy 中的起始时间应小于结束时间"; + public static final String START_TIME_SHOULD_BE_SMALLER_THAN_ENDTIME_IN = "GroupBy 中的起始时间应小于结束时间"; public static final String KEEP_THRESHOLD_IN_GROUP_BY_CONDITION_SHOULD_BE = "应设置 GROUP BY 条件中的保持阈值"; - public static final String DUPLICATED_KEY_IN_GROUP_BY_TAGS = - "GROUP BY TAGS 中存在重复的键:"; - public static final String UNKNOWN_FILL_TYPE = - "未知的 FILL 类型。"; - public static final String UNSUPPORTED_CONSTANT_VALUE_IN_FILL = - "FILL 中不支持的常量值:"; - public static final String OUT_OF_RANGE_LIMIT_N_N_SHOULD_BE = - "超出范围。LIMIT :N 应为 Int64。"; - public static final String LIMIT_N_N_SHOULD_BE_GREATER_THAN_0 = - "LIMIT :N 应大于 0。"; + public static final String DUPLICATED_KEY_IN_GROUP_BY_TAGS = "GROUP BY TAGS 中存在重复的键:"; + public static final String UNKNOWN_FILL_TYPE = "未知的 FILL 类型。"; + public static final String UNSUPPORTED_CONSTANT_VALUE_IN_FILL = "FILL 中不支持的常量值:"; + public static final String OUT_OF_RANGE_LIMIT_N_N_SHOULD_BE = "超出范围。LIMIT :N 应为 Int64。"; + public static final String LIMIT_N_N_SHOULD_BE_GREATER_THAN_0 = "LIMIT :N 应大于 0。"; public static final String OFFSET_OFFSETVALUE_OFFSETVALUE_SHOULD_0 = "OFFSET :OFFSETValue 应 >= 0。"; - public static final String OUT_OF_RANGE_SLIMIT_SN_SN_SHOULD_BE = - "超出范围。SLIMIT :SN 应为 Int32。"; - public static final String SLIMIT_SN_SN_SHOULD_BE_GREATER_THAN_0 = - "SLIMIT :SN 应大于 0。"; + public static final String OUT_OF_RANGE_SLIMIT_SN_SN_SHOULD_BE = "超出范围。SLIMIT :SN 应为 Int32。"; + public static final String SLIMIT_SN_SN_SHOULD_BE_GREATER_THAN_0 = "SLIMIT :SN 应大于 0。"; public static final String SOFFSET_SOFFSETVALUE_SOFFSETVALUE_SHOULD_0 = "SOFFSET :SOFFSETValue 应 >= 0。"; - public static final String ONE_ROW_SHOULD_ONLY_HAVE_ONE_TIME_VALUE = - "一行数据应只有一个时间值"; + public static final String ONE_ROW_SHOULD_ONLY_HAVE_ONE_TIME_VALUE = "一行数据应只有一个时间值"; public static final String INSERTSTATEMENT_SHOULD_CONTAIN_AT_LEAST_ONE_MEASUREMENT = "InsertStatement 应至少包含一个测点"; - public static final String NEED_TIMESTAMPS_WHEN_INSERT_MULTI_ROWS = - "插入多行时需要时间戳"; - public static final String CAN_NOT_PARSE_TO_TIME = - "无法将 %s 解析为时间"; - public static final String PATH_CAN_NOT_START_WITH_ROOT_IN_SELECT = - "SELECT 子句中的路径不能以 root 开头。"; - public static final String INPUT_TIMESTAMP_CANNOT_BE_EMPTY = - "输入时间戳不能为空"; - public static final String NOT_SUPPORT_FOR_THIS_ALIAS_PLEASE_ENCLOSE_IN = - "不支持此别名,请使用反引号括起来。"; - public static final String STATEMENT_NEEDS_TARGET_PATHS = - "语句需要目标路径"; - public static final String THE_DATATYPE_OF_TIMESTAMP_SHOULD_BE_LONG = - "时间戳的数据类型应为 LONG。"; + public static final String NEED_TIMESTAMPS_WHEN_INSERT_MULTI_ROWS = "插入多行时需要时间戳"; + public static final String CAN_NOT_PARSE_TO_TIME = "无法将 %s 解析为时间"; + public static final String PATH_CAN_NOT_START_WITH_ROOT_IN_SELECT = "SELECT 子句中的路径不能以 root 开头。"; + public static final String INPUT_TIMESTAMP_CANNOT_BE_EMPTY = "输入时间戳不能为空"; + public static final String NOT_SUPPORT_FOR_THIS_ALIAS_PLEASE_ENCLOSE_IN = "不支持此别名,请使用反引号括起来。"; + public static final String STATEMENT_NEEDS_TARGET_PATHS = "语句需要目标路径"; + public static final String THE_DATATYPE_OF_TIMESTAMP_SHOULD_BE_LONG = "时间戳的数据类型应为 LONG。"; public static final String ATTRIBUTES_OF_FUNCTIONS_SHOULD_BE_QUOTED_WITH_OR = "函数的属性应使用 '' 或 \"\" 引起来"; - public static final String UNSUPPORTED_CONSTANT_VALUE = - "不支持的常量值:"; - public static final String UNSUPPORTED_CONSTANT_OPERAND = - "不支持的常量操作数:"; - public static final String UNKNOWN_SYSTEM_STATUS_IN_SET_SYSTEM_COMMAND = - "SET SYSTEM 命令中的系统状态未知。"; - public static final String DEVICE_TEMPLATE_ALIAS_IS_NOT_SUPPORTED_YET = - "设备模板:暂不支持别名。"; - public static final String DEVICE_TEMPLATE_PROPERTY_IS_NOT_SUPPORTED_YET = - "设备模板:暂不支持属性。"; - public static final String DEVICE_TEMPLATE_TAG_IS_NOT_SUPPORTED_YET = - "设备模板:暂不支持标签。"; - public static final String DEVICE_TEMPLATE_ATTRIBUTE_IS_NOT_SUPPORTED_YET = - "设备模板:暂不支持属性。"; - public static final String EXPECTING_DATATYPE = - "需要数据类型"; - public static final String NOT_SUPPORT_FOR_THIS_SQL_IN_DROP_PIPE = - "DROP PIPE 不支持此 SQL,请输入管道名。"; - public static final String NOT_SUPPORT_FOR_THIS_SQL_IN_START_PIPE = - "START PIPE 不支持此 SQL,请输入管道名。"; - public static final String NOT_SUPPORT_FOR_THIS_SQL_IN_STOP_PIPE = - "STOP PIPE 不支持此 SQL,请输入管道名。"; + public static final String UNSUPPORTED_CONSTANT_VALUE = "不支持的常量值:"; + public static final String UNSUPPORTED_CONSTANT_OPERAND = "不支持的常量操作数:"; + public static final String UNKNOWN_SYSTEM_STATUS_IN_SET_SYSTEM_COMMAND = "SET SYSTEM 命令中的系统状态未知。"; + public static final String DEVICE_TEMPLATE_ALIAS_IS_NOT_SUPPORTED_YET = "设备模板:暂不支持别名。"; + public static final String DEVICE_TEMPLATE_PROPERTY_IS_NOT_SUPPORTED_YET = "设备模板:暂不支持属性。"; + public static final String DEVICE_TEMPLATE_TAG_IS_NOT_SUPPORTED_YET = "设备模板:暂不支持标签。"; + public static final String DEVICE_TEMPLATE_ATTRIBUTE_IS_NOT_SUPPORTED_YET = "设备模板:暂不支持属性。"; + public static final String EXPECTING_DATATYPE = "需要数据类型"; + public static final String NOT_SUPPORT_FOR_THIS_SQL_IN_DROP_PIPE = "DROP PIPE 不支持此 SQL,请输入管道名。"; + public static final String NOT_SUPPORT_FOR_THIS_SQL_IN_START_PIPE = "START PIPE 不支持此 SQL,请输入管道名。"; + public static final String NOT_SUPPORT_FOR_THIS_SQL_IN_STOP_PIPE = "STOP PIPE 不支持此 SQL,请输入管道名。"; public static final String NOT_SUPPORT_FOR_THIS_SQL_IN_ALTER_TOPIC = "ALTER TOPIC 不支持此 SQL,请输入 topic 名。"; public static final String GET_REGION_ID_STATEMENT_EXPRESSION_MUST_BE_A = "GET REGION ID 语句的表达式必须是时间表达式"; - public static final String WRONG_SPACE_QUOTA_TYPE = - "错误的空间配额类型:"; - public static final String PLEASE_SET_THE_NUMBER_OF_DEVICES_GREATER_THAN = - "请将设备数设置为大于 0"; - public static final String PLEASE_SET_THE_NUMBER_OF_TIMESERIES_GREATER_THAN = - "请将时间序列数设置为大于 0"; - public static final String CANNOT_SET_THROTTLE_QUOTA_FOR_USER_ROOT = - "不能为 root 用户设置限流配额。"; - public static final String PLEASE_SET_THE_NUMBER_OF_REQUESTS_GREATER_THAN = - "请将请求数设置为大于 0"; - public static final String PLEASE_SET_THE_NUMBER_OF_CPU_GREATER_THAN = - "请将 CPU 数量设置为大于 0"; - public static final String PLEASE_SET_THE_SIZE_GREATER_THAN_0 = - "请将大小设置为大于 0"; - public static final String PLEASE_SET_THE_DISK_SIZE_GREATER_THAN_0 = - "请将磁盘大小设置为大于 0"; - public static final String THERE_SHOULD_BE_ONLY_ONE_WINDOW_IN_CALL = - "CALL INFERENCE 中应只有一个窗口。"; + public static final String WRONG_SPACE_QUOTA_TYPE = "错误的空间配额类型:"; + public static final String PLEASE_SET_THE_NUMBER_OF_DEVICES_GREATER_THAN = "请将设备数设置为大于 0"; + public static final String PLEASE_SET_THE_NUMBER_OF_TIMESERIES_GREATER_THAN = "请将时间序列数设置为大于 0"; + public static final String CANNOT_SET_THROTTLE_QUOTA_FOR_USER_ROOT = "不能为 root 用户设置限流配额。"; + public static final String PLEASE_SET_THE_NUMBER_OF_REQUESTS_GREATER_THAN = "请将请求数设置为大于 0"; + public static final String PLEASE_SET_THE_NUMBER_OF_CPU_GREATER_THAN = "请将 CPU 数量设置为大于 0"; + public static final String PLEASE_SET_THE_SIZE_GREATER_THAN_0 = "请将大小设置为大于 0"; + public static final String PLEASE_SET_THE_DISK_SIZE_GREATER_THAN_0 = "请将磁盘大小设置为大于 0"; + public static final String THERE_SHOULD_BE_ONLY_ONE_WINDOW_IN_CALL = "CALL INFERENCE 中应只有一个窗口。"; public static final String THE_CREATETABLEVIEW_IS_UNSUPPORTED_IN_TREE_SQL_DIALECT = "树模型 SQL 方言中不支持 'CreateTableView'。"; - public static final String CURRENTLY_OTHER_EXPRESSIONS_ARE_NOT_SUPPORTED = - "目前不支持其他表达式"; - public static final String ALIGN_DESIGNATION_INCORRECT_AT = - "对齐指定不正确,位于:"; + public static final String CURRENTLY_OTHER_EXPRESSIONS_ARE_NOT_SUPPORTED = "目前不支持其他表达式"; + public static final String ALIGN_DESIGNATION_INCORRECT_AT = "对齐指定不正确,位于:"; // --- Plan / Relational / Analyzer --- - public static final String COLUMN_NOT_IN_GROUP_BY_CLAUSE = - "列 %s 不在 GROUP BY 子句中"; - public static final String DATABASE_IS_NOT_SPECIFIED_FOR_INSERT = - "未指定插入操作的数据库:"; - public static final String IDENTIFIER_NOT_ALLOWED_IN_THIS_CONTEXT = - "此上下文中不允许 .*"; - public static final String UNKNOWN_SIGN = - "未知的符号:"; - public static final String DECIMALLITERAL_IS_NOT_SUPPORTED_YET = - "暂不支持 DecimalLiteral。"; - public static final String GENERICLITERAL_IS_NOT_SUPPORTED_YET = - "暂不支持 GenericLiteral。"; + public static final String COLUMN_NOT_IN_GROUP_BY_CLAUSE = "列 %s 不在 GROUP BY 子句中"; + public static final String DATABASE_IS_NOT_SPECIFIED_FOR_INSERT = "未指定插入操作的数据库:"; + public static final String IDENTIFIER_NOT_ALLOWED_IN_THIS_CONTEXT = "此上下文中不允许 .*"; + public static final String UNKNOWN_SIGN = "未知的符号:"; + public static final String DECIMALLITERAL_IS_NOT_SUPPORTED_YET = "暂不支持 DecimalLiteral。"; + public static final String GENERICLITERAL_IS_NOT_SUPPORTED_YET = "暂不支持 GenericLiteral。"; public static final String DISTINCT_IS_NOT_SUPPORTED_FOR_NON_AGGREGATION_FUNCTIONS = "非聚合函数不支持 DISTINCT"; - public static final String UNEXPECTED_PATTERN_RECOGNITION_FUNCTION = - "意外的模式识别函数 "; - public static final String THE_INPUT_ARGUMENT_DOES_NOT_EXIST = - "输入参数不存在"; + public static final String UNEXPECTED_PATTERN_RECOGNITION_FUNCTION = "意外的模式识别函数 "; + public static final String THE_INPUT_ARGUMENT_DOES_NOT_EXIST = "输入参数不存在"; public static final String MATCH_NUMBER_PATTERN_RECOGNITION_FUNCTION_TAKES_NO_ARGUMENTS = "MATCH_NUMBER 模式识别函数不接受参数"; - public static final String UNEXPECTED_NAVIGATION_ANCHOR = - "意外的导航锚点:"; - public static final String UNEXPECTED_MODE = - "意外的模式:"; - public static final String QUERY_TAKES_NO_PARAMETERS = - "查询不接受参数"; - public static final String NO_VALUE_PROVIDED_FOR_PARAMETER = - "未提供参数值"; - public static final String CANNOT_EXTRACT_FROM = - "无法从 %s 中提取"; - public static final String UNKNOWN_IS_NOT_A_VALID_TYPE = - "UNKNOWN 不是有效的类型"; - public static final String CANNOT_CAST_TO = - "无法将 %s 转换为 %s"; + public static final String UNEXPECTED_NAVIGATION_ANCHOR = "意外的导航锚点:"; + public static final String UNEXPECTED_MODE = "意外的模式:"; + public static final String QUERY_TAKES_NO_PARAMETERS = "查询不接受参数"; + public static final String NO_VALUE_PROVIDED_FOR_PARAMETER = "未提供参数值"; + public static final String CANNOT_EXTRACT_FROM = "无法从 %s 中提取"; + public static final String UNKNOWN_IS_NOT_A_VALID_TYPE = "UNKNOWN 不是有效的类型"; + public static final String CANNOT_CAST_TO = "无法将 %s 转换为 %s"; public static final String WINDOW_FRAME_START_CANNOT_BE_UNBOUNDED_FOLLOWING = "窗口帧起始位置不能为 UNBOUNDED FOLLOWING"; public static final String WINDOW_FRAME_END_CANNOT_BE_UNBOUNDED_PRECEDING = "窗口帧结束位置不能为 UNBOUNDED PRECEDING"; - public static final String UNSUPPORTED_FRAME_TYPE = - "不支持的帧类型:"; + public static final String UNSUPPORTED_FRAME_TYPE = "不支持的帧类型:"; public static final String COLUMNS_ONLY_SUPPORT_TO_BE_USED_IN_SELECT = "Columns 仅支持在 SELECT 和 WHERE 子句中使用"; - public static final String TYPE_MISMATCH_FMT = - "%s:%s 与 %s"; - public static final String UNKNOWN_PATTERN_RECOGNITION_FUNCTION = - "未知的模式识别函数:"; - public static final String CANNOT_ACCESS_PREANALYZED_TYPES = - "无法访问预分析类型"; - public static final String CANNOT_ACCESS_RESOLVED_WINDOWS = - "无法访问已解析的窗口"; - public static final String REFERENCE_IS_AMBIGUOUS = - "引用 '%s' 有歧义"; - public static final String COLUMN_IS_AMBIGUOUS = - "列 '%s' 有歧义"; - public static final String UNSUPPORTED_NODE_TYPE = - "不支持的节点类型:"; + public static final String TYPE_MISMATCH_FMT = "%s:%s 与 %s"; + public static final String UNKNOWN_PATTERN_RECOGNITION_FUNCTION = "未知的模式识别函数:"; + public static final String CANNOT_ACCESS_PREANALYZED_TYPES = "无法访问预分析类型"; + public static final String CANNOT_ACCESS_RESOLVED_WINDOWS = "无法访问已解析的窗口"; + public static final String REFERENCE_IS_AMBIGUOUS = "引用 '%s' 有歧义"; + public static final String COLUMN_IS_AMBIGUOUS = "列 '%s' 有歧义"; + public static final String UNSUPPORTED_NODE_TYPE = "不支持的节点类型:"; public static final String CREATE_DATABASE_STATEMENT_IS_NOT_SUPPORTED_YET = "暂不支持 Create Database 语句。"; public static final String ALTER_DATABASE_STATEMENT_IS_NOT_SUPPORTED_YET = @@ -728,199 +510,124 @@ public final class DataNodeQueryMessages { "暂不支持 Drop Database 语句。"; public static final String SHOW_DATABASE_STATEMENT_IS_NOT_SUPPORTED_YET = "暂不支持 Show Database 语句。"; - public static final String SHOW_TABLES_STATEMENT_IS_NOT_SUPPORTED_YET = - "暂不支持 Show Tables 语句。"; + public static final String SHOW_TABLES_STATEMENT_IS_NOT_SUPPORTED_YET = "暂不支持 Show Tables 语句。"; public static final String DESCRIBE_TABLE_STATEMENT_IS_NOT_SUPPORTED_YET = "暂不支持 Describe Table 语句。"; - public static final String ADD_COLUMN_STATEMENT_IS_NOT_SUPPORTED_YET = - "暂不支持 Add Column 语句。"; - public static final String CREATE_INDEX_STATEMENT_IS_NOT_SUPPORTED_YET = - "暂不支持 Create Index 语句。"; - public static final String DROP_INDEX_STATEMENT_IS_NOT_SUPPORTED_YET = - "暂不支持 Drop Index 语句。"; - public static final String SHOW_INDEX_STATEMENT_IS_NOT_SUPPORTED_YET = - "暂不支持 Show Index 语句。"; - public static final String UPDATE_CAN_ONLY_SPECIFY_ATTRIBUTE_COLUMNS = - "UPDATE 只能指定属性列。"; + public static final String ADD_COLUMN_STATEMENT_IS_NOT_SUPPORTED_YET = "暂不支持 Add Column 语句。"; + public static final String CREATE_INDEX_STATEMENT_IS_NOT_SUPPORTED_YET = "暂不支持 Create Index 语句。"; + public static final String DROP_INDEX_STATEMENT_IS_NOT_SUPPORTED_YET = "暂不支持 Drop Index 语句。"; + public static final String SHOW_INDEX_STATEMENT_IS_NOT_SUPPORTED_YET = "暂不支持 Show Index 语句。"; + public static final String UPDATE_CAN_ONLY_SPECIFY_ATTRIBUTE_COLUMNS = "UPDATE 只能指定属性列。"; public static final String DROP_FUNCTION_STATEMENT_IS_NOT_SUPPORTED_YET = "暂不支持 Drop Function 语句。"; public static final String SHOW_FUNCTION_STATEMENT_IS_NOT_SUPPORTED_YET = "暂不支持 Show Function 语句。"; - public static final String USE_STATEMENT_IS_NOT_SUPPORTED_YET = - "暂不支持 USE 语句。"; + public static final String USE_STATEMENT_IS_NOT_SUPPORTED_YET = "暂不支持 USE 语句。"; public static final String TARGET_TABLE_SCHEMA_MISSES_A_TIME_CATEGORY_COLUMN = "目标表结构缺少 TIME 类别的列"; - public static final String TIME_COLUMN_CAN_NOT_BE_NULL = - "时间列不能为 null"; - public static final String NO_FIELD_COLUMN_PRESENT = - "没有 Field 列"; + public static final String TIME_COLUMN_CAN_NOT_BE_NULL = "时间列不能为 null"; + public static final String NO_FIELD_COLUMN_PRESENT = "没有 Field 列"; public static final String FETCH_FIRST_WITH_TIES_CLAUSE_REQUIRES_ORDER_BY = "FETCH FIRST WITH TIES 子句需要 ORDER BY"; - public static final String RECURSIVE_CTE_IS_NOT_SUPPORTED_YET = - "暂不支持递归 CTE。"; - public static final String MISSING_COLUMN_ALIASES_IN_RECURSIVE_WITH_QUERY = - "递归 WITH 查询中缺少列别名"; - public static final String NESTED_RECURSIVE_WITH_QUERY = - "嵌套的递归 WITH 查询"; - public static final String THERE_IS_AT_LEAST_ONE_RESULT_OF_EXPANDED = - "至少存在一个展开后的结果"; - public static final String UNSUPPORTED_EXPRESSION_2 = - "不支持的表达式:"; - public static final String RELATION_NOT_FOUND_OR_NOT_ALLOWED = - "关系未找到或不允许访问"; - public static final String COLUMNS_NOT_ALLOWED_FOR_RELATION_THAT_HAS_NO = - "无列的关系不允许使用 COLUMNS"; - public static final String UNKNOWN_COLUMNNAME = - "未知的列名:"; - public static final String INVALID_REGEX = - "无效的正则表达式 '%s'"; + public static final String RECURSIVE_CTE_IS_NOT_SUPPORTED_YET = "暂不支持递归 CTE。"; + public static final String MISSING_COLUMN_ALIASES_IN_RECURSIVE_WITH_QUERY = "递归 WITH 查询中缺少列别名"; + public static final String NESTED_RECURSIVE_WITH_QUERY = "嵌套的递归 WITH 查询"; + public static final String THERE_IS_AT_LEAST_ONE_RESULT_OF_EXPANDED = "至少存在一个展开后的结果"; + public static final String UNSUPPORTED_EXPRESSION_2 = "不支持的表达式:"; + public static final String RELATION_NOT_FOUND_OR_NOT_ALLOWED = "关系未找到或不允许访问"; + public static final String COLUMNS_NOT_ALLOWED_FOR_RELATION_THAT_HAS_NO = "无列的关系不允许使用 COLUMNS"; + public static final String UNKNOWN_COLUMNNAME = "未知的列名:"; + public static final String INVALID_REGEX = "无效的正则表达式 '%s'"; public static final String COLUMNS_ARE_NOT_SUPPORTED_IN_DEREFERENCEEXPRESSION = "DereferenceExpression 中不支持 Columns"; - public static final String SELECT_NOT_ALLOWED_FROM_RELATION_THAT_HAS_NO = - "不允许对无列的关系使用 SELECT *"; - public static final String COLUMN_ALIASES_NOT_SUPPORTED = - "不支持列别名"; + public static final String SELECT_NOT_ALLOWED_FROM_RELATION_THAT_HAS_NO = "不允许对无列的关系使用 SELECT *"; + public static final String COLUMN_ALIASES_NOT_SUPPORTED = "不支持列别名"; public static final String SELECT_NOT_ALLOWED_IN_QUERIES_WITHOUT_FROM_CLAUSE = "没有 FROM 子句的查询中不允许使用 SELECT *"; public static final String MULTIPLE_DATE_BIN_GAPFILL_CALLS_NOT_ALLOWED = "不允许多次调用 date_bin_gapfill"; - public static final String PATTERN_RECOGNITION_OUTPUT_TABLE_HAS_NO_COLUMNS = - "模式识别输出表没有列"; - public static final String NATURAL_JOIN_NOT_SUPPORTED = - "不支持自然连接"; - public static final String UNKNOWN_FILL_METHOD = - "未知的填充方法:"; - public static final String RECURSIVE_REFERENCE_IN_INTERSECT_ALL = - "INTERSECT ALL 中存在递归引用"; - public static final String TABLE_PROPERTY_2 = - "表属性 "; - public static final String THE_DATABASE_MUST_BE_SET = - "必须设置数据库。"; - public static final String AT_MOST_ONE_TABLE_ARGUMENT_CAN_BE_PASSED = - "最多只能向表函数传递一个表参数"; - public static final String DUPLICATE_ARGUMENT_NAME = - "重复的参数名:%s"; - public static final String SETTING_MONTHLY_INTERVALS_IS_NOT_SUPPORTED = - "不支持设置按月间隔。"; - public static final String FILTER_PUSH_DOWN_DOES_NOT_SUPPORT_CASE_WHEN = - "过滤下推不支持 CASE WHEN"; - public static final String FILTER_PUSH_DOWN_DOES_NOT_SUPPORT_IF = - "过滤下推不支持 IF"; - public static final String FILTER_PUSH_DOWN_DOES_NOT_SUPPORT_NULLIF = - "过滤下推不支持 NULLIF"; - public static final String EXPRESSION_SHOULD_BE_NUMERIC_ACTUAL_IS = - "表达式应为数值类型,实际为 "; - public static final String TIMESTAMP_DOES_NOT_SUPPORT_IS_NULL = - "TIMESTAMP 不支持 IS NULL"; - public static final String TIMESTAMP_DOES_NOT_SUPPORT_IS_NOT_NULL = - "TIMESTAMP 不支持 IS NOT NULL"; - public static final String TIMESTAMP_DOES_NOT_SUPPORT_LIKE = - "TIMESTAMP 不支持 LIKE"; - public static final String TIMESTAMP_DOES_NOT_CASE_WHEN = - "TIMESTAMP 不支持 CASE WHEN"; - public static final String TIMESTAMP_DOES_NOT_IF = - "TIMESTAMP 不支持 IF"; - public static final String TIMESTAMP_DOES_NOT_NULLIF = - "TIMESTAMP 不支持 NULLIF"; - public static final String SHOULD_NEVER_RETURN_NULL = - "不应返回 null。"; - public static final String IS_NULL_EXPRESSION_CAN_T_BE_PUSHED_DOWN = - "IS NULL 表达式不能下推"; - public static final String NOT_EXPRESSION_CAN_T_BE_PUSHED_DOWN = - "NOT 表达式不能下推"; - public static final String UNSUPPORTED_OPERATOR_2 = - "不支持的运算符 "; - public static final String THE_LOGICAL_EXPRESSION_HAS_NO_BOUNDED_COLUMN = - "逻辑表达式没有绑定的列"; - public static final String THE_NOT_EXPRESSION_HAS_NO_BOUNDED_COLUMN = - "NOT 表达式没有绑定的列"; + public static final String PATTERN_RECOGNITION_OUTPUT_TABLE_HAS_NO_COLUMNS = "模式识别输出表没有列"; + public static final String NATURAL_JOIN_NOT_SUPPORTED = "不支持自然连接"; + public static final String UNKNOWN_FILL_METHOD = "未知的填充方法:"; + public static final String RECURSIVE_REFERENCE_IN_INTERSECT_ALL = "INTERSECT ALL 中存在递归引用"; + public static final String TABLE_PROPERTY_2 = "表属性 "; + public static final String THE_DATABASE_MUST_BE_SET = "必须设置数据库。"; + public static final String AT_MOST_ONE_TABLE_ARGUMENT_CAN_BE_PASSED = "最多只能向表函数传递一个表参数"; + public static final String DUPLICATE_ARGUMENT_NAME = "重复的参数名:%s"; + public static final String SETTING_MONTHLY_INTERVALS_IS_NOT_SUPPORTED = "不支持设置按月间隔。"; + public static final String FILTER_PUSH_DOWN_DOES_NOT_SUPPORT_CASE_WHEN = "过滤下推不支持 CASE WHEN"; + public static final String FILTER_PUSH_DOWN_DOES_NOT_SUPPORT_IF = "过滤下推不支持 IF"; + public static final String FILTER_PUSH_DOWN_DOES_NOT_SUPPORT_NULLIF = "过滤下推不支持 NULLIF"; + public static final String EXPRESSION_SHOULD_BE_NUMERIC_ACTUAL_IS = "表达式应为数值类型,实际为 "; + public static final String TIMESTAMP_DOES_NOT_SUPPORT_IS_NULL = "TIMESTAMP 不支持 IS NULL"; + public static final String TIMESTAMP_DOES_NOT_SUPPORT_IS_NOT_NULL = "TIMESTAMP 不支持 IS NOT NULL"; + public static final String TIMESTAMP_DOES_NOT_SUPPORT_LIKE = "TIMESTAMP 不支持 LIKE"; + public static final String TIMESTAMP_DOES_NOT_CASE_WHEN = "TIMESTAMP 不支持 CASE WHEN"; + public static final String TIMESTAMP_DOES_NOT_IF = "TIMESTAMP 不支持 IF"; + public static final String TIMESTAMP_DOES_NOT_NULLIF = "TIMESTAMP 不支持 NULLIF"; + public static final String SHOULD_NEVER_RETURN_NULL = "不应返回 null。"; + public static final String IS_NULL_EXPRESSION_CAN_T_BE_PUSHED_DOWN = "IS NULL 表达式不能下推"; + public static final String NOT_EXPRESSION_CAN_T_BE_PUSHED_DOWN = "NOT 表达式不能下推"; + public static final String UNSUPPORTED_OPERATOR_2 = "不支持的运算符 "; + public static final String THE_LOGICAL_EXPRESSION_HAS_NO_BOUNDED_COLUMN = "逻辑表达式没有绑定的列"; + public static final String THE_NOT_EXPRESSION_HAS_NO_BOUNDED_COLUMN = "NOT 表达式没有绑定的列"; // --- Plan / Relational / Metadata --- - public static final String OBJECT_TYPE_IS_NOT_SUPPORTED_AS_RETURN_TYPE = - "不支持 OBJECT 类型作为返回值类型"; - public static final String INVALID_FUNCTION_PARAMETERS = - "无效的函数参数:"; - public static final String UNKNOWN_FUNCTION = - "未知的函数:"; - public static final String THE_OBJECT_TYPE_COLUMN_IS_NOT_SUPPORTED = - "不支持 object 类型的列。"; - public static final String NO_COLUMN_OTHER_THAN_TIME_PRESENT_PLEASE_CHECK = - "除时间列外没有其他列,请检查请求"; - public static final String NO_FIELD_COLUMN_PRESENT_PLEASE_CHECK_THE_REQUEST = - "没有 Field 列,请检查请求"; - public static final String AUTO_ADD_TABLE_COLUMN_FAILED = - "自动添加表列失败。"; - public static final String TAG_COLUMN_ONLY_SUPPORT_DATA_TYPE_STRING = - "标签列仅支持 STRING 数据类型。"; - public static final String ATTRIBUTE_COLUMN_ONLY_SUPPORT_DATA_TYPE_STRING = - "属性列仅支持 STRING 数据类型。"; - public static final String UNSUPPORTED_EXTERNAL_TSFILE_DEVICE_FILTER = - "不支持的外部 TsFile 设备过滤器:"; + public static final String OBJECT_TYPE_IS_NOT_SUPPORTED_AS_RETURN_TYPE = "不支持 OBJECT 类型作为返回值类型"; + public static final String INVALID_FUNCTION_PARAMETERS = "无效的函数参数:"; + public static final String UNKNOWN_FUNCTION = "未知的函数:"; + public static final String THE_OBJECT_TYPE_COLUMN_IS_NOT_SUPPORTED = "不支持 object 类型的列。"; + public static final String NO_COLUMN_OTHER_THAN_TIME_PRESENT_PLEASE_CHECK = "除时间列外没有其他列,请检查请求"; + public static final String NO_FIELD_COLUMN_PRESENT_PLEASE_CHECK_THE_REQUEST = "没有 Field 列,请检查请求"; + public static final String AUTO_ADD_TABLE_COLUMN_FAILED = "自动添加表列失败。"; + public static final String TAG_COLUMN_ONLY_SUPPORT_DATA_TYPE_STRING = "标签列仅支持 STRING 数据类型。"; + public static final String ATTRIBUTE_COLUMN_ONLY_SUPPORT_DATA_TYPE_STRING = "属性列仅支持 STRING 数据类型。"; + public static final String UNSUPPORTED_EXTERNAL_TSFILE_DEVICE_FILTER = "不支持的外部 TsFile 设备过滤器:"; // --- Plan / Relational / Table Function --- - public static final String NO_TABLE_SCHEMA_FOUND_IN_TSFILES = - "TsFile 中未找到表结构"; - public static final String NO_TABLE_SCHEMA_FOUND_FOR_TABLE_IN_TSFILES = - "TsFile 中未找到表 %s 的表结构"; + public static final String NO_TABLE_SCHEMA_FOUND_IN_TSFILES = "TsFile 中未找到表结构"; + public static final String NO_TABLE_SCHEMA_FOUND_FOR_TABLE_IN_TSFILES = "TsFile 中未找到表 %s 的表结构"; public static final String READ_TSFILE_MUST_BE_PLANNED_AS_EXTERNAL_TSFILE_SCAN_NODE = "readTsFile 必须规划为 ExternalTsFileScanNode"; - public static final String MISSING_SCALAR_ARGUMENT = - "缺少标量参数:"; - public static final String ARGUMENT_SHOULD_NOT_BE_EMPTY = - "参数 %s 不应为空"; - public static final String INVALID_SCALAR_ARGUMENT = - "无效的标量参数:"; - public static final String ARGUMENT_SHOULD_BE_A_STRING = - "参数 %s 应为字符串"; - public static final String ARGUMENT_SHOULD_BE_A_NUMBER = - "参数 %s 应为数字"; - public static final String ARGUMENT_SHOULD_CONTAIN_AT_LEAST_ONE_PATH = - "参数 %s 应至少包含一个路径"; + public static final String MISSING_SCALAR_ARGUMENT = "缺少标量参数:"; + public static final String ARGUMENT_SHOULD_NOT_BE_EMPTY = "参数 %s 不应为空"; + public static final String INVALID_SCALAR_ARGUMENT = "无效的标量参数:"; + public static final String ARGUMENT_SHOULD_BE_A_STRING = "参数 %s 应为字符串"; + public static final String ARGUMENT_SHOULD_BE_A_NUMBER = "参数 %s 应为数字"; + public static final String ARGUMENT_SHOULD_CONTAIN_AT_LEAST_ONE_PATH = "参数 %s 应至少包含一个路径"; public static final String READ_TSFILE_PATH_IS_NOT_ALLOWED = "不允许 readTsFile 路径 %s,因为它可能访问 IoTDB 数据目录 %s"; - public static final String OUTPUT_COLUMN_NAMES_AND_TYPES_SIZE_MISMATCH = - "输出列名和类型数量不匹配"; - public static final String OUTPUT_COLUMN_NAMES_AND_CATEGORIES_SIZE_MISMATCH = - "输出列名和类别数量不匹配"; + public static final String OUTPUT_COLUMN_NAMES_AND_TYPES_SIZE_MISMATCH = "输出列名和类型数量不匹配"; + public static final String OUTPUT_COLUMN_NAMES_AND_CATEGORIES_SIZE_MISMATCH = "输出列名和类别数量不匹配"; public static final String READ_TSFILE_TABLE_FUNCTION_HANDLE_DOES_NOT_SUPPORT_SERIALIZATION = "ReadTsFileTableFunctionHandle 不支持序列化"; public static final String READ_TSFILE_TABLE_FUNCTION_HANDLE_DOES_NOT_SUPPORT_DESERIALIZATION = "ReadTsFileTableFunctionHandle 不支持反序列化"; - public static final String TSFILE_PATH_DOES_NOT_EXIST = - "TsFile 路径不存在:"; - public static final String TSFILE_PATH_IS_NEITHER_A_FILE_NOR_A_DIRECTORY = - "TsFile 路径既不是文件也不是目录:"; - public static final String NO_VALID_TSFILES_FOUND = - "未找到有效的 TsFile"; - public static final String FAILED_TO_SCAN_TSFILE_PATH = - "扫描 TsFile 路径失败:"; + public static final String TSFILE_PATH_DOES_NOT_EXIST = "TsFile 路径不存在:"; + public static final String TSFILE_PATH_IS_NEITHER_A_FILE_NOR_A_DIRECTORY = "TsFile 路径既不是文件也不是目录:"; + public static final String NO_VALID_TSFILES_FOUND = "未找到有效的 TsFile"; + public static final String FAILED_TO_SCAN_TSFILE_PATH = "扫描 TsFile 路径失败:"; public static final String CANNOT_INFER_TABLE_NAME_FROM_TSFILES_MULTIPLE_TABLES = "无法从 TsFile 推断表名,因为发现了多个表:%s 和 %s"; public static final String CANNOT_INFER_TABLE_NAME_FROM_TSFILE_NO_TABLE_SCHEMA = "无法从 TsFile 推断表名,因为未找到表结构,文件:"; public static final String CANNOT_INFER_TABLE_NAME_FROM_TSFILE_MULTIPLE_TABLES = "无法从 TsFile 推断表名,因为发现了多个表,文件:"; - public static final String FILE_IS_NOT_A_VALID_TSFILE = - "文件不是有效的 TsFile:"; - public static final String FAILED_TO_READ_TABLE_SCHEMA_FROM_TSFILE = - "从 TsFile 读取表结构失败:"; + public static final String FILE_IS_NOT_A_VALID_TSFILE = "文件不是有效的 TsFile:"; + public static final String FAILED_TO_READ_TABLE_SCHEMA_FROM_TSFILE = "从 TsFile 读取表结构失败:"; public static final String MULTIPLE_TIME_COLUMNS_FOUND_WHEN_MERGING_TABLE_SCHEMA = "合并表结构时发现多个时间列,表:"; - public static final String TIME_COLUMN_CONFLICTS_WHEN_MERGING_TABLE_SCHEMA = - "合并表结构时时间列冲突,表:"; - public static final String TAG_COLUMNS_CONFLICT_WHEN_MERGING_TABLE_SCHEMA = - "合并表结构时标签列冲突,表:"; + public static final String TIME_COLUMN_CONFLICTS_WHEN_MERGING_TABLE_SCHEMA = "合并表结构时时间列冲突,表:"; + public static final String TAG_COLUMNS_CONFLICT_WHEN_MERGING_TABLE_SCHEMA = "合并表结构时标签列冲突,表:"; public static final String FIELD_COLUMN_HAS_CONFLICTING_DATA_TYPES_WHEN_MERGING_TABLE_SCHEMA = "字段列 %s 在合并表 %s 的结构时存在冲突的数据类型"; public static final String COLUMN_HAS_CONFLICTING_CATEGORIES_WHEN_MERGING_TABLE_SCHEMA = "列 %s 在合并表 %s 的结构时存在冲突的类别"; public static final String FAILED_TO_CREATE_EXTERNAL_TSFILE_DEVICE_TASK_RUN_READER = "创建外部 TsFile 设备任务运行读取器失败"; - public static final String UNKNOWN_EXTERNAL_TSFILE_DEVICE_TASK_PARTITION = - "未知的外部 TsFile 设备任务分区:"; - public static final String EXTERNAL_TSFILE_QUERY_RESOURCE_HAS_BEEN_CLOSED = - "外部 TsFile 查询资源已关闭:"; + public static final String UNKNOWN_EXTERNAL_TSFILE_DEVICE_TASK_PARTITION = "未知的外部 TsFile 设备任务分区:"; + public static final String EXTERNAL_TSFILE_QUERY_RESOURCE_HAS_BEEN_CLOSED = "外部 TsFile 查询资源已关闭:"; public static final String EXTERNAL_TSFILE_QUERY_RESOURCE_HAS_ALREADY_BEEN_SET = "当前 FragmentInstance 中已设置外部 TsFile 查询资源"; public static final String EXTERNAL_TSFILE_FRAGMENT_INSTANCE_USAGE_COUNT_CANNOT_BE_NEGATIVE = @@ -936,66 +643,40 @@ public final class DataNodeQueryMessages { // --- Plan / Relational / Planner --- - public static final String FAIL_TO_MATERIALIZE_CTE_BECAUSE = - "物化 CTE 失败,原因:{}"; - public static final String BOTH_OBJECT_MUST_BE_TYPE_OF_NUMBER = - "两个对象都必须为数值类型"; - public static final String NOT_YET_IMPLEMENTED = - "尚未实现:"; - public static final String UNSUPPORTED_TYPE_IN_GENERICLITERAL = - "GenericLiteral 中不支持的类型:"; - public static final String CANNOT_COERCE_TYPE = - "无法将类型 "; - public static final String UNKNOWN_TYPE_2 = - "未知的类型:"; - public static final String NODE_MUST_BE_A_LITERAL = - "节点必须为 Literal"; - public static final String UNHANDLED_LITERAL_TYPE = - "未处理的字面量类型:"; - public static final String NO_LITERAL_FORM_FOR_TYPE = - "类型 %s 没有字面量形式"; - public static final String WINDOW_FRAME_OFFSET_VALUE_MUST_NOT_BE_NEGATIVE = - "窗口帧偏移值不能为负数或 null"; - public static final String UNEXPECTED_TYPE = - "意外的类型:"; - public static final String FROM_CLAUSE_MUST_NOT_BE_EMPTY = - "FROM 子句不能为空"; - public static final String COERCION_RESULT_IN_ANALYSIS_ONLY_CAN_BE_EMPTY = - "分析中的类型转换结果只能为空"; - public static final String UNEXPECTED_RECURSIVE_CTE = - "意外的递归 CTE"; - public static final String TABLE = - "表 "; - public static final String UNEXPECTED_JOIN_TYPE = - "意外的 Join 类型:"; - public static final String UNEXPECTED_ROWS_PER_MATCH = - "意外的 rowsPerMatch:"; - public static final String UNEXPECTED_SKIP_TO_POSITION = - "意外的 skipTo 位置:"; - public static final String VALUES_IS_NOT_SUPPORTED_IN_CURRENT_VERSION = - "当前版本不支持 Values。"; - public static final String SUBSCRIPT_IS_NOT_SUPPORTED_IN_CURRENT_VERSION = - "当前版本不支持下标操作"; - public static final String READ_TSFILE_TABLE_FUNCTION_HANDLE_IS_INVALID = - "readTsFile 表函数句柄无效"; + public static final String FAIL_TO_MATERIALIZE_CTE_BECAUSE = "物化 CTE 失败,原因:{}"; + public static final String BOTH_OBJECT_MUST_BE_TYPE_OF_NUMBER = "两个对象都必须为数值类型"; + public static final String NOT_YET_IMPLEMENTED = "尚未实现:"; + public static final String UNSUPPORTED_TYPE_IN_GENERICLITERAL = "GenericLiteral 中不支持的类型:"; + public static final String CANNOT_COERCE_TYPE = "无法将类型 "; + public static final String UNKNOWN_TYPE_2 = "未知的类型:"; + public static final String NODE_MUST_BE_A_LITERAL = "节点必须为 Literal"; + public static final String UNHANDLED_LITERAL_TYPE = "未处理的字面量类型:"; + public static final String NO_LITERAL_FORM_FOR_TYPE = "类型 %s 没有字面量形式"; + public static final String WINDOW_FRAME_OFFSET_VALUE_MUST_NOT_BE_NEGATIVE = "窗口帧偏移值不能为负数或 null"; + public static final String UNEXPECTED_TYPE = "意外的类型:"; + public static final String FROM_CLAUSE_MUST_NOT_BE_EMPTY = "FROM 子句不能为空"; + public static final String COERCION_RESULT_IN_ANALYSIS_ONLY_CAN_BE_EMPTY = "分析中的类型转换结果只能为空"; + public static final String UNEXPECTED_RECURSIVE_CTE = "意外的递归 CTE"; + public static final String TABLE = "表 "; + public static final String UNEXPECTED_JOIN_TYPE = "意外的 Join 类型:"; + public static final String UNEXPECTED_ROWS_PER_MATCH = "意外的 rowsPerMatch:"; + public static final String UNEXPECTED_SKIP_TO_POSITION = "意外的 skipTo 位置:"; + public static final String VALUES_IS_NOT_SUPPORTED_IN_CURRENT_VERSION = "当前版本不支持 Values。"; + public static final String SUBSCRIPT_IS_NOT_SUPPORTED_IN_CURRENT_VERSION = "当前版本不支持下标操作"; + public static final String READ_TSFILE_TABLE_FUNCTION_HANDLE_IS_INVALID = "readTsFile 表函数句柄无效"; // --- Plan / Relational / Planner / IR --- public static final String ILLEGAL_STATE_IN_VISITLOGICALEXPRESSION = "visitLogicalExpression 中的非法状态"; - public static final String UNSUPPORTED_LOGICALEXPRESSION_OPERATOR = - "不支持的逻辑表达式运算符"; - public static final String UNEXPECTED_EXPRESSION = - "意外的表达式:"; - public static final String FAILED_TO_FETCH_SUBQUERY_RESULT = - "获取子查询结果失败。"; + public static final String UNSUPPORTED_LOGICALEXPRESSION_OPERATOR = "不支持的逻辑表达式运算符"; + public static final String UNEXPECTED_EXPRESSION = "意外的表达式:"; + public static final String FAILED_TO_FETCH_SUBQUERY_RESULT = "获取子查询结果失败。"; // --- Plan / Relational / Planner / Iterative --- - public static final String UNEXPECTED_PATTERN = - "意外的 Pattern:"; - public static final String TABLE_FUNCTION_DOES_NOT_SUPPORT_MULTIPLE_SOURCE_NOW = - "表函数目前不支持多个数据源。"; + public static final String UNEXPECTED_PATTERN = "意外的 Pattern:"; + public static final String TABLE_FUNCTION_DOES_NOT_SUPPORT_MULTIPLE_SOURCE_NOW = "表函数目前不支持多个数据源。"; // --- Plan / Relational / Planner / Node --- @@ -1003,10 +684,8 @@ public final class DataNodeQueryMessages { "不应将 limit 下推到 AggregationTableScanNode。"; public static final String SHOULD_NEVER_PUSH_DOWN_OFFSET_TO_AGGREGATIONTABLESCANNODE = "不应将 offset 下推到 AggregationTableScanNode。"; - public static final String NOT_SUPPORTED_YET = - "暂不支持。"; - public static final String COPYTONODE_SHOULD_NOT_BE_SERIALIZED = - "CopyToNode 不应被序列化"; + public static final String NOT_SUPPORTED_YET = "暂不支持。"; + public static final String COPYTONODE_SHOULD_NOT_BE_SERIALIZED = "CopyToNode 不应被序列化"; public static final String EXTERNAL_TSFILE_AGGREGATION_SCAN_NODE_DEVICE_ENTRIES_MUST_BE_SET_BY_DEVICE_ENTRY_INDEXES = "ExternalTsFileAggregationScanNode 的设备条目必须通过设备条目索引设置"; @@ -1022,164 +701,103 @@ public final class DataNodeQueryMessages { public static final String LIST_PLANNODE_SIZE_SHOULD_1_BUT_NOW_IS = "List.size 应 >= 1,但当前为 0"; - public static final String UNSUPPORTED_JOIN_TYPE = - "不支持的 Join 类型:"; + public static final String UNSUPPORTED_JOIN_TYPE = "不支持的 Join 类型:"; public static final String TOPK_IS_NOT_SUPPORTED_IN_CORRELATED_SUBQUERY_FOR = "目前不支持在关联子查询中使用 TopK"; - public static final String UNEXPECTED_VALUE = - "意外的值:"; + public static final String UNEXPECTED_VALUE = "意外的值:"; // --- Plan / Relational / Security --- - public static final String USER_NOT_EXISTS = - "用户不存在"; - public static final String ONLY_THE_SUPERUSER_CAN_ALTER_HIM_HERSELF = - "仅超级用户可以修改自身信息。"; - public static final String DATABASE = - "数据库 "; - public static final String TABLE_2 = - "表 "; - public static final String UNEXPECTED_VALUE_2 = - "意外的值:"; - public static final String EACH_OPERATION_SHOULD_HAVE_PERMISSION_CHECK = - "每个操作都应进行权限检查。"; - public static final String UNKNOWN_AUTHORTYPE = - "未知的授权类型:"; + public static final String USER_NOT_EXISTS = "用户不存在"; + public static final String ONLY_THE_SUPERUSER_CAN_ALTER_HIM_HERSELF = "仅超级用户可以修改自身信息。"; + public static final String DATABASE = "数据库 "; + public static final String TABLE_2 = "表 "; + public static final String UNEXPECTED_VALUE_2 = "意外的值:"; + public static final String EACH_OPERATION_SHOULD_HAVE_PERMISSION_CHECK = "每个操作都应进行权限检查。"; + public static final String UNKNOWN_AUTHORTYPE = "未知的授权类型:"; // --- Plan / Relational / SQL --- - public static final String UNKNOWN_AUTHORTYPE_2 = - "未知的授权类型:"; - public static final String THE_RENAMING_FOR_BASE_TABLE_COLUMN_IS_CURRENTLY = - "目前不支持重命名基表列"; - public static final String THE_RENAMING_FOR_BASE_TABLE_IS_CURRENTLY_UNSUPPORTED = - "目前不支持重命名基表"; - public static final String UNEXPECTED_EXPRESSION_2 = - "意外的表达式:"; - public static final String THE_TABLE_SHOULD_ONLY_HAVE_ONE_COLUMN_FOUND = - "表中应只有一个 TIME 类别的列"; - public static final String TIMESTAMP_CANNOT_BE_NULL = - "时间戳不能为 null"; - public static final String SHOW_REGION_ID_IS_NOT_SUPPORTED_YET = - "暂不支持 SHOW REGION ID。"; - public static final String SHOW_TIME_SLOT_IS_NOT_SUPPORTED_YET = - "暂不支持 SHOW TIME SLOT。"; - public static final String COUNT_TIME_SLOT_IS_NOT_SUPPORTED_YET = - "暂不支持 COUNT TIME SLOT。"; - public static final String SHOW_SERIES_SLOT_IS_NOT_SUPPORTED_YET = - "暂不支持 SHOW SERIES SLOT。"; - public static final String MISSING_LIMIT_VALUE = - "缺少 LIMIT 值"; - public static final String DATABASE_IS_NOT_SET_YET = - "尚未设置数据库。"; - public static final String AUTHOR_STATEMENT_PARSER_ERROR = - "授权语句解析错误"; - public static final String UNSUPPORTED_SET_OPERATION = - "不支持的集合操作:"; - public static final String UNSUPPORTED_JOIN_CRITERIA = - "不支持的 join 条件"; + public static final String UNKNOWN_AUTHORTYPE_2 = "未知的授权类型:"; + public static final String THE_RENAMING_FOR_BASE_TABLE_COLUMN_IS_CURRENTLY = "目前不支持重命名基表列"; + public static final String THE_RENAMING_FOR_BASE_TABLE_IS_CURRENTLY_UNSUPPORTED = "目前不支持重命名基表"; + public static final String UNEXPECTED_EXPRESSION_2 = "意外的表达式:"; + public static final String THE_TABLE_SHOULD_ONLY_HAVE_ONE_COLUMN_FOUND = "表中应只有一个 TIME 类别的列"; + public static final String TIMESTAMP_CANNOT_BE_NULL = "时间戳不能为 null"; + public static final String SHOW_REGION_ID_IS_NOT_SUPPORTED_YET = "暂不支持 SHOW REGION ID。"; + public static final String SHOW_TIME_SLOT_IS_NOT_SUPPORTED_YET = "暂不支持 SHOW TIME SLOT。"; + public static final String COUNT_TIME_SLOT_IS_NOT_SUPPORTED_YET = "暂不支持 COUNT TIME SLOT。"; + public static final String SHOW_SERIES_SLOT_IS_NOT_SUPPORTED_YET = "暂不支持 SHOW SERIES SLOT。"; + public static final String MISSING_LIMIT_VALUE = "缺少 LIMIT 值"; + public static final String DATABASE_IS_NOT_SET_YET = "尚未设置数据库。"; + public static final String AUTHOR_STATEMENT_PARSER_ERROR = "授权语句解析错误"; + public static final String UNSUPPORTED_SET_OPERATION = "不支持的集合操作:"; + public static final String UNSUPPORTED_JOIN_CRITERIA = "不支持的 join 条件"; public static final String TOLERANCE_IN_ASOF_JOIN_ONLY_SUPPORTS_INNER_TYPE = "ASOF JOIN 中的容差目前仅支持 INNER 类型"; - public static final String UNSUPPORTED_SIGN = - "不支持的符号:"; - public static final String UNSUPPORTED_WINDOW_FRAME_TYPE = - "不支持的窗口帧类型:"; - public static final String UNSUPPORTED_BOUNDED_TYPE = - "不支持的边界类型:"; - public static final String UNSUPPORTED_TRIM_SPECIFICATION = - "不支持的 TRIM 规范:"; - public static final String TARGET_DATA_IN_SQL_SHOULD_BE_SET_IN = - "SQL 中的目标数据应在 CREATE MODEL 中设置"; - public static final String THE_TREE_MODEL_DATABASE_SHALL_NOT_BE_SPECIFIED = - "表模型中不应指定树模型数据库。"; - public static final String UNSUPPORTED_SPECIAL_FUNCTION = - "不支持的特殊函数:"; - public static final String UNSUPPORTED_ORDERING = - "不支持的排序方式:"; - public static final String UNSUPPORTED_QUANTIFIER = - "不支持的量词:"; - public static final String NOT_YET_IMPLEMENTED_WILDCARD_TRANSITION = - "尚未实现:通配符转换"; - public static final String UNKNOWN_TABLE_ELEMENT = - "未知的表元素:"; + public static final String UNSUPPORTED_SIGN = "不支持的符号:"; + public static final String UNSUPPORTED_WINDOW_FRAME_TYPE = "不支持的窗口帧类型:"; + public static final String UNSUPPORTED_BOUNDED_TYPE = "不支持的边界类型:"; + public static final String UNSUPPORTED_TRIM_SPECIFICATION = "不支持的 TRIM 规范:"; + public static final String TARGET_DATA_IN_SQL_SHOULD_BE_SET_IN = "SQL 中的目标数据应在 CREATE MODEL 中设置"; + public static final String THE_TREE_MODEL_DATABASE_SHALL_NOT_BE_SPECIFIED = "表模型中不应指定树模型数据库。"; + public static final String UNSUPPORTED_SPECIAL_FUNCTION = "不支持的特殊函数:"; + public static final String UNSUPPORTED_ORDERING = "不支持的排序方式:"; + public static final String UNSUPPORTED_QUANTIFIER = "不支持的量词:"; + public static final String NOT_YET_IMPLEMENTED_WILDCARD_TRANSITION = "尚未实现:通配符转换"; + public static final String UNKNOWN_TABLE_ELEMENT = "未知的表元素:"; // --- Plan / Scheduler --- - public static final String ERROR_HAPPENED_WHILE_FETCHING_QUERY_STATE = - "获取查询状态时发生错误"; - public static final String INTERRUPTED_WHEN_DISPATCHING_READ_ASYNC = - "异步分发读取操作时被中断"; - public static final String INTERRUPTED_WHEN_DISPATCHING_WRITE_ASYNC = - "异步分发写入操作时被中断"; - public static final String DESERIALIZE_CONSENSUSGROUPID_FAILED = - "反序列化 ConsensusGroupId 失败。"; - public static final String CAN_T_CONNECT_TO_NODE = - "无法连接到节点 {}"; - public static final String CANCEL_QUERY_ON_NODE_FAILED = - "在节点 {} 上取消查询 {} 失败。"; - public static final String CANNOT_DISPATCH_FI_FOR_LOAD_OPERATION = - "无法为加载操作分发 FI"; - public static final String MESSAGE_UNEXPECTED_ERRORS_ARG_78EE0800 = - "意外错误:%s"; - public static final String RECEIVE_LOAD_NODE_FROM_UUID = - "接收来自 uuid {} 的加载节点。"; - public static final String LOAD_TSFILE_NODE_ERROR = - "加载 TsFile 节点 {} 出错。"; - public static final String SERIALIZE_TSFILERESOURCE_ERROR = - "序列化 TsFileResource {} 出错。"; - public static final String LOAD_SKIP_TSFILE_BECAUSE_IT_HAS_NO_DATA = - "跳过加载 TsFile {},因为没有数据。"; + public static final String ERROR_HAPPENED_WHILE_FETCHING_QUERY_STATE = "获取查询状态时发生错误"; + public static final String INTERRUPTED_WHEN_DISPATCHING_READ_ASYNC = "异步分发读取操作时被中断"; + public static final String INTERRUPTED_WHEN_DISPATCHING_WRITE_ASYNC = "异步分发写入操作时被中断"; + public static final String DESERIALIZE_CONSENSUSGROUPID_FAILED = "反序列化 ConsensusGroupId 失败。"; + public static final String CAN_T_CONNECT_TO_NODE = "无法连接到节点 {}"; + public static final String CANCEL_QUERY_ON_NODE_FAILED = "在节点 {} 上取消查询 {} 失败。"; + public static final String CANNOT_DISPATCH_FI_FOR_LOAD_OPERATION = "无法为加载操作分发 FI"; + public static final String MESSAGE_UNEXPECTED_ERRORS_ARG_78EE0800 = "意外错误:%s"; + public static final String RECEIVE_LOAD_NODE_FROM_UUID = "接收来自 uuid {} 的加载节点。"; + public static final String LOAD_TSFILE_NODE_ERROR = "加载 TsFile 节点 {} 出错。"; + public static final String SERIALIZE_TSFILERESOURCE_ERROR = "序列化 TsFileResource {} 出错。"; + public static final String LOAD_SKIP_TSFILE_BECAUSE_IT_HAS_NO_DATA = "跳过加载 TsFile {},因为没有数据。"; public static final String LOADTSFILESCHEDULER_LOADS_TSFILE_ERROR = "LoadTsFileScheduler 加载 TsFile {} 出错"; - public static final String INTERRUPT_OR_EXECUTION_ERROR = - "中断或执行错误。"; - public static final String START_DISPATCHING_LOAD_COMMAND_FOR_UUID = - "开始分发 uuid {} 的加载命令"; + public static final String INTERRUPT_OR_EXECUTION_ERROR = "中断或执行错误。"; + public static final String START_DISPATCHING_LOAD_COMMAND_FOR_UUID = "开始分发 uuid {} 的加载命令"; public static final String EXCEPTION_OCCURRED_DURING_SECOND_PHASE_OF_LOADING_TSFILE = "加载 TsFile {} 的第二阶段发生异常。"; - public static final String START_LOAD_TSFILE_LOCALLY = - "开始本地加载 TsFile {}。"; + public static final String START_LOAD_TSFILE_LOCALLY = "开始本地加载 TsFile {}。"; public static final String LOAD_ALL_FAILED_TSFILES_ARE_CONVERTED_TO_TABLETS = "加载:所有失败的 TsFile 已转换为 Tablet 并插入。"; // --- Plan / Statement --- - public static final String METHOD_NOT_IMPLEMENTED_YET = - "方法尚未实现"; - public static final String INSERTION_CONTAINS_DUPLICATED_MEASUREMENT = - "插入操作包含重复的测点:"; - public static final String UNSUPPORTED_DATA_TYPE = - "不支持的数据类型:"; + public static final String METHOD_NOT_IMPLEMENTED_YET = "方法尚未实现"; + public static final String INSERTION_CONTAINS_DUPLICATED_MEASUREMENT = "插入操作包含重复的测点:"; + public static final String UNSUPPORTED_DATA_TYPE = "不支持的数据类型:"; public static final String FAILED_TO_CONVERT_INSERTTABLETSTATEMENT_TO_TABLET = "将 InsertTabletStatement 转换为 Tablet 失败"; - public static final String MODEL_INFERENCE_DOES_NOT_SUPPORT_ALIGN_BY_DEVICE = - "模型推理目前不支持按设备对齐。"; + public static final String MODEL_INFERENCE_DOES_NOT_SUPPORT_ALIGN_BY_DEVICE = "模型推理目前不支持按设备对齐。"; public static final String MODEL_INFERENCE_DOES_NOT_SUPPORT_SELECT_INTO_NOW = "模型推理目前不支持 SELECT INTO。"; public static final String GROUP_BY_CLAUSES_DOESN_T_SUPPORT_GROUP_BY = "GROUP BY 子句目前不支持 GROUP BY LEVEL。"; public static final String GROUP_BY_LEVEL_DOES_NOT_SUPPORT_ALIGN_BY = "GROUP BY LEVEL 目前不支持按设备对齐。"; - public static final String GROUP_BY_TAGS_DOES_NOT_SUPPORT_ALIGN_BY = - "GROUP BY TAGS 目前不支持按设备对齐。"; + public static final String GROUP_BY_TAGS_DOES_NOT_SUPPORT_ALIGN_BY = "GROUP BY TAGS 目前不支持按设备对齐。"; public static final String HAVING_CLAUSE_IS_NOT_SUPPORTED_YET_IN_GROUP = "GROUP BY TAGS 查询中暂不支持 HAVING 子句"; - public static final String OUTPUT_COLUMN_IS_DUPLICATED_WITH_THE_TAG_KEY = - "输出列与标签键重复:"; + public static final String OUTPUT_COLUMN_IS_DUPLICATED_WITH_THE_TAG_KEY = "输出列与标签键重复:"; public static final String LIMIT_OR_SLIMIT_ARE_NOT_SUPPORTED_YET_IN = "GROUP BY TAGS 中暂不支持 LIMIT 或 SLIMIT"; - public static final String EXPRESSION_OF_HAVING_CLAUSE_MUST_TO_BE_AN = - "HAVING 子句的表达式必须是聚合函数"; - public static final String WHEN_HAVING_USED_WITH_GROUPBYLEVEL = - "当 HAVING 与 GroupByLevel 一起使用时:"; - public static final String ALIGN_BY_DEVICE = - "按设备对齐:"; + public static final String EXPRESSION_OF_HAVING_CLAUSE_MUST_TO_BE_AN = "HAVING 子句的表达式必须是聚合函数"; + public static final String WHEN_HAVING_USED_WITH_GROUPBYLEVEL = "当 HAVING 与 GroupByLevel 一起使用时:"; + public static final String ALIGN_BY_DEVICE = "按设备对齐:"; public static final String SORTING_BY_TIMESERIES_IS_ONLY_SUPPORTED_IN_LAST = "按时间序列排序仅在 LAST 查询中支持。"; - public static final String LAST_QUERY_DOESN_T_SUPPORT_ALIGN_BY_DEVICE = - "LAST 查询不支持按设备对齐。"; - public static final String LAST_QUERIES_CAN_ONLY_BE_APPLIED_ON_RAW = - "LAST 查询只能应用于原始时间序列。"; + public static final String LAST_QUERY_DOESN_T_SUPPORT_ALIGN_BY_DEVICE = "LAST 查询不支持按设备对齐。"; + public static final String LAST_QUERIES_CAN_ONLY_BE_APPLIED_ON_RAW = "LAST 查询只能应用于原始时间序列。"; public static final String SLIMIT_AND_SOFFSET_CAN_NOT_BE_USED_IN = "LAST 查询中不能使用 SLIMIT 和 SOFFSET。"; public static final String SELECT_INTO_SLIMIT_CLAUSES_ARE_NOT_SUPPORTED = @@ -1190,95 +808,67 @@ public final class DataNodeQueryMessages { "SELECT INTO:不支持 LAST 子句。"; public static final String SELECT_INTO_GROUP_BY_TAGS_CLAUSE_ARE_NOT = "SELECT INTO:不支持 GROUP BY TAGS 子句。"; - public static final String UNKNOWN_LITERAL_TYPE = - "未知的字面量类型:%s"; - public static final String ILLEGAL_PATH = - "非法路径:{}"; - public static final String CQ_THE_START_TIME_OFFSET_SHOULD_BE_GREATER = - "连续查询:起始时间偏移量应大于 0。"; - public static final String CQ_THE_END_TIME_OFFSET_SHOULD_BE_GREATER = - "连续查询:结束时间偏移量应大于或等于 0。"; - public static final String CQ_THE_QUERY_BODY_MISSES_AN_INTO_CLAUSE = - "连续查询:查询体缺少 INTO 子句。"; - public static final String CQ_SPECIFYING_TIME_FILTERS_IN_THE_QUERY_BODY = - "连续查询:禁止在查询体中指定时间过滤器。"; - public static final String IS_NOT_A_LEGAL_PATH = - "{} 不是合法路径"; + public static final String UNKNOWN_LITERAL_TYPE = "未知的字面量类型:%s"; + public static final String ILLEGAL_PATH = "非法路径:{}"; + public static final String CQ_THE_START_TIME_OFFSET_SHOULD_BE_GREATER = "连续查询:起始时间偏移量应大于 0。"; + public static final String CQ_THE_END_TIME_OFFSET_SHOULD_BE_GREATER = "连续查询:结束时间偏移量应大于或等于 0。"; + public static final String CQ_THE_QUERY_BODY_MISSES_AN_INTO_CLAUSE = "连续查询:查询体缺少 INTO 子句。"; + public static final String CQ_SPECIFYING_TIME_FILTERS_IN_THE_QUERY_BODY = "连续查询:禁止在查询体中指定时间过滤器。"; + public static final String IS_NOT_A_LEGAL_PATH = "{} 不是合法路径"; // --- Plan / Tree Planner --- public static final String VALID_TREEDEVICEVIEWSCANNODE_IS_NOT_EXPECTED_HERE = "此处不应出现有效的 TreeDeviceViewScanNode。"; - public static final String MULTIPLE_COLUMNS_WITH_TIME_CATEGORY_FOUND = - "发现多个 TIME 类别的列"; - public static final String MISSING_TIME_CATEGORY_COLUMN = - "缺少 TIME 类别的列"; - public static final String UNKNOWN_SQL_DIALECT = - "未知的 SQL 方言:%s"; - public static final String UNEXPECTED_PATH_TYPE_2 = - "意外的路径类型"; - public static final String SHOULD_CALL_THE_CONCRETE_VISITXX_METHOD = - "应调用具体的 visitXX() 方法"; + public static final String MULTIPLE_COLUMNS_WITH_TIME_CATEGORY_FOUND = "发现多个 TIME 类别的列"; + public static final String MISSING_TIME_CATEGORY_COLUMN = "缺少 TIME 类别的列"; + public static final String UNKNOWN_SQL_DIALECT = "未知的 SQL 方言:%s"; + public static final String UNEXPECTED_PATH_TYPE_2 = "意外的路径类型"; + public static final String SHOULD_CALL_THE_CONCRETE_VISITXX_METHOD = "应调用具体的 visitXX() 方法"; public static final String OUTPUTCOLUMTYPES_SHOULD_NOT_BE_NULL_EMPTY = "OutputColumTypes 不应为 null 或空"; - public static final String UNKNOWN_FILL_POLICY = - "未知的填充策略:"; - public static final String FILTER_CAN_NOT_CONTAIN_NON_MAPPABLE_UDF = - "过滤器不能包含非映射型 UDF"; + public static final String UNKNOWN_FILL_POLICY = "未知的填充策略:"; + public static final String FILTER_CAN_NOT_CONTAIN_NON_MAPPABLE_UDF = "过滤器不能包含非映射型 UDF"; public static final String GROUPBYVARIATIONEXPRESSION_CAN_T_BE_NULL = "groupByVariationExpression 不能为 null"; public static final String GROUPBYCONDITIONEXPRESSION_CAN_T_BE_NULL = "groupByConditionExpression 不能为 null"; public static final String GROUPBYCOUNTEXPRESSION_CAN_T_BE_NULL = "groupByCountExpression 不能为 null"; - public static final String UNKNOWN_NODE_TYPE = - "未知的节点类型:"; - public static final String UNSUPPORTED_COLUMN_GENERATOR_TYPE = - "不支持的列生成器类型:"; - public static final String ROOT_NODE_MUST_RETURN_ONLY_ONE = - "根节点必须只返回一个结果"; + public static final String UNKNOWN_NODE_TYPE = "未知的节点类型:"; + public static final String UNSUPPORTED_COLUMN_GENERATOR_TYPE = "不支持的列生成器类型:"; + public static final String ROOT_NODE_MUST_RETURN_ONLY_ONE = "根节点必须只返回一个结果"; public static final String SINGLEDEVICEVIEWNODE_HAVE_ONLY_ONE_CHILD = "SingleDeviceViewNode 只有一个子节点"; - public static final String AVAILABLE_REPLICAS = - "可用副本:{}"; + public static final String AVAILABLE_REPLICAS = "可用副本:{}"; public static final String UNEXPECTED_ERROR_OCCURS_WHEN_SERIALIZING_THIS_FRAGMENTINSTANCE = "序列化此 FragmentInstance 时发生意外错误。"; - public static final String INVALID_NODE_TYPE = - "无效的节点类型:"; - public static final String THIS_LASTQUERYSCANNODE_IS_DEPRECATED = - "此 LastQueryScanNode 已弃用"; + public static final String INVALID_NODE_TYPE = "无效的节点类型:"; + public static final String THIS_LASTQUERYSCANNODE_IS_DEPRECATED = "此 LastQueryScanNode 已弃用"; public static final String EXPLAINANALYZENODE_SHOULD_NOT_BE_SERIALIZED = "ExplainAnalyzeNode 不应被序列化"; public static final String EXPLAINANALYZENODE_SHOULD_NOT_BE_DESERIALIZED = "ExplainAnalyzeNode 不应被反序列化"; public static final String CLONE_OF_LOAD_SINGLE_TSFILE_IS_NOT_IMPLEMENTED = "单 TsFile 加载的 clone 未实现"; - public static final String SPLIT_LOAD_SINGLE_TSFILE_IS_NOT_IMPLEMENTED = - "单 TsFile 加载的 split 未实现"; - public static final String DELETE_AFTER_LOADING_ERROR = - "加载后删除 {} 出错。"; - public static final String CLONE_OF_LOAD_TSFILE_IS_NOT_IMPLEMENTED = - "TsFile 加载的 clone 未实现"; + public static final String SPLIT_LOAD_SINGLE_TSFILE_IS_NOT_IMPLEMENTED = "单 TsFile 加载的 split 未实现"; + public static final String DELETE_AFTER_LOADING_ERROR = "加载后删除 {} 出错。"; + public static final String CLONE_OF_LOAD_TSFILE_IS_NOT_IMPLEMENTED = "TsFile 加载的 clone 未实现"; public static final String LOADTSFILE_STATEMENT_IS_NULL_DURING_TABLE_MODEL_SPLIT = "表模型拆分期间 LoadTsFile 语句为 null。"; public static final String CLONE_OF_LOAD_PIECE_TSFILE_IS_NOT_IMPLEMENTED = "TsFile 分片加载的 clone 未实现"; - public static final String SERIALIZE_TO_BYTEBUFFER_ERROR = - "序列化到 ByteBuffer 出错。"; - public static final String SPLIT_LOAD_PIECE_TSFILE_IS_NOT_IMPLEMENTED = - "TsFile 分片加载的 split 未实现"; - public static final String DESERIALIZE_ERROR = - "反序列化 {} 出错。"; - public static final String INVALID_LENGTH_FOR_SLICING = - "无效的切片长度:"; + public static final String SERIALIZE_TO_BYTEBUFFER_ERROR = "序列化到 ByteBuffer 出错。"; + public static final String SPLIT_LOAD_PIECE_TSFILE_IS_NOT_IMPLEMENTED = "TsFile 分片加载的 split 未实现"; + public static final String DESERIALIZE_ERROR = "反序列化 {} 出错。"; + public static final String INVALID_LENGTH_FOR_SLICING = "无效的切片长度:"; public static final String CANNOT_DESERIALIZE_DEVICESSCHEMASCANNODE = "无法反序列化 DevicesSchemaScanNode"; public static final String CANNOT_DESERIALIZE_TIMESERIESSCHEMASCANNODE = "无法反序列化 TimeSeriesSchemaScanNode"; public static final String CLONE_OF_ALTERTIMESERIESNODE_IS_NOT_IMPLEMENTED = "AlterTimeSeriesNode 的 clone 未实现"; - public static final String CAN_NOT_DESERIALIZE_ALTERTIMESERIESNODE = - "无法反序列化 AlterTimeSeriesNode"; + public static final String CAN_NOT_DESERIALIZE_ALTERTIMESERIESNODE = "无法反序列化 AlterTimeSeriesNode"; public static final String CLONE_OF_CREATEALIGNEDTIMESERIESNODE_IS_NOT_IMPLEMENTED = "CreateAlignedTimeSeriesNode 的 clone 未实现"; public static final String CAN_NOT_DESERIALIZE_CREATEALIGNEDTIMESERIESNODE = @@ -1293,219 +883,137 @@ public final class DataNodeQueryMessages { "InternalCreateTimeSeriesNode 的 clone 未实现"; public static final String CLONE_OF_ALTERLOGICALNODE_IS_NOT_IMPLEMENTED = "AlterLogicalNode 的 clone 未实现"; - public static final String UNEXPECTED_DESCRIPTORTYPE = - "意外的 descriptorType:"; + public static final String UNEXPECTED_DESCRIPTORTYPE = "意外的 descriptorType:"; public static final String NO_CHILD_IS_ALLOWED_FOR_ALIGNEDSERIESSCANNODE = "AlignedSeriesScanNode 不允许有子节点"; - public static final String DEVICEREGIONSCANNODE_HAS_NO_CHILDREN = - "DeviceRegionScanNode 没有子节点"; - public static final String NO_CHILD_IS_ALLOWED_FOR_SERIESSCANNODE = - "SeriesScanNode 不允许有子节点"; + public static final String DEVICEREGIONSCANNODE_HAS_NO_CHILDREN = "DeviceRegionScanNode 没有子节点"; + public static final String NO_CHILD_IS_ALLOWED_FOR_SERIESSCANNODE = "SeriesScanNode 不允许有子节点"; public static final String NO_CHILD_IS_ALLOWED_FOR_SERIESAGGREGATESCANNODE = "SeriesAggregateScanNode 不允许有子节点"; public static final String NO_CHILD_IS_ALLOWED_FOR_SERIESSCANSOURCENODE = "SeriesScanSourceNode 不允许有子节点"; public static final String NO_CHILD_IS_ALLOWED_FOR_SHOWDISKUSAGENODE = "ShowDiskUsageNode 不允许有子节点"; - public static final String NO_CHILD_IS_ALLOWED_FOR_SHOWQUERIESNODE = - "ShowQueriesNode 不允许有子节点"; + public static final String NO_CHILD_IS_ALLOWED_FOR_SHOWQUERIESNODE = "ShowQueriesNode 不允许有子节点"; public static final String TIMESERIESREGIONSCANNODE_DOES_NOT_SUPPORT_ADDCHILD = "TimeseriesRegionScanNode 不支持 addChild"; - public static final String NOT_SUPPORTED = - "不支持。"; - public static final String CANNOT_DESERIALIZE_INSERTROWNODE = - "无法反序列化 InsertRowNode"; + public static final String NOT_SUPPORTED = "不支持。"; + public static final String CANNOT_DESERIALIZE_INSERTROWNODE = "无法反序列化 InsertRowNode"; public static final String UNEXPECTED_ERROR_OCCURS_WHEN_SERIALIZING_DELETEDATANODE = "序列化 deleteDataNode 时发生意外错误。"; - public static final String DELETEDATANODES_IS_EMPTY = - "deleteDataNodes 为空"; + public static final String DELETEDATANODES_IS_EMPTY = "deleteDataNodes 为空"; public static final String INSERTMULTITABLETSNODE_NOT_SUPPORT_MERGE = "InsertMultiTabletsNode 不支持合并"; - public static final String CLONE_OF_INSERT_IS_NOT_IMPLEMENTED = - "Insert 的 clone 未实现"; - public static final String INSERTNODES_SHOULD_NEVER_BE_EMPTY = - "insertNodes 不应为空"; + public static final String CLONE_OF_INSERT_IS_NOT_IMPLEMENTED = "Insert 的 clone 未实现"; + public static final String INSERTNODES_SHOULD_NEVER_BE_EMPTY = "insertNodes 不应为空"; public static final String SERIALIZEATTRIBUTES_OF_INSERTNODE_IS_NOT_IMPLEMENTED = "InsertNode 的 serializeAttributes 未实现"; public static final String INSERTROWSOFONEDEVICENODE_NOT_SUPPORT_MERGE = "InsertRowsOfOneDeviceNode 不支持合并"; public static final String CANNOT_DESERIALIZE_INSERTROWSOFONEDEVICENODE = "无法反序列化 InsertRowsOfOneDeviceNode"; - public static final String CANNOT_DESERIALIZE_INSERTTABLETNODE = - "无法反序列化 InsertTabletNode"; - public static final String MERGE_IS_NOT_SUPPORTED = - "不支持合并"; - public static final String FAILED_TO_SERIALIZE_MODENTRY_TO_WAL = - "将 modEntry 序列化到 WAL 失败"; - public static final String ALL_DATABASE_NAME_NEED_TO_BE_SAME = - "所有数据库名称必须相同"; - public static final String INVALID_AGGREGATIONSTEP_TYPE = - "无效的 AggregationStep 类型:"; + public static final String CANNOT_DESERIALIZE_INSERTTABLETNODE = "无法反序列化 InsertTabletNode"; + public static final String MERGE_IS_NOT_SUPPORTED = "不支持合并"; + public static final String FAILED_TO_SERIALIZE_MODENTRY_TO_WAL = "将 modEntry 序列化到 WAL 失败"; + public static final String ALL_DATABASE_NAME_NEED_TO_BE_SAME = "所有数据库名称必须相同"; + public static final String INVALID_AGGREGATIONSTEP_TYPE = "无效的 AggregationStep 类型:"; // --- Transformation --- - public static final String SIZE_IS_0 = - "大小为 0"; + public static final String SIZE_IS_0 = "大小为 0"; public static final String CAN_NOT_CALL_NEXT_ON_EMPTYROWITERATOR = "不能在 EmptyRowIterator 上调用 next"; - public static final String THE_EXPRESSION_CANNOT_BE_NULL = - "表达式不能为 null"; - public static final String UNSUPPORTED_TYPE = - "不支持的类型:"; - public static final String UNSUPPORTED_DATA_TYPE_2 = - "不支持的数据类型:"; - public static final String UNSUPPORTED_DATA_TYPE_3 = - "不支持的数据类型:"; - public static final String ERROR_OCCURRED_DURING_INFERRING_UDF_DATA_TYPE = - "推断 UDF 数据类型时发生错误"; - public static final String ERROR_OCCURRED_DURING_GETTING_UDF_ACCESS_STRATEGY = - "获取 UDF 访问策略时发生错误"; - public static final String TRANSFORMUTILS_SHOULD_NOT_BE_INSTANTIATED = - "TransformUtils 不应被实例化。"; + public static final String THE_EXPRESSION_CANNOT_BE_NULL = "表达式不能为 null"; + public static final String UNSUPPORTED_TYPE = "不支持的类型:"; + public static final String UNSUPPORTED_DATA_TYPE_2 = "不支持的数据类型:"; + public static final String UNSUPPORTED_DATA_TYPE_3 = "不支持的数据类型:"; + public static final String ERROR_OCCURRED_DURING_INFERRING_UDF_DATA_TYPE = "推断 UDF 数据类型时发生错误"; + public static final String ERROR_OCCURRED_DURING_GETTING_UDF_ACCESS_STRATEGY = "获取 UDF 访问策略时发生错误"; + public static final String TRANSFORMUTILS_SHOULD_NOT_BE_INSTANTIATED = "TransformUtils 不应被实例化。"; // --- Execution / Exchange (additional) --- - public static final String ACK_TSBLOCK_FAILED = - "确认 TsBlock [{}, {}) 失败。"; + public static final String ACK_TSBLOCK_FAILED = "确认 TsBlock [{}, {}) 失败。"; public static final String CLOSE_CHANNEL_OF_SHUFFLESINKHANDLE_FAILED = "关闭 ShuffleSinkHandle {} 的通道(索引 {})失败。"; - public static final String SHUFFLESINKHANDLE_ALREADY_IN_MAP = - "ShuffleSinkHandle "; - public static final String IS_IN_THE_MAP = - " 已存在于映射中。"; + public static final String SHUFFLESINKHANDLE_ALREADY_IN_MAP = "ShuffleSinkHandle "; + public static final String IS_IN_THE_MAP = " 已存在于映射中。"; public static final String SOURCE_HANDLE_FOR_PLAN_NODE_EXISTS_FMT = "计划节点 %s 的 %s 的 Source handle 已存在。"; public static final String FAILED_TO_PULL_TSBLOCKS = "{} 从 SinkHandle {} 的通道索引 {} 拉取 TsBlocks [{}] 到 [{}] 失败,"; - public static final String FAILED_TO_GET_DATA_BLOCK = - "获取数据块 [{}, {}) 失败,尝试次数:{}"; - public static final String FAILED_TO_SEND_ACK_DATA_BLOCK_EVENT = - "发送数据块确认事件 [{}, {}) 失败,尝试次数:{}"; + public static final String FAILED_TO_GET_DATA_BLOCK = "获取数据块 [{}, {}) 失败,尝试次数:{}"; + public static final String FAILED_TO_SEND_ACK_DATA_BLOCK_EVENT = "发送数据块确认事件 [{}, {}) 失败,尝试次数:{}"; public static final String SEND_CLOSE_SINK_CHANNEL_EVENT_FAILED = "[发送关闭 SinkChannel 事件] 到 [ShuffleSinkHandle: {}, 索引: {}] 失败。"; - public static final String LOCAL_SINK_CHANNEL_STATE_IS = - "LocalSinkChannel 状态为 ."; - public static final String SCH_LISTENER_ON_FINISH = - "[ScH 监听器完成]"; - public static final String SCH_LISTENER_ALREADY_RELEASED = - "[ScH 监听器已释放]"; - public static final String SCH_LISTENER_ON_ABORT = - "[ScH 监听器中止]"; - public static final String SHUFFLE_SINK_HANDLE_LISTENER_ON_FINISH = - "[ShuffleSinkHandle 监听器完成]"; + public static final String LOCAL_SINK_CHANNEL_STATE_IS = "LocalSinkChannel 状态为 ."; + public static final String SCH_LISTENER_ON_FINISH = "[ScH 监听器完成]"; + public static final String SCH_LISTENER_ALREADY_RELEASED = "[ScH 监听器已释放]"; + public static final String SCH_LISTENER_ON_ABORT = "[ScH 监听器中止]"; + public static final String SHUFFLE_SINK_HANDLE_LISTENER_ON_FINISH = "[ShuffleSinkHandle 监听器完成]"; public static final String SHUFFLE_SINK_HANDLE_LISTENER_ON_END_OF_TSBLOCKS = "[ShuffleSinkHandle 监听器 TsBlock 结束]"; - public static final String SHUFFLE_SINK_HANDLE_LISTENER_ON_ABORT = - "[ShuffleSinkHandle 监听器中止]"; - public static final String SKH_LISTENER_ON_FINISH = - "[SkH 监听器完成]"; - public static final String SKH_LISTENER_ON_END_OF_TSBLOCKS = - "[SkH 监听器 TsBlock 结束]"; - public static final String SKH_LISTENER_ON_ABORT = - "[SkH 监听器中止]"; - public static final String CLOSE_SHUFFLE_SINK_HANDLE = - "关闭 ShuffleSinkHandle: {}"; + public static final String SHUFFLE_SINK_HANDLE_LISTENER_ON_ABORT = "[ShuffleSinkHandle 监听器中止]"; + public static final String SKH_LISTENER_ON_FINISH = "[SkH 监听器完成]"; + public static final String SKH_LISTENER_ON_END_OF_TSBLOCKS = "[SkH 监听器 TsBlock 结束]"; + public static final String SKH_LISTENER_ON_ABORT = "[SkH 监听器中止]"; + public static final String CLOSE_SHUFFLE_SINK_HANDLE = "关闭 ShuffleSinkHandle: {}"; public static final String GET_SHARED_TSBLOCK_QUEUE_FROM_LOCAL_SOURCE_HANDLE = "从本地源句柄获取 SharedTsBlockQueue"; - public static final String CREATE_SHARED_TSBLOCK_QUEUE = - "创建 SharedTsBlockQueue"; - public static final String CREATE_LOCAL_SINK_HANDLE_FOR = - "为 {} 创建本地 Sink 句柄"; - public static final String CREATE_LOCAL_SOURCE_HANDLE_FOR = - "为 {} 创建本地 Source 句柄"; + public static final String CREATE_SHARED_TSBLOCK_QUEUE = "创建 SharedTsBlockQueue"; + public static final String CREATE_LOCAL_SINK_HANDLE_FOR = "为 {} 创建本地 Sink 句柄"; + public static final String CREATE_LOCAL_SOURCE_HANDLE_FOR = "为 {} 创建本地 Source 句柄"; public static final String GET_SHARED_TSBLOCK_QUEUE_FROM_LOCAL_SINK_HANDLE = "从本地 Sink 句柄获取 SharedTsBlockQueue"; - public static final String START_FORCE_RELEASE_FI_DATA_EXCHANGE_RESOURCE = - "[开始强制释放 FI 数据交换资源]"; - public static final String CLOSE_SOURCE_HANDLE = - "[关闭 SourceHandle] {}"; - public static final String END_FORCE_RELEASE_FI_DATA_EXCHANGE_RESOURCE = - "[结束强制释放 FI 数据交换资源]"; + public static final String START_FORCE_RELEASE_FI_DATA_EXCHANGE_RESOURCE = "[开始强制释放 FI 数据交换资源]"; + public static final String CLOSE_SOURCE_HANDLE = "[关闭 SourceHandle] {}"; + public static final String END_FORCE_RELEASE_FI_DATA_EXCHANGE_RESOURCE = "[结束强制释放 FI 数据交换资源]"; public static final String CREATE_LOCAL_SINK_HANDLE_TO_PLAN_NODE = "为计划节点 {} 的 {} 创建本地 Sink 句柄,目标 {}"; - public static final String CREATE_SINK_HANDLE_TO_PLAN_NODE = - "为计划节点 {} 的 {} 创建 Sink 句柄,目标 {}"; - public static final String CREATE_LOCAL_SOURCE_HANDLE_FROM = - "从 {} 为计划节点 {} 的 {} 创建本地 Source 句柄"; - public static final String GET_SERIALIZED_TSBLOCK = - "[获取序列化 TsBlock] TsBlock:{}"; - public static final String START_ABORT_LOCAL_SOURCE_HANDLE = - "[开始中止 LocalSourceHandle]"; - public static final String END_ABORT_LOCAL_SOURCE_HANDLE = - "[结束中止 LocalSourceHandle]"; - public static final String START_CLOSE_LOCAL_SOURCE_HANDLE = - "[开始关闭 LocalSourceHandle]"; - public static final String END_CLOSE_LOCAL_SOURCE_HANDLE = - "[结束关闭 LocalSourceHandle]"; - public static final String START_SET_NO_MORE_TSBLOCKS = - "[开始设置无更多 TsBlock]"; - public static final String START_ABORT_SINK_CHANNEL = - "[开始中止 SinkChannel]"; - public static final String END_ABORT_SINK_CHANNEL = - "[结束中止 SinkChannel]"; - public static final String START_CLOSE_SINK_CHANNEL = - "[开始关闭 SinkChannel]"; - public static final String END_CLOSE_SINK_CHANNEL = - "[结束关闭 SinkChannel]"; - public static final String ACK_TSBLOCK = - "[确认 TsBlock] {}."; - public static final String NOTIFY_NO_MORE_TSBLOCK = - "[通知无更多 TsBlock]"; - public static final String START_SEND_TSBLOCK_ON_LOCAL = - "[开始在本地发送 TsBlock]"; - public static final String START_SET_NO_MORE_TSBLOCKS_ON_LOCAL = - "[开始在本地设置无更多 TsBlock]"; - public static final String END_SET_NO_MORE_TSBLOCKS_ON_LOCAL = - "[结束在本地设置无更多 TsBlock]"; - public static final String START_ABORT_LOCAL_SINK_CHANNEL = - "[开始中止 LocalSinkChannel]"; - public static final String END_ABORT_LOCAL_SINK_CHANNEL = - "[结束中止 LocalSinkChannel]"; - public static final String START_CLOSE_LOCAL_SINK_CHANNEL = - "[开始关闭 LocalSinkChannel]"; - public static final String END_CLOSE_LOCAL_SINK_CHANNEL = - "[结束关闭 LocalSinkChannel]"; - public static final String GET_TSBLOCK_FROM_BUFFER = - "[从缓冲区获取 TsBlock] sequenceId:{}, size:{}"; - public static final String WAIT_FOR_MORE_TSBLOCK = - "[等待更多 TsBlock]"; - public static final String RECEIVE_NO_MORE_TSBLOCK_EVENT = - "[收到无更多 TsBlock 事件]"; - public static final String END_PULL_TSBLOCKS_FROM_REMOTE = - "[结束从远端拉取 TsBlock] 数量:{}"; - public static final String PUT_TSBLOCKS_INTO_BUFFER = - "[将 TsBlock 放入缓冲区]"; - public static final String SEND_ACK_TSBLOCK = - "[发送确认 TsBlock] [{}, {})."; - public static final String START_ABORT_SHUFFLE_SINK_HANDLE = - "[开始中止 ShuffleSinkHandle]"; - public static final String END_ABORT_SHUFFLE_SINK_HANDLE = - "[结束中止 ShuffleSinkHandle]"; - public static final String START_CLOSE_SHUFFLE_SINK_HANDLE = - "[开始关闭 ShuffleSinkHandle]"; - public static final String END_CLOSE_SHUFFLE_SINK_HANDLE = - "[结束关闭 ShuffleSinkHandle]"; - public static final String SIGNAL_NO_MORE_TSBLOCK_ON_QUEUE = - "[队列信号无更多 TsBlock]"; + public static final String CREATE_SINK_HANDLE_TO_PLAN_NODE = "为计划节点 {} 的 {} 创建 Sink 句柄,目标 {}"; + public static final String CREATE_LOCAL_SOURCE_HANDLE_FROM = "从 {} 为计划节点 {} 的 {} 创建本地 Source 句柄"; + public static final String GET_SERIALIZED_TSBLOCK = "[获取序列化 TsBlock] TsBlock:{}"; + public static final String START_ABORT_LOCAL_SOURCE_HANDLE = "[开始中止 LocalSourceHandle]"; + public static final String END_ABORT_LOCAL_SOURCE_HANDLE = "[结束中止 LocalSourceHandle]"; + public static final String START_CLOSE_LOCAL_SOURCE_HANDLE = "[开始关闭 LocalSourceHandle]"; + public static final String END_CLOSE_LOCAL_SOURCE_HANDLE = "[结束关闭 LocalSourceHandle]"; + public static final String START_SET_NO_MORE_TSBLOCKS = "[开始设置无更多 TsBlock]"; + public static final String START_ABORT_SINK_CHANNEL = "[开始中止 SinkChannel]"; + public static final String END_ABORT_SINK_CHANNEL = "[结束中止 SinkChannel]"; + public static final String START_CLOSE_SINK_CHANNEL = "[开始关闭 SinkChannel]"; + public static final String END_CLOSE_SINK_CHANNEL = "[结束关闭 SinkChannel]"; + public static final String ACK_TSBLOCK = "[确认 TsBlock] {}."; + public static final String NOTIFY_NO_MORE_TSBLOCK = "[通知无更多 TsBlock]"; + public static final String START_SEND_TSBLOCK_ON_LOCAL = "[开始在本地发送 TsBlock]"; + public static final String START_SET_NO_MORE_TSBLOCKS_ON_LOCAL = "[开始在本地设置无更多 TsBlock]"; + public static final String END_SET_NO_MORE_TSBLOCKS_ON_LOCAL = "[结束在本地设置无更多 TsBlock]"; + public static final String START_ABORT_LOCAL_SINK_CHANNEL = "[开始中止 LocalSinkChannel]"; + public static final String END_ABORT_LOCAL_SINK_CHANNEL = "[结束中止 LocalSinkChannel]"; + public static final String START_CLOSE_LOCAL_SINK_CHANNEL = "[开始关闭 LocalSinkChannel]"; + public static final String END_CLOSE_LOCAL_SINK_CHANNEL = "[结束关闭 LocalSinkChannel]"; + public static final String GET_TSBLOCK_FROM_BUFFER = "[从缓冲区获取 TsBlock] sequenceId:{}, size:{}"; + public static final String WAIT_FOR_MORE_TSBLOCK = "[等待更多 TsBlock]"; + public static final String RECEIVE_NO_MORE_TSBLOCK_EVENT = "[收到无更多 TsBlock 事件]"; + public static final String END_PULL_TSBLOCKS_FROM_REMOTE = "[结束从远端拉取 TsBlock] 数量:{}"; + public static final String PUT_TSBLOCKS_INTO_BUFFER = "[将 TsBlock 放入缓冲区]"; + public static final String SEND_ACK_TSBLOCK = "[发送确认 TsBlock] [{}, {})."; + public static final String START_ABORT_SHUFFLE_SINK_HANDLE = "[开始中止 ShuffleSinkHandle]"; + public static final String END_ABORT_SHUFFLE_SINK_HANDLE = "[结束中止 ShuffleSinkHandle]"; + public static final String START_CLOSE_SHUFFLE_SINK_HANDLE = "[开始关闭 ShuffleSinkHandle]"; + public static final String END_CLOSE_SHUFFLE_SINK_HANDLE = "[结束关闭 ShuffleSinkHandle]"; + public static final String SIGNAL_NO_MORE_TSBLOCK_ON_QUEUE = "[队列信号无更多 TsBlock]"; public static final String QUEUE_DESTROYED_WHEN_SET_NO_MORE_TSBLOCKS = "调用 setNoMoreTsBlocks 时队列已被销毁。"; - public static final String ADD_TSBLOCK = - "[添加 TsBlock] TsBlock:{}"; + public static final String ADD_TSBLOCK = "[添加 TsBlock] TsBlock:{}"; // --- Plan (additional debug) --- - public static final String QUERY_START_SQL = - "[查询开始] sql: {}"; - public static final String CLEAN_UP_QUERY = - "[清理查询]"; - public static final String RELEASE_QUERY_RESOURCE_STATE = - "[释放查询资源] 状态为: {}"; - public static final String SKIP_EXECUTE = - "[跳过执行]"; - public static final String SKIP_EXECUTE_AFTER_LOGICAL_PLAN = - "[逻辑计划后跳过执行]"; - public static final String RESULT_HANDLE_FINISHED = - "[结果句柄已完成]"; + public static final String QUERY_START_SQL = "[查询开始] sql: {}"; + public static final String CLEAN_UP_QUERY = "[清理查询]"; + public static final String RELEASE_QUERY_RESOURCE_STATE = "[释放查询资源] 状态为: {}"; + public static final String SKIP_EXECUTE = "[跳过执行]"; + public static final String SKIP_EXECUTE_AFTER_LOGICAL_PLAN = "[逻辑计划后跳过执行]"; + public static final String RESULT_HANDLE_FINISHED = "[结果句柄已完成]"; // --- Execution / Operator / Source (additional debug) --- @@ -1516,90 +1024,62 @@ public final class DataNodeQueryMessages { // --- Plan / Relational / Metadata (additional debug) --- - public static final String DEVICES_ARE_MISSING = - "{} 个设备缺失"; + public static final String DEVICES_ARE_MISSING = "{} 个设备缺失"; // --- Execution / Fragment (additional debug) --- - public static final String STATE_CHANGED_TO = - "[状态变更] 变更为 {}"; - public static final String ENTER_THE_STATE_CHANGE_LISTENER = - "进入状态变更监听器"; + public static final String STATE_CHANGED_TO = "[状态变更] 变更为 {}"; + public static final String ENTER_THE_STATE_CHANGE_LISTENER = "进入状态变更监听器"; // --- Execution / Fragment (additional) --- - public static final String ERRORS_RELEASING_SINK = - "尝试释放 Sink 时发生错误,可能导致资源泄漏。"; - public static final String ERRORS_DELETING_TMP_FILES = - "尝试删除临时文件时发生错误,可能导致资源泄漏。"; + public static final String ERRORS_RELEASING_SINK = "尝试释放 Sink 时发生错误,可能导致资源泄漏。"; + public static final String ERRORS_DELETING_TMP_FILES = "尝试删除临时文件时发生错误,可能导致资源泄漏。"; public static final String ERRORS_DEREGISTER_FI_FROM_MEMORY_POOL = "尝试从内存池注销分片实例时发生错误,可能导致资源泄漏,状态为 {}。"; - public static final String ERRORS_RELEASING_MEMORY = - "尝试释放内存时发生错误,可能导致资源泄漏。"; - public static final String ERRORS_FINISHING_FI_PROCESS = - "尝试完成分片实例流程时发生错误,可能导致资源泄漏。"; + public static final String ERRORS_RELEASING_MEMORY = "尝试释放内存时发生错误,可能导致资源泄漏。"; + public static final String ERRORS_FINISHING_FI_PROCESS = "尝试完成分片实例流程时发生错误,可能导致资源泄漏。"; // --- Plan (additional) --- - public static final String CLEANING_UP_STALE_QUERY = - "正在清理过期查询,ID: {},已运行 {} 毫秒,超时时间:{} 毫秒"; + public static final String CLEANING_UP_STALE_QUERY = "正在清理过期查询,ID: {},已运行 {} 毫秒,超时时间:{} 毫秒"; // --- Plan / Tree Planner (additional) --- - public static final String ERROR_WHEN_READ_OBJECT_FILE = - "读取对象文件 {} 时出错。"; + public static final String ERROR_WHEN_READ_OBJECT_FILE = "读取对象文件 {} 时出错。"; // --- Additional Edge Cases --- - public static final String JOIN_TYPE_IS_NOT_SUPPORTED = - " Join 类型不受支持"; - public static final String COLON_S_VS_S = - ":%s 与 %s"; - public static final String IS_TOO_LARGE_STACK_OVERFLOW_WHILE_PARSING = - " 过大(解析时发生栈溢出)"; + public static final String JOIN_TYPE_IS_NOT_SUPPORTED = " Join 类型不受支持"; + public static final String COLON_S_VS_S = ":%s 与 %s"; + public static final String IS_TOO_LARGE_STACK_OVERFLOW_WHILE_PARSING = " 过大(解析时发生栈溢出)"; public static final String ENTER_STATE_CHANGE_LISTENER = "进入状态变更监听器"; // --- Analyzer / Planner --- public static final String NO_VALUE_PRESENT = "值不存在"; public static final String THE_INPUT_FIELD_DOES_NOT_EXIST = "输入字段不存在"; - public static final String THE_FIELD_IN_TABLE_DOES_NOT_HAVE_A_NAME = - "表中的字段没有名称"; - public static final String SHOULD_HAVE_TWO_NUMERIC_OPERANDS = - "应有两个数值类型操作数。"; - public static final String SHOULD_HAVE_ONE_NUMERIC_OPERANDS = - "应有一个数值类型操作数。"; - public static final String SHOULD_HAVE_TWO_COMPARABLE_OPERANDS = - "应有两个可比较类型操作数。"; + public static final String THE_FIELD_IN_TABLE_DOES_NOT_HAVE_A_NAME = "表中的字段没有名称"; + public static final String SHOULD_HAVE_TWO_NUMERIC_OPERANDS = "应有两个数值类型操作数。"; + public static final String SHOULD_HAVE_ONE_NUMERIC_OPERANDS = "应有一个数值类型操作数。"; + public static final String SHOULD_HAVE_TWO_COMPARABLE_OPERANDS = "应有两个可比较类型操作数。"; public static final String JOIN_USING_CRITERIA_IS_EMPTY = "JoinUsing 条件为空"; public static final String S_IS_NOT_A_TABLE_REFERENCE = "%s 不是表引用"; - public static final String TOPOLOGY_DATANODE_REACHABILITY_CHANGED = + public static final String TOPOLOGY_DATANODE_REACHABILITY_CHANGED = "[Topology] DataNode {} 现在对 myself({}) 为 {}"; - public static final String NO_MAPPING_FOR_S = - "找不到 %s 的映射"; - public static final String CANCEL_STATE_TRACKING_TASK_FAILED = - "取消状态跟踪任务失败。{}"; - public static final String TRACK_TASK_NOT_STARTED = - "trackTask 未启动"; - public static final String PRINT_FI_STATE = - "[PrintFIState] 状态为 {}"; - public static final String START_FETCH_SCHEMA = - "[StartFetchSchema]"; - public static final String END_FETCH_SCHEMA = - "[EndFetchSchema]"; - public static final String CACHE_HIT = - "[{} Cache] 命中"; - public static final String PARTITION_CACHE_INVALID = - "[Partition Cache] 无效"; - public static final String PARTITION_CACHE_IS_INVALID = - "[Partition Cache] 无效:{}"; - public static final String CANCEL_FI = - "[CancelFI]"; - public static final String RENAME_VIEW_NOT_SUPPORT_WILDCARD = - "重命名视图不支持带通配符的路径模式。"; - public static final String REMOVE_CONFIG_NODE_FAILED = - "移除 ConfigNode 失败:"; + public static final String NO_MAPPING_FOR_S = "找不到 %s 的映射"; + public static final String CANCEL_STATE_TRACKING_TASK_FAILED = "取消状态跟踪任务失败。{}"; + public static final String TRACK_TASK_NOT_STARTED = "trackTask 未启动"; + public static final String PRINT_FI_STATE = "[PrintFIState] 状态为 {}"; + public static final String START_FETCH_SCHEMA = "[StartFetchSchema]"; + public static final String END_FETCH_SCHEMA = "[EndFetchSchema]"; + public static final String CACHE_HIT = "[{} Cache] 命中"; + public static final String PARTITION_CACHE_INVALID = "[Partition Cache] 无效"; + public static final String PARTITION_CACHE_IS_INVALID = "[Partition Cache] 无效:{}"; + public static final String CANCEL_FI = "[CancelFI]"; + public static final String RENAME_VIEW_NOT_SUPPORT_WILDCARD = "重命名视图不支持带通配符的路径模式。"; + public static final String REMOVE_CONFIG_NODE_FAILED = "移除 ConfigNode 失败:"; public static final String CANT_CONNECT_TO_NODE_PREFIX = "无法连接到节点 "; public static final String REMOVE_AINODE_FAILED = "移除 AINode 失败:"; @@ -1608,2172 +1088,1766 @@ public final class DataNodeQueryMessages { public static final String QUERY_EXECUTION_MISSING = "查询执行实体 %s 在拉取元数据期间丢失"; - // --- QueryEngine semantic messages (additional) --- - public static final String PREPARED_STATEMENT_S_DOES_NOT_EXIST = - "预编译语句 '%s' 不存在"; - public static final String CALL_INFERENCE_FUNCTION_SHOULD_NOT_CONTAIN_MORE_THAN_ONE_INPUT_COLUMN_FOUND_D_INPUT = - - "CALL INFERENCE 函数不能包含超过一列输入,实际发现 [%d] 列输入。"; - public static final String DATA_TYPE_OF_TAG_COLUMN = - "tag 列的数据类型 "; - public static final String IS_NOT_STRING = - " 不是 STRING"; - public static final String THE_SOURCE_PATHS_S_OF_VIEW_S_ARE_MULTIPLE = - + public static final String PREPARED_STATEMENT_S_DOES_NOT_EXIST = "预编译语句 '%s' 不存在"; + public static final String + CALL_INFERENCE_FUNCTION_SHOULD_NOT_CONTAIN_MORE_THAN_ONE_INPUT_COLUMN_FOUND_D_INPUT = + "CALL INFERENCE 函数不能包含超过一列输入,实际发现 [%d] 列输入。"; + public static final String DATA_TYPE_OF_TAG_COLUMN = "tag 列的数据类型 "; + public static final String IS_NOT_STRING = " 不是 STRING"; + public static final String THE_SOURCE_PATHS_S_OF_VIEW_S_ARE_MULTIPLE = "源路径 [%s] 对应的视图 [%s] 有多个。"; - "源路径 [%s] 对应的视图 [%s] 有多个。"; public static final String ERROR_OCCURRED_DURING_INFERRING_UDF_DATA_TYPE_S = - "推断 UDF 数据类型时发生错误:%s"; public static final String ERROR_OCCURRED_DURING_GETTING_UDF_ACCESS_STRATEGY_S = - "获取 UDF 访问策略时发生错误:%s"; - public static final String UNSUPPORTED_COMPRESSION_S = + public static final String UNSUPPORTED_COMPRESSION_S = "不支持压缩方式:%s"; - "不支持压缩方式:%s"; - public static final String TIMESERIES_CONDITION_AND_TIME_CONDITION_CANNOT_BE_USED_AT_THE_SAME_TIME = - "TIMESERIES 条件和 TIME 条件不能同时使用。"; + public static final String + TIMESERIES_CONDITION_AND_TIME_CONDITION_CANNOT_BE_USED_AT_THE_SAME_TIME = + "TIMESERIES 条件和 TIME 条件不能同时使用。"; public static final String LATEST_AND_ORDER_BY_TIMESERIES_CANNOT_BE_USED_AT_THE_SAME_TIME = - - "LATEST 和 ORDER BY TIMESERIES 不能同时使用。"; public static final String DEVICE_CONDITION_AND_TIME_CONDITION_CANNOT_BE_USED_AT_THE_SAME_TIME = "DEVICE 条件和 TIME 条件不能同时使用。"; public static final String TIME_CONDITION_AND_GROUP_BY_LEVEL_CANNOT_BE_USED_AT_THE_SAME_TIME = - - "TIME 条件和 GROUP BY LEVEL 不能同时使用。"; - public static final String CQ_AT_LEAST_ONE_OF_THE_PARAMETERS_EVERY_INTERVAL_AND_GROUP_BY_INTERVAL_NEEDS_TO_BE = - - "CQ: 参数 `every_interval` 和 `group_by_interval` 至少需要指定一个。"; + public static final String + CQ_AT_LEAST_ONE_OF_THE_PARAMETERS_EVERY_INTERVAL_AND_GROUP_BY_INTERVAL_NEEDS_TO_BE = + "CQ: 参数 `every_interval` 和 `group_by_interval` 至少需要指定一个。"; public static final String CAN_NOT_USE_CHAR_DOLLAR_OR_INTO_ITEM_IN_ALTER_VIEW_STATEMENT = - - "不能在 ALTER VIEW 语句中使用字符 '$' 或 INTO 项。"; - public static final String TIME_COLUMN_IS_NO_NEED_TO_APPEAR_IN_SELECT_CLAUSE_EXPLICITLY_IT_WILL_ALWAYS_BE_RETURNED = - - - "时间列无需在 SELECT 子句中显式出现;只要可能,它总会被返回。"; + public static final String + TIME_COLUMN_IS_NO_NEED_TO_APPEAR_IN_SELECT_CLAUSE_EXPLICITLY_IT_WILL_ALWAYS_BE_RETURNED = + "时间列无需在 SELECT 子句中显式出现;只要可能,它总会被返回。"; public static final String THE_SECOND_PARAMETER_TIME_INTERVAL_SHOULD_BE_A_POSITIVE_INTEGER = - - "第二个参数时间间隔应为正整数。"; public static final String THE_THIRD_PARAMETER_TIME_SLIDINGSTEP_SHOULD_BE_A_POSITIVE_INTEGER = - - "第三个参数时间 slidingStep 应为正整数。"; - public static final String CONSTANT_OPERAND_S_IS_NOT_ALLOWED_IN_GROUP_BY_VARIATION_THERE_SHOULD_BE_AN_EXPRESSION = - - "GROUP BY VARIATION 中不允许使用常量操作数 [%s],应使用表达式"; - public static final String CONSTANT_OPERAND_S_IS_NOT_ALLOWED_IN_GROUP_BY_COUNT_THERE_SHOULD_BE_AN_EXPRESSION = - - "GROUP BY COUNT 中不允许使用常量操作数 [%s],应使用表达式"; + public static final String + CONSTANT_OPERAND_S_IS_NOT_ALLOWED_IN_GROUP_BY_VARIATION_THERE_SHOULD_BE_AN_EXPRESSION = + "GROUP BY VARIATION 中不允许使用常量操作数 [%s],应使用表达式"; + public static final String + CONSTANT_OPERAND_S_IS_NOT_ALLOWED_IN_GROUP_BY_COUNT_THERE_SHOULD_BE_AN_EXPRESSION = + "GROUP BY COUNT 中不允许使用常量操作数 [%s],应使用表达式"; public static final String ORDER_BY_SORT_KEY_S_IS_NOT_CONTAINED_IN_S = - - "ORDER BY:排序键[%s] 不包含在 '%s' 中"; - public static final String ORDER_BY_EXPRESSION_IS_NOT_SUPPORTED_FOR_CURRENT_STATEMENT_SUPPORTED_SORT_KEY = - - - "当前语句不支持 ORDER BY 表达式,支持的排序键:"; + public static final String + ORDER_BY_EXPRESSION_IS_NOT_SUPPORTED_FOR_CURRENT_STATEMENT_SUPPORTED_SORT_KEY = + "当前语句不支持 ORDER BY 表达式,支持的排序键:"; public static final String ONLY_FILL_PREVIOUS_SUPPORT_SPECIFYING_THE_TIME_DURATION_THRESHOLD = "只有 FILL(PREVIOUS) 支持指定时间持续阈值。"; public static final String OUT_OF_RANGE_OFFSET_LT_OFFSETVALUE_GT_OFFSETVALUE_SHOULD_BE_INT64 = - "超出范围。OFFSET :OFFSETValue 应为 Int64。"; public static final String OUT_OF_RANGE_SOFFSET_LT_SOFFSETVALUE_GT_SOFFSETVALUE_SHOULD_BE_INT32 = - "超出范围。SOFFSET :SOFFSETValue 应为 Int32。"; - public static final String FAILED_TO_PARSE_THE_TIMESTAMP = + public static final String FAILED_TO_PARSE_THE_TIMESTAMP = "解析时间戳失败:"; - "解析时间戳失败:"; - public static final String CURRENT_SYSTEM_TIMESTAMP_PRECISION_IS_S = + public static final String CURRENT_SYSTEM_TIMESTAMP_PRECISION_IS_S = "当前系统时间戳精度为 %s,"; + public static final String PLEASE_CHECK_WHETHER_THE_TIMESTAMP_S_IS_CORRECT = "请检查时间戳 %s 是否正确。"; - "当前系统时间戳精度为 %s,"; - public static final String PLEASE_CHECK_WHETHER_THE_TIMESTAMP_S_IS_CORRECT = - - "请检查时间戳 %s 是否正确。"; public static final String LOAD_TSFILE_FORMAT_S_ERROR_PLEASE_INPUT_AUTOREGISTER_SGLEVEL_VERIFY = - - "加载 TsFile 的格式 %s 错误,请输入 AUTOREGISTER | SGLEVEL | VERIFY。"; - public static final String S_IS_ILLEGAL_UNQUOTED_NODE_NAME_CAN_ONLY_CONSIST_OF_DIGITS_CHARACTERS_AND_UNDERSCORE_OR = - - "%s 非法,未引用的节点名只能由数字、字符和下划线组成,或以通配符开头或结尾"; - public static final String S_IS_ILLEGAL_UNQUOTED_NODE_NAME_IN_SELECT_INTO_CLAUSE_CAN_ONLY_CONSIST_OF_DIGITS = - - - "%s 非法,SELECT INTO 子句中的未引用节点名只能由数字、字符、$、{ 和 } 组成"; - public static final String S_IS_ILLEGAL_IDENTIFIER_NOT_ENCLOSED_WITH_BACKTICKS_CAN_ONLY_CONSIST_OF_DIGITS = - - "%s 非法,未用反引号括起的标识符只能由数字、字符和下划线组成。"; - public static final String INPUT_TIME_FORMAT_S_ERROR = + public static final String + S_IS_ILLEGAL_UNQUOTED_NODE_NAME_CAN_ONLY_CONSIST_OF_DIGITS_CHARACTERS_AND_UNDERSCORE_OR = + "%s 非法,未引用的节点名只能由数字、字符和下划线组成,或以通配符开头或结尾"; + public static final String + S_IS_ILLEGAL_UNQUOTED_NODE_NAME_IN_SELECT_INTO_CLAUSE_CAN_ONLY_CONSIST_OF_DIGITS = + "%s 非法,SELECT INTO 子句中的未引用节点名只能由数字、字符、$、{ 和 } 组成"; + public static final String + S_IS_ILLEGAL_IDENTIFIER_NOT_ENCLOSED_WITH_BACKTICKS_CAN_ONLY_CONSIST_OF_DIGITS = + "%s 非法,未用反引号括起的标识符只能由数字、字符和下划线组成。"; + public static final String INPUT_TIME_FORMAT_S_ERROR = "输入时间格式 %s 错误。 "; - "输入时间格式 %s 错误。 "; public static final String INPUT_LIKE_YYYY_MM_DD_HH_MM_SS_YYYY_MM_DDTHH_MM_SS_OR = - "请输入类似 yyyy-MM-dd HH:mm:ss、yyyy-MM-ddTHH:mm:ss 或 "; - public static final String REFER_TO_USER_DOCUMENT_FOR_MORE_INFO = + public static final String REFER_TO_USER_DOCUMENT_FOR_MORE_INFO = "更多信息请参阅用户文档。"; - "更多信息请参阅用户文档。"; - public static final String GRANT_OPTION_IS_DISABLED_PLEASE_CHECK_THE_PARAMETER_ENABLE_GRANT_OPTION = - "Grant Option 已禁用,请检查参数 enable_grant_option。"; - public static final String S_CAN_ONLY_BE_SET_ON_PATH_ROOT_STAR_STAR = + public static final String + GRANT_OPTION_IS_DISABLED_PLEASE_CHECK_THE_PARAMETER_ENABLE_GRANT_OPTION = + "Grant Option 已禁用,请检查参数 enable_grant_option。"; + public static final String S_CAN_ONLY_BE_SET_ON_PATH_ROOT_STAR_STAR = "[%s] 只能设置在路径 root.** 上"; - "[%s] 只能设置在路径 root.** 上"; - public static final String PRIVILEGE_TYPE = + public static final String PRIVILEGE_TYPE = "权限类型 "; - "权限类型 "; - public static final String IS_DEPRECATED_USE = + public static final String IS_DEPRECATED_USE = " 已弃用,请使用 "; - " 已弃用,请使用 "; - public static final String TO_INSTEAD_IT = + public static final String TO_INSTEAD_IT = " 替代它"; - " 替代它"; public static final String INVALID_FUNCTION_EXPRESSION_ALL_THE_ARGUMENTS_ARE_CONSTANT_OPERANDS = - "无效的函数表达式,所有参数都是常量操作数:"; - public static final String ERROR_SIZE_OF_INPUT_EXPRESSIONS_EXPRESSION_S_ACTUAL_SIZE_S_EXPECTED_SIZE_S = - - "输入表达式数量错误。表达式:%s,实际数量:%s,期望数量:%s。"; - public static final String CAN_NOT_PARSE_S_TO_LONG_VALUE = + public static final String + ERROR_SIZE_OF_INPUT_EXPRESSIONS_EXPRESSION_S_ACTUAL_SIZE_S_EXPECTED_SIZE_S = + "输入表达式数量错误。表达式:%s,实际数量:%s,期望数量:%s。"; + public static final String CAN_NOT_PARSE_S_TO_LONG_VALUE = "无法将 %s 解析为 long 值"; - "无法将 %s 解析为 long 值"; - public static final String THERE_S_DUPLICATE_S_IN_TAG_OR_ATTRIBUTE_CLAUSE = + public static final String THERE_S_DUPLICATE_S_IN_TAG_OR_ATTRIBUTE_CLAUSE = "标签或属性子句中存在重复项 [%s]。"; - "标签或属性子句中存在重复项 [%s]。"; public static final String NOT_SUPPORT_FOR_THIS_SQL_IN_CREATE_PIPE_PLEASE_ENTER_PIPE_NAME = - "CREATE PIPE 中不支持该 SQL,请输入 pipe 名称。"; public static final String NOT_SUPPORT_FOR_THIS_SQL_IN_ALTER_PIPE_PLEASE_ENTER_PIPE_NAME = - "ALTER PIPE 中不支持该 SQL,请输入 pipe 名称。"; public static final String NOT_SUPPORT_FOR_THIS_SQL_IN_CREATE_TOPIC_PLEASE_ENTER_TOPICNAME = - "CREATE TOPIC 中不支持该 SQL,请输入 topicName。"; public static final String NOT_SUPPORT_FOR_THIS_SQL_IN_DROP_TOPIC_PLEASE_ENTER_TOPICNAME = - "DROP TOPIC 中不支持该 SQL,请输入 topicName。"; - public static final String NOT_SUPPORT_FOR_THIS_SQL_IN_DROP_SUBSCRIPTION_PLEASE_ENTER_SUBSCRIPTIONID = - - "DROP SUBSCRIPTION 中不支持该 SQL,请输入 subscriptionId。"; - public static final String PLEASE_SET_THE_CORRECT_REQUEST_TYPE = - - "请设置正确的请求类型:"; - public static final String WHEN_SETTING_THE_REQUEST_THE_UNIT_IS_INCORRECT_PLEASE_USE_SEC_MIN_HOUR_DAY_AS_THE_UNIT = - - "设置请求时单位不正确。请使用 'sec'、'min'、'hour'、'day' 作为单位"; - public static final String WHEN_SETTING_THE_SIZE_TIME_THE_UNIT_IS_INCORRECT_PLEASE_USE_B_K_M_G_P_T_AS_THE_UNIT = - - - "设置大小/时间时单位不正确。请使用 'B'、'K'、'M'、'G'、'P'、'T' 作为单位"; - public static final String WHEN_SETTING_THE_DISK_SIZE_THE_UNIT_IS_INCORRECT_PLEASE_USE_M_G_P_T_AS_THE_UNIT = - - "设置磁盘大小时单位不正确。请使用 'M'、'G'、'P'、'T' 作为单位"; - public static final String WINDOW_FUNCTION_E_G_HEAD_TAIL_COUNT_SHOULD_BE_SET_IN_VALUE_WHEN_KEY_IS_WINDOW_IN_CALL = - - - "CALL INFERENCE 中 key 为 'WINDOW' 时,应在值中设置窗口函数(例如 HEAD、TAIL、COUNT)"; - public static final String THE_OUTPUT_TYPE_OF_THE_EXPRESSION_IN_HAVING_CLAUSE_SHOULD_BE_BOOLEAN_ACTUAL_DATA_TYPE_S = + public static final String + NOT_SUPPORT_FOR_THIS_SQL_IN_DROP_SUBSCRIPTION_PLEASE_ENTER_SUBSCRIPTIONID = + "DROP SUBSCRIPTION 中不支持该 SQL,请输入 subscriptionId。"; + public static final String PLEASE_SET_THE_CORRECT_REQUEST_TYPE = "请设置正确的请求类型:"; - "HAVING 子句中表达式的输出类型应为 BOOLEAN,实际数据类型:%s。"; - public static final String IN = - " 在 "; - public static final String START_TIME_D_IS_GREATER_THAN_END_TIME_D = + public static final String + WHEN_SETTING_THE_REQUEST_THE_UNIT_IS_INCORRECT_PLEASE_USE_SEC_MIN_HOUR_DAY_AS_THE_UNIT = + "设置请求时单位不正确。请使用 'sec'、'min'、'hour'、'day' 作为单位"; + public static final String + WHEN_SETTING_THE_SIZE_TIME_THE_UNIT_IS_INCORRECT_PLEASE_USE_B_K_M_G_P_T_AS_THE_UNIT = + "设置大小/时间时单位不正确。请使用 'B'、'K'、'M'、'G'、'P'、'T' 作为单位"; + public static final String + WHEN_SETTING_THE_DISK_SIZE_THE_UNIT_IS_INCORRECT_PLEASE_USE_M_G_P_T_AS_THE_UNIT = + "设置磁盘大小时单位不正确。请使用 'M'、'G'、'P'、'T' 作为单位"; + public static final String + WINDOW_FUNCTION_E_G_HEAD_TAIL_COUNT_SHOULD_BE_SET_IN_VALUE_WHEN_KEY_IS_WINDOW_IN_CALL = + "CALL INFERENCE 中 key 为 'WINDOW' 时,应在值中设置窗口函数(例如 HEAD、TAIL、COUNT)"; + public static final String + THE_OUTPUT_TYPE_OF_THE_EXPRESSION_IN_HAVING_CLAUSE_SHOULD_BE_BOOLEAN_ACTUAL_DATA_TYPE_S = + "HAVING 子句中表达式的输出类型应为 BOOLEAN,实际数据类型:%s。"; + public static final String IN = " 在 "; + public static final String START_TIME_D_IS_GREATER_THAN_END_TIME_D = "开始时间 %d 大于结束时间 %d"; - "开始时间 %d 大于结束时间 %d"; - public static final String THE_COLUMN = - "列 '"; - public static final String DOES_NOT_EXIST_OR_IS_NOT_A_TAG_COLUMN = + public static final String THE_COLUMN = "列 '"; + public static final String DOES_NOT_EXIST_OR_IS_NOT_A_TAG_COLUMN = "' 不存在或不是标签列"; - "' 不存在或不是标签列"; public static final String THE_OPERATOR_OF_TIME_PREDICATE_MUST_BE_LT_LT_EQ_GT_OR_GT_EQ = - "时间谓词的操作符必须为 <、<=、> 或 >=:"; - public static final String THE_RIGHT_HAND_VALUE_OF_TAG_PREDICATE_CANNOT_BE_NULL_WITH_EQ_OPERATOR_PLEASE_USE_IS_NULL = - - - "使用 '=' 操作符时,标签谓词的右值不能为 null,请改用 'IS NULL'"; + public static final String + THE_RIGHT_HAND_VALUE_OF_TAG_PREDICATE_CANNOT_BE_NULL_WITH_EQ_OPERATOR_PLEASE_USE_IS_NULL = + "使用 '=' 操作符时,标签谓词的右值不能为 null,请改用 'IS NULL'"; public static final String SELECT_INTO_PLACEHOLDER_CAN_ONLY_BE_USED_AT_THE_END_OF_THE_PATH = - - "SELECT INTO:占位符 `::` 只能用于路径末尾。"; - public static final String SELECT_INTO_THE_I_OF_DOLLAR_I_SHOULD_BE_GREATER_THAN_0_AND_EQUAL_TO_OR_LESS_THAN_THE = - - - "SELECT INTO:${i} 中的 i 必须大于 0,且不超过查询路径前缀长度。"; + public static final String + SELECT_INTO_THE_I_OF_DOLLAR_I_SHOULD_BE_GREATER_THAN_0_AND_EQUAL_TO_OR_LESS_THAN_THE = + "SELECT INTO:${i} 中的 i 必须大于 0,且不超过查询路径前缀长度。"; public static final String ALIAS_S_CAN_ONLY_BE_MATCHED_WITH_ONE_RESULT_COLUMN = - "别名 '%s' 只能匹配一个结果列"; - public static final String RESULT_COLUMN_S_WITH_MORE_THAN_ONE_ALIAS_S_S = - - "结果列 %s 有多个别名[%s, %s]"; - public static final String THERE_ARE_TOO_MANY_CONJUNCTS_MORE_THAN_1000_IN_PREDICATE_AFTER_REWRITING_THIS_MAY_BE = + public static final String RESULT_COLUMN_S_WITH_MORE_THAN_ONE_ALIAS_S_S = "结果列 %s 有多个别名[%s, %s]"; - - "谓词重写后的合取项过多(超过 1000 个),可能是查询中的设备过多导致,请尝试使用 ALIGN BY DEVICE"; + public static final String + THERE_ARE_TOO_MANY_CONJUNCTS_MORE_THAN_1000_IN_PREDICATE_AFTER_REWRITING_THIS_MAY_BE = + "谓词重写后的合取项过多(超过 1000 个),可能是查询中的设备过多导致,请尝试使用 ALIGN BY DEVICE"; public static final String CASE_EXPRESSION_TEXT_AND_OTHER_TYPES_CANNOT_EXIST_AT_THE_SAME_TIME = - "CASE 表达式:TEXT 不能与其他类型同时存在。"; public static final String CASE_EXPRESSION_BOOLEAN_AND_OTHER_TYPES_CANNOT_EXIST_AT_THE_SAME_TIME = - "CASE 表达式:BOOLEAN 不能与其他类型同时存在。"; - public static final String THE_EXPRESSION_IN_THE_WHEN_CLAUSE_MUST_RETURN_BOOLEAN_EXPRESSION_S_ACTUAL_DATA_TYPE_S = - - "WHEN子句中的表达式必须返回 BOOLEAN。表达式:%s,实际数据类型:%s。"; - public static final String INVALID_INPUT_EXPRESSION_DATA_TYPE_EXPRESSION_S_ACTUAL_DATA_TYPE_S_EXPECTED_DATA_TYPE_S = - - "无效的输入表达式数据类型。表达式:%s,实际数据类型:%s,期望数据类型:%s。"; - public static final String S_IN_ORDER_BY_CLAUSE_DOESN_T_EXIST = + public static final String + THE_EXPRESSION_IN_THE_WHEN_CLAUSE_MUST_RETURN_BOOLEAN_EXPRESSION_S_ACTUAL_DATA_TYPE_S = + "WHEN子句中的表达式必须返回 BOOLEAN。表达式:%s,实际数据类型:%s。"; + public static final String + INVALID_INPUT_EXPRESSION_DATA_TYPE_EXPRESSION_S_ACTUAL_DATA_TYPE_S_EXPECTED_DATA_TYPE_S = + "无效的输入表达式数据类型。表达式:%s,实际数据类型:%s,期望数据类型:%s。"; + public static final String S_IN_ORDER_BY_CLAUSE_DOESN_T_EXIST = "%s 在 ORDER BY 子句中不存在。"; - "%s 在 ORDER BY 子句中不存在。"; public static final String S_IN_ORDER_BY_CLAUSE_SHOULDN_T_REFER_TO_MORE_THAN_ONE_TIMESERIES = - "%s 在 ORDER BY 子句中不应引用多个时间序列。"; - public static final String THE_DATA_TYPE_OF_S_IS_NOT_COMPARABLE = - - "%s 的数据类型不可比较"; - public static final String GROUP_BY_LEVEL_THE_DATA_TYPES_OF_THE_SAME_OUTPUT_COLUMN_S_SHOULD_BE_THE_SAME = + public static final String THE_DATA_TYPE_OF_S_IS_NOT_COMPARABLE = "%s 的数据类型不可比较"; - "GROUP_BY_LEVEL: 同一输出列[%s]的数据类型必须一致。"; + public static final String + GROUP_BY_LEVEL_THE_DATA_TYPES_OF_THE_SAME_OUTPUT_COLUMN_S_SHOULD_BE_THE_SAME = + "GROUP_BY_LEVEL: 同一输出列[%s]的数据类型必须一致。"; public static final String CROSS_DEVICE_QUERIES_ARE_NOT_SUPPORTED_IN_ALIGN_BY_DEVICE_QUERIES = - "ALIGN_BY_DEVICE 查询不支持跨设备查询。"; public static final String VIEWS_OR_MEASUREMENT_ALIASES_REPRESENTING_THE_SAME_DATA_SOURCE = - "表示同一数据源的视图或测点别名 "; public static final String CANNOT_BE_QUERIED_CONCURRENTLY_IN_ALIGN_BY_DEVICE_QUERIES = - - "不能在 ALIGN BY DEVICE 查询中同时查询。"; public static final String THE_TYPE_OF_SQL_RESULT_COLUMN_S_IN_D_SHOULD_BE_NUMERIC_WHEN_INFERENCE = - "SQL 结果列 [%s 位于 %d] 的类型在 inference 时必须为数值类型。"; public static final String S_IN_ORDER_BY_CLAUSE_DOESN_T_EXIST_IN_THE_RESULT_OF_LAST_QUERY = - "%s 在 LAST 查询结果的 ORDER BY 子句中不存在。"; - public static final String S_IN_GROUP_BY_CLAUSE_DOESN_T_EXIST = + public static final String S_IN_GROUP_BY_CLAUSE_DOESN_T_EXIST = "%s 在 GROUP BY 子句中不存在。"; - "%s 在 GROUP BY 子句中不存在。"; public static final String S_IN_GROUP_BY_CLAUSE_SHOULDN_T_REFER_TO_MORE_THAN_ONE_TIMESERIES = - "%s 在 GROUP BY 子句中不应引用多个时间序列。"; - public static final String PLEASE_CHECK_THE_KEEP_CONDITION_S = + public static final String PLEASE_CHECK_THE_KEEP_CONDITION_S = "请检查 keep 条件([%s]),"; - "请检查 keep 条件([%s]),"; - public static final String IT_NEED_TO_BE_A_CONSTANT_OR_A_COMPARE_EXPRESSION_CONSTRUCTED_BY_KEEP_AND_A_LONG_NUMBER = - - "它必须是常量,或由 'keep' 和 long 数字构造的比较表达式。"; + public static final String + IT_NEED_TO_BE_A_CONSTANT_OR_A_COMPARE_EXPRESSION_CONSTRUCTED_BY_KEEP_AND_A_LONG_NUMBER = + "它必须是常量,或由 'keep' 和 long 数字构造的比较表达式。"; public static final String THE_QUERY_TIME_RANGE_SHOULD_BE_SPECIFIED_IN_THE_GROUP_BY_TIME_CLAUSE = - "查询时间范围必须在 GROUP_BY_TIME 子句中指定。"; public static final String VIEW_PATH_S_OF_SOURCE_COLUMN_S_IS_ILLEGAL_PATH = - "源列 %s 的视图路径 %s 是非法路径"; - public static final String ALIGN_BY_DEVICE_THE_DATA_TYPES_OF_THE_SAME_MEASUREMENT_COLUMN_SHOULD_BE_THE_SAME_ACROSS = - - - "ALIGN BY DEVICE:不同设备中同名测点列的数据类型必须一致。"; + public static final String + ALIGN_BY_DEVICE_THE_DATA_TYPES_OF_THE_SAME_MEASUREMENT_COLUMN_SHOULD_BE_THE_SAME_ACROSS = + "ALIGN BY DEVICE:不同设备中同名测点列的数据类型必须一致。"; public static final String ALIAS_S_CAN_ONLY_BE_MATCHED_WITH_ONE_TIME_SERIES = - "别名 '%s' 只能匹配一个时间序列"; public static final String TAG_AND_ATTRIBUTE_SHOULDN_T_HAVE_THE_SAME_PROPERTY_KEY_S = - "标签和属性不应拥有相同的属性键 [%s]"; - public static final String S_IS_NOT_A_LEGAL_PROP = - - "%s 不是合法属性。"; - public static final String MEASUREMENT_UNDER_AN_ALIGNED_DEVICE_IS_NOT_ALLOWED_TO_HAVE_THE_SAME_MEASUREMENT_NAME = + public static final String S_IS_NOT_A_LEGAL_PROP = "%s 不是合法属性。"; - "对齐设备下的测点不允许使用相同的测点名称"; - public static final String VALUE_FILTER_CAN_T_EXIST_IN_THE_CONDITION_OF_SHOW_COUNT_CLAUSE_ONLY_TIME_CONDITION = - - "SHOW/COUNT 子句条件中不能存在值过滤器,仅支持时间条件。"; + public static final String + MEASUREMENT_UNDER_AN_ALIGNED_DEVICE_IS_NOT_ALLOWED_TO_HAVE_THE_SAME_MEASUREMENT_NAME = + "对齐设备下的测点不允许使用相同的测点名称"; + public static final String + VALUE_FILTER_CAN_T_EXIST_IN_THE_CONDITION_OF_SHOW_COUNT_CLAUSE_ONLY_TIME_CONDITION = + "SHOW/COUNT 子句条件中不能存在值过滤器,仅支持时间条件。"; public static final String TIME_CONDITION_CAN_T_BE_EMPTY_IN_THE_CONDITION_OF_SHOW_COUNT_CLAUSE = - "SHOW/COUNT 子句条件中的时间条件不能为空。"; - public static final String MEASUREMENT_UNDER_TEMPLATE_IS_NOT_ALLOWED_TO_HAVE_THE_SAME_MEASUREMENT_NAME = - - "模板下的测点不允许使用相同的测点名称"; + public static final String + MEASUREMENT_UNDER_TEMPLATE_IS_NOT_ALLOWED_TO_HAVE_THE_SAME_MEASUREMENT_NAME = + "模板下的测点不允许使用相同的测点名称"; public static final String THE_SUFFIX_PATHS_CAN_ONLY_BE_MEASUREMENT_OR_ONE_LEVEL_WILDCARD = - - "后缀路径只能是测点或一级通配符。"; public static final String AGGREGATION_RESULTS_CANNOT_BE_AS_INPUT_OF_THE_AGGREGATION_FUNCTION = - "聚合结果不能作为聚合函数的输入。"; - public static final String INPUT_OF_S_IS_ILLEGAL = + public static final String INPUT_OF_S_IS_ILLEGAL = "'%s' 的输入非法。"; - "'%s' 的输入非法。"; public static final String RAW_DATA_AND_AGGREGATION_RESULT_HYBRID_INPUT_OF_S_IS_NOT_SUPPORTED = - "不支持 '%s' 的原始数据和聚合结果混合输入。"; - public static final String ONLY_WRITABLE_VIEW_TIMESERIES_ARE_SUPPORTED_IN_ALIGN_BY_DEVICE_QUERIES = - - "ALIGN_BY_DEVICE 查询仅支持可写视图时间序列。"; - public static final String INPUT_SERIES_OF_SCALAR_FUNCTION_DIFF_ONLY_SUPPORTS_NUMERIC_DATA_TYPES_INT32_INT64_FLOAT = - - "标量函数 [DIFF] 的输入序列仅支持数值数据类型 [INT32, INT64, FLOAT, DOUBLE]"; - public static final String ARGUMENT_EXCEPTION_THE_SCALAR_FUNCTION_SUBSTRING_NEEDS_AT_LEAST_ONE_ARGUMENT_IT_MUST_BE = - - "参数异常,标量函数 [SUBSTRING] 至少需要一个参数,且必须为有符号整数。"; - public static final String SYNTAX_ERROR_PLEASE_CHECK_THAT_THE_PARAMETERS_OF_THE_FUNCTION_ARE_CORRECT = - - "语法错误,请检查函数参数是否正确。"; + public static final String + ONLY_WRITABLE_VIEW_TIMESERIES_ARE_SUPPORTED_IN_ALIGN_BY_DEVICE_QUERIES = + "ALIGN_BY_DEVICE 查询仅支持可写视图时间序列。"; + public static final String + INPUT_SERIES_OF_SCALAR_FUNCTION_DIFF_ONLY_SUPPORTS_NUMERIC_DATA_TYPES_INT32_INT64_FLOAT = + "标量函数 [DIFF] 的输入序列仅支持数值数据类型 [INT32, INT64, FLOAT, DOUBLE]"; + public static final String + ARGUMENT_EXCEPTION_THE_SCALAR_FUNCTION_SUBSTRING_NEEDS_AT_LEAST_ONE_ARGUMENT_IT_MUST_BE = + "参数异常,标量函数 [SUBSTRING] 至少需要一个参数,且必须为有符号整数。"; + public static final String + SYNTAX_ERROR_PLEASE_CHECK_THAT_THE_PARAMETERS_OF_THE_FUNCTION_ARE_CORRECT = + "语法错误,请检查函数参数是否正确。"; public static final String UNSUPPORTED_DATA_TYPE_S_FOR_FUNCTION_SUBSTRING = - "函数 SUBSTRING 不支持数据类型 %s。"; - public static final String ARGUMENT_EXCEPTION_THE_SCALAR_FUNCTION_SUBSTRING_BEGINPOSITION_AND_LENGTH_MUST_BE = - - "参数异常,标量函数 [SUBSTRING] 的 beginPosition 和长度必须大于 0。"; - public static final String INPUT_SERIES_OF_SCALAR_FUNCTION_ROUND_ONLY_SUPPORTS_NUMERIC_DATA_TYPES_INT32_INT64_FLOAT = - - "标量函数 [ROUND] 的输入序列仅支持数值数据类型 [INT32, INT64, FLOAT, DOUBLE]"; + public static final String + ARGUMENT_EXCEPTION_THE_SCALAR_FUNCTION_SUBSTRING_BEGINPOSITION_AND_LENGTH_MUST_BE = + "参数异常,标量函数 [SUBSTRING] 的 beginPosition 和长度必须大于 0。"; + public static final String + INPUT_SERIES_OF_SCALAR_FUNCTION_ROUND_ONLY_SUPPORTS_NUMERIC_DATA_TYPES_INT32_INT64_FLOAT = + "标量函数 [ROUND] 的输入序列仅支持数值数据类型 [INT32, INT64, FLOAT, DOUBLE]"; public static final String UNSUPPORTED_DATA_TYPE_S_FOR_FUNCTION_REPLACE = - "函数 REPLACE 不支持数据类型 %s。"; - public static final String TIMESERIES_UNDER_THIS_DEVICE_ISS_ALIGNED_PLEASE_USE_CREATESTIMESERIES_OR_CHANGE_DEVICE = - - "该设备下的时间序列%s对齐,请使用 create%sTimeSeries 或更改设备。(路径:%s)"; - public static final String NOT = + public static final String + TIMESERIES_UNDER_THIS_DEVICE_ISS_ALIGNED_PLEASE_USE_CREATESTIMESERIES_OR_CHANGE_DEVICE = + "该设备下的时间序列%s对齐,请使用 create%sTimeSeries 或更改设备。(路径:%s)"; + public static final String NOT = "未"; - "未"; - public static final String ALIGNED = - "Aligned"; + public static final String ALIGNED = "Aligned"; public static final String AUTO_CREATE_OR_VERIFY_SCHEMA_ERROR_DETAIL_S = - "自动创建或校验 schema 失败。详情:%s。"; public static final String THE_FILE_S_IS_NOT_A_VALID_TSFILE_PLEASE_CHECK_THE_INPUT_FILE = - "文件 %s 不是有效的 TsFile。请检查输入文件。"; - public static final String AUTO_CREATE_OR_VERIFY_SCHEMA_ERROR_WHEN_EXECUTING_STATEMENT_S_DETAIL_S = - - "执行语句 %s 时自动创建或校验 schema 失败。详情:%s。"; + public static final String + AUTO_CREATE_OR_VERIFY_SCHEMA_ERROR_WHEN_EXECUTING_STATEMENT_S_DETAIL_S = + "执行语句 %s 时自动创建或校验 schema 失败。详情:%s。"; public static final String TTL_VALUE_MUST_BE_INF_OR_A_LONG_LITERAL_BUT_NOW_IS = - "ttl 值必须为 'INF' 或 long 字面量,当前为:"; - public static final String COLUMNS_IN_TABLE_SHALL_NOT_SHARE_THE_SAME_NAME_S = + public static final String COLUMNS_IN_TABLE_SHALL_NOT_SHARE_THE_SAME_NAME_S = "表中的列不应重名:'%s'。"; - "表中的列不应重名:'%s'。"; public static final String THE_DUPLICATED_SOURCE_MEASUREMENT_S_IS_UNSUPPORTED_YET = - "暂不支持重复的源测点 %s。"; - public static final String THE_LENGTH_OF_DATABASE_NAME_SHALL_NOT_EXCEED = + public static final String THE_LENGTH_OF_DATABASE_NAME_SHALL_NOT_EXCEED = "数据库名称长度不得超过 "; - "数据库名称长度不得超过 "; - public static final String THE_DATABASE_NAME_CAN_ONLY_CONTAIN_ENGLISH_OR_CHINESE_CHARACTERS_NUMBERS_BACKTICKS_AND = - - "数据库名称只能包含英文或中文字符、数字、反引号和下划线。"; - public static final String IS_CURRENTLY_NOT_ALLOWED = + public static final String + THE_DATABASE_NAME_CAN_ONLY_CONTAIN_ENGLISH_OR_CHINESE_CHARACTERS_NUMBERS_BACKTICKS_AND = + "数据库名称只能包含英文或中文字符、数字、反引号和下划线。"; + public static final String IS_CURRENTLY_NOT_ALLOWED = "' 当前不允许。"; - "' 当前不允许。"; - public static final String VALUE_MUST_BE_A_LONGLITERAL_BUT_NOW_IS = + public static final String VALUE_MUST_BE_A_LONGLITERAL_BUT_NOW_IS = " 值必须为 LongLiteral,当前为 "; - " 值必须为 LongLiteral,当前为 "; - public static final String VALUE = + public static final String VALUE = ",值:"; - ",值:"; public static final String VALUE_MUST_BE_EQUAL_TO_OR_GREATER_THAN_0_BUT_NOW_IS = - " 值必须大于等于 0,当前为:"; - public static final String VALUE_MUST_BE_LOWER_THAN = + public static final String VALUE_MUST_BE_LOWER_THAN = " 值必须小于 "; - " 值必须小于 "; - public static final String BUT_NOW_IS = + public static final String BUT_NOW_IS = ",当前为:"; - ",当前为:"; public static final String FAILED_TO_CREATE_PIPE_S_SETTING_S_IS_NOT_ALLOWED = - "创建 pipe %s 失败:不允许设置 %s。"; - public static final String FAILED_TO_S_PIPE_S_IN_IOTDB_SOURCE_PASSWORD_MUST_BE_SET_WHEN_THE_USERNAME_IS_SPECIFIED = - - "执行 %s pipe %s 失败:iotdb-source 中指定 username 时必须设置 password。"; - public static final String ALTER = - "修改"; - public static final String CREATE = - "创建"; - public static final String FAILED_TO_S_PIPE_S_IN_WRITE_BACK_SINK_PASSWORD_MUST_BE_SET_WHEN_THE_USERNAME_IS = - - "执行 %s pipe %s 失败:write-back-sink 中指定 username 时必须设置 password。"; + public static final String + FAILED_TO_S_PIPE_S_IN_IOTDB_SOURCE_PASSWORD_MUST_BE_SET_WHEN_THE_USERNAME_IS_SPECIFIED = + "执行 %s pipe %s 失败:iotdb-source 中指定 username 时必须设置 password。"; + public static final String ALTER = "修改"; + public static final String CREATE = "创建"; + public static final String + FAILED_TO_S_PIPE_S_IN_WRITE_BACK_SINK_PASSWORD_MUST_BE_SET_WHEN_THE_USERNAME_IS = + "执行 %s pipe %s 失败:write-back-sink 中指定 username 时必须设置 password。"; public static final String FAILED_TO_ALTER_PIPE_S_MODIFYING_S_IS_NOT_ALLOWED = - "修改 pipe %s 失败:不允许修改 %s。"; - public static final String FAILED_TO_ALTER_PIPE_THE_SOURCE_PLUGIN_OF_THE_PIPE_CANNOT_BE_CHANGED_FROM_S_TO_S = - - - "修改 pipe 失败,pipe 的源插件不能从 %s 改为 %s"; - public static final String FAILED_TO_ALTER_PIPE_S_IN_IOTDB_SOURCE_PASSWORD_MUST_BE_SET_WHEN_THE_USERNAME_IS = - - "alter pipe %s 失败:iotdb-source 中指定 username 时必须设置 password。"; - public static final String FAILED_TO_ALTER_PIPE_S_IN_WRITE_BACK_SINK_PASSWORD_MUST_BE_SET_WHEN_THE_USERNAME_IS = - - "alter pipe %s 失败:write-back-sink 中指定 username 时必须设置 password。"; - public static final String PREPARED_STATEMENT_S_ALREADY_EXISTS = + public static final String + FAILED_TO_ALTER_PIPE_THE_SOURCE_PLUGIN_OF_THE_PIPE_CANNOT_BE_CHANGED_FROM_S_TO_S = + "修改 pipe 失败,pipe 的源插件不能从 %s 改为 %s"; + public static final String + FAILED_TO_ALTER_PIPE_S_IN_IOTDB_SOURCE_PASSWORD_MUST_BE_SET_WHEN_THE_USERNAME_IS = + "alter pipe %s 失败:iotdb-source 中指定 username 时必须设置 password。"; + public static final String + FAILED_TO_ALTER_PIPE_S_IN_WRITE_BACK_SINK_PASSWORD_MUST_BE_SET_WHEN_THE_USERNAME_IS = + "alter pipe %s 失败:write-back-sink 中指定 username 时必须设置 password。"; + public static final String PREPARED_STATEMENT_S_ALREADY_EXISTS = "预编译语句 '%s' 已存在。"; - "预编译语句 '%s' 已存在。"; public static final String INSUFFICIENT_MEMORY_FOR_PREPAREDSTATEMENT_S = "PreparedStatement '%s' 内存不足。"; public static final String PLEASE_DEALLOCATE_SOME_PREPAREDSTATEMENTS_AND_TRY_AGAIN = "请释放部分 PreparedStatement 后重试。"; - public static final String THE_TABLE = - "表 "; + public static final String THE_TABLE = "表 "; public static final String IS_A_BASE_TABLE_DOES_NOT_SUPPORT_SHOW_CREATE_VIEW = - " 是基础表,不支持 SHOW CREATE VIEW。"; - public static final String THE_PARAMETERS = - "参数 '"; - public static final String MUST_BE_CONSISTENT_ACROSS_THE_ENTIRE_CLUSTER_AND_ONLY_ONE_CAN_BE_SET_AT_A_TIME = - - "' 必须在整个集群中保持一致,且同一时间只能设置一个。"; - public static final String CANNOT_INSERT_INTO_MULTIPLE_DATABASES_WITHIN_ONE_STATEMENT_PLEASE_SPLIT_THEM_MANUALLY = - "不能在一条语句中写入多个数据库,请手动拆分。"; - public static final String THE_MEASUREMENTLIST_S_SIZE_D_IS_NOT_CONSISTENT_WITH_THE_VALUELIST_S_SIZE_D = - "measurementList 的大小 %d 与 valueList 的大小 %d 不一致"; - public static final String THE_MEASUREMENTLIST_S_SIZE_D_IS_NOT_CONSISTENT_WITH_THE_COLUMNLIST_S_SIZE_D = - "measurementList 的大小 %d 与 columnList 的大小 %d 不一致"; - public static final String MEASUREMENT_CONTAINS_NULL_OR_EMPTY_STRING = - - "测点包含 null 或空字符串:"; - public static final String CAN_T_BE_USED_IN_GROUP_BY_TAG_IT_WILL_BE_SUPPORTED_IN_THE_FUTURE = + public static final String THE_PARAMETERS = "参数 '"; + public static final String + MUST_BE_CONSISTENT_ACROSS_THE_ENTIRE_CLUSTER_AND_ONLY_ONE_CAN_BE_SET_AT_A_TIME = + "' 必须在整个集群中保持一致,且同一时间只能设置一个。"; + public static final String + CANNOT_INSERT_INTO_MULTIPLE_DATABASES_WITHIN_ONE_STATEMENT_PLEASE_SPLIT_THEM_MANUALLY = + "不能在一条语句中写入多个数据库,请手动拆分。"; + public static final String + THE_MEASUREMENTLIST_S_SIZE_D_IS_NOT_CONSISTENT_WITH_THE_VALUELIST_S_SIZE_D = + "measurementList 的大小 %d 与 valueList 的大小 %d 不一致"; + public static final String + THE_MEASUREMENTLIST_S_SIZE_D_IS_NOT_CONSISTENT_WITH_THE_COLUMNLIST_S_SIZE_D = + "measurementList 的大小 %d 与 columnList 的大小 %d 不一致"; + public static final String MEASUREMENT_CONTAINS_NULL_OR_EMPTY_STRING = "测点包含 null 或空字符串:"; + public static final String CAN_T_BE_USED_IN_GROUP_BY_TAG_IT_WILL_BE_SUPPORTED_IN_THE_FUTURE = " 不能用于按 tag 分组,未来版本将支持。"; - public static final String COMMON_QUERIES_AND_AGGREGATED_QUERIES_ARE_NOT_ALLOWED_TO_APPEAR_AT_THE_SAME_TIME = - - "普通查询和聚合查询不允许同时出现"; + public static final String + COMMON_QUERIES_AND_AGGREGATED_QUERIES_ARE_NOT_ALLOWED_TO_APPEAR_AT_THE_SAME_TIME = + "普通查询和聚合查询不允许同时出现"; public static final String EXPRESSION_OF_HAVING_CLAUSE_CAN_NOT_BE_USED_IN_NONAGGREGATIONQUERY = "HAVING 子句中的表达式不能用于 NonAggregationQuery"; public static final String SORTING_BY_DEVICE_IS_ONLY_SUPPORTED_IN_ALIGN_BY_DEVICE_QUERIES = - "仅 ALIGN_BY_DEVICE 查询支持按设备排序。"; - public static final String CQ_EVERY_INTERVAL_D_SHOULD_NOT_BE_LOWER_THAN_THE_CONTINUOUS_QUERY_MINIMUM_EVERY_INTERVAL = - - "CQ:every interval [%d] 不应小于配置项 `continuous_query_minimum_every_interval` [%d]。"; + public static final String + CQ_EVERY_INTERVAL_D_SHOULD_NOT_BE_LOWER_THAN_THE_CONTINUOUS_QUERY_MINIMUM_EVERY_INTERVAL = + "CQ:every interval [%d] 不应小于配置项 `continuous_query_minimum_every_interval` [%d]。"; public static final String CQ_THE_START_TIME_OFFSET_SHOULD_BE_GREATER_THAN_END_TIME_OFFSET = - "CQ:开始时间偏移量应大于结束时间偏移量。"; - public static final String CQ_THE_START_TIME_OFFSET_SHOULD_BE_GREATER_THAN_OR_EQUAL_TO_EVERY_INTERVAL = - - "CQ:开始时间偏移量应大于或等于 every interval。"; + public static final String + CQ_THE_START_TIME_OFFSET_SHOULD_BE_GREATER_THAN_OR_EQUAL_TO_EVERY_INTERVAL = + "CQ:开始时间偏移量应大于或等于 every interval。"; public static final String CQ_SPECIFYING_TIME_RANGE_IN_GROUP_BY_TIME_CLAUSE_IS_PROHIBITED = - "CQ: 禁止在 GROUP_BY_TIME 子句中指定时间范围。"; - public static final String CANNOT_CREATE_VIEWS_USING_DATA_SOURCES_WITH_CALCULATED_EXPRESSIONS_WHILE_USING_INTO_ITEM = - - - "使用 INTO 项时,不能通过带计算表达式的数据源创建视图。"; - public static final String TREE_DEVICE_VIEW_WITH_MULTIPLE_DATABASES = + public static final String + CANNOT_CREATE_VIEWS_USING_DATA_SOURCES_WITH_CALCULATED_EXPRESSIONS_WHILE_USING_INTO_ITEM = + "使用 INTO 项时,不能通过带计算表达式的数据源创建视图。"; + public static final String TREE_DEVICE_VIEW_WITH_MULTIPLE_DATABASES = "包含多个数据库的树设备视图("; - "包含多个数据库的树设备视图("; - public static final String IS_UNSUPPORTED_YET = + public static final String IS_UNSUPPORTED_YET = ")暂不支持。"; - ")暂不支持。"; public static final String COMPLEX_ASOF_MAIN_JOIN_EXPRESSION_S_IS_NOT_SUPPORTED = - "不支持复杂的 ASOF 主 JOIN 表达式 [%s]"; - public static final String UNEXPECTED_DESCRIPTOR_TYPE = + public static final String UNEXPECTED_DESCRIPTOR_TYPE = "意外的描述符类型:"; - "意外的描述符类型:"; public static final String WHEN_CLAUSE_OPERAND_TYPE_MUST_MATCH_CASE_OPERAND_TYPE_S_VS_S = - "WHEN子句操作数类型必须匹配 CASE 操作数类型:%s vs %s"; - public static final String ALL_RESULT_TYPES_MUST_BE_THE_SAME_S = + public static final String ALL_RESULT_TYPES_MUST_BE_THE_SAME_S = "所有结果类型必须一致:%s"; - "所有结果类型必须一致:%s"; public static final String DEFAULT_RESULT_TYPE_MUST_BE_THE_SAME_AS_WHEN_RESULT_TYPES_S_VS_S = - "默认结果类型必须与 WHEN结果类型一致:%s vs %s"; - public static final String ALL_OPERANDS_MUST_HAVE_THE_SAME_TYPE_S = + public static final String ALL_OPERANDS_MUST_HAVE_THE_SAME_TYPE_S = "所有操作数必须具有相同类型:%s"; - "所有操作数必须具有相同类型:%s"; - public static final String TO = + public static final String TO = " 到 "; - " 到 "; - public static final String SCALAR_FUNCTION = - "标量函数 "; - public static final String ONLY_SUPPORTS_ONE_NUMERIC_DATA_TYPES_INT32_INT64_FLOAT_DOUBLE_AND_ONE_BOOLEAN = - - " 仅支持一个数值数据类型 [INT32, INT64, FLOAT, DOUBLE] 和一个 boolean"; + public static final String SCALAR_FUNCTION = "标量函数 "; + public static final String + ONLY_SUPPORTS_ONE_NUMERIC_DATA_TYPES_INT32_INT64_FLOAT_DOUBLE_AND_ONE_BOOLEAN = + " 仅支持一个数值数据类型 [INT32, INT64, FLOAT, DOUBLE] 和一个 boolean"; public static final String ONLY_SUPPORTS_TWO_NUMERIC_DATA_TYPES_INT32_INT64_FLOAT_DOUBLE = - " 仅支持两个数值数据类型 [INT32, INT64, FLOAT, DOUBLE]"; - public static final String ONLY_ACCEPTS_TWO_OR_THREE_ARGUMENTS_AND_THEY_MUST_BE_TEXT_OR_STRING_DATA_TYPE = - - " 仅接受两个或三个参数,且参数必须为 TEXT 或 STRING 数据类型。"; - public static final String ONLY_ACCEPTS_TWO_OR_THREE_ARGUMENTS_AND_FIRST_MUST_BE_TEXT_OR_STRING_DATA_TYPE_SECOND = - - " 仅接受两个或三个参数,第一个参数必须为 TEXT 或 STRING 数据类型,第二和第三个参数必须为数值数据类型 [INT32, INT64]"; - public static final String ONLY_ACCEPTS_ONE_ARGUMENT_AND_IT_MUST_BE_TEXT_OR_STRING_OR_BLOB_OR_OBJECT_DATA_TYPE = - - " 仅接受一个参数,且参数必须为 TEXT、STRING、BLOB 或 OBJECT 数据类型。"; + public static final String + ONLY_ACCEPTS_TWO_OR_THREE_ARGUMENTS_AND_THEY_MUST_BE_TEXT_OR_STRING_DATA_TYPE = + " 仅接受两个或三个参数,且参数必须为 TEXT 或 STRING 数据类型。"; + public static final String + ONLY_ACCEPTS_TWO_OR_THREE_ARGUMENTS_AND_FIRST_MUST_BE_TEXT_OR_STRING_DATA_TYPE_SECOND = + " 仅接受两个或三个参数,第一个参数必须为 TEXT 或 STRING 数据类型,第二和第三个参数必须为数值数据类型 [INT32, INT64]"; + public static final String + ONLY_ACCEPTS_ONE_ARGUMENT_AND_IT_MUST_BE_TEXT_OR_STRING_OR_BLOB_OR_OBJECT_DATA_TYPE = + " 仅接受一个参数,且参数必须为 TEXT、STRING、BLOB 或 OBJECT 数据类型。"; public static final String ONLY_ACCEPTS_ONE_ARGUMENT_AND_IT_MUST_BE_TEXT_OR_STRING_DATA_TYPE = " 仅接受一个参数,且参数必须为 text 或 string 数据类型。"; - public static final String ONLY_ACCEPTS_ONE_OR_TWO_ARGUMENTS_AND_THEY_MUST_BE_TEXT_OR_STRING_DATA_TYPE = - " 仅接受一个或两个参数,且参数必须为 text 或 string 数据类型。"; + public static final String + ONLY_ACCEPTS_ONE_OR_TWO_ARGUMENTS_AND_THEY_MUST_BE_TEXT_OR_STRING_DATA_TYPE = + " 仅接受一个或两个参数,且参数必须为 text 或 string 数据类型。"; public static final String ONLY_ACCEPTS_TWO_ARGUMENTS_AND_THEY_MUST_BE_TEXT_OR_STRING_DATA_TYPE = " 仅接受两个参数,且参数必须为 text 或 string 数据类型。"; - public static final String ONLY_ACCEPTS_TWO_OR_MORE_ARGUMENTS_AND_THEY_MUST_BE_TEXT_OR_STRING_DATA_TYPE = - - " 仅接受两个或更多参数,且参数必须为 TEXT 或 STRING 数据类型。"; - public static final String ONLY_ACCEPTS_ONE_ARGUMENT_AND_IT_MUST_BE_DOUBLE_FLOAT_INT32_OR_INT64_DATA_TYPE = - " 仅接受一个参数,且参数必须为 Double、Float、Int32 或 Int64 数据类型。"; - public static final String ACCEPTS_NO_ARGUMENT = - " 不接受参数。"; - public static final String ONLY_ACCEPTS_TWO_OR_THREE_ARGUMENTS_AND_THE_SECOND_AND_THIRD_MUST_BE_TIMESTAMP_DATA_TYPE = - " 仅接受两个或三个参数,且第二、第三个参数必须为 TIMESTAMP 数据类型。"; - public static final String MUST_HAVE_AT_LEAST_TWO_ARGUMENTS_AND_FIRST_ARGUMENT_PATTERN_MUST_BE_TEXT_OR_STRING_TYPE = - - - " 必须至少有两个参数,且第一个模式参数必须为 TEXT 或 STRING 类型。"; + public static final String + ONLY_ACCEPTS_TWO_OR_MORE_ARGUMENTS_AND_THEY_MUST_BE_TEXT_OR_STRING_DATA_TYPE = + " 仅接受两个或更多参数,且参数必须为 TEXT 或 STRING 数据类型。"; + public static final String + ONLY_ACCEPTS_ONE_ARGUMENT_AND_IT_MUST_BE_DOUBLE_FLOAT_INT32_OR_INT64_DATA_TYPE = + " 仅接受一个参数,且参数必须为 Double、Float、Int32 或 Int64 数据类型。"; + public static final String ACCEPTS_NO_ARGUMENT = " 不接受参数。"; + public static final String + ONLY_ACCEPTS_TWO_OR_THREE_ARGUMENTS_AND_THE_SECOND_AND_THIRD_MUST_BE_TIMESTAMP_DATA_TYPE = + " 仅接受两个或三个参数,且第二、第三个参数必须为 TIMESTAMP 数据类型。"; + public static final String + MUST_HAVE_AT_LEAST_TWO_ARGUMENTS_AND_FIRST_ARGUMENT_PATTERN_MUST_BE_TEXT_OR_STRING_TYPE = + " 必须至少有两个参数,且第一个模式参数必须为 TEXT 或 STRING 类型。"; public static final String MUST_HAVE_AT_LEAST_TWO_ARGUMENTS_AND_ALL_TYPE_MUST_BE_THE_SAME = - " 必须至少有两个参数,且所有类型必须一致。"; - public static final String SCALAR_FUNCTION_S_ONLY_ACCEPTS_TWO_ARGUMENTS_AND_THEY_MUST_BE_INT32_OR_INT64_DATA_TYPE = - - "标量函数 %s 仅接受两个参数,且参数必须为 Int32 或 Int64 数据类型。"; - public static final String SCALAR_FUNCTION_S_ONLY_ACCEPTS_ONE_ARGUMENT_AND_IT_MUST_BE_INT32_OR_INT64_DATA_TYPE = - - "标量函数 %s 仅接受一个参数,且参数必须为 Int32 或 Int64 数据类型。"; - public static final String SCALAR_FUNCTION_S_ONLY_ACCEPTS_ONE_ARGUMENT_AND_IT_MUST_BE_TEXT_STRING_OR_BLOB_DATA_TYPE = - - "标量函数 %s 仅接受一个参数,且参数必须为 TEXT、STRING 或 BLOB 数据类型。"; - public static final String SCALAR_FUNCTION_S_ONLY_ACCEPTS_ONE_ARGUMENT_AND_IT_MUST_BE_TEXT_OR_STRING_DATA_TYPE = - - "标量函数 %s 仅接受一个参数,且参数必须为 TEXT 或 STRING 数据类型。"; - public static final String SCALAR_FUNCTION_S_ONLY_ACCEPTS_ONE_ARGUMENT_AND_IT_MUST_BE_TEXT_STRING_OR_BLOB_DATA_TYPE_2 = - - "标量函数 %s 仅接受一个参数,且参数必须为 TEXT、STRING 或 BLOB 数据类型。"; - public static final String SCALAR_FUNCTION_S_ONLY_ACCEPTS_TWO_ARGUMENTS_FIRST_ARGUMENT_MUST_BE_TEXT_STRING_OR_BLOB = - - "标量函数 %s 仅接受两个参数,第一个参数必须为 TEXT、STRING 或 BLOB 类型,第二个参数必须为 STRING 或 TEXT 类型。"; - public static final String SCALAR_FUNCTION_S_ONLY_ACCEPTS_ONE_ARGUMENT_AND_IT_MUST_BE_INT32_DATA_TYPE = - - "标量函数 %s 仅接受一个参数,且参数必须为 Int32 数据类型。"; - public static final String SCALAR_FUNCTION_S_ONLY_ACCEPTS_ONE_ARGUMENT_AND_IT_MUST_BE_BLOB_DATA_TYPE = - - "标量函数 %s 仅接受一个参数,且参数必须为 BLOB 数据类型。"; - public static final String SCALAR_FUNCTION_S_ONLY_ACCEPTS_ONE_ARGUMENT_AND_IT_MUST_BE_INT64_DATA_TYPE = - - "标量函数 %s 仅接受一个参数,且参数必须为 Int64 数据类型。"; - public static final String SCALAR_FUNCTION_S_ONLY_ACCEPTS_ONE_ARGUMENT_AND_IT_MUST_BE_FLOAT_DATA_TYPE = - - "标量函数 %s 仅接受一个参数,且参数必须为 Float 数据类型。"; - public static final String SCALAR_FUNCTION_S_ONLY_ACCEPTS_ONE_ARGUMENT_AND_IT_MUST_BE_DOUBLE_DATA_TYPE = - - "标量函数 %s 仅接受一个参数,且参数必须为 Double 数据类型。"; - public static final String SCALAR_FUNCTION_S_ONLY_ACCEPTS_THREE_ARGUMENTS_FIRST_ARGUMENT_MUST_BE_BLOB_TYPE = - - "标量函数 %s 仅接受三个参数,第一个参数必须为 BLOB 类型,"; - public static final String SECOND_ARGUMENT_MUST_BE_INT32_OR_INT64_TYPE_THIRD_ARGUMENT_MUST_BE_BLOB_TYPE = - - "第二个参数必须为 int32 或 int64 类型,第三个参数必须为 BLOB 类型。"; + public static final String + SCALAR_FUNCTION_S_ONLY_ACCEPTS_TWO_ARGUMENTS_AND_THEY_MUST_BE_INT32_OR_INT64_DATA_TYPE = + "标量函数 %s 仅接受两个参数,且参数必须为 Int32 或 Int64 数据类型。"; + public static final String + SCALAR_FUNCTION_S_ONLY_ACCEPTS_ONE_ARGUMENT_AND_IT_MUST_BE_INT32_OR_INT64_DATA_TYPE = + "标量函数 %s 仅接受一个参数,且参数必须为 Int32 或 Int64 数据类型。"; + public static final String + SCALAR_FUNCTION_S_ONLY_ACCEPTS_ONE_ARGUMENT_AND_IT_MUST_BE_TEXT_STRING_OR_BLOB_DATA_TYPE = + "标量函数 %s 仅接受一个参数,且参数必须为 TEXT、STRING 或 BLOB 数据类型。"; + public static final String + SCALAR_FUNCTION_S_ONLY_ACCEPTS_ONE_ARGUMENT_AND_IT_MUST_BE_TEXT_OR_STRING_DATA_TYPE = + "标量函数 %s 仅接受一个参数,且参数必须为 TEXT 或 STRING 数据类型。"; + public static final String + SCALAR_FUNCTION_S_ONLY_ACCEPTS_ONE_ARGUMENT_AND_IT_MUST_BE_TEXT_STRING_OR_BLOB_DATA_TYPE_2 = + "标量函数 %s 仅接受一个参数,且参数必须为 TEXT、STRING 或 BLOB 数据类型。"; + public static final String + SCALAR_FUNCTION_S_ONLY_ACCEPTS_TWO_ARGUMENTS_FIRST_ARGUMENT_MUST_BE_TEXT_STRING_OR_BLOB = + "标量函数 %s 仅接受两个参数,第一个参数必须为 TEXT、STRING 或 BLOB 类型,第二个参数必须为 STRING 或 TEXT 类型。"; + public static final String + SCALAR_FUNCTION_S_ONLY_ACCEPTS_ONE_ARGUMENT_AND_IT_MUST_BE_INT32_DATA_TYPE = + "标量函数 %s 仅接受一个参数,且参数必须为 Int32 数据类型。"; + public static final String + SCALAR_FUNCTION_S_ONLY_ACCEPTS_ONE_ARGUMENT_AND_IT_MUST_BE_BLOB_DATA_TYPE = + "标量函数 %s 仅接受一个参数,且参数必须为 BLOB 数据类型。"; + public static final String + SCALAR_FUNCTION_S_ONLY_ACCEPTS_ONE_ARGUMENT_AND_IT_MUST_BE_INT64_DATA_TYPE = + "标量函数 %s 仅接受一个参数,且参数必须为 Int64 数据类型。"; + public static final String + SCALAR_FUNCTION_S_ONLY_ACCEPTS_ONE_ARGUMENT_AND_IT_MUST_BE_FLOAT_DATA_TYPE = + "标量函数 %s 仅接受一个参数,且参数必须为 Float 数据类型。"; + public static final String + SCALAR_FUNCTION_S_ONLY_ACCEPTS_ONE_ARGUMENT_AND_IT_MUST_BE_DOUBLE_DATA_TYPE = + "标量函数 %s 仅接受一个参数,且参数必须为 Double 数据类型。"; + public static final String + SCALAR_FUNCTION_S_ONLY_ACCEPTS_THREE_ARGUMENTS_FIRST_ARGUMENT_MUST_BE_BLOB_TYPE = + "标量函数 %s 仅接受三个参数,第一个参数必须为 BLOB 类型,"; + public static final String + SECOND_ARGUMENT_MUST_BE_INT32_OR_INT64_TYPE_THIRD_ARGUMENT_MUST_BE_BLOB_TYPE = + "第二个参数必须为 int32 或 int64 类型,第三个参数必须为 BLOB 类型。"; public static final String AGGREGATE_FUNCTIONS_S_SHOULD_ONLY_HAVE_ONE_ARGUMENT = - "聚合函数 [%s] 只能有一个参数"; - public static final String AGGREGATE_FUNCTIONS_S_ONLY_SUPPORT_NUMERIC_DATA_TYPES_INT32_INT64_FLOAT_DOUBLE = - - "聚合函数 [%s] 仅支持数值数据类型 [INT32, INT64, FLOAT, DOUBLE]"; - public static final String ERROR_SIZE_OF_INPUT_EXPRESSIONS_EXPRESSION_S_ACTUAL_SIZE_S_EXPECTED_SIZE_2 = - - "输入表达式数量错误。表达式:%s,实际数量:%s,期望数量:[2]。"; - public static final String AGGREGATE_FUNCTIONS_S_ONLY_SUPPORT_NUMERIC_DATA_TYPES_INT32_INT64_FLOAT_DOUBLE_TIMESTAMP = - - "聚合函数 [%s] 仅支持数值数据类型 [INT32, INT64, FLOAT, DOUBLE, TIMESTAMP]"; - public static final String ERROR_SIZE_OF_INPUT_EXPRESSIONS_EXPRESSION_S_ACTUAL_SIZE_S_EXPECTED_SIZE_1 = - - "输入表达式数量错误。表达式:%s,实际数量:%s,期望数量:[1]。"; - public static final String AGGREGATE_FUNCTIONS_S_SHOULD_ONLY_HAVE_ONE_BOOLEAN_EXPRESSION_AS_ARGUMENT = - - "聚合函数 [%s] 只能有一个 boolean 表达式作为参数"; + public static final String + AGGREGATE_FUNCTIONS_S_ONLY_SUPPORT_NUMERIC_DATA_TYPES_INT32_INT64_FLOAT_DOUBLE = + "聚合函数 [%s] 仅支持数值数据类型 [INT32, INT64, FLOAT, DOUBLE]"; + public static final String + ERROR_SIZE_OF_INPUT_EXPRESSIONS_EXPRESSION_S_ACTUAL_SIZE_S_EXPECTED_SIZE_2 = + "输入表达式数量错误。表达式:%s,实际数量:%s,期望数量:[2]。"; + public static final String + AGGREGATE_FUNCTIONS_S_ONLY_SUPPORT_NUMERIC_DATA_TYPES_INT32_INT64_FLOAT_DOUBLE_TIMESTAMP = + "聚合函数 [%s] 仅支持数值数据类型 [INT32, INT64, FLOAT, DOUBLE, TIMESTAMP]"; + public static final String + ERROR_SIZE_OF_INPUT_EXPRESSIONS_EXPRESSION_S_ACTUAL_SIZE_S_EXPECTED_SIZE_1 = + "输入表达式数量错误。表达式:%s,实际数量:%s,期望数量:[1]。"; + public static final String + AGGREGATE_FUNCTIONS_S_SHOULD_ONLY_HAVE_ONE_BOOLEAN_EXPRESSION_AS_ARGUMENT = + "聚合函数 [%s] 只能有一个 boolean 表达式作为参数"; public static final String AGGREGATE_FUNCTIONS_S_SHOULD_ONLY_HAVE_ONE_OR_TWO_ARGUMENTS = - "聚合函数 [%s] 只能有一个或两个参数"; public static final String SECOND_ARGUMENT_OF_AGGREGATE_FUNCTIONS_S_SHOULD_BE_ORDERABLE = - "聚合函数 [%s] 的第二个参数应可排序"; public static final String AGGREGATE_FUNCTIONS_S_SHOULD_ONLY_HAVE_TWO_OR_THREE_ARGUMENTS = - "聚合函数 [%s] 只能有两个或三个参数"; public static final String AGGREGATE_FUNCTIONS_S_SHOULD_ONLY_HAVE_TWO_ARGUMENTS = - "聚合函数 [%s] 只能有两个参数"; - public static final String SECOND_ARGUMENT_OF_AGGREGATE_FUNCTIONS_S_SHOULD_BE_NUMBERIC_TYPE_AND_DO_NOT_USE = - - "聚合函数 [%s] 的第二个参数应为数值类型,且不能使用表达式"; + public static final String + SECOND_ARGUMENT_OF_AGGREGATE_FUNCTIONS_S_SHOULD_BE_NUMBERIC_TYPE_AND_DO_NOT_USE = + "聚合函数 [%s] 的第二个参数应为数值类型,且不能使用表达式"; public static final String AGGREGATION_FUNCTIONS_S_SHOULD_ONLY_HAVE_THREE_ARGUMENTS = - "聚合函数 [%s] 只能有三个参数"; public static final String AGGREGATION_FUNCTIONS_S_SHOULD_ONLY_HAVE_TWO_OR_THREE_ARGUMENTS = - "聚合函数 [%s] 只能有两个或三个参数"; - public static final String AGGREGATION_FUNCTIONS_S_SHOULD_HAVE_VALUE_COLUMN_AS_NUMERIC_TYPE_INT32_INT64_FLOAT = - - "聚合函数 [%s] 的值列应为数值类型 [INT32, INT64, FLOAT, DOUBLE, TIMESTAMP]"; + public static final String + AGGREGATION_FUNCTIONS_S_SHOULD_HAVE_VALUE_COLUMN_AS_NUMERIC_TYPE_INT32_INT64_FLOAT = + "聚合函数 [%s] 的值列应为数值类型 [INT32, INT64, FLOAT, DOUBLE, TIMESTAMP]"; public static final String AGGREGATION_FUNCTIONS_S_SHOULD_HAVE_PERCENTAGE_AS_DECIMAL_TYPE = - - "聚合函数 [%s] 的百分比应为小数类型"; public static final String AGGREGATION_FUNCTIONS_S_DO_NOT_SUPPORT_WEIGHT_AS_S_TYPE = - - "聚合函数 [%s] 不支持 %s 类型的权重"; - public static final String WINDOW_FUNCTION_S_SHOULD_ONLY_HAVE_ONE_ARGUMENT = - - "窗口函数 [%s] 只能有一个参数"; - public static final String WINDOW_FUNCTION_NTH_VALUE_SHOULD_ONLY_HAVE_TWO_ARGUMENT_AND_SECOND_ARGUMENT_MUST_BE = + public static final String WINDOW_FUNCTION_S_SHOULD_ONLY_HAVE_ONE_ARGUMENT = "窗口函数 [%s] 只能有一个参数"; - "窗口函数 [nth_value] 只能有两个参数,且第二个参数必须为 integer 类型"; + public static final String + WINDOW_FUNCTION_NTH_VALUE_SHOULD_ONLY_HAVE_TWO_ARGUMENT_AND_SECOND_ARGUMENT_MUST_BE = + "窗口函数 [nth_value] 只能有两个参数,且第二个参数必须为 integer 类型"; public static final String WINDOW_FUNCTION_S_SHOULD_ONLY_HAVE_ONE_TO_THREE_ARGUMENT = - "窗口函数 [%s] 只能有一到三个参数"; public static final String WINDOW_FUNCTION_S_S_SECOND_ARGUMENT_MUST_BE_INTEGER_TYPE = - "窗口函数 [%s] 的第二个参数必须为 integer 类型"; public static final String UPDATE_ATTRIBUTE_SHALL_SPECIFY_A_ATTRIBUTE_ONLY_ONCE = "UPDATE 属性只能指定一次。"; - public static final String CANNOT_BE_RESOLVED = - "无法解析"; - public static final String IS_NOT_AN_ATTRIBUTE_OR_TAG_COLUMN = - "不是属性列或标签列"; + public static final String CANNOT_BE_RESOLVED = "无法解析"; + public static final String IS_NOT_AN_ATTRIBUTE_OR_TAG_COLUMN = "不是属性列或标签列"; public static final String UPDATE_S_ATTRIBUTE_VALUE_MUST_BE_STRING_TEXT_OR_NULL = "UPDATE 的属性值必须为 STRING、TEXT 或 null。"; public static final String MULTIPLE_COLUMNS_FOUND_WITH_TIME_CATEGORY_IN_TABLE_SCHEMA = - "表 schema 中发现多个 TIME 类别列。"; public static final String INSERT_COLUMN_NAME_DOES_NOT_EXIST_IN_TARGET_TABLE_S = - "插入列名在目标表中不存在:%s"; - public static final String INSERT_COLUMN_NAME_IS_SPECIFIED_MORE_THAN_ONCE_S = + public static final String INSERT_COLUMN_NAME_IS_SPECIFIED_MORE_THAN_ONCE_S = "插入列名被指定多次:%s"; - "插入列名被指定多次:%s"; public static final String INSERT_QUERY_HAS_MISMATCHED_COLUMN_TYPES_TABLE_S_QUERY_S = - "插入查询的列类型不匹配:表:[%s],查询:[%s]"; - public static final String WITH_QUERY_NAME_S_SPECIFIED_MORE_THAN_ONCE = + public static final String WITH_QUERY_NAME_S_SPECIFIED_MORE_THAN_ONCE = "WITH查询名称 '%s' 被指定多次。"; - "WITH查询名称 '%s' 被指定多次。"; public static final String WITH_TABLE_NAME_IS_REFERENCED_IN_THE_BASE_RELATION_OF_RECURSION = - - "递归的基础关系中引用了 WITH 表名。"; public static final String MULTIPLE_RECURSIVE_REFERENCES_IN_THE_STEP_RELATION_OF_RECURSION = - "递归的步骤关系中存在多个递归引用"; public static final String FETCH_FIRST_LIMIT_CLAUSE_IN_THE_STEP_RELATION_OF_RECURSION = - "递归的步骤关系中存在 FETCH FIRST / LIMIT 子句"; - public static final String RECURSIVE_REFERENCE_OUTSIDE_OF_FROM_CLAUSE_OF_THE_STEP_RELATION_OF_RECURSION = - - - "递归的步骤关系中,FROM 子句外存在递归引用。"; + public static final String + RECURSIVE_REFERENCE_OUTSIDE_OF_FROM_CLAUSE_OF_THE_STEP_RELATION_OF_RECURSION = + "递归的步骤关系中,FROM 子句外存在递归引用。"; public static final String IMMEDIATE_WITH_CLAUSE_IN_RECURSIVE_QUERY_IS_NOT_SUPPORTED = - "递归查询不支持直接使用 WITH子句。"; public static final String IMMEDIATE_FILL_CLAUSE_IN_RECURSIVE_QUERY_IS_NOT_SUPPORTED = - "递归查询不支持直接使用 FILL 子句"; public static final String IMMEDIATE_ORDER_BY_CLAUSE_IN_RECURSIVE_QUERY_IS_NOT_SUPPORTED = - "递归查询不支持直接使用 ORDER_BY 子句。"; public static final String IMMEDIATE_OFFSET_CLAUSE_IN_RECURSIVE_QUERY_IS_NOT_SUPPORTED = - "递归查询不支持直接使用 OFFSET 子句"; public static final String IMMEDIATE_FETCH_FIRST_LIMIT_CLAUSE_IN_RECURSIVE_QUERY_IS_NOT_SUPPORT = - "递归查询不支持直接使用 FETCH FIRST / LIMIT 子句"; - public static final String BASE_AND_STEP_RELATIONS_OF_RECURSION_HAVE_DIFFERENT_NUMBER_OF_FIELDS_S_S = - - "递归的基础关系和步骤关系字段数量不同:%s,%s"; - public static final String RECURSION_STEP_RELATION_OUTPUT_TYPE_S_IS_NOT_COERCIBLE_TO_RECURSION_BASE_RELATION_OUTPUT = - - "递归步骤关系的输出类型(%s)无法强制转换为递归基础关系在列 %s 上的输出类型(%s)"; - public static final String CANNOT_NEST_WINDOW_FUNCTIONS_OR_ROW_PATTERN_MEASURES_INSIDE_WINDOW_FUNCTION_ARGUMENTS = - - "不能在窗口函数参数中嵌套窗口函数或行模式度量"; + public static final String + BASE_AND_STEP_RELATIONS_OF_RECURSION_HAVE_DIFFERENT_NUMBER_OF_FIELDS_S_S = + "递归的基础关系和步骤关系字段数量不同:%s,%s"; + public static final String + RECURSION_STEP_RELATION_OUTPUT_TYPE_S_IS_NOT_COERCIBLE_TO_RECURSION_BASE_RELATION_OUTPUT = + "递归步骤关系的输出类型(%s)无法强制转换为递归基础关系在列 %s 上的输出类型(%s)"; + public static final String + CANNOT_NEST_WINDOW_FUNCTIONS_OR_ROW_PATTERN_MEASURES_INSIDE_WINDOW_FUNCTION_ARGUMENTS = + "不能在窗口函数参数中嵌套窗口函数或行模式度量"; public static final String DISTINCT_IN_WINDOW_FUNCTION_PARAMETERS_NOT_YET_SUPPORTED_S = - "暂不支持窗口函数参数中的 DISTINCT:%s"; public static final String S_FUNCTION_REQUIRES_AN_ORDER_BY_WINDOW_CLAUSE = - "%s 函数需要 ORDER_BY 窗口子句。"; - public static final String CANNOT_SPECIFY_WINDOW_FRAME_FOR_S_FUNCTION = + public static final String CANNOT_SPECIFY_WINDOW_FRAME_FOR_S_FUNCTION = "不能为 %s 函数指定窗口框架"; - "不能为 %s 函数指定窗口框架"; - public static final String WINDOW_NAME_S_SPECIFIED_MORE_THAN_ONCE = + public static final String WINDOW_NAME_S_SPECIFIED_MORE_THAN_ONCE = "WINDOW 名称 '%s' 被指定多次"; - "WINDOW 名称 '%s' 被指定多次"; - public static final String CANNOT_RESOLVE_WINDOW_NAME_S = + public static final String CANNOT_RESOLVE_WINDOW_NAME_S = "无法解析 WINDOW 名称 %s"; - "无法解析 WINDOW 名称 %s"; - public static final String WINDOW_SPECIFICATION_WITH_NAMED_WINDOW_REFERENCE_CANNOT_SPECIFY_PARTITION_BY = - - "带命名 WINDOW 引用的 WINDOW 规范不能指定 PARTITION_BY。"; + public static final String + WINDOW_SPECIFICATION_WITH_NAMED_WINDOW_REFERENCE_CANNOT_SPECIFY_PARTITION_BY = + "带命名 WINDOW 引用的 WINDOW 规范不能指定 PARTITION_BY。"; public static final String CANNOT_SPECIFY_ORDER_BY_IF_REFERENCED_NAMED_WINDOW_SPECIFIES_ORDER_BY = - "引用的命名 WINDOW 已指定 ORDER_BY 时,不能再指定 ORDER_BY。"; public static final String CANNOT_REFERENCE_NAMED_WINDOW_CONTAINING_FRAME_SPECIFICATION = - "不能引用包含框架规范的命名 WINDOW"; public static final String WHERE_CLAUSE_MUST_EVALUATE_TO_A_BOOLEAN_ACTUAL_TYPE_S = - "WHERE 子句必须计算为 boolean:实际类型 %s"; public static final String MULTIPLE_DIFFERENT_COLUMNS_IN_THE_SAME_EXPRESSION_ARE_NOT_SUPPORTED = - "不支持同一表达式中存在多个不同的 COLUMNS"; - public static final String NO_MATCHING_COLUMNS_FOUND_THAT_MATCH_REGEX_S = - - "没有匹配 regex '%s' 的列。"; - public static final String S_ARE_NOT_SUPPORTED_NOW = - - "目前不支持 %s"; - public static final String UNABLE_TO_RESOLVE_REFERENCE_S = + public static final String NO_MATCHING_COLUMNS_FOUND_THAT_MATCH_REGEX_S = "没有匹配 regex '%s' 的列。"; - "无法解析引用 %s。"; - public static final String IDENTIFIERCHAINBASIS_GET_GETBASISTYPE_EQ_EQ_FIELD_OR_TARGET_EXPRESSION_ISN_T_A = + public static final String S_ARE_NOT_SUPPORTED_NOW = "目前不支持 %s"; - "identifierChainBasis.get().getBasisType == FIELD 或目标表达式不是 QualifiedName"; - public static final String SELECT_STAR_FROM_OUTER_SCOPE_TABLE_NOT_SUPPORTED_WITH_ANONYMOUS_COLUMNS = + public static final String UNABLE_TO_RESOLVE_REFERENCE_S = "无法解析引用 %s。"; - - "存在匿名列时,不支持从外层作用域表执行 SELECT *"; + public static final String + IDENTIFIERCHAINBASIS_GET_GETBASISTYPE_EQ_EQ_FIELD_OR_TARGET_EXPRESSION_ISN_T_A = + "identifierChainBasis.get().getBasisType == FIELD 或目标表达式不是 QualifiedName"; + public static final String + SELECT_STAR_FROM_OUTER_SCOPE_TABLE_NOT_SUPPORTED_WITH_ANONYMOUS_COLUMNS = + "存在匿名列时,不支持从外层作用域表执行 SELECT *"; public static final String DISTINCT_CAN_ONLY_BE_APPLIED_TO_COMPARABLE_TYPES_ACTUAL_S = - "DISTINCT 只能应用于可比较类型(实际:%s)"; public static final String DISTINCT_CAN_ONLY_BE_APPLIED_TO_COMPARABLE_TYPES_ACTUAL_S_S = - "DISTINCT 只能应用于可比较类型(实际:%s):%s"; public static final String GROUP_BY_POSITION_S_IS_NOT_IN_SELECT_LIST = - "GROUP_BY 位置 %s 不在 select 列表中。"; public static final String GROUP_BY_EXPRESSION_MUST_BE_A_COLUMN_REFERENCE_S = - "GROUP_BY 表达式必须为列引用:%s"; public static final String S_IS_NOT_COMPARABLE_AND_THEREFORE_CANNOT_BE_USED_IN_GROUP_BY = - "%s 不可比较,因此不能用于 GROUP_BY。"; public static final String GROUP_BY_HAS_MORE_THAN_S_GROUPING_SETS = - "GROUP BY 包含超过 %s 个 grouping sets"; public static final String HAVING_CLAUSE_MUST_EVALUATE_TO_A_BOOLEAN_ACTUAL_TYPE_S = - "HAVING 子句必须计算为 boolean:实际类型 %s"; - public static final String S_QUERY_HAS_DIFFERENT_NUMBER_OF_FIELDS_D_D = + public static final String S_QUERY_HAS_DIFFERENT_NUMBER_OF_FIELDS_D_D = "%s 查询的字段数量不同:%d,%d"; - "%s 查询的字段数量不同:%d,%d"; public static final String COLUMN_D_IN_S_QUERY_HAS_INCOMPATIBLE_TYPES_S_S = - - "列 %d 在 %s 查询中类型不兼容:%s,%s"; public static final String TYPE_S_IS_NOT_COMPARABLE_AND_THEREFORE_CANNOT_BE_USED_IN_SS = - "类型 %s 不可比较,因此不能用于 %s%s。"; - public static final String DISTINCT = - " DISTINCT"; - public static final String AMBIGUOUS_COLUMN_S_IN_ROW_PATTERN_INPUT_RELATION = + public static final String DISTINCT = " DISTINCT"; + public static final String AMBIGUOUS_COLUMN_S_IN_ROW_PATTERN_INPUT_RELATION = "行模式输入关系中的列存在歧义:%s"; - "行模式输入关系中的列存在歧义:%s"; public static final String S_IS_NOT_COMPARABLE_AND_THEREFORE_CANNOT_BE_USED_IN_PARTITION_BY = - "%s 不可比较,因此不能用于 PARTITION_BY。"; public static final String S_IS_NOT_ORDERABLE_AND_THEREFORE_CANNOT_BE_USED_IN_ORDER_BY = - "%s 不可排序,因此不能用于 ORDER_BY。"; public static final String EXPRESSION_DEFINING_A_LABEL_MUST_BE_BOOLEAN_ACTUAL_TYPE_S = - "定义标签的表达式必须为 boolean(实际类型:%s)"; - public static final String VALUES_ROWS_HAVE_MISMATCHED_SIZES_S_VS_S = + public static final String VALUES_ROWS_HAVE_MISMATCHED_SIZES_S_VS_S = "VALUES 行大小不匹配:%s vs %s"; - "VALUES 行大小不匹配:%s vs %s"; public static final String TYPE_OF_ROW_D_COLUMN_D_IS_MISMATCHED_EXPECTED_S_ACTUAL_S = - "第 %d 行第 %d 列的类型不匹配,期望:%s,实际:%s"; public static final String TYPE_OF_ROW_D_IS_MISMATCHED_EXPECTED_S_ACTUAL_S = - "第 %d 行的类型不匹配,期望:%s,实际:%s"; public static final String COLUMN_ALIAS_LIST_HAS_S_ENTRIES_BUT_S_HAS_S_COLUMNS_AVAILABLE = - "列别名列表有 %s 个条目,但 '%s' 有 %s 个可用列"; public static final String JOIN_ON_CLAUSE_MUST_EVALUATE_TO_A_BOOLEAN_ACTUAL_TYPE_S = - "JOIN_ON 子句必须计算为 boolean:实际类型 %s"; public static final String ASOF_MAIN_JOIN_EXPRESSION_MUST_EVALUATE_TO_A_BOOLEAN_ACTUAL_TYPE_S = - "ASOF 主 JOIN 表达式必须计算为 boolean:实际类型 %s"; - public static final String LEFT_CHILD_TYPE_OF_ASOF_MAIN_JOIN_EXPRESSION_MUST_BE_TIMESTAMP_ACTUAL_TYPE_S = - - "ASOF 主 JOIN 表达式的左子节点类型必须为 TIMESTAMP:实际类型 %s"; - public static final String RIGHT_CHILD_TYPE_OF_ASOF_MAIN_JOIN_EXPRESSION_MUST_BE_TIMESTAMP_ACTUAL_TYPE_S = - - "ASOF 主 JOIN 表达式的右子节点类型必须为 TIMESTAMP:实际类型 %s"; + public static final String + LEFT_CHILD_TYPE_OF_ASOF_MAIN_JOIN_EXPRESSION_MUST_BE_TIMESTAMP_ACTUAL_TYPE_S = + "ASOF 主 JOIN 表达式的左子节点类型必须为 TIMESTAMP:实际类型 %s"; + public static final String + RIGHT_CHILD_TYPE_OF_ASOF_MAIN_JOIN_EXPRESSION_MUST_BE_TIMESTAMP_ACTUAL_TYPE_S = + "ASOF 主 JOIN 表达式的右子节点类型必须为 TIMESTAMP:实际类型 %s"; public static final String COLUMN_S_APPEARS_MULTIPLE_TIMES_IN_USING_CLAUSE = - "USING子句中列 '%s' 出现多次。"; - public static final String COLUMN_S_IS_MISSING_FROM_LEFT_SIDE_OF_JOIN = - - "JOIN 左侧缺少列 '%s'"; - public static final String COLUMN_S_IS_MISSING_FROM_RIGHT_SIDE_OF_JOIN = + public static final String COLUMN_S_IS_MISSING_FROM_LEFT_SIDE_OF_JOIN = "JOIN 左侧缺少列 '%s'"; - "JOIN 右侧缺少列 '%s'"; - public static final String COLUMN_TYPES_OF_LEFT_AND_RIGHT_SIDE_ARE_DIFFERENT_LEFT_IS_S_RIGHT_IS_S = + public static final String COLUMN_S_IS_MISSING_FROM_RIGHT_SIDE_OF_JOIN = "JOIN 右侧缺少列 '%s'"; - "左右两侧的列类型不同:左侧为 %s,右侧为 %s"; - public static final String CANNOT_INFER_TIME_COLUMN_FOR_S_FILL_THERE_EXISTS_NO_COLUMN_WHOSE_TYPE_IS_TIMESTAMP = - - "无法为 %s FILL 推断 TIME_COLUMN,未找到 TIMESTAMP 类型的列。"; + public static final String + COLUMN_TYPES_OF_LEFT_AND_RIGHT_SIDE_ARE_DIFFERENT_LEFT_IS_S_RIGHT_IS_S = + "左右两侧的列类型不同:左侧为 %s,右侧为 %s"; + public static final String + CANNOT_INFER_TIME_COLUMN_FOR_S_FILL_THERE_EXISTS_NO_COLUMN_WHOSE_TYPE_IS_TIMESTAMP = + "无法为 %s FILL 推断 TIME_COLUMN,未找到 TIMESTAMP 类型的列。"; public static final String S_FILL_TIME_COLUMN_POSITION_S_IS_NOT_IN_SELECT_LIST = - "%s FILL TIME_COLUMN 位置 %s 不在 select 列表中"; - public static final String TYPE_OF_TIME_COLUMN_FOR_S_FILL_SHOULD_ONLY_BE_TIMESTAMP_BUT_TYPE_OF_THE_COLUMN_YOU = - - "用于 %s FILL 的 TIME_COLUMN 类型只能是 TIMESTAMP,但你指定的列类型为 %s"; + public static final String + TYPE_OF_TIME_COLUMN_FOR_S_FILL_SHOULD_ONLY_BE_TIMESTAMP_BUT_TYPE_OF_THE_COLUMN_YOU = + "用于 %s FILL 的 TIME_COLUMN 类型只能是 TIMESTAMP,但你指定的列类型为 %s"; public static final String S_FILL_FILL_GROUP_POSITION_S_IS_NOT_IN_SELECT_LIST = - "%s FILL FILL_GROUP 位置 %s 不在 select 列表中"; public static final String TYPE_S_IS_NOT_ORDERABLE_AND_THEREFORE_CANNOT_BE_USED_IN_FILL_GROUP_S = - "类型 %s 不可排序,因此不能用于 FILL_GROUP:%s"; public static final String ORDER_BY_POSITION_S_IS_NOT_IN_SELECT_LIST = - "ORDER_BY 位置 %s 不在 select 列表中。"; public static final String TYPE_S_IS_NOT_ORDERABLE_AND_THEREFORE_CANNOT_BE_USED_IN_ORDER_BY_S = - "类型 %s 不可排序,因此不能用于 ORDER_BY:%s"; public static final String OFFSET_ROW_COUNT_MUST_BE_GREATER_OR_EQUAL_TO_0_ACTUAL_VALUE_S = - "OFFSET 行数必须大于或等于 0(实际值:%s)"; public static final String LIMIT_ROW_COUNT_MUST_BE_GREATER_OR_EQUAL_TO_0_ACTUAL_VALUE_S = - "LIMIT 行数必须大于或等于 0(实际值:%s)"; - public static final String NON_CONSTANT_PARAMETER_VALUE_FOR_S_S = - - "%s 的参数值不是常量:%s"; - public static final String PARAMETER_VALUE_PROVIDED_FOR_S_IS_NULL_S = + public static final String NON_CONSTANT_PARAMETER_VALUE_FOR_S_S = "%s 的参数值不是常量:%s"; - "为 %s 提供的参数值为 NULL:%s"; - public static final String RECURSIVE_REFERENCE_IN_LEFT_SOURCE_OF_S_JOIN = + public static final String PARAMETER_VALUE_PROVIDED_FOR_S_IS_NULL_S = "为 %s 提供的参数值为 NULL:%s"; + public static final String RECURSIVE_REFERENCE_IN_LEFT_SOURCE_OF_S_JOIN = "%s join 的左侧源中存在递归引用"; - "%s join 的左侧源中存在递归引用"; - public static final String RECURSIVE_REFERENCE_IN_RIGHT_SOURCE_OF_S_JOIN = + public static final String RECURSIVE_REFERENCE_IN_RIGHT_SOURCE_OF_S_JOIN = "%s join 的右侧源中存在递归引用"; - - "%s join 的右侧源中存在递归引用"; public static final String RECURSIVE_REFERENCE_IN_RIGHT_RELATION_OF_EXCEPT_S = - "EXCEPT %s 的右侧关系中存在递归引用"; - public static final String DISTINCT_2 = - "DISTINCT"; - public static final String ALL = - "ALL"; + public static final String DISTINCT_2 = "DISTINCT"; + public static final String ALL = "ALL"; public static final String RECURSIVE_REFERENCE_IN_LEFT_RELATION_OF_EXCEPT_ALL = - "EXCEPT ALL 的左侧关系中存在递归引用"; public static final String FOR_SELECT_DISTINCT_ORDER_BY_EXPRESSIONS_MUST_APPEAR_IN_SELECT_LIST = - "对于 SELECT DISTINCT,排序表达式必须出现在 select 列表中。"; - public static final String IS_CURRENTLY_NOT_ALLOWED_2 = + public static final String IS_CURRENTLY_NOT_ALLOWED_2 = " 当前不允许。"; - " 当前不允许。"; - public static final String DUPLICATE_PROPERTY_S = + public static final String DUPLICATE_PROPERTY_S = "重复属性:%s"; - "重复属性:%s"; public static final String TTL_VALUE_MUST_BE_A_INF_OR_A_LONGLITERAL_BUT_NOW_IS = - "TTL' 值必须为 'INF' 或 LongLiteral,当前为:"; - public static final String COLUMN_NAME_NOT_SPECIFIED_AT_POSITION_S = + public static final String COLUMN_NAME_NOT_SPECIFIED_AT_POSITION_S = "位置 %s 未指定列名"; - "位置 %s 未指定列名"; - public static final String COLUMN_NAME_S_SPECIFIED_MORE_THAN_ONCE = + public static final String COLUMN_NAME_S_SPECIFIED_MORE_THAN_ONCE = "列名 '%s' 被指定多次"; - "列名 '%s' 被指定多次"; public static final String COLUMN_ALIAS_LIST_HAS_S_ENTRIES_BUT_RELATION_HAS_S_COLUMNS = - "列别名列表有 %s 个条目,但关系有 %s 个列"; - public static final String TABLE_FUNCTION_S_SPECIFIES_REQUIRED_COLUMNS_FROM_TABLE_ARGUMENT_S_WHICH_CANNOT_BE_FOUND = - - "表函数 %s 指定了来自表参数 %s 的必需列,但无法找到。"; - public static final String TABLE_FUNCTION_S_SPECIFIES_EMPTY_LIST_OF_REQUIRED_COLUMNS_FROM_TABLE_ARGUMENT_S = - - "表函数 %s 指定了来自表参数 %s 的必需列空列表。"; - public static final String TABLE_FUNCTION_S_SPECIFIES_NEGATIVE_INDEX_OF_REQUIRED_COLUMN_FROM_TABLE_ARGUMENT_S = - - "表函数 %s 指定了来自表参数 %s 的必需列负索引。"; - public static final String INDEX_S_OF_REQUIRED_COLUMN_FROM_TABLE_ARGUMENT_S_IS_OUT_OF_BOUNDS_FOR_TABLE_WITH_S = - - "必需列索引 %s 越界,来自表参数 %s,该表有 %s 列。"; - public static final String TABLE_FUNCTION_S_DOES_NOT_SPECIFY_REQUIRED_INPUT_COLUMNS_FROM_TABLE_ARGUMENT_S = - - "表函数 %s 未指定来自表参数 %s 的必需输入列。"; + public static final String + TABLE_FUNCTION_S_SPECIFIES_REQUIRED_COLUMNS_FROM_TABLE_ARGUMENT_S_WHICH_CANNOT_BE_FOUND = + "表函数 %s 指定了来自表参数 %s 的必需列,但无法找到。"; + public static final String + TABLE_FUNCTION_S_SPECIFIES_EMPTY_LIST_OF_REQUIRED_COLUMNS_FROM_TABLE_ARGUMENT_S = + "表函数 %s 指定了来自表参数 %s 的必需列空列表。"; + public static final String + TABLE_FUNCTION_S_SPECIFIES_NEGATIVE_INDEX_OF_REQUIRED_COLUMN_FROM_TABLE_ARGUMENT_S = + "表函数 %s 指定了来自表参数 %s 的必需列负索引。"; + public static final String + INDEX_S_OF_REQUIRED_COLUMN_FROM_TABLE_ARGUMENT_S_IS_OUT_OF_BOUNDS_FOR_TABLE_WITH_S = + "必需列索引 %s 越界,来自表参数 %s,该表有 %s 列。"; + public static final String + TABLE_FUNCTION_S_DOES_NOT_SPECIFY_REQUIRED_INPUT_COLUMNS_FROM_TABLE_ARGUMENT_S = + "表函数 %s 未指定来自表参数 %s 的必需输入列。"; public static final String TOO_MANY_ARGUMENTS_EXPECTED_AT_MOST_S_ARGUMENTS_GOT_S_ARGUMENTS = - "参数过多。最多期望 %s 个参数,实际得到 %s 个参数"; - public static final String ALL_ARGUMENTS_MUST_BE_PASSED_BY_NAME_OR_ALL_MUST_BE_PASSED_POSITIONALLY = - - "所有参数必须全部按名称传递,或全部按位置传递"; - public static final String UNEXPECTED_ARGUMENT_NAME_S = + public static final String + ALL_ARGUMENTS_MUST_BE_PASSED_BY_NAME_OR_ALL_MUST_BE_PASSED_POSITIONALLY = + "所有参数必须全部按名称传递,或全部按位置传递"; + public static final String UNEXPECTED_ARGUMENT_NAME_S = "意外的参数名:%s"; - "意外的参数名:%s"; - public static final String UNEXPECTED_TABLE_FUNCTION_ARGUMENT_TYPE_S = + public static final String UNEXPECTED_TABLE_FUNCTION_ARGUMENT_TYPE_S = "意外的表函数参数类型:%s"; - "意外的表函数参数类型:%s"; public static final String INVALID_ARGUMENT_S_EXPECTED_TABLE_ARGUMENT_GOT_S = - "无效参数 %s。期望表参数,实际为 %s"; public static final String INVALID_ARGUMENT_S_EXPECTED_SCALAR_ARGUMENT_GOT_S = - "无效参数 %s。期望标量参数,实际为 %s"; - public static final String INVALID_ARGUMENT_S_PARTITIONING_CAN_NOT_BE_SPECIFIED_FOR_TABLE_ARGUMENT_WITH_ROW = - - "无效参数 %s。不能为 row 语义的表参数指定 Partitioning"; - public static final String INVALID_ARGUMENT_S_ORDERING_CAN_NOT_BE_SPECIFIED_FOR_TABLE_ARGUMENT_WITH_ROW_SEMANTICS = - - "无效参数 %s。不能为 row 语义的表参数指定 Ordering"; + public static final String + INVALID_ARGUMENT_S_PARTITIONING_CAN_NOT_BE_SPECIFIED_FOR_TABLE_ARGUMENT_WITH_ROW = + "无效参数 %s。不能为 row 语义的表参数指定 Partitioning"; + public static final String + INVALID_ARGUMENT_S_ORDERING_CAN_NOT_BE_SPECIFIED_FOR_TABLE_ARGUMENT_WITH_ROW_SEMANTICS = + "无效参数 %s。不能为 row 语义的表参数指定 Ordering"; public static final String INVALID_SCALAR_ARGUMENT_S_EXPECTED_TYPE_S_GOT_S = - "无效标量参数 '%s'。期望类型 %s,实际为 %s"; - public static final String INVALID_SCALAR_ARGUMENT_S_S = + public static final String INVALID_SCALAR_ARGUMENT_S_S = "无效标量参数 %s,%s"; - "无效标量参数 %s,%s"; - public static final String MISSING_REQUIRED_ARGUMENT_S = + public static final String MISSING_REQUIRED_ARGUMENT_S = "缺少必需参数:%s"; - "缺少必需参数:%s"; - public static final String EXPECTED_COLUMN_REFERENCE_ACTUAL_S = + public static final String EXPECTED_COLUMN_REFERENCE_ACTUAL_S = "期望列引用。实际:%s"; - "期望列引用。实际:%s"; - public static final String COLUMN_S_IS_NOT_PRESENT_IN_THE_INPUT_RELATION = + public static final String COLUMN_S_IS_NOT_PRESENT_IN_THE_INPUT_RELATION = "输入关系中不存在列 %s"; - "输入关系中不存在列 %s"; - public static final String S_CANNOT_CONTAIN_AGGREGATIONS_WINDOW_FUNCTIONS_OR_GROUPING_OPERATIONS_S = - - "%s 不能包含聚合、窗口函数或分组操作:%s"; + public static final String + S_CANNOT_CONTAIN_AGGREGATIONS_WINDOW_FUNCTIONS_OR_GROUPING_OPERATIONS_S = + "%s 不能包含聚合、窗口函数或分组操作:%s"; public static final String S_MUST_BE_AN_AGGREGATE_EXPRESSION_OR_APPEAR_IN_GROUP_BY_CLAUSE = - "'%s' 必须是聚合表达式,或出现在 GROUP_BY 子句中。"; public static final String SUBQUERY_USES_S_WHICH_MUST_APPEAR_IN_GROUP_BY_CLAUSE = - "子查询使用了 '%s',该列必须出现在 GROUP_BY 子句中。"; public static final String CANNOT_NEST_AGGREGATIONS_INSIDE_AGGREGATION_S_S = - "不能在聚合 '%s' 中嵌套聚合:%s"; - public static final String UNION_PATTERN_VARIABLE_NAME_S_IS_A_DUPLICATE_OF_PRIMARY_PATTERN_VARIABLE_NAME = - - "union 模式变量名 %s 与主模式变量名重复"; + public static final String + UNION_PATTERN_VARIABLE_NAME_S_IS_A_DUPLICATE_OF_PRIMARY_PATTERN_VARIABLE_NAME = + "union 模式变量名 %s 与主模式变量名重复"; public static final String UNION_PATTERN_VARIABLE_NAME_S_IS_DECLARED_TWICE = - "union 模式变量名 %s 被声明了两次"; public static final String SUBSET_ELEMENT_S_IS_NOT_A_PRIMARY_PATTERN_VARIABLE = - "subset 元素 %s 不是主模式变量"; public static final String DEFINED_VARIABLE_S_IS_NOT_A_PRIMARY_PATTERN_VARIABLE = - "定义的变量 %s 不是主模式变量"; - public static final String PATTERN_VARIABLE_WITH_NAME_S_IS_DEFINED_TWICE = + public static final String PATTERN_VARIABLE_WITH_NAME_S_IS_DEFINED_TWICE = "名称为 %s 的模式变量被定义了两次"; - "名称为 %s 的模式变量被定义了两次"; public static final String FINAL_SEMANTICS_IS_NOT_SUPPORTED_IN_DEFINE_CLAUSE = - "DEFINE 子句中不支持 FINAL 语义"; public static final String PATTERN_QUANTIFIER_LOWER_BOUND_MUST_BE_GREATER_THAN_OR_EQUAL_TO_0 = - "模式量词下界必须大于或等于 0"; - public static final String PATTERN_QUANTIFIER_LOWER_BOUND_MUST_NOT_EXCEED = + public static final String PATTERN_QUANTIFIER_LOWER_BOUND_MUST_NOT_EXCEED = "模式量词下界不得超过 "; - "模式量词下界不得超过 "; public static final String PATTERN_QUANTIFIER_UPPER_BOUND_MUST_BE_GREATER_THAN_OR_EQUAL_TO_1 = - "模式量词上界必须大于或等于 1"; - public static final String PATTERN_QUANTIFIER_UPPER_BOUND_MUST_NOT_EXCEED = + public static final String PATTERN_QUANTIFIER_UPPER_BOUND_MUST_NOT_EXCEED = "模式量词上界不得超过 "; - "模式量词上界不得超过 "; public static final String PATTERN_QUANTIFIER_LOWER_BOUND_MUST_NOT_EXCEED_UPPER_BOUND = - "模式量词下界不得超过上界"; public static final String S_IS_NOT_A_PRIMARY_OR_UNION_PATTERN_VARIABLE = - "%s 不是主模式变量或 union 模式变量"; public static final String NESTED_ROW_PATTERN_RECOGNITION_IN_ROW_PATTERN_RECOGNITION = - "行模式识别中嵌套了行模式识别"; - public static final String PATTERN_EXCLUSION_SYNTAX_IS_NOT_ALLOWED_WHEN_ALL_ROWS_PER_MATCH_WITH_UNMATCHED_ROWS_IS = - - "指定 ALL_ROWS_PER_MATCH_WITH_UNMATCHED_ROWS 时,不允许使用模式排除语法。"; - public static final String COLUMN_S_CANNOT_BE_RESOLVED = + public static final String + PATTERN_EXCLUSION_SYNTAX_IS_NOT_ALLOWED_WHEN_ALL_ROWS_PER_MATCH_WITH_UNMATCHED_ROWS_IS = + "指定 ALL_ROWS_PER_MATCH_WITH_UNMATCHED_ROWS 时,不允许使用模式排除语法。"; + public static final String COLUMN_S_CANNOT_BE_RESOLVED = "无法解析列 '%s'"; - "无法解析列 '%s'"; public static final String REFERENCE_TO_COLUMN_S_FROM_OUTER_SCOPE_NOT_ALLOWED_IN_THIS_CONTEXT = - "不允许在当前上下文中引用外层作用域的列 '%s'。"; public static final String COLUMN_S_PREFIXED_WITH_LABEL_S_CANNOT_BE_RESOLVED = - "无法解析带标签前缀 %s 的列 %s"; - public static final String EXPRESSION_S_IS_NOT_OF_TYPE_ROW = + public static final String EXPRESSION_S_IS_NOT_OF_TYPE_ROW = "表达式 %s 不是 ROW 类型"; - "表达式 %s 不是 ROW 类型"; - public static final String AMBIGUOUS_ROW_FIELD_REFERENCE_S = + public static final String AMBIGUOUS_ROW_FIELD_REFERENCE_S = "行字段引用存在歧义:%s"; - "行字段引用存在歧义:%s"; public static final String TYPES_ARE_NOT_COMPARABLE_WITH_NULLIF_S_VS_S = - "NULLIF 中的类型不可比较:%s vs %s"; public static final String CASE_OPERAND_TYPE_DOES_NOT_MATCH_WHEN_CLAUSE_OPERAND_TYPE_S_VS_S = - "CASE 操作数类型与 WHEN子句操作数类型不匹配:%s vs %s"; - public static final String UNARY_OPERATOR_CANNOT_BY_APPLIED_TO_S_TYPE = - - "一元 '+' 操作符不能应用于 %s 类型"; - public static final String LEFT_SIDE_OF_LIKE_EXPRESSION_MUST_EVALUATE_TO_TEXT_OR_STRING_TYPE_ACTUAL_S = - - "LIKE 表达式左侧必须计算为 TEXT 或 STRING 类型(实际:%s)"; - public static final String PATTERN_FOR_LIKE_EXPRESSION_MUST_EVALUATE_TO_TEXT_OR_STRING_TYPE_ACTUAL_S = - - - "LIKE 表达式的模式必须计算为 TEXT 或 STRING 类型(实际:%s)"; - public static final String ESCAPE_FOR_LIKE_EXPRESSION_MUST_EVALUATE_TO_TEXT_OR_STRING_TYPE_ACTUAL_S = - - "LIKE 表达式的 escape 必须计算为 TEXT 或 STRING 类型(实际:%s)"; - public static final String LABEL_STAR_SYNTAX_IS_ONLY_SUPPORTED_AS_THE_ONLY_ARGUMENT_OF_ROW_PATTERN_COUNT_FUNCTION = + public static final String UNARY_OPERATOR_CANNOT_BY_APPLIED_TO_S_TYPE = "一元 '+' 操作符不能应用于 %s 类型"; - "label.* 语法仅支持作为行模式 count 函数的唯一参数"; - public static final String CANNOT_USE_DISTINCT_WITH_AGGREGATE_FUNCTION_IN_PATTERN_RECOGNITION_CONTEXT = - - "不能在模式识别上下文中将 DISTINCT 与聚合函数一起使用"; + public static final String + LEFT_SIDE_OF_LIKE_EXPRESSION_MUST_EVALUATE_TO_TEXT_OR_STRING_TYPE_ACTUAL_S = + "LIKE 表达式左侧必须计算为 TEXT 或 STRING 类型(实际:%s)"; + public static final String + PATTERN_FOR_LIKE_EXPRESSION_MUST_EVALUATE_TO_TEXT_OR_STRING_TYPE_ACTUAL_S = + "LIKE 表达式的模式必须计算为 TEXT 或 STRING 类型(实际:%s)"; + public static final String + ESCAPE_FOR_LIKE_EXPRESSION_MUST_EVALUATE_TO_TEXT_OR_STRING_TYPE_ACTUAL_S = + "LIKE 表达式的 escape 必须计算为 TEXT 或 STRING 类型(实际:%s)"; + public static final String + LABEL_STAR_SYNTAX_IS_ONLY_SUPPORTED_AS_THE_ONLY_ARGUMENT_OF_ROW_PATTERN_COUNT_FUNCTION = + "label.* 语法仅支持作为行模式 count 函数的唯一参数"; + public static final String + CANNOT_USE_DISTINCT_WITH_AGGREGATE_FUNCTION_IN_PATTERN_RECOGNITION_CONTEXT = + "不能在模式识别上下文中将 DISTINCT 与聚合函数一起使用"; public static final String S_SEMANTICS_IS_NOT_SUPPORTED_OUT_OF_PATTERN_RECOGNITION_CONTEXT = - "模式识别上下文外不支持 %s 语义"; - public static final String S_SEMANTICS_IS_SUPPORTED_ONLY_FOR_FIRST_LAST_AND_AGGREGATION_FUNCTIONS_ACTUAL_S = - - "%s 语义仅支持 FIRST()、LAST() 和聚合函数。实际值:%s"; + public static final String + S_SEMANTICS_IS_SUPPORTED_ONLY_FOR_FIRST_LAST_AND_AGGREGATION_FUNCTIONS_ACTUAL_S = + "%s 语义仅支持 FIRST()、LAST() 和聚合函数。实际值:%s"; public static final String THE_SECOND_ARGUMENT_OF_S_FUNCTION_MUST_BE_ACTUAL_TIME_NAME = - "%s 函数的第二个参数必须为实际时间名称"; public static final String THE_THIRD_ARGUMENT_OF_S_FUNCTION_MUST_BE_ACTUAL_TIME_NAME = - "%s 函数的第三个参数必须为实际时间名称"; - public static final String TOO_MANY_ARGUMENTS_FOR_FUNCTION_CALL_S = + public static final String TOO_MANY_ARGUMENTS_FOR_FUNCTION_CALL_S = "函数调用 %s() 的参数过多"; - "函数调用 %s() 的参数过多"; - public static final String S_IS_NOT_A_PRIMARY_PATTERN_VARIABLE_OR_SUBSET_NAME = - "%s 不是主模式变量或子集名称"; - public static final String MISSING_VALID_TIME_COLUMN_THE_TABLE_MUST_CONTAIN_EITHER_A_COLUMN_WITH_THE_TIME_CATEGORY = - - "缺少有效时间列。表必须包含一个 TIME 类别列,或至少一个 TIMESTAMP 列。"; - public static final String CLASSIFIER_PATTERN_RECOGNITION_FUNCTION_TAKES_NO_ARGUMENTS_OR_1_ARGUMENT = - - "CLASSIFIER 模式识别函数不接受参数或只接受 1 个参数"; - public static final String CLASSIFIER_FUNCTION_ARGUMENT_SHOULD_BE_PRIMARY_PATTERN_VARIABLE_OR_SUBSET_NAME_ACTUAL_S = - - "CLASSIFIER 函数参数应为主模式变量或子集名称。实际:%s"; + public static final String S_IS_NOT_A_PRIMARY_PATTERN_VARIABLE_OR_SUBSET_NAME = "%s 不是主模式变量或子集名称"; + public static final String + MISSING_VALID_TIME_COLUMN_THE_TABLE_MUST_CONTAIN_EITHER_A_COLUMN_WITH_THE_TIME_CATEGORY = + "缺少有效时间列。表必须包含一个 TIME 类别列,或至少一个 TIMESTAMP 列。"; + public static final String + CLASSIFIER_PATTERN_RECOGNITION_FUNCTION_TAKES_NO_ARGUMENTS_OR_1_ARGUMENT = + "CLASSIFIER 模式识别函数不接受参数或只接受 1 个参数"; + public static final String + CLASSIFIER_FUNCTION_ARGUMENT_SHOULD_BE_PRIMARY_PATTERN_VARIABLE_OR_SUBSET_NAME_ACTUAL_S = + "CLASSIFIER 函数参数应为主模式变量或子集名称。实际:%s"; public static final String CANNOT_USE_DISTINCT_WITH_S_PATTERN_RECOGNITION_FUNCTION = - "不能将 DISTINCT 与 %s 模式识别函数一起使用"; public static final String S_SEMANTICS_IS_NOT_SUPPORTED_WITH_S_PATTERN_RECOGNITION_FUNCTION = - "%s 语义不支持与 %s 模式识别函数一起使用"; public static final String S_PATTERN_RECOGNITION_FUNCTION_REQUIRES_1_OR_2_ARGUMENTS = - "%s 模式识别函数需要 1 或 2 个参数。"; - public static final String S_PATTERN_RECOGNITION_NAVIGATION_FUNCTION_REQUIRES_A_NUMBER_AS_THE_SECOND_ARGUMENT = - - "%s 模式识别导航函数需要第二个参数为数字。"; - public static final String S_PATTERN_RECOGNITION_NAVIGATION_FUNCTION_REQUIRES_A_NON_NEGATIVE_NUMBER_AS_THE_SECOND = - - "%s 模式识别导航函数需要第二个参数为非负数(实际:%s)。"; - public static final String THE_SECOND_ARGUMENT_OF_S_PATTERN_RECOGNITION_NAVIGATION_FUNCTION_MUST_NOT_EXCEED_S = - - "%s 模式识别导航函数的第二个参数不得超过 %s(实际:%s)"; - public static final String CANNOT_NEST_S_PATTERN_NAVIGATION_FUNCTION_INSIDE_S_PATTERN_NAVIGATION_FUNCTION = - - "不能在 %s 模式导航函数中嵌套 %s 模式导航函数"; - public static final String CANNOT_NEST_MULTIPLE_PATTERN_NAVIGATION_FUNCTIONS_INSIDE_S_PATTERN_NAVIGATION_FUNCTION = - - "不能在 %s 模式导航函数中嵌套多个模式导航函数"; + public static final String + S_PATTERN_RECOGNITION_NAVIGATION_FUNCTION_REQUIRES_A_NUMBER_AS_THE_SECOND_ARGUMENT = + "%s 模式识别导航函数需要第二个参数为数字。"; + public static final String + S_PATTERN_RECOGNITION_NAVIGATION_FUNCTION_REQUIRES_A_NON_NEGATIVE_NUMBER_AS_THE_SECOND = + "%s 模式识别导航函数需要第二个参数为非负数(实际:%s)。"; + public static final String + THE_SECOND_ARGUMENT_OF_S_PATTERN_RECOGNITION_NAVIGATION_FUNCTION_MUST_NOT_EXCEED_S = + "%s 模式识别导航函数的第二个参数不得超过 %s(实际:%s)"; + public static final String + CANNOT_NEST_S_PATTERN_NAVIGATION_FUNCTION_INSIDE_S_PATTERN_NAVIGATION_FUNCTION = + "不能在 %s 模式导航函数中嵌套 %s 模式导航函数"; + public static final String + CANNOT_NEST_MULTIPLE_PATTERN_NAVIGATION_FUNCTIONS_INSIDE_S_PATTERN_NAVIGATION_FUNCTION = + "不能在 %s 模式导航函数中嵌套多个模式导航函数"; public static final String IMMEDIATE_NESTING_IS_REQUIRED_FOR_PATTERN_NAVIGATION_FUNCTIONS = - "模式导航函数需要直接嵌套。"; public static final String ALL_LABELS_AND_CLASSIFIERS_INSIDE_THE_CALL_TO_S_MUST_MATCH = - "调用 '%s' 内的所有标签和 classifier 必须匹配"; - public static final String ALL_AGGREGATE_FUNCTION_ARGUMENTS_MUST_APPLY_TO_ROWS_MATCHED_WITH_THE_SAME_LABEL = - - "所有聚合函数参数都必须应用于匹配相同标签的行"; + public static final String + ALL_AGGREGATE_FUNCTION_ARGUMENTS_MUST_APPLY_TO_ROWS_MATCHED_WITH_THE_SAME_LABEL = + "所有聚合函数参数都必须应用于匹配相同标签的行"; public static final String CANNOT_NEST_S_AGGREGATE_FUNCTION_INSIDE_S_FUNCTION = - "不能在 %s 函数中嵌套 %s 聚合函数"; public static final String CANNOT_NEST_S_PATTERN_NAVIGATION_FUNCTION_INSIDE_S_FUNCTION = - "不能在 %s 函数中嵌套 %s 模式导航函数"; - public static final String INVALID_PARAMETER_INDEX_S_MAX_VALUE_IS_S = - - "无效的参数索引 %s,最大值为 %s"; - public static final String CANNOT_CHECK_IF_S_IS_BETWEEN_S_AND_S = - - "无法判断 %s 是否位于 %s 和 %s 之间。"; - public static final String S_IS_NOT_COMPARABLE_AND_THEREFORE_CANNOT_BE_USED_IN_WINDOW_FUNCTION_PARTITION_BY = + public static final String INVALID_PARAMETER_INDEX_S_MAX_VALUE_IS_S = "无效的参数索引 %s,最大值为 %s"; - "%s 不可比较,因此不能用于窗口函数 PARTITION_BY。"; - public static final String S_IS_NOT_ORDERABLE_AND_THEREFORE_CANNOT_BE_USED_IN_WINDOW_FUNCTION_ORDER_BY = + public static final String CANNOT_CHECK_IF_S_IS_BETWEEN_S_AND_S = "无法判断 %s 是否位于 %s 和 %s 之间。"; - "%s 不可排序,因此不能用于窗口函数 ORDER_BY。"; + public static final String + S_IS_NOT_COMPARABLE_AND_THEREFORE_CANNOT_BE_USED_IN_WINDOW_FUNCTION_PARTITION_BY = + "%s 不可比较,因此不能用于窗口函数 PARTITION_BY。"; + public static final String + S_IS_NOT_ORDERABLE_AND_THEREFORE_CANNOT_BE_USED_IN_WINDOW_FUNCTION_ORDER_BY = + "%s 不可排序,因此不能用于窗口函数 ORDER_BY。"; public static final String WINDOW_FRAME_STARTING_FROM_CURRENT_ROW_CANNOT_END_WITH_PRECEDING = - "从 CURRENT_ROW 开始的窗口框架不能以 PRECEDING 结束。"; public static final String WINDOW_FRAME_STARTING_FROM_FOLLOWING_CANNOT_END_WITH_PRECEDING = - "从 FOLLOWING 开始的窗口框架不能以 PRECEDING 结束"; public static final String WINDOW_FRAME_STARTING_FROM_FOLLOWING_CANNOT_END_WITH_CURRENT_ROW = - "从 FOLLOWING 开始的窗口框架不能以 CURRENT_ROW 结束。"; - public static final String WINDOW_FRAME_ROWS_START_VALUE_TYPE_MUST_BE_EXACT_NUMERIC_TYPE_WITH_SCALE_0_ACTUAL_S = - - "窗口框架 ROWS 起始值类型必须是 scale 为 0 的精确数值类型(实际 %s)"; - public static final String WINDOW_FRAME_ROWS_END_VALUE_TYPE_MUST_BE_EXACT_NUMERIC_TYPE_WITH_SCALE_0_ACTUAL_S = - - "窗口框架 ROWS 结束值类型必须是 scale 为 0 的精确数值类型(实际 %s)"; + public static final String + WINDOW_FRAME_ROWS_START_VALUE_TYPE_MUST_BE_EXACT_NUMERIC_TYPE_WITH_SCALE_0_ACTUAL_S = + "窗口框架 ROWS 起始值类型必须是 scale 为 0 的精确数值类型(实际 %s)"; + public static final String + WINDOW_FRAME_ROWS_END_VALUE_TYPE_MUST_BE_EXACT_NUMERIC_TYPE_WITH_SCALE_0_ACTUAL_S = + "窗口框架 ROWS 结束值类型必须是 scale 为 0 的精确数值类型(实际 %s)"; public static final String WINDOW_FRAME_OF_TYPE_GROUPS_PRECEDING_OR_FOLLOWING_REQUIRES_ORDER_BY = - "GROUPS PRECEDING 或 FOLLOWING 类型的窗口框架需要 ORDER_BY。"; - public static final String WINDOW_FRAME_GROUPS_START_VALUE_TYPE_MUST_BE_EXACT_NUMERIC_TYPE_WITH_SCALE_0_ACTUAL_S = - - "窗口框架 GROUPS 起始值类型必须是 scale 为 0 的精确数值类型(实际 %s)"; + public static final String + WINDOW_FRAME_GROUPS_START_VALUE_TYPE_MUST_BE_EXACT_NUMERIC_TYPE_WITH_SCALE_0_ACTUAL_S = + "窗口框架 GROUPS 起始值类型必须是 scale 为 0 的精确数值类型(实际 %s)"; public static final String WINDOW_FRAME_OF_TYPE_RANGE_PRECEDING_OR_FOLLOWING_REQUIRES_ORDER_BY = - "RANGE PRECEDING 或 FOLLOWING 类型的窗口框架需要 ORDER_BY。"; - public static final String WINDOW_FRAME_OF_TYPE_RANGE_PRECEDING_OR_FOLLOWING_REQUIRES_SINGLE_SORT_ITEM_IN_ORDER_BY = - - "RANGE PRECEDING 或 FOLLOWING 类型的窗口框架需要 ORDER_BY 中只有一个排序项(实际:%s)。"; - public static final String WINDOW_FRAME_OF_TYPE_RANGE_PRECEDING_OR_FOLLOWING_REQUIRES_THAT_SORT_ITEM_TYPE_BE = - - "RANGE PRECEDING 或 FOLLOWING 类型的窗口框架要求排序项类型为 numeric、datetime 或 interval(实际:%s)"; + public static final String + WINDOW_FRAME_OF_TYPE_RANGE_PRECEDING_OR_FOLLOWING_REQUIRES_SINGLE_SORT_ITEM_IN_ORDER_BY = + "RANGE PRECEDING 或 FOLLOWING 类型的窗口框架需要 ORDER_BY 中只有一个排序项(实际:%s)。"; + public static final String + WINDOW_FRAME_OF_TYPE_RANGE_PRECEDING_OR_FOLLOWING_REQUIRES_THAT_SORT_ITEM_TYPE_BE = + "RANGE PRECEDING 或 FOLLOWING 类型的窗口框架要求排序项类型为 numeric、datetime 或 interval(实际:%s)"; public static final String WINDOW_FRAME_RANGE_VALUE_TYPE_S_NOT_COMPATIBLE_WITH_SORT_ITEM_TYPE_S = - "窗口框架 RANGE 值类型(%s)与排序项类型(%s)不兼容"; public static final String TYPE_S_MUST_BE_ORDERABLE_IN_ORDER_TO_BE_USED_IN_QUANTIFIED_COMPARISON = - "类型 [%s] 必须可排序,才能用于量化比较。"; - public static final String TYPE_S_MUST_BE_COMPARABLE_IN_ORDER_TO_BE_USED_IN_QUANTIFIED_COMPARISON = - - "类型 [%s] 必须可比较,才能用于量化比较。"; - public static final String NOT_YET_IMPLEMENTED_S = + public static final String + TYPE_S_MUST_BE_COMPARABLE_IN_ORDER_TO_BE_USED_IN_QUANTIFIED_COMPARISON = + "类型 [%s] 必须可比较,才能用于量化比较。"; + public static final String NOT_YET_IMPLEMENTED_S = "尚未实现:%s"; - "尚未实现:%s"; - public static final String S_MUST_EVALUATE_TO_A_S_ACTUAL_S = + public static final String S_MUST_EVALUATE_TO_A_S_ACTUAL_S = "%s 必须计算为 %s(实际:%s)"; - "%s 必须计算为 %s(实际:%s)"; - public static final String S_MUST_BE_THE_SAME_TYPE_OR_COERCIBLE_TO_A_COMMON_TYPE_CANNOT_FIND_COMMON_TYPE_BETWEEN_S = - "%s 必须为相同类型,或可强制转换为公共类型。无法在 %s 和 %s 之间找到公共类型,所有类型(去重后):%s"; + public static final String + S_MUST_BE_THE_SAME_TYPE_OR_COERCIBLE_TO_A_COMMON_TYPE_CANNOT_FIND_COMMON_TYPE_BETWEEN_S = + "%s 必须为相同类型,或可强制转换为公共类型。无法在 %s 和 %s 之间找到公共类型,所有类型(去重后):%s"; public static final String PATTERN_RECOGNITION_FUNCTION_NAME_MUST_NOT_BE_QUALIFIED = - "模式识别函数名不得有限定符:"; public static final String PATTERN_RECOGNITION_FUNCTION_NAME_MUST_NOT_BE_DELIMITED = - "模式识别函数名不得被分隔:"; - public static final String PATTERN_RECOGNITION_FUNCTION_NAMES_CANNOT_BE_LAST_OR_FIRST_USE_RPR_LAST_OR_RPR_FIRST = - - "模式识别函数名不能为 LAST 或 FIRST,请改用 RPR_LAST 或 RPR_FIRST。"; - public static final String PARAMETER_NODE_MUST_HAVE_A_LOCATION = - "参数节点必须包含位置信息"; - public static final String INVALID_NUMBER_OF_PARAMETERS_EXPECTED_D_GOT_D = + public static final String + PATTERN_RECOGNITION_FUNCTION_NAMES_CANNOT_BE_LAST_OR_FIRST_USE_RPR_LAST_OR_RPR_FIRST = + "模式识别函数名不能为 LAST 或 FIRST,请改用 RPR_LAST 或 RPR_FIRST。"; + public static final String PARAMETER_NODE_MUST_HAVE_A_LOCATION = "参数节点必须包含位置信息"; + public static final String INVALID_NUMBER_OF_PARAMETERS_EXPECTED_D_GOT_D = "参数数量无效:期望 %d,实际得到 %d"; - "参数数量无效:期望 %d,实际得到 %d"; public static final String CANNOT_INSERT_IDENTIFIER_S_PLEASE_USE_STRING_LITERAL = - "不能插入标识符 %s,请使用字符串字面量"; public static final String EXPRESSIONS_AND_COLUMNS_DO_NOT_MATCH_EXPRESSIONS_SIZE = - "表达式和列不匹配,表达式数量:"; - public static final String COLUMNS_SIZE = + public static final String COLUMNS_SIZE = ",列数量:"; - ",列数量:"; - public static final String TIMECOLUMNINDEX_OUT_OF_BOUND_D_D = - "timeColumnIndex 越界:%d-%d"; + public static final String TIMECOLUMNINDEX_OUT_OF_BOUND_D_D = "timeColumnIndex 越界:%d-%d"; public static final String INCONSISTENT_NUMBERS_OF_NON_TIME_COLUMN_NAMES_AND_VALUES_D_D = - "非时间列名称和值的数量不一致:%d-%d"; public static final String IS_NOT_SUPPORTED_FOR_PROPERTY_VALUE_OF_SET_CONFIGURATION = - " 不支持作为 'set configuration' 的属性值。"; - public static final String NOTE_THAT_THE_SYNTAX_FOR_SET_CONFIGURATION_IN_THE_TREE_MODEL_IS_NOT_EXACTLY_THE_SAME_AS = - - "注意:树模型中的 'set configuration' 语法与表模型中的语法并不完全相同。"; + public static final String + NOTE_THAT_THE_SYNTAX_FOR_SET_CONFIGURATION_IN_THE_TREE_MODEL_IS_NOT_EXACTLY_THE_SAME_AS = + "注意:树模型中的 'set configuration' 语法与表模型中的语法并不完全相同。"; public static final String UNSUPPORTED_COPY_TO_FORMAT_S_SUPPORTED_FORMATS_S = - "不支持 COPY_TO 格式 '%s'。支持的格式:%s"; public static final String EXCEPTION_DUPLICATE_TAG_COLUMN_IN_TAGS_CLAUSE_ARG_61FD5422 = "TAGS 子句中存在重复的 TAG 列:%s"; public static final String EXCEPTION_DUPLICATE_OPTION_IN_COPY_TO_STATEMENT_ARG_99CFE09F = "COPY TO 语句中存在重复的选项:%s"; - public static final String EXCEPTION_FAILED_TO_WRITE_THE_TARGET_FILE_ARG_5AC3025D = - "写入目标文件失败:%s"; + public static final String EXCEPTION_FAILED_TO_WRITE_THE_TARGET_FILE_ARG_5AC3025D = "写入目标文件失败:%s"; public static final String LOG_FAILED_TO_WRITE_THE_TARGET_FILE_DURING_COPY_TO_EE25EF37 = "COPY TO 写入目标文件失败"; - public static final String SIMULTANEOUS_SETTING_OF_MONTHLY_AND_NON_MONTHLY_INTERVALS_IS_NOT_SUPPORTED = - "不支持同时设置月级和非月级时间间隔。"; - public static final String DON_T_NEED_TO_SPECIFY_TIME_COLUMN_WHILE_EITHER_TIME_BOUND_OR_FILL_GROUP_PARAMETER_IS_NOT = - "未指定 TIME_BOUND 或 FILL_GROUP 参数时,无需指定 TIME_COLUMN"; + public static final String + SIMULTANEOUS_SETTING_OF_MONTHLY_AND_NON_MONTHLY_INTERVALS_IS_NOT_SUPPORTED = + "不支持同时设置月级和非月级时间间隔。"; + public static final String + DON_T_NEED_TO_SPECIFY_TIME_COLUMN_WHILE_EITHER_TIME_BOUND_OR_FILL_GROUP_PARAMETER_IS_NOT = + "未指定 TIME_BOUND 或 FILL_GROUP 参数时,无需指定 TIME_COLUMN"; public static final String MONTH_OR_YEAR_INTERVAL_IN_TOLERANCE_IS_NOT_SUPPORTED_NOW = "目前不支持在 tolerance 中使用月或年时间间隔。"; - public static final String ASOF_JOIN_DOES_NOT_SUPPORT_S_TYPE_NOW = - - "ASOF JOIN 目前不支持 %s 类型"; - public static final String THE_SECOND_ARGUMENT_OF_APPROX_COUNT_DISTINCT_FUNCTION_MUST_BE_A_LITERAL = - - "'approx_count_distinct' 函数的第二个参数必须为字面量"; - public static final String THE_SECOND_AND_THIRD_ARGUMENT_OF_APPROX_MOST_FREQUENT_FUNCTION_MUST_BE_POSITIVE_INTEGER = - - "'approx_most_frequent' 函数的第二和第三个参数必须为正整数字面量"; - public static final String THE_SECOND_ARGUMENT_OF_APPROX_PERCENTILE_FUNCTION_PERCENTAGE_MUST_BE_A_DOUBLE_LITERAL = - - "'approx_percentile' 函数 percentage 的第二个参数必须为 double 字面量"; - public static final String THE_THIRD_ARGUMENT_OF_APPROX_PERCENTILE_FUNCTION_PERCENTAGE_MUST_BE_A_DOUBLE_LITERAL = + public static final String ASOF_JOIN_DOES_NOT_SUPPORT_S_TYPE_NOW = "ASOF JOIN 目前不支持 %s 类型"; - "'approx_percentile' 函数 percentage 的第三个参数必须为 double 字面量"; - public static final String INCONSISTENT_COLUMN_CATEGORY_OF_COLUMN_S_S_S = - - "列 %s 的类别不一致:%s/%s"; - public static final String COLUMN = - "列 "; - public static final String DOES_NOT_EXISTS_OR_FAILS_TO_BE = - " 不存在或无法被 "; - public static final String CREATED = + public static final String + THE_SECOND_ARGUMENT_OF_APPROX_COUNT_DISTINCT_FUNCTION_MUST_BE_A_LITERAL = + "'approx_count_distinct' 函数的第二个参数必须为字面量"; + public static final String + THE_SECOND_AND_THIRD_ARGUMENT_OF_APPROX_MOST_FREQUENT_FUNCTION_MUST_BE_POSITIVE_INTEGER = + "'approx_most_frequent' 函数的第二和第三个参数必须为正整数字面量"; + public static final String + THE_SECOND_ARGUMENT_OF_APPROX_PERCENTILE_FUNCTION_PERCENTAGE_MUST_BE_A_DOUBLE_LITERAL = + "'approx_percentile' 函数 percentage 的第二个参数必须为 double 字面量"; + public static final String + THE_THIRD_ARGUMENT_OF_APPROX_PERCENTILE_FUNCTION_PERCENTAGE_MUST_BE_A_DOUBLE_LITERAL = + "'approx_percentile' 函数 percentage 的第三个参数必须为 double 字面量"; + public static final String INCONSISTENT_COLUMN_CATEGORY_OF_COLUMN_S_S_S = "列 %s 的类别不一致:%s/%s"; - "已创建"; - public static final String INCOMPATIBLE_DATA_TYPE_OF_COLUMN_S_S_S = + public static final String COLUMN = "列 "; + public static final String DOES_NOT_EXISTS_OR_FAILS_TO_BE = " 不存在或无法被 "; + public static final String CREATED = "已创建"; - "列 %s 的数据类型不兼容:%s/%s"; - public static final String INLIST_LITERAL_FOR_TIMESTAMP_CAN_ONLY_BE_LONGLITERAL_DOUBLELITERAL_AND_GENERICLITERAL = - "TIMESTAMP 的 InList literal 只能是 LongLiteral、DoubleLiteral 或 GenericLiteral,当前为 "; - public static final String THE_TIME_FIELD_COLUMNS_ARE_CURRENTLY_NOT_ALLOWED_IN_DEVICES_RELATED_OPERATIONS = + public static final String INCOMPATIBLE_DATA_TYPE_OF_COLUMN_S_S_S = "列 %s 的数据类型不兼容:%s/%s"; - "设备相关操作中当前不允许使用 TIME/FIELD 列"; + public static final String + INLIST_LITERAL_FOR_TIMESTAMP_CAN_ONLY_BE_LONGLITERAL_DOUBLELITERAL_AND_GENERICLITERAL = + "TIMESTAMP 的 InList literal 只能是 LongLiteral、DoubleLiteral 或 GenericLiteral,当前为 "; + public static final String + THE_TIME_FIELD_COLUMNS_ARE_CURRENTLY_NOT_ALLOWED_IN_DEVICES_RELATED_OPERATIONS = + "设备相关操作中当前不允许使用 TIME/FIELD 列"; public static final String UNKNOWN_COLUMN_CATEGORY_FOR_S_CANNOT_AUTO_CREATE_COLUMN = "列 %s 的类别未知,无法自动创建列。"; public static final String UNKNOWN_COLUMN_DATA_TYPE_FOR_S_CANNOT_AUTO_CREATE_COLUMN = - "%s 的列数据类型未知,无法自动创建列。"; - public static final String WRONG_CATEGORY_AT_COLUMN_S = - "列 %s 的类别错误。"; - public static final String MISSING_COLUMNS_S = - "缺少列 %s。"; + public static final String WRONG_CATEGORY_AT_COLUMN_S = "列 %s 的类别错误。"; + public static final String MISSING_COLUMNS_S = "缺少列 %s。"; public static final String DATATYPE_OF_TAG_COLUMN_SHOULD_ONLY_BE_STRING_CURRENT_IS = "TAG 列的数据类型只能是 STRING,当前为 "; public static final String DATATYPE_OF_ATTRIBUTE_COLUMN_SHOULD_ONLY_BE_STRING_CURRENT_IS = "ATTRIBUTE 列的数据类型只能是 STRING,当前为 "; - public static final String DECORRELATION_FOR_LIMIT_WITH_ROW_COUNT_GREATER_THAN_1_IS_NOT_SUPPORTED_YET = - - "暂不支持行数大于 1 的 LIMIT 去关联"; - public static final String GIVEN_CORRELATED_SUBQUERY_IS_NOT_SUPPORTED = + public static final String + DECORRELATION_FOR_LIMIT_WITH_ROW_COUNT_GREATER_THAN_1_IS_NOT_SUPPORTED_YET = + "暂不支持行数大于 1 的 LIMIT 去关联"; + public static final String GIVEN_CORRELATED_SUBQUERY_IS_NOT_SUPPORTED = "不支持给定的关联子查询"; - "不支持给定的关联子查询"; - public static final String GIVEN_QUERIED_DATABASE_S_IS_NOT_EXIST = - "查询的数据库 %s 不存在!"; + public static final String GIVEN_QUERIED_DATABASE_S_IS_NOT_EXIST = "查询的数据库 %s 不存在!"; // --- QueryEngine log messages (additional) --- - public static final String INITIALIZED_SHARED_MEMORYBLOCK_COORDINATOR_WITH_ALL_AVAILABLE_MEMORY_ARG_BYTES = - "已使用全部可用内存初始化共享 MemoryBlock 'Coordinator':{} 字节"; - public static final String ERROR_OCCURRED_DURING_EXECUTING_UDAF_PLEASE_CHECK_WHETHER_THE_IMPLEMENTATION_OF_UDF_IS = - "执行 UDAF 时发生错误,请根据 udf-api 描述检查 UDF 实现是否正确。"; + public static final String + INITIALIZED_SHARED_MEMORYBLOCK_COORDINATOR_WITH_ALL_AVAILABLE_MEMORY_ARG_BYTES = + "已使用全部可用内存初始化共享 MemoryBlock 'Coordinator':{} 字节"; + public static final String + ERROR_OCCURRED_DURING_EXECUTING_UDAF_PLEASE_CHECK_WHETHER_THE_IMPLEMENTATION_OF_UDF_IS = + "执行 UDAF 时发生错误,请根据 udf-api 描述检查 UDF 实现是否正确。"; public static final String PROCESSGETTSBLOCKREQUEST_SEQUENCE_ID_IN_ARG_ARG = - "[ProcessGetTsBlockRequest] sequence ID 位于 [{}, {})"; - public static final String RECEIVED_ACKNOWLEDGEDATABLOCKEVENT_FOR_TSBLOCKS_WHOSE_SEQUENCE_ID_ARE_IN_ARG_ARG_FROM = - - "已从 {} 收到 TsBlock 的 AcknowledgeDataBlockEvent,其 sequence ID 位于 [{}, {})。"; + public static final String + RECEIVED_ACKNOWLEDGEDATABLOCKEVENT_FOR_TSBLOCKS_WHOSE_SEQUENCE_ID_ARE_IN_ARG_ARG_FROM = + "已从 {} 收到 TsBlock 的 AcknowledgeDataBlockEvent,其 sequence ID 位于 [{}, {})。"; public static final String RECEIVED_ACK_EVENT_BUT_TARGET_FRAGMENTINSTANCE_ARG_IS_NOT_FOUND = - "已收到 ACK event,但目标 FragmentInstance[{}] 未找到。"; public static final String CLOSED_SOURCE_HANDLE_OF_SHUFFLESINKHANDLE_ARG_CHANNEL_INDEX_ARG = - "已关闭 ShuffleSinkHandle {} 的 source handle,channel index:{}。"; - public static final String RECEIVED_CLOSESINKCHANNELEVENT_BUT_TARGET_FRAGMENTINSTANCE_ARG_IS_NOT_FOUND = - - "已收到 CloseSinkChannelEvent,但目标 FragmentInstance[{}] 未找到。"; + public static final String + RECEIVED_CLOSESINKCHANNELEVENT_BUT_TARGET_FRAGMENTINSTANCE_ARG_IS_NOT_FOUND = + "已收到 CloseSinkChannelEvent,但目标 FragmentInstance[{}] 未找到。"; public static final String NEW_DATA_BLOCK_EVENT_RECEIVED_FOR_PLAN_NODE_ARG_OF_ARG_FROM_ARG = - "已收到新的 data block event,对应 plan node {}、{},来自 {}。"; - public static final String RECEIVED_NEWDATABLOCKEVENT_BUT_THE_DOWNSTREAM_FRAGMENTINSTANCE_ARG_IS_NOT_FOUND = - - "已收到 NewDataBlockEvent,但下游 FragmentInstance[{}] 未找到。"; + public static final String + RECEIVED_NEWDATABLOCKEVENT_BUT_THE_DOWNSTREAM_FRAGMENTINSTANCE_ARG_IS_NOT_FOUND = + "已收到 NewDataBlockEvent,但下游 FragmentInstance[{}] 未找到。"; public static final String END_OF_DATA_BLOCK_EVENT_RECEIVED_FOR_PLAN_NODE_ARG_OF_ARG_FROM_ARG = - "已收到数据块结束事件,对应计划节点 {}、{},来自 {}。"; - public static final String RECEIVED_ONENDOFDATABLOCKEVENT_BUT_THE_DOWNSTREAM_FRAGMENTINSTANCE_ARG_IS_NOT_FOUND = - - "已收到 onEndOfDataBlockEvent,但下游 FragmentInstance[{}] 未找到。"; + public static final String + RECEIVED_ONENDOFDATABLOCKEVENT_BUT_THE_DOWNSTREAM_FRAGMENTINSTANCE_ARG_IS_NOT_FOUND = + "已收到 onEndOfDataBlockEvent,但下游 FragmentInstance[{}] 未找到。"; public static final String CREATE_SOURCE_HANDLE_FROM_ARG_FOR_PLAN_NODE_ARG_OF_ARG = - "从 {} 为 plan node {}({})创建 source handle"; - public static final String THE_TASK_ARG_IS_ABORTED_ALL_OTHER_TASKS_IN_THE_SAME_QUERY_WILL_BE_CANCELLED = - "任务 {} 已中止,同一查询中的其他任务也将被取消"; + public static final String + THE_TASK_ARG_IS_ABORTED_ALL_OTHER_TASKS_IN_THE_SAME_QUERY_WILL_BE_CANCELLED = + "任务 {} 已中止,同一查询中的其他任务也将被取消"; public static final String DRIVERTASKTIMEOUT_CURRENT_TIME_IS_ARG_DDL_OF_TASK_IS_ARG = "[DriverTaskTimeout] 当前时间为 {},任务 ddl 为 {}"; - public static final String EXECUTOR_ARG_EXITS_BECAUSE_IT_S_INTERRUPTED_WE_WILL_PRODUCE_ANOTHER_THREAD_TO_REPLACE = - - "Executor {} 因中断退出。将创建另一个线程进行替换。"; - public static final String CANNOT_RESERVE_ARG_MAX_ARG_BYTES_MEMORY_FROM_MEMORYPOOL_FOR_PLANNODEIDARG = - "无法从 MemoryPool 预留 {} 字节内存(最大:{}),planNodeId{}"; + public static final String + EXECUTOR_ARG_EXITS_BECAUSE_IT_S_INTERRUPTED_WE_WILL_PRODUCE_ANOTHER_THREAD_TO_REPLACE = + "Executor {} 因中断退出。将创建另一个线程进行替换。"; + public static final String + CANNOT_RESERVE_ARG_MAX_ARG_BYTES_MEMORY_FROM_MEMORYPOOL_FOR_PLANNODEIDARG = + "无法从 MemoryPool 预留 {} 字节内存(最大:{}),planNodeId{}"; public static final String BLOCKED_RESERVE_REQUEST_ARG_BYTES_MEMORY_FOR_PLANNODEIDARG = - "预留请求被阻塞:为 planNodeId{} 预留 {} 字节内存"; - public static final String FAILED_TO_DO_THE_INITIALIZATION_FOR_DRIVER_ARG = + public static final String FAILED_TO_DO_THE_INITIALIZATION_FOR_DRIVER_ARG = "driver {} 初始化失败 "; - "driver {} 初始化失败 "; public static final String FAILED_TO_ACQUIRE_THE_READ_LOCK_OF_DATAREGION_ARG_FOR_ARG_TIMES = - "获取 DataRegion-{} 的读锁失败,尝试次数 {}。"; public static final String INTERRUPTED_WHEN_AWAIT_ON_ALLDRIVERSCLOSED_FRAGMENTINSTANCE_ID_IS_ARG = "等待 allDriversClosed 时被中断,FragmentInstance Id 为 {}"; public static final String RELEASE_TVLIST_OWNED_BY_QUERY_ALLOCATE_SIZE_ARG_RELEASE_SIZE_ARG = - "释放查询拥有的 TVList:分配大小 {},释放大小 {}。"; public static final String TVLIST_ARG_IS_RELEASED_BY_THE_QUERY_FRAGMENTINSTANCE_ID_IS_ARG = - "查询已释放 TVList {},FragmentInstance Id 为 {}。"; - public static final String MEMORYNOTENOUGHEXCEPTION_WHEN_TRANSFERRING_TVLIST_OWNERSHIP_FROM_QUERY_ARG_TO_ANOTHER = - "将 TVList ownership 从查询 {} 转移到另一个查询 {} 时发生 MemoryNotEnoughException。"; - public static final String UNEXPECTED_EXCEPTION_WHEN_TRANSFERRING_TVLIST_OWNERSHIP_FROM_QUERY_ARG_TO_ANOTHER_QUERY = - - "将 TVList ownership 从查询 {} 转移到另一个查询 {} 时发生意外异常。"; + public static final String + MEMORYNOTENOUGHEXCEPTION_WHEN_TRANSFERRING_TVLIST_OWNERSHIP_FROM_QUERY_ARG_TO_ANOTHER = + "将 TVList ownership 从查询 {} 转移到另一个查询 {} 时发生 MemoryNotEnoughException。"; + public static final String + UNEXPECTED_EXCEPTION_WHEN_TRANSFERRING_TVLIST_OWNERSHIP_FROM_QUERY_ARG_TO_ANOTHER_QUERY = + "将 TVList ownership 从查询 {} 转移到另一个查询 {} 时发生意外异常。"; public static final String TVLIST_ARG_IS_NOW_OWNED_BY_ANOTHER_QUERY_FRAGMENTINSTANCE_ID_IS_ARG = - "TVList {} 现在由另一个查询持有,FragmentInstance Id 为 {}。"; public static final String GETTSBLOCKFROMQUEUE_TSBLOCK_ARG_SIZE_ARG = - "[GetTsBlockFromQueue] TsBlock:{} 大小:{}"; public static final String RECEIVENEWTSBLOCKNOTIFICATION_ARG_ARG_EACH_SIZE_IS_ARG = - "[ReceiveNewTsBlockNotification] [{}, {}),每个大小为:{}"; public static final String STARTPULLTSBLOCKSFROMREMOTE_ARG_ARG_ARG_ARG = "[StartPullTsBlocksFromRemote] {}-{} [{}, {}) "; public static final String SENDCLOSESINKCHANNELEVENT_TO_SHUFFLESINKHANDLE_ARG_INDEX_ARG = "[SendCloseSinkChannelEvent] 到 [ShuffleSinkHandle: {}, index: {}])."; - public static final String SINKCHANNEL_STILL_RECEIVE_GETTING_TSBLOCK_REQUEST_AFTER_BEING_ABORTED_ARG_OR_CLOSED_ARG = - - "SinkChannel 在 aborted={} 或 closed={} 后仍收到获取 TsBlock 请求。"; + public static final String + SINKCHANNEL_STILL_RECEIVE_GETTING_TSBLOCK_REQUEST_AFTER_BEING_ABORTED_ARG_OR_CLOSED_ARG = + "SinkChannel 在 aborted={} 或 closed={} 后仍收到获取 TsBlock 请求。"; public static final String NOTIFYNEWTSBLOCK_ARG_ARG_TO_ARG_ARG = "[NotifyNewTsBlock] [{}, {}) 到 {}.{}"; public static final String PLAINSHUFFLESTRATEGY_NEEDS_TO_DO_NOTHING_CURRENT_CHANNEL_INDEX_IS_ARG = - "PlainShuffleStrategy 无需操作,当前 channel index 为 {}。"; - public static final String LAYERROWWINDOWREADER_INDEX_OVERFLOW_BEGININDEX_ARG_ENDINDEX_ARG_WINDOWSIZE_ARG = - - "LayerRowWindowReader 索引溢出。beginIndex:{},endIndex:{},windowSize:{}。"; + public static final String + LAYERROWWINDOWREADER_INDEX_OVERFLOW_BEGININDEX_ARG_ENDINDEX_ARG_WINDOWSIZE_ARG = + "LayerRowWindowReader 索引溢出。beginIndex:{},endIndex:{},windowSize:{}。"; public static final String CONSUMEMEMORY_CONSUME_ARG_CURRENT_REMAINING_MEMORY_ARG = - "[ConsumeMemory] 消耗:{},当前剩余内存:{}"; public static final String RELEASEMEMORY_RELEASE_ARG_CURRENT_REMAINING_MEMORY_ARG = - "[ReleaseMemory] 释放:{},当前剩余内存:{}"; - public static final String MAXBYTESONEHANDLECANRESERVE_FOR_EXCHANGEOPERATOR_IS_ARG_EXCHANGESUMNUM_IS_ARG = - - "ExchangeOperator 的 MaxBytesOneHandleCanReserve 为 {},exchangeSumNum 为 {}。"; - public static final String STATE_TRACKER_STARTS = - "状态跟踪器启动"; + public static final String + MAXBYTESONEHANDLECANRESERVE_FOR_EXCHANGEOPERATOR_IS_ARG_EXCHANGESUMNUM_IS_ARG = + "ExchangeOperator 的 MaxBytesOneHandleCanReserve 为 {},exchangeSumNum 为 {}。"; + public static final String STATE_TRACKER_STARTS = "状态跟踪器启动"; public static final String DISPATCH_WRITE_FAILED_STATUS_ARG_CODE_ARG_MESSAGE_ARG_NODE_ARG = - "分发写入失败。状态:{},code:{},消息:{},节点 {}。"; public static final String CAN_T_EXECUTE_REQUEST_ON_NODE_ARG_IN_SECOND_TRY_ERROR_MSG_IS_ARG = - "第二次尝试在节点 {} 执行请求失败,错误消息为 {}。"; - public static final String CAN_T_EXECUTE_REQUEST_ON_NODE_ARG_ERROR_MSG_IS_ARG_AND_WE_TRY_TO_RECONNECT_THIS_NODE = - - "在节点 {} 执行请求失败,错误消息为 {},将尝试重连该节点。"; + public static final String + CAN_T_EXECUTE_REQUEST_ON_NODE_ARG_ERROR_MSG_IS_ARG_AND_WE_TRY_TO_RECONNECT_THIS_NODE = + "在节点 {} 执行请求失败,错误消息为 {},将尝试重连该节点。"; public static final String WRITE_LOCALLY_FAILED_TSSTATUS_ARG_MESSAGE_ARG = - "本地写入失败。TSStatus:{},消息:{}。"; - public static final String DISPATCH_WRITE_FAILED_MESSAGE_ARG_NODE_ARG = + public static final String DISPATCH_WRITE_FAILED_MESSAGE_ARG_NODE_ARG = "分发写入失败。消息:{},节点 {}。"; - "分发写入失败。消息:{},节点 {}。"; public static final String DISPATCH_WRITE_FAILED_STATUS_ARG_CODE_ARG_MESSAGE_ARG_NODE_ARG_2 = - "分发写入失败。状态:{},code:{},消息:{},节点 {}。"; - public static final String LOGICAL_PLAN_IS_ARG = + public static final String LOGICAL_PLAN_IS_ARG = "逻辑计划为:\n {}"; - "逻辑计划为:\n {}"; public static final String DISTRIBUTION_PLAN_DONE_FRAGMENT_INSTANCE_COUNT_IS_ARG_DETAILS_IS_ARG = - "分布式计划完成。FragmentInstance 数量为 {},详情:\n {}"; - public static final String FAILED_TO_CHECK_TABLE_SCHEMA_WILL_SKIP_BECAUSE_SKIPFAILEDTABLESCHEMACHECK_IS_SET_TO_TRUE = - "检查表元数据失败,但由于 skipFailedTableSchemaCheck 设置为 true,将跳过该检查,消息:{}"; - public static final String FAILED_TO_CHECK_IF_DEVICE_ARG_IS_DELETED_BY_MODS_WILL_SEE_IT_AS_NOT_DELETED = - - "检查设备 {} 是否被 mods 删除失败,将视为未删除。"; + public static final String + FAILED_TO_CHECK_TABLE_SCHEMA_WILL_SKIP_BECAUSE_SKIPFAILEDTABLESCHEMACHECK_IS_SET_TO_TRUE = + "检查表元数据失败,但由于 skipFailedTableSchemaCheck 设置为 true,将跳过该检查,消息:{}"; + public static final String + FAILED_TO_CHECK_IF_DEVICE_ARG_IS_DELETED_BY_MODS_WILL_SEE_IT_AS_NOT_DELETED = + "检查设备 {} 是否被 mods 删除失败,将视为未删除。"; public static final String COLUMN_ARG_IN_TABLE_ARG_IS_NOT_FOUND_IN_IOTDB_WHILE_LOADING_TSFILE = - "加载 TsFile 时,表 {} 中的列 {} 在 IoTDB 中未找到。"; public static final String DEVICE_ARG_IS_NOT_IN_THE_TSFILEDEVICE2ISALIGNED_CACHE_ARG = - "设备 {} 不在 tsFileDevice2IsAligned 缓存 {} 中。"; - public static final String LOADTSFILEANALYZER_CURRENT_DATANODE_IS_READ_ONLY_WILL_TRY_TO_CONVERT_TO_TABLETS_AND = - - "LoadTsFileAnalyzer: 当前 DataNode 为只读,将尝试转换为 tablet 后再插入。"; - public static final String LOAD_ANALYSIS_STAGE_ARG_ARG_TSFILES_HAVE_BEEN_ANALYZED_PROGRESS_ARG_PERCENT = - - "加载 - 分析阶段:已分析 {}/{} 个 TsFile,进度:{}%"; + public static final String + LOADTSFILEANALYZER_CURRENT_DATANODE_IS_READ_ONLY_WILL_TRY_TO_CONVERT_TO_TABLETS_AND = + "LoadTsFileAnalyzer: 当前 DataNode 为只读,将尝试转换为 tablet 后再插入。"; + public static final String + LOAD_ANALYSIS_STAGE_ARG_ARG_TSFILES_HAVE_BEEN_ANALYZED_PROGRESS_ARG_PERCENT = + "加载 - 分析阶段:已分析 {}/{} 个 TsFile,进度:{}%"; public static final String THE_FILE_ARG_IS_NOT_A_VALID_TSFILE_PLEASE_CHECK_THE_INPUT_FILE = - "文件 {} 不是有效的 TsFile,请检查输入文件。"; - public static final String TSFILE_ARG_IS_A_ARG_MODEL_FILE = - - "TsFile {} 是 {}-model 文件。"; - public static final String LOAD_FAILED_TO_CONVERT_MINI_TSFILE_ARG_TO_TABLETS_FROM_STATEMENT_ARG_STATUS_ARG = + public static final String TSFILE_ARG_IS_A_ARG_MODEL_FILE = "TsFile {} 是 {}-model 文件。"; - "加载:无法从 statement {} 将 mini TsFile {} 转换为 tablet。状态:{}。"; - public static final String LOAD_FAILED_TO_CONVERT_TO_TABLETS_FROM_STATEMENT_ARG_BECAUSE_FAILED_TO_READ_MODEL_INFO = - - "加载:无法从 statement {} 转换为 tablet,原因是从文件读取 model info 失败,消息:{}。"; + public static final String + LOAD_FAILED_TO_CONVERT_MINI_TSFILE_ARG_TO_TABLETS_FROM_STATEMENT_ARG_STATUS_ARG = + "加载:无法从 statement {} 将 mini TsFile {} 转换为 tablet。状态:{}。"; + public static final String + LOAD_FAILED_TO_CONVERT_TO_TABLETS_FROM_STATEMENT_ARG_BECAUSE_FAILED_TO_READ_MODEL_INFO = + "加载:无法从 statement {} 转换为 tablet,原因是从文件读取 model info 失败,消息:{}。"; public static final String LOAD_FAILED_TO_CONVERT_TO_TABLETS_FROM_STATEMENT_ARG_STATUS_IS_NULL = - "加载:无法从 statement {} 转换为 tablet。状态为 null。"; public static final String LOAD_FAILED_TO_CONVERT_TO_TABLETS_FROM_STATEMENT_ARG_STATUS_ARG = - "加载:无法从 statement {} 转换为 tablet。状态:{}"; - public static final String LOAD_FAILED_TO_CONVERT_TO_TABLETS_FROM_STATEMENT_ARG_BECAUSE_EXCEPTION_ARG = - - "加载:无法从 statement {} 转换为 tablet,原因是异常:{}"; - public static final String FAILED_TO_CHECK_IF_DEVICE_ARG_TIMESERIES_ARG_IS_DELETED_BY_MODS_WILL_SEE_IT_AS_NOT = - - "检查设备 {}、timeseries {} 是否被 mods 删除失败,将视为未删除。"; + public static final String + LOAD_FAILED_TO_CONVERT_TO_TABLETS_FROM_STATEMENT_ARG_BECAUSE_EXCEPTION_ARG = + "加载:无法从 statement {} 转换为 tablet,原因是异常:{}"; + public static final String + FAILED_TO_CHECK_IF_DEVICE_ARG_TIMESERIES_ARG_IS_DELETED_BY_MODS_WILL_SEE_IT_AS_NOT = + "检查设备 {}、timeseries {} 是否被 mods 删除失败,将视为未删除。"; public static final String CREATE_DATABASE_ERROR_STATEMENT_ARG_RESULT_STATUS_IS_ARG = - - "创建数据库错误,statement:{},结果状态为:{}。"; public static final String MEASUREMENT_ARGARGARG_DATATYPE_NOT_MATCH_TSFILE_ARG_IOTDB_ARG = - "测点 {}{}{} 的数据类型不匹配,TsFile:{},IoTDB:{}"; - public static final String ENCODING_TYPE_NOT_MATCH_MEASUREMENT_ARGARGARG = + public static final String ENCODING_TYPE_NOT_MATCH_MEASUREMENT_ARGARGARG = "编码类型不匹配,测点:{}{}{},"; - "编码类型不匹配,测点:{}{}{},"; - public static final String TSFILE_ENCODING_ARG_IOTDB_ENCODING_ARG = + public static final String TSFILE_ENCODING_ARG_IOTDB_ENCODING_ARG = "TsFile 编码:{},IoTDB 编码:{}"; - "TsFile 编码:{},IoTDB 编码:{}"; - public static final String COMPRESSOR_NOT_MATCH_MEASUREMENT_ARGARGARG = + public static final String COMPRESSOR_NOT_MATCH_MEASUREMENT_ARGARGARG = "压缩器不匹配,测点:{}{}{},"; - "压缩器不匹配,测点:{}{}{},"; public static final String TSFILE_COMPRESSOR_ARG_IOTDB_COMPRESSOR_ARG = - "TsFile 压缩器:{},IoTDB 压缩器:{}"; - public static final String ARG_CACHE_FAILED_TO_CREATE_DATABASE_ARG = + public static final String ARG_CACHE_FAILED_TO_CREATE_DATABASE_ARG = "[{} Cache] 创建数据库 {} 失败"; - "[{} Cache] 创建数据库 {} 失败"; - public static final String ARG_CACHE_MISS_WHEN_SEARCH_DEVICE_ARG = + public static final String ARG_CACHE_MISS_WHEN_SEARCH_DEVICE_ARG = "[{} Cache] 搜索设备 {} 时未命中"; - "[{} Cache] 搜索设备 {} 时未命中"; - public static final String ARG_CACHE_HIT_WHEN_SEARCH_DEVICE_ARG = + public static final String ARG_CACHE_HIT_WHEN_SEARCH_DEVICE_ARG = "[{} Cache] 搜索设备 {} 时命中"; - "[{} Cache] 搜索设备 {} 时命中"; public static final String UNEXPECTED_ERROR_WHEN_GETREGIONREPLICASET_STATUS_ARG_REGIONMAP_ARG = - "执行 getRegionReplicaSet 时发生意外错误:状态 {},regionMap:{}"; - public static final String ARG_CACHE_MISS_WHEN_SEARCH_DATABASE_ARG = + public static final String ARG_CACHE_MISS_WHEN_SEARCH_DATABASE_ARG = "[{} Cache] 搜索数据库 {} 时未命中"; - "[{} Cache] 搜索数据库 {} 时未命中"; public static final String ARG_CACHE_MISS_WHEN_SEARCH_TIME_PARTITION_ARG = - "[{} Cache] 搜索时间分区 {} 时未命中"; - public static final String FAILURES_HAPPENED_DURING_RUNNING_CONFIGEXECUTION_WHEN_EXECUTING_ARG_MESSAGE_ARG_STATUS = - - "执行 {} 的 ConfigExecution 期间发生失败,消息:{},状态:{}"; + public static final String + FAILURES_HAPPENED_DURING_RUNNING_CONFIGEXECUTION_WHEN_EXECUTING_ARG_MESSAGE_ARG_STATUS = + "执行 {} 的 ConfigExecution 期间发生失败,消息:{},状态:{}"; public static final String FAILURES_HAPPENED_DURING_RUNNING_CONFIGEXECUTION_WHEN_EXECUTING_ARG = - "执行 {} 的 ConfigExecution 期间发生失败。"; public static final String FAILED_TO_EXECUTE_CREATE_DATABASE_ARG_IN_CONFIG_NODE_STATUS_IS_ARG = - "在 config node 中执行 create database {} 失败,状态为 {}。"; public static final String FAILED_TO_EXECUTE_ALTER_DATABASE_ARG_IN_CONFIG_NODE_STATUS_IS_ARG = - "在 config node 中执行 alter database {} 失败,状态为 {}。"; public static final String FAILED_TO_EXECUTE_DELETE_DATABASE_ARG_IN_CONFIG_NODE_STATUS_IS_ARG = - "在 config node 中执行 delete database {} 失败,状态为 {}。"; public static final String FAILED_TO_CREATE_FUNCTION_WHEN_TRY_TO_CREATE_ARG_ARG_INSTANCE_FIRST = - "尝试先创建 {}({}) 实例时,创建函数失败。"; public static final String FAILED_TO_GET_EXECUTABLE_FOR_TRIGGER_ARG_USING_URI_ARG = "无法获取 Trigger({}) 的可执行文件,URI:{}。"; - public static final String FAILED_TO_CREATE_TRIGGER_WHEN_TRY_TO_CREATE_TRIGGER_ARG_INSTANCE_FIRST = - - "尝试先创建 trigger({}) 实例时,创建 trigger 失败。"; + public static final String + FAILED_TO_CREATE_TRIGGER_WHEN_TRY_TO_CREATE_TRIGGER_ARG_INSTANCE_FIRST = + "尝试先创建 trigger({}) 实例时,创建 trigger 失败。"; public static final String ARG_FAILED_TO_CREATE_TRIGGER_ARG_TSSTATUS_IS_ARG = - "[{}] 创建 trigger {} 失败。TSStatus 为 {}"; public static final String FAILED_TO_GET_EXECUTABLE_FOR_PIPEPLUGIN_ARG_USING_URI_ARG = "无法获取 PipePlugin({}) 的可执行文件,URI:{}。"; - public static final String FAILED_TO_CREATE_PIPEPLUGIN_ARG_BECAUSE_THIS_PLUGIN_IS_NOT_DESIGNED_FOR_ARG_MODEL = - - - "创建 PipePlugin({}) 失败:该插件不是为 {} model 设计的。"; - public static final String FAILED_TO_CREATE_FUNCTION_WHEN_TRY_TO_CREATE_PIPEPLUGIN_ARG_INSTANCE_FIRST = - - "尝试先创建 PipePlugin({}) 实例时,创建函数失败。"; + public static final String + FAILED_TO_CREATE_PIPEPLUGIN_ARG_BECAUSE_THIS_PLUGIN_IS_NOT_DESIGNED_FOR_ARG_MODEL = + "创建 PipePlugin({}) 失败:该插件不是为 {} model 设计的。"; + public static final String + FAILED_TO_CREATE_FUNCTION_WHEN_TRY_TO_CREATE_PIPEPLUGIN_ARG_INSTANCE_FIRST = + "尝试先创建 PipePlugin({}) 实例时,创建函数失败。"; public static final String FAILED_TO_CREATE_PIPEPLUGIN_ARG_ARG_BECAUSE_ARG = - "创建 PipePlugin {}({}) 失败,原因:{}"; - public static final String ARG_FAILED_TO_DROP_PIPE_PLUGIN_ARG = + public static final String ARG_FAILED_TO_DROP_PIPE_PLUGIN_ARG = "[{}] 删除 pipe plugin {} 失败。"; - "[{}] 删除 pipe plugin {} 失败。"; public static final String FAILED_TO_EXECUTE_ARG_ARG_IN_CONFIG_NODE_STATUS_IS_ARG = - "在 config node 中执行 {} {} 失败,状态为 {}。"; public static final String FAILED_TO_EXECUTE_ALTER_VIEW_ARG_BY_PIPE_STATUS_IS_ARG = - "通过 pipe 执行 alter view {} 失败,状态为 {}。"; - public static final String THE_DATANODE_TO_BE_REMOVED_IS_NOT_IN_THE_CLUSTER_OR_THE_INPUT_FORMAT_IS_INCORRECT = - - "要移除的 DataNode 不在集群中,或输入格式不正确。"; + public static final String + THE_DATANODE_TO_BE_REMOVED_IS_NOT_IN_THE_CLUSTER_OR_THE_INPUT_FORMAT_IS_INCORRECT = + "要移除的 DataNode 不在集群中,或输入格式不正确。"; public static final String SUBMIT_REMOVE_DATANODE_REQUEST_SUCCESSFULLY_BUT_THE_PROCESS_MAY_FAIL = - "remove-DataNode 请求已提交成功,但流程可能失败。 "; - public static final String MORE_DETAILS_ARE_SHOWN_IN_THE_LOGS_OF_CONFIGNODE_LEADER_AND_REMOVED_DATANODE = - - "更多详情见 ConfigNode-leader 和 removed-DataNode 的日志, "; + public static final String + MORE_DETAILS_ARE_SHOWN_IN_THE_LOGS_OF_CONFIGNODE_LEADER_AND_REMOVED_DATANODE = + "更多详情见 ConfigNode-leader 和 removed-DataNode 的日志, "; public static final String AND_AFTER_THE_PROCESS_OF_REMOVING_DATANODE_ENDS_SUCCESSFULLY = - "remove DataNode 流程成功结束后, "; - public static final String YOU_ARE_SUPPOSED_TO_DELETE_DIRECTORY_AND_DATA_OF_THE_REMOVED_DATANODE_MANUALLY = - - "需要手动删除已移除 DataNode 的目录和数据"; - public static final String THE_CONFIGNODE_TO_BE_REMOVED_IS_NOT_IN_THE_CLUSTER_OR_THE_INPUT_FORMAT_IS_INCORRECT = - - "要移除的 ConfigNode 不在集群中,或输入格式不正确。"; + public static final String + YOU_ARE_SUPPOSED_TO_DELETE_DIRECTORY_AND_DATA_OF_THE_REMOVED_DATANODE_MANUALLY = + "需要手动删除已移除 DataNode 的目录和数据"; + public static final String + THE_CONFIGNODE_TO_BE_REMOVED_IS_NOT_IN_THE_CLUSTER_OR_THE_INPUT_FORMAT_IS_INCORRECT = + "要移除的 ConfigNode 不在集群中,或输入格式不正确。"; public static final String FAILED_TO_DROP_DATABASE_ARG_BECAUSE_IT_DOESN_T_EXIST = - "DROP DATABASE {} 失败:数据库不存在。"; - public static final String FAILED_TO_ALLOCATE_ARG_BYTES_FROM_SHARED_MEMORYBLOCK_ARG_FOR_PREPAREDSTATEMENT_ARG = - - "无法从共享 MemoryBlock '{}' 为 PreparedStatement '{}' 分配 {} 字节"; - public static final String ALLOCATED_ARG_BYTES_FOR_PREPAREDSTATEMENT_ARG_FROM_SHARED_MEMORYBLOCK_ARG = - - "已从共享 MemoryBlock '{}' 为 PreparedStatement '{}' 分配 {} 字节。 "; + public static final String + FAILED_TO_ALLOCATE_ARG_BYTES_FROM_SHARED_MEMORYBLOCK_ARG_FOR_PREPAREDSTATEMENT_ARG = + "无法从共享 MemoryBlock '{}' 为 PreparedStatement '{}' 分配 {} 字节"; + public static final String + ALLOCATED_ARG_BYTES_FOR_PREPAREDSTATEMENT_ARG_FROM_SHARED_MEMORYBLOCK_ARG = + "已从共享 MemoryBlock '{}' 为 PreparedStatement '{}' 分配 {} 字节。 "; public static final String RELEASED_ARG_BYTES_FROM_SHARED_MEMORYBLOCK_ARG_FOR_PREPAREDSTATEMENT = - "已从共享 MemoryBlock '{}' 为 PreparedStatement 释放 {} 字节。 "; - public static final String ATTEMPTED_TO_RELEASE_MEMORY_FROM_SHARED_MEMORYBLOCK_ARG_BUT_IT_IS_RELEASED = - - "尝试从共享 MemoryBlock '{}' 释放内存,但它已释放"; + public static final String + ATTEMPTED_TO_RELEASE_MEMORY_FROM_SHARED_MEMORYBLOCK_ARG_BUT_IT_IS_RELEASED = + "尝试从共享 MemoryBlock '{}' 释放内存,但它已释放"; public static final String RELEASED_ARG_PREPAREDSTATEMENT_S_ARG_BYTES_TOTAL_FOR_SESSION_ARG = - "已为 session {} 释放 {} 个 PreparedStatement(共 {} 字节)"; - public static final String THE_PREFIX_OF_SOURCEKEY_IS_NOT_SOURCE_PLEASE_CHECK_THE_PARAMETERS_PASSED_IN_ARG = - - "sourceKey 前缀不是 'source.',请检查传入参数:{}"; - public static final String LOADTSFILESCHEDULER_REGION_MIGRATION_WAS_DETECTED_DURING_LOADING_TSFILE_ARG_WILL_CONVERT = - - - "LoadTsFileScheduler:加载 TsFile {} 期间检测到 Region 迁移,将转换为 insertion 以避免数据丢失。"; + public static final String + THE_PREFIX_OF_SOURCEKEY_IS_NOT_SOURCE_PLEASE_CHECK_THE_PARAMETERS_PASSED_IN_ARG = + "sourceKey 前缀不是 'source.',请检查传入参数:{}"; + public static final String + LOADTSFILESCHEDULER_REGION_MIGRATION_WAS_DETECTED_DURING_LOADING_TSFILE_ARG_WILL_CONVERT = + "LoadTsFileScheduler:加载 TsFile {} 期间检测到 Region 迁移,将转换为 insertion 以避免数据丢失。"; public static final String LOAD_TSFILE_ARG_SUCCESSFULLY_LOAD_PROCESS_ARG_ARG = "成功加载 TsFile {},加载进度 [{}/{}]"; public static final String CAN_NOT_LOAD_TSFILE_ARG_LOAD_PROCESS_ARG_ARG = - "无法加载 TsFile {},加载进度 [{}/{}]。"; - public static final String LOAD_TSFILE_S_FAILED_WILL_TRY_TO_CONVERT_TO_TABLETS_AND_INSERT_FAILED_TSFILES_ARG = - - "加载 TsFile 失败,将尝试转换为 tablet 并写入。失败的 TsFile:{}"; + public static final String + LOAD_TSFILE_S_FAILED_WILL_TRY_TO_CONVERT_TO_TABLETS_AND_INSERT_FAILED_TSFILES_ARG = + "加载 TsFile 失败,将尝试转换为 tablet 并写入。失败的 TsFile:{}"; public static final String DISPATCH_TSFILEDATA_ERROR_WHEN_PARSING_TSFILE_S = - "解析 TsFile %s 时分发 TsFileData 出错。"; - public static final String PARSE_OR_SEND_TSFILE_S_ERROR = + public static final String PARSE_OR_SEND_TSFILE_S_ERROR = "解析或发送 TsFile %s 出错。"; - "解析或发送 TsFile %s 出错。"; public static final String DISPATCH_ONE_PIECE_TO_REPLICASET_ARG_ERROR_RESULT_STATUS_CODE_ARG = - "分发 TsFile 片段到 ReplicaSet {} 出错。结果状态码 {}。 "; public static final String RESULT_STATUS_MESSAGE_ARG_DISPATCH_PIECE_NODE_ERROR_PERCENT_NARG = - "结果状态消息 {}。分发片段节点出错:%n{}"; - public static final String SUB_STATUS_CODE_ARG_SUB_STATUS_MESSAGE_ARG = - - "子状态码 {}。子状态消息 {}。"; - public static final String WAIT_FOR_LOADING_S_TIME_OUT = + public static final String SUB_STATUS_CODE_ARG_SUB_STATUS_MESSAGE_ARG = "子状态码 {}。子状态消息 {}。"; - "等待加载 %s 超时。"; - public static final String DISPATCH_LOAD_COMMAND_ARG_OF_TSFILE_ARG_ERROR_TO_REPLICASETS_ARG_ERROR = + public static final String WAIT_FOR_LOADING_S_TIME_OUT = "等待加载 %s 超时。"; - "分发加载命令 {}(TsFile {})到 replicaSets {} 时出错。 "; + public static final String + DISPATCH_LOAD_COMMAND_ARG_OF_TSFILE_ARG_ERROR_TO_REPLICASETS_ARG_ERROR = + "分发加载命令 {}(TsFile {})到 replicaSets {} 时出错。 "; public static final String RESULT_STATUS_CODE_ARG_RESULT_STATUS_MESSAGE_ARG = - "结果状态码 {}。结果状态消息 {}。"; public static final String DISPATCH_TSFILE_S_ERROR_TO_LOCAL_ERROR_RESULT_STATUS_CODE_S = - "向本地分发 tsFile %s 时出错。结果状态码 %s。 "; - public static final String RESULT_STATUS_MESSAGE_S = + public static final String RESULT_STATUS_MESSAGE_S = "结果状态消息 %s。"; - "结果状态消息 %s。"; public static final String LOAD_SUCCESSFULLY_CONVERTED_TSFILE_ARG_INTO_TABLETS_AND_INSERTED = - "加载:已成功将 TsFile {} 转换为 tablet 并插入。"; public static final String LOAD_FAILED_TO_CONVERT_TO_TABLETS_FROM_TSFILE_ARG_STATUS_ARG = - "加载:无法从 TsFile {} 转换为 tablet。状态:{}"; public static final String LOAD_FAILED_TO_CONVERT_TO_TABLETS_FROM_TSFILE_ARG_EXCEPTION_ARG = - "加载:无法从 TsFile {} 转换为 tablet。异常:{}"; public static final String DISPATCH_PIECE_NODE_ARG_OF_TSFILE_ARG_ERROR = - "分发片段节点 {}(TsFile {})出错。"; public static final String CANNOT_DISPATCH_LOADCOMMAND_FOR_LOAD_OPERATION_ARG = - "无法为加载操作 {} 分发 LoadCommand"; - public static final String LOAD_REMOTE_PROCEDURE_CALL_CONNECTION_TIMEOUT_IS_ADJUSTED_TO_ARG_MS_ARG_MINS = - - "加载远程过程调用连接超时已调整为 {} ms({} mins)"; - public static final String DATA_TYPE_OF_ARG_ARG_IS_NOT_CONSISTENT = + public static final String + LOAD_REMOTE_PROCEDURE_CALL_CONNECTION_TIMEOUT_IS_ADJUSTED_TO_ARG_MS_ARG_MINS = + "加载远程过程调用连接超时已调整为 {} ms({} mins)"; + public static final String DATA_TYPE_OF_ARG_ARG_IS_NOT_CONSISTENT = "{}.{} 的数据类型不一致, "; - "{}.{} 的数据类型不一致, "; public static final String REGISTERED_TYPE_ARG_INSERTING_TIMESTAMP_ARG_VALUE_ARG = - "已注册类型 {},正在插入时间戳 {},值 {}"; - public static final String TIMES_ARRAY_IS_NULL_OR_TOO_SMALL_TIMES_LENGTH_ARG_ROWSIZE_ARG_DEVICEID_ARG = - - "Times 数组为 null 或过小。times.length={},rowSize={},deviceId={}"; + public static final String + TIMES_ARRAY_IS_NULL_OR_TOO_SMALL_TIMES_LENGTH_ARG_ROWSIZE_ARG_DEVICEID_ARG = + "Times 数组为 null 或过小。times.length={},rowSize={},deviceId={}"; public static final String SERIALIZE_DATA_OF_TSFILE_S_ERROR_SKIP_TSFILEDATA_S = - "序列化 TsFile %s 的数据出错,跳过 TsFileData %s。"; - public static final String FAIL_TO_MATERIALIZE_CTE_BECAUSE_THE_DATA_SIZE_EXCEEDED_MEMORY_OR_THE_ROW_COUNT_THRESHOLD = - - "物化 CTE 失败:数据大小超过内存限制或行数阈值。"; - public static final String UNEXPECTED_FAILURE_WHEN_HANDLING_PARSING_ERROR_THIS_IS_LIKELY_A_BUG_IN_THE = - - "处理解析错误时出现意外失败,这很可能是实现缺陷。"; - public static final String AND_EXPRESSION_ENCOUNTERED_DURING_TAG_DETERMINED_CHECKING_WILL_BE_CLASSIFIED_INTO_FUZZY = - - "tag-determined 检查期间遇到 AND表达式,将归类为模糊表达式。Sql:{}"; - public static final String LOGICAL_EXPRESSION_TYPE_ENCOUNTERED_IN_NOT_EXPRESSION_CHILD_DURING_TAG_DETERMINED = - - "tag-determined 检查期间在 NOT表达式子节点中遇到逻辑表达式类型,将归类为模糊表达式。Sql:{}"; + public static final String + FAIL_TO_MATERIALIZE_CTE_BECAUSE_THE_DATA_SIZE_EXCEEDED_MEMORY_OR_THE_ROW_COUNT_THRESHOLD = + "物化 CTE 失败:数据大小超过内存限制或行数阈值。"; + public static final String + UNEXPECTED_FAILURE_WHEN_HANDLING_PARSING_ERROR_THIS_IS_LIKELY_A_BUG_IN_THE = + "处理解析错误时出现意外失败,这很可能是实现缺陷。"; + public static final String + AND_EXPRESSION_ENCOUNTERED_DURING_TAG_DETERMINED_CHECKING_WILL_BE_CLASSIFIED_INTO_FUZZY = + "tag-determined 检查期间遇到 AND表达式,将归类为模糊表达式。Sql:{}"; + public static final String + LOGICAL_EXPRESSION_TYPE_ENCOUNTERED_IN_NOT_EXPRESSION_CHILD_DURING_TAG_DETERMINED = + "tag-determined 检查期间在 NOT表达式子节点中遇到逻辑表达式类型,将归类为模糊表达式。Sql:{}"; public static final String VALIDATING_DEVICE_SCHEMA_ARG_ARG_AND_OTHER_ARG_DEVICES = - "正在校验设备元数据 {}.{} 和其他 {} 个设备"; - public static final String ILLEGAL_TABLEID_ARG_FOUND_IN_CACHE_WHEN_INVALIDATING_BY_PATH_ARG_INVALIDATE_IT_ANYWAY = - "发现非法 tableID {},按路径 {} 失效 cache 时仍将使其失效"; - public static final String ILLEGAL_DEVICEID_ARG_FOUND_IN_CACHE_WHEN_INVALIDATING_BY_PATH_ARG_INVALIDATE_IT_ANYWAY = - "发现非法 deviceID {},按路径 {} 失效 cache 时仍将使其失效"; - public static final String RULE_S_BEFORE_S_AFTER_S = - - "规则:{}\n之前:\n{}\n之后:\n{}"; + public static final String + ILLEGAL_TABLEID_ARG_FOUND_IN_CACHE_WHEN_INVALIDATING_BY_PATH_ARG_INVALIDATE_IT_ANYWAY = + "发现非法 tableID {},按路径 {} 失效 cache 时仍将使其失效"; + public static final String + ILLEGAL_DEVICEID_ARG_FOUND_IN_CACHE_WHEN_INVALIDATING_BY_PATH_ARG_INVALIDATE_IT_ANYWAY = + "发现非法 deviceID {},按路径 {} 失效 cache 时仍将使其失效"; + public static final String RULE_S_BEFORE_S_AFTER_S = "规则:{}\n之前:\n{}\n之后:\n{}"; private DataNodeQueryMessages() {} + // --------------------------------------------------------------------------- // 补充异常消息 // --------------------------------------------------------------------------- - public static final String QUERY_EXCEPTION_FAILED_TO_SERIALIZE_INTERMEDIATE_RESULT_FOR_MAXBYACCUMULATOR_2F18B6E7 = - - "无法序列化 MaxByAccumulator 的中间结果。"; + public static final String + QUERY_EXCEPTION_FAILED_TO_SERIALIZE_INTERMEDIATE_RESULT_FOR_MAXBYACCUMULATOR_2F18B6E7 = + "无法序列化 MaxByAccumulator 的中间结果。"; public static final String QUERY_EXCEPTION_UNSUPPORTED_DATA_TYPE_IN_AGGREGATION_AVG_S_D1DAD6A6 = - - "聚合 AVG 不支持数据类型:%s"; public static final String QUERY_EXCEPTION_UNSUPPORTED_DATA_TYPE_IN_MINVALUE_S_BC092694 = - "MinValue 不支持数据类型:%s"; public static final String QUERY_EXCEPTION_UNSUPPORTED_DATA_TYPE_IN_LASTVALUE_S_02ECF8E4 = - "LastValue 不支持数据类型:%s"; public static final String QUERY_EXCEPTION_UNSUPPORTED_DATA_TYPE_IN_EXTREME_S_84B651D3 = - "Extreme 不支持数据类型:%s"; public static final String QUERY_EXCEPTION_UNSUPPORTED_DATA_TYPE_IN_FIRSTVALUE_S_97025F25 = - "FirstValue 不支持数据类型:%s"; - public static final String QUERY_EXCEPTION_ERROR_OCCURRED_DURING_EXECUTING_UDAF_S_S_PLEASE_CHECK_WHETHER_9E9D20C6 = - - "执行 UDAF#%s 时出错:%s,请根据 udf-api 描述检查 UDF 实现是否正确。"; + public static final String + QUERY_EXCEPTION_ERROR_OCCURRED_DURING_EXECUTING_UDAF_S_S_PLEASE_CHECK_WHETHER_9E9D20C6 = + "执行 UDAF#%s 时出错:%s,请根据 udf-api 描述检查 UDF 实现是否正确。"; public static final String QUERY_EXCEPTION_UNSUPPORTED_EXPRESSION_TYPE_S_FD6F5B7C = - "不支持的表达式类型:%s"; public static final String QUERY_EXCEPTION_UNSUPPORTED_DATA_TYPE_IN_MAXVALUE_S_521AC345 = - "MaxValue 不支持数据类型:%s"; - public static final String QUERY_EXCEPTION_THERE_IS_NOT_ENOUGH_CPU_TO_EXECUTE_CURRENT_FRAGMENT_INSTANCE_E7719FB8 = - - "没有足够 CPU 执行当前 fragment instance。"; - public static final String QUERY_EXCEPTION_THERE_IS_NO_ENOUGH_MEMORY_TO_EXECUTE_CURRENT_FRAGMENT_INSTANCE_CB632843 = - - "没有足够内存执行当前 fragment instance。"; - public static final String QUERY_EXCEPTION_PLANNODE_RELATED_MEMORY_IS_NOT_ZERO_WHEN_TRYING_TO_DEREGISTER_E01109C5 = - - - "尝试从查询内存池注销 FI 时,PlanNode 相关内存不为 0。QueryId 为:%s,FragmentInstanceId 为:%s,非零 PlanNode 相关内存为:%s。"; - public static final String QUERY_EXCEPTION_QUERY_IS_ABORTED_SINCE_IT_REQUESTS_MORE_MEMORY_THAN_CAN_D77C2921 = - - - "查询已中止,因为其请求的内存超过可分配上限,bytesToReserve:%sB,maxBytesCanReserve:%sB"; - public static final String QUERY_EXCEPTION_RELATEDMEMORYRESERVED_CAN_T_BE_NULL_WHEN_FREEING_MEMORY_C80009F2 = - "释放内存时 RelatedMemoryReserved 不能为 null"; - public static final String QUERY_EXCEPTION_INTERRUPTED_BY_92FAED2D = - "被中断,原因:"; - public static final String QUERY_EXCEPTION_DRIVER_WAS_INTERRUPTED_737358E4 = + public static final String + QUERY_EXCEPTION_THERE_IS_NOT_ENOUGH_CPU_TO_EXECUTE_CURRENT_FRAGMENT_INSTANCE_E7719FB8 = + "没有足够 CPU 执行当前 fragment instance。"; + public static final String + QUERY_EXCEPTION_THERE_IS_NO_ENOUGH_MEMORY_TO_EXECUTE_CURRENT_FRAGMENT_INSTANCE_CB632843 = + "没有足够内存执行当前 fragment instance。"; + public static final String + QUERY_EXCEPTION_PLANNODE_RELATED_MEMORY_IS_NOT_ZERO_WHEN_TRYING_TO_DEREGISTER_E01109C5 = + "尝试从查询内存池注销 FI 时,PlanNode 相关内存不为 0。QueryId 为:%s,FragmentInstanceId 为:%s,非零 PlanNode 相关内存为:%s。"; + public static final String + QUERY_EXCEPTION_QUERY_IS_ABORTED_SINCE_IT_REQUESTS_MORE_MEMORY_THAN_CAN_D77C2921 = + "查询已中止,因为其请求的内存超过可分配上限,bytesToReserve:%sB,maxBytesCanReserve:%sB"; + public static final String + QUERY_EXCEPTION_RELATEDMEMORYRESERVED_CAN_T_BE_NULL_WHEN_FREEING_MEMORY_C80009F2 = + "释放内存时 RelatedMemoryReserved 不能为 null"; + public static final String QUERY_EXCEPTION_INTERRUPTED_BY_92FAED2D = "被中断,原因:"; + public static final String QUERY_EXCEPTION_DRIVER_WAS_INTERRUPTED_737358E4 = "Driver 已中断"; - "Driver 已中断"; public static final String QUERY_EXCEPTION_UNSUPPORTED_QUERY_DATA_SOURCE_TYPE_S_7424E63F = - "不支持的查询数据源类型:%s"; - public static final String QUERY_EXCEPTION_REPEATED_RPC_CALL_DETECTED_FOR_FRAGMENTINSTANCE_S_REJECT_BF609A26 = - - "检测到 FragmentInstance %s 的重复 RPC 调用,拒绝重复分发。"; - public static final String QUERY_EXCEPTION_QUERY_HAS_EXECUTED_MORE_THAN_SMS_AND_NOW_IS_IN_FLUSHING_4BF7535B = - - "查询已执行超过 %sms,目前处于 flushing 状态"; - public static final String QUERY_EXCEPTION_THE_QUERYCONTEXT_DOES_NOT_SUPPORT_ROW_LEVEL_FILTERING_D4CD0678 = - - "QueryContext 不支持行级过滤"; - public static final String QUERY_EXCEPTION_S_IS_NOT_VIEW_B5840A3C = - "%s 不是视图。"; - public static final String QUERY_EXCEPTION_THE_TIMESERIES_S_USED_NEW_TYPE_S_IS_NOT_COMPATIBLE_WITH_455D4D4A = - - "时间序列 %s 使用的新类型 %s 与现有类型 %s 不兼容。"; - public static final String QUERY_EXCEPTION_ALL_CACHED_PAGES_SHOULD_BE_CONSUMED_FIRST_UNSEQPAGEREADERS_55898EFB = - - "应先消费所有缓存页,unSeqPageReaders.isEmpty() 为 %s,firstPageReader != null 为 %s,mergeReader.hasNextTimeValuePair() = %s"; - public static final String QUERY_EXCEPTION_NOT_SUPPORT_THIS_TYPE_OF_AGGREGATION_WINDOW_S_604F93D0 = - - "不支持此类聚合窗口:%s"; - public static final String QUERY_EXCEPTION_UNSUPPORTED_DATA_TYPE_IN_EQUAL_EVENT_AGGREGATION_S_5076ACFE = - - - "equal event aggregation 不支持数据类型:%s"; - public static final String QUERY_EXCEPTION_UNSUPPORTED_DATA_TYPE_IN_VARIATION_EVENT_AGGREGATION_S_47341532 = - - - "variation event aggregation 不支持数据类型:%s"; - public static final String QUERY_EXCEPTION_THE_OPERATOR_CANNOT_CONTINUE_UNTIL_THE_LAST_WRITE_OPERATION_1F241343 = - - "上一次写操作完成前,operator 不能继续。"; - public static final String QUERY_EXCEPTION_DATA_TYPE_S_IS_NOT_SUPPORTED_5D5C02E4 = - - "不支持数据类型 %s。"; - public static final String QUERY_EXCEPTION_DATA_TYPE_S_IS_NOT_SUPPORTED_WHEN_CONVERT_DATA_AT_CLIENT_405429CC = - - "客户端转换数据时不支持数据类型 %s"; - public static final String QUERY_EXCEPTION_CHILD_SIZE_OF_INNERTIMEJOINOPERATOR_SHOULD_BE_LARGER_THAN_4E7CF105 = - - "InnerTimeJoinOperator 的子节点数量应大于 1。"; - public static final String QUERY_EXCEPTION_THE_OPERATOR_CANNOT_CONTINUE_UNTIL_THE_FORECAST_EXECUTION_AF8A3145 = - - "forecast 执行完成前,operator 不能继续。"; - public static final String QUERY_EXCEPTION_RESULT_TYPE_MISMATCH_FOR_ATTRIBUTE_S_EXPECTED_S_ACTUAL_S_E5637B91 = + public static final String + QUERY_EXCEPTION_REPEATED_RPC_CALL_DETECTED_FOR_FRAGMENTINSTANCE_S_REJECT_BF609A26 = + "检测到 FragmentInstance %s 的重复 RPC 调用,拒绝重复分发。"; + public static final String + QUERY_EXCEPTION_QUERY_HAS_EXECUTED_MORE_THAN_SMS_AND_NOW_IS_IN_FLUSHING_4BF7535B = + "查询已执行超过 %sms,目前处于 flushing 状态"; + public static final String + QUERY_EXCEPTION_THE_QUERYCONTEXT_DOES_NOT_SUPPORT_ROW_LEVEL_FILTERING_D4CD0678 = + "QueryContext 不支持行级过滤"; + public static final String QUERY_EXCEPTION_S_IS_NOT_VIEW_B5840A3C = "%s 不是视图。"; + public static final String + QUERY_EXCEPTION_THE_TIMESERIES_S_USED_NEW_TYPE_S_IS_NOT_COMPATIBLE_WITH_455D4D4A = + "时间序列 %s 使用的新类型 %s 与现有类型 %s 不兼容。"; + public static final String + QUERY_EXCEPTION_ALL_CACHED_PAGES_SHOULD_BE_CONSUMED_FIRST_UNSEQPAGEREADERS_55898EFB = + "应先消费所有缓存页,unSeqPageReaders.isEmpty() 为 %s,firstPageReader != null 为 %s,mergeReader.hasNextTimeValuePair() = %s"; + public static final String + QUERY_EXCEPTION_NOT_SUPPORT_THIS_TYPE_OF_AGGREGATION_WINDOW_S_604F93D0 = "不支持此类聚合窗口:%s"; + public static final String + QUERY_EXCEPTION_UNSUPPORTED_DATA_TYPE_IN_EQUAL_EVENT_AGGREGATION_S_5076ACFE = + "equal event aggregation 不支持数据类型:%s"; + public static final String + QUERY_EXCEPTION_UNSUPPORTED_DATA_TYPE_IN_VARIATION_EVENT_AGGREGATION_S_47341532 = + "variation event aggregation 不支持数据类型:%s"; + public static final String + QUERY_EXCEPTION_THE_OPERATOR_CANNOT_CONTINUE_UNTIL_THE_LAST_WRITE_OPERATION_1F241343 = + "上一次写操作完成前,operator 不能继续。"; + public static final String QUERY_EXCEPTION_DATA_TYPE_S_IS_NOT_SUPPORTED_5D5C02E4 = "不支持数据类型 %s。"; - "属性 '%s' 的结果类型不匹配,期望 %s,实际 %s"; + public static final String + QUERY_EXCEPTION_DATA_TYPE_S_IS_NOT_SUPPORTED_WHEN_CONVERT_DATA_AT_CLIENT_405429CC = + "客户端转换数据时不支持数据类型 %s"; + public static final String + QUERY_EXCEPTION_CHILD_SIZE_OF_INNERTIMEJOINOPERATOR_SHOULD_BE_LARGER_THAN_4E7CF105 = + "InnerTimeJoinOperator 的子节点数量应大于 1。"; + public static final String + QUERY_EXCEPTION_THE_OPERATOR_CANNOT_CONTINUE_UNTIL_THE_FORECAST_EXECUTION_AF8A3145 = + "forecast 执行完成前,operator 不能继续。"; + public static final String + QUERY_EXCEPTION_RESULT_TYPE_MISMATCH_FOR_ATTRIBUTE_S_EXPECTED_S_ACTUAL_S_E5637B91 = + "属性 '%s' 的结果类型不匹配,期望 %s,实际 %s"; public static final String QUERY_EXCEPTION_DEVICE_ENTRIES_OF_INDEX_S_IS_EMPTY_BCFB0644 = - "索引 %s 的设备条目为空。"; - public static final String QUERY_EXCEPTION_SHOULD_NOT_CALL_GETRESULTDATATYPES_METHOD_IN_DEVICEITERATORSCANOPERATOR_E915A153 = - - "不应在 DeviceIteratorScanOperator 中调用 getResultDataTypes() 方法"; - public static final String QUERY_EXCEPTION_UNEXPECTED_COLUMN_CATEGORY_S_6E60A44E = - - "意外的列类别:%s"; - public static final String QUERY_EXCEPTION_DEVICE_ENTRIES_OF_INDEX_S_IN_TABLESCANOPERATOR_IS_EMPTY_FDEB574F = - - "TableScanOperator 中索引 %s 的设备条目为空。"; - public static final String QUERY_EXCEPTION_MULTILEVELPRIORITYQUEUE_DOES_NOT_SUPPORT_ACCESS_ELEMENT_02FE5AC9 = - - "MultilevelPriorityQueue 不支持随机访问元素。"; - public static final String QUERY_EXCEPTION_ASCENDING_IS_NOT_SUPPORTED_WHEN_SLIDING_STEP_CONTAINS_MONTH_3446C0DC = - - "sliding step 包含月份时不支持升序。"; - public static final String QUERY_EXCEPTION_THIS_OPERATION_IS_NOT_SUPPORTED_IN_SCHEMAMEASUREMENTNODE_93A81AE3 = + public static final String + QUERY_EXCEPTION_SHOULD_NOT_CALL_GETRESULTDATATYPES_METHOD_IN_DEVICEITERATORSCANOPERATOR_E915A153 = + "不应在 DeviceIteratorScanOperator 中调用 getResultDataTypes() 方法"; + public static final String QUERY_EXCEPTION_UNEXPECTED_COLUMN_CATEGORY_S_6E60A44E = "意外的列类别:%s"; - "SchemaMeasurementNode 不支持此操作。"; - public static final String QUERY_EXCEPTION_REMOVE_CHILD_OPERATION_IS_NOT_SUPPORTED_IN_SCHEMAMEASUREMENTNODE_940D080F = - "SchemaMeasurementNode 不支持 removeChild 操作。"; - public static final String QUERY_EXCEPTION_DO_NOT_SUPPORT_CREATE_COLUMNBUILDER_WITH_DATA_TYPE_S_1672578A = - "不支持使用数据类型 %s 创建 ColumnBuilder"; + public static final String + QUERY_EXCEPTION_DEVICE_ENTRIES_OF_INDEX_S_IN_TABLESCANOPERATOR_IS_EMPTY_FDEB574F = + "TableScanOperator 中索引 %s 的设备条目为空。"; + public static final String + QUERY_EXCEPTION_MULTILEVELPRIORITYQUEUE_DOES_NOT_SUPPORT_ACCESS_ELEMENT_02FE5AC9 = + "MultilevelPriorityQueue 不支持随机访问元素。"; + public static final String + QUERY_EXCEPTION_ASCENDING_IS_NOT_SUPPORTED_WHEN_SLIDING_STEP_CONTAINS_MONTH_3446C0DC = + "sliding step 包含月份时不支持升序。"; + public static final String + QUERY_EXCEPTION_THIS_OPERATION_IS_NOT_SUPPORTED_IN_SCHEMAMEASUREMENTNODE_93A81AE3 = + "SchemaMeasurementNode 不支持此操作。"; + public static final String + QUERY_EXCEPTION_REMOVE_CHILD_OPERATION_IS_NOT_SUPPORTED_IN_SCHEMAMEASUREMENTNODE_940D080F = + "SchemaMeasurementNode 不支持 removeChild 操作。"; + public static final String + QUERY_EXCEPTION_DO_NOT_SUPPORT_CREATE_COLUMNBUILDER_WITH_DATA_TYPE_S_1672578A = + "不支持使用数据类型 %s 创建 ColumnBuilder"; public static final String QUERY_EXCEPTION_INVALID_CONSTANT_OPERAND_S_939F3B8D = "无效的 constant operand:%s"; - public static final String QUERY_EXCEPTION_THE_DATA_TYPE_OF_THE_STATE_WINDOW_STRATEGY_IS_NOT_VALID_DFFBF210 = - - "state window strategy 的数据类型无效。"; - public static final String QUERY_EXCEPTION_STATEWINDOWACCESSSTRATEGY_DOES_NOT_SUPPORT_PURE_CONSTANT_B09D811B = - - "StateWindowAccessStrategy 不支持纯常量输入。"; - public static final String QUERY_EXCEPTION_UNEXPECTED_ACCESS_STRATEGY_S_92EA9D64 = - "意外的访问策略:%s"; - public static final String QUERY_EXCEPTION_STATEWINDOWACCESSSTRATEGY_ONLY_SUPPORT_ONE_INPUT_SERIES_6856E52C = - - "StateWindowAccessStrategy 目前仅支持一个输入序列。"; + public static final String + QUERY_EXCEPTION_THE_DATA_TYPE_OF_THE_STATE_WINDOW_STRATEGY_IS_NOT_VALID_DFFBF210 = + "state window strategy 的数据类型无效。"; + public static final String + QUERY_EXCEPTION_STATEWINDOWACCESSSTRATEGY_DOES_NOT_SUPPORT_PURE_CONSTANT_B09D811B = + "StateWindowAccessStrategy 不支持纯常量输入。"; + public static final String QUERY_EXCEPTION_UNEXPECTED_ACCESS_STRATEGY_S_92EA9D64 = "意外的访问策略:%s"; + public static final String + QUERY_EXCEPTION_STATEWINDOWACCESSSTRATEGY_ONLY_SUPPORT_ONE_INPUT_SERIES_6856E52C = + "StateWindowAccessStrategy 目前仅支持一个输入序列。"; public static final String QUERY_EXCEPTION_UNSUPPORTED_SOURCE_DATATYPE_S_EA03E121 = - "不支持的源 dataType:%s"; public static final String QUERY_EXCEPTION_UNSUPPORTED_TARGET_DATATYPE_S_8DEFDAE6 = - "不支持的目标 dataType:%s"; - public static final String QUERY_EXCEPTION_UNSUPPORTED_STATEMENT_TYPE_S_FBCA7305 = + public static final String QUERY_EXCEPTION_UNSUPPORTED_STATEMENT_TYPE_S_FBCA7305 = "不支持的语句类型:%s"; - "不支持的语句类型:%s"; - public static final String QUERY_EXCEPTION_IDENTITYSINKNODE_SHOULD_ONLY_HAVE_ONE_CHILD_IN_TABLE_MODEL_5E995EB3 = - - "表模型中 IdentitySinkNode 只能有一个子节点。"; + public static final String + QUERY_EXCEPTION_IDENTITYSINKNODE_SHOULD_ONLY_HAVE_ONE_CHILD_IN_TABLE_MODEL_5E995EB3 = + "表模型中 IdentitySinkNode 只能有一个子节点。"; public static final String QUERY_EXCEPTION_TREE_DB_NAME_SHOULD_AT_LEAST_BE_TWO_LEVEL_S_772B6832 = - "树模型数据库名称至少应有两级:%s"; - public static final String QUERY_EXCEPTION_PUSHDOWNOFFSET_SHOULD_NOT_BE_SET_WHEN_ISPUSHLIMITTOEACHDEVICE_9B6D5144 = - - "isPushLimitToEachDevice 为 true 时不应设置 PushDownOffset。"; + public static final String + QUERY_EXCEPTION_PUSHDOWNOFFSET_SHOULD_NOT_BE_SET_WHEN_ISPUSHLIMITTOEACHDEVICE_9B6D5144 = + "isPushLimitToEachDevice 为 true 时不应设置 PushDownOffset。"; public static final String QUERY_EXCEPTION_DEVICE_ENTRIES_OF_INDEX_S_IN_S_IS_EMPTY_68D1DB60 = - "索引 %s 在 %s 中的设备条目为空。"; - public static final String QUERY_EXCEPTION_THE_AGGREGATIONTREEDEVICEVIEWSCANNODE_SHOULD_HAS_BEEN_TRANSFERRED_76A35037 = - - "AggregationTreeDeviceViewScanNode 应已转换为其子类节点"; - public static final String QUERY_EXCEPTION_GROUPING_KEY_MUST_BE_ID_OR_ATTRIBUTE_IN_AGGREGATIONTABLESCAN_7B592AE6 = - - "AggregationTableScan 中的 grouping key 必须为 ID 或 Attribute"; + public static final String + QUERY_EXCEPTION_THE_AGGREGATIONTREEDEVICEVIEWSCANNODE_SHOULD_HAS_BEEN_TRANSFERRED_76A35037 = + "AggregationTreeDeviceViewScanNode 应已转换为其子类节点"; + public static final String + QUERY_EXCEPTION_GROUPING_KEY_MUST_BE_ID_OR_ATTRIBUTE_IN_AGGREGATIONTABLESCAN_7B592AE6 = + "AggregationTableScan 中的 grouping key 必须为 ID 或 Attribute"; public static final String QUERY_EXCEPTION_CANNOT_FIND_COLUMN_S_IN_CHILD_S_OUTPUT_10FBE4C8 = - "无法在子节点输出中找到列 [%s]。"; - public static final String QUERY_EXCEPTION_DESCRIPTOR_S_INPUT_EXPRESSION_MUST_BE_TIMESERIESOPERAND_F4F66475 = - - "descriptor 的输入表达式必须是 TimeSeriesOperand/TimestampOperand,当前为 %s。"; - public static final String QUERY_EXCEPTION_AGGREGATIONMERGESORTNODE_WITHOUT_ORDER_BY_DEVICE_SHOULD_7AED85D1 = - - "不应在此处出现没有 ORDER BY DEVICE 的 AggregationMergeSortNode"; - public static final String QUERY_EXCEPTION_UNEXPECTED_PLANNODE_IN_GETOUTPUTCOLUMNTYPESOFTIMEJOINNODE_00FAAEED = - - "getOutputColumnTypesOfTimeJoinNode 中出现意外 PlanNode,类型:%s"; - public static final String QUERY_EXCEPTION_THE_SIZE_OF_MEASUREMENTLIST_AND_TIMESERIESSCHEMAINFOLIST_A6649661 = - - "对齐路径中 measurementList 和 timeseriesSchemaInfoList 的大小应相等。"; - public static final String QUERY_EXCEPTION_THE_PLANNODE_IS_NULL_DURING_LOCAL_EXECUTION_MAYBE_CAUSED_C5B942CA = - "local execution 期间 planNode 为 null,可能是当前 DataNode 关闭导致"; - public static final String QUERY_EXCEPTION_THERE_IS_NOT_ENOUGH_MEMORY_TO_EXECUTE_CURRENT_FRAGMENT_INSTANCE_6071A581 = - - "没有足够内存执行当前 fragment instance,当前剩余空闲内存为 %dB,当前 fragment instance 预计内存使用量为 %dB。"; - public static final String QUERY_EXCEPTION_BYTES_TO_RESERVE_FROM_FREE_MEMORY_FOR_OPERATORS_SHOULD_BE_4DC404D5 = - - "为 operator 从空闲内存预留的字节数必须大于 0。"; - public static final String QUERY_EXCEPTION_THERE_IS_NOT_ENOUGH_MEMORY_FOR_QUERY_S_THE_CONTEXTHOLDER_546CDD02 = - - "Query %s 内存不足,contextHolder 为 %s,当前剩余空闲内存为 %dB,该 context 已预留总内存为 %dB,本次请求内存为 %dB。"; - public static final String QUERY_EXCEPTION_BYTES_TO_RELEASE_TO_FREE_MEMORY_FOR_OPERATORS_SHOULD_BE_3E5B0CB1 = - - "为 operator 释放到空闲内存的字节数必须大于 0。"; + public static final String + QUERY_EXCEPTION_DESCRIPTOR_S_INPUT_EXPRESSION_MUST_BE_TIMESERIESOPERAND_F4F66475 = + "descriptor 的输入表达式必须是 TimeSeriesOperand/TimestampOperand,当前为 %s。"; + public static final String + QUERY_EXCEPTION_AGGREGATIONMERGESORTNODE_WITHOUT_ORDER_BY_DEVICE_SHOULD_7AED85D1 = + "不应在此处出现没有 ORDER BY DEVICE 的 AggregationMergeSortNode"; + public static final String + QUERY_EXCEPTION_UNEXPECTED_PLANNODE_IN_GETOUTPUTCOLUMNTYPESOFTIMEJOINNODE_00FAAEED = + "getOutputColumnTypesOfTimeJoinNode 中出现意外 PlanNode,类型:%s"; + public static final String + QUERY_EXCEPTION_THE_SIZE_OF_MEASUREMENTLIST_AND_TIMESERIESSCHEMAINFOLIST_A6649661 = + "对齐路径中 measurementList 和 timeseriesSchemaInfoList 的大小应相等。"; + public static final String + QUERY_EXCEPTION_THE_PLANNODE_IS_NULL_DURING_LOCAL_EXECUTION_MAYBE_CAUSED_C5B942CA = + "local execution 期间 planNode 为 null,可能是当前 DataNode 关闭导致"; + public static final String + QUERY_EXCEPTION_THERE_IS_NOT_ENOUGH_MEMORY_TO_EXECUTE_CURRENT_FRAGMENT_INSTANCE_6071A581 = + "没有足够内存执行当前 fragment instance,当前剩余空闲内存为 %dB,当前 fragment instance 预计内存使用量为 %dB。"; + public static final String + QUERY_EXCEPTION_BYTES_TO_RESERVE_FROM_FREE_MEMORY_FOR_OPERATORS_SHOULD_BE_4DC404D5 = + "为 operator 从空闲内存预留的字节数必须大于 0。"; + public static final String + QUERY_EXCEPTION_THERE_IS_NOT_ENOUGH_MEMORY_FOR_QUERY_S_THE_CONTEXTHOLDER_546CDD02 = + "Query %s 内存不足,contextHolder 为 %s,当前剩余空闲内存为 %dB,该 context 已预留总内存为 %dB,本次请求内存为 %dB。"; + public static final String + QUERY_EXCEPTION_BYTES_TO_RELEASE_TO_FREE_MEMORY_FOR_OPERATORS_SHOULD_BE_3E5B0CB1 = + "为 operator 释放到空闲内存的字节数必须大于 0。"; public static final String QUERY_EXCEPTION_INVALID_AGGREGATION_EXPRESSION_S_B28EB91B = - "无效的聚合表达式:%s"; - public static final String QUERY_EXCEPTION_ILLEGAL_DEVICE_PATH_S_IN_AGGREGATIONPUSHDOWN_RULE_60D5F633 = - - "AggregationPushDown rule 中存在非法设备路径:%s。"; - public static final String QUERY_EXCEPTION_AGGREGATION_DESCRIPTORS_WITH_NON_ALIGNED_TEMPLATE_ARE_NOT_6D3C7C0F = - - "不支持带有非对齐模板的聚合描述符"; - public static final String QUERY_EXCEPTION_FRAGMENTINSTANCE_S_IS_FAILED_S_MAY_BE_CAUSED_BY_DN_RESTARTING_45D7D52A = - - "FragmentInstance[%s] 失败。%s,可能由 DN 重启导致。"; + public static final String + QUERY_EXCEPTION_ILLEGAL_DEVICE_PATH_S_IN_AGGREGATIONPUSHDOWN_RULE_60D5F633 = + "AggregationPushDown rule 中存在非法设备路径:%s。"; + public static final String + QUERY_EXCEPTION_AGGREGATION_DESCRIPTORS_WITH_NON_ALIGNED_TEMPLATE_ARE_NOT_6D3C7C0F = + "不支持带有非对齐模板的聚合描述符"; + public static final String + QUERY_EXCEPTION_FRAGMENTINSTANCE_S_IS_FAILED_S_MAY_BE_CAUSED_BY_DN_RESTARTING_45D7D52A = + "FragmentInstance[%s] 失败。%s,可能由 DN 重启导致。"; public static final String QUERY_EXCEPTION_FRAGMENTINSTANCE_S_IS_FAILED_S_566B0005 = - "FragmentInstance[%s] 失败。%s"; - public static final String QUERY_EXCEPTION_LINE_S_S_S_7CA5F0E1 = - "行 %s:%s %s"; - public static final String QUERY_EXCEPTION_MISSING_OR_INVALID_COLUMN_CATEGORIES_FOR_TABLE_INSERTION_5DF990B9 = - - "表插入缺少列类别或列类别无效"; - public static final String QUERY_EXCEPTION_THE_NAME_OF_A_MEASUREMENT_IN_SCHEMA_TEMPLATE_SHALL_NOT_BE_937264BD = - - "schema template 中的测点名称不得为 null。"; + public static final String QUERY_EXCEPTION_LINE_S_S_S_7CA5F0E1 = "行 %s:%s %s"; + public static final String + QUERY_EXCEPTION_MISSING_OR_INVALID_COLUMN_CATEGORIES_FOR_TABLE_INSERTION_5DF990B9 = + "表插入缺少列类别或列类别无效"; + public static final String + QUERY_EXCEPTION_THE_NAME_OF_A_MEASUREMENT_IN_SCHEMA_TEMPLATE_SHALL_NOT_BE_937264BD = + "schema template 中的测点名称不得为 null。"; public static final String QUERY_EXCEPTION_UNSUPPORTED_COLUMNCATEGORY_S_1260CFFD = "不支持的 ColumnCategory:%s"; public static final String QUERY_EXCEPTION_UNSUPPORTED_RAWEXPRESSION_TYPE_S_CDBBD685 = - "不支持的 rawExpression 类型:%s"; - public static final String QUERY_EXCEPTION_AN_ERROR_OCCURRED_WHEN_EXECUTING_GETSCHEMAPARTITION_S_A0156043 = - - "执行 getSchemaPartition() 时发生错误:%s"; - public static final String QUERY_EXCEPTION_AN_ERROR_OCCURRED_WHEN_EXECUTING_GETORCREATESCHEMAPARTITION_4D22BE9B = - - "执行 getOrCreateSchemaPartition() 时发生错误:%s"; - public static final String QUERY_EXCEPTION_AN_ERROR_OCCURRED_WHEN_EXECUTING_GETSCHEMANODEMANAGEMENTPARTITION_84AC8509 = - - "执行 getSchemaNodeManagementPartition() 时发生错误:%s"; - public static final String QUERY_EXCEPTION_AN_ERROR_OCCURRED_WHEN_EXECUTING_GETDATAPARTITION_S_D21A0011 = - - "执行 getDataPartition() 时发生错误:%s"; - public static final String QUERY_EXCEPTION_AN_ERROR_OCCURRED_WHEN_EXECUTING_GETORCREATEDATAPARTITION_2EB2EBBE = - - "执行 getOrCreateDataPartition() 时发生错误:%s"; + public static final String + QUERY_EXCEPTION_AN_ERROR_OCCURRED_WHEN_EXECUTING_GETSCHEMAPARTITION_S_A0156043 = + "执行 getSchemaPartition() 时发生错误:%s"; + public static final String + QUERY_EXCEPTION_AN_ERROR_OCCURRED_WHEN_EXECUTING_GETORCREATESCHEMAPARTITION_4D22BE9B = + "执行 getOrCreateSchemaPartition() 时发生错误:%s"; + public static final String + QUERY_EXCEPTION_AN_ERROR_OCCURRED_WHEN_EXECUTING_GETSCHEMANODEMANAGEMENTPARTITION_84AC8509 = + "执行 getSchemaNodeManagementPartition() 时发生错误:%s"; + public static final String + QUERY_EXCEPTION_AN_ERROR_OCCURRED_WHEN_EXECUTING_GETDATAPARTITION_S_D21A0011 = + "执行 getDataPartition() 时发生错误:%s"; + public static final String + QUERY_EXCEPTION_AN_ERROR_OCCURRED_WHEN_EXECUTING_GETORCREATEDATAPARTITION_2EB2EBBE = + "执行 getOrCreateDataPartition() 时发生错误:%s"; public static final String QUERY_EXCEPTION_THE_TYPE_OF_INPUT_EXPRESSION_S_IS_UNKNOWN_841AC714 = - "输入表达式 %s 的类型未知"; - public static final String QUERY_EXCEPTION_MEET_ERROR_WHEN_ANALYZING_THE_QUERY_STATEMENT_S_AD732908 = - - "分析查询语句时遇到错误:%s"; - public static final String QUERY_EXCEPTION_UNSUPPORTED_EXPRESSION_TYPE_FOR_SOURCE_EXPRESSION_S_FB5583E7 = - - "源表达式不支持的表达式类型:%s"; + public static final String + QUERY_EXCEPTION_MEET_ERROR_WHEN_ANALYZING_THE_QUERY_STATEMENT_S_AD732908 = "分析查询语句时遇到错误:%s"; + public static final String + QUERY_EXCEPTION_UNSUPPORTED_EXPRESSION_TYPE_FOR_SOURCE_EXPRESSION_S_FB5583E7 = + "源表达式不支持的表达式类型:%s"; public static final String QUERY_EXCEPTION_UNSUPPORTED_EXPRESSION_TYPE_S_737846D6 = "不支持的 Expression Type:%s"; - public static final String QUERY_EXCEPTION_UNKNOWN_EXPRESSION_TYPE_S_PERHAPS_IT_HAS_NON_EXISTENT_MEASUREMENT_B6705F86 = - - "未知表达式类型:%s,可能存在不存在的测点。"; - public static final String QUERY_EXCEPTION_UNSUPPORTED_EXPRESSION_TYPE_IN_TRANSFORMTOVIEWEXPRESSIONVISITOR_0871FB56 = - - "TransformToViewExpressionVisitor 中不支持的表达式类型:%s"; - public static final String QUERY_EXCEPTION_CAN_NOT_CONSTRUCT_EXPRESSION_USING_NON_VIEW_PATH_IN_TRANSFORMVIEWPATH_A9CCB5B1 = - - - "无法在 transformViewPath 中使用非视图路径构造表达式!"; + public static final String + QUERY_EXCEPTION_UNKNOWN_EXPRESSION_TYPE_S_PERHAPS_IT_HAS_NON_EXISTENT_MEASUREMENT_B6705F86 = + "未知表达式类型:%s,可能存在不存在的测点。"; + public static final String + QUERY_EXCEPTION_UNSUPPORTED_EXPRESSION_TYPE_IN_TRANSFORMTOVIEWEXPRESSIONVISITOR_0871FB56 = + "TransformToViewExpressionVisitor 中不支持的表达式类型:%s"; + public static final String + QUERY_EXCEPTION_CAN_NOT_CONSTRUCT_EXPRESSION_USING_NON_VIEW_PATH_IN_TRANSFORMVIEWPATH_A9CCB5B1 = + "无法在 transformViewPath 中使用非视图路径构造表达式!"; public static final String QUERY_EXCEPTION_UNSUPPORTED_EXPRESSION_TYPE_S_7C6F99A9 = - "不支持的表达式类型 %s"; - public static final String QUERY_EXCEPTION_S_CANNOT_BE_CAST_TO_S_DABC2DA0 = + public static final String QUERY_EXCEPTION_S_CANNOT_BE_CAST_TO_S_DABC2DA0 = "\"%s\" 无法转换为 [%s]"; - "\"%s\" 无法转换为 [%s]"; public static final String QUERY_EXCEPTION_UNSUPPORTED_DATA_TYPE_S_4CB21D47 = "不支持的数据类型 %s"; public static final String QUERY_EXCEPTION_MEASUREMENT_S_DOES_NOT_EXIST_23D2B5BE = "Measurement %s 不存在"; - public static final String QUERY_EXCEPTION_INVALID_SCALAR_FUNCTION_S_4DC1ED95 = + public static final String QUERY_EXCEPTION_INVALID_SCALAR_FUNCTION_S_4DC1ED95 = "无效的标量函数 [%s]。"; - "无效的标量函数 [%s]。"; public static final String QUERY_EXCEPTION_FETCH_SCHEMA_FAILED_BECAUSE_S_BE584DCE = - "获取 Schema 失败,原因:%s"; - public static final String QUERY_EXCEPTION_FETCH_SCHEMA_FAILED_S_1C7B0050 = + public static final String QUERY_EXCEPTION_FETCH_SCHEMA_FAILED_S_1C7B0050 = "获取 Schema 失败:%s"; - "获取 Schema 失败:%s"; public static final String QUERY_EXCEPTION_FAILED_TO_VALIDATE_SCHEMA_FOR_TABLE_S_S_D7031B7B = "无法校验表 {%s, %s} 的 schema"; - public static final String QUERY_EXCEPTION_THE_DATABASE_S_DOES_NOT_EXIST_PLEASE_ENABLE_ENABLE_AUTO_B6683D0E = - - "数据库 %s 不存在,请启用 'enable_auto_create_schema' 以允许自动创建。"; + public static final String + QUERY_EXCEPTION_THE_DATABASE_S_DOES_NOT_EXIST_PLEASE_ENABLE_ENABLE_AUTO_B6683D0E = + "数据库 %s 不存在,请启用 'enable_auto_create_schema' 以允许自动创建。"; public static final String QUERY_EXCEPTION_AUTO_CREATE_DATABASE_FAILED_S_STATUS_CODE_S_D8EB60FA = - "自动创建数据库失败:%s,状态码:%s"; - public static final String QUERY_EXCEPTION_TAG_COLUMN_S_IN_TSFILE_IS_NOT_FOUND_IN_IOTDB_TABLE_S_12E8C1EF = - - "TsFile 中的 tag 列 %s 在 IoTDB 表 %s 中未找到。"; + public static final String + QUERY_EXCEPTION_TAG_COLUMN_S_IN_TSFILE_IS_NOT_FOUND_IN_IOTDB_TABLE_S_12E8C1EF = + "TsFile 中的 tag 列 %s 在 IoTDB 表 %s 中未找到。"; public static final String QUERY_EXCEPTION_DUPLICATED_MEASUREMENTS_S_IN_DEVICE_S_438713CD = - "设备 %s 中存在重复测点 %s。"; public static final String QUERY_EXCEPTION_DATABASE_LEVEL_D_IS_LONGER_THAN_DEVICE_S_9B34DD2F = - - "数据库级别 %d 长于设备 %s。"; - public static final String QUERY_EXCEPTION_CREATE_DATABASE_ERROR_STATEMENT_S_RESULT_STATUS_IS_S_5C4AFD58 = - - - "创建数据库错误,statement:%s,结果状态为:%s"; - public static final String QUERY_EXCEPTION_DEVICE_S_DOES_NOT_EXIST_IN_IOTDB_AND_CAN_NOT_BE_CREATED_5171DE45 = - - - "设备 %s 在 IoTDB 中不存在且无法创建。请检查是否已启用 auto-create-schema。"; + public static final String + QUERY_EXCEPTION_CREATE_DATABASE_ERROR_STATEMENT_S_RESULT_STATUS_IS_S_5C4AFD58 = + "创建数据库错误,statement:%s,结果状态为:%s"; + public static final String + QUERY_EXCEPTION_DEVICE_S_DOES_NOT_EXIST_IN_IOTDB_AND_CAN_NOT_BE_CREATED_5171DE45 = + "设备 %s 在 IoTDB 中不存在且无法创建。请检查是否已启用 auto-create-schema。"; public static final String QUERY_EXCEPTION_DEVICE_S_IN_TSFILE_IS_S_BUT_IN_IOTDB_IS_S_350D5903 = - "TsFile 中设备 %s 为 %s,但 IoTDB 中为 %s。"; - public static final String QUERY_EXCEPTION_MEASUREMENT_S_DOES_NOT_EXIST_IN_IOTDB_AND_CAN_NOT_BE_CREATED_B1F446A5 = - - - "测点 %s 在 IoTDB 中不存在且无法创建。请检查是否已启用 auto-create-schema。"; - public static final String QUERY_EXCEPTION_AN_ERROR_OCCURRED_WHEN_EXECUTING_GETDEVICETODATABASE_S_CCA611CC = - "执行 getDeviceToDatabase() 时发生错误:%s"; - public static final String QUERY_EXCEPTION_FAILED_TO_GET_REPLICASET_OF_CONSENSUS_GROUPS_IDS_S_CC30C7A6 = - - "无法获取 consensus group 的 replicaSet[ids= %s]。"; - public static final String QUERY_EXCEPTION_AN_ERROR_OCCURRED_WHEN_EXECUTING_GETREGIONREPLICASET_S_370D5526 = - - "执行 getRegionReplicaSet() 时发生错误:%s"; + public static final String + QUERY_EXCEPTION_MEASUREMENT_S_DOES_NOT_EXIST_IN_IOTDB_AND_CAN_NOT_BE_CREATED_B1F446A5 = + "测点 %s 在 IoTDB 中不存在且无法创建。请检查是否已启用 auto-create-schema。"; + public static final String + QUERY_EXCEPTION_AN_ERROR_OCCURRED_WHEN_EXECUTING_GETDEVICETODATABASE_S_CCA611CC = + "执行 getDeviceToDatabase() 时发生错误:%s"; + public static final String + QUERY_EXCEPTION_FAILED_TO_GET_REPLICASET_OF_CONSENSUS_GROUPS_IDS_S_CC30C7A6 = + "无法获取 consensus group 的 replicaSet[ids= %s]。"; + public static final String + QUERY_EXCEPTION_AN_ERROR_OCCURRED_WHEN_EXECUTING_GETREGIONREPLICASET_S_370D5526 = + "执行 getRegionReplicaSet() 时发生错误:%s"; public static final String QUERY_EXCEPTION_SUBSCRIPTION_IS_NOT_ENABLED_7F43DCBB = - "Subscription 未启用。"; - public static final String QUERY_EXCEPTION_FAILED_TO_CREATE_UDF_S_THE_GIVEN_FUNCTION_NAME_CONFLICTS_6FBB1136 = - "无法创建 UDF [%s],给定函数名与内置函数名冲突。"; - public static final String QUERY_EXCEPTION_THE_SCHEME_OF_URI_IS_NOT_SET_PLEASE_SPECIFY_THE_SCHEME_OF_225DFB9E = - - "URI scheme 未设置,请指定 URI scheme。"; - public static final String QUERY_EXCEPTION_FAILED_TO_GET_EXECUTABLE_FOR_UDF_S_PLEASE_CHECK_THE_URI_F4D87A1E = - - "无法获取 UDF '%s' 的可执行文件,请检查 URI。"; - public static final String QUERY_EXCEPTION_FAILED_TO_CREATE_FUNCTION_S_BECAUSE_THERE_IS_DUPLICATE_ARGUMENT_7905BC09 = - - "无法创建函数 '%s':存在重复的参数名 '%s'。"; - public static final String QUERY_EXCEPTION_FAILED_TO_CREATE_FUNCTION_S_BECAUSE_THERE_IS_AN_ARGUMENT_E7A0B1D6 = - - "无法创建函数 '%s':存在 OBJECT 类型参数 '%s'。"; - public static final String QUERY_EXCEPTION_FAILED_TO_LOAD_CLASS_S_BECAUSE_IT_S_NOT_FOUND_IN_JAR_FILE_E467D08D = - "无法加载 class '%s',原因:jar 文件中未找到该 class 或其无效:%s"; + public static final String + QUERY_EXCEPTION_FAILED_TO_CREATE_UDF_S_THE_GIVEN_FUNCTION_NAME_CONFLICTS_6FBB1136 = + "无法创建 UDF [%s],给定函数名与内置函数名冲突。"; + public static final String + QUERY_EXCEPTION_THE_SCHEME_OF_URI_IS_NOT_SET_PLEASE_SPECIFY_THE_SCHEME_OF_225DFB9E = + "URI scheme 未设置,请指定 URI scheme。"; + public static final String + QUERY_EXCEPTION_FAILED_TO_GET_EXECUTABLE_FOR_UDF_S_PLEASE_CHECK_THE_URI_F4D87A1E = + "无法获取 UDF '%s' 的可执行文件,请检查 URI。"; + public static final String + QUERY_EXCEPTION_FAILED_TO_CREATE_FUNCTION_S_BECAUSE_THERE_IS_DUPLICATE_ARGUMENT_7905BC09 = + "无法创建函数 '%s':存在重复的参数名 '%s'。"; + public static final String + QUERY_EXCEPTION_FAILED_TO_CREATE_FUNCTION_S_BECAUSE_THERE_IS_AN_ARGUMENT_E7A0B1D6 = + "无法创建函数 '%s':存在 OBJECT 类型参数 '%s'。"; + public static final String + QUERY_EXCEPTION_FAILED_TO_LOAD_CLASS_S_BECAUSE_IT_S_NOT_FOUND_IN_JAR_FILE_E467D08D = + "无法加载 class '%s',原因:jar 文件中未找到该 class 或其无效:%s"; public static final String QUERY_EXCEPTION_BUILT_IN_FUNCTION_S_CAN_NOT_BE_DEREGISTERED_1CC7D3C3 = - "内置函数 %s 不能注销。"; - public static final String QUERY_EXCEPTION_FAILED_TO_GET_EXECUTABLE_FOR_TRIGGER_S_PLEASE_CHECK_THE_DA49134A = - - "无法获取 Trigger '%s' 的可执行文件,请检查 URI。"; - public static final String QUERY_EXCEPTION_FAILED_TO_CREATE_PIPE_PLUGIN_BECAUSE_THE_URI_IS_EMPTY_7FCB6EF4 = - - "无法创建 pipe plugin:URI 为空。"; - public static final String QUERY_EXCEPTION_FAILED_TO_GET_EXECUTABLE_FOR_PIPEPLUGIN_S_PLEASE_CHECK_THE_FAC5DCB7 = - - "无法获取 PipePlugin %s 的可执行文件,请检查 URI。"; - public static final String QUERY_EXCEPTION_FAILED_TO_CREATE_PIPEPLUGIN_S_BECAUSE_THIS_PLUGIN_IS_NOT_F5A284B4 = - "无法创建 PipePlugin '%s',原因:该插件不是为 %s 模型设计的。"; - public static final String QUERY_EXCEPTION_NOT_ALL_SG_IS_READY_9F51CF3E = - "并非所有 sg 都已就绪"; - public static final String QUERY_EXCEPTION_CANNOT_START_REPAIR_TASK_BECAUSE_COMPACTION_IS_NOT_ENABLED_975C8DCD = - - "无法启动 repair task:compaction 未启用。"; + public static final String + QUERY_EXCEPTION_FAILED_TO_GET_EXECUTABLE_FOR_TRIGGER_S_PLEASE_CHECK_THE_DA49134A = + "无法获取 Trigger '%s' 的可执行文件,请检查 URI。"; + public static final String + QUERY_EXCEPTION_FAILED_TO_CREATE_PIPE_PLUGIN_BECAUSE_THE_URI_IS_EMPTY_7FCB6EF4 = + "无法创建 pipe plugin:URI 为空。"; + public static final String + QUERY_EXCEPTION_FAILED_TO_GET_EXECUTABLE_FOR_PIPEPLUGIN_S_PLEASE_CHECK_THE_FAC5DCB7 = + "无法获取 PipePlugin %s 的可执行文件,请检查 URI。"; + public static final String + QUERY_EXCEPTION_FAILED_TO_CREATE_PIPEPLUGIN_S_BECAUSE_THIS_PLUGIN_IS_NOT_F5A284B4 = + "无法创建 PipePlugin '%s',原因:该插件不是为 %s 模型设计的。"; + public static final String QUERY_EXCEPTION_NOT_ALL_SG_IS_READY_9F51CF3E = "并非所有 sg 都已就绪"; + public static final String + QUERY_EXCEPTION_CANNOT_START_REPAIR_TASK_BECAUSE_COMPACTION_IS_NOT_ENABLED_975C8DCD = + "无法启动 repair task:compaction 未启用。"; public static final String QUERY_EXCEPTION_PLEASE_ENSURE_YOUR_INPUT_QUERYID_IS_CORRECT_D86C841E = - "请确保输入的 正确"; - public static final String QUERY_EXCEPTION_DUPLICATED_MEASUREMENT_S_IN_DEVICE_TEMPLATE_ALTER_REQUEST_963FE4A6 = - - "device template alter 请求中 measurement [%s] 重复。"; - public static final String QUERY_EXCEPTION_FAILED_TO_CREATE_PIPE_S_BECAUSE_TSFILE_IS_CONFIGURED_WITH_2F8CD704 = - "无法创建 Pipe %s,原因:TsFile 配置了加密,禁止使用 Pipe"; - public static final String QUERY_EXCEPTION_FAILED_TO_CREATE_PIPE_S_PIPE_NAME_STARTING_WITH_S_ARE_NOT_201FE8C3 = - "无法创建 pipe %s,不允许创建以 \"%s\" 开头的 pipe。"; - public static final String QUERY_EXCEPTION_FAILED_TO_ALTER_PIPE_S_PIPE_NAME_STARTING_WITH_S_ARE_NOT_03D99ECF = - "无法修改 pipe %s,不允许修改以 \"%s\" 开头的 pipe。"; - public static final String QUERY_EXCEPTION_FAILED_TO_GET_PIPE_INFO_FROM_CONFIG_NODE_STATUS_IS_S_FE797D7B = - - "无法从 config node 获取 pipe info,状态为 %s。"; - public static final String QUERY_EXCEPTION_FAILED_TO_ALTER_PIPE_S_PIPE_NOT_FOUND_IN_SYSTEM_63B5D3CC = - - "修改 pipe %s 失败:系统中未找到该 pipe。"; + public static final String + QUERY_EXCEPTION_DUPLICATED_MEASUREMENT_S_IN_DEVICE_TEMPLATE_ALTER_REQUEST_963FE4A6 = + "device template alter 请求中 measurement [%s] 重复。"; + public static final String + QUERY_EXCEPTION_FAILED_TO_CREATE_PIPE_S_BECAUSE_TSFILE_IS_CONFIGURED_WITH_2F8CD704 = + "无法创建 Pipe %s,原因:TsFile 配置了加密,禁止使用 Pipe"; + public static final String + QUERY_EXCEPTION_FAILED_TO_CREATE_PIPE_S_PIPE_NAME_STARTING_WITH_S_ARE_NOT_201FE8C3 = + "无法创建 pipe %s,不允许创建以 \"%s\" 开头的 pipe。"; + public static final String + QUERY_EXCEPTION_FAILED_TO_ALTER_PIPE_S_PIPE_NAME_STARTING_WITH_S_ARE_NOT_03D99ECF = + "无法修改 pipe %s,不允许修改以 \"%s\" 开头的 pipe。"; + public static final String + QUERY_EXCEPTION_FAILED_TO_GET_PIPE_INFO_FROM_CONFIG_NODE_STATUS_IS_S_FE797D7B = + "无法从 config node 获取 pipe info,状态为 %s。"; + public static final String + QUERY_EXCEPTION_FAILED_TO_ALTER_PIPE_S_PIPE_NOT_FOUND_IN_SYSTEM_63B5D3CC = + "修改 pipe %s 失败:系统中未找到该 pipe。"; public static final String QUERY_EXCEPTION_FAILED_TO_ALTER_PIPE_S_BECAUSE_S_A1823289 = "无法修改 pipe %s, 原因:%s"; - public static final String QUERY_EXCEPTION_FAILED_TO_START_PIPE_S_PIPE_NAME_STARTING_WITH_S_ARE_NOT_F16D488F = - "无法启动 pipe %s,不允许启动名称以 \"%s\" 开头的 pipe。"; - public static final String QUERY_EXCEPTION_FAILED_TO_DROP_PIPE_S_PIPE_NAME_STARTING_WITH_S_ARE_NOT_840E238B = - "无法删除 pipe %s,不允许删除以 \"%s\" 开头的 pipe。"; - public static final String QUERY_EXCEPTION_FAILED_TO_STOP_PIPE_S_PIPE_NAME_STARTING_WITH_S_ARE_NOT_C78DFC3D = - "无法停止 pipe %s,不允许停止名称以 \"%s\" 开头的 pipe。"; + public static final String + QUERY_EXCEPTION_FAILED_TO_START_PIPE_S_PIPE_NAME_STARTING_WITH_S_ARE_NOT_F16D488F = + "无法启动 pipe %s,不允许启动名称以 \"%s\" 开头的 pipe。"; + public static final String + QUERY_EXCEPTION_FAILED_TO_DROP_PIPE_S_PIPE_NAME_STARTING_WITH_S_ARE_NOT_840E238B = + "无法删除 pipe %s,不允许删除以 \"%s\" 开头的 pipe。"; + public static final String + QUERY_EXCEPTION_FAILED_TO_STOP_PIPE_S_PIPE_NAME_STARTING_WITH_S_ARE_NOT_C78DFC3D = + "无法停止 pipe %s,不允许停止名称以 \"%s\" 开头的 pipe。"; public static final String QUERY_EXCEPTION_UNKNOWN_DATABASE_S_5AB61128 = "未知的数据库 %s"; - public static final String QUERY_EXCEPTION_DATABASE_S_DOESN_T_EXIST_5A8EE8CA = + public static final String QUERY_EXCEPTION_DATABASE_S_DOESN_T_EXIST_5A8EE8CA = "数据库 %s 不存在。"; - "数据库 %s 不存在。"; public static final String QUERY_EXCEPTION_DATABASE_S_ALREADY_EXISTS_D8BE5332 = "数据库 %s 已存在"; - public static final String QUERY_EXCEPTION_DATA_TYPE_CANNOT_BE_NULL_EXECUTING_THE_STATEMENT_THAT_ALTER_4C959B2F = - - "执行修改时间序列 %s 数据类型的语句时,数据类型不能为 null"; - public static final String QUERY_EXCEPTION_NO_CURRENT_SESSION_AVAILABLE_FOR_PREPARE_STATEMENT_36717E9B = - - "没有可用于 PREPARE 语句的当前 session。"; - public static final String QUERY_EXCEPTION_NO_CURRENT_SESSION_AVAILABLE_FOR_DEALLOCATE_STATEMENT_1EA5DE79 = - - "没有可用于 DEALLOCATE 语句的当前 session。"; + public static final String + QUERY_EXCEPTION_DATA_TYPE_CANNOT_BE_NULL_EXECUTING_THE_STATEMENT_THAT_ALTER_4C959B2F = + "执行修改时间序列 %s 数据类型的语句时,数据类型不能为 null"; + public static final String + QUERY_EXCEPTION_NO_CURRENT_SESSION_AVAILABLE_FOR_PREPARE_STATEMENT_36717E9B = + "没有可用于 PREPARE 语句的当前 session。"; + public static final String + QUERY_EXCEPTION_NO_CURRENT_SESSION_AVAILABLE_FOR_DEALLOCATE_STATEMENT_1EA5DE79 = + "没有可用于 DEALLOCATE 语句的当前 session。"; public static final String QUERY_EXCEPTION_TSFILE_S_IS_LOADING_BY_ANOTHER_SCHEDULER_55077B82 = - "TsFile %s 正在由另一个 scheduler 加载。"; - public static final String QUERY_EXCEPTION_SERIALIZE_PROGRESS_INDEX_ERROR_ISFIRSTPHASESUCCESS_S_UUID_690F0419 = - "序列化 Progress Index 出错,isFirstPhaseSuccess:%s,uuid:%s,TsFile:%s"; + public static final String + QUERY_EXCEPTION_SERIALIZE_PROGRESS_INDEX_ERROR_ISFIRSTPHASESUCCESS_S_UUID_690F0419 = + "序列化 Progress Index 出错,isFirstPhaseSuccess:%s,uuid:%s,TsFile:%s"; public static final String QUERY_EXCEPTION_UNSUPPORTED_TSFILEDATATYPE_S_374475FA = "不支持的 TsFileDataType %s。"; public static final String QUERY_EXCEPTION_UNKNOWN_SORT_KEY_S_37965711 = "未知 sort key %s"; - public static final String QUERY_EXCEPTION_CAN_NOT_FIND_S_ON_THIS_MACHINE_NOTICE_THAT_LOAD_CAN_ONLY_B7886C0E = - "无法在本机找到 %s。注意,load 只能处理本机文件。"; - public static final String QUERY_EXCEPTION_LOAD_TSFILE_SOURCE_PATH_S_IS_OUTSIDE_ALLOWED_DIRECTORIES_85A6019F = - - "加载 TsFile 的源路径 %s 位于允许目录 %s 之外。"; + public static final String + QUERY_EXCEPTION_CAN_NOT_FIND_S_ON_THIS_MACHINE_NOTICE_THAT_LOAD_CAN_ONLY_B7886C0E = + "无法在本机找到 %s。注意,load 只能处理本机文件。"; + public static final String + QUERY_EXCEPTION_LOAD_TSFILE_SOURCE_PATH_S_IS_OUTSIDE_ALLOWED_DIRECTORIES_85A6019F = + "加载 TsFile 的源路径 %s 位于允许目录 %s 之外。"; public static final String QUERY_EXCEPTION_CANNOT_LOAD_FILES_BECAUSE_SPECIFIED_DIRECTORY_CONTAINS_IOTDB_DATA_B0A1B93D = "指定目录包含 IoTDB 数据,无法加载文件。"; - public static final String QUERY_EXCEPTION_FAILED_TO_RESOLVE_CANONICAL_PATH_FOR_LOAD_TSFILE_SOURCE_09CC9AC6 = - "无法解析 load TsFile source %s 的 canonical path:%s"; - public static final String QUERY_EXCEPTION_DATA_TYPE_IS_NOT_CONSISTENT_INPUT_S_REGISTERED_S_AE9DBDC0 = - - "数据类型不一致,输入 %s,已注册 %s"; + public static final String + QUERY_EXCEPTION_FAILED_TO_RESOLVE_CANONICAL_PATH_FOR_LOAD_TSFILE_SOURCE_09CC9AC6 = + "无法解析 load TsFile source %s 的 canonical path:%s"; + public static final String + QUERY_EXCEPTION_DATA_TYPE_IS_NOT_CONSISTENT_INPUT_S_REGISTERED_S_AE9DBDC0 = + "数据类型不一致,输入 %s,已注册 %s"; public static final String QUERY_EXCEPTION_REGIONREPLICASET_IS_INVALID_S_1C2671AD = - "regionReplicaSet 无效:%s"; - public static final String QUERY_EXCEPTION_PLANNODE_SHOULD_BE_IWRITEPLANNODE_IN_WRITE_OPERATION_S_36501D8A = - - "写操作中的 PlanNode 应为 IWritePlanNode:%s"; - public static final String QUERY_EXCEPTION_SIZE_OF_DEVICES_AND_ITS_CHILDREN_IN_DEVICEVIEWNODE_SHOULD_10709A84 = - - "DeviceViewNode 中 devices 及其 children 的大小应一致"; - public static final String QUERY_EXCEPTION_IN_NON_CROSS_DATA_REGION_DEVICE_VIEW_SITUATION_EACH_DEVICE_3A76445B = - - "在非跨 data region 的 device-view 场景中,每个设备应只有一个 data partition。"; - public static final String QUERY_EXCEPTION_IN_NON_CROSS_DATA_REGION_AGGREGATION_DEVICE_VIEW_SITUATION_557AE5D2 = - - "在非跨 data region 的 aggregation device-view 场景下,DeviceView 的每个重写子节点都只能有一个。"; - public static final String QUERY_EXCEPTION_ALL_CHILD_NODES_OF_INNERTIMEJOINNODE_SHOULD_BE_SERIESSOURCENODE_B92B181D = - - "InnerTimeJoinNode 的所有子节点都应为 SeriesSourceNode"; - public static final String QUERY_EXCEPTION_YOU_SHOULD_NEVER_SEE_CONTINUOUSSAMESEARCHINDEXSEPARATORNODE_F380A4B6 = - - "不应在该函数中看到 ContinuousSameSearchIndexSeparatorNode,因为 ContinuousSameSearchIndexSeparatorNode 不应用于网络传输。"; - public static final String QUERY_EXCEPTION_AGGREGATIONTREEDEVICEVIEWSCANNODE_SHOULD_NOT_BE_DESERIALIZED_11788F1B = - - "AggregationTreeDeviceViewScanNode 不应被反序列化"; - public static final String QUERY_EXCEPTION_CONTINUOUSSAMESEARCHINDEXSEPARATORNODE_NOT_SUPPORT_MERGE_FD194976 = - - "ContinuousSameSearchIndexSeparatorNode 不支持 merge"; - public static final String QUERY_EXCEPTION_DELETEDATANODES_WHICH_START_TIME_OR_END_TIME_ARE_NOT_SAME_F396951C = - - "开始时间或结束时间不同的 DeleteDataNodes 不能合并"; - public static final String QUERY_EXCEPTION_NO_CHILD_IS_ALLOWED_FOR_ALIGNEDSERIESAGGREGATIONSCANNODE_41654FE2 = - - "AlignedSeriesAggregationScanNode 不允许有子节点"; - public static final String QUERY_EXCEPTION_DEVICES_IN_TSFILE_S_IS_EMPTY_THIS_SHOULD_NOT_HAPPEN_HERE_BC1BE63C = - - "TsFile %s 中的设备为空,这里不应发生该情况。"; - public static final String QUERY_EXCEPTION_DEVICEMERGENODE_SHOULD_HAVE_ONLY_ONE_LOCAL_CHILD_IN_SINGLE_D1A2E6CF = - - "单 data region 中 DeviceMergeNode 只能有一个 local child。"; - public static final String QUERY_EXCEPTION_GETOUTPUTCOLUMNNAMES_OF_CREATEMULTITIMESERIESNODE_IS_NOT_9D02257A = - - "CreateMultiTimeSeriesNode 的 getOutputColumnNames 尚未实现"; - public static final String QUERY_EXCEPTION_GETOUTPUTCOLUMNNAMES_OF_ALTERLOGICALVIEWNODE_IS_NOT_IMPLEMENTED_D2294789 = - - "AlterLogicalViewNode 的 getOutputColumnNames 尚未实现"; + public static final String + QUERY_EXCEPTION_PLANNODE_SHOULD_BE_IWRITEPLANNODE_IN_WRITE_OPERATION_S_36501D8A = + "写操作中的 PlanNode 应为 IWritePlanNode:%s"; + public static final String + QUERY_EXCEPTION_SIZE_OF_DEVICES_AND_ITS_CHILDREN_IN_DEVICEVIEWNODE_SHOULD_10709A84 = + "DeviceViewNode 中 devices 及其 children 的大小应一致"; + public static final String + QUERY_EXCEPTION_IN_NON_CROSS_DATA_REGION_DEVICE_VIEW_SITUATION_EACH_DEVICE_3A76445B = + "在非跨 data region 的 device-view 场景中,每个设备应只有一个 data partition。"; + public static final String + QUERY_EXCEPTION_IN_NON_CROSS_DATA_REGION_AGGREGATION_DEVICE_VIEW_SITUATION_557AE5D2 = + "在非跨 data region 的 aggregation device-view 场景下,DeviceView 的每个重写子节点都只能有一个。"; + public static final String + QUERY_EXCEPTION_ALL_CHILD_NODES_OF_INNERTIMEJOINNODE_SHOULD_BE_SERIESSOURCENODE_B92B181D = + "InnerTimeJoinNode 的所有子节点都应为 SeriesSourceNode"; + public static final String + QUERY_EXCEPTION_YOU_SHOULD_NEVER_SEE_CONTINUOUSSAMESEARCHINDEXSEPARATORNODE_F380A4B6 = + "不应在该函数中看到 ContinuousSameSearchIndexSeparatorNode,因为 ContinuousSameSearchIndexSeparatorNode 不应用于网络传输。"; + public static final String + QUERY_EXCEPTION_AGGREGATIONTREEDEVICEVIEWSCANNODE_SHOULD_NOT_BE_DESERIALIZED_11788F1B = + "AggregationTreeDeviceViewScanNode 不应被反序列化"; + public static final String + QUERY_EXCEPTION_CONTINUOUSSAMESEARCHINDEXSEPARATORNODE_NOT_SUPPORT_MERGE_FD194976 = + "ContinuousSameSearchIndexSeparatorNode 不支持 merge"; + public static final String + QUERY_EXCEPTION_DELETEDATANODES_WHICH_START_TIME_OR_END_TIME_ARE_NOT_SAME_F396951C = + "开始时间或结束时间不同的 DeleteDataNodes 不能合并"; + public static final String + QUERY_EXCEPTION_NO_CHILD_IS_ALLOWED_FOR_ALIGNEDSERIESAGGREGATIONSCANNODE_41654FE2 = + "AlignedSeriesAggregationScanNode 不允许有子节点"; + public static final String + QUERY_EXCEPTION_DEVICES_IN_TSFILE_S_IS_EMPTY_THIS_SHOULD_NOT_HAPPEN_HERE_BC1BE63C = + "TsFile %s 中的设备为空,这里不应发生该情况。"; + public static final String + QUERY_EXCEPTION_DEVICEMERGENODE_SHOULD_HAVE_ONLY_ONE_LOCAL_CHILD_IN_SINGLE_D1A2E6CF = + "单 data region 中 DeviceMergeNode 只能有一个 local child。"; + public static final String + QUERY_EXCEPTION_GETOUTPUTCOLUMNNAMES_OF_CREATEMULTITIMESERIESNODE_IS_NOT_9D02257A = + "CreateMultiTimeSeriesNode 的 getOutputColumnNames 尚未实现"; + public static final String + QUERY_EXCEPTION_GETOUTPUTCOLUMNNAMES_OF_ALTERLOGICALVIEWNODE_IS_NOT_IMPLEMENTED_D2294789 = + "AlterLogicalViewNode 的 getOutputColumnNames 尚未实现"; public static final String EXCEPTION_APACHE_IOTDB_DOES_NOT_SUPPORT_THIS_OPERATION_ON_DATABASE_ARG_B09ADFD7 = - "Apache IoTDB 不支持对数据库 '%s' 执行此操作。"; - public static final String QUERY_EXCEPTION_THE_DATABASE_S_CAN_ONLY_BE_QUERIED_BY_AUDIT_ADMIN_4A510F66 = - - "数据库 '%s' 仅允许 AUDIT admin 查询。"; + public static final String + QUERY_EXCEPTION_THE_DATABASE_S_CAN_ONLY_BE_QUERIED_BY_AUDIT_ADMIN_4A510F66 = + "数据库 '%s' 仅允许 AUDIT admin 查询。"; public static final String QUERY_EXCEPTION_UNEXPECTED_WINDOW_FRAME_TYPE_S_F06F81B8 = - "意外的窗口框架类型:%s"; - public static final String QUERY_EXCEPTION_SIZE_OF_COLUMN_NAMES_AND_COLUMN_DATA_TYPES_DO_NOT_MATCH_9333D273 = - - "列名和列数据类型的数量不匹配"; + public static final String + QUERY_EXCEPTION_SIZE_OF_COLUMN_NAMES_AND_COLUMN_DATA_TYPES_DO_NOT_MATCH_9333D273 = + "列名和列数据类型的数量不匹配"; public static final String QUERY_EXCEPTION_FAILED_TO_FETCH_FRAGMENT_INSTANCE_STATISTICS_45176795 = "无法获取 fragment instance statistics"; - public static final String QUERY_EXCEPTION_UNABLE_TO_REMOVE_FIRST_NODE_WHEN_A_NODE_HAS_MULTIPLE_CHILDREN_FB6E81C5 = - "节点有多个 child 时无法移除 first node,请改用 removeAll"; - public static final String QUERY_EXCEPTION_UNABLE_TO_REPLACE_FIRST_NODE_WHEN_A_NODE_HAS_MULTIPLE_CHILDREN_2C3D0E9E = - "节点有多个 child 时无法替换 first node,请改用 replaceAll"; - public static final String QUERY_EXCEPTION_UNSUPPORTED_EXPRESSION_IN_EXTRACTGLOBALTIMEPREDICATE_S_083B1BFA = - - "extractGlobalTimePredicate 中不支持的表达式:%s"; + public static final String + QUERY_EXCEPTION_UNABLE_TO_REMOVE_FIRST_NODE_WHEN_A_NODE_HAS_MULTIPLE_CHILDREN_FB6E81C5 = + "节点有多个 child 时无法移除 first node,请改用 removeAll"; + public static final String + QUERY_EXCEPTION_UNABLE_TO_REPLACE_FIRST_NODE_WHEN_A_NODE_HAS_MULTIPLE_CHILDREN_2C3D0E9E = + "节点有多个 child 时无法替换 first node,请改用 replaceAll"; + public static final String + QUERY_EXCEPTION_UNSUPPORTED_EXPRESSION_IN_EXTRACTGLOBALTIMEPREDICATE_S_083B1BFA = + "extractGlobalTimePredicate 中不支持的表达式:%s"; public static final String QUERY_EXCEPTION_NOT_A_VALID_IR_EXPRESSION_S_03C41ADD = - "不是有效的 IR 表达式:%s"; public static final String QUERY_EXCEPTION_UNKNOWN_ALIGNEDDEVICEENTRY_TYPE_S_370A0039 = "未知的 AlignedDeviceEntry Type:%s"; public static final String QUERY_EXCEPTION_UNSUPPORTED_SELECTITEM_TYPE_S_4B0B155A = "不支持的 SelectItem type:%s"; - public static final String QUERY_EXCEPTION_THIS_VISITOR_ONLY_SUPPORTED_PROCESS_OF_EXPRESSION_7CEB79CB = - - "该 Visitor 仅支持处理 Expression"; + public static final String + QUERY_EXCEPTION_THIS_VISITOR_ONLY_SUPPORTED_PROCESS_OF_EXPRESSION_7CEB79CB = + "该 Visitor 仅支持处理 Expression"; public static final String QUERY_EXCEPTION_UNSUPPORTED_GROUPING_ELEMENT_TYPE_S_B3C526E6 = "不支持的 grouping element type:%s"; public static final String QUERY_EXCEPTION_UNSUPPORTED_JOIN_CRITERIA_S_311289C1 = "不支持的 join criteria:%s"; public static final String QUERY_EXCEPTION_DUPLICATE_ARGUMENT_SPECIFICATION_FOR_NAME_S_F804F3DC = - "名称存在重复的参数规范:%s"; - public static final String QUERY_EXCEPTION_FORECASTTABLEFUNCTION_MUST_CONTAIN_FORECASTTABLEFUNCTION_DA5828E9 = - "ForecastTableFunction 必须包含 ForecastTableFunction.TIMECOL_PARAMETER_NAME"; + public static final String + QUERY_EXCEPTION_FORECASTTABLEFUNCTION_MUST_CONTAIN_FORECASTTABLEFUNCTION_DA5828E9 = + "ForecastTableFunction 必须包含 ForecastTableFunction.TIMECOL_PARAMETER_NAME"; public static final String QUERY_EXCEPTION_UNEXPECTED_ARGUMENT_SPECIFICATION_S_830154B1 = - "意外的参数规范:%s"; public static final String QUERY_EXCEPTION_UNEXPECTED_PARTITIONBY_EXPRESSION_S_8D74EB2D = "意外的 partitionBy 表达式:%s"; public static final String QUERY_EXCEPTION_UNEXPECTED_ORDERBY_EXPRESSION_S_9301B69E = "意外的 orderBy 表达式:%s"; - public static final String QUERY_EXCEPTION_AGGREGATION_ANALYSIS_NOT_YET_IMPLEMENTED_FOR_S_38B64170 = - - "尚未实现 %s 的聚合分析"; + public static final String + QUERY_EXCEPTION_AGGREGATION_ANALYSIS_NOT_YET_IMPLEMENTED_FOR_S_38B64170 = "尚未实现 %s 的聚合分析"; public static final String QUERY_EXCEPTION_UNEXPECTED_VALUE_LIST_TYPE_FOR_INPREDICATE_S_3D50B78B = "InPredicate 的值列表类型意外:%s"; - public static final String QUERY_EXCEPTION_UNEXPECTED_COMPARISON_TYPE_S_5D101FCB = - "意外的比较类型:%s"; + public static final String QUERY_EXCEPTION_UNEXPECTED_COMPARISON_TYPE_S_5D101FCB = "意外的比较类型:%s"; public static final String QUERY_EXCEPTION_ZERO_LENGTH_DELIMITED_IDENTIFIER_NOT_ALLOWED_00C9ADEC = "不允许使用零长度分隔标识符"; - public static final String QUERY_EXCEPTION_BACKQUOTED_IDENTIFIERS_ARE_NOT_SUPPORTED_USE_DOUBLE_QUOTES_78BC7EE3 = - "不支持反引号标识符;请使用双引号引用标识符"; + public static final String + QUERY_EXCEPTION_BACKQUOTED_IDENTIFIERS_ARE_NOT_SUPPORTED_USE_DOUBLE_QUOTES_78BC7EE3 = + "不支持反引号标识符;请使用双引号引用标识符"; public static final String QUERY_EXCEPTION_UNSUPPORTED_UNBOUNDED_TYPE_S_2D943211 = "不支持的 unbounded type:%s"; public static final String QUERY_EXCEPTION_ONLY_SUPPORT_MEASUREMENT_COLUMN_IN_FILTER_S_140800D9 = @@ -3786,109 +2860,112 @@ private DataNodeQueryMessages() {} "不支持的 logical operator %s"; public static final String QUERY_EXCEPTION_S_IS_NOT_SUPPORTED_IN_VALUE_PUSH_DOWN_DD54E38A = "值下推中不支持 %s"; - public static final String QUERY_EXCEPTION_SHOULD_NOT_REACH_HERE_BEFORE_PREDICATECOMBINEINTOTABLESCANCHECKER_C591ED7D = - "PredicateCombineIntoTableScanChecker 支持第三个子节点的 Extract push-down 前,不应执行到这里"; - public static final String QUERY_EXCEPTION_COLUMNSCHEMA_OF_SYMBOL_S_ISN_T_SAVED_IN_SCHEMAMAP_3A172EBC = - "Symbol %s 的 ColumnSchema 未保存在 schemaMap 中"; - public static final String QUERY_EXCEPTION_SHOULD_NEVER_RETURN_NULL_IN_PREDICATECOMBINEINTOTABLESCANCHECKER_2A687052 = - "PredicateCombineIntoTableScanChecker 不应返回 null。"; - public static final String QUERY_EXCEPTION_EITHER_LEFT_OR_RIGHT_OPERAND_OF_COMPARISONEXPRESSION_SHOULD_FC89CE57 = - "ComparisonExpression 的左操作数或右操作数应包含时间列。"; - public static final String QUERY_EXCEPTION_SHOULD_NOT_REACH_HERE_BEFORE_GLOBALTIMEPREDICATEEXTRACTVISITOR_3ECC819B = - "GlobalTimePredicateExtractVisitor 支持第二个子节点的 Extract push-down 前,不应执行到这里"; - public static final String QUERY_EXCEPTION_SHOULD_NOT_REACH_HERE_BEFORE_GLOBALTIMEPREDICATEEXTRACTVISITOR_FB8489E8 = - "GlobalTimePredicateExtractVisitor 支持第三个子节点的 Extract push-down 前,不应执行到这里"; - public static final String QUERY_EXCEPTION_THREE_OPERAND_OF_BETWEEN_EXPRESSION_SHOULD_HAVE_TIME_COLUMN_25ED881D = - "范围表达式的三个操作数都应包含时间列。"; + public static final String + QUERY_EXCEPTION_SHOULD_NOT_REACH_HERE_BEFORE_PREDICATECOMBINEINTOTABLESCANCHECKER_C591ED7D = + "PredicateCombineIntoTableScanChecker 支持第三个子节点的 Extract push-down 前,不应执行到这里"; + public static final String + QUERY_EXCEPTION_COLUMNSCHEMA_OF_SYMBOL_S_ISN_T_SAVED_IN_SCHEMAMAP_3A172EBC = + "Symbol %s 的 ColumnSchema 未保存在 schemaMap 中"; + public static final String + QUERY_EXCEPTION_SHOULD_NEVER_RETURN_NULL_IN_PREDICATECOMBINEINTOTABLESCANCHECKER_2A687052 = + "PredicateCombineIntoTableScanChecker 不应返回 null。"; + public static final String + QUERY_EXCEPTION_EITHER_LEFT_OR_RIGHT_OPERAND_OF_COMPARISONEXPRESSION_SHOULD_FC89CE57 = + "ComparisonExpression 的左操作数或右操作数应包含时间列。"; + public static final String + QUERY_EXCEPTION_SHOULD_NOT_REACH_HERE_BEFORE_GLOBALTIMEPREDICATEEXTRACTVISITOR_3ECC819B = + "GlobalTimePredicateExtractVisitor 支持第二个子节点的 Extract push-down 前,不应执行到这里"; + public static final String + QUERY_EXCEPTION_SHOULD_NOT_REACH_HERE_BEFORE_GLOBALTIMEPREDICATEEXTRACTVISITOR_FB8489E8 = + "GlobalTimePredicateExtractVisitor 支持第三个子节点的 Extract push-down 前,不应执行到这里"; + public static final String + QUERY_EXCEPTION_THREE_OPERAND_OF_BETWEEN_EXPRESSION_SHOULD_HAVE_TIME_COLUMN_25ED881D = + "范围表达式的三个操作数都应包含时间列。"; public static final String QUERY_EXCEPTION_FETCH_TABLE_DEVICE_SCHEMA_FAILED_BECAUSE_S_20B7D6C2 = - "获取 Table Device Schema 失败,原因:%s"; public static final String QUERY_EXCEPTION_THE_SCHEMA_FILTER_TYPE_S_IS_NOT_SUPPORTED_200D1E0B = "不支持 schema filter 类型 %s"; - public static final String QUERY_EXCEPTION_AUTO_CREATE_TABLE_SUCCEED_BUT_CANNOT_GET_TABLE_SCHEMA_IN_74985A8E = - "auto create table 成功,但无法从当前节点的 DataNodeTableCache 获取 table schema,可能是并发 " - + "auto creating table 导致"; - public static final String QUERY_EXCEPTION_CAN_NOT_CREATE_TABLE_BECAUSE_INCOMING_TABLE_HAS_NO_LESS_D3D33555 = - - "无法创建表:传入表的 tag 列不少于现有表,且现有 tag 列不是传入 tag 列的前缀。现有 tag 列:%s,现有表索引:%s,传入表索引:%s"; - public static final String QUERY_EXCEPTION_CAN_NOT_CREATE_TABLE_BECAUSE_EXISTING_TABLE_HAS_MORE_TAG_8364B675 = - - "无法创建表:现有表的 tag 列多于传入表,且传入 tag 列不是现有 tag 列的前缀。传入 tag 列:%s,现有表索引:%s,传入表索引:%s"; + public static final String + QUERY_EXCEPTION_AUTO_CREATE_TABLE_SUCCEED_BUT_CANNOT_GET_TABLE_SCHEMA_IN_74985A8E = + "auto create table 成功,但无法从当前节点的 DataNodeTableCache 获取 table schema,可能是并发 " + + "auto creating table 导致"; + public static final String + QUERY_EXCEPTION_CAN_NOT_CREATE_TABLE_BECAUSE_INCOMING_TABLE_HAS_NO_LESS_D3D33555 = + "无法创建表:传入表的 tag 列不少于现有表,且现有 tag 列不是传入 tag 列的前缀。现有 tag 列:%s,现有表索引:%s,传入表索引:%s"; + public static final String + QUERY_EXCEPTION_CAN_NOT_CREATE_TABLE_BECAUSE_EXISTING_TABLE_HAS_MORE_TAG_8364B675 = + "无法创建表:现有表的 tag 列多于传入表,且传入 tag 列不是现有 tag 列的前缀。传入 tag 列:%s,现有表索引:%s,传入表索引:%s"; public static final String QUERY_EXCEPTION_AUTO_ADD_TABLE_COLUMN_FAILED_S_S_02F3DD19 = - "自动添加表列失败:%s.%s"; - public static final String QUERY_EXCEPTION_CANNOT_CREATE_COLUMN_S_CATEGORY_IS_NOT_PROVIDED_E5410BD3 = - - "无法创建列 %s:未提供 category。"; - public static final String QUERY_EXCEPTION_CANNOT_CREATE_COLUMN_S_DATATYPE_IS_NOT_PROVIDED_2A7D27FA = - - "无法创建列 %s:未提供 datatype。"; + public static final String + QUERY_EXCEPTION_CANNOT_CREATE_COLUMN_S_CATEGORY_IS_NOT_PROVIDED_E5410BD3 = + "无法创建列 %s:未提供 category。"; + public static final String + QUERY_EXCEPTION_CANNOT_CREATE_COLUMN_S_DATATYPE_IS_NOT_PROVIDED_2A7D27FA = + "无法创建列 %s:未提供 datatype。"; public static final String QUERY_EXCEPTION_UNKNOWN_COLUMNCATEGORY_FOR_ADDING_COLUMN_S_ED1BF7FA = "添加 column 时遇到未知 ColumnCategory:%s"; public static final String QUERY_EXCEPTION_VISIT_NOT_IMPLEMENTED_FOR_S_1A798A4D = - "visit() 尚未为 %s 实现"; - public static final String QUERY_EXCEPTION_UNSUPPORTED_DATA_TYPE_FOR_SCALAR_SUBQUERY_RESULT_S_4381E489 = - - "不支持标量子查询结果的数据类型:%s"; - public static final String QUERY_EXCEPTION_TOPKNODE_MUST_BE_APPEARED_AFTER_PUSHLIMITOFFSETINTOTABLESCAN_844A065D = - - "TopKNode 必须出现在 PushLimitOffsetIntoTableScan 之后"; - public static final String QUERY_EXCEPTION_TABLE_MODEL_CAN_ONLY_PROCESS_DATA_ONLY_IN_ONE_DATABASE_YET_AB8C1EF5 = - - "表模型目前只能处理单个数据库中的数据!"; - public static final String QUERY_EXCEPTION_UNSUPPORTED_JOIN_TYPE_IN_PREDICATE_PUSH_DOWN_S_4493D86C = - - "predicate push down 中不支持的 join 类型:%s"; + public static final String + QUERY_EXCEPTION_UNSUPPORTED_DATA_TYPE_FOR_SCALAR_SUBQUERY_RESULT_S_4381E489 = + "不支持标量子查询结果的数据类型:%s"; + public static final String + QUERY_EXCEPTION_TOPKNODE_MUST_BE_APPEARED_AFTER_PUSHLIMITOFFSETINTOTABLESCAN_844A065D = + "TopKNode 必须出现在 PushLimitOffsetIntoTableScan 之后"; + public static final String + QUERY_EXCEPTION_TABLE_MODEL_CAN_ONLY_PROCESS_DATA_ONLY_IN_ONE_DATABASE_YET_AB8C1EF5 = + "表模型目前只能处理单个数据库中的数据!"; + public static final String + QUERY_EXCEPTION_UNSUPPORTED_JOIN_TYPE_IN_PREDICATE_PUSH_DOWN_S_4493D86C = + "predicate push down 中不支持的 join 类型:%s"; public static final String QUERY_EXCEPTION_UNSUPPORTED_PLAN_NODE_S_72DD2270 = "不支持的 plan node %s"; - public static final String QUERY_EXCEPTION_AN_ERROR_OCCURRED_WHEN_EXECUTING_GETREADABLEDATAREGIONS_A884A6BB = - "执行 getReadableDataRegions() 时发生错误:%s"; - public static final String QUERY_EXCEPTION_AN_ERROR_OCCURRED_WHEN_EXECUTING_GETREADABLEDATANODELOCATIONS_54CBD60D = - "执行 getReadableDataNodeLocations() 时发生错误:%s"; + public static final String + QUERY_EXCEPTION_AN_ERROR_OCCURRED_WHEN_EXECUTING_GETREADABLEDATAREGIONS_A884A6BB = + "执行 getReadableDataRegions() 时发生错误:%s"; + public static final String + QUERY_EXCEPTION_AN_ERROR_OCCURRED_WHEN_EXECUTING_GETREADABLEDATANODELOCATIONS_54CBD60D = + "执行 getReadableDataNodeLocations() 时发生错误:%s"; public static final String QUERY_EXCEPTION_UNSUPPORTED_QUANTIFIED_COMPARISON_S_C3700430 = "不支持的 quantified comparison:%s"; public static final String QUERY_EXCEPTION_UNEXPECTED_QUANTIFIEDCOMPARISON_S_F13E4EB2 = "意外的 quantifiedComparison:%s"; - public static final String QUERY_EXCEPTION_UNEXPECTED_QUANTIFIER_S_62214B74 = - "意外的 Quantifier:%s"; - public static final String QUERY_EXCEPTION_THIS_OPTIMIZER_SHOULD_BE_USED_BEFORE_OPTIMIZER_OF_PUSHAGGREGATIONINTOTABLESCAN_9F6016E3 = - "该优化器应在 PushAggregationIntoTableScan 优化器之前使用"; + public static final String QUERY_EXCEPTION_UNEXPECTED_QUANTIFIER_S_62214B74 = "意外的 Quantifier:%s"; + public static final String + QUERY_EXCEPTION_THIS_OPTIMIZER_SHOULD_BE_USED_BEFORE_OPTIMIZER_OF_PUSHAGGREGATIONINTOTABLESCAN_9F6016E3 = + "该优化器应在 PushAggregationIntoTableScan 优化器之前使用"; public static final String QUERY_EXCEPTION_UNSUPPORTED_VALUEPOINTER_TYPE_S_4147FFFB = "不支持的 ValuePointer type:%s"; - public static final String QUERY_EXCEPTION_SYMBOL_S_IS_NOT_EXIST_IN_FETYPEPROVIDER_WITH_S_5CBBFB8B = - - "Symbol:%s 不存在于 feTypeProvider,附带信息:%s"; - public static final String QUERY_EXCEPTION_RIGHT_JOIN_SHOULD_BE_TRANSFORMED_TO_LEFT_JOIN_IN_PREVIOUS_D6B56B1F = - - "RIGHT Join 应在前一处理阶段转换为 LEFT Join"; - public static final String QUERY_EXCEPTION_NO_AVAILABLE_DATANODES_MAY_BE_THE_CLUSTER_IS_CLOSING_E13B8C50 = - - "没有可用 DataNode,集群可能正在关闭"; - public static final String QUERY_EXCEPTION_SHOULD_NEVER_REACH_HERE_CHILD_ORDERING_S_PREGROUPEDSYMBOLS_79A94AB5 = - - "不应执行到这里。Child ordering:%s。PreGroupedSymbols:%s"; + public static final String + QUERY_EXCEPTION_SYMBOL_S_IS_NOT_EXIST_IN_FETYPEPROVIDER_WITH_S_5CBBFB8B = + "Symbol:%s 不存在于 feTypeProvider,附带信息:%s"; + public static final String + QUERY_EXCEPTION_RIGHT_JOIN_SHOULD_BE_TRANSFORMED_TO_LEFT_JOIN_IN_PREVIOUS_D6B56B1F = + "RIGHT Join 应在前一处理阶段转换为 LEFT Join"; + public static final String + QUERY_EXCEPTION_NO_AVAILABLE_DATANODES_MAY_BE_THE_CLUSTER_IS_CLOSING_E13B8C50 = + "没有可用 DataNode,集群可能正在关闭"; + public static final String + QUERY_EXCEPTION_SHOULD_NEVER_REACH_HERE_CHILD_ORDERING_S_PREGROUPEDSYMBOLS_79A94AB5 = + "不应执行到这里。Child ordering:%s。PreGroupedSymbols:%s"; public static final String QUERY_EXCEPTION_UNSUPPORTED_TO_SERIALIZE_S_484DAAAF = "不支持 serialize:%s"; public static final String QUERY_EXCEPTION_UNSUPPORTED_TO_DESERIALIZE_S_4641CD63 = "不支持 deserialize:%s"; - public static final String QUERY_EXCEPTION_INSERT_INTO_TABLE_COLUMNS_S_SIZE_SHOULD_BE_SAME_AS_QUERY_E7437397 = - - "INSERT INTO 表列的数量应与查询结果一致"; - public static final String QUERY_EXCEPTION_THE_TABLEDEVICEFETCHNODE_S_CLONE_METHOD_SHALL_NOT_BE_CALLED_977C41FD = - - "不应调用 TableDeviceFetchNode 的 clone() 方法。"; + public static final String + QUERY_EXCEPTION_INSERT_INTO_TABLE_COLUMNS_S_SIZE_SHOULD_BE_SAME_AS_QUERY_E7437397 = + "INSERT INTO 表列的数量应与查询结果一致"; + public static final String + QUERY_EXCEPTION_THE_TABLEDEVICEFETCHNODE_S_CLONE_METHOD_SHALL_NOT_BE_CALLED_977C41FD = + "不应调用 TableDeviceFetchNode 的 clone() 方法。"; public static final String QUERY_EXCEPTION_UNKNOWN_TABLESCANNODE_TYPE_S_6246EF1E = - "未知的 TableScanNode 类型:%s"; public static final String QUERY_EXCEPTION_UNEXPECTED_SETOPERATION_NODE_TYPE_S_3AE3EECA = - "意外的 setOperation 节点类型:%s"; public static final String QUERY_EXCEPTION_UNSUPPORTED_PATTERN_QUANTIFIER_TYPE_S_4ED427E9 = - "不支持的模式量词类型:%s"; - public static final String FAILED_TO_CREATE_PIPE_PLUGIN_PREFIX_FMT = + public static final String FAILED_TO_CREATE_PIPE_PLUGIN_PREFIX_FMT = "创建 pipe plugin %s 失败。 "; - "创建 pipe plugin %s 失败。 "; public static final String FAILED_TO_CREATE_PIPE_PREFIX_FMT = "创建 pipe %s 失败,"; public static final String STATE_ABORTED = "已中止"; public static final String STATE_CLOSED = "已关闭"; @@ -3899,22 +2976,18 @@ private DataNodeQueryMessages() {} "反序列化 ConsensusGroupId 失败:%s"; public static final String CANNOT_ALTER_TEMPLATE_TIMESERIES_TEMPLATE_ALREADY_SET_FMT = "无法修改模板时间序列 [%s],因为设备模板 [%s] 已设置在路径 [%s] 上。"; - public static final String PATH_HAS_NOT_BEEN_SET_ANY_TEMPLATE_FMT = - "路径 [%s] 未设置任何模板。"; + public static final String PATH_HAS_NOT_BEEN_SET_ANY_TEMPLATE_FMT = "路径 [%s] 未设置任何模板。"; public static final String FAILED_TO_FETCH_SCHEMA_BECAUSE_OF_UNRECOGNIZED_DATA = "由于存在无法识别的数据,获取 schema 失败"; public static final String ALIGNMENT_ALIGNED = "对齐"; public static final String ALIGNMENT_NOT_ALIGNED = "非对齐"; public static final String TREE_MODEL_DATABASE_NAME_MUST_START_WITH_ROOT = "树模型中的数据库名必须以 'root.' 开头。"; - public static final String DATABASE_NAME_LENGTH_SHALL_NOT_EXCEED_FMT = - "数据库名长度不能超过 %d"; + public static final String DATABASE_NAME_LENGTH_SHALL_NOT_EXCEED_FMT = "数据库名长度不能超过 %d"; public static final String MODEL_TABLE = "表"; public static final String MODEL_TREE = "树"; - public static final String NO_SYMBOL_MAPPING_FOR_NODE_FMT = - "节点 '%s' (%s) 没有 symbol 映射"; - public static final String NO_MAPPING_FOR_EXPRESSION_WITH_IDENTITY_FMT = - "表达式没有映射:%s (%s)"; + public static final String NO_SYMBOL_MAPPING_FOR_NODE_FMT = "节点 '%s' (%s) 没有 symbol 映射"; + public static final String NO_MAPPING_FOR_EXPRESSION_WITH_IDENTITY_FMT = "表达式没有映射:%s (%s)"; public static final String UNEXPECTED_QUANTIFIED_COMPARISON_FMT = "意外的 quantified comparison:'%s %s'"; public static final String TABLE_HAS_NO_PREFIX_FMT = "表 %s 没有前缀!"; @@ -3922,38 +2995,27 @@ private DataNodeQueryMessages() {} "Analysis 不包含节点信息:%s"; public static final String AUTO_CREATE_TABLE_FAILED = "自动创建表失败。"; public static final String AUTO_CREATE_TABLE_COLUMN_FAILED = "自动创建表列失败。"; - public static final String AUTO_ADD_TABLE_COLUMN_FAILED_WITH_COLUMNS_FMT = - "自动添加表列失败:%s.%s,%s"; - public static final String QUERY_STATEMENT_NOT_ALLOWED_IN_BATCH_FMT = - "批处理中不允许查询语句:[%s]"; - public static final String TABLE_LOST_UNEXPECTED_FMT = - "数据库 %s 中的表 %s 意外丢失。"; - public static final String LOAD_FILE_CROSSES_PARTITIONS_FMT = - "文件 %s 的数据跨越了分区"; + public static final String AUTO_ADD_TABLE_COLUMN_FAILED_WITH_COLUMNS_FMT = "自动添加表列失败:%s.%s,%s"; + public static final String QUERY_STATEMENT_NOT_ALLOWED_IN_BATCH_FMT = "批处理中不允许查询语句:[%s]"; + public static final String TABLE_LOST_UNEXPECTED_FMT = "数据库 %s 中的表 %s 意外丢失。"; + public static final String LOAD_FILE_CROSSES_PARTITIONS_FMT = "文件 %s 的数据跨越了分区"; public static final String LOAD_FILE_CROSSES_PARTITIONS = "文件数据跨越了分区"; public static final String REGION_REPLICA_SET_CHANGED_DURING_LOAD_FMT = "加载 TsFile 期间 Region 副本集从 %s 变为 %s,可能是 region migration 导致"; public static final String REGION_REPLICA_SET_CHANGED_DURING_LOAD = "加载 TsFile 期间 Region 副本集发生变化,可能是 region migration 导致"; - public static final String OUT_OF_TTL_FMT = - "插入时间 [%s] 小于 ttl 时间下界 [%s]"; + public static final String OUT_OF_TTL_FMT = "插入时间 [%s] 小于 ttl 时间下界 [%s]"; public static final String DRIVER_TASK_ABORTED_FMT = "DriverTask %s 被 %s 中止"; public static final String DRIVER_TASK_ABORTED_BY_TIMEOUT = "超时"; public static final String DRIVER_TASK_ABORTED_BY_FRAGMENT_ABORT_CALLED = "被调用中止"; - public static final String DRIVER_TASK_ABORTED_BY_QUERY_CASCADING_ABORTED = - "查询级联中止"; - public static final String DRIVER_TASK_ABORTED_BY_ALREADY_BEING_CANCELLED = - "已经在取消中"; - public static final String DRIVER_TASK_ABORTED_BY_INTERNAL_ERROR_SCHEDULED = - "内部错误调度"; - public static final String DRIVER_TASK_ABORTED_BY_MEMORY_NOT_ENOUGH = - "内存不足,无法执行查询任务。"; + public static final String DRIVER_TASK_ABORTED_BY_QUERY_CASCADING_ABORTED = "查询级联中止"; + public static final String DRIVER_TASK_ABORTED_BY_ALREADY_BEING_CANCELLED = "已经在取消中"; + public static final String DRIVER_TASK_ABORTED_BY_INTERNAL_ERROR_SCHEDULED = "内部错误调度"; + public static final String DRIVER_TASK_ABORTED_BY_MEMORY_NOT_ENOUGH = "内存不足,无法执行查询任务。"; public static final String ROOT_FRAGMENT_INSTANCE_PLACEMENT_ERROR_FMT = "Root FragmentInstance 放置错误:%s"; - public static final String ALL_REPLICA_CANNOT_BE_REACHED_FMT = - "所有副本均不可达:%s"; - public static final String LOAD_READ_ONLY_MESSAGE = - "当前系统模式为只读,不支持加载文件"; + public static final String ALL_REPLICA_CANNOT_BE_REACHED_FMT = "所有副本均不可达:%s"; + public static final String LOAD_READ_ONLY_MESSAGE = "当前系统模式为只读,不支持加载文件"; public static final String QUERY_KILLED_BY_OTHERS = "查询被其他操作终止"; public static final String QUERY_TIMEOUT_EXCEPTION_MESSAGE = "当前查询超时,查询开始时间为 %d,ddl 为 %d,当前时间为 %d,请检查语句或修改超时参数。"; @@ -3965,33 +3027,28 @@ private DataNodeQueryMessages() {} // --------------------------------------------------------------------------- public static final String MESSAGE_FAILED_FETCH_STATE_HAS_RETRIED_ARG_TIMES_E7572C66 = "获取 state 失败,已重试 %s 次"; - public static final String MESSAGE_IGNORED_CONFIG_ITEMS_FE28ADBC = - "已忽略配置项:"; - public static final String MESSAGE_BECAUSE_THEY_IMMUTABLE_UNDEFINED_07C04F65 = + public static final String MESSAGE_IGNORED_CONFIG_ITEMS_FE28ADBC = "已忽略配置项:"; + public static final String MESSAGE_BECAUSE_THEY_IMMUTABLE_UNDEFINED_07C04F65 = ",因为它们不可变或未定义。"; - ",因为它们不可变或未定义。"; public static final String MESSAGE_LOAD_ARG_PIECE_ERROR_1ST_PHASE_BECAUSE_F3D9672C = - "第一阶段加载 %s 片段出错。原因:"; - public static final String MESSAGE_LOAD_ARG_ERROR_SECOND_PHASE_BECAUSE_ARG_FIRST_PHASE_ARG_CBA980FC = - - "第二阶段加载 %s 出错。原因:%s,第一阶段为 %s"; - public static final String MESSAGE_SUCCESS_260CA9DD = - "成功"; - public static final String MESSAGE_FAILED_26934EB3 = - "失败"; - public static final String MESSAGE_AUDIT_PERMISSION_NEEDED_ALTER_ENCODING_COMPRESSOR_DATABASE_ARG_CC06994D = - - "修改数据库 %s 的 encoding 和 compressor 需要 AUDIT 权限"; + public static final String + MESSAGE_LOAD_ARG_ERROR_SECOND_PHASE_BECAUSE_ARG_FIRST_PHASE_ARG_CBA980FC = + "第二阶段加载 %s 出错。原因:%s,第一阶段为 %s"; + public static final String MESSAGE_SUCCESS_260CA9DD = "成功"; + public static final String MESSAGE_FAILED_26934EB3 = "失败"; + public static final String + MESSAGE_AUDIT_PERMISSION_NEEDED_ALTER_ENCODING_COMPRESSOR_DATABASE_ARG_CC06994D = + "修改数据库 %s 的 encoding 和 compressor 需要 AUDIT 权限"; public static final String EXCEPTION_QUERYID_IS_NULL_056E92E4 = "queryId 不能为空"; public static final String EXCEPTION_EXPECTED_TWO_IDS_BUT_GOT_COLON_ARG_020F9D13 = "期望两个 id,实际得到:%s"; public static final String EXCEPTION_ID_IS_NULL_9D5D27B1 = "id 不能为空"; public static final String EXCEPTION_NAME_IS_NULL_C8B35959 = "name 不能为空"; - public static final String EXCEPTION_EXPECTEDPARTS_MUST_BE_AT_LEAST_1_B867DB08 = "expectedParts 必须至少为 1"; + public static final String EXCEPTION_EXPECTEDPARTS_MUST_BE_AT_LEAST_1_B867DB08 = + "expectedParts 必须至少为 1"; public static final String EXCEPTION_INVALID_ARG_ARG_2946DBE5 = "无效的 %s %s"; - public static final String EXCEPTION_ID_IS_EMPTY_28C94FC0 = - "id 为空"; + public static final String EXCEPTION_ID_IS_EMPTY_28C94FC0 = "id 为空"; public static final String EXCEPTION_EXECUTOR_IS_NULL_7FBE03A4 = "executor 不能为空"; public static final String EXCEPTION_CURRENTSTATE_IS_NULL_AEDB20DB = "currentState 不能为空"; public static final String EXCEPTION_DONESTATE_IS_NULL_D88F77E5 = "doneState 不能为空"; @@ -3999,9 +3056,11 @@ private DataNodeQueryMessages() {} "doneState %s 不是完成状态"; public static final String EXCEPTION_DATANODEID_SHOULD_BE_INIT_FIRST_13B19A85 = "DataNodeId 应先初始化!"; - public static final String EXCEPTION_LENGTH_OF_INPUT_COLUMN_LEFT_BRACKET_RIGHT_BRACKET_FOR_MAXBY_SLASH_MINBY_SHOULD_B_1F3F2F1C = - "MaxBy/MinBy 的输入 Column[] 长度应为 3"; - public static final String EXCEPTION_PARTIALRESULT_OF_MAXBY_SLASH_MINBY_SHOULD_BE_1_BF0078F4 = "MaxBy/MinBy 的 partialResult 应为 1"; + public static final String + EXCEPTION_LENGTH_OF_INPUT_COLUMN_LEFT_BRACKET_RIGHT_BRACKET_FOR_MAXBY_SLASH_MINBY_SHOULD_B_1F3F2F1C = + "MaxBy/MinBy 的输入 Column[] 长度应为 3"; + public static final String EXCEPTION_PARTIALRESULT_OF_MAXBY_SLASH_MINBY_SHOULD_BE_1_BF0078F4 = + "MaxBy/MinBy 的 partialResult 应为 1"; public static final String EXCEPTION_PARTIALRESULT_OF_MAXVALUE_SHOULD_BE_1_659B6D42 = "MaxValue 的 partialResult 应为 1"; public static final String EXCEPTION_PARTIALRESULT_OF_AVG_SHOULD_BE_2_7A8C375E = @@ -4018,32 +3077,40 @@ private DataNodeQueryMessages() {} "FirstValue 的 partialResult 应为 2"; public static final String EXCEPTION_PARTIALRESULT_OF_COUNT_IF_SHOULD_BE_1_70D01652 = "count_if 的 partialResult 应为 1"; - public static final String EXCEPTION_STEP_IN_SERIESAGGREGATESCANOPERATOR_AND_RAWDATAAGGREGATEOPERATOR_CAN_ONLY_PROCES_5575BD95 = - "SeriesAggregateScanOperator 和 RawDataAggregateOperator 中的 Step 只能处理原始输入。"; - public static final String EXCEPTION_RAWDATAAGGREGATEOPERATOR_CAN_ONLY_PROCESS_ONE_TSBLOCK_INPUT_DOT_5ABCB8C0 = - "RawDataAggregateOperator 只能处理一个 TsBlock 输入。"; + public static final String + EXCEPTION_STEP_IN_SERIESAGGREGATESCANOPERATOR_AND_RAWDATAAGGREGATEOPERATOR_CAN_ONLY_PROCES_5575BD95 = + "SeriesAggregateScanOperator 和 RawDataAggregateOperator 中的 Step 只能处理原始输入。"; + public static final String + EXCEPTION_RAWDATAAGGREGATEOPERATOR_CAN_ONLY_PROCESS_ONE_TSBLOCK_INPUT_DOT_5ABCB8C0 = + "RawDataAggregateOperator 只能处理一个 TsBlock 输入。"; public static final String EXCEPTION_STEP_IN_AGGREGATEOPERATOR_CANNOT_PROCESS_RAW_INPUT_22620F61 = "AggregateOperator 中的 Step 不能处理原始输入。"; - public static final String EXCEPTION_FINAL_OUTPUT_CAN_ONLY_BE_SINGLE_COLUMN_6D82F9E0 = "最终输出只能是单列"; + public static final String EXCEPTION_FINAL_OUTPUT_CAN_ONLY_BE_SINGLE_COLUMN_6D82F9E0 = + "最终输出只能是单列"; public static final String EXCEPTION_PARTIALRESULT_OF_SUM_SHOULD_BE_1_40E85216 = "Sum 的 partialResult 应为 1"; - public static final String EXCEPTION_INPUT_OF_SUM_SHOULD_BE_1_D5C11EC8 = - "Sum 的输入应为 1"; + public static final String EXCEPTION_INPUT_OF_SUM_SHOULD_BE_1_D5C11EC8 = "Sum 的输入应为 1"; public static final String EXCEPTION_PARTIALRESULT_OF_UDAF_SHOULD_BE_1_E094029D = "UDAF 的 partialResult 应为 1"; public static final String EXCEPTION_PARTIALRESULT_OF_EXTREMEVALUE_SHOULD_BE_1_A7713D8A = "ExtremeValue 的 partialResult 应为 1"; - public static final String EXCEPTION_WRONG_INPUTDATATYPES_SIZE_DOT_675FF289 = "inputDataTypes 大小错误。"; - public static final String EXCEPTION_INPUT_OF_COUNT_SHOULD_BE_1_C7EEEC46 = - "Count 的输入应为 1"; + public static final String EXCEPTION_WRONG_INPUTDATATYPES_SIZE_DOT_675FF289 = + "inputDataTypes 大小错误。"; + public static final String EXCEPTION_INPUT_OF_COUNT_SHOULD_BE_1_C7EEEC46 = "Count 的输入应为 1"; public static final String EXCEPTION_PARTIALRESULT_OF_MAXTIME_SHOULD_BE_1_877F7EAC = "MaxTime 的 partialResult 应为 1"; - public static final String EXCEPTION_LOCALMEMORYMANAGER_IS_NULL_DOT_69FE497A = "localMemoryManager 不能为空。"; - public static final String EXCEPTION_TSBLOCKSERDEFACTORY_IS_NULL_DOT_32EB5BD2 = "tsBlockSerdeFactory 不能为空。"; - public static final String EXCEPTION_EXECUTORSERVICE_IS_NULL_DOT_7B057909 = "executorService 不能为空。"; - public static final String EXCEPTION_MPPDATAEXCHANGESERVICECLIENTMANAGER_IS_NULL_DOT_F31E746C = "mppDataExchangeServiceClientManager 不能为空。"; - public static final String EXCEPTION_SHAREDTSBLOCKQUEUE_IS_FULL_87493E26 = "SharedTsBlockQueue 已满"; - public static final String EXCEPTION_FRAGMENT_INSTANCE_ID_CANNOT_BE_NULL_4BE84F40 = "FragmentInstance ID 不能为空"; + public static final String EXCEPTION_LOCALMEMORYMANAGER_IS_NULL_DOT_69FE497A = + "localMemoryManager 不能为空。"; + public static final String EXCEPTION_TSBLOCKSERDEFACTORY_IS_NULL_DOT_32EB5BD2 = + "tsBlockSerdeFactory 不能为空。"; + public static final String EXCEPTION_EXECUTORSERVICE_IS_NULL_DOT_7B057909 = + "executorService 不能为空。"; + public static final String EXCEPTION_MPPDATAEXCHANGESERVICECLIENTMANAGER_IS_NULL_DOT_F31E746C = + "mppDataExchangeServiceClientManager 不能为空。"; + public static final String EXCEPTION_SHAREDTSBLOCKQUEUE_IS_FULL_87493E26 = + "SharedTsBlockQueue 已满"; + public static final String EXCEPTION_FRAGMENT_INSTANCE_ID_CANNOT_BE_NULL_4BE84F40 = + "FragmentInstance ID 不能为空"; public static final String EXCEPTION_PLANNODE_ID_CANNOT_BE_NULL_F91303CD = "PlanNode ID 不能为空"; public static final String EXCEPTION_LOCAL_MEMORY_MANAGER_CANNOT_BE_NULL_54701481 = "本地内存管理器不能为空"; public static final String EXCEPTION_EXECUTORSERVICE_CAN_NOT_BE_NULL_DOT_220C966B = @@ -4053,26 +3120,30 @@ private DataNodeQueryMessages() {} "bytesToReserve 应大于 0"; public static final String EXCEPTION_MAXBYTESCANRESERVE_SHOULD_BE_GREATER_THAN_ZERO_DOT_E9F7D365 = "maxBytesCanReserve 应大于 0"; - public static final String EXCEPTION_MAX_BYTES_SHOULD_BE_GREATER_THAN_ZERO_COLON_ARG_EA1FB495 = "max bytes 应大于 0:%d"; - public static final String EXCEPTION_MAX_BYTES_PER_FI_SHOULD_BE_IN_LEFT_PAREN_0_COMMA_MAXBYTES_RIGHT_BRACKET_DOT_MAXB_4D37C457 = "max bytes per FI 应在 (0,maxBytes] 范围内。maxBytesPerFI:%d,maxBytes:%d"; - public static final String EXCEPTION_BYTESTORESERVE_SHOULD_BE_IN_LEFT_PAREN_0_COMMA_MAXBYTESPERFI_RIGHT_BRACKET_DOT_M_0753BB69 = "bytesToReserve 应在 (0,maxBytesPerFI] 范围内。maxBytesPerFI:%d,bytesToReserve:%d"; + public static final String EXCEPTION_MAX_BYTES_SHOULD_BE_GREATER_THAN_ZERO_COLON_ARG_EA1FB495 = + "max bytes 应大于 0:%d"; + public static final String + EXCEPTION_MAX_BYTES_PER_FI_SHOULD_BE_IN_LEFT_PAREN_0_COMMA_MAXBYTES_RIGHT_BRACKET_DOT_MAXB_4D37C457 = + "max bytes per FI 应在 (0,maxBytes] 范围内。maxBytesPerFI:%d,maxBytes:%d"; + public static final String + EXCEPTION_BYTESTORESERVE_SHOULD_BE_IN_LEFT_PAREN_0_COMMA_MAXBYTESPERFI_RIGHT_BRACKET_DOT_M_0753BB69 = + "bytesToReserve 应在 (0,maxBytesPerFI] 范围内。maxBytesPerFI:%d,bytesToReserve:%d"; public static final String EXCEPTION_INVALID_FUTURE_TYPE_14507EF5 = "无效的 future type "; public static final String EXCEPTION_QUERYID_CANNOT_BE_NULL_861D7663 = "queryId 不能为空"; - public static final String EXCEPTION_FRAGMENTINSTANCEID_CANNOT_BE_NULL_C722F460 = "fragmentInstanceId 不能为空"; + public static final String EXCEPTION_FRAGMENTINSTANCEID_CANNOT_BE_NULL_C722F460 = + "fragmentInstanceId 不能为空"; public static final String EXCEPTION_PLANNODEID_CANNOT_BE_NULL_4533C72B = "planNodeId 不能为空"; - public static final String EXCEPTION_ID_CAN_NOT_BE_NULL_DOT_BDD2AD7D = - "id 不能为空"; - public static final String EXCEPTION_QUERYID_CAN_NOT_BE_NULL_DOT_16639DBE = - "queryId 不能为空"; + public static final String EXCEPTION_ID_CAN_NOT_BE_NULL_DOT_BDD2AD7D = "id 不能为空"; + public static final String EXCEPTION_QUERYID_CAN_NOT_BE_NULL_DOT_16639DBE = "queryId 不能为空"; public static final String EXCEPTION_FRAGMENTINSTANCEID_CAN_NOT_BE_NULL_DOT_E88CF18B = "fragmentInstanceId 不能为空"; - public static final String EXCEPTION_PLANNODEID_CAN_NOT_BE_NULL_DOT_44027620 = - "planNodeId 不能为空"; + public static final String EXCEPTION_PLANNODEID_CAN_NOT_BE_NULL_DOT_44027620 = "planNodeId 不能为空"; public static final String EXCEPTION_THE_FUTURE_TO_BE_CANCELLED_CAN_NOT_BE_NULL_DOT_73CE402A = "待取消的 future 不能为空。"; public static final String EXCEPTION_LOCK_IS_NOT_REENTRANT_7967C13E = "锁不可重入"; public static final String EXCEPTION_CURRENT_THREAD_DOES_NOT_HOLD_LOCK_68FFB1D9 = "当前线程未持有锁"; - public static final String EXCEPTION_ROOT_OPERATOR_SHOULD_NOT_BE_NULL_F4890A7A = "root Operator 不能为空"; + public static final String EXCEPTION_ROOT_OPERATOR_SHOULD_NOT_BE_NULL_F4890A7A = + "root Operator 不能为空"; public static final String EXCEPTION_SINK_SHOULD_NOT_BE_NULL_3CC4F006 = "Sink 不能为空"; public static final String EXCEPTION_INITIALCOUNT_SHOULDN_QUOTE_T_BE_NULL_HERE_8B333953 = "initialCount 在此处不能为空"; @@ -4080,53 +3151,71 @@ private DataNodeQueryMessages() {} "count 在此处不能为空"; public static final String EXCEPTION_TASKID_IS_NULL_E1221EB2 = "taskId 不能为空"; public static final String EXCEPTION_INSTANCEID_IS_NULL_343234DC = "instanceId 不能为空"; - public static final String EXCEPTION_FRAGMENTINSTANCEID_IS_NULL_4D371DB4 = "fragmentInstanceId 不能为空"; + public static final String EXCEPTION_FRAGMENTINSTANCEID_IS_NULL_4D371DB4 = + "fragmentInstanceId 不能为空"; public static final String EXCEPTION_CURRENT_STATE_IS_ALREADY_DONE_19FC56DC = "当前状态已完成"; public static final String EXCEPTION_SUPPRESSED_IS_NULL_F4CD280B = "suppressed 不能为空"; public static final String EXCEPTION_STACK_IS_NULL_6844D421 = "stack 不能为空"; - public static final String EXCEPTION_ARG_IS_A_NON_MINUS_DONE_FAILURE_STATE_B167E915 = "%s 是未完成的失败状态"; + public static final String EXCEPTION_ARG_IS_A_NON_MINUS_DONE_FAILURE_STATE_B167E915 = + "%s 是未完成的失败状态"; public static final String EXCEPTION_WARNINGCODE_IS_NULL_3CCAE5B7 = "warningCode 不能为空"; public static final String EXCEPTION_MESSAGE_IS_NULL_D2D078AA = "message 不能为空"; public static final String EXCEPTION_WARNING_IS_NULL_E5A7C3C1 = "warning 不能为空"; public static final String EXCEPTION_NO_FIRST_FILE_F5F2E276 = "没有第一个文件"; public static final String EXCEPTION_NO_FIRST_CHUNK_7DCEB14C = "没有第一个 chunk"; - public static final String EXCEPTION_CAN_QUOTE_T_INIT_NULL_CHUNKMETA_15C12BEE = "不能用 null chunkMeta 初始化"; + public static final String EXCEPTION_CAN_QUOTE_T_INIT_NULL_CHUNKMETA_15C12BEE = + "不能用 null chunkMeta 初始化"; public static final String EXCEPTION_OPERATORCONTEXT_IS_NULL_D15B1EDB = "operatorContext 不能为空"; public static final String EXCEPTION_CHILD_OPERATOR_IS_NULL_8860113C = "child operator 不能为空"; - public static final String EXCEPTION_GROUPBYTIMEPARAMETER_CANNOT_BE_NULL_IN_SLIDINGWINDOWAGGREGATIONOPERATOR_BA42E30D = - "SlidingWindowAggregationOperator 中的 GroupByTimeParameter 不能为空。"; - public static final String EXCEPTION_REMAININGINPUTLOCATIONS_IS_NULL_CEBBA2C1 = "remainingInputLocations 不能为空"; - public static final String EXCEPTION_LAST_QUERY_RESULT_SHOULD_ONLY_HAVE_ONE_RECORD_EDFEE635 = "last 查询结果只能有一条记录"; - public static final String EXCEPTION_OUTPUTPATHS_SHOULDN_QUOTE_T_BE_NULL_BF3F5FB4 = "outputPaths 不能为空"; - public static final String EXCEPTION_CHILD_SIZE_OF_INNERTIMEJOINOPERATOR_SHOULD_BE_LARGER_THAN_1_37EB7D74 = - "InnerTimeJoinOperator 的子节点数量应大于 1"; - public static final String EXCEPTION_CHILD_SIZE_OF_VERTICALLYCONCATOPERATOR_SHOULD_BE_LARGER_THAN_0_14A2513A = - "VerticallyConcatOperator 的子节点数量应大于 0"; - public static final String EXCEPTION_CHILD_SIZE_OF_TIMEJOINOPERATOR_SHOULD_BE_LARGER_THAN_0_EDED9CB8 = - "TimeJoinOperator 的子节点数量应大于 0"; + public static final String + EXCEPTION_GROUPBYTIMEPARAMETER_CANNOT_BE_NULL_IN_SLIDINGWINDOWAGGREGATIONOPERATOR_BA42E30D = + "SlidingWindowAggregationOperator 中的 GroupByTimeParameter 不能为空。"; + public static final String EXCEPTION_REMAININGINPUTLOCATIONS_IS_NULL_CEBBA2C1 = + "remainingInputLocations 不能为空"; + public static final String EXCEPTION_LAST_QUERY_RESULT_SHOULD_ONLY_HAVE_ONE_RECORD_EDFEE635 = + "last 查询结果只能有一条记录"; + public static final String EXCEPTION_OUTPUTPATHS_SHOULDN_QUOTE_T_BE_NULL_BF3F5FB4 = + "outputPaths 不能为空"; + public static final String + EXCEPTION_CHILD_SIZE_OF_INNERTIMEJOINOPERATOR_SHOULD_BE_LARGER_THAN_1_37EB7D74 = + "InnerTimeJoinOperator 的子节点数量应大于 1"; + public static final String + EXCEPTION_CHILD_SIZE_OF_VERTICALLYCONCATOPERATOR_SHOULD_BE_LARGER_THAN_0_14A2513A = + "VerticallyConcatOperator 的子节点数量应大于 0"; + public static final String + EXCEPTION_CHILD_SIZE_OF_TIMEJOINOPERATOR_SHOULD_BE_LARGER_THAN_0_EDED9CB8 = + "TimeJoinOperator 的子节点数量应大于 0"; public static final String EXCEPTION_DATASTORE_IS_NULL_D9972B2E = "dataStore 不能为空"; - public static final String EXCEPTION_LASTVALUESCACHERESULTS_SHOULDN_QUOTE_T_BE_NULL_HERE_0DCD5841 = - "lastValuesCacheResults 在此处不能为空"; - public static final String EXCEPTION_ACCUMULATOR_SHOULD_BE_LASTDESCACCUMULATOR_WHEN_REACH_HERE_CE38F96A = "执行到这里时 Accumulator 应为 LastDescAccumulator"; - public static final String EXCEPTION_DRIVERTASK_TO_BE_PUSHED_IS_NULL_7581A0E3 = "待推送的 DriverTask 不能为空"; + public static final String + EXCEPTION_LASTVALUESCACHERESULTS_SHOULDN_QUOTE_T_BE_NULL_HERE_0DCD5841 = + "lastValuesCacheResults 在此处不能为空"; + public static final String + EXCEPTION_ACCUMULATOR_SHOULD_BE_LASTDESCACCUMULATOR_WHEN_REACH_HERE_CE38F96A = + "执行到这里时 Accumulator 应为 LastDescAccumulator"; + public static final String EXCEPTION_DRIVERTASK_TO_BE_PUSHED_IS_NULL_7581A0E3 = + "待推送的 DriverTask 不能为空"; public static final String EXCEPTION_DRIVERTASK_IS_NULL_A13D4AF9 = "driverTask 不能为空"; public static final String EXCEPTION_SELECTED_LEVEL_CAN_NOT_EQUAL_TO_MINUS_1_1DA93B14 = "selected level 不能等于 -1。"; - public static final String EXCEPTION_RESULT_DRIVERTASK_CANNOT_BE_NULL_30A06DB1 = "结果 DriverTask 不能为空"; + public static final String EXCEPTION_RESULT_DRIVERTASK_CANNOT_BE_NULL_30A06DB1 = + "结果 DriverTask 不能为空"; public static final String EXCEPTION_DRIVERTASKQUEUE_IS_NULL_7C3C8B7B = "driverTaskQueue 不能为空"; - public static final String EXCEPTION_MAXDRIVERSPERTASK_IS_NULL_8408F9B7 = "maxDriversPerTask 不能为空"; - public static final String EXCEPTION_QUEUE_CAN_NOT_BE_NULL_DOT_9BB286B1 = - "queue 不能为空"; + public static final String EXCEPTION_MAXDRIVERSPERTASK_IS_NULL_8408F9B7 = + "maxDriversPerTask 不能为空"; + public static final String EXCEPTION_QUEUE_CAN_NOT_BE_NULL_DOT_9BB286B1 = "queue 不能为空"; public static final String EXCEPTION_SOURCEHANDLELISTENER_CAN_NOT_BE_NULL_DOT_01817F52 = "sourceHandleListener 不能为空"; public static final String EXCEPTION_LOCALFRAGMENTINSTANCEID_CAN_NOT_BE_NULL_DOT_37F5917D = "localFragmentInstanceId 不能为空"; public static final String EXCEPTION_LOCALPLANNODEID_CAN_NOT_BE_NULL_DOT_44A34A33 = "localPlanNodeId 不能为空"; - public static final String EXCEPTION_START_SEQUENCE_ID_SHOULD_BE_GREATER_THAN_OR_EQUAL_TO_ZERO_DOT_START_SEQUENCE_ID__D3C0AAB7 = - "开始序列 ID 必须大于等于 0。开始序列 ID:"; + public static final String + EXCEPTION_START_SEQUENCE_ID_SHOULD_BE_GREATER_THAN_OR_EQUAL_TO_ZERO_DOT_START_SEQUENCE_ID__D3C0AAB7 = + "开始序列 ID 必须大于等于 0。开始序列 ID:"; public static final String EXCEPTION_COMMA_END_SEQUENCE_ID_COLON_DB1AF173 = ",结束序列 ID:"; - public static final String EXCEPTION_END_SEQUENCE_ID_SHOULD_BE_GREATER_THAN_THE_START_SEQUENCE_ID_DOT_START_SEQUENCE__DF1AA2A1 = "结束序列 ID 应大于开始序列 ID。开始序列 ID:"; + public static final String + EXCEPTION_END_SEQUENCE_ID_SHOULD_BE_GREATER_THAN_THE_START_SEQUENCE_ID_DOT_START_SEQUENCE__DF1AA2A1 = + "结束序列 ID 应大于开始序列 ID。开始序列 ID:"; public static final String EXCEPTION_RESERVED_BYTES_SHOULD_BE_GREATER_THAN_ZERO_DOT_64086BE5 = "Reserved bytes 应大于 0"; public static final String EXCEPTION_REMOTEENDPOINT_CAN_NOT_BE_NULL_DOT_DE2B5885 = @@ -4137,11 +3226,11 @@ private DataNodeQueryMessages() {} "localMemoryManager 不能为空"; public static final String EXCEPTION_EXECUTORSERVICE_CAN_NOT_BE_NULL_DOT_BC459BD4 = "executorService 不能为空"; - public static final String EXCEPTION_SERDE_CAN_NOT_BE_NULL_DOT_D46F66E7 = - "serde 不能为空"; + public static final String EXCEPTION_SERDE_CAN_NOT_BE_NULL_DOT_D46F66E7 = "serde 不能为空"; public static final String EXCEPTION_DOT_9D9B854A = "."; - public static final String EXCEPTION_START_SEQUENCE_ID_SHOULD_BE_GREATER_THAN_OR_EQUAL_TO_ZERO_COMMA_BUT_WAS_COLON_4D2D708E = - "开始序列 ID 必须大于等于 0,实际值:"; + public static final String + EXCEPTION_START_SEQUENCE_ID_SHOULD_BE_GREATER_THAN_OR_EQUAL_TO_ZERO_COMMA_BUT_WAS_COLON_4D2D708E = + "开始序列 ID 必须大于等于 0,实际值:"; public static final String EXCEPTION_REMOTEENDPOINT_CAN_NOT_BE_NULL_DOT_83488ACF = "remoteEndPoint 不能为空"; public static final String EXCEPTION_REMOTEPLANNODEID_CAN_NOT_BE_NULL_DOT_03956DE2 = @@ -4153,55 +3242,89 @@ private DataNodeQueryMessages() {} "downStreamChannelList 不能为空"; public static final String EXCEPTION_DOWNSTREAMCHANNELINDEX_CAN_NOT_BE_NULL_DOT_A1D5A266 = "downStreamChannelIndex 不能为空"; - public static final String EXCEPTION_STEP_IN_SLIDINGWINDOWAGGREGATIONOPERATOR_CAN_ONLY_PROCESS_PARTIAL_RESULT_E221A2C5 = "SlidingWindowAggregationOperator 中的 Step 只能处理部分结果"; - public static final String EXCEPTION_SLIDINGWINDOWAGGREGATIONOPERATOR_CAN_ONLY_PROCESS_ONE_TSBLOCK_INPUT_DOT_7B9FCAB7 = "SlidingWindowAggregationOperator 只能处理一个 TsBlock 输入。"; + public static final String + EXCEPTION_STEP_IN_SLIDINGWINDOWAGGREGATIONOPERATOR_CAN_ONLY_PROCESS_PARTIAL_RESULT_E221A2C5 = + "SlidingWindowAggregationOperator 中的 Step 只能处理部分结果"; + public static final String + EXCEPTION_SLIDINGWINDOWAGGREGATIONOPERATOR_CAN_ONLY_PROCESS_ONE_TSBLOCK_INPUT_DOT_7B9FCAB7 = + "SlidingWindowAggregationOperator 只能处理一个 TsBlock 输入。"; public static final String EXCEPTION_IS_NULL_97AAF381 = " 不能为空"; - public static final String EXCEPTION_MPP_DATA_EXCHANGE_MANAGER_SHOULD_NOT_BE_NULL_44D7141E = "MPP_DATA_EXCHANGE_MANAGER 不能为空"; + public static final String EXCEPTION_MPP_DATA_EXCHANGE_MANAGER_SHOULD_NOT_BE_NULL_44D7141E = + "MPP_DATA_EXCHANGE_MANAGER 不能为空"; public static final String EXCEPTION_ROOTOPERATOR_IS_NULL_050A1E79 = "rootOperator 不能为空"; public static final String EXCEPTION_DRIVERCONTEXT_IS_NULL_4FEBE55F = "driverContext 不能为空"; public static final String EXCEPTION_QUERY_CONTEXT_CANNOT_BE_NULL_C4809234 = "查询上下文不能为空"; - public static final String EXCEPTION_DESCRIPTOR_QUOTE_S_INPUT_EXPRESSION_SIZE_IS_NOT_1_DA4BED50 = "descriptor 的输入表达式大小不是 1"; - public static final String EXCEPTION_GROUPBYLEVEL_DESCRIPTORLIST_CANNOT_BE_EMPTY_34604314 = "GroupByLevel descriptorList 不能为空"; - public static final String EXCEPTION_GROUPBYTAG_TAG_KEYS_CANNOT_BE_EMPTY_5D649624 = "GroupByTag tag keys 不能为空"; - public static final String EXCEPTION_GROUPBYTAG_AGGREGATION_DESCRIPTORS_CANNOT_BE_EMPTY_82EC14EB = "GroupByTag aggregation descriptors 不能为空"; - public static final String EXCEPTION_AGGREGATION_DESCRIPTORLIST_CANNOT_BE_EMPTY_490C1740 = "Aggregation descriptorList 不能为空"; - public static final String EXCEPTION_PUSH_DOWN_PREDICATE_IS_NOT_SUPPORTED_YET_178F04A1 = "暂不支持 push down predicate"; + public static final String EXCEPTION_DESCRIPTOR_QUOTE_S_INPUT_EXPRESSION_SIZE_IS_NOT_1_DA4BED50 = + "descriptor 的输入表达式大小不是 1"; + public static final String EXCEPTION_GROUPBYLEVEL_DESCRIPTORLIST_CANNOT_BE_EMPTY_34604314 = + "GroupByLevel descriptorList 不能为空"; + public static final String EXCEPTION_GROUPBYTAG_TAG_KEYS_CANNOT_BE_EMPTY_5D649624 = + "GroupByTag tag keys 不能为空"; + public static final String EXCEPTION_GROUPBYTAG_AGGREGATION_DESCRIPTORS_CANNOT_BE_EMPTY_82EC14EB = + "GroupByTag aggregation descriptors 不能为空"; + public static final String EXCEPTION_AGGREGATION_DESCRIPTORLIST_CANNOT_BE_EMPTY_490C1740 = + "Aggregation descriptorList 不能为空"; + public static final String EXCEPTION_PUSH_DOWN_PREDICATE_IS_NOT_SUPPORTED_YET_178F04A1 = + "暂不支持 push down predicate"; public static final String EXCEPTION_SINK_IS_NULL_E33854B4 = "sink 不能为空"; - public static final String EXCEPTION_THERE_MUST_BE_AT_MOST_ONE_SINKNODE_A965AFE7 = "最多只能有一个 SinkNode"; + public static final String EXCEPTION_THERE_MUST_BE_AT_MOST_ONE_SINKNODE_A965AFE7 = + "最多只能有一个 SinkNode"; public static final String EXCEPTION_QUERY_CONTEXT_CANNOT_BE_NULL_DOT_2D3369FE = "查询上下文不能为空。"; public static final String EXCEPTION_UNEXPECTED_NODE_TYPE_COLON_41FBCBF3 = "意外的节点类型:"; - public static final String EXCEPTION_TEMPLATEDINFO_SHOULD_NOT_BE_NULL_B5898568 = "TemplatedInfo 不能为空"; - public static final String EXCEPTION_RESULTHANDLE_IN_COORDINATOR_SHOULD_BE_INIT_FIRSTLY_DOT_0F44159B = "Coordinator 中的 ResultHandle 应先初始化。"; + public static final String EXCEPTION_TEMPLATEDINFO_SHOULD_NOT_BE_NULL_B5898568 = + "TemplatedInfo 不能为空"; + public static final String + EXCEPTION_RESULTHANDLE_IN_COORDINATOR_SHOULD_BE_INIT_FIRSTLY_DOT_0F44159B = + "Coordinator 中的 ResultHandle 应先初始化。"; public static final String EXCEPTION_EXPRESSION_IS_NOT_ANALYZED_COLON_ARG_7D34C49A = "表达式尚未分析:%s"; - public static final String EXCEPTION_PATH_QUOTE_ARG_QUOTE_IS_NOT_ANALYZED_IN_GROUPBYLEVELHELPER_DOT_BCEE9D39 = "路径 '%s' 未在 GroupByLevelHelper 中分析。"; + public static final String + EXCEPTION_PATH_QUOTE_ARG_QUOTE_IS_NOT_ANALYZED_IN_GROUPBYLEVELHELPER_DOT_BCEE9D39 = + "路径 '%s' 未在 GroupByLevelHelper 中分析。"; public static final String EXCEPTION_SYMBOL_IS_NULL_AE539B31 = "symbol 不能为空"; - public static final String EXCEPTION_NO_TYPE_FOUND_FOR_SYMBOL_QUOTE_ARG_QUOTE_IN_TYPEPROVIDER_F4DD9DF7 = "TypeProvider 中未找到 symbol '%s' 的类型"; - public static final String EXCEPTION_OUTPUT_COLUMN_QUOTE_ARG_QUOTE_IS_NOT_STORED_IN_ARG_2DE3176D = "输出列 '%s' 未存储在 %s 中"; + public static final String + EXCEPTION_NO_TYPE_FOUND_FOR_SYMBOL_QUOTE_ARG_QUOTE_IN_TYPEPROVIDER_F4DD9DF7 = + "TypeProvider 中未找到 symbol '%s' 的类型"; + public static final String EXCEPTION_OUTPUT_COLUMN_QUOTE_ARG_QUOTE_IS_NOT_STORED_IN_ARG_2DE3176D = + "输出列 '%s' 未存储在 %s 中"; public static final String EXCEPTION_PATTERNSTRING_CANNOT_BE_NULL_8A2903F8 = "patternString 不能为空"; - public static final String EXCEPTION_THE_LENGTH_OF_CASEWHENTHENEXPRESSION_QUOTE_S_WHENTHENLIST_MUST_GREATER_THAN_0_069775ED = "CaseWhenThenExpression 的 whenThenList 长度必须大于 0"; + public static final String + EXCEPTION_THE_LENGTH_OF_CASEWHENTHENEXPRESSION_QUOTE_S_WHENTHENLIST_MUST_GREATER_THAN_0_069775ED = + "CaseWhenThenExpression 的 whenThenList 长度必须大于 0"; public static final String EXCEPTION_QUERYCONTEXT_IS_NULL_C2344379 = "QueryContext 不能为空"; - public static final String EXCEPTION_PREDICATE_LEFT_BRACKET_ARG_RIGHT_BRACKET_SHOULD_BE_SIMPLIFIED_IN_PREVIOUS_STEP_9262C154 = "谓词 [%s] 应在前一步中简化"; + public static final String + EXCEPTION_PREDICATE_LEFT_BRACKET_ARG_RIGHT_BRACKET_SHOULD_BE_SIMPLIFIED_IN_PREVIOUS_STEP_9262C154 = + "谓词 [%s] 应在前一步中简化"; public static final String EMPTY_MESSAGE = ""; public static final String EXCEPTION_SEMICOLON_0FAEF84A = "; "; - public static final String EXCEPTION_THE_TSBLOCK_SHOULD_NOT_BE_NULL_WHEN_CONSTRUCTING_MEMORYSOURCEHANDLE_8D205293 = - "构造 MemorySourceHandle 时 TsBlock 不能为空。"; + public static final String + EXCEPTION_THE_TSBLOCK_SHOULD_NOT_BE_NULL_WHEN_CONSTRUCTING_MEMORYSOURCEHANDLE_8D205293 = + "构造 MemorySourceHandle 时 TsBlock 不能为空。"; public static final String EXCEPTION_THE_TIME_ORDER_IS_NOT_SPECIFIED_DOT_624A7526 = "未指定时间顺序。"; - public static final String EXCEPTION_THE_TIMESERIES_ORDER_IS_NOT_SPECIFIED_DOT_68EE3875 = "未指定时间序列顺序。"; + public static final String EXCEPTION_THE_TIMESERIES_ORDER_IS_NOT_SPECIFIED_DOT_68EE3875 = + "未指定时间序列顺序。"; public static final String EXCEPTION_THE_DEVICE_ORDER_IS_NOT_SPECIFIED_DOT_D3FB9559 = "未指定设备顺序。"; public static final String EXCEPTION_SLASH_BC35AB27 = "/"; - public static final String EXCEPTION_INFORMATIONSCHEMATABLESCANNODE_MUST_HAVE_REGIONREPLICASET_0411DBCB = "InformationSchemaTableScanNode 必须包含 regionReplicaSet"; - public static final String EXCEPTION_EACH_INFORMATIONSCHEMATABLESCANNODE_HAVE_ONLY_ONE_DATANODELOCATION_FA3E82C4 = "每个 InformationSchemaTableScanNode 只能有一个 DataNodeLocation"; - public static final String EXCEPTION_CHILD_OF_EXCHANGENODE_MUST_BE_MULTICHILDRENSINKNODE_1BF715FD = - "ExchangeNode 的子节点必须是 MultiChildrenSinkNode。"; - public static final String EXCEPTION_SIZE_OF_SOURCELOCATIONS_SHOULD_BE_LARGER_THAN_0_2EC41A23 = "sourceLocations 的大小应大于 0"; + public static final String + EXCEPTION_INFORMATIONSCHEMATABLESCANNODE_MUST_HAVE_REGIONREPLICASET_0411DBCB = + "InformationSchemaTableScanNode 必须包含 regionReplicaSet"; + public static final String + EXCEPTION_EACH_INFORMATIONSCHEMATABLESCANNODE_HAVE_ONLY_ONE_DATANODELOCATION_FA3E82C4 = + "每个 InformationSchemaTableScanNode 只能有一个 DataNodeLocation"; + public static final String + EXCEPTION_CHILD_OF_EXCHANGENODE_MUST_BE_MULTICHILDRENSINKNODE_1BF715FD = + "ExchangeNode 的子节点必须是 MultiChildrenSinkNode。"; + public static final String EXCEPTION_SIZE_OF_SOURCELOCATIONS_SHOULD_BE_LARGER_THAN_0_2EC41A23 = + "sourceLocations 的大小应大于 0"; public static final String EXCEPTION_INDEX_IS_NOT_VALID_2AB4FB3A = "索引无效"; - public static final String EXCEPTION_LINES_OF_BOX_STRING_SHOULD_BE_GREATER_THAN_0_5DB8C047 = "box string 的行数应大于 0"; + public static final String EXCEPTION_LINES_OF_BOX_STRING_SHOULD_BE_GREATER_THAN_0_5DB8C047 = + "box string 的行数应大于 0"; public static final String EXCEPTION_WRONG_NUMBER_OF_NEW_CHILDREN_817AF800 = "新子节点数量错误"; public static final String EXCEPTION_TRANSLATIONS_IS_NULL_37D62ADC = "translations 不能为空"; public static final String EXCEPTION_ROOT_IS_NULL_ECC8987D = "root 不能为空"; public static final String EXCEPTION_SYMBOLHINT_IS_NULL_CE874C40 = "symbolHint 不能为空"; public static final String EXCEPTION_TYPE_IS_NULL_16A3D3EB = "type 不能为空"; - public static final String EXCEPTION_SYMBOLHINT_NOT_IN_SYMBOLS_MAP_B0D67E43 = "symbolHint 不在 symbols map 中"; + public static final String EXCEPTION_SYMBOLHINT_NOT_IN_SYMBOLS_MAP_B0D67E43 = + "symbolHint 不在 symbols map 中"; public static final String EXCEPTION_PLANNERCONTEXT_IS_NULL_B7C7DE50 = "plannerContext 不能为空"; public static final String EXCEPTION_OBJECTS_IS_NULL_819EE879 = "objects 不能为空"; public static final String EXCEPTION_TYPES_IS_NULL_E4B2309D = "types 不能为空"; @@ -4216,57 +3339,77 @@ private DataNodeQueryMessages() {} public static final String EXCEPTION_SYMBOLALLOCATOR_IS_NULL_E2BE1908 = "symbolAllocator 不能为空"; public static final String EXCEPTION_QUERYCONTEXT_IS_NULL_761DB539 = "queryContext 不能为空"; public static final String EXCEPTION_SESSION_IS_NULL_6CF0F47D = "session 不能为空"; - public static final String EXCEPTION_RECURSIVESUBQUERIES_IS_NULL_6AD8A180 = "recursiveSubqueries 不能为空"; - public static final String EXCEPTION_PREDICATEWITHUNCORRELATEDSCALARSUBQUERYRECONSTRUCTOR_IS_NULL_B264FEBC = "predicateWithUncorrelatedScalarSubqueryReconstructor 不能为空"; - public static final String EXCEPTION_ONLY_SUPPORT_ONE_GROUPINGSET_NOW_A1277FA4 = "目前仅支持一个 groupingSet"; + public static final String EXCEPTION_RECURSIVESUBQUERIES_IS_NULL_6AD8A180 = + "recursiveSubqueries 不能为空"; + public static final String + EXCEPTION_PREDICATEWITHUNCORRELATEDSCALARSUBQUERYRECONSTRUCTOR_IS_NULL_B264FEBC = + "predicateWithUncorrelatedScalarSubqueryReconstructor 不能为空"; + public static final String EXCEPTION_ONLY_SUPPORT_ONE_GROUPINGSET_NOW_A1277FA4 = + "目前仅支持一个 groupingSet"; public static final String EXCEPTION_EXPRESSION_IS_NULL_16C079B5 = "expression 不能为空"; public static final String EXCEPTION_EXPRESSIONTYPES_IS_NULL_4107A4A2 = "expressionTypes 不能为空"; - public static final String EXCEPTION_TYPE_NOT_FOUND_FOR_EXPRESSION_COLON_ARG_C26C9237 = "未找到表达式的类型:%s"; - public static final String EXCEPTION_VALUE_REACH_HERE_MUST_BE_EXPRESSION_C7CA1971 = "执行到这里时值必须为表达式"; + public static final String EXCEPTION_TYPE_NOT_FOUND_FOR_EXPRESSION_COLON_ARG_C26C9237 = + "未找到表达式的类型:%s"; + public static final String EXCEPTION_VALUE_REACH_HERE_MUST_BE_EXPRESSION_C7CA1971 = + "执行到这里时值必须为表达式"; public static final String EXCEPTION_PLAN_IS_NULL_717C9DF7 = "plan 不能为空"; public static final String EXCEPTION_LOOKUP_IS_NULL_B8FD7E65 = "lookup 不能为空"; public static final String EXCEPTION_CONSUMER_IS_NULL_B6207072 = "consumer 不能为空"; public static final String EXCEPTION_FIELDMAPPINGS_IS_NULL_C3681969 = "fieldMappings 不能为空"; - public static final String EXCEPTION_NO_FIELD_MINUS_GREATER_THAN_SYMBOL_MAPPING_FOR_FIELD_ARG_698FDF06 = "字段 %s 没有 field->symbol 映射"; - public static final String EXCEPTION_FOR_NOW_COMMA_ONLY_SINGLE_COLUMN_SUBQUERIES_ARE_SUPPORTED_AD9593BE = "目前仅支持单列子查询"; - public static final String EXCEPTION_FOR_NOW_COMMA_ONLY_SINGLE_COLUMN_SUBQUERIES_ARE_SUPPORTED_DOT_068B1A66 = "目前仅支持单列子查询。"; - public static final String EXCEPTION_CLUSTER_IS_EMPTY_22299EED = - "Cluster 为空"; - public static final String EXCEPTION_CLUSTER_CONTAINS_EXPRESSIONS_THAT_ARE_NOT_EQUIVALENT_TO_EACH_OTHER_7AD9A0E3 = - "Cluster 包含彼此不等价的表达式。"; + public static final String + EXCEPTION_NO_FIELD_MINUS_GREATER_THAN_SYMBOL_MAPPING_FOR_FIELD_ARG_698FDF06 = + "字段 %s 没有 field->symbol 映射"; + public static final String + EXCEPTION_FOR_NOW_COMMA_ONLY_SINGLE_COLUMN_SUBQUERIES_ARE_SUPPORTED_AD9593BE = "目前仅支持单列子查询"; + public static final String + EXCEPTION_FOR_NOW_COMMA_ONLY_SINGLE_COLUMN_SUBQUERIES_ARE_SUPPORTED_DOT_068B1A66 = + "目前仅支持单列子查询。"; + public static final String EXCEPTION_CLUSTER_IS_EMPTY_22299EED = "Cluster 为空"; + public static final String + EXCEPTION_CLUSTER_CONTAINS_EXPRESSIONS_THAT_ARE_NOT_EQUIVALENT_TO_EACH_OTHER_7AD9A0E3 = + "Cluster 包含彼此不等价的表达式。"; public static final String EXCEPTION_WARNINGCOLLECTOR_IS_NULL_7A524A68 = "warningCollector 不能为空"; public static final String EXCEPTION_MEASURES_IS_NULL_EC9D2431 = "measures 不能为空"; public static final String EXCEPTION_MEASUREOUTPUTS_IS_NULL_923F7C4B = "measureOutputs 不能为空"; public static final String EXCEPTION_SKIPTOPOSITION_IS_NULL_EFBA10CA = "skipToPosition 不能为空"; public static final String EXCEPTION_PATTERN_IS_NULL_AC4E239A = "pattern 不能为空"; - public static final String EXCEPTION_VARIABLEDEFINITIONS_IS_NULL_5F7B8ED4 = "variableDefinitions 不能为空"; + public static final String EXCEPTION_VARIABLEDEFINITIONS_IS_NULL_5F7B8ED4 = + "variableDefinitions 不能为空"; public static final String EXCEPTION_NO_RELATIONS_SPECIFIED_FOR_UNION_70CE42C4 = "未为 UNION 指定关系"; - public static final String EXCEPTION_NO_RELATIONS_SPECIFIED_FOR_INTERSECT_76B0ED3B = "未为 INTERSECT 指定关系"; - public static final String EXCEPTION_NO_RELATIONS_SPECIFIED_FOR_EXCEPT_C8E4B4AA = "未为 EXCEPT 指定关系"; + public static final String EXCEPTION_NO_RELATIONS_SPECIFIED_FOR_INTERSECT_76B0ED3B = + "未为 INTERSECT 指定关系"; + public static final String EXCEPTION_NO_RELATIONS_SPECIFIED_FOR_EXCEPT_C8E4B4AA = + "未为 EXCEPT 指定关系"; public static final String EXCEPTION_NODE_IS_NULL_C1479F4A = "node 不能为空"; public static final String EXCEPTION_EXPRESSIONS_MUST_BE_IN_THE_SAME_LOCAL_SCOPE_CCAD793E = "表达式必须位于同一局部作用域。"; public static final String EXCEPTION_WHERE_IS_NULL_A1A3FCBC = "WHERE 不能为空"; public static final String EXCEPTION_SKIPONLY_IS_NULL_80DB0703 = "skipOnly 不能为空"; - public static final String EXCEPTION_UNABLE_TO_REMOVE_PLAN_NODE_AS_IT_CONTAINS_0_OR_MORE_THAN_1_CHILDREN_6F26E194 = - "无法移除 plan node:其子节点数量为 0 或大于 1。"; + public static final String + EXCEPTION_UNABLE_TO_REMOVE_PLAN_NODE_AS_IT_CONTAINS_0_OR_MORE_THAN_1_CHILDREN_6F26E194 = + "无法移除 plan node:其子节点数量为 0 或大于 1。"; public static final String EXCEPTION_FIELDS_IS_NULL_DE209DBF = "fields 不能为空"; public static final String EXCEPTION_CANNOT_RESOLVE_SYMBOL_ARG_79F76FA6 = "无法解析 symbol %s"; public static final String EXCEPTION_COLUMNREFERENCES_IS_NULL_124955C5 = "columnReferences 不能为空"; public static final String EXCEPTION_SCOPEEQUALITIES_IS_NULL_22388B2C = "scopeEqualities 不能为空"; - public static final String EXCEPTION_SCOPECOMPLEMENTEQUALITIES_IS_NULL_B9080FC7 = "scopeComplementEqualities 不能为空"; - public static final String EXCEPTION_SCOPESTRADDLINGEQUALITIES_IS_NULL_F6B979AE = "scopeStraddlingEqualities 不能为空"; + public static final String EXCEPTION_SCOPECOMPLEMENTEQUALITIES_IS_NULL_B9080FC7 = + "scopeComplementEqualities 不能为空"; + public static final String EXCEPTION_SCOPESTRADDLINGEQUALITIES_IS_NULL_F6B979AE = + "scopeStraddlingEqualities 不能为空"; public static final String EXCEPTION_SYMBOLTYPES_IS_NULL_DD16EA83 = "symbolTypes 不能为空"; public static final String EXCEPTION_EXPRESSION_CANNOT_BE_NULL_EFF1A99C = "表达式不能为空"; public static final String EXCEPTION_TYPE_CANNOT_BE_NULL_97A0A8D3 = "类型不能为空"; public static final String EXCEPTION_NO_TYPE_FOR_COLON_ARG_9E34AD76 = "没有对应类型:%s"; - public static final String EXCEPTION_CONDITION_MUST_BE_BOOLEAN_COLON_ARG_806C2960 = "条件必须为 boolean:%s"; - public static final String EXCEPTION_TYPES_MUST_BE_EQUAL_COLON_ARG_VS_ARG_098424AD = "类型必须相同:%s vs %s"; + public static final String EXCEPTION_CONDITION_MUST_BE_BOOLEAN_COLON_ARG_806C2960 = + "条件必须为 boolean:%s"; + public static final String EXCEPTION_TYPES_MUST_BE_EQUAL_COLON_ARG_VS_ARG_098424AD = + "类型必须相同:%s vs %s"; public static final String EXCEPTION_ELEMENTS_IS_NULL_3451C1DA = "elements 不能为空"; public static final String EXCEPTION_PREDICATE_IS_NULL_22E687A9 = "predicate 不能为空"; public static final String EXCEPTION_MAPPER_IS_NULL_1D7789D1 = "mapper 不能为空"; public static final String EXCEPTION_FUNCTION_IS_NULL_E0FA4B62 = "function 不能为空"; - public static final String EXCEPTION_N_MUST_BE_GREATER_THAN_OR_EQUAL_TO_ZERO_C4CE8BF0 = "n 必须大于或等于 0"; + public static final String EXCEPTION_N_MUST_BE_GREATER_THAN_OR_EQUAL_TO_ZERO_C4CE8BF0 = + "n 必须大于或等于 0"; public static final String EXCEPTION_LOOKUPTYPE_IS_NULL_190054FA = "lookupType 不能为空"; public static final String EXCEPTION_OPERATORTYPE_IS_NULL_CEA6E3D3 = "operatorType 不能为空"; public static final String EXCEPTION_ARGUMENTTYPES_IS_NULL_1E377BFD = "argumentTypes 不能为空"; @@ -4274,12 +3417,14 @@ private DataNodeQueryMessages() {} public static final String EXCEPTION_TABLE_IS_NULL_8DDD9098 = "table 不能为空"; public static final String EXCEPTION_COLUMNS_IS_NULL_6C8F32B3 = "columns 不能为空"; public static final String EXCEPTION_COMMENT_IS_NULL_0AD46118 = "comment 不能为空"; - public static final String EXCEPTION_STATEMENTANALYZERFACTORY_IS_NULL_D309BAB5 = "statementAnalyzerFactory 不能为空"; + public static final String EXCEPTION_STATEMENTANALYZERFACTORY_IS_NULL_D309BAB5 = + "statementAnalyzerFactory 不能为空"; public static final String EXCEPTION_FIELD_IS_NULL_80E8CE23 = "field 不能为空"; public static final String EXCEPTION_PARAMETERS_IS_NULL_418C7892 = "parameters 不能为空"; public static final String EXCEPTION_TABLEREFERENCE_IS_NULL_C02D3A8F = "tableReference 不能为空"; public static final String EXCEPTION_QUERY_IS_NULL_689B7978 = "query 不能为空"; - public static final String EXCEPTION_RECURSIVEREFERENCE_IS_NULL_24B9D5DC = "recursiveReference 不能为空"; + public static final String EXCEPTION_RECURSIVEREFERENCE_IS_NULL_24B9D5DC = + "recursiveReference 不能为空"; public static final String EXCEPTION_ROOT_STATEMENT_IS_ANALYSIS_IS_NULL_36BCD4D1 = "根语句的分析结果不能为空。"; public static final String EXCEPTION_ACCESSCONTROL_IS_NULL_F534EBDD = "accessControl 不能为空"; @@ -4300,27 +3445,36 @@ private DataNodeQueryMessages() {} public static final String EXCEPTION_FIELDREFERENCE_IS_NULL_0B07EA50 = "fieldReference 不能为空"; public static final String EXCEPTION_QUERY_IS_NOT_REGISTERED_AS_EXPANDABLE_FAAD8FC9 = "查询未注册为可扩展"; public static final String EXCEPTION_EXPRESSION_NOT_ANALYZED_COLON_ARG_D397B665 = "表达式尚未分析:%s"; - public static final String EXCEPTION_EXPRESSION_IS_NOT_A_COLUMN_REFERENCE_COLON_ARG_7957E705 = "表达式不是列引用:%s"; - public static final String EXCEPTION_EXPECTED_JOIN_FIELDS_FOR_LEFT_AND_RIGHT_TO_HAVE_THE_SAME_SIZE_21BFD449 = - "期望左右 join fields 大小一致。"; + public static final String EXCEPTION_EXPRESSION_IS_NOT_A_COLUMN_REFERENCE_COLON_ARG_7957E705 = + "表达式不是列引用:%s"; + public static final String + EXCEPTION_EXPECTED_JOIN_FIELDS_FOR_LEFT_AND_RIGHT_TO_HAVE_THE_SAME_SIZE_21BFD449 = + "期望左右 join fields 大小一致。"; public static final String EXCEPTION_NO_COLUMNS_GIVEN_TO_INSERT_52C42E47 = "未给出要插入的列"; - public static final String EXCEPTION_MISSING_FILLANALYSIS_FOR_NODE_ARG_7E5B19A4 = "节点 %s 缺少 FillAnalysis"; - public static final String EXCEPTION_MISSING_OFFSET_VALUE_FOR_NODE_ARG_4B107520 = "节点 %s 缺少 OFFSET 值"; - public static final String EXCEPTION_MISSING_LIMIT_VALUE_FOR_NODE_ARG_DD5FD777 = "节点 %s 缺少 LIMIT 值"; + public static final String EXCEPTION_MISSING_FILLANALYSIS_FOR_NODE_ARG_7E5B19A4 = + "节点 %s 缺少 FillAnalysis"; + public static final String EXCEPTION_MISSING_OFFSET_VALUE_FOR_NODE_ARG_4B107520 = + "节点 %s 缺少 OFFSET 值"; + public static final String EXCEPTION_MISSING_LIMIT_VALUE_FOR_NODE_ARG_DD5FD777 = + "节点 %s 缺少 LIMIT 值"; public static final String EXCEPTION_MISSING_RANGE_FOR_QUANTIFIER_ARG_03461228 = "量词 %s 缺少范围"; public static final String EXCEPTION_MISSING_UNDEFINED_LABELS_FOR_ARG_CA615EC2 = "%s 缺少未定义标签"; public static final String EXCEPTION_NO_FIELD_FOR_97419CB1 = "没有对应的 Field:"; public static final String EXCEPTION_RELATIONID_IS_NULL_C4683108 = "relationId 不能为空"; - public static final String EXCEPTION_FIELDINDEX_MUST_BE_NON_MINUS_NEGATIVE_COMMA_GOT_COLON_ARG_09C2C06D = "fieldIndex 必须为非负数,实际为:%s"; + public static final String + EXCEPTION_FIELDINDEX_MUST_BE_NON_MINUS_NEGATIVE_COMMA_GOT_COLON_ARG_09C2C06D = + "fieldIndex 必须为非负数,实际为:%s"; public static final String EXCEPTION_TYPEMANAGER_IS_NULL_12A72016 = "typeManager 不能为空"; public static final String EXCEPTION_NODES_IS_NULL_7AB3C1D7 = "nodes 不能为空"; public static final String EXCEPTION_CLAZZ_IS_NULL_7F710E3E = "clazz 不能为空"; - public static final String EXCEPTION_GROUPBYEXPRESSIONS_IS_NULL_BFDC07D2 = "groupByExpressions 不能为空"; + public static final String EXCEPTION_GROUPBYEXPRESSIONS_IS_NULL_BFDC07D2 = + "groupByExpressions 不能为空"; public static final String EXCEPTION_SOURCESCOPE_IS_NULL_4B3626A7 = "sourceScope 不能为空"; public static final String EXCEPTION_ORDERBYSCOPE_IS_NULL_A6017E73 = "orderByScope 不能为空"; public static final String EXCEPTION_NO_FIELD_FOR_E99DCE9A = "没有对应的 field:"; - public static final String EXCEPTION_INVALID_PARAMETER_NUMBER_ARG_COMMA_MAX_VALUES_IS_ARG_B3F5C4E8 = - "无效的参数数量 %s,最大值为 %s。"; + public static final String + EXCEPTION_INVALID_PARAMETER_NUMBER_ARG_COMMA_MAX_VALUES_IS_ARG_B3F5C4E8 = + "无效的参数数量 %s,最大值为 %s。"; public static final String EXCEPTION_GROUPING_FIELD_ARG_SHOULD_ORIGINATE_FROM_ARG_6DBBCE6B = "Grouping field %s 应来源于 %s。"; public static final String EXCEPTION_ALLLABELS_IS_NULL_9F240FB5 = "allLabels 不能为空"; @@ -4342,48 +3496,60 @@ private DataNodeQueryMessages() {} public static final String EXCEPTION_RELATIONTYPE_IS_NULL_62DDF9C1 = "relationType 不能为空"; public static final String EXCEPTION_BASISTYPE_IS_NULL_33E4F842 = "basisType 不能为空"; public static final String EXCEPTION_PARENT_IS_ALREADY_SET_835DE0A5 = "parent 已设置"; - public static final String EXCEPTION_QUERY_QUOTE_ARG_QUOTE_IS_ALREADY_ADDED_F3D47DBD = "Query '%s' 已添加"; + public static final String EXCEPTION_QUERY_QUOTE_ARG_QUOTE_IS_ALREADY_ADDED_F3D47DBD = + "Query '%s' 已添加"; public static final String EXCEPTION_MISSING_SCOPE_D573869F = "缺少 scope"; public static final String EXCEPTION_MISSING_RELATIONTYPE_679D3CFA = "缺少 relationType"; - public static final String EXCEPTION_SUBQUERYINPREDICATES_IS_NULL_5A37F1C8 = "subqueryInPredicates 不能为空"; + public static final String EXCEPTION_SUBQUERYINPREDICATES_IS_NULL_5A37F1C8 = + "subqueryInPredicates 不能为空"; public static final String EXCEPTION_SUBQUERIES_IS_NULL_0D5EA053 = "subqueries 不能为空"; public static final String EXCEPTION_EXISTSSUBQUERIES_IS_NULL_5EA140F5 = "existsSubqueries 不能为空"; - public static final String EXCEPTION_QUANTIFIEDCOMPARISONS_IS_NULL_A30F5121 = "quantifiedComparisons 不能为空"; + public static final String EXCEPTION_QUANTIFIEDCOMPARISONS_IS_NULL_A30F5121 = + "quantifiedComparisons 不能为空"; public static final String EXCEPTION_WINDOWFUNCTIONS_IS_NULL_D77C3CD5 = "windowFunctions 不能为空"; public static final String EXCEPTION_ORIGINTABLE_IS_NULL_18AC52C3 = "originTable 不能为空"; public static final String EXCEPTION_RELATIONALIAS_IS_NULL_C363AD25 = "relationAlias 不能为空"; public static final String EXCEPTION_ORIGINCOLUMNNAME_IS_NULL_98607162 = "originColumnName 不能为空"; public static final String EXCEPTION_METADATA_IS_NULL_6F8F9BA0 = "metadata 不能为空"; public static final String EXCEPTION_CONTEXT_IS_NULL_E329B664 = "context 不能为空"; - public static final String EXCEPTION_GETRESOLVEDWINDOW_IS_NULL_2438758C = "getResolvedWindow 不能为空"; - public static final String EXCEPTION_GETPREANALYZEDTYPE_IS_NULL_FBB2EC7D = "getPreanalyzedType 不能为空"; + public static final String EXCEPTION_GETRESOLVEDWINDOW_IS_NULL_2438758C = + "getResolvedWindow 不能为空"; + public static final String EXCEPTION_GETPREANALYZEDTYPE_IS_NULL_FBB2EC7D = + "getPreanalyzedType 不能为空"; public static final String EXCEPTION_BASESCOPE_IS_NULL_ABE8F618 = "baseScope 不能为空"; - public static final String EXCEPTION_PATTERNRECOGNITIONCONTEXT_IS_NULL_59C665F1 = "patternRecognitionContext 不能为空"; - public static final String EXCEPTION_CORRELATIONSUPPORT_IS_NULL_E0D669BF = "correlationSupport 不能为空"; - public static final String EXCEPTION_FUNCTIONINPUTTYPES_IS_NULL_3030658F = "functionInputTypes 不能为空"; + public static final String EXCEPTION_PATTERNRECOGNITIONCONTEXT_IS_NULL_59C665F1 = + "patternRecognitionContext 不能为空"; + public static final String EXCEPTION_CORRELATIONSUPPORT_IS_NULL_E0D669BF = + "correlationSupport 不能为空"; + public static final String EXCEPTION_FUNCTIONINPUTTYPES_IS_NULL_3030658F = + "functionInputTypes 不能为空"; public static final String EXCEPTION_COLUMN_IS_NULL_0C404041 = "column 不能为空"; - public static final String EXCEPTION_EXPRESSION_NOT_YET_ANALYZED_COLON_ARG_0F4F19B7 = "表达式尚未分析:%s"; - public static final String EXCEPTION_ARG_ALREADY_KNOWN_TO_REFER_TO_ARG_8C8B4F24 = - "%s 已知引用 %s。"; - public static final String EXCEPTION_NO_RESOLVED_WINDOW_FOR_COLON_AED19667 = "没有 resolved window:"; + public static final String EXCEPTION_EXPRESSION_NOT_YET_ANALYZED_COLON_ARG_0F4F19B7 = + "表达式尚未分析:%s"; + public static final String EXCEPTION_ARG_ALREADY_KNOWN_TO_REFER_TO_ARG_8C8B4F24 = "%s 已知引用 %s。"; + public static final String EXCEPTION_NO_RESOLVED_WINDOW_FOR_COLON_AED19667 = + "没有 resolved window:"; public static final String EXCEPTION_NO_LABEL_AVAILABLE_8508CE32 = "没有可用 label"; public static final String EXCEPTION_REWRITES_IS_NULL_4E5AD77A = "rewrites 不能为空"; - public static final String EXCEPTION_STATEMENT_REWRITE_RETURNED_NULL_AB1E89EA = "Statement rewrite 返回了 null"; + public static final String EXCEPTION_STATEMENT_REWRITE_RETURNED_NULL_AB1E89EA = + "Statement rewrite 返回了 null"; public static final String EXCEPTION_ATN_IS_NULL_48BE0D3E = "atn 不能为空"; public static final String EXCEPTION_LEXER_IS_NULL_88834E18 = "lexer 不能为空"; public static final String EXCEPTION_PARSER_IS_NULL_AE8E5D6F = "parser 不能为空"; - public static final String EXCEPTION_LEXER_ATN_MISMATCH_COLON_EXPECTED_ARG_COMMA_FOUND_ARG_8ED22CF1 = - "Lexer ATN 不匹配:期望 %s,实际 %s。"; - public static final String EXCEPTION_PARSER_ATN_MISMATCH_COLON_EXPECTED_ARG_COMMA_FOUND_ARG_FF75D61B = - "Parser ATN 不匹配:期望 %s,实际 %s。"; + public static final String + EXCEPTION_LEXER_ATN_MISMATCH_COLON_EXPECTED_ARG_COMMA_FOUND_ARG_8ED22CF1 = + "Lexer ATN 不匹配:期望 %s,实际 %s。"; + public static final String + EXCEPTION_PARSER_ATN_MISMATCH_COLON_EXPECTED_ARG_COMMA_FOUND_ARG_FF75D61B = + "Parser ATN 不匹配:期望 %s,实际 %s。"; public static final String EXCEPTION_INITIALIZER_IS_NULL_2EEC3764 = "initializer 不能为空"; public static final String EXCEPTION_TERMINALNODE_IS_NULL_578F27FD = "terminalNode 不能为空"; - public static final String EXCEPTION_PARSERRULECONTEXT_IS_NULL_9E0DD3B5 = "parserRuleContext 不能为空"; + public static final String EXCEPTION_PARSERRULECONTEXT_IS_NULL_9E0DD3B5 = + "parserRuleContext 不能为空"; public static final String EXCEPTION_TOKEN_IS_NULL_43094C56 = "token 不能为空"; public static final String EXCEPTION_VALUE_IS_NULL_192F6BFF = "值不能为空"; public static final String EXCEPTION_LOCATION_IS_NULL_F134D388 = "location 不能为空"; - public static final String EXCEPTION_TOPIC_NAME_CAN_NOT_BE_NULL_EA4ED0BF = - "topic name 不能为空"; + public static final String EXCEPTION_TOPIC_NAME_CAN_NOT_BE_NULL_EA4ED0BF = "topic name 不能为空"; public static final String EXCEPTION_SOURCE_NAME_IS_NULL_287E475D = "source name 不能为空"; public static final String EXCEPTION_TARGET_NAME_IS_NULL_A5F701C6 = "target name 不能为空"; public static final String EXCEPTION_DBNAME_IS_NULL_4521C4EE = "dbName 不能为空"; @@ -4391,14 +3557,15 @@ private DataNodeQueryMessages() {} public static final String EXCEPTION_TARGET_IS_NULL_240F0372 = "target 不能为空"; public static final String EXCEPTION_INDEXNAME_IS_NULL_2525299C = "indexName 不能为空"; public static final String EXCEPTION_COLUMNLIST_IS_NULL_DADE6825 = "columnList 不能为空"; - public static final String EXCEPTION_SIZE_OF_COLUMNLIST_SHOULD_BE_LARGER_THAN_1_7EB80E55 = "columnList 的大小应大于 1"; + public static final String EXCEPTION_SIZE_OF_COLUMNLIST_SHOULD_BE_LARGER_THAN_1_7EB80E55 = + "columnList 的大小应大于 1"; public static final String EXCEPTION_ASSIGNMENTS_IS_NULL_1FD6142D = "assignments 不能为空"; - public static final String EXCEPTION_PIPE_NAME_CAN_NOT_BE_NULL_14570979 = - "pipe name 不能为空"; + public static final String EXCEPTION_PIPE_NAME_CAN_NOT_BE_NULL_14570979 = "pipe name 不能为空"; public static final String EXCEPTION_SQL_IS_NULL_BEDB2B7A = "sql 不能为空"; public static final String EXCEPTION_SERVICENAME_IS_NULL_1009BA39 = "serviceName 不能为空"; - public static final String EXCEPTION_CANNOT_GET_NON_MINUS_DEFAULT_VALUE_OF_PROPERTY_ARG_SINCE_ITS_VALUE_IS_SET_TO_DEF_E7D3185F = - "无法获取属性 %s 的非默认值,因为其值已设置为 DEFAULT。"; + public static final String + EXCEPTION_CANNOT_GET_NON_MINUS_DEFAULT_VALUE_OF_PROPERTY_ARG_SINCE_ITS_VALUE_IS_SET_TO_DEF_E7D3185F = + "无法获取属性 %s 的非默认值,因为其值已设置为 DEFAULT。"; public static final String EXCEPTION_STATEMENTNAME_IS_NULL_C03BB8D4 = "statementName 不能为空"; public static final String EXCEPTION_CATALOGNAME_IS_NULL_2E3C3C6B = "catalogName 不能为空"; public static final String EXCEPTION_SOURCE_IS_NULL_45946547 = "source 不能为空"; @@ -4414,12 +3581,9 @@ private DataNodeQueryMessages() {} public static final String EXCEPTION_CONNECTOR_ATTRIBUTES_CAN_NOT_BE_NULL_7AF2F613 = "connector attributes 不能为空"; public static final String EXCEPTION_CLASSNAME_IS_NULL_3902B37C = "className 不能为空"; - public static final String EXCEPTION_PLUGIN_NAME_CAN_NOT_BE_NULL_92F0F4D6 = - "plugin name 不能为空"; - public static final String EXCEPTION_CLASS_NAME_CAN_NOT_BE_NULL_1D276677 = - "class name 不能为空"; - public static final String EXCEPTION_URI_CAN_NOT_BE_NULL_B3535EDC = - "uri 不能为空"; + public static final String EXCEPTION_PLUGIN_NAME_CAN_NOT_BE_NULL_92F0F4D6 = "plugin name 不能为空"; + public static final String EXCEPTION_CLASS_NAME_CAN_NOT_BE_NULL_1D276677 = "class name 不能为空"; + public static final String EXCEPTION_URI_CAN_NOT_BE_NULL_B3535EDC = "uri 不能为空"; public static final String EXCEPTION_STATEMENT_IS_NULL_693A0622 = "statement 不能为空"; public static final String EXCEPTION_UDFNAME_IS_NULL_83E9039B = "udfName 不能为空"; public static final String EXCEPTION_URISTRING_IS_NULL_E7458C6A = "uriString 不能为空"; @@ -4430,150 +3594,267 @@ private DataNodeQueryMessages() {} public static final String EXCEPTION_COLUMNCATEGORY_IS_NULL_0075924B = "columnCategory 不能为空"; public static final String EXCEPTION_ARGUMENTNAME_IS_NULL_7F8F665F = "argumentName 不能为空"; public static final String EXCEPTION_PASSEDARGUMENTS_IS_NULL_98D8CB1F = "passedArguments 不能为空"; - public static final String EXCEPTION_TABLEARGUMENTANALYSES_IS_NULL_C8724E40 = "tableArgumentAnalyses 不能为空"; + public static final String EXCEPTION_TABLEARGUMENTANALYSES_IS_NULL_C8724E40 = + "tableArgumentAnalyses 不能为空"; public static final String EXCEPTION_ARGUMENT_IS_NULL_0CBBD22B = "argument 不能为空"; - public static final String EXCEPTION_TABLEARGUMENTANALYSIS_IS_NULL_CF9F0E25 = "tableArgumentAnalysis 不能为空"; + public static final String EXCEPTION_TABLEARGUMENTANALYSIS_IS_NULL_CF9F0E25 = + "tableArgumentAnalysis 不能为空"; public static final String EXCEPTION_RULE_IS_NULL_5387C8CC = "rule 不能为空"; - public static final String EXCEPTION_CANNOT_MERGE_STATS_FOR_DIFFERENT_RULES_COLON_ARG_AND_ARG_F0A5D5E6 = - "无法合并不同规则的统计信息:%s 和 %s。"; - public static final String EXCEPTION_SCALAR_SUBQUERY_RESULT_SHOULD_ONLY_HAVE_ONE_COLUMN_DOT_893F76CB = "Scalar Subquery 结果只能有一列。"; - public static final String EXCEPTION_SCALAR_SUBQUERY_RESULT_SHOULD_ONLY_HAVE_ONE_ROW_DOT_F9007BBC = "Scalar Subquery 结果只能有一行。"; - public static final String EXCEPTION_SCALAR_SUBQUERY_RESULT_SHOULD_NOT_GET_NULL_DATATYPE_OR_NULL_COLUMN_DOT_616056F4 = - "Scalar Subquery 结果不应得到 null dataType 或 null 列。"; + public static final String + EXCEPTION_CANNOT_MERGE_STATS_FOR_DIFFERENT_RULES_COLON_ARG_AND_ARG_F0A5D5E6 = + "无法合并不同规则的统计信息:%s 和 %s。"; + public static final String + EXCEPTION_SCALAR_SUBQUERY_RESULT_SHOULD_ONLY_HAVE_ONE_COLUMN_DOT_893F76CB = + "Scalar Subquery 结果只能有一列。"; + public static final String + EXCEPTION_SCALAR_SUBQUERY_RESULT_SHOULD_ONLY_HAVE_ONE_ROW_DOT_F9007BBC = + "Scalar Subquery 结果只能有一行。"; + public static final String + EXCEPTION_SCALAR_SUBQUERY_RESULT_SHOULD_NOT_GET_NULL_DATATYPE_OR_NULL_COLUMN_DOT_616056F4 = + "Scalar Subquery 结果不应得到 null dataType 或 null 列。"; public static final String EXCEPTION_OPERATOR_IS_NULL_F5BB9F59 = "operator 不能为空"; public static final String EXCEPTION_EXPRESSIONS_IS_NULL_C44D9384 = "expressions 不能为空"; public static final String EXCEPTION_CORRELATION_IS_NULL_F8327EAD = "correlation 不能为空"; - public static final String EXCEPTION_CORRELATEDPREDICATES_IS_NULL_5FCB8011 = "correlatedPredicates 不能为空"; + public static final String EXCEPTION_CORRELATEDPREDICATES_IS_NULL_5FCB8011 = + "correlatedPredicates 不能为空"; public static final String EXCEPTION_GROUPING_KEYS_WERE_CORRELATED_EE1C8406 = "分组键存在关联"; - public static final String EXCEPTION_EXPECTED_CONSTANT_SYMBOLS_TO_CONTAIN_ALL_CORRELATED_SYMBOLS_LOCAL_EQUIVALENTS_E20CB055 = "期望常量符号包含所有关联符号的本地等价符号"; - public static final String EXCEPTION_EXPECTED_SYMBOLS_TO_PROPAGATE_TO_CONTAIN_ALL_CONSTANT_SYMBOLS_C9D876E4 = "期望要传播的符号包含所有常量符号"; + public static final String + EXCEPTION_EXPECTED_CONSTANT_SYMBOLS_TO_CONTAIN_ALL_CORRELATED_SYMBOLS_LOCAL_EQUIVALENTS_E20CB055 = + "期望常量符号包含所有关联符号的本地等价符号"; + public static final String + EXCEPTION_EXPECTED_SYMBOLS_TO_PROPAGATE_TO_CONTAIN_ALL_CONSTANT_SYMBOLS_C9D876E4 = + "期望要传播的符号包含所有常量符号"; public static final String EXCEPTION_CARDINALITYRANGE_IS_NULL_8FDEE0B4 = "cardinalityRange 不能为空"; - public static final String EXCEPTION_METADATAEXPRESSIONS_IS_NULL_3752914C = "metadataExpressions 不能为空"; - public static final String EXCEPTION_EXPRESSIONSCANPUSHDOWN_IS_NULL_DC8DFEB3 = "expressionsCanPushDown 不能为空"; - public static final String EXCEPTION_EXPRESSIONSCANNOTPUSHDOWN_IS_NULL_63BC9AF9 = "expressionsCannotPushDown 不能为空"; + public static final String EXCEPTION_METADATAEXPRESSIONS_IS_NULL_3752914C = + "metadataExpressions 不能为空"; + public static final String EXCEPTION_EXPRESSIONSCANPUSHDOWN_IS_NULL_DC8DFEB3 = + "expressionsCanPushDown 不能为空"; + public static final String EXCEPTION_EXPRESSIONSCANNOTPUSHDOWN_IS_NULL_63BC9AF9 = + "expressionsCannotPushDown 不能为空"; public static final String EXCEPTION_FILTER_PREDICATE_OF_FILTERNODE_IS_NULL_C3964179 = "FilterNode 的过滤谓词为空。"; - public static final String EXCEPTION_UNSUPPORTED_JOIN_TYPE_COLON_ARG_9FB6751B = "不支持的 join type: %s"; - public static final String EXCEPTION_UNIQUEID_IN_PREDICATE_IS_NOT_YET_SUPPORTED_7B5D2EAF = "predicate 中暂不支持 UniqueId"; + public static final String EXCEPTION_UNSUPPORTED_JOIN_TYPE_COLON_ARG_9FB6751B = + "不支持的 join type: %s"; + public static final String EXCEPTION_UNIQUEID_IN_PREDICATE_IS_NOT_YET_SUPPORTED_7B5D2EAF = + "predicate 中暂不支持 UniqueId"; public static final String EXCEPTION_MAPPERPROVIDER_IS_NULL_472725D5 = "mapperProvider 不能为空"; - public static final String EXCEPTION_CORRELATIONMAPPING_IS_NULL_9D595C82 = "correlationMapping 不能为空"; + public static final String EXCEPTION_CORRELATIONMAPPING_IS_NULL_9D595C82 = + "correlationMapping 不能为空"; public static final String EXCEPTION_MAPPINGS_IS_NULL_23BD9025 = "mappings 不能为空"; - public static final String EXCEPTION_AGGREGATE_WITH_ORDER_BY_DOES_NOT_SUPPORT_PARTIAL_AGGREGATION_D5BDD21F = "带 ORDER BY 的聚合不支持部分聚合"; - public static final String EXCEPTION_LEFTEFFECTIVEPREDICATE_MUST_ONLY_CONTAIN_SYMBOLS_FROM_LEFTSYMBOLS_DB3259B8 = - "leftEffectivePredicate 只能包含 leftSymbols 中的 symbols。"; - public static final String EXCEPTION_RIGHTEFFECTIVEPREDICATE_MUST_ONLY_CONTAIN_SYMBOLS_FROM_RIGHTSYMBOLS_4B97238D = - "rightEffectivePredicate 只能包含 rightSymbols 中的 symbols。"; - public static final String EXCEPTION_OUTEREFFECTIVEPREDICATE_MUST_ONLY_CONTAIN_SYMBOLS_FROM_OUTERSYMBOLS_99FC2AA9 = - "outerEffectivePredicate 只能包含 outerSymbols 中的 symbols。"; - public static final String EXCEPTION_INNEREFFECTIVEPREDICATE_MUST_ONLY_CONTAIN_SYMBOLS_FROM_INNERSYMBOLS_ECB7C6A2 = - "innerEffectivePredicate 只能包含 innerSymbols 中的 symbols。"; + public static final String + EXCEPTION_AGGREGATE_WITH_ORDER_BY_DOES_NOT_SUPPORT_PARTIAL_AGGREGATION_D5BDD21F = + "带 ORDER BY 的聚合不支持部分聚合"; + public static final String + EXCEPTION_LEFTEFFECTIVEPREDICATE_MUST_ONLY_CONTAIN_SYMBOLS_FROM_LEFTSYMBOLS_DB3259B8 = + "leftEffectivePredicate 只能包含 leftSymbols 中的 symbols。"; + public static final String + EXCEPTION_RIGHTEFFECTIVEPREDICATE_MUST_ONLY_CONTAIN_SYMBOLS_FROM_RIGHTSYMBOLS_4B97238D = + "rightEffectivePredicate 只能包含 rightSymbols 中的 symbols。"; + public static final String + EXCEPTION_OUTEREFFECTIVEPREDICATE_MUST_ONLY_CONTAIN_SYMBOLS_FROM_OUTERSYMBOLS_99FC2AA9 = + "outerEffectivePredicate 只能包含 outerSymbols 中的 symbols。"; + public static final String + EXCEPTION_INNEREFFECTIVEPREDICATE_MUST_ONLY_CONTAIN_SYMBOLS_FROM_INNERSYMBOLS_ECB7C6A2 = + "innerEffectivePredicate 只能包含 innerSymbols 中的 symbols。"; public static final String EXCEPTION_IDALLOCATOR_IS_NULL_752B308D = "idAllocator 不能为空"; - public static final String EXCEPTION_PLANOPTIMIZERSSTATSCOLLECTOR_IS_NULL_9DA4B0CC = "planOptimizersStatsCollector 不能为空"; - public static final String EXCEPTION_SUBQUERY_RESULT_TYPE_MUST_BE_ORDERABLE_82AF0EFA = "子查询结果类型必须可排序"; - public static final String EXCEPTION_ALL_THE_NON_CORRELATED_SUBQUERIES_SHOULD_BE_REWRITTEN_AT_THIS_POINT_B4614541 = "执行到这里时,所有非关联子查询都应已被重写"; + public static final String EXCEPTION_PLANOPTIMIZERSSTATSCOLLECTOR_IS_NULL_9DA4B0CC = + "planOptimizersStatsCollector 不能为空"; + public static final String EXCEPTION_SUBQUERY_RESULT_TYPE_MUST_BE_ORDERABLE_82AF0EFA = + "子查询结果类型必须可排序"; + public static final String + EXCEPTION_ALL_THE_NON_CORRELATED_SUBQUERIES_SHOULD_BE_REWRITTEN_AT_THIS_POINT_B4614541 = + "执行到这里时,所有非关联子查询都应已被重写"; public static final String EXCEPTION_CHANGEDPLANNODES_IS_NULL_5ECBDE28 = "changedPlanNodes 不能为空"; public static final String EXCEPTION_MAPPINGFUNCTION_IS_NULL_212D6109 = "mappingFunction 不能为空"; public static final String EXCEPTION_ROOT_NODE_MUST_RETURN_ONLY_ONE_FF42061C = "根节点只能返回一个结果"; - public static final String EXCEPTION_SIZE_OF_TOPKNODE_CAN_ONLY_BE_1_IN_LOGICAL_PLAN_DOT_DB32E3C5 = "逻辑计划中的 TopKNode 大小只能为 1。"; - public static final String EXCEPTION_THE_SIZE_OF_LEFT_CHILDREN_NODE_OF_JOINNODE_SHOULD_BE_1_F3437368 = "JoinNode 的左子节点数量应为 1"; - public static final String EXCEPTION_THE_SIZE_OF_RIGHT_CHILDREN_NODE_OF_JOINNODE_SHOULD_BE_1_6BA167CF = "JoinNode 的右子节点数量应为 1"; - public static final String EXCEPTION_THE_SIZE_OF_LEFT_CHILDREN_NODE_OF_SEMIJOINNODE_SHOULD_BE_1_FFEE3F41 = "SemiJoinNode 的左子节点数量应为 1"; - public static final String EXCEPTION_THE_SIZE_OF_RIGHT_CHILDREN_NODE_OF_SEMIJOINNODE_SHOULD_BE_1_AE90C4B8 = "SemiJoinNode 的右子节点数量应为 1"; - public static final String EXCEPTION_CHILDRENNODES_SHOULD_NOT_BE_NULL_DOT_0C93B063 = "childrenNodes 不能为空。"; - public static final String EXCEPTION_CHILDRENNODES_SHOULD_NOT_BE_EMPTY_DOT_E5555FD9 = "childrenNodes 不能为空。"; - public static final String EXCEPTION_SIZE_OF_TOPKRANKINGNODE_CAN_ONLY_BE_1_IN_LOGICAL_PLAN_DOT_20D6A513 = "逻辑计划中的 TopKRankingNode 大小只能为 1。"; + public static final String EXCEPTION_SIZE_OF_TOPKNODE_CAN_ONLY_BE_1_IN_LOGICAL_PLAN_DOT_DB32E3C5 = + "逻辑计划中的 TopKNode 大小只能为 1。"; + public static final String + EXCEPTION_THE_SIZE_OF_LEFT_CHILDREN_NODE_OF_JOINNODE_SHOULD_BE_1_F3437368 = + "JoinNode 的左子节点数量应为 1"; + public static final String + EXCEPTION_THE_SIZE_OF_RIGHT_CHILDREN_NODE_OF_JOINNODE_SHOULD_BE_1_6BA167CF = + "JoinNode 的右子节点数量应为 1"; + public static final String + EXCEPTION_THE_SIZE_OF_LEFT_CHILDREN_NODE_OF_SEMIJOINNODE_SHOULD_BE_1_FFEE3F41 = + "SemiJoinNode 的左子节点数量应为 1"; + public static final String + EXCEPTION_THE_SIZE_OF_RIGHT_CHILDREN_NODE_OF_SEMIJOINNODE_SHOULD_BE_1_AE90C4B8 = + "SemiJoinNode 的右子节点数量应为 1"; + public static final String EXCEPTION_CHILDRENNODES_SHOULD_NOT_BE_NULL_DOT_0C93B063 = + "childrenNodes 不能为空。"; + public static final String EXCEPTION_CHILDRENNODES_SHOULD_NOT_BE_EMPTY_DOT_E5555FD9 = + "childrenNodes 不能为空。"; + public static final String + EXCEPTION_SIZE_OF_TOPKRANKINGNODE_CAN_ONLY_BE_1_IN_LOGICAL_PLAN_DOT_20D6A513 = + "逻辑计划中的 TopKRankingNode 大小只能为 1。"; public static final String EXCEPTION_STATS_IS_NULL_D3627E6A = "stats 不能为空"; public static final String EXCEPTION_USELEGACYRULES_IS_NULL_0AD13CAB = "useLegacyRules 不能为空"; public static final String EXCEPTION_RULES_IS_NULL_DF243716 = "rules 不能为空"; - public static final String EXCEPTION_EXPECTED_CHILD_TO_BE_A_GROUP_REFERENCE_DOT_FOUND_COLON_EC01971C = - "期望子节点为 group reference。实际:"; - public static final String EXCEPTION_TIMEOUT_HAS_TO_BE_A_NON_MINUS_NEGATIVE_NUMBER_LEFT_BRACKET_MILLISECONDS_RIGHT_BR_5201D8B3 = "Timeout 必须为非负数 [milliseconds]"; - public static final String EXCEPTION_NODE_QUOTE_ARG_QUOTE_IS_NOT_A_GROUPREFERENCE_73C8C127 = "节点 '%s' 不是 GroupReference"; + public static final String + EXCEPTION_EXPECTED_CHILD_TO_BE_A_GROUP_REFERENCE_DOT_FOUND_COLON_EC01971C = + "期望子节点为 group reference。实际:"; + public static final String + EXCEPTION_TIMEOUT_HAS_TO_BE_A_NON_MINUS_NEGATIVE_NUMBER_LEFT_BRACKET_MILLISECONDS_RIGHT_BR_5201D8B3 = + "Timeout 必须为非负数 [milliseconds]"; + public static final String EXCEPTION_NODE_QUOTE_ARG_QUOTE_IS_NOT_A_GROUPREFERENCE_73C8C127 = + "节点 '%s' 不是 GroupReference"; public static final String EXCEPTION_MEMBER_IS_NULL_466D8670 = "member 不能为空"; public static final String EXCEPTION_INVALID_GROUP_COLON_ARG_C0BAD253 = "无效的 group: %s"; - public static final String EXCEPTION_ARG_COLON_TRANSFORMED_EXPRESSION_DOESN_QUOTE_T_PRODUCE_SAME_OUTPUTS_COLON_ARG_VS_F9BAF138 = "%s:转换后的表达式产生的输出不同:%s vs %s"; + public static final String + EXCEPTION_ARG_COLON_TRANSFORMED_EXPRESSION_DOESN_QUOTE_T_PRODUCE_SAME_OUTPUTS_COLON_ARG_VS_F9BAF138 = + "%s:转换后的表达式产生的输出不同:%s vs %s"; public static final String EXCEPTION_CANNOT_DELETE_GROUP_THAT_HAS_INCOMING_REFERENCES_83C9D700 = "无法删除存在传入引用的 group。"; - public static final String EXCEPTION_REFERENCE_TO_REMOVE_NOT_FOUND_2EB93289 = - "未找到待移除的引用。"; + public static final String EXCEPTION_REFERENCE_TO_REMOVE_NOT_FOUND_2EB93289 = "未找到待移除的引用。"; public static final String EXCEPTION_TRANSFORMEDPLAN_IS_NULL_83B2099A = "transformedPlan 不能为空"; public static final String EXCEPTION_NEWCHILDREN_IS_NOT_EMPTY_170FCE18 = "newChildren 非空"; public static final String EXCEPTION_GROUPINGSETS_IS_NULL_8EE6D9BF = "groupingSets 不能为空"; - public static final String EXCEPTION_PREGROUPEDSYMBOLS_IS_NULL_DC24FF7B = "preGroupedSymbols 不能为空"; - public static final String EXCEPTION_GROUPING_COLUMNS_DOES_NOT_CONTAIN_GROUPID_COLUMN_83976C83 = "分组列不包含 groupId 列"; - public static final String EXCEPTION_ORDER_BY_DOES_NOT_SUPPORT_DISTRIBUTED_AGGREGATION_05109B26 = "ORDER BY 不支持分布式聚合"; + public static final String EXCEPTION_PREGROUPEDSYMBOLS_IS_NULL_DC24FF7B = + "preGroupedSymbols 不能为空"; + public static final String EXCEPTION_GROUPING_COLUMNS_DOES_NOT_CONTAIN_GROUPID_COLUMN_83976C83 = + "分组列不包含 groupId 列"; + public static final String EXCEPTION_ORDER_BY_DOES_NOT_SUPPORT_DISTRIBUTED_AGGREGATION_05109B26 = + "ORDER BY 不支持分布式聚合"; public static final String EXCEPTION_DATE_BIN_FUNCTION_MUST_BE_THE_LAST_GROUPINGKEY_EE955FF5 = "date_bin 函数必须是最后一个 GroupingKey。"; - public static final String EXCEPTION_PRE_MINUS_GROUPED_SYMBOLS_MUST_BE_A_SUBSET_OF_THE_GROUPING_KEYS_AFC6C33D = - "预分组符号必须是分组键的子集。"; - public static final String EXCEPTION_EXPECTED_AGGREGATION_TO_HAVE_DISTINCT_INPUT_EC6AF059 = "期望聚合包含 DISTINCT 输入"; - public static final String EXCEPTION_MISMATCHED_CHILD_LEFT_PAREN_ARG_RIGHT_PAREN_AND_PERMITTED_OUTPUTS_LEFT_PAREN_ARG_57801144 = "子节点 (%s) 与允许输出 (%s) 的大小不匹配"; + public static final String + EXCEPTION_PRE_MINUS_GROUPED_SYMBOLS_MUST_BE_A_SUBSET_OF_THE_GROUPING_KEYS_AFC6C33D = + "预分组符号必须是分组键的子集。"; + public static final String EXCEPTION_EXPECTED_AGGREGATION_TO_HAVE_DISTINCT_INPUT_EC6AF059 = + "期望聚合包含 DISTINCT 输入"; + public static final String + EXCEPTION_MISMATCHED_CHILD_LEFT_PAREN_ARG_RIGHT_PAREN_AND_PERMITTED_OUTPUTS_LEFT_PAREN_ARG_57801144 = + "子节点 (%s) 与允许输出 (%s) 的大小不匹配"; public static final String EXCEPTION_MISSING_TYPE_FOR_EXPRESSION_3D66D302 = "缺少表达式类型"; - public static final String EXCEPTION_EXCEPTNODE_TRANSLATION_RESULT_HAS_NO_COUNT_SYMBOLS_8653930E = "ExceptNode 翻译结果中没有计数符号"; - public static final String EXCEPTION_UNEXPECTED_CORRELATED_JOIN_TYPE_COLON_ARG_27E8EC42 = "意外的 correlated join 类型:%s"; + public static final String EXCEPTION_EXCEPTNODE_TRANSLATION_RESULT_HAS_NO_COUNT_SYMBOLS_8653930E = + "ExceptNode 翻译结果中没有计数符号"; + public static final String EXCEPTION_UNEXPECTED_CORRELATED_JOIN_TYPE_COLON_ARG_27E8EC42 = + "意外的 correlated join 类型:%s"; public static final String EXCEPTION_CORRELATION_IN_ARG_JOIN_2F78ACC3 = "%s JOIN 中的关联"; public static final String EXCEPTION_PLANNODE_IS_NULL_49FBBFCF = "planNode 不能为空"; public static final String EXCEPTION_COUNTSYMBOLS_IS_NULL_416D96FB = "countSymbols 不能为空"; public static final String EXCEPTION_ROWNUMBERSYMBOL_IS_NULL_BA30E0AA = "rowNumberSymbol 不能为空"; public static final String EXCEPTION_CANNOT_SIMPLIFY_A_UNIONNODE_9D5B09A7 = "无法简化 UnionNode"; - public static final String EXCEPTION_THE_SIZE_OF_MARKERS_SHOULD_BE_SAME_AS_THE_SIZE_OF_COUNT_OUTPUT_SYMBOLS_6DBDD287 = "markers 的数量应与计数输出符号的数量相同"; - public static final String EXCEPTION_ROWNUMBERSYMBOL_IS_EMPTY_34FE9565 = - "rowNumberSymbol 为空"; - public static final String EXCEPTION_EXPECTED_SUBQUERY_OUTPUT_SYMBOLS_TO_BE_PRUNED_13B84182 = "期望子查询输出符号已被剪枝"; + public static final String + EXCEPTION_THE_SIZE_OF_MARKERS_SHOULD_BE_SAME_AS_THE_SIZE_OF_COUNT_OUTPUT_SYMBOLS_6DBDD287 = + "markers 的数量应与计数输出符号的数量相同"; + public static final String EXCEPTION_ROWNUMBERSYMBOL_IS_EMPTY_34FE9565 = "rowNumberSymbol 为空"; + public static final String EXCEPTION_EXPECTED_SUBQUERY_OUTPUT_SYMBOLS_TO_BE_PRUNED_13B84182 = + "期望子查询输出符号已被剪枝"; public static final String EXCEPTION_TYPEANALYZER_IS_NULL_3106B188 = "typeAnalyzer 不能为空"; - public static final String EXCEPTION_UNEXPECTED_CORRELATEDJOIN_TYPE_COLON_47A368C1 = "意外的 CorrelatedJoin 类型:"; - public static final String EXCEPTION_UNEXPECTED_NULL_LITERAL_WITHOUT_A_CAST_TO_BOOLEAN_D399CFCB = "意外的 null 字面量,未 cast 为 boolean"; + public static final String EXCEPTION_UNEXPECTED_CORRELATEDJOIN_TYPE_COLON_47A368C1 = + "意外的 CorrelatedJoin 类型:"; + public static final String EXCEPTION_UNEXPECTED_NULL_LITERAL_WITHOUT_A_CAST_TO_BOOLEAN_D399CFCB = + "意外的 null 字面量,未 cast 为 boolean"; public static final String EXCEPTION_REWRITER_IS_NULL_B0D8CC88 = "rewriter 不能为空"; public static final String EXCEPTION_UNEXPECTED_NODE_TYPE_COLON_ARG_B1C0328F = "意外的节点类型:%s"; public static final String EXCEPTION_RESULT_IS_NULL_031E2F89 = "结果不能为空"; public static final String EXCEPTION_DISTINCT_NOT_SUPPORTED_0E97D0BB = "不支持 distinct"; - public static final String EXCEPTION_EXPRESSION_IS_NOT_ANALYZED_LEFT_PAREN_ARG_RIGHT_PAREN_COLON_ARG_DAE760B6 = "Expression 尚未分析(%s):%s"; - public static final String EXCEPTION_SYMBOL_REFERENCES_ARE_NOT_ALLOWED_93779D6C = "不允许使用 symbol references"; - public static final String EXCEPTION_EXPRESSION_INTERPRETER_RETURNED_AN_UNRESOLVED_EXPRESSION_5BCE9A51 = "表达式解释器返回了未解析的表达式"; - public static final String EXCEPTION_NULL_OPERAND_SHOULD_HAVE_BEEN_REMOVED_BY_RECURSIVE_COALESCE_PROCESSING_B6D4D443 = "空操作数应已在递归 coalesce 处理中移除"; - public static final String EXCEPTION_NULL_VALUE_IS_EXPECTED_TO_BE_REPRESENTED_AS_NULL_COMMA_NOT_NULLLITERAL_9B96D25A = "空值应表示为 null,而不是 NullLiteral"; - public static final String EXCEPTION_AGGREGATION_FUNCTIONS_ARG_SHOULD_ONLY_HAVE_TWO_ARGUMENTS_3D12DCFD = "聚合函数 [%s] 应当只有两个参数"; - public static final String EXCEPTION_AGGREGATION_FUNCTIONS_ARG_SHOULD_HAVE_VALUE_COLUMN_AS_NUMERIC_TYPE_INT32_INT64_FLOAT_DOUBLE_TIMESTAMP_97A6CA87 = "聚合函数 [%s] 的值列应为数值类型 [INT32, INT64, FLOAT, DOUBLE, TIMESTAMP]"; - public static final String EXCEPTION_AGGREGATION_FUNCTIONS_ARG_SHOULD_HAVE_PERCENTAGE_AS_DECIMAL_TYPE_57033ADF = "聚合函数 [%s] 的百分比参数应为 decimal 类型"; - public static final String EXCEPTION_AGGREGATE_FUNCTION_ARG_REQUIRES_2_ARGUMENTS_VALUE_TIME_E2F55C08 = "聚合函数 [%s] 需要 2 个参数:value、time"; - public static final String EXCEPTION_AGGREGATE_FUNCTION_ARG_REQUIRES_4_ARGUMENTS_VALUE_TIME_WINDOW_START_WINDOW_END_FBEC794B = "聚合函数 [%s] 需要 4 个参数:value、time、window_start、window_end"; - public static final String EXCEPTION_AGGREGATE_FUNCTION_ARG_ONLY_SUPPORTS_INT32_INT64_FLOAT_AND_DOUBLE_AS_THE_FIRST_ARGUMENT_8D201434 = "聚合函数 [%s] 的第一个参数仅支持 INT32、INT64、FLOAT 和 DOUBLE 类型"; - public static final String EXCEPTION_THE_TIME_ARGUMENTS_OF_AGGREGATE_FUNCTION_ARG_SHOULD_BE_TIMESTAMP_OR_INT64_TYPE_9C736DE3 = "聚合函数 [%s] 的时间参数应为 TIMESTAMP 或 INT64 类型"; - public static final String EXCEPTION_CANNOT_NEST_AGGREGATIONS_INSIDE_AGGREGATION_ARG_ARG_6E5073A4 = "不能在聚合 '%s' 中嵌套聚合:%s"; - public static final String EXCEPTION_CANNOT_NEST_WINDOW_FUNCTIONS_INSIDE_AGGREGATION_ARG_ARG_8F94A897 = "不能在聚合 '%s' 中嵌套窗口函数:%s"; - public static final String EXCEPTION_PARTITION_BY_EXPRESSION_ARG_MUST_BE_AN_AGGREGATE_EXPRESSION_OR_APPEAR_IN_GROUP_BY_CLAUSE_E3C696D6 = "PARTITION BY 表达式 '%s' 必须是聚合表达式或出现在 GROUP BY 子句中"; - public static final String EXCEPTION_ORDER_BY_EXPRESSION_ARG_MUST_BE_AN_AGGREGATE_EXPRESSION_OR_APPEAR_IN_GROUP_BY_CLAUSE_7FF8267B = "ORDER BY 表达式 '%s' 必须是聚合表达式或出现在 GROUP BY 子句中"; - public static final String EXCEPTION_WINDOW_FRAME_START_MUST_BE_AN_AGGREGATE_EXPRESSION_OR_APPEAR_IN_GROUP_BY_CLAUSE_74E30A63 = "窗口帧起始位置必须是聚合表达式或出现在 GROUP BY 子句中"; - public static final String EXCEPTION_WINDOW_FRAME_END_MUST_BE_AN_AGGREGATE_EXPRESSION_OR_APPEAR_IN_GROUP_BY_CLAUSE_31784B55 = "窗口帧结束位置必须是聚合表达式或出现在 GROUP BY 子句中"; + public static final String + EXCEPTION_EXPRESSION_IS_NOT_ANALYZED_LEFT_PAREN_ARG_RIGHT_PAREN_COLON_ARG_DAE760B6 = + "Expression 尚未分析(%s):%s"; + public static final String EXCEPTION_SYMBOL_REFERENCES_ARE_NOT_ALLOWED_93779D6C = + "不允许使用 symbol references"; + public static final String + EXCEPTION_EXPRESSION_INTERPRETER_RETURNED_AN_UNRESOLVED_EXPRESSION_5BCE9A51 = + "表达式解释器返回了未解析的表达式"; + public static final String + EXCEPTION_NULL_OPERAND_SHOULD_HAVE_BEEN_REMOVED_BY_RECURSIVE_COALESCE_PROCESSING_B6D4D443 = + "空操作数应已在递归 coalesce 处理中移除"; + public static final String + EXCEPTION_NULL_VALUE_IS_EXPECTED_TO_BE_REPRESENTED_AS_NULL_COMMA_NOT_NULLLITERAL_9B96D25A = + "空值应表示为 null,而不是 NullLiteral"; + public static final String + EXCEPTION_AGGREGATION_FUNCTIONS_ARG_SHOULD_ONLY_HAVE_TWO_ARGUMENTS_3D12DCFD = + "聚合函数 [%s] 应当只有两个参数"; + public static final String + EXCEPTION_AGGREGATION_FUNCTIONS_ARG_SHOULD_HAVE_VALUE_COLUMN_AS_NUMERIC_TYPE_INT32_INT64_FLOAT_DOUBLE_TIMESTAMP_97A6CA87 = + "聚合函数 [%s] 的值列应为数值类型 [INT32, INT64, FLOAT, DOUBLE, TIMESTAMP]"; + public static final String + EXCEPTION_AGGREGATION_FUNCTIONS_ARG_SHOULD_HAVE_PERCENTAGE_AS_DECIMAL_TYPE_57033ADF = + "聚合函数 [%s] 的百分比参数应为 decimal 类型"; + public static final String + EXCEPTION_AGGREGATE_FUNCTION_ARG_REQUIRES_2_ARGUMENTS_VALUE_TIME_E2F55C08 = + "聚合函数 [%s] 需要 2 个参数:value、time"; + public static final String + EXCEPTION_AGGREGATE_FUNCTION_ARG_REQUIRES_4_ARGUMENTS_VALUE_TIME_WINDOW_START_WINDOW_END_FBEC794B = + "聚合函数 [%s] 需要 4 个参数:value、time、window_start、window_end"; + public static final String + EXCEPTION_AGGREGATE_FUNCTION_ARG_ONLY_SUPPORTS_INT32_INT64_FLOAT_AND_DOUBLE_AS_THE_FIRST_ARGUMENT_8D201434 = + "聚合函数 [%s] 的第一个参数仅支持 INT32、INT64、FLOAT 和 DOUBLE 类型"; + public static final String + EXCEPTION_THE_TIME_ARGUMENTS_OF_AGGREGATE_FUNCTION_ARG_SHOULD_BE_TIMESTAMP_OR_INT64_TYPE_9C736DE3 = + "聚合函数 [%s] 的时间参数应为 TIMESTAMP 或 INT64 类型"; + public static final String + EXCEPTION_CANNOT_NEST_AGGREGATIONS_INSIDE_AGGREGATION_ARG_ARG_6E5073A4 = + "不能在聚合 '%s' 中嵌套聚合:%s"; + public static final String + EXCEPTION_CANNOT_NEST_WINDOW_FUNCTIONS_INSIDE_AGGREGATION_ARG_ARG_8F94A897 = + "不能在聚合 '%s' 中嵌套窗口函数:%s"; + public static final String + EXCEPTION_PARTITION_BY_EXPRESSION_ARG_MUST_BE_AN_AGGREGATE_EXPRESSION_OR_APPEAR_IN_GROUP_BY_CLAUSE_E3C696D6 = + "PARTITION BY 表达式 '%s' 必须是聚合表达式或出现在 GROUP BY 子句中"; + public static final String + EXCEPTION_ORDER_BY_EXPRESSION_ARG_MUST_BE_AN_AGGREGATE_EXPRESSION_OR_APPEAR_IN_GROUP_BY_CLAUSE_7FF8267B = + "ORDER BY 表达式 '%s' 必须是聚合表达式或出现在 GROUP BY 子句中"; + public static final String + EXCEPTION_WINDOW_FRAME_START_MUST_BE_AN_AGGREGATE_EXPRESSION_OR_APPEAR_IN_GROUP_BY_CLAUSE_74E30A63 = + "窗口帧起始位置必须是聚合表达式或出现在 GROUP BY 子句中"; + public static final String + EXCEPTION_WINDOW_FRAME_END_MUST_BE_AN_AGGREGATE_EXPRESSION_OR_APPEAR_IN_GROUP_BY_CLAUSE_31784B55 = + "窗口帧结束位置必须是聚合表达式或出现在 GROUP BY 子句中"; public static final String EXCEPTION_INVALID_EXPLAIN_FORMAT_3FD91910 = "无效的 EXPLAIN 格式:"; - public static final String EXCEPTION_INVALID_EXPLAIN_ANALYZE_FORMAT_0879A025 = "无效的 EXPLAIN ANALYZE 格式:"; - public static final String EXCEPTION_INVALID_EXPLAIN_FORMAT_ARG_SUPPORTED_FORMATS_GRAPHVIZ_JSON_441A1D48 = - "无效的 EXPLAIN 格式:%s。支持的格式:GRAPHVIZ、JSON"; - public static final String EXCEPTION_INVALID_EXPLAIN_ANALYZE_FORMAT_ARG_SUPPORTED_FORMATS_TEXT_JSON_77FA30EB = - "无效的 EXPLAIN ANALYZE 格式:%s。支持的格式:TEXT、JSON"; - public static final String EXCEPTION_GROUP_BY_ALL_CANNOT_BE_COMBINED_WITH_EXPLICIT_GROUPING_ELEMENTS_4CFE411D = "GROUP BY ALL 不能与显式分组元素组合使用"; - public static final String EXCEPTION_THE_SECOND_ARGUMENT_OF_PERCENTILE_FUNCTION_PERCENTAGE_MUST_BE_A_DOUBLE_LITERAL_D9464B46 = "'percentile' 函数的第二个参数 percentage 必须是 double 字面量"; - public static final String EXCEPTION_DATA_TYPE_MISMATCH_FOR_MEASUREMENT_ARGARGARG_TYPE_IN_TSFILE_ARG_TYPE_IN_IOTDB_ARG_C5BA7DBD = "测点 %s%s%s 的数据类型不匹配,TsFile 中类型:%s,IoTDB 中类型:%s"; - public static final String MESSAGE_FAILED_TO_RELEASE_EXTERNAL_TSFILE_QUERY_RESOURCE_712EE978 = "释放外部 TsFile 查询资源失败"; - public static final String EXCEPTION_OUTER_QUERY_TIMEOUT_EXCEEDED_BEFORE_IOTDBLOCAL_QUERY_STARTS_800BFA63 = "在 IoTDBLocal 查询开始前,外层查询已超时"; - public static final String MESSAGE_FAILED_TO_CLOSE_UDF_RESULT_SET_AT_INDEX_ARG_A293B7EC = "关闭索引 {} 处的 UDF 结果集失败"; + public static final String EXCEPTION_INVALID_EXPLAIN_ANALYZE_FORMAT_0879A025 = + "无效的 EXPLAIN ANALYZE 格式:"; + public static final String + EXCEPTION_INVALID_EXPLAIN_FORMAT_ARG_SUPPORTED_FORMATS_GRAPHVIZ_JSON_441A1D48 = + "无效的 EXPLAIN 格式:%s。支持的格式:GRAPHVIZ、JSON"; + public static final String + EXCEPTION_INVALID_EXPLAIN_ANALYZE_FORMAT_ARG_SUPPORTED_FORMATS_TEXT_JSON_77FA30EB = + "无效的 EXPLAIN ANALYZE 格式:%s。支持的格式:TEXT、JSON"; + public static final String + EXCEPTION_GROUP_BY_ALL_CANNOT_BE_COMBINED_WITH_EXPLICIT_GROUPING_ELEMENTS_4CFE411D = + "GROUP BY ALL 不能与显式分组元素组合使用"; + public static final String + EXCEPTION_THE_SECOND_ARGUMENT_OF_PERCENTILE_FUNCTION_PERCENTAGE_MUST_BE_A_DOUBLE_LITERAL_D9464B46 = + "'percentile' 函数的第二个参数 percentage 必须是 double 字面量"; + public static final String + EXCEPTION_DATA_TYPE_MISMATCH_FOR_MEASUREMENT_ARGARGARG_TYPE_IN_TSFILE_ARG_TYPE_IN_IOTDB_ARG_C5BA7DBD = + "测点 %s%s%s 的数据类型不匹配,TsFile 中类型:%s,IoTDB 中类型:%s"; + public static final String MESSAGE_FAILED_TO_RELEASE_EXTERNAL_TSFILE_QUERY_RESOURCE_712EE978 = + "释放外部 TsFile 查询资源失败"; + public static final String + EXCEPTION_OUTER_QUERY_TIMEOUT_EXCEEDED_BEFORE_IOTDBLOCAL_QUERY_STARTS_800BFA63 = + "在 IoTDBLocal 查询开始前,外层查询已超时"; + public static final String MESSAGE_FAILED_TO_CLOSE_UDF_RESULT_SET_AT_INDEX_ARG_A293B7EC = + "关闭索引 {} 处的 UDF 结果集失败"; public static final String EXCEPTION_INTERNAL_QUERY_EXECUTION_NOT_FOUND_62642542 = "未找到内部查询执行"; - public static final String EXCEPTION_ONLY_QUERY_IS_SUPPORTED_FOR_IOTDBLOCAL_QUERY_INTERFACE_09195570 = "IoTDBLocal 查询接口仅支持 query 操作"; - public static final String EXCEPTION_FAILED_TO_CLOSE_INTERNAL_QUERY_RESULT_ED86BF5E = "关闭内部查询结果失败"; - public static final String EXCEPTION_UDFRESULTSET_IS_ALREADY_CLOSED_E1ACABE3 = "UDFResultSet 已经关闭"; - - public static final String EXCEPTION_LATERALCOLUMNALIASREFERENCES_IS_NULL_0CC58C78 = "lateralColumnAliasReferences 不能为空"; - - public static final String EXCEPTION_OUTPUTEXPRESSIONS_IS_NULL_7BD39A8F = "outputExpressions 不能为空"; + public static final String + EXCEPTION_ONLY_QUERY_IS_SUPPORTED_FOR_IOTDBLOCAL_QUERY_INTERFACE_09195570 = + "IoTDBLocal 查询接口仅支持 query 操作"; + public static final String EXCEPTION_FAILED_TO_CLOSE_INTERNAL_QUERY_RESULT_ED86BF5E = + "关闭内部查询结果失败"; + public static final String EXCEPTION_UDFRESULTSET_IS_ALREADY_CLOSED_E1ACABE3 = + "UDFResultSet 已经关闭"; + + public static final String EXCEPTION_LATERALCOLUMNALIASREFERENCES_IS_NULL_0CC58C78 = + "lateralColumnAliasReferences 不能为空"; + + public static final String EXCEPTION_OUTPUTEXPRESSIONS_IS_NULL_7BD39A8F = + "outputExpressions 不能为空"; public static final String EXCEPTION_ALIASES_IS_NULL_6D98FA6C = "aliases 不能为空"; - public static final String EXCEPTION_SINGLECOLUMNEXPRESSIONS_IS_NULL_EFB296FD = "singleColumnExpressions 不能为空"; + public static final String EXCEPTION_SINGLECOLUMNEXPRESSIONS_IS_NULL_EFB296FD = + "singleColumnExpressions 不能为空"; public static final String EXCEPTION_CANONICALNAME_IS_NULL_DDFE6DB1 = "canonicalName 不能为空"; - public static final String EXCEPTION_REWRITTENEXPRESSION_IS_NULL_6EE23088 = "rewrittenExpression 不能为空"; - public static final String EXCEPTION_ALIASESBYCANONICALNAME_IS_NULL_635C7ED3 = "aliasesByCanonicalName 不能为空"; + public static final String EXCEPTION_REWRITTENEXPRESSION_IS_NULL_6EE23088 = + "rewrittenExpression 不能为空"; + public static final String EXCEPTION_ALIASESBYCANONICALNAME_IS_NULL_635C7ED3 = + "aliasesByCanonicalName 不能为空"; public static final String EXCEPTION_ALIAS_IS_NULL_862D23B1 = "alias 不能为空"; public static final String EXCEPTION_REFERENCES_IS_NULL_25A7E3AF = "references 不能为空"; public static final String EXCEPTION_VISIBLEALIASES_IS_NULL_630B27F1 = "visibleAliases 不能为空"; - public static final String EXCEPTION_HAS_NO_PERMISSION_TO_EXECUTE_ARG_BECAUSE_ONLY_THE_SUPERUSER_CAN_ALTER_HIM_HERSELF_C5902893 = - "无权执行 %s,因为只有超级用户可以修改其自身。"; - + public static final String + EXCEPTION_HAS_NO_PERMISSION_TO_EXECUTE_ARG_BECAUSE_ONLY_THE_SUPERUSER_CAN_ALTER_HIM_HERSELF_C5902893 = + "无权执行 %s,因为只有超级用户可以修改其自身。"; } diff --git a/iotdb-core/datanode/src/main/i18n/zh/org/apache/iotdb/db/i18n/DataNodeSchemaMessages.java b/iotdb-core/datanode/src/main/i18n/zh/org/apache/iotdb/db/i18n/DataNodeSchemaMessages.java index 411044b14afb..6d0d81350e3f 100644 --- a/iotdb-core/datanode/src/main/i18n/zh/org/apache/iotdb/db/i18n/DataNodeSchemaMessages.java +++ b/iotdb-core/datanode/src/main/i18n/zh/org/apache/iotdb/db/i18n/DataNodeSchemaMessages.java @@ -62,18 +62,14 @@ public final class DataNodeSchemaMessages { public static final String DELETE_SCHEMA_REGION_FILE_FAILED = "删除 schema region 文件 {} 失败。"; public static final String FAILED_TO_DELETE_SCHEMA_REGION_FILE = "删除 schema region 文件 %s 失败"; public static final String DELETE_SCHEMA_REGION_FOLDER = "删除 schema region 目录 {}"; - public static final String DELETE_SCHEMA_REGION_FOLDER_FAILED = - "删除 schema region 目录 {} 失败。"; - public static final String FAILED_TO_DELETE_SCHEMA_REGION_FOLDER = - "删除 schema region 目录 %s 失败"; + public static final String DELETE_SCHEMA_REGION_FOLDER_FAILED = "删除 schema region 目录 {} 失败。"; + public static final String FAILED_TO_DELETE_SCHEMA_REGION_FOLDER = "删除 schema region 目录 %s 失败"; public static final String DELETE_DATABASE_SCHEMA_FOLDER = "删除数据库 schema 目录 {}"; - public static final String DELETE_DATABASE_SCHEMA_FOLDER_FAILED = - "删除数据库 schema 目录 {} 失败"; + public static final String DELETE_DATABASE_SCHEMA_FOLDER_FAILED = "删除数据库 schema 目录 {} 失败"; // ======================== SchemaRegionLoader 相关消息 ======================== - public static final String CLASS_NOT_SUBCLASS_OF_ISCHEMAREGION = - "类 %s 不是 ISchemaRegion 的子类。"; + public static final String CLASS_NOT_SUBCLASS_OF_ISCHEMAREGION = "类 %s 不是 ISchemaRegion 的子类。"; public static final String DUPLICATED_SCHEMA_REGION_IMPL = "存在重复的 SchemaRegion 实现,{} 和 {} 使用了相同的模式名称 [{}]"; public static final String NO_SCHEMA_REGION_IMPL_WITH_TARGET_MODE = @@ -83,21 +79,16 @@ public final class DataNodeSchemaMessages { // ======================== SchemaRegionPlanType 相关消息 ======================== - public static final String UNRECOGNIZED_SCHEMA_REGION_PLAN_TYPE = - "无法识别的 SchemaRegionPlanType:"; + public static final String UNRECOGNIZED_SCHEMA_REGION_PLAN_TYPE = "无法识别的 SchemaRegionPlanType:"; // ======================== SchemaRegion 初始化/目录 相关消息 ======================== public static final String CREATE_DATABASE_SCHEMA_FOLDER = "创建数据库 schema 目录 {}"; - public static final String CREATE_DATABASE_SCHEMA_FOLDER_FAILED = - "创建数据库 schema 目录 {} 失败。"; + public static final String CREATE_DATABASE_SCHEMA_FOLDER_FAILED = "创建数据库 schema 目录 {} 失败。"; public static final String CREATE_SCHEMA_REGION_FOLDER = "创建 schema region 目录 {}"; - public static final String CREATE_SCHEMA_REGION_FOLDER_FAILED = - "创建 schema region 目录 {} 失败。"; - public static final String CANNOT_RECOVER_ALL_SCHEMA_INFO = - "无法从 {} 恢复所有 schema 信息,将尽可能恢复"; - public static final String CANNOT_RECOVER_ALL_MTREE = - "无法从 {} 文件恢复所有 MTree,将尽可能恢复"; + public static final String CREATE_SCHEMA_REGION_FOLDER_FAILED = "创建 schema region 目录 {} 失败。"; + public static final String CANNOT_RECOVER_ALL_SCHEMA_INFO = "无法从 {} 恢复所有 schema 信息,将尽可能恢复"; + public static final String CANNOT_RECOVER_ALL_MTREE = "无法从 {} 文件恢复所有 MTree,将尽可能恢复"; // ======================== SchemaRegion MLog 相关消息 ======================== @@ -108,17 +99,14 @@ public final class DataNodeSchemaMessages { public static final String MLOG_BIN_SUFFIX = " mlog.bin 失败"; public static final String PARSE_MLOG_ERROR = "在行号 {} 处解析 mlog 出错:"; public static final String CANNOT_OPERATE_CMD = "无法执行命令 {},错误:"; - public static final String MLOG_BIN_CORRUPTED = - "mlog.bin 文件已损坏,请删除或修复该文件,然后重启 IoTDB"; - public static final String CANNOT_CLOSE_METADATA_LOG_WRITER = - "无法关闭元数据日志写入器:"; + public static final String MLOG_BIN_CORRUPTED = "mlog.bin 文件已损坏,请删除或修复该文件,然后重启 IoTDB"; + public static final String CANNOT_CLOSE_METADATA_LOG_WRITER = "无法关闭元数据日志写入器:"; public static final String MLOG_RECOVERY_CHECK_POINT = "MLog 恢复检查点:{}"; public static final String CANNOT_GET_MLOG_CHECKPOINT = "无法从 MLogDescription 文件获取检查点,原因:{},使用默认值 0。"; public static final String FAILED_TO_SKIP_MLOG = "跳过 {} 失败,schemaRegion 目录为 {}"; public static final String UPDATE_MLOG_DESCRIPTION_FAILED = "更新 {} 失败,原因:{}"; - public static final String DIRECT_BUFFER_MEMORY_EXCEEDED = - "直接缓冲区的总分配内存将达到 "; + public static final String DIRECT_BUFFER_MEMORY_EXCEEDED = "直接缓冲区的总分配内存将达到 "; public static final String DIRECT_BUFFER_MEMORY_LIMIT = ",超过内存限制:"; // ======================== SchemaRegion 快照相关消息 ======================== @@ -126,129 +114,86 @@ public final class DataNodeSchemaMessages { public static final String FAILED_TO_CREATE_SNAPSHOT_NOT_INITIALIZED = "创建 schemaRegion {} 的快照失败,因为该 schemaRegion 尚未初始化。"; public static final String START_CREATE_SNAPSHOT = "开始创建 schemaRegion {} 的快照"; - public static final String MTREE_SNAPSHOT_CREATION_COST = - "schemaRegion {} 的 MTree 快照创建耗时 {}ms。"; + public static final String MTREE_SNAPSHOT_CREATION_COST = "schemaRegion {} 的 MTree 快照创建耗时 {}ms。"; public static final String MTREE_SNAPSHOT_CREATION_COST_WITH_STATUS = "schemaRegion {} 的 MTree 快照创建耗时 {}ms,状态:{}"; - public static final String TAG_SNAPSHOT_CREATION_COST = - "schemaRegion {} 的 Tag 快照创建耗时 {}ms。"; + public static final String TAG_SNAPSHOT_CREATION_COST = "schemaRegion {} 的 Tag 快照创建耗时 {}ms。"; public static final String TAG_SNAPSHOT_CREATION_COST_WITH_STATUS = "schemaRegion {} 的 Tag 快照创建耗时 {}ms,状态:{}"; public static final String DEVICE_ATTR_SNAPSHOT_CREATION_COST = "schemaRegion {} 的设备属性快照创建耗时 {}ms,状态:{}"; public static final String DEVICE_ATTR_UPDATER_SNAPSHOT_CREATION_COST = "schemaRegion {} 的设备属性远程更新器快照创建耗时 {}ms,状态:{}"; - public static final String SNAPSHOT_CREATION_COST = - "schemaRegion {} 的快照创建耗时 {}ms。"; - public static final String SUCCESSFULLY_CREATE_SNAPSHOT = - "成功创建 schemaRegion {} 的快照"; - public static final String START_LOADING_SNAPSHOT = - "开始加载 schemaRegion {} 的快照"; + public static final String SNAPSHOT_CREATION_COST = "schemaRegion {} 的快照创建耗时 {}ms。"; + public static final String SUCCESSFULLY_CREATE_SNAPSHOT = "成功创建 schemaRegion {} 的快照"; + public static final String START_LOADING_SNAPSHOT = "开始加载 schemaRegion {} 的快照"; public static final String DEVICE_ATTR_SNAPSHOT_LOADING_COST = "schemaRegion {} 的设备属性快照加载耗时 {}ms。"; public static final String DEVICE_ATTR_UPDATER_SNAPSHOT_LOADING_COST = "schemaRegion {} 的设备属性远程更新器快照加载耗时 {}ms。"; - public static final String TAG_SNAPSHOT_LOADING_COST = - "schemaRegion {} 的 Tag 快照加载耗时 {}ms。"; - public static final String MTREE_SNAPSHOT_LOADING_COST = - "schemaRegion {} 的 MTree 快照加载耗时 {}ms。"; - public static final String SNAPSHOT_LOADING_COST = - "schemaRegion {} 的快照加载耗时 {}ms。"; - public static final String SUCCESSFULLY_LOAD_SNAPSHOT = - "成功加载 schemaRegion {} 的快照"; + public static final String TAG_SNAPSHOT_LOADING_COST = "schemaRegion {} 的 Tag 快照加载耗时 {}ms。"; + public static final String MTREE_SNAPSHOT_LOADING_COST = "schemaRegion {} 的 MTree 快照加载耗时 {}ms。"; + public static final String SNAPSHOT_LOADING_COST = "schemaRegion {} 的快照加载耗时 {}ms。"; + public static final String SUCCESSFULLY_LOAD_SNAPSHOT = "成功加载 schemaRegion {} 的快照"; public static final String FAILED_TO_LOAD_SNAPSHOT = "加载 schemaRegion {} 的快照失败,原因:{},将使用空的 schemaRegion"; - public static final String ERROR_DURING_INIT_SCHEMA_REGION = - "初始化 schemaRegion {} 过程中发生错误"; - public static final String FAILED_TO_RECOVER_TAG_INDEX = - "恢复 {} 的 tagIndex 失败,schemaRegion 为 {}。"; - public static final String FAILED_TO_READ_TAG_ATTRIBUTE = - "读取 tag 和 attribute 信息失败:{}"; + public static final String ERROR_DURING_INIT_SCHEMA_REGION = "初始化 schemaRegion {} 过程中发生错误"; + public static final String FAILED_TO_RECOVER_TAG_INDEX = "恢复 {} 的 tagIndex 失败,schemaRegion 为 {}。"; + public static final String FAILED_TO_READ_TAG_ATTRIBUTE = "读取 tag 和 attribute 信息失败:{}"; // ======================== DeviceAttributeStore 相关消息 ======================== - public static final String FAILED_TO_DELETE_OLD_SNAPSHOT_DEVICE_ATTR = - "创建设备属性快照时删除旧快照 {} 失败。"; - public static final String FAILED_TO_RENAME_SNAPSHOT_DEVICE_ATTR = - "创建设备属性快照时将 {} 重命名为 {} 失败。"; - public static final String FAILED_TO_CREATE_DEVICE_ATTR_SNAPSHOT = - "创建设备属性快照失败:{}"; - public static final String DEVICE_ATTR_SNAPSHOT_NOT_FOUND = - "未找到设备属性快照 {},视为从旧版本升级,使用空属性"; - public static final String LOAD_DEVICE_ATTR_SNAPSHOT_FAILED = - "从 {} 加载设备属性快照失败"; + public static final String FAILED_TO_DELETE_OLD_SNAPSHOT_DEVICE_ATTR = "创建设备属性快照时删除旧快照 {} 失败。"; + public static final String FAILED_TO_RENAME_SNAPSHOT_DEVICE_ATTR = "创建设备属性快照时将 {} 重命名为 {} 失败。"; + public static final String FAILED_TO_CREATE_DEVICE_ATTR_SNAPSHOT = "创建设备属性快照失败:{}"; + public static final String DEVICE_ATTR_SNAPSHOT_NOT_FOUND = "未找到设备属性快照 {},视为从旧版本升级,使用空属性"; + public static final String LOAD_DEVICE_ATTR_SNAPSHOT_FAILED = "从 {} 加载设备属性快照失败"; // ======================== DeviceAttributeCacheUpdater 相关消息 ======================== - public static final String FAILED_TO_DELETE_OLD_SNAPSHOT_UPDATER = - "创建设备属性远程更新器快照时删除旧快照 {} 失败。"; - public static final String FAILED_TO_RENAME_SNAPSHOT_UPDATER = - "创建设备属性远程更新器快照时将 {} 重命名为 {} 失败。"; - public static final String FAILED_TO_CREATE_UPDATER_SNAPSHOT = - "创建设备属性远程更新器快照失败:{}"; - public static final String UPDATER_SNAPSHOT_NOT_FOUND = - "未找到设备属性远程更新器快照 {},视为从旧版本升级,将不更新远程节点"; - public static final String LOAD_UPDATER_SNAPSHOT_FAILED = - "从 {} 加载设备属性远程更新器快照失败,继续..."; - public static final String REQUEST_MEMORY_SIZE_NEGATIVE = - "requestMemory 大小不能为负数"; - public static final String RELEASE_MEMORY_SIZE_NEGATIVE = - "releaseMemory 大小不能为负数"; + public static final String FAILED_TO_DELETE_OLD_SNAPSHOT_UPDATER = "创建设备属性远程更新器快照时删除旧快照 {} 失败。"; + public static final String FAILED_TO_RENAME_SNAPSHOT_UPDATER = "创建设备属性远程更新器快照时将 {} 重命名为 {} 失败。"; + public static final String FAILED_TO_CREATE_UPDATER_SNAPSHOT = "创建设备属性远程更新器快照失败:{}"; + public static final String UPDATER_SNAPSHOT_NOT_FOUND = "未找到设备属性远程更新器快照 {},视为从旧版本升级,将不更新远程节点"; + public static final String LOAD_UPDATER_SNAPSHOT_FAILED = "从 {} 加载设备属性远程更新器快照失败,继续..."; + public static final String REQUEST_MEMORY_SIZE_NEGATIVE = "requestMemory 大小不能为负数"; + public static final String RELEASE_MEMORY_SIZE_NEGATIVE = "releaseMemory 大小不能为负数"; // ======================== MetaFormatUtils 相关消息 ======================== public static final String ILLEGAL_NAME = "%s 是不合法的名称。"; - public static final String NAME_CONTAINS_UNSUPPORTED_CHAR = - "名称 %s 包含不支持的字符。"; - public static final String DATABASE_NAME_ILLEGAL_CHARS = - "数据库名称只能包含中英文字符、数字、反引号和下划线。%s"; - public static final String SDT_COMPRESSION_DEVIATION_REQUIRED = - "SDT 压缩偏差为必填项"; - public static final String SDT_COMPRESSION_DEVIATION_NEGATIVE = - "SDT 压缩偏差不能为负数"; - public static final String SDT_COMPRESSION_DEVIATION_FORMAT_ERROR = - "SDT 压缩偏差格式错误"; - public static final String SDT_COMPRESSION_MAX_GREATER_THAN_MIN = - "SDT 压缩最大时间必须大于最小时间"; - public static final String SDT_COMPRESSION_TIME_NEGATIVE = - "SDT 压缩 %s 时间不能为负数"; - public static final String SDT_COMPRESSION_TIME_FORMAT_ERROR = - "SDT 压缩 %s 时间格式错误"; - public static final String SDT_ENABLED_NO_COMPRESSION_TIME = - "{} 已启用 SDT 但未设置压缩 {} 时间"; + public static final String NAME_CONTAINS_UNSUPPORTED_CHAR = "名称 %s 包含不支持的字符。"; + public static final String DATABASE_NAME_ILLEGAL_CHARS = "数据库名称只能包含中英文字符、数字、反引号和下划线。%s"; + public static final String SDT_COMPRESSION_DEVIATION_REQUIRED = "SDT 压缩偏差为必填项"; + public static final String SDT_COMPRESSION_DEVIATION_NEGATIVE = "SDT 压缩偏差不能为负数"; + public static final String SDT_COMPRESSION_DEVIATION_FORMAT_ERROR = "SDT 压缩偏差格式错误"; + public static final String SDT_COMPRESSION_MAX_GREATER_THAN_MIN = "SDT 压缩最大时间必须大于最小时间"; + public static final String SDT_COMPRESSION_TIME_NEGATIVE = "SDT 压缩 %s 时间不能为负数"; + public static final String SDT_COMPRESSION_TIME_FORMAT_ERROR = "SDT 压缩 %s 时间格式错误"; + public static final String SDT_ENABLED_NO_COMPRESSION_TIME = "{} 已启用 SDT 但未设置压缩 {} 时间"; // ======================== Tag/Attribute 相关消息 ======================== - public static final String TIMESERIES_NO_TAG_ATTRIBUTE = - "时间序列 [%s] 没有任何 tag/attribute。"; + public static final String TIMESERIES_NO_TAG_ATTRIBUTE = "时间序列 [%s] 没有任何 tag/attribute。"; public static final String TIMESERIES_NO_SPECIFIC_TAG_ATTRIBUTE = "时间序列 [%s] 没有 [%s] tag/attribute。"; - public static final String TIMESERIES_ALREADY_HAS_ATTRIBUTE = - "时间序列 [%s] 已有 attribute [%s]。"; - public static final String TIMESERIES_ALREADY_HAS_TAG = - "时间序列 [%s] 已有 tag [%s]。"; - public static final String TIMESERIES_NO_TAG_ATTRIBUTE_LOG = - "时间序列 [{}] 没有 tag/attribute [{}]"; + public static final String TIMESERIES_ALREADY_HAS_ATTRIBUTE = "时间序列 [%s] 已有 attribute [%s]。"; + public static final String TIMESERIES_ALREADY_HAS_TAG = "时间序列 [%s] 已有 tag [%s]。"; + public static final String TIMESERIES_NO_TAG_ATTRIBUTE_LOG = "时间序列 [{}] 没有 tag/attribute [{}]"; public static final String TIMESERIES_NO_SPECIFIC_TAG_ATTRIBUTE_FMT = "时间序列 [%s] 没有 tag/attribute [%s]。"; // ======================== TagManager 快照相关消息 ======================== - public static final String FAILED_TO_DELETE_OLD_TAG_SNAPSHOT = - "创建 tagManager 快照时删除旧快照 {} 失败。"; - public static final String FAILED_TO_RENAME_TAG_SNAPSHOT = - "创建 tagManager 快照时将 {} 重命名为 {} 失败。"; - public static final String FAILED_TO_DELETE_AFTER_RENAME_FAILURE = - "重命名失败后删除 {} 失败。"; - public static final String FAILED_TO_CREATE_TAG_SNAPSHOT = - "创建 tagManager 快照失败:{}"; + public static final String FAILED_TO_DELETE_OLD_TAG_SNAPSHOT = "创建 tagManager 快照时删除旧快照 {} 失败。"; + public static final String FAILED_TO_RENAME_TAG_SNAPSHOT = "创建 tagManager 快照时将 {} 重命名为 {} 失败。"; + public static final String FAILED_TO_DELETE_AFTER_RENAME_FAILURE = "重命名失败后删除 {} 失败。"; + public static final String FAILED_TO_CREATE_TAG_SNAPSHOT = "创建 tagManager 快照失败:{}"; public static final String FAILED_TO_DELETE_AFTER_TAG_SNAPSHOT_FAILURE = "创建 tagManager 快照失败后删除 {} 失败。"; public static final String FAILED_TO_DELETE_FILE = "删除 {} 失败。"; - public static final String FAILED_TO_DELETE_EXISTING_WHEN_LOADING = - "加载快照时删除已有的 {} 失败。"; - public static final String FAILED_TO_DELETE_EXISTING_WHEN_COPY_FAILURE = - "复制快照失败时删除已有的 {} 失败。"; + public static final String FAILED_TO_DELETE_EXISTING_WHEN_LOADING = "加载快照时删除已有的 {} 失败。"; + public static final String FAILED_TO_DELETE_EXISTING_WHEN_COPY_FAILURE = "复制快照失败时删除已有的 {} 失败。"; // ======================== TagLogFile 相关消息 ======================== @@ -257,14 +202,10 @@ public final class DataNodeSchemaMessages { // ======================== MemMTreeSnapshotUtil 相关消息 ======================== - public static final String FAILED_TO_DELETE_OLD_MTREE_SNAPSHOT = - "创建 mTree 快照时删除旧快照 {} 失败。"; - public static final String FAILED_TO_RENAME_MTREE_SNAPSHOT = - "创建 mTree 快照时将 {} 重命名为 {} 失败。"; - public static final String FAILED_TO_CREATE_MTREE_SNAPSHOT = - "创建 mTree 快照失败:{}"; - public static final String SERIALIZE_ERROR_INFO = - "序列化 MemMTree 过程中发生错误。"; + public static final String FAILED_TO_DELETE_OLD_MTREE_SNAPSHOT = "创建 mTree 快照时删除旧快照 {} 失败。"; + public static final String FAILED_TO_RENAME_MTREE_SNAPSHOT = "创建 mTree 快照时将 {} 重命名为 {} 失败。"; + public static final String FAILED_TO_CREATE_MTREE_SNAPSHOT = "创建 mTree 快照失败:{}"; + public static final String SERIALIZE_ERROR_INFO = "序列化 MemMTree 过程中发生错误。"; public static final String UNRECOGNIZED_MNODE_TYPE = "无法识别的 MNode 类型 "; // ======================== View 相关消息 ======================== @@ -272,54 +213,34 @@ public final class DataNodeSchemaMessages { public static final String IS_NO_VIEW = "[%s] 不是视图。"; public static final String VIEW_NOT_SUPPORTED = "不支持视图。"; public static final String VIEW_DOES_NOT_SUPPORT_ALIAS = "视图不支持别名"; - public static final String CANNOT_CONSTRUCT_ABSTRACT_CLASS = - "无法构造抽象类。"; + public static final String CANNOT_CONSTRUCT_ABSTRACT_CLASS = "无法构造抽象类。"; // ======================== PBTree 相关消息 ======================== - public static final String TABLE_MODEL_NOT_SUPPORT_PBTREE = - "表模型尚不支持 PBTree。"; - public static final String PBTREE_NOT_SUPPORT_ALTER_ENCODING = - "PBTree 尚不支持修改编码和压缩方式。"; + public static final String TABLE_MODEL_NOT_SUPPORT_PBTREE = "表模型尚不支持 PBTree。"; + public static final String PBTREE_NOT_SUPPORT_ALTER_ENCODING = "PBTree 尚不支持修改编码和压缩方式。"; public static final String NOT_IMPLEMENTED = "尚未实现"; - public static final String PBTREE_FILE_OVERWRITTEN = - "PBTree 文件 [{}] 已存在,将被覆盖。"; - public static final String SCHEMA_FILE_WRONG_VERSION = - "SchemaFile 版本错误,请检查或升级。"; - public static final String NODE_NO_CHILD_IN_PBTREE = - "节点 [%s] 在 pbtree 文件中没有子节点。"; + public static final String PBTREE_FILE_OVERWRITTEN = "PBTree 文件 [{}] 已存在,将被覆盖。"; + public static final String SCHEMA_FILE_WRONG_VERSION = "SchemaFile 版本错误,请检查或升级。"; + public static final String NODE_NO_CHILD_IN_PBTREE = "节点 [%s] 在 pbtree 文件中没有子节点。"; public static final String SCHEMA_FILE_INSPECTED = "SchemaFile[%s] 已被检查。"; - public static final String FAILED_TO_CREATE_SCHEMA_FILE_SNAPSHOT = - "创建 SchemaFile 快照失败:{}"; - public static final String FAILED_TO_DELETE_OLD_PBTREE_SNAPSHOT = - "创建 pbtree 文件快照时删除旧快照 {} 失败。"; + public static final String FAILED_TO_CREATE_SCHEMA_FILE_SNAPSHOT = "创建 SchemaFile 快照失败:{}"; + public static final String FAILED_TO_DELETE_OLD_PBTREE_SNAPSHOT = "创建 pbtree 文件快照时删除旧快照 {} 失败。"; // ======================== PBTree Segment/Page 相关消息 ======================== - public static final String FAILED_TO_INSERT_RELOCATED_SEGMENT = - "向重定位的 segment 插入缓冲区失败"; - public static final String FAILED_TO_UPDATE_RELOCATED_SEGMENT = - "在重定位的 segment 上更新缓冲区失败"; - public static final String ALIAS_INDEX_PAGE_EXTEND_CAPACITY = - "AliasIndexPage 只能扩展到相同容量的缓冲区。"; - public static final String SEGMENTS_SPLIT_SAME_CAPACITY = - "Segment 只能以相同容量进行拆分。"; - public static final String SEGMENT_SPLIT_NO_RECORDS = - "没有记录的 Segment 无法拆分。"; - public static final String SEGMENT_SPLIT_ONLY_ONE_RECORD = - "只有一条记录的 Segment 无法拆分。"; - public static final String INTERNAL_PAGE_EXTEND_CAPACITY = - "InternalPage 只能扩展到相同容量的缓冲区。"; - public static final String INTERNAL_SEGMENT_SPLIT_NO_KEY = - "内部 Segment 没有插入键时无法拆分"; - public static final String INTERNAL_SEGMENT_LESS_THAN_2_POINTERS = - "指针数少于 2 的 Segment 无法拆分。"; - public static final String LEAF_SEGMENT_EXTEND_SMALLER = - "叶子 Segment 无法扩展到更小的缓冲区。"; - public static final String RECORD_CONFLICT_NAME_WITH_ALIAS = - "记录 [%s] 的名称与其兄弟节点的别名冲突。"; - public static final String RECORD_CONFLICT_ALIAS = - "记录 [%s] 的别名 [%s] 与其兄弟节点冲突。"; + public static final String FAILED_TO_INSERT_RELOCATED_SEGMENT = "向重定位的 segment 插入缓冲区失败"; + public static final String FAILED_TO_UPDATE_RELOCATED_SEGMENT = "在重定位的 segment 上更新缓冲区失败"; + public static final String ALIAS_INDEX_PAGE_EXTEND_CAPACITY = "AliasIndexPage 只能扩展到相同容量的缓冲区。"; + public static final String SEGMENTS_SPLIT_SAME_CAPACITY = "Segment 只能以相同容量进行拆分。"; + public static final String SEGMENT_SPLIT_NO_RECORDS = "没有记录的 Segment 无法拆分。"; + public static final String SEGMENT_SPLIT_ONLY_ONE_RECORD = "只有一条记录的 Segment 无法拆分。"; + public static final String INTERNAL_PAGE_EXTEND_CAPACITY = "InternalPage 只能扩展到相同容量的缓冲区。"; + public static final String INTERNAL_SEGMENT_SPLIT_NO_KEY = "内部 Segment 没有插入键时无法拆分"; + public static final String INTERNAL_SEGMENT_LESS_THAN_2_POINTERS = "指针数少于 2 的 Segment 无法拆分。"; + public static final String LEAF_SEGMENT_EXTEND_SMALLER = "叶子 Segment 无法扩展到更小的缓冲区。"; + public static final String RECORD_CONFLICT_NAME_WITH_ALIAS = "记录 [%s] 的名称与其兄弟节点的别名冲突。"; + public static final String RECORD_CONFLICT_ALIAS = "记录 [%s] 的别名 [%s] 与其兄弟节点冲突。"; public static final String RECORD_NOT_EXISTED = "记录[key:%s] 不存在。"; public static final String SEGMENT_CACHE_MAP_INCONSISTENT = "页面 %d 中的 Segment 缓存映射与 Segment 列表不一致。"; @@ -330,37 +251,27 @@ public final class DataNodeSchemaMessages { public static final String CHILD_SHALL_NOT_HAVE_SEGMENT_ADDRESS = "newChildBuffer 中的子节点不应有 segmentAddress。"; public static final String PAGE_INDEX_OUT_OF_RANGE = "页面索引 %d 超出范围。"; - public static final String ROOT_PAGE_SHALL_NOT_BE_MIGRATED = - "根页面不应被迁移。"; - public static final String SUBORDINATE_INDEX_NOT_ON_SINGLE_PAGE = - "不应在单页面 segment 上构建从属索引。"; - public static final String SUBORDINATE_INDEX_BROKEN = - "文件可能已损坏,从属索引已断裂。"; - public static final String DUPLICATE_PAGE_INSTANCES = - "存在索引相同的重复页面实例:{}"; + public static final String ROOT_PAGE_SHALL_NOT_BE_MIGRATED = "根页面不应被迁移。"; + public static final String SUBORDINATE_INDEX_NOT_ON_SINGLE_PAGE = "不应在单页面 segment 上构建从属索引。"; + public static final String SUBORDINATE_INDEX_BROKEN = "文件可能已损坏,从属索引已断裂。"; + public static final String DUPLICATE_PAGE_INSTANCES = "存在索引相同的重复页面实例:{}"; public static final String PAGE_LOCKED_TIMES = "页面 [{}] 已被锁定 {} 次。"; - public static final String REENTRANT_WRITE_LOCKS_DETAIL = - "页面 {} 上存在可重入写锁,内容详情:{}"; + public static final String REENTRANT_WRITE_LOCKS_DETAIL = "页面 {} 上存在可重入写锁,内容详情:{}"; public static final String REENTRANT_WRITE_LOCKS = "页面 {} 上存在可重入写锁"; // ======================== PBTree Flush 相关消息 ======================== - public static final String IO_EXCEPTION_UPDATING_SG_MNODE = - "更新 StorageGroupMNode {} 时发生 IO 异常"; - public static final String ERROR_DURING_MTREE_FLUSH = - "MTree 刷写过程中发生错误,当前节点为 {}"; + public static final String IO_EXCEPTION_UPDATING_SG_MNODE = "更新 StorageGroupMNode {} 时发生 IO 异常"; + public static final String ERROR_DURING_MTREE_FLUSH = "MTree 刷写过程中发生错误,当前节点为 {}"; // ======================== PBTree ReleaseFlushMonitor 相关消息 ======================== - public static final String RELEASE_TASK_MONITOR_INTERRUPTED = - "ReleaseTaskMonitor 线程被中断。"; - public static final String RELEASE_FLUSH_TASK_TIMEOUT = - "释放任务和刷写任务未在 {} 毫秒内完成,已中断。"; + public static final String RELEASE_TASK_MONITOR_INTERRUPTED = "ReleaseTaskMonitor 线程被中断。"; + public static final String RELEASE_FLUSH_TASK_TIMEOUT = "释放任务和刷写任务未在 {} 毫秒内完成,已中断。"; // ======================== PBTree PagePool 相关消息 ======================== - public static final String PAGE_CACHE_EVICTION_INTERRUPTED = - "页面缓存淘汰过程中被中断,请考虑增加缓存大小、降低并发或延长超时时间"; + public static final String PAGE_CACHE_EVICTION_INTERRUPTED = "页面缓存淘汰过程中被中断,请考虑增加缓存大小、降低并发或延长超时时间"; // ======================== ReadOnly MTreeStore 相关消息 ======================== @@ -372,30 +283,24 @@ public final class DataNodeSchemaMessages { public static final String WRONG_NODE_TYPE = "错误的节点类型"; public static final String SHOULD_CALL_EXACT_SUB_CLASS = "应调用具体的子类!"; public static final String VIEW_TABLE_NOT_ALLOWED = "不允许使用视图表。"; - public static final String TABLE_DEVICE_NOT_UNDER_TREE_MODEL = - "不应在树模型下创建表设备"; + public static final String TABLE_DEVICE_NOT_UNDER_TREE_MODEL = "不应在树模型下创建表设备"; public static final String NO_SATISFIED_MNODE_FACTORY = "未找到满足条件的 MNodeFactory"; // ======================== Logfile 相关消息 ======================== public static final String READ_LOG_LENGTH_NEGATIVE = "读取的日志长度 %s 为负数。"; - public static final String PLAN_NOT_SUPPORT_DESERIALIZATION = - "%s 计划不支持反序列化。"; - public static final String PLAN_NOT_SUPPORT_SERIALIZATION = - "%s 计划不支持序列化。"; + public static final String PLAN_NOT_SUPPORT_DESERIALIZATION = "%s 计划不支持反序列化。"; + public static final String PLAN_NOT_SUPPORT_SERIALIZATION = "%s 计划不支持序列化。"; public static final String SCHEMA_FILE_LOG_INCOMPLETE_ENTRY = "不完整的日志条目。"; // ======================== Template 相关消息 ======================== - public static final String UNKNOWN_TEMPLATE_UPDATE_OPERATION_TYPE = - "未知的模板更新操作类型"; + public static final String UNKNOWN_TEMPLATE_UPDATE_OPERATION_TYPE = "未知的模板更新操作类型"; // ======================== InformationSchema 相关消息 ======================== - public static final String SYSTEM_VIEW_NOT_SUPPORT_SHOW_CREATE = - "系统视图不支持 show create。"; - public static final String SYSTEM_DATABASE_NOT_SUPPORT_SHOW_CREATE = - "系统数据库不支持 show create。"; + public static final String SYSTEM_VIEW_NOT_SUPPORT_SHOW_CREATE = "系统视图不支持 show create。"; + public static final String SYSTEM_DATABASE_NOT_SUPPORT_SHOW_CREATE = "系统数据库不支持 show create。"; // ======================== 附加 SchemaRegion 相关消息 ======================== @@ -405,23 +310,17 @@ public final class DataNodeSchemaMessages { "类型为 %s 的 SchemaRegionPlan 不支持在 SchemaRegionMemoryImpl 中执行恢复操作。"; public static final String SCHEMA_REGION_PLAN_NOT_SUPPORT_RECOVER_PBTREE = "类型为 %s 的 SchemaRegionPlan 不支持在 SchemaRegionPBTreeImpl 中执行恢复操作。"; - public static final String PBTREE_NOT_SUPPORT_ALTER_DATA_TYPE = - "PBTree 尚不支持修改时间序列数据类型。"; + public static final String PBTREE_NOT_SUPPORT_ALTER_DATA_TYPE = "PBTree 尚不支持修改时间序列数据类型。"; // ======================== 附加 MTree 相关消息 ======================== - public static final String DEVICE_NUM_UPPER_LIMIT = - "设备数量已达到上限"; - public static final String TIMESERIES_TYPE_NOT_COMPATIBLE = - "时间序列 %s 使用的新类型 %s 与已有类型 %s 不兼容"; - public static final String ALIAS_DUPLICATED = - "别名与其他测点的名称或别名重复,别名:"; + public static final String DEVICE_NUM_UPPER_LIMIT = "设备数量已达到上限"; + public static final String TIMESERIES_TYPE_NOT_COMPATIBLE = "时间序列 %s 使用的新类型 %s 与已有类型 %s 不兼容"; + public static final String ALIAS_DUPLICATED = "别名与其他测点的名称或别名重复,别名:"; public static final String LOGICAL_VIEW_NODE_TYPE_ERROR = "newMNode 的类型不是 LogicalViewMNode!实际类型为 "; - public static final String TEMPLATE_SHOULD_MOUNTED_ON_ANCESTOR = - "使用模板的节点 [%s] 的祖先节点上应挂载模板。"; - public static final String DESCENDANT_SHOULD_NOT_EXIST = - "节点 %s 下不应存在后代节点"; + public static final String TEMPLATE_SHOULD_MOUNTED_ON_ANCESTOR = "使用模板的节点 [%s] 的祖先节点上应挂载模板。"; + public static final String DESCENDANT_SHOULD_NOT_EXIST = "节点 %s 下不应存在后代节点"; // ======================== 附加 SchemaFile/Page 相关消息 ======================== @@ -433,12 +332,9 @@ public final class DataNodeSchemaMessages { "SegmentedPage 仅在包含一个最大尺寸 segment 时才能共享整个缓冲区切片。"; public static final String BYTEBUFFER_CORRUPTED_FOR_SCHEMA_PAGE = "ByteBuffer 已损坏或位置设置错误,无法加载为 SchemaPage。"; - public static final String NODE_NO_CHILD_IN_PBTREE_WITH_NAME = - "节点 [%s] 在 pbtree 文件中没有子节点 [%s]。"; - public static final String SINGLE_RECORD_TOO_LARGE = - "SchemaFile 目前不支持超过半页大小的单条记录。"; - public static final String PAGE_REPLACEMENT_ERROR = - "页面 [%d] 替换错误:引用计数或锁对象不一致。"; + public static final String NODE_NO_CHILD_IN_PBTREE_WITH_NAME = "节点 [%s] 在 pbtree 文件中没有子节点 [%s]。"; + public static final String SINGLE_RECORD_TOO_LARGE = "SchemaFile 目前不支持超过半页大小的单条记录。"; + public static final String PAGE_REPLACEMENT_ERROR = "页面 [%d] 替换错误:引用计数或锁对象不一致。"; public static final String NODE_NO_VALID_SEGMENT_ADDRESS = "节点 [%s] 在 pbtree 文件中没有有效的 segment 地址。"; @@ -447,8 +343,7 @@ public final class DataNodeSchemaMessages { public static final String COMMIT_MARK_WITHOUT_PREPARE = "存在 COMMIT_MARK 但缺少 PREPARE_MARK"; public static final String EXTRANEOUS_BYTE_AFTER_PREPARE = "PREPARE_MARK 之后出现了非 COMMIT_MARK 的多余字节"; - public static final String NOT_ENDED_BY_MARK = - "未以 COMMIT_MARK 或 PREPARE_MARK 结尾。"; + public static final String NOT_ENDED_BY_MARK = "未以 COMMIT_MARK 或 PREPARE_MARK 结尾。"; // ======================== 附加 MNodeContainer 相关消息 ======================== @@ -457,8 +352,7 @@ public final class DataNodeSchemaMessages { // ======================== 附加 Logfile 相关消息 ======================== - public static final String FAILED_TO_CREATE_FILE_ALREADY_EXISTS = - "创建文件 %s 失败,因为同名文件已存在"; + public static final String FAILED_TO_CREATE_FILE_ALREADY_EXISTS = "创建文件 %s 失败,因为同名文件已存在"; // ======================== 附加 View 相关消息 ======================== @@ -474,26 +368,21 @@ public final class DataNodeSchemaMessages { // ======================== 附加 Template 相关消息 ======================== - public static final String FAILED_TO_CREATE_TEMPLATE = - "在 ConfigNode 中执行创建设备模板 {} 失败,状态为 {}。"; + public static final String FAILED_TO_CREATE_TEMPLATE = "在 ConfigNode 中执行创建设备模板 {} 失败,状态为 {}。"; public static final String CREATE_TEMPLATE_ERROR_PREFIX = "创建模板出错 - "; public static final String CREATE_TEMPLATE_ERROR = "创建模板出错。"; public static final String GET_ALL_TEMPLATE_ERROR = "获取所有模板出错。"; public static final String GET_TEMPLATE_INFO_ERROR = "获取模板信息出错。"; - public static final String FAILED_TO_SET_TEMPLATE = - "在 ConfigNode 中执行设置设备模板 {} 到路径 {} 失败,状态为 {}。"; + public static final String FAILED_TO_SET_TEMPLATE = "在 ConfigNode 中执行设置设备模板 {} 到路径 {} 失败,状态为 {}。"; // ======================== 附加 InformationSchema 相关消息 ======================== - public static final String INFORMATION_SCHEMA_READ_ONLY = - "数据库 'information_schema' 仅支持查询操作"; + public static final String INFORMATION_SCHEMA_READ_ONLY = "数据库 'information_schema' 仅支持查询操作"; // ======================== 附加 GRASS/Updater 相关消息 ======================== - public static final String FAILED_TO_WRITE_ATTR_COMMIT = - "向 region {} 写入属性提交消息失败。"; - public static final String FAILED_TO_FETCH_DATANODE_LOCATIONS = - "获取 DataNode 位置信息失败,将重试。"; + public static final String FAILED_TO_WRITE_ATTR_COMMIT = "向 region {} 写入属性提交消息失败。"; + public static final String FAILED_TO_FETCH_DATANODE_LOCATIONS = "获取 DataNode 位置信息失败,将重试。"; // ======================== 附加 ResourceByPathUtils 相关消息 ======================== @@ -502,8 +391,7 @@ public final class DataNodeSchemaMessages { // ======================== 附加 CachedMTreeStore 相关消息 ======================== - public static final String ERROR_DURING_PBTREE_CLEAR = - "PBTree 清理过程中发生错误:{}"; + public static final String ERROR_DURING_PBTREE_CLEAR = "PBTree 清理过程中发生错误:{}"; public static final String ERROR_DURING_MTREE_FLUSH_SCHEMA_REGION = "MTree 刷写过程中发生错误,当前 SchemaRegionId 为 {}"; public static final String ERROR_DURING_MTREE_FLUSH_SCHEMA_REGION_BECAUSE = @@ -511,53 +399,40 @@ public final class DataNodeSchemaMessages { // ======================== 附加 MemMTreeSnapshotUtil 相关消息 ======================== - public static final String DESERIALIZE_ERROR_INFO = - "反序列化 MemMTree 过程中发生错误。"; + public static final String DESERIALIZE_ERROR_INFO = "反序列化 MemMTree 过程中发生错误。"; // ======================== 附加 MetaUtils 相关消息 ======================== - public static final String PATH_NO_LONGER_THAN_SG_LEVEL = - "路径长度不超过默认 sg 层级:"; + public static final String PATH_NO_LONGER_THAN_SG_LEVEL = "路径长度不超过默认 sg 层级:"; public static final String PATH_DOES_NOT_START_WITH_ROOT = "路径不以 "; // ======================== FakeCRC32Deserializer 相关消息 ======================== - public static final String READ_LOG_LENGTH_NEGATIVE_LOG = - "读取的日志长度 {} 为负数。"; + public static final String READ_LOG_LENGTH_NEGATIVE_LOG = "读取的日志长度 {} 为负数。"; // ======================== SchemaLogReader 相关消息 ======================== - public static final String FILE_CORRUPTED = - "文件 {} 已损坏,未损坏的大小为 {}。"; + public static final String FILE_CORRUPTED = "文件 {} 已损坏,未损坏的大小为 {}。"; public static final String LOG_FILE_END_CORRUPTED_TRUNCATE = "日志文件 {} 的末尾已损坏,开始截断。未损坏的大小为 {},文件大小为 {}。"; - public static final String FAIL_TO_TRUNCATE_LOG_FILE = - "截断日志文件到大小 {} 失败"; + public static final String FAIL_TO_TRUNCATE_LOG_FILE = "截断日志文件到大小 {} 失败"; // ======================== SchemaRegionPlanDeserializer 相关消息 ======================== - public static final String CANNOT_DESERIALIZE_SCHEMA_REGION_PLAN = - "无法从缓冲区反序列化 SchemaRegionPlan"; + public static final String CANNOT_DESERIALIZE_SCHEMA_REGION_PLAN = "无法从缓冲区反序列化 SchemaRegionPlan"; // ======================== MTreeBelowSGMemoryImpl 相关消息 ======================== - public static final String TIMESERIES_NUM_UPPER_LIMIT = - "时间序列数量已达到上限"; - public static final String ALIAS_DUPLICATED_DETAIL = - ",完整路径:"; - public static final String ALIAS_DUPLICATED_OTHER_MEASUREMENT = - ",其他测点:"; - public static final String START_CREATE_TABLE_DEVICE = - "开始创建表设备 {}.{}"; - public static final String TABLE_DEVICE_ALREADY_EXISTS = - "表设备 {}.{} 已存在"; - public static final String TABLE_DEVICE_CREATED = - "表设备 {}.{} 已创建"; + public static final String TIMESERIES_NUM_UPPER_LIMIT = "时间序列数量已达到上限"; + public static final String ALIAS_DUPLICATED_DETAIL = ",完整路径:"; + public static final String ALIAS_DUPLICATED_OTHER_MEASUREMENT = ",其他测点:"; + public static final String START_CREATE_TABLE_DEVICE = "开始创建表设备 {}.{}"; + public static final String TABLE_DEVICE_ALREADY_EXISTS = "表设备 {}.{} 已存在"; + public static final String TABLE_DEVICE_CREATED = "表设备 {}.{} 已创建"; // ======================== CachedMTreeStore / Scheduler 相关消息 ======================== - public static final String MTREE_FLUSH_COST = - "MTree 刷写耗时 {}ms,SchemaRegion 为 {}"; + public static final String MTREE_FLUSH_COST = "MTree 刷写耗时 {}ms,SchemaRegion 为 {}"; // ======================== DataNodeTableCache 相关消息 ======================== @@ -572,8 +447,7 @@ public final class DataNodeSchemaMessages { public static final String COMMIT_DELETE_TABLE_SUCCESS = "提交删除表 {}.{} 操作成功。"; public static final String FAILED_TO_REFRESH_CACHE_FROM_CN = "从configNode拉取元数据更新DataNodeTableCache失败"; - public static final String FAILED_TO_GET_FENCE_THRESHOLD_FROM_CN = - "在租约恢复期间未能从 ConfigNode 获取隔离阈值"; + public static final String FAILED_TO_GET_FENCE_THRESHOLD_FROM_CN = "在租约恢复期间未能从 ConfigNode 获取隔离阈值"; public static final String INTERRUPTED_ACQUIRE_SEMAPHORE_GET_TABLES = "尝试获取信号量以从 ConfigNode 获取表时被中断,已忽略。"; public static final String UPDATE_TABLE_BY_FETCH_WITH_DETAIL = "获取表 {}.{} 信息, {}"; @@ -604,21 +478,25 @@ public final class DataNodeSchemaMessages { "无法将元数据状态 {} 标记为 PULLING,因为已有其他元数据拉取线程正在运行。"; public static final String FAILED_TO_PULL_OR_INIT_METADATA = "拉取元数据失败。"; public static final String METADATA_LEASE_IS_FENCED = "元数据租约已过期, 本地缓存不可用"; - public static final String UPDATED_METADATA_LEASE_FENCE_THRESHOLD = - "元数据租约隔离阈值已更新为 {} 毫秒"; + public static final String UPDATED_METADATA_LEASE_FENCE_THRESHOLD = "元数据租约隔离阈值已更新为 {} 毫秒"; private DataNodeSchemaMessages() {} + // --------------------------------------------------------------------------- // 补充日志消息 // --------------------------------------------------------------------------- - public static final String SCHEMA_LOG_FLUSHING_WORKING_MEMTABLE_ADD_CURRENT_QUERY_CONTEXT_TO_IMMUTABLE_7B7CD373 = - "Flushing/Working MemTable - 将当前查询上下文添加到 immutable TVList 的查询列表"; - public static final String SCHEMA_LOG_FLUSHING_MEMTABLE_ADD_CURRENT_QUERY_CONTEXT_TO_MUTABLE_TVLIST_BEB0D766 = - "Flushing MemTable - 将当前查询上下文添加到 mutable TVList 的查询列表"; - public static final String SCHEMA_LOG_WORKING_MEMTABLE_ADD_CURRENT_QUERY_CONTEXT_TO_MUTABLE_TVLIST_8C937414 = - "Working MemTable - 当其已排序或没有其他查询时,将当前查询上下文添加到 mutable TVList 的查询列表"; - public static final String SCHEMA_LOG_WORKING_MEMTABLE_CLONE_MUTABLE_TVLIST_AND_REPLACE_OLD_TVLIST_FD1EAE22 = - "Working MemTable - 克隆 mutable TVList 并替换 working MemTable 中的旧 TVList"; + public static final String + SCHEMA_LOG_FLUSHING_WORKING_MEMTABLE_ADD_CURRENT_QUERY_CONTEXT_TO_IMMUTABLE_7B7CD373 = + "Flushing/Working MemTable - 将当前查询上下文添加到 immutable TVList 的查询列表"; + public static final String + SCHEMA_LOG_FLUSHING_MEMTABLE_ADD_CURRENT_QUERY_CONTEXT_TO_MUTABLE_TVLIST_BEB0D766 = + "Flushing MemTable - 将当前查询上下文添加到 mutable TVList 的查询列表"; + public static final String + SCHEMA_LOG_WORKING_MEMTABLE_ADD_CURRENT_QUERY_CONTEXT_TO_MUTABLE_TVLIST_8C937414 = + "Working MemTable - 当其已排序或没有其他查询时,将当前查询上下文添加到 mutable TVList 的查询列表"; + public static final String + SCHEMA_LOG_WORKING_MEMTABLE_CLONE_MUTABLE_TVLIST_AND_REPLACE_OLD_TVLIST_FD1EAE22 = + "Working MemTable - 克隆 mutable TVList 并替换 working MemTable 中的旧 TVList"; public static final String PATH_DOES_NOT_START_WITH_FMT = "%s 不是以 %s 开头"; public static final String ALIAS_DUPLICATED_FULLPATH_OTHER_MEASUREMENT_FMT = "别名与其他测点的名称或别名重复,别名:%s,完整路径:%s,其他测点:%s"; @@ -627,22 +505,17 @@ private DataNodeSchemaMessages() {} public static final String TAG_ACTION_DROP = "移除"; public static final String TAG_ACTION_SET = "设置"; public static final String TAG_ACTION_RENAME = "重命名"; - public static final String NESTED_LOGICAL_VIEW_UNSUPPORTED_FMT = - "视图 [%s] 的源也是一个视图!不支持嵌套视图,请检查。"; + public static final String NESTED_LOGICAL_VIEW_UNSUPPORTED_FMT = "视图 [%s] 的源也是一个视图!不支持嵌套视图,请检查。"; public static final String GET_SCHEMA_AS_LOGICAL_VIEW_SCHEMA_UNSUPPORTED = "DeviceUsingTemplateSchemaCache 不支持函数 getSchemaAsLogicalViewSchema。"; public static final String DEVICE_TEMPLATE_ALREADY_ACTIVATED_ON_PATH_FMT = "路径 %s 上的设备模板已经被激活,无需重复激活。"; - public static final String SOME_TASK_DELETING_TIMESERIES_FMT = - "某个任务正在删除时间序列 [%s]"; + public static final String SOME_TASK_DELETING_TIMESERIES_FMT = "某个任务正在删除时间序列 [%s]"; public static final String PATH_ALREADY_EXIST_FMT = "路径 [%s] 已存在"; public static final String MNODE_TYPE_MISMATCH_FMT = "MNode [%s] 不是 %s。"; - public static final String ALIAS_FOR_PATH_ALREADY_EXIST_FMT = - "别名 [%s] 对应路径 [%s] 已存在"; - public static final String DATABASE_NOT_SET_FOR_SERIES_PATH_FMT = - "%s,当前 seriesPath:[%s]"; - public static final String DATABASE_ALREADY_CREATED_AS_DATABASE_FMT = - "%s 已被创建为数据库"; + public static final String ALIAS_FOR_PATH_ALREADY_EXIST_FMT = "别名 [%s] 对应路径 [%s] 已存在"; + public static final String DATABASE_NOT_SET_FOR_SERIES_PATH_FMT = "%s,当前 seriesPath:[%s]"; + public static final String DATABASE_ALREADY_CREATED_AS_DATABASE_FMT = "%s 已被创建为数据库"; public static final String SCHEMA_QUOTA_EXCEEDED_FMT = "当前元数据容量已超过集群配额。请检查 ConfigNode 上的配置,或删除一些已有的 %s 以满足配额限制。"; public static final String DATABASE_QUOTA_EXCEEDED_FMT = @@ -650,16 +523,13 @@ private DataNodeSchemaMessages() {} + "database_limit_threshold 配置,或删除一些已有数据库以满足配额限制。"; public static final String SERIES_OVERFLOW_FMT = "未使用设备模板的内存时间序列过多(当前内存:%s,序列数量:%s)。为优化内存,当设备具有相同时间序列时,更推荐使用设备模板。"; - public static final String ILLEGAL_PARAMETER_FAILED_CREATE_TIMESERIES_FMT = - "%s。为路径 %s 创建时间序列失败"; + public static final String ILLEGAL_PARAMETER_FAILED_CREATE_TIMESERIES_FMT = "%s。为路径 %s 创建时间序列失败"; public static final String PATH_NOT_EXIST_WRONG_MESSAGE = "路径 [%s] 不存在"; public static final String EXCEPTION_TIMESERIES_ARG_DOES_NOT_EXIST_AND_ITS_DATA_TYPE_CANNOT_BE_INFERRED_FROM_THE_NULL_VALUE_36406D43 = "时间序列 [%s] 不存在,且无法从 null 值推断其数据类型"; - public static final String SOURCE_PATH_NOT_EXIST_WRONG_MESSAGE = - "源路径 [%s] 对应视图 [%s] 不存在。"; - public static final String NORMAL_TIMESERIES_NOT_EXIST_WRONG_MESSAGE = - "时间序列 [%s] 不存在或由设备模板表示"; + public static final String SOURCE_PATH_NOT_EXIST_WRONG_MESSAGE = "源路径 [%s] 对应视图 [%s] 不存在。"; + public static final String NORMAL_TIMESERIES_NOT_EXIST_WRONG_MESSAGE = "时间序列 [%s] 不存在或由设备模板表示"; public static final String TEMPLATE_TIMESERIES_NOT_EXIST_WRONG_MESSAGE = "时间序列 [%s] 不存在或不是由设备模板表示"; public static final String VIEW_NOT_EXIST_WRONG_MESSAGE = "视图 [%s] 不存在"; @@ -670,8 +540,7 @@ private DataNodeSchemaMessages() {} "%s.%s 的数据类型不一致,%s %s,插入类型 %s,时间戳 %s,值 %s"; public static final String DATA_TYPE_AND_VALUE_MISMATCH_FMT = "%s.%s 的数据类型和值不一致,插入类型 %s,时间戳 %s,值 %s"; - public static final String SCHEMA_DIR_CREATION_FAILED_FMT = - "创建数据库 schema 文件夹 %s 失败。"; + public static final String SCHEMA_DIR_CREATION_FAILED_FMT = "创建数据库 schema 文件夹 %s 失败。"; public static final String MNODE_NOT_PINNED = "MNode 尚未被固定。"; public static final String MNODE_NOT_CACHED = "MNode 尚未被缓存或已被淘汰。"; public static final String TEMPLATE_IS_IN_USE_ON_FMT = "模板正在 %s 上使用"; @@ -679,13 +548,10 @@ private DataNodeSchemaMessages() {} "无法创建时间序列 [%s],因为设备模板 [%s] 已设置在路径 [%s] 上。"; public static final String CANNOT_SET_DEVICE_TEMPLATE_TIMESERIES_UNDER_PATH_FMT = "无法将设备模板 [%s] 设置到路径 [%s],因为路径 [%s] 下已有时间序列。"; - public static final String FAILED_CREATE_DUPLICATED_TEMPLATE_FMT = - "为路径 %s 创建重复模板失败"; - public static final String TEMPLATE_ON_PATH_DIFFERENT_FROM_FMT = - "%s 上的模板与 %s 不同"; + public static final String FAILED_CREATE_DUPLICATED_TEMPLATE_FMT = "为路径 %s 创建重复模板失败"; + public static final String TEMPLATE_ON_PATH_DIFFERENT_FROM_FMT = "%s 上的模板与 %s 不同"; public static final String UNDEFINED_TEMPLATE_NAME_FMT = "未定义的模板名:%s"; - public static final String COLOSSAL_RECORD_FMT = - "key [%s] 的记录过大,SchemaFile 无法存储,内容大小:%d"; + public static final String COLOSSAL_RECORD_FMT = "key [%s] 的记录过大,SchemaFile 无法存储,内容大小:%d"; public static final String KEY_TOO_LARGE_FOR_INTERNAL_PAGE_FMT = "Key [%s] 过大,无法作为索引项存储在 InternalPage 中。"; public static final String KEY_ALIAS_PAIR_TOO_LARGE_FMT = @@ -694,38 +560,33 @@ private DataNodeSchemaMessages() {} public static final String SEGMENT_NOT_ENOUGH_SPACE = "Segment 空间不足"; public static final String SEGMENT_NOT_ENOUGH_SPACE_AFTER_SPLIT_FMT = "Segment 即使 split 和 compact 后仍没有足够空间插入:%s"; - public static final String SEGMENT_NOT_FOUND_FMT = - "Segment(index:%d) 在 page(index:%d) 中未找到。"; - public static final String SEGMENT_IS_NOT_LAST_FMT = - "Segment(index:%d) 不是 page 中的最后一个 segment"; - public static final String NO_SPLITTABLE_SEGMENT_FOUND_FMT = - "在 page [%s] 中未找到可 split 的 segment"; - public static final String PBTREE_FILE_LOG_CORRUPTED_FMT = - "PBTreeFileLog [%s] 因 [%s] 损坏。"; + public static final String SEGMENT_NOT_FOUND_FMT = "Segment(index:%d) 在 page(index:%d) 中未找到。"; + public static final String SEGMENT_IS_NOT_LAST_FMT = "Segment(index:%d) 不是 page 中的最后一个 segment"; + public static final String NO_SPLITTABLE_SEGMENT_FOUND_FMT = "在 page [%s] 中未找到可 split 的 segment"; + public static final String PBTREE_FILE_LOG_CORRUPTED_FMT = "PBTreeFileLog [%s] 因 [%s] 损坏。"; public static final String RECORD_DUPLICATED_FMT = "Segment 存在重复 record key:%s"; public static final String PBTREE_FILE_NOT_EXISTS_FMT = "PBTree 文件 [%s] 不存在。"; - public static final String SCHEMA_PAGE_OVERFLOW_FMT = - "pbtree 文件中的 Page [%s] 空间耗尽或包含过多 segment。"; + public static final String SCHEMA_PAGE_OVERFLOW_FMT = "pbtree 文件中的 Page [%s] 空间耗尽或包含过多 segment。"; public static final String SOURCE_PATH_DELETED_FMT = "源路径 [%s] 已被删除"; - public static final String BROKEN_VIEW_UNMATCHED_FMT = - "视图已损坏!源路径 [%s] 映射到不匹配的 %s 个路径:%s。"; - public static final String INSERT_NON_WRITABLE_VIEW_FMT = - "无法向不是别名序列的视图插入数据。(视图路径:%s)"; - public static final String INSERT_NON_WRITABLE_VIEW = - "无法向不是别名序列的视图插入数据。"; + public static final String BROKEN_VIEW_UNMATCHED_FMT = "视图已损坏!源路径 [%s] 映射到不匹配的 %s 个路径:%s。"; + public static final String INSERT_NON_WRITABLE_VIEW_FMT = "无法向不是别名序列的视图插入数据。(视图路径:%s)"; + public static final String INSERT_NON_WRITABLE_VIEW = "无法向不是别名序列的视图插入数据。"; public static final String DATABASE_NOT_SET = "未设置数据库"; - public static final String DUPLICATE_INSERTION_WRONG_MESSAGE = - "插入非法,因为设备 [%s] 下的测点 [%s] 重复。"; + public static final String DUPLICATE_INSERTION_WRONG_MESSAGE = "插入非法,因为设备 [%s] 下的测点 [%s] 重复。"; public static final String VIEW_IS_UNSUPPORTED_FMT = "视图不受支持,原因:%s"; - public static final String VIEW_CONTAINS_AGGREGATION_FUNCTION_FMT = - "该视图包含名为 [%s] 的聚合函数"; + public static final String VIEW_CONTAINS_AGGREGATION_FUNCTION_FMT = "该视图包含名为 [%s] 的聚合函数"; public static final String EXCEPTION_OPERATORCONTEXT_IS_NULL_D15B1EDB = "operatorContext 不能为空"; public static final String EXCEPTION_CHILD_OPERATOR_IS_NULL_8860113C = "child operator 不能为空"; - public static final String EXCEPTION_FAILED_TO_CREATE_STATE_MACHINE_FOR_CONSENSUS_GROUP_ARG_BECAUSE_SCHEMA_REGION_DOES_NOT_EXIST_610DAE67 = "共识组 %s 的状态机创建失败,因为 SchemaRegion 不存在"; + public static final String + EXCEPTION_FAILED_TO_CREATE_STATE_MACHINE_FOR_CONSENSUS_GROUP_ARG_BECAUSE_SCHEMA_REGION_DOES_NOT_EXIST_610DAE67 = + "共识组 %s 的状态机创建失败,因为 SchemaRegion 不存在"; public static final String EXCEPTION_DOT_9D9B854A = "."; public static final String EMPTY_MESSAGE = ""; public static final String EXCEPTION_COMMA_50AD1C01 = ", "; - public static final String MESSAGE_SKIP_ROLLBACK_RENAMING_OLD_TABLE_ARG_ARG_BECAUSE_IT_HAS_BEEN_HANDLED_664F2456 = "跳过回滚重命名旧表 {}.{},因为该操作已被处理。"; - public static final String MESSAGE_SKIP_COMMIT_UPDATE_TABLE_ARG_ARG_BECAUSE_IT_HAS_BEEN_HANDLED_31362A1C = "跳过提交更新表 {}.{},因为该操作已被处理。"; - + public static final String + MESSAGE_SKIP_ROLLBACK_RENAMING_OLD_TABLE_ARG_ARG_BECAUSE_IT_HAS_BEEN_HANDLED_664F2456 = + "跳过回滚重命名旧表 {}.{},因为该操作已被处理。"; + public static final String + MESSAGE_SKIP_COMMIT_UPDATE_TABLE_ARG_ARG_BECAUSE_IT_HAS_BEEN_HANDLED_31362A1C = + "跳过提交更新表 {}.{},因为该操作已被处理。"; } diff --git a/iotdb-core/datanode/src/main/i18n/zh/org/apache/iotdb/db/i18n/StorageEngineMessages.java b/iotdb-core/datanode/src/main/i18n/zh/org/apache/iotdb/db/i18n/StorageEngineMessages.java index ba857ecfa91e..235bd566e802 100644 --- a/iotdb-core/datanode/src/main/i18n/zh/org/apache/iotdb/db/i18n/StorageEngineMessages.java +++ b/iotdb-core/datanode/src/main/i18n/zh/org/apache/iotdb/db/i18n/StorageEngineMessages.java @@ -21,8 +21,7 @@ public final class StorageEngineMessages { - public static final String IS_NOT_SUPPORTED = - " 不受支持"; + public static final String IS_NOT_SUPPORTED = " 不受支持"; private StorageEngineMessages() {} @@ -30,8 +29,10 @@ private StorageEngineMessages() {} public static final String FAIL_TO_RECOVER_WAL = "WAL 恢复失败。"; public static final String STORAGE_ENGINE_FAILED_TO_SET_UP = "存储引擎启动失败。"; - public static final String SEQ_MEMTABLE_FLUSH_CHECK_THREAD_STARTED = "顺序 memtable 定时 flush 检查线程启动成功。"; - public static final String UNSEQ_MEMTABLE_FLUSH_CHECK_THREAD_STARTED = "乱序 memtable 定时 flush 检查线程启动成功。"; + public static final String SEQ_MEMTABLE_FLUSH_CHECK_THREAD_STARTED = + "顺序 memtable 定时 flush 检查线程启动成功。"; + public static final String UNSEQ_MEMTABLE_FLUSH_CHECK_THREAD_STARTED = + "乱序 memtable 定时 flush 检查线程启动成功。"; public static final String STILL_NOT_EXIT_AFTER_30S = "{} 在 30 秒后仍未退出"; public static final String START_CLOSING_ALL_DB_PROCESSOR = "开始关闭所有数据库处理器"; public static final String START_FORCE_CLOSING_ALL_DB_PROCESSOR = "开始强制关闭所有数据库处理器"; @@ -104,7 +105,8 @@ private StorageEngineMessages() {} public static final String DATA_INCONSISTENT_NOT_TRIGGER_TWICE = "数据不一致异常不应被触发两次"; public static final String INSERT_TO_TSFILE_PROCESSOR_REJECTED = "写入 TsFileProcessor 被拒绝, {}"; public static final String INSERT_TO_TSFILE_PROCESSOR_ERROR = "写入 TsFileProcessor 出错 "; - public static final String IOEXCEPTION_CREATING_TSFILE_PROCESSOR_RETRY = "创建 TsFileProcessor 时遇到 IOException,正在重试"; + public static final String IOEXCEPTION_CREATING_TSFILE_PROCESSOR_RETRY = + "创建 TsFileProcessor 时遇到 IOException,正在重试"; public static final String CANNOT_CLOSE_TSFILE_RESOURCE = "无法关闭 TsFileResource {}"; public static final String CANNOT_REMOVE_MOD_FILE = "无法删除修改文件 {}"; public static final String FAIL_TO_DELETE_DATA_REGION_FOLDER = "删除 DataRegion 目录 {} 失败"; @@ -123,7 +125,8 @@ private StorageEngineMessages() {} public static final String MEET_ERROR_IN_COMPACTION_SCHEDULE = "compaction 调度过程中遇到错误。"; public static final String MEET_ERROR_IN_TTL_CHECK = "TTL 检查过程中遇到错误。"; public static final String FAILED_TO_EXECUTE_OBJECT_TTL_CHECK = "执行对象 TTL 检查失败"; - public static final String MEET_ERROR_IN_INSERTION_COMPACTION_SCHEDULE = "插入 compaction 调度过程中遇到错误。"; + public static final String MEET_ERROR_IN_INSERTION_COMPACTION_SCHEDULE = + "插入 compaction 调度过程中遇到错误。"; public static final String EXCEPTION_MOVE_NEW_TSFILE_IN_SETTLING = "在 settle 过程中移动新 TsFile 时发生异常"; public static final String TSFILE_LOADED_IN_UNSEQ_LIST = "TsFile {} 已成功加载到乱序列表中。"; public static final String CANNOT_CLOSE_LAST_READER_AFTER_LOAD = "加载 TsFile {} 后无法关闭上一个读取器"; @@ -151,10 +154,14 @@ private StorageEngineMessages() {} public static final String ILLEGAL_CROSS_COMPACTION_SELECTOR = "非法的跨空间 compaction 选择器 "; public static final String ILLEGAL_COMPACTION_SELECTOR = "非法的 compaction 选择器 "; public static final String COMPACTION_SCHEDULE_TASK_MANAGER_STARTED = "compaction 调度任务管理器已启动。"; - public static final String WAITING_COMPACTION_SCHEDULE_POOL_SHUTDOWN = "正在等待 compaction 调度任务线程池关闭"; - public static final String COMPACTION_SCHEDULE_MANAGER_WAIT_TO_STOP = "CompactionScheduleTaskManager 已等待 {} 秒以停止"; - public static final String COMPACTION_SCHEDULE_TASK_MANAGER_STOPPED = "CompactionScheduleTaskManager 已停止"; - public static final String REPAIR_FAILED_RENAME_PROGRESS_FILE = "[RepairTaskManager] 重命名修复数据进度文件失败"; + public static final String WAITING_COMPACTION_SCHEDULE_POOL_SHUTDOWN = + "正在等待 compaction 调度任务线程池关闭"; + public static final String COMPACTION_SCHEDULE_MANAGER_WAIT_TO_STOP = + "CompactionScheduleTaskManager 已等待 {} 秒以停止"; + public static final String COMPACTION_SCHEDULE_TASK_MANAGER_STOPPED = + "CompactionScheduleTaskManager 已停止"; + public static final String REPAIR_FAILED_RENAME_PROGRESS_FILE = + "[RepairTaskManager] 重命名修复数据进度文件失败"; public static final String REPAIR_SKIP_TASK_STOPPING = "[RepairTaskManager] 修复任务正在停止,跳过当前任务"; public static final String REPAIR_SCAN_TASK_CANCELLED = "[RepairScheduler] 扫描任务已取消"; public static final String REPAIR_ERROR_SCAN_TIME_PARTITION = "[RepairScheduler] 扫描时间分区文件时遇到错误"; @@ -180,7 +187,8 @@ private StorageEngineMessages() {} public static final String SUB_COMPACTION_TASK_MEET_ERRORS = "[Compaction] 子 compaction 任务遇到错误 "; public static final String TASK_TYPE_NO_TMP_FILE_SUFFIX = "当前任务类型 {} 没有临时文件后缀。"; public static final String CANNOT_GET_MOD_FILE = "无法获取 {} 的修改文件"; - public static final String COMPACTION_START_DELETE_REAL_FILE = "{} [Compaction] compaction 开始删除实际文件 "; + public static final String COMPACTION_START_DELETE_REAL_FILE = + "{} [Compaction] compaction 开始删除实际文件 "; public static final String COMPACTION_START_DELETE_SOURCE_MODS = "{} [Compaction] 开始删除源文件的修改记录"; public static final String COMPACTION_DELETE_FILE = "[Compaction] 删除文件: {}"; public static final String FAILED_TO_READ_FILE_ATTRIBUTES = "读取文件属性失败: {}"; @@ -189,30 +197,37 @@ private StorageEngineMessages() {} public static final String FAILED_TO_DELETE_EXPIRED_OBJECT_FILE = "删除过期对象文件失败: {}"; public static final String SHOULD_CALL_EXACT_SUB_CLASS = "应调用具体的子类!"; public static final String NO_NEXT_BLOCK = "没有下一个块"; - public static final String METHOD_NOT_SUPPORTED_FAST_CROSS_WRITER = "FastCrossCompactionWriter 不支持此方法"; + public static final String METHOD_NOT_SUPPORTED_FAST_CROSS_WRITER = + "FastCrossCompactionWriter 不支持此方法"; public static final String DEVICE_SHOULD_EXIST_IN_SEQ_FILE = "设备应存在于当前顺序文件中"; - public static final String METHOD_NOT_SUPPORTED_FAST_INNER_WRITER = "FastInnerCompactionWriter 不支持此方法"; - public static final String METHOD_NOT_SUPPORTED_READ_POINT_WRITER = "ReadPointInnerCompactionWriter 不支持此方法"; + public static final String METHOD_NOT_SUPPORTED_FAST_INNER_WRITER = + "FastInnerCompactionWriter 不支持此方法"; + public static final String METHOD_NOT_SUPPORTED_READ_POINT_WRITER = + "ReadPointInnerCompactionWriter 不支持此方法"; public static final String UNKNOWN_DATA_TYPE = "未知的数据类型 "; public static final String FAILED_TO_DELETE_TARGET_FILE = "删除目标文件 %s 失败"; public static final String SOURCE_FILES_CANNOT_BE_DELETED = "源文件无法成功删除"; public static final String FAIL_TO_GET_TSFILE_NAME = "获取 {} 的 TsFile 名称失败"; public static final String ERROR_ESTIMATE_INNER_COMPACTION_MEMORY = "估算内部 compaction 内存时遇到错误"; - public static final String CANNOT_RECOVER_INSERTION_CROSS_TASK = "无法恢复 InsertionCrossSpaceCompactionTask"; + public static final String CANNOT_RECOVER_INSERTION_CROSS_TASK = + "无法恢复 InsertionCrossSpaceCompactionTask"; public static final String FAILED_TO_REPAIR_FILE = "修复文件 {} 失败"; public static final String FAILED_DELETE_FULLY_DIRTY_SOURCE = "删除完全脏的源文件失败。"; public static final String RECOVER_MODS_FILE_ERROR = "列出文件时恢复修改文件出错: {}"; public static final String UNKNOWN_COMPACTION_TASK_TYPE = "未知的 compaction 任务类型 {}"; public static final String RECOVER_COMPACTION_ERROR = "恢复 compaction 出错"; - public static final String COMPACTION_RECOVER_FAILED = "{} [Compaction][Recover] 恢复 compaction 失败"; + public static final String COMPACTION_RECOVER_FAILED = + "{} [Compaction][Recover] 恢复 compaction 失败"; public static final String MEET_ERROR_WHEN_READ_TSFILE = "读取 TsFile {} 时遇到错误"; public static final String UNKNOWN_REPAIR_LOG_FORMAT = "未知的修复日志格式"; public static final String REPAIR_START_CHECK_TSFILE = "[RepairScheduler] 开始检查 TsFile: {}"; public static final String REPAIR_SKIPPED_BROKEN_FILE = "[RepairScheduler] {} 因损坏而被跳过"; public static final String REPAIR_FAILED_CREATE_LOGGER = "[RepairScheduler] 创建修复日志器失败"; public static final String REPAIR_FAILED_CLOSE_LOGGER = "[RepairScheduler] 关闭修复日志器失败"; - public static final String REPAIR_WAIT_COMPACTION_FINISH = "[RepairScheduler] 等待 compaction 调度任务完成"; - public static final String REPAIR_WAIT_ALL_RUNNING_TASK_FINISH = "[RepairScheduler] 等待所有正在运行的 compaction 任务完成"; + public static final String REPAIR_WAIT_COMPACTION_FINISH = + "[RepairScheduler] 等待 compaction 调度任务完成"; + public static final String REPAIR_WAIT_ALL_RUNNING_TASK_FINISH = + "[RepairScheduler] 等待所有正在运行的 compaction 任务完成"; public static final String REPAIR_TASK_FINISHED = "[RepairScheduler] 修复任务已完成"; public static final String REPAIR_SCHEDULE_TASK_ERROR = "[RepairScheduler] 执行修复调度任务时遇到错误"; public static final String REPAIR_FAILED_INIT_SCHEDULE_TASK = "[RepairScheduler] 初始化修复调度任务失败"; @@ -231,7 +246,8 @@ private StorageEngineMessages() {} public static final String CREATE_NEW_TSFILE_PROCESSOR = "创建新的 TsFile 处理器 {}"; public static final String REOPEN_TSFILE_PROCESSOR = "重新打开 TsFile 处理器 {}"; public static final String EXCEPTION_DURING_WAL_FLUSH = "WAL flush 过程中发生异常"; - public static final String DELETION_IN_FLUSHING_MEMTABLE = "[Deletion] 在 flushing 中的 memtable 中执行删除 {}"; + public static final String DELETION_IN_FLUSHING_MEMTABLE = + "[Deletion] 在 flushing 中的 memtable 中执行删除 {}"; public static final String START_WAIT_UNTIL_FILE_CLOSED = "开始等待文件 {} 关闭"; public static final String FILE_CLOSED_SYNCHRONOUSLY = "文件 {} 已同步关闭"; public static final String DATAREGION_TSFILE_ERROR = "{}: {}"; @@ -241,7 +257,8 @@ private StorageEngineMessages() {} public static final String START_TO_END_FILE = "开始结束文件 {}"; public static final String ENDED_FILE = "已结束文件 {}"; public static final String START_TO_END_EMPTY_FILE = "开始结束空文件 {}"; - public static final String TIME_CHUNK_METADATA_SHOULD_NOT_BE_EMPTY = "对齐设备中的 TimeChunkMetadata 不应为空"; + public static final String TIME_CHUNK_METADATA_SHOULD_NOT_BE_EMPTY = + "对齐设备中的 TimeChunkMetadata 不应为空"; public static final String WRITABLE_MEM_CHUNK_UNSUPPORTED_TYPE = "WritableMemChunk 不支持数据类型: {}"; // ======================== Modification ======================== @@ -288,7 +305,8 @@ private StorageEngineMessages() {} public static final String UNEXPECTED_END_OF_FILE = "文件意外结束"; public static final String WAL_SEGMENT_V1_FAILED_V2_SUCCESS = "以 V1 方式加载 WAL 段失败,以 V2 方式重试成功。"; public static final String UNEXPECTED_EXCEPTION = "意外异常"; - public static final String FAIL_TO_READ_WAL_ENTRY_SKIP_BROKEN = "从 WAL 文件 {} 读取 WALEntry 失败,跳过损坏的 WALEntry。"; + public static final String FAIL_TO_READ_WAL_ENTRY_SKIP_BROKEN = + "从 WAL 文件 {} 读取 WALEntry 失败,跳过损坏的 WALEntry。"; public static final String INVALID_CHECKPOINT_FILE_NAME = "无效的检查点文件名: "; public static final String INVALID_WAL_FILE_NAME = "无效的 WAL 文件名: "; public static final String INTERRUPTED_WAITING_FOR_RESULT = "等待结果时被中断。"; @@ -308,7 +326,8 @@ private StorageEngineMessages() {} public static final String START_RECOVERING_WAL = "开始恢复 WAL。"; public static final String SUCCESSFULLY_RECOVER_ALL_WAL_NODES = "已成功恢复所有 WAL 节点。"; public static final String STORAGE_ENGINE_FAILED_TO_RECOVER = "存储引擎恢复失败。"; - public static final String CANNOT_RECOVER_TSFILE_WAL_ALREADY_STARTED = "无法从 WAL 恢复 TsFile,因为 WAL 恢复已经开始"; + public static final String CANNOT_RECOVER_TSFILE_WAL_ALREADY_STARTED = + "无法从 WAL 恢复 TsFile,因为 WAL 恢复已经开始"; public static final String FAIL_TO_REMOVE_RECOVER_PERFORMER = "移除文件 {} 的恢复执行器失败"; public static final String TSFILE_MISSING_SKIP_RECOVERY = "TsFile {} 缺失,将跳过恢复。"; public static final String UNSUPPORTED_TYPE = "不支持的类型 "; @@ -368,18 +387,13 @@ private StorageEngineMessages() {} public static final String FAILED_TO_REMOVE_ORIGIN_DATA_FILES = "移除原始数据文件失败"; public static final String MOVING_SNAPSHOT_FILE_TO_DATA_DIRS = "正在将快照文件移动到数据目录"; public static final String CANNOT_FIND_SNAPSHOT_DIRECTORY = "找不到快照目录 %s"; - public static final String NO_SEQ_OR_UNSEQ_FILES_IN_SNAPSHOT = - "快照 {} 中没有顺序或乱序文件,跳过创建文件链接"; - public static final String EXCEPTION_DELETING_TIME_PARTITION_DIR = - "删除 {}-{} 的时间分区目录时发生异常"; - public static final String CANNOT_CREATE_LINK_FALLBACK_COPY = - "无法创建从 {} 到 {} 的链接,回退为复制"; - public static final String FAILED_TO_PROCESS_SNAPSHOT_FILE = - "处理文件 {} 失败,所在目录为 {}: {}"; + public static final String NO_SEQ_OR_UNSEQ_FILES_IN_SNAPSHOT = "快照 {} 中没有顺序或乱序文件,跳过创建文件链接"; + public static final String EXCEPTION_DELETING_TIME_PARTITION_DIR = "删除 {}-{} 的时间分区目录时发生异常"; + public static final String CANNOT_CREATE_LINK_FALLBACK_COPY = "无法创建从 {} 到 {} 的链接,回退为复制"; + public static final String FAILED_TO_PROCESS_SNAPSHOT_FILE = "处理文件 {} 失败,所在目录为 {}: {}"; public static final String FAILED_TO_PROCESS_SNAPSHOT_FILE_AFTER_RETRIES = "重试后仍无法处理文件。源文件: %s,目标后缀: %s"; - public static final String SNAPSHOT_FILE_NUM_MISMATCH = - "日志中的文件数为 %d,但磁盘中的文件数为 %d"; + public static final String SNAPSHOT_FILE_NUM_MISMATCH = "日志中的文件数为 %d,但磁盘中的文件数为 %d"; public static final String SNAPSHOT_FILE_NOT_IN_LOG = "文件 %s 不在日志文件列表中"; public static final String NO_COMPRESSION_RATIO_FILE_IN_DIR = "目录 {} 中没有压缩率文件"; public static final String CANNOT_LOAD_COMPRESSION_RATIO = "无法从 {} 加载压缩率"; @@ -434,9 +448,12 @@ private StorageEngineMessages() {} public static final String WRONG_TIME_INDEX_TYPE_LOG = "错误的 timeIndex 类型 {}"; public static final String WRONG_TIME_INDEX_TYPE = "错误的 timeIndex 类型 "; public static final String ERROR_RECORD_FILE_TIME_INDEX_CACHE = "记录 FileTimeIndexCache 时遇到错误: {}"; - public static final String ERROR_RECORD_FILE_TIME_INDEX_CACHE_NO_DETAIL = "记录 FileTimeIndexCache 时遇到错误"; - public static final String ERROR_COMPACT_FILE_TIME_INDEX_CACHE = "压缩 FileTimeIndexCache 时遇到错误: {}"; - public static final String ERROR_COMPACT_FILE_TIME_INDEX_CACHE_NO_DETAIL = "压缩 FileTimeIndexCache 时遇到错误"; + public static final String ERROR_RECORD_FILE_TIME_INDEX_CACHE_NO_DETAIL = + "记录 FileTimeIndexCache 时遇到错误"; + public static final String ERROR_COMPACT_FILE_TIME_INDEX_CACHE = + "压缩 FileTimeIndexCache 时遇到错误: {}"; + public static final String ERROR_COMPACT_FILE_TIME_INDEX_CACHE_NO_DETAIL = + "压缩 FileTimeIndexCache 时遇到错误"; public static final String FILE_TIME_INDEX_FILE_ALREADY_EXISTS = "FileTimeIndex 文件已存在,文件路径: {}"; public static final String ERROR_CLOSE_FILE_TIME_INDEX_CACHE = "关闭 FileTimeIndexCache 时遇到错误: {}"; public static final String END_OF_STREAM_REACHED = "已到达流的末尾"; @@ -454,19 +471,23 @@ private StorageEngineMessages() {} public static final String ERROR_VALIDATE_RESOURCE_FILE = "验证 .resource 文件 {} 时出错"; public static final String ILLEGAL_TSFILE = "{} {} 非法 TsFile"; public static final String ERROR_VALIDATING_TSFILE = "验证 TsFile {} 时遇到错误, "; - public static final String EXCEPTION_APPLY_TABLE_DISK_USAGE_INDEX = "应用 TableDiskUsageIndex 操作时遇到异常。"; + public static final String EXCEPTION_APPLY_TABLE_DISK_USAGE_INDEX = + "应用 TableDiskUsageIndex 操作时遇到异常。"; public static final String FAILED_RECOVER_TABLE_DISK_USAGE_INDEX = "恢复 TableDiskUsageIndex 失败"; public static final String FAILED_SYNC_TABLE_SIZE_INDEX = "同步 TsFile 表大小索引失败。"; public static final String WRITE_OBJECT_DELTA = "writeObjectDelta"; - public static final String EXCEPTION_REMOVE_TABLE_DISK_USAGE_INDEX = "移除 TableDiskUsageIndex 时遇到异常。"; + public static final String EXCEPTION_REMOVE_TABLE_DISK_USAGE_INDEX = + "移除 TableDiskUsageIndex 时遇到异常。"; public static final String INTERRUPTED_ADDING_OP_TO_QUEUE = "将操作 {} 添加到队列时被中断。"; public static final String FAILED_TO_MOVE_FILE = "移动 {} 到 {} 失败"; public static final String FAILED_TO_READ_KEY_FILE_DURING_COMPACTION = "compaction 过程中读取键文件失败"; - public static final String FAILED_COMPACTION_TABLE_SIZE_INDEX = "对 TsFile 表大小索引文件执行 compaction 失败"; + public static final String FAILED_COMPACTION_TABLE_SIZE_INDEX = + "对 TsFile 表大小索引文件执行 compaction 失败"; public static final String FAILED_TO_READ_TABLE_SIZE_INDEX = "读取表 TsFile 大小索引文件 {} 失败"; public static final String TABLE_NUM_SHOULD_BE_POSITIVE = "tableNum 应大于 0"; public static final String BACKWARD_SEEK_NOT_SUPPORTED = "不支持向后查找"; - public static final String THREAD_INTERRUPTED_SKIP_WRITE_FOR_IO_SAFETY = "当前线程被中断,为保证 IO 安全无需执行写入"; + public static final String THREAD_INTERRUPTED_SKIP_WRITE_FOR_IO_SAFETY = + "当前线程被中断,为保证 IO 安全无需执行写入"; public static final String PARTITION_LOG_FILE_ALREADY_EXISTS = "分区日志文件已存在,文件路径: {}"; // ======================== Load TsFile ======================== @@ -489,10 +510,10 @@ private StorageEngineMessages() {} public static final String FORCE_ALLOCATE_INTERRUPTED = "forceAllocate: 等待可用内存时被中断"; public static final String LOAD_ALLOCATED_MEMORY_BLOCK = "Load: 从查询引擎分配内存块,大小: {}"; public static final String RELEASE_DATA_CACHE_MEMORY_BLOCK = "释放数据缓存内存块 {}"; - public static final String START_DATA_TYPE_CONVERSION_DOT = "开始对 LoadTsFileStatement: {} 进行数据类型转换。"; + public static final String START_DATA_TYPE_CONVERSION_DOT = + "开始对 LoadTsFileStatement: {} 进行数据类型转换。"; public static final String START_DATA_TYPE_CONVERSION = "开始对 LoadTsFileStatement: {} 进行数据类型转换"; - public static final String INTERRUPTED_WAITING_TABLET_CONVERSION_SLOT = - "等待 tablet 转换槽位时被中断: "; + public static final String INTERRUPTED_WAITING_TABLET_CONVERSION_SLOT = "等待 tablet 转换槽位时被中断: "; public static final String FAIL_TO_LOAD_TSFILE_TO_ACTIVE_DIR = "加载 TsFile 到 Active 目录失败"; public static final String FAIL_TO_LOAD_DISK_SPACE = "获取文件 {} 的磁盘空间失败"; public static final String LOAD_ACTIVE_LISTENING_DIR_NOT_SET = "未设置加载 Active 监听目录。"; @@ -503,16 +524,12 @@ private StorageEngineMessages() {} "LOAD TSFILE 命令中的参数 '%s' 无效。"; public static final String LOAD_TSFILE_DATABASE_KEY_AND_NAME_CANNOT_COEXIST = "参数键 '%s' 和 '%s' 不能同时存在。"; - public static final String DATABASE_LEVEL_LESS_THAN_MINIMUM = - "给定的数据库层级 %d 小于最小值 %d,请输入有效的数据库层级。"; - public static final String DATABASE_LEVEL_NOT_VALID_INTEGER = - "给定的数据库层级 %s 不是有效整数,请输入有效的数据库层级。"; - public static final String ON_SUCCESS_VALUE_NOT_SUPPORTED = - "给定的参数值 '%s' 不受支持,请输入有效值。"; + public static final String DATABASE_LEVEL_LESS_THAN_MINIMUM = "给定的数据库层级 %d 小于最小值 %d,请输入有效的数据库层级。"; + public static final String DATABASE_LEVEL_NOT_VALID_INTEGER = "给定的数据库层级 %s 不是有效整数,请输入有效的数据库层级。"; + public static final String ON_SUCCESS_VALUE_NOT_SUPPORTED = "给定的参数值 '%s' 不受支持,请输入有效值。"; public static final String PARAMETER_VALUE_NOT_SUPPORTED_BOOLEAN = "给定的 %s 值 '%s' 不受支持,请输入有效的布尔值。"; - public static final String TABLET_CONVERSION_THRESHOLD_NON_NEGATIVE = - "tablet 转换阈值必须是非负 long 值。"; + public static final String TABLET_CONVERSION_THRESHOLD_NON_NEGATIVE = "tablet 转换阈值必须是非负 long 值。"; public static final String TABLET_CONVERSION_THRESHOLD_NOT_VALID_LONG = "tablet 转换阈值 '%s' 不是有效的 long 值。"; public static final String UTILITY_CLASS = "工具类"; @@ -544,8 +561,7 @@ private StorageEngineMessages() {} public static final String ACTIVE_LOAD_EXECUTOR_STOPPED = "Active 加载定期任务执行器已成功停止。"; public static final String ACTIVE_LOAD_TEMPORARILY_UNAVAILABLE = "拒绝自动加载 TsFile {} (isGeneratedByPipe = {}),原因是系统暂时不可用,将稍后重试。状态: {}"; - public static final String USER_IN_ACTIVE_LOAD_PATH_DOES_NOT_EXIST = - "Active 加载路径中的用户不存在"; + public static final String USER_IN_ACTIVE_LOAD_PATH_DOES_NOT_EXIST = "Active 加载路径中的用户不存在"; public static final String ERROR_MOVING_FILE_TO_FAIL_DIR = "将文件 {} 移动到失败目录时发生错误。"; public static final String FAILED_COUNT_FILES_IN_FAIL_DIR = "统计失败目录中的失败文件数量失败。"; @@ -566,52 +582,65 @@ private StorageEngineMessages() {} "本地 DataRegion 加载进度:{}/{}。"; public static final String STORAGE_LOG_TSFILE_RESOURCE_RECOVER_COST_S_41F074E0 = "TsFileResource 恢复耗时:{}s。"; - public static final String STORAGE_LOG_CONSTRUCT_A_DATA_REGION_INSTANCE_THE_DATABASE_IS_THREAD_17A16BDF = - "构造 DataRegion 实例,database 为 {},线程为 {}"; - public static final String STORAGE_LOG_DATAREGION_NOT_FOUND_ON_THIS_DATANODE_WHEN_WRITING_PIECE_E5B5A888 = - "DataRegion {} 在该 DataNode 上未找到,写入 TsFile {} 的片段节点时将跳过(可能由于 Region 迁移)。"; - public static final String STORAGE_LOG_IO_ERROR_WHEN_WRITING_PIECE_NODE_OF_TSFILE_TO_DATAREGION_946738F2 = - "将 TsFile {} 的片段节点写入 DataRegion {} 时发生 IO 错误。"; - public static final String STORAGE_LOG_EXCEPTION_OCCURRED_WHEN_WRITING_PIECE_NODE_OF_TSFILE_TO_9EDD09BD = - "将 TsFile {} 的片段节点写入 DataRegion {} 时发生异常。"; + public static final String + STORAGE_LOG_CONSTRUCT_A_DATA_REGION_INSTANCE_THE_DATABASE_IS_THREAD_17A16BDF = + "构造 DataRegion 实例,database 为 {},线程为 {}"; + public static final String + STORAGE_LOG_DATAREGION_NOT_FOUND_ON_THIS_DATANODE_WHEN_WRITING_PIECE_E5B5A888 = + "DataRegion {} 在该 DataNode 上未找到,写入 TsFile {} 的片段节点时将跳过(可能由于 Region 迁移)。"; + public static final String + STORAGE_LOG_IO_ERROR_WHEN_WRITING_PIECE_NODE_OF_TSFILE_TO_DATAREGION_946738F2 = + "将 TsFile {} 的片段节点写入 DataRegion {} 时发生 IO 错误。"; + public static final String + STORAGE_LOG_EXCEPTION_OCCURRED_WHEN_WRITING_PIECE_NODE_OF_TSFILE_TO_9EDD09BD = + "将 TsFile {} 的片段节点写入 DataRegion {} 时发生异常。"; public static final String STORAGE_LOG_FAILED_TO_RECOVER_DATA_REGION_804B162D = "无法恢复 DataRegion {}[{}]"; public static final String STORAGE_LOG_ERROR_OCCURS_WHEN_DELETING_DATA_REGION_8C07B7A0 = "删除 DataRegion {}-{} 时发生错误"; - public static final String STORAGE_LOG_NEXT_LOAD_CLEANUP_TASK_IS_NOT_READY_TO_RUN_WAIT_FOR_AT_LEAST_CBE0023F = - "下一个 Load 清理任务 {} 尚未就绪,至少等待 {} ms({}s)。"; - public static final String STORAGE_LOG_WRITER_FOR_PARTITION_IS_ALREADY_WRITING_CHUNK_GROUP_FOR_903B1D66 = - "Writer {} 已在 partition {} 上为 device {} 写入 chunk group,但上一个 device 为 {}。"; + public static final String + STORAGE_LOG_NEXT_LOAD_CLEANUP_TASK_IS_NOT_READY_TO_RUN_WAIT_FOR_AT_LEAST_CBE0023F = + "下一个 Load 清理任务 {} 尚未就绪,至少等待 {} ms({}s)。"; + public static final String + STORAGE_LOG_WRITER_FOR_PARTITION_IS_ALREADY_WRITING_CHUNK_GROUP_FOR_903B1D66 = + "Writer {} 已在 partition {} 上为 device {} 写入 chunk group,但上一个 device 为 {}。"; public static final String STORAGE_LOG_CAN_NOT_CREATE_MODIFICATIONFILE_FOR_WRITING_17D14C11 = "无法创建用于写入的 ModificationFile {}。"; - public static final String STORAGE_LOG_SKIP_RECOVERING_DATA_REGION_WHEN_CONSENSUS_PROTOCOL_IS_RATIS_43A6A699 = - "共识协议为 Ratis 且存储引擎未就绪时,跳过恢复 DataRegion {}[{}]。"; + public static final String + STORAGE_LOG_SKIP_RECOVERING_DATA_REGION_WHEN_CONSENSUS_PROTOCOL_IS_RATIS_43A6A699 = + "共识协议为 Ratis 且存储引擎未就绪时,跳过恢复 DataRegion {}[{}]。"; public static final String STORAGE_LOG_WON_T_INSERT_TABLET_BECAUSE_C2DC8032 = "不会插入 tablet {},原因:{}"; public static final String STORAGE_LOG_TIMESTAMP_MEASUREMENTID_IDEVICEID_04A5AE37 = "时间戳 {}, measurementId {}, ideviceId {}"; public static final String STORAGE_LOG_DELETION_SKIPPED_FILE_TIME_DD653236 = "[Deletion] {} 跳过 {},文件时间 [{}, {}]"; - public static final String STORAGE_LOG_DEVICE_IS_DEVICETABLE_IS_TABLEDELETIONENTRY_GETPREDICATE_E84489E9 = - "device 为 {},deviceTable 为 {},tableDeletionEntry.getPredicate().matches(device) 为 {}"; + public static final String + STORAGE_LOG_DEVICE_IS_DEVICETABLE_IS_TABLEDELETIONENTRY_GETPREDICATE_E84489E9 = + "device 为 {},deviceTable 为 {},tableDeletionEntry.getPredicate().matches(device) 为 {}"; public static final String STORAGE_LOG_TABLENAME_IS_MATCHSIZE_IS_ONLYONETABLE_IS_E20FAFAE = "tableName 为 {},matchSize 为 {},onlyOneTable 为 {}"; - public static final String STORAGE_LOG_TABLENAME_IS_DEVICE_IS_DELETIONSTARTTIME_IS_DELETIONENDTIME_B881E677 = - "tableName 为 {},device 为 {},deletionStartTime 为 {},deletionEndTime 为 {},fileStartTime 为 {}," - + "fileEndTime 为 {}"; - public static final String STORAGE_LOG_DELETE_TSFILERESOURCE_IS_29F5A98C = "是否删除 TsFileResource:{}"; - public static final String STORAGE_LOG_DELETETSFILECOMPLETELY_EXECUTE_SUCCESSFUL_ALL_TSFILE_ARE_D81FE0D7 = - "deleteTsFileCompletely 执行成功,所有 TsFile 均已成功删除"; + public static final String + STORAGE_LOG_TABLENAME_IS_DEVICE_IS_DELETIONSTARTTIME_IS_DELETIONENDTIME_B881E677 = + "tableName 为 {},device 为 {},deletionStartTime 为 {},deletionEndTime 为 {},fileStartTime 为 {}," + + "fileEndTime 为 {}"; + public static final String STORAGE_LOG_DELETE_TSFILERESOURCE_IS_29F5A98C = + "是否删除 TsFileResource:{}"; + public static final String + STORAGE_LOG_DELETETSFILECOMPLETELY_EXECUTE_SUCCESSFUL_ALL_TSFILE_ARE_D81FE0D7 = + "deleteTsFileCompletely 执行成功,所有 TsFile 均已成功删除"; public static final String STORAGE_LOG_DELETION_DELETION_WRITTEN_INTO_MODS_FILE_F5E26D2A = "[Deletion] 删除记录 {} 已写入 mods 文件:{}。"; - public static final String STORAGE_LOG_DATABASE_SYSTEM_DIRECTORY_DOESN_T_EXIST_CREATE_IT_9C0E7C68 = - "数据库系统目录 {} 不存在,正在创建"; + public static final String + STORAGE_LOG_DATABASE_SYSTEM_DIRECTORY_DOESN_T_EXIST_CREATE_IT_9C0E7C68 = + "数据库系统目录 {} 不存在,正在创建"; public static final String STORAGE_LOG_DATA_REGION_DIRECTORY_DOESN_T_EXIST_CREATE_IT_EFB0AE77 = "DataRegion 目录 {} 不存在,正在创建"; public static final String STORAGE_LOG_THE_TSFILES_OF_DATA_REGION_HAS_RECOVERED_E17384CF = "DataRegion {}[{}] 的 TsFiles 已恢复 {}/{}。"; - public static final String STORAGE_LOG_THE_TSFILES_OF_DATA_REGION_HAS_RECOVERED_COMPLETELY_0D79FC83 = - "DataRegion {}[{}] 的 TsFiles 已完全恢复 {}/{}。"; + public static final String + STORAGE_LOG_THE_TSFILES_OF_DATA_REGION_HAS_RECOVERED_COMPLETELY_0D79FC83 = + "DataRegion {}[{}] 的 TsFiles 已完全恢复 {}/{}。"; public static final String STORAGE_LOG_THE_DATA_REGION_IS_CREATED_SUCCESSFULLY_B991F1D4 = "DataRegion {}[{}] 创建成功"; public static final String STORAGE_LOG_WON_T_INSERT_TABLET_BECAUSE_REGION_IS_DELETED_34D893A7 = @@ -622,28 +651,34 @@ private StorageEngineMessages() {} "{} 将关闭所有文件以删除数据目录 {}"; public static final String STORAGE_LOG_WILL_CLOSE_ALL_FILES_FOR_DELETING_DATA_FILES_7768D429 = "{} 将关闭所有文件以删除数据文件"; - public static final String STORAGE_LOG_EXCEED_SEQUENCE_MEMTABLE_FLUSH_INTERVAL_SO_FLUSH_WORKING_23513D66 = - "超过顺序 memtable 刷写间隔,因此刷写时间分区 {} 的工作 memtable,数据库为 {}[{}]"; - public static final String STORAGE_LOG_EXCEED_UNSEQUENCE_MEMTABLE_FLUSH_INTERVAL_SO_FLUSH_WORKING_BADB0B75 = - "超过乱序 memtable 刷写间隔,因此刷写时间分区 {} 的工作 memtable,数据库为 {}[{}]"; - public static final String STORAGE_LOG_START_TO_WAIT_TSFILES_TO_CLOSE_SEQ_FILES_UNSEQ_FILES_441F7130 = - "开始等待 TsFile 关闭,seq 文件:{},unseq 文件:{}"; + public static final String + STORAGE_LOG_EXCEED_SEQUENCE_MEMTABLE_FLUSH_INTERVAL_SO_FLUSH_WORKING_23513D66 = + "超过顺序 memtable 刷写间隔,因此刷写时间分区 {} 的工作 memtable,数据库为 {}[{}]"; + public static final String + STORAGE_LOG_EXCEED_UNSEQUENCE_MEMTABLE_FLUSH_INTERVAL_SO_FLUSH_WORKING_BADB0B75 = + "超过乱序 memtable 刷写间隔,因此刷写时间分区 {} 的工作 memtable,数据库为 {}[{}]"; + public static final String + STORAGE_LOG_START_TO_WAIT_TSFILES_TO_CLOSE_SEQ_FILES_UNSEQ_FILES_441F7130 = + "开始等待 TsFile 关闭,seq 文件:{},unseq 文件:{}"; public static final String STORAGE_LOG_ASYNC_FORCE_CLOSE_ALL_FILES_IN_DATABASE_076AB4B9 = "异步强制关闭数据库中的所有文件:{}"; public static final String STORAGE_LOG_FORCE_CLOSE_ALL_PROCESSORS_IN_DATABASE_68C9EB60 = "强制关闭数据库中的所有 processor:{}"; - public static final String STORAGE_LOG_WILL_DELETE_DATA_FILES_DIRECTLY_FOR_DELETING_DATA_BETWEEN_289DD3BF = - "{} 将直接删除数据文件,用于删除 {} 到 {} 之间的数据"; + public static final String + STORAGE_LOG_WILL_DELETE_DATA_FILES_DIRECTLY_FOR_DELETING_DATA_BETWEEN_289DD3BF = + "{} 将直接删除数据文件,用于删除 {} 到 {} 之间的数据"; public static final String STORAGE_LOG_DELETION_DELETION_IS_WRITTEN_INTO_MOD_FILES_DDCDF0AD = "[Deletion] 删除记录 {} 已写入 {} 个 mod 文件"; public static final String STORAGE_LOG_TTL_START_TTL_AND_MODIFICATION_CHECKING_A37AB173 = "[TTL] {}-{} 开始 TTL 和修改检查。"; - public static final String STORAGE_LOG_TTL_TOTALLY_SELECT_ALL_OUTDATED_FILES_AND_PARTIAL_OUTDATED_5246BD61 = - "[TTL] {}-{} 共选择 {} 个全量过期文件和 {} 个部分过期文件。"; + public static final String + STORAGE_LOG_TTL_TOTALLY_SELECT_ALL_OUTDATED_FILES_AND_PARTIAL_OUTDATED_5246BD61 = + "[TTL] {}-{} 共选择 {} 个全量过期文件和 {} 个部分过期文件。"; public static final String STORAGE_LOG_WON_T_LOAD_TSFILE_BECAUSE_REGION_IS_DELETED_0E72E8D0 = "不会加载 TsFile {},原因:Region 已删除"; - public static final String STORAGE_LOG_TSFILE_MUST_BE_RENAMED_TO_FOR_LOADING_INTO_THE_UNSEQUENCE_70321619 = - "TsFile {} 必须重命名为 {} 才能加载到乱序列表。"; + public static final String + STORAGE_LOG_TSFILE_MUST_BE_RENAMED_TO_FOR_LOADING_INTO_THE_UNSEQUENCE_70321619 = + "TsFile {} 必须重命名为 {} 才能加载到乱序列表。"; public static final String STORAGE_LOG_LOAD_TSFILE_IN_UNSEQUENCE_LIST_MOVE_FILE_FROM_TO_21E11AEB = "将 TsFile 加载到乱序列表,将文件从 {} 移动到 {}"; public static final String STORAGE_LOG_MOVE_TSFILE_TO_TARGET_DIR_SUCCESSFULLY_57288783 = @@ -654,87 +689,117 @@ private StorageEngineMessages() {} "{} 已花费 {}s 等待关闭所有 TsFile。"; public static final String STORAGE_LOG_SSEQ_FILES_UNSEQ_FILES_918AEB2A = "Sseq 文件:{}, unseq 文件:{}"; - public static final String STORAGE_LOG_UNRECOGNIZED_LASTCACHELOADSTRATEGY_FALL_BACK_TO_CLEAN_ALL_C200F32D = - "无法识别的 LastCacheLoadStrategy:{},回退到 CLEAN_ALL"; - public static final String STORAGE_LOG_FILE_RENAMING_FAILED_WHEN_LOADING_TSFILE_ORIGIN_TARGET_28E43D85 = - "加载 TsFile 时重命名文件失败。源:{},目标:{}"; - public static final String STORAGE_LOG_FILE_RENAMING_FAILED_WHEN_LOADING_RESOURCE_FILE_ORIGIN_TARGET_9C22DDF3 = - "加载 .resource 文件时重命名文件失败。源:{},目标:{}"; - public static final String STORAGE_LOG_FILE_RENAMING_FAILED_WHEN_LOADING_MOD_FILE_ORIGIN_TARGET_18A212F3 = - "加载 .mod 文件时重命名文件失败。源:{},目标:{}"; - public static final String STORAGE_LOG_EXCEPTION_OCCURS_WHEN_DELETING_DATA_REGION_FOLDER_FOR_8ABCF5D1 = - "删除 {}-{} 的 DataRegion 目录时发生异常"; + public static final String + STORAGE_LOG_UNRECOGNIZED_LASTCACHELOADSTRATEGY_FALL_BACK_TO_CLEAN_ALL_C200F32D = + "无法识别的 LastCacheLoadStrategy:{},回退到 CLEAN_ALL"; + public static final String + STORAGE_LOG_FILE_RENAMING_FAILED_WHEN_LOADING_TSFILE_ORIGIN_TARGET_28E43D85 = + "加载 TsFile 时重命名文件失败。源:{},目标:{}"; + public static final String + STORAGE_LOG_FILE_RENAMING_FAILED_WHEN_LOADING_RESOURCE_FILE_ORIGIN_TARGET_9C22DDF3 = + "加载 .resource 文件时重命名文件失败。源:{},目标:{}"; + public static final String + STORAGE_LOG_FILE_RENAMING_FAILED_WHEN_LOADING_MOD_FILE_ORIGIN_TARGET_18A212F3 = + "加载 .mod 文件时重命名文件失败。源:{},目标:{}"; + public static final String + STORAGE_LOG_EXCEPTION_OCCURS_WHEN_DELETING_DATA_REGION_FOLDER_FOR_8ABCF5D1 = + "删除 {}-{} 的 DataRegion 目录时发生异常"; public static final String STORAGE_LOG_FAIL_TO_RECOVER_UNSEALED_TSFILE_SKIP_IT_CA576205 = "无法恢复 unsealed TsFile {},跳过该文件。"; - public static final String STORAGE_LOG_REMOTE_REQUEST_CONFIG_NODE_FAILED_THAT_JUDGMENT_IF_TABLE_25FE3602 = - "向 ConfigNode 远程请求判断表是否存在失败,发生异常:{}"; - public static final String STORAGE_LOG_DUE_TSTABLE_IS_NULL_TABLE_SCHEMA_CAN_T_BE_GOT_LEADER_NODE_C3EF524D = - "由于 tsTable 为 null,无法获取表 schema,leader 节点发生特殊情况,需要处理。"; - public static final String STORAGE_LOG_DISK_SPACE_IS_INSUFFICIENT_WHEN_CREATING_TSFILE_PROCESSOR_4032BAF0 = - "创建 TsFile processor 时磁盘空间不足,将系统模式切换为只读"; - public static final String STORAGE_LOG_MEET_IOEXCEPTION_WHEN_CREATING_TSFILEPROCESSOR_CHANGE_SYSTEM_4337F729 = - "创建 TsFileProcessor 时遇到 IOException,将系统模式切换为错误状态"; - public static final String STORAGE_LOG_CLOSEFILENODECONDITION_ERROR_OCCURS_WHILE_WAITING_FOR_CLOSING_F33B72A6 = - "等待关闭 storage group {} 时 CloseFileNodeCondition 发生错误"; - public static final String STORAGE_LOG_CLOSEFILENODECONDITION_ERROR_OCCURS_WHILE_WAITING_FOR_CLOSING_C4B97CC0 = - "等待关闭 {} 的 TsFile processors 时 CloseFileNodeCondition 发生错误"; - public static final String STORAGE_LOG_FAILED_TO_APPEND_THE_TSFILE_TO_DATABASE_PROCESSOR_BECAUSE_670341AE = - "无法将 TsFile {} 追加到数据库 processor {},原因:磁盘空间不足。"; + public static final String + STORAGE_LOG_REMOTE_REQUEST_CONFIG_NODE_FAILED_THAT_JUDGMENT_IF_TABLE_25FE3602 = + "向 ConfigNode 远程请求判断表是否存在失败,发生异常:{}"; + public static final String + STORAGE_LOG_DUE_TSTABLE_IS_NULL_TABLE_SCHEMA_CAN_T_BE_GOT_LEADER_NODE_C3EF524D = + "由于 tsTable 为 null,无法获取表 schema,leader 节点发生特殊情况,需要处理。"; + public static final String + STORAGE_LOG_DISK_SPACE_IS_INSUFFICIENT_WHEN_CREATING_TSFILE_PROCESSOR_4032BAF0 = + "创建 TsFile processor 时磁盘空间不足,将系统模式切换为只读"; + public static final String + STORAGE_LOG_MEET_IOEXCEPTION_WHEN_CREATING_TSFILEPROCESSOR_CHANGE_SYSTEM_4337F729 = + "创建 TsFileProcessor 时遇到 IOException,将系统模式切换为错误状态"; + public static final String + STORAGE_LOG_CLOSEFILENODECONDITION_ERROR_OCCURS_WHILE_WAITING_FOR_CLOSING_F33B72A6 = + "等待关闭 storage group {} 时 CloseFileNodeCondition 发生错误"; + public static final String + STORAGE_LOG_CLOSEFILENODECONDITION_ERROR_OCCURS_WHILE_WAITING_FOR_CLOSING_C4B97CC0 = + "等待关闭 {} 的 TsFile processors 时 CloseFileNodeCondition 发生错误"; + public static final String + STORAGE_LOG_FAILED_TO_APPEND_THE_TSFILE_TO_DATABASE_PROCESSOR_BECAUSE_670341AE = + "无法将 TsFile {} 追加到数据库 processor {},原因:磁盘空间不足。"; public static final String STORAGE_LOG_GET_TIMESERIES_METADATA_IN_FILE_FROM_CACHE_36652729 = "获取时间序列:{}.{} 的元数据,文件:{},缓存:{}。"; public static final String STORAGE_LOG_TIMESERIESMETADATACACHE_SIZE_E31733D3 = "TimeSeriesMetadataCache 大小 = {}"; - public static final String STORAGE_LOG_FLUSH_TASK_OF_DATABASE_MEMTABLE_IS_CREATED_FLUSHING_TO_FILE_E44B3AA0 = - "数据库 {} memtable 的 flush 任务已创建,正在刷写到文件 {}。"; - public static final String STORAGE_LOG_DATABASE_MEMTABLE_FLUSHING_INTO_FILE_DATA_SORT_TIME_COST_3D39AA17 = - "数据库 {} memtable 刷写到文件 {}:数据排序耗时 {} ms。"; - public static final String STORAGE_LOG_DATABASE_MEMTABLE_FLUSHING_TO_FILE_STARTS_TO_ENCODING_DATA_6A89F32E = - "数据库 {} memtable 刷写到文件 {},开始编码数据。"; + public static final String + STORAGE_LOG_FLUSH_TASK_OF_DATABASE_MEMTABLE_IS_CREATED_FLUSHING_TO_FILE_E44B3AA0 = + "数据库 {} memtable 的 flush 任务已创建,正在刷写到文件 {}。"; + public static final String + STORAGE_LOG_DATABASE_MEMTABLE_FLUSHING_INTO_FILE_DATA_SORT_TIME_COST_3D39AA17 = + "数据库 {} memtable 刷写到文件 {}:数据排序耗时 {} ms。"; + public static final String + STORAGE_LOG_DATABASE_MEMTABLE_FLUSHING_TO_FILE_STARTS_TO_ENCODING_DATA_6A89F32E = + "数据库 {} memtable 刷写到文件 {},开始编码数据。"; public static final String STORAGE_LOG_DATABASE_MEMTABLE_FLUSHING_TO_FILE_START_IO_CB72C2DA = "数据库 {} memtable 刷写到文件 {},开始 IO。"; - public static final String STORAGE_LOG_FLUSHING_A_MEMTABLE_TO_FILE_IN_DATABASE_IO_COST_MS_2306578A = - "正在将 memtable flush 到文件 {},数据库 {},IO 耗时 {}ms"; - public static final String STORAGE_LOG_DATABASE_MEMTABLE_FLUSHING_TO_FILE_ENCODING_TASK_IS_INTERRUPTED_9D7BF4EF = - "数据库 {} memtable 刷写到文件 {},编码任务被中断。"; + public static final String + STORAGE_LOG_FLUSHING_A_MEMTABLE_TO_FILE_IN_DATABASE_IO_COST_MS_2306578A = + "正在将 memtable flush 到文件 {},数据库 {},IO 耗时 {}ms"; + public static final String + STORAGE_LOG_DATABASE_MEMTABLE_FLUSHING_TO_FILE_ENCODING_TASK_IS_INTERRUPTED_9D7BF4EF = + "数据库 {} memtable 刷写到文件 {},编码任务被中断。"; public static final String STORAGE_LOG_DATABASE_MEMTABLE_IO_TASK_MEETS_ERROR_EC383D33 = "数据库 {} memtable {} 的 IO 任务发生错误。"; - public static final String STORAGE_LOG_OLD_RATIO_FILE_DOESN_T_EXIST_FORCE_CREATE_RATIO_FILE_74EDD7DB = - "旧压缩率文件 {} 不存在,强制创建压缩率文件 {}"; + public static final String + STORAGE_LOG_OLD_RATIO_FILE_DOESN_T_EXIST_FORCE_CREATE_RATIO_FILE_74EDD7DB = + "旧压缩率文件 {} 不存在,强制创建压缩率文件 {}"; public static final String STORAGE_LOG_COMPRESSION_RATIO_FILE_UPDATED_PREVIOUS_CURRENT_7A9EEDF8 = "压缩率文件已更新,更新前:{},更新后:{}"; - public static final String STORAGE_LOG_AFTER_RESTORING_FROM_COMPRESSION_RATIO_FILE_TOTAL_MEMORY_D5ACB1C4 = - "从压缩率文件恢复后,总内存大小 = {},总磁盘大小 = {}"; - public static final String STORAGE_LOG_THE_COMPRESSION_RATIO_IS_NEGATIVE_CURRENT_MEMTABLESIZE_TOTALMEMTABLESIZE_8C3DD017 = - "压缩率为负数,当前 memTableSize:{},totalMemTableSize:{}"; - public static final String STORAGE_LOG_REBOOT_WAL_DELETE_THREAD_SUCCESSFULLY_CURRENT_PERIOD_IS_44B69C7A = - "重启 WAL 删除线程成功,当前周期为 {} ms"; - public static final String STORAGE_LOG_WAL_DISK_USAGE_IS_LARGER_THAN_THE_WAL_THROTTLE_THRESHOLD_2396FFCC = - "WAL 磁盘使用量 {} 大于 wal_throttle_threshold_in_byte * 0.8 {},请检查" - + "写入负载、IoT consensus 和 pipe 模块。建议为 WAL 分配更多磁盘空间。"; - public static final String STORAGE_LOG_FLUSH_A_WORKING_MEMTABLE_IN_ASYNC_CLOSE_TSFILE_MEMTABLE_00158706 = - "{}:在异步关闭 TsFile {} 时 flush 工作 memtable,memtable 大小:{},TsFile 大小:{},plan index:[{}, {}],progress index:{}"; - public static final String STORAGE_LOG_FLUSH_A_NOTIFYFLUSHMEMTABLE_IN_ASYNC_CLOSE_TSFILE_TSFILE_48D1E75A = - "{}:在异步关闭 TsFile {} 时 flush NotifyFlushMemTable,TsFile 大小:{}"; - public static final String STORAGE_LOG_MEMTABLE_SIGNAL_IS_ADDED_INTO_THE_FLUSHING_MEMTABLE_QUEUE_5D9DA8DB = - "{}:{} MemTable (signal = {}) 已加入 flushing MemTable,队列大小 = {}"; + public static final String + STORAGE_LOG_AFTER_RESTORING_FROM_COMPRESSION_RATIO_FILE_TOTAL_MEMORY_D5ACB1C4 = + "从压缩率文件恢复后,总内存大小 = {},总磁盘大小 = {}"; + public static final String + STORAGE_LOG_THE_COMPRESSION_RATIO_IS_NEGATIVE_CURRENT_MEMTABLESIZE_TOTALMEMTABLESIZE_8C3DD017 = + "压缩率为负数,当前 memTableSize:{},totalMemTableSize:{}"; + public static final String + STORAGE_LOG_REBOOT_WAL_DELETE_THREAD_SUCCESSFULLY_CURRENT_PERIOD_IS_44B69C7A = + "重启 WAL 删除线程成功,当前周期为 {} ms"; + public static final String + STORAGE_LOG_WAL_DISK_USAGE_IS_LARGER_THAN_THE_WAL_THROTTLE_THRESHOLD_2396FFCC = + "WAL 磁盘使用量 {} 大于 wal_throttle_threshold_in_byte * 0.8 {},请检查" + + "写入负载、IoT consensus 和 pipe 模块。建议为 WAL 分配更多磁盘空间。"; + public static final String + STORAGE_LOG_FLUSH_A_WORKING_MEMTABLE_IN_ASYNC_CLOSE_TSFILE_MEMTABLE_00158706 = + "{}:在异步关闭 TsFile {} 时 flush 工作 memtable,memtable 大小:{},TsFile 大小:{},plan index:[{}, {}],progress index:{}"; + public static final String + STORAGE_LOG_FLUSH_A_NOTIFYFLUSHMEMTABLE_IN_ASYNC_CLOSE_TSFILE_TSFILE_48D1E75A = + "{}:在异步关闭 TsFile {} 时 flush NotifyFlushMemTable,TsFile 大小:{}"; + public static final String + STORAGE_LOG_MEMTABLE_SIGNAL_IS_ADDED_INTO_THE_FLUSHING_MEMTABLE_QUEUE_5D9DA8DB = + "{}:{} MemTable (signal = {}) 已加入 flushing MemTable,队列大小 = {}"; public static final String STORAGE_LOG_MEMTABLE_SIGNAL_IS_REMOVED_FROM_THE_QUEUE_LEFT_DFDB97D2 = "{}:{} memtable (signal={}) 已从队列移除。剩余 {} 个。"; - public static final String STORAGE_LOG_MEM_CONTROL_FLUSH_FINISHED_TRY_TO_RESET_SYSTEM_MEM_COST_3CD8399C = - "[mem control] {}:{} flush 完成,尝试重置系统内存开销,flushing memtable 列表大小:{}"; - public static final String STORAGE_LOG_FLUSH_FINISHED_REMOVE_A_MEMTABLE_FROM_FLUSHING_LIST_FLUSHING_08A00750 = - "{}:{} flush 完成,从刷写列表移除一个 MemTable,flushing MemTable 列表大小:{}"; - public static final String STORAGE_LOG_RELEASED_A_MEMTABLE_SIGNAL_FLUSHINGMEMTABLES_SIZE_6D22169F = - "{}:{} 已释放 memtable (signal={}),flushingMemtables size ={}"; + public static final String + STORAGE_LOG_MEM_CONTROL_FLUSH_FINISHED_TRY_TO_RESET_SYSTEM_MEM_COST_3CD8399C = + "[mem control] {}:{} flush 完成,尝试重置系统内存开销,flushing memtable 列表大小:{}"; + public static final String + STORAGE_LOG_FLUSH_FINISHED_REMOVE_A_MEMTABLE_FROM_FLUSHING_LIST_FLUSHING_08A00750 = + "{}:{} flush 完成,从刷写列表移除一个 MemTable,flushing MemTable 列表大小:{}"; + public static final String + STORAGE_LOG_RELEASED_A_MEMTABLE_SIGNAL_FLUSHINGMEMTABLES_SIZE_6D22169F = + "{}:{} 已释放 memtable (signal={}),flushingMemtables size ={}"; public static final String STORAGE_LOG_TRY_GET_LOCK_TO_RELEASE_A_MEMTABLE_SIGNAL_B9098E21 = "{}:{} 尝试获取锁以释放 memtable (signal={})"; - public static final String STORAGE_LOG_FLUSHINGMEMTABLES_IS_EMPTY_AND_WILL_CLOSE_THE_FILE_22A07A5C = - "{}:{} flushingMemtables 为空,将关闭该文件"; + public static final String + STORAGE_LOG_FLUSHINGMEMTABLES_IS_EMPTY_AND_WILL_CLOSE_THE_FILE_22A07A5C = + "{}:{} flushingMemtables 为空,将关闭该文件"; public static final String STORAGE_LOG_TRY_TO_GET_FLUSHINGMEMTABLES_LOCK_F91EA27F = "{}:{} 尝试获取 flushingMemtables 锁。"; public static final String STORAGE_LOG_RELEASE_FLUSHQUERYLOCK_6DF2C0FC = "{}:{} 释放 flushQueryLock"; - public static final String STORAGE_LOG_DELETION_DELETION_WITH_IN_WORKMEMTABLE_POINTS_DELETED_00EA995A = - "[Deletion] workMemTable 中 Deletion 涉及 {},已删除 {} 个点"; + public static final String + STORAGE_LOG_DELETION_DELETION_WITH_IN_WORKMEMTABLE_POINTS_DELETED_00EA995A = + "[Deletion] workMemTable 中 Deletion 涉及 {},已删除 {} 个点"; public static final String STORAGE_LOG_SYNC_CLOSE_FILE_WILL_FIRSTLY_ASYNC_CLOSE_IT_34588A7D = "同步关闭文件:{},将先异步关闭它"; public static final String STORAGE_LOG_ASYNC_FLUSH_A_MEMTABLE_TO_TSFILE_00ED383A = @@ -743,464 +808,629 @@ private StorageEngineMessages() {} "该普通 MemTable 为空,跳过 flush。{}:{}"; public static final String STORAGE_LOG_IS_CLOSED_DURING_FLUSH_ABANDON_FLUSH_TASK_DD47632F = "{}:{} 在 flush 期间已关闭,放弃 flush 任务"; - public static final String STORAGE_LOG_THE_COMPRESSION_RATIO_OF_TSFILE_IS_TOTALMEMTABLESIZE_THE_8CE66BE3 = - "TsFile {} 的压缩率为 {},totalMemTableSize:{},文件大小:{}"; - public static final String STORAGE_LOG_THE_COMPRESSION_RATIO_OF_TSFILE_IS_TOTALMEMTABLESIZE_THE_FILE_SIZE_NULL_VALUE_RATIO_46F3B1F7 = - "TsFile {} 的压缩率为 {},totalMemTableSize:{},文件大小:{},空值比例:{}"; + public static final String + STORAGE_LOG_THE_COMPRESSION_RATIO_OF_TSFILE_IS_TOTALMEMTABLESIZE_THE_8CE66BE3 = + "TsFile {} 的压缩率为 {},totalMemTableSize:{},文件大小:{}"; + public static final String + STORAGE_LOG_THE_COMPRESSION_RATIO_OF_TSFILE_IS_TOTALMEMTABLESIZE_THE_FILE_SIZE_NULL_VALUE_RATIO_46F3B1F7 = + "TsFile {} 的压缩率为 {},totalMemTableSize:{},文件大小:{},空值比例:{}"; public static final String STORAGE_LOG_STORAGE_GROUP_CLOSE_AND_REMOVE_EMPTY_FILE_72D42293 = "Storage group {} 关闭并移除空文件 {}"; - public static final String STORAGE_LOG_PUT_THE_MEMTABLE_SIGNAL_OUT_OF_FLUSHINGMEMTABLES_BUT_IT_D78AF257 = - "{}:{} 将 memtable (signal={}) 从 flushingMemtables 移出,但它不在队列中。"; - public static final String STORAGE_LOG_MEET_ERROR_WHEN_FLUSH_FILEMETADATA_TO_RETRY_IT_AGAIN_DAAF298C = - "{} 将 FileMetadata flush 到 {} 时遇到错误,将重试"; - public static final String STORAGE_LOG_ASYNC_CLOSE_FAILED_BECAUSE_C5B63B78 = - "{}:{} 异步关闭失败,原因:"; + public static final String + STORAGE_LOG_PUT_THE_MEMTABLE_SIGNAL_OUT_OF_FLUSHINGMEMTABLES_BUT_IT_D78AF257 = + "{}:{} 将 memtable (signal={}) 从 flushingMemtables 移出,但它不在队列中。"; + public static final String + STORAGE_LOG_MEET_ERROR_WHEN_FLUSH_FILEMETADATA_TO_RETRY_IT_AGAIN_DAAF298C = + "{} 将 FileMetadata flush 到 {} 时遇到错误,将重试"; + public static final String STORAGE_LOG_ASYNC_CLOSE_FAILED_BECAUSE_C5B63B78 = "{}:{} 异步关闭失败,原因:"; public static final String STORAGE_LOG_ADD_A_MEMTABLE_INTO_FLUSHING_LIST_FAILED_30FA8E58 = "{}:{} 添加 memtable 到刷写列表失败"; - public static final String STORAGE_LOG_MEET_ERROR_WHEN_FLUSHING_A_MEMTABLE_CHANGE_SYSTEM_MODE_TO_0C6D5025 = - "{}:{} flush memtable 时遇到错误,将系统模式切换为错误状态"; + public static final String + STORAGE_LOG_MEET_ERROR_WHEN_FLUSHING_A_MEMTABLE_CHANGE_SYSTEM_MODE_TO_0C6D5025 = + "{}:{} flush memtable 时遇到错误,将系统模式切换为错误状态"; public static final String STORAGE_LOG_IOTASK_MEETS_ERROR_TRUNCATE_THE_CORRUPTED_DATA_E9041D54 = "{}:{} IO 任务出错,截断损坏数据"; public static final String STORAGE_LOG_TRUNCATE_CORRUPTED_DATA_MEETS_ERROR_3757A85E = "{}:{} 截断损坏数据时出错"; - public static final String STORAGE_LOG_RELEASE_RESOURCE_MEETS_ERROR_B62CBC3A = - "{}:{} 释放资源时出错"; - public static final String STORAGE_LOG_MEET_ERROR_WHEN_WRITING_INTO_MODIFICATIONFILE_FILE_OF_63B5E24A = - "写入 {} 的 ModificationFile 时发生错误 "; + public static final String STORAGE_LOG_RELEASE_RESOURCE_MEETS_ERROR_B62CBC3A = "{}:{} 释放资源时出错"; + public static final String + STORAGE_LOG_MEET_ERROR_WHEN_WRITING_INTO_MODIFICATIONFILE_FILE_OF_63B5E24A = + "写入 {} 的 ModificationFile 时发生错误 "; public static final String STORAGE_LOG_MARKING_OR_ENDING_FILE_MEET_ERROR_5653B904 = "{}:{} marking 或 ending 文件时遇到错误"; public static final String STORAGE_LOG_TRUNCATE_CORRUPTED_DATA_MEETS_ERROR_8F721CC1 = "{}:{} 截断损坏数据时出错"; - public static final String STORAGE_LOG_MEET_ERROR_WHEN_FLUSH_FILEMETADATA_TO_CHANGE_SYSTEM_MODE_0BC79DA5 = - "{} 将 FileMetadata flush 到 {} 时遇到错误,将系统模式切换为错误状态"; + public static final String + STORAGE_LOG_MEET_ERROR_WHEN_FLUSH_FILEMETADATA_TO_CHANGE_SYSTEM_MODE_0BC79DA5 = + "{} 将 FileMetadata flush 到 {} 时遇到错误,将系统模式切换为错误状态"; public static final String STORAGE_LOG_UPDATE_COMPRESSION_RATIO_FAILED_8A076DFC = "{}:{} 更新 compression ratio 失败"; public static final String STORAGE_LOG_GET_READONLYMEMCHUNK_HAS_ERROR_2366DE2A = "{}:{} 获取 ReadOnlyMemChunk 时出错"; - public static final String STORAGE_LOG_FAILED_TO_TRANSFER_TVLIST_MEMORY_OWNER_TO_QUERY_ENGINE_0DFA506D = - "无法将 TVList 内存所有者转移到查询引擎,{}"; - public static final String STORAGE_LOG_THE_FORMAT_OF_MAX_POINT_NUMBER_IS_NOT_CORRECT_USING_DEFAULT_1B78AF69 = - "MAX_POINT_NUMBER {} 的格式不正确。使用默认浮点精度。"; - public static final String STORAGE_LOG_THE_MAX_POINT_NUMBER_SHOULDN_T_BE_LESS_THAN_0_USING_DEFAULT_12745217 = - "MAX_POINT_NUMBER 不应小于 0。使用默认浮点精度 {}。"; - public static final String STORAGE_LOG_FAIL_TO_READ_MOD_FILE_EXPECTING_OFFSET_ACTUALLY_SKIPPED_8B96B670 = - "无法读取 Mod 文件 {},期望偏移量 {},实际跳过 {}"; - public static final String STORAGE_LOG_AFTER_THE_MOD_FILE_IS_SETTLED_THE_FILE_SIZE_IS_STILL_GREATER_FA454979 = - "mod 文件 settle 后文件大小仍大于 1M,settle 前文件大小为 {},settle 后文件大小为 {}"; + public static final String + STORAGE_LOG_FAILED_TO_TRANSFER_TVLIST_MEMORY_OWNER_TO_QUERY_ENGINE_0DFA506D = + "无法将 TVList 内存所有者转移到查询引擎,{}"; + public static final String + STORAGE_LOG_THE_FORMAT_OF_MAX_POINT_NUMBER_IS_NOT_CORRECT_USING_DEFAULT_1B78AF69 = + "MAX_POINT_NUMBER {} 的格式不正确。使用默认浮点精度。"; + public static final String + STORAGE_LOG_THE_MAX_POINT_NUMBER_SHOULDN_T_BE_LESS_THAN_0_USING_DEFAULT_12745217 = + "MAX_POINT_NUMBER 不应小于 0。使用默认浮点精度 {}。"; + public static final String + STORAGE_LOG_FAIL_TO_READ_MOD_FILE_EXPECTING_OFFSET_ACTUALLY_SKIPPED_8B96B670 = + "无法读取 Mod 文件 {},期望偏移量 {},实际跳过 {}"; + public static final String + STORAGE_LOG_AFTER_THE_MOD_FILE_IS_SETTLED_THE_FILE_SIZE_IS_STILL_GREATER_FA454979 = + "mod 文件 settle 后文件大小仍大于 1M,settle 前文件大小为 {},settle 后文件大小为 {}"; public static final String STORAGE_LOG_THE_START_TIME_OF_IS_GREATER_THAN_END_TIME_44DD784A = "{} {} {} 的开始时间大于结束时间"; - public static final String STORAGE_LOG_THERE_IS_NO_DATA_IN_THE_FILE_F480954E = - "{} {} 文件中没有数据"; - public static final String STORAGE_LOG_CHUNK_START_OFFSET_IS_INCONSISTENT_WITH_THE_VALUE_IN_THE_E1E7AF07 = - "{} chunk 起始偏移量与元数据中的值不一致。"; + public static final String STORAGE_LOG_THERE_IS_NO_DATA_IN_THE_FILE_F480954E = "{} {} 文件中没有数据"; + public static final String + STORAGE_LOG_CHUNK_START_OFFSET_IS_INCONSISTENT_WITH_THE_VALUE_IN_THE_E1E7AF07 = + "{} chunk 起始偏移量与元数据中的值不一致。"; public static final String STORAGE_LOG_TIME_RANGES_OVERLAP_BETWEEN_PAGES_2A131465 = "{} {} page 之间的时间范围重叠。"; - public static final String STORAGE_LOG_THE_TIMESTAMP_IN_THE_PAGE_IS_REPEATED_OR_NOT_INCREMENTAL_04627FDA = - "{} {} page 中的时间戳重复或未递增。"; - public static final String STORAGE_LOG_THE_START_TIME_IN_PAGE_IS_DIFFERENT_FROM_THAT_IN_PAGE_HEADER_C23CE8D4 = - "{} {} page 中的开始时间与 page header 中的值不同。"; - public static final String STORAGE_LOG_THE_END_TIME_IN_PAGE_IS_DIFFERENT_FROM_THAT_IN_PAGE_HEADER_5E363FAB = - "{} {} page 中的结束时间与 page header 中的值不同。"; + public static final String + STORAGE_LOG_THE_TIMESTAMP_IN_THE_PAGE_IS_REPEATED_OR_NOT_INCREMENTAL_04627FDA = + "{} {} page 中的时间戳重复或未递增。"; + public static final String + STORAGE_LOG_THE_START_TIME_IN_PAGE_IS_DIFFERENT_FROM_THAT_IN_PAGE_HEADER_C23CE8D4 = + "{} {} page 中的开始时间与 page header 中的值不同。"; + public static final String + STORAGE_LOG_THE_END_TIME_IN_PAGE_IS_DIFFERENT_FROM_THAT_IN_PAGE_HEADER_5E363FAB = + "{} {} page 中的结束时间与 page header 中的值不同。"; public static final String STORAGE_LOG_DEVICE_ID_IS_NULL_OR_EMPTY_635DD75C = "{} {} device id 为 null 或空。"; - public static final String STORAGE_LOG_DEVICE_IS_OVERLAPPED_BETWEEN_AND_END_TIME_IN_IS_START_TIME_BA49D2AA = - "设备 {} 在 {} 和 {} 之间重叠,{} 中结束时间为 {},{} 中开始时间为 {}"; + public static final String + STORAGE_LOG_DEVICE_IS_OVERLAPPED_BETWEEN_AND_END_TIME_IN_IS_START_TIME_BA49D2AA = + "设备 {} 在 {} 和 {} 之间重叠,{} 中结束时间为 {},{} 中开始时间为 {}"; public static final String STORAGE_LOG_PATH_FILE_IS_NOT_SATISFIED_BECAUSE_OF_NO_DEVICE_8BB15136 = "Path:{} 文件 {} 不满足条件,原因:没有设备!"; - public static final String STORAGE_LOG_PATH_FILE_IS_NOT_SATISFIED_BECAUSE_OF_TIME_FILTER_71121709 = - "Path:{} 文件 {} 不满足条件,原因:时间过滤条件!"; - public static final String STORAGE_LOG_STARTTIME_OF_TSFILERESOURCE_IS_GREATER_THAN_ITS_ENDTIME_BC6CC591 = - "startTime[{}](TsFileResource[{}])大于其 endTime[{}]"; + public static final String + STORAGE_LOG_PATH_FILE_IS_NOT_SATISFIED_BECAUSE_OF_TIME_FILTER_71121709 = + "Path:{} 文件 {} 不满足条件,原因:时间过滤条件!"; + public static final String + STORAGE_LOG_STARTTIME_OF_TSFILERESOURCE_IS_GREATER_THAN_ITS_ENDTIME_BC6CC591 = + "startTime[{}](TsFileResource[{}])大于其 endTime[{}]"; public static final String STORAGE_LOG_MEET_ERROR_WHEN_GETSTARTTIME_OF_IN_FILE_D7F27B92 = "获取 {} 的 getStartTime 时遇到错误,文件 {}"; public static final String STORAGE_LOG_MEET_ERROR_WHEN_GETENDTIME_OF_IN_FILE_350DA42F = "获取 {} 的 getEndTime 时遇到错误,文件 {}"; - public static final String STORAGE_LOG_CANNOT_SERIALIZE_TSFILERESOURCE_WHEN_UPDATING_PLAN_INDEX_69665DD5 = - "无法序列化 TsFileResource {},更新 plan index {}-{} 时"; + public static final String + STORAGE_LOG_CANNOT_SERIALIZE_TSFILERESOURCE_WHEN_UPDATING_PLAN_INDEX_69665DD5 = + "无法序列化 TsFileResource {},更新 plan index {}-{} 时"; public static final String STORAGE_LOG_DATAREGIONSYSDIR_HAS_EXISTED_FILEPATH_53009475 = "DataRegionSysDir 已存在,FilePath:{}"; public static final String STORAGE_LOG_FILETIMEINDEX_LOG_FILE_CREATE_FILED_FILEPATH_D675FBD5 = "FileTimeIndex log 文件创建失败,FilePath:{}"; - public static final String STORAGE_LOG_CAN_T_READ_FILE_FROM_DISK_F5625609 = - "无法从磁盘读取文件 {}"; + public static final String STORAGE_LOG_CAN_T_READ_FILE_FROM_DISK_F5625609 = "无法从磁盘读取文件 {}"; public static final String STORAGE_LOG_FAILED_TO_GET_DEVICES_FROM_TSFILE_F94CF47B = "无法从 TsFile 获取 devices:{}"; - public static final String STORAGE_LOG_TABLEDISKUSAGEINDEX_WORKER_THREAD_WAS_INTERRUPTED_UNEXPECTEDLY_A21172AB = - "TableDiskUsageIndex worker thread 等待 operations 时意外中断。"; - public static final String STORAGE_LOG_SKIP_ADDING_OPERATION_TO_QUEUE_BECAUSE_TABLEDISKUSAGEINDEX_4A606B40 = - "跳过向 queue 添加 operation {},原因:TableDiskUsageIndex 已停止。"; - public static final String STORAGE_LOG_ATTEMPT_TO_DECREASE_ACTIVEREADERNUM_WHEN_IT_IS_ALREADY_0_73756CBB = - "activeReaderNum 已经为 0 时仍尝试减少它。这可能表示 reader lifecycle management 不正确。"; - public static final String STORAGE_LOG_FAILED_TO_DELETE_OLD_VERSION_TABLE_SIZE_INDEX_FILE_05930C4A = - "无法删除旧版本 table size index 文件 {}"; - public static final String STORAGE_LOG_FAILED_TO_READ_TABLE_TSFILE_SIZE_INDEX_AFTER_POSITION_AND_74251AF3 = - "无法读取 table TsFile size index {} 在 position:{} 之后的数据,以及 {} 在 position:{} 之后的数据"; - public static final String STORAGE_LOG_COMPACTIONSCHEDULETASKWORKER_COMPACTION_SCHEDULE_IS_INTERRUPTED_9EF702D1 = - "[CompactionScheduleTaskWorker-{}] compaction schedule 被中断,isStopByUser:{}"; - public static final String STORAGE_LOG_COMPACTIONSCHEDULETASKWORKER_FAILED_TO_EXECUTE_COMPACTION_4F302761 = - "[CompactionScheduleTaskWorker-{}] 无法执行 compaction schedule 任务"; - public static final String STORAGE_LOG_COMPACTIONSCHEDULETASKWORKER_FAILED_TO_EXECUTE_COMPACTION_E571F6E3 = - "[CompactionScheduleTaskWorker-{}] 无法执行 compaction schedule 任务且无法恢复"; - public static final String STORAGE_LOG_COMPACTION_SCHEDULE_TASK_THREAD_POOL_CAN_NOT_BE_CLOSED_IN_27D38188 = - "compaction schedule 任务线程池无法在 {} ms 内关闭"; - public static final String STORAGE_LOG_TTLCHECKTASK_TTL_CHECKER_IS_INTERRUPTED_ISSTOPPEDBYUSER_B1E45A2E = - "[TTLCheckTask-{}] TTL checker 被中断,isStoppedByUser:{}"; - public static final String STORAGE_LOG_TTLCHECKTASK_FAILED_TO_EXECUTE_TTL_CHECK_AND_CANNOT_RECOVER_6F4E4A13 = - "[TTLCheckTask-{}] 无法执行 TTL 检查,且无法恢复"; - public static final String STORAGE_LOG_COMPACTION_TASK_START_CHECK_FAILED_BECAUSE_DISK_FREE_RATIO_9D2BE2FE = - "Compaction 任务启动检查失败,原因:磁盘空闲比例小于 disk_space_warning_threshold"; - public static final String STORAGE_LOG_MEET_ERROR_WHEN_ADDING_TASK_TO_COMPACTION_WAITING_QUEUE_84AA345D = - "向 compaction waiting queue 添加任务-{} 时遇到错误:{}"; - public static final String STORAGE_LOG_SETTLE_COMPLETES_FILE_PATH_THE_REMAINING_FILE_TO_BE_SETTLED_32DF95A7 = - "Settle 完成,文件路径:{},剩余待 settle 文件数:{}"; + public static final String + STORAGE_LOG_TABLEDISKUSAGEINDEX_WORKER_THREAD_WAS_INTERRUPTED_UNEXPECTEDLY_A21172AB = + "TableDiskUsageIndex worker thread 等待 operations 时意外中断。"; + public static final String + STORAGE_LOG_SKIP_ADDING_OPERATION_TO_QUEUE_BECAUSE_TABLEDISKUSAGEINDEX_4A606B40 = + "跳过向 queue 添加 operation {},原因:TableDiskUsageIndex 已停止。"; + public static final String + STORAGE_LOG_ATTEMPT_TO_DECREASE_ACTIVEREADERNUM_WHEN_IT_IS_ALREADY_0_73756CBB = + "activeReaderNum 已经为 0 时仍尝试减少它。这可能表示 reader lifecycle management 不正确。"; + public static final String + STORAGE_LOG_FAILED_TO_DELETE_OLD_VERSION_TABLE_SIZE_INDEX_FILE_05930C4A = + "无法删除旧版本 table size index 文件 {}"; + public static final String + STORAGE_LOG_FAILED_TO_READ_TABLE_TSFILE_SIZE_INDEX_AFTER_POSITION_AND_74251AF3 = + "无法读取 table TsFile size index {} 在 position:{} 之后的数据,以及 {} 在 position:{} 之后的数据"; + public static final String + STORAGE_LOG_COMPACTIONSCHEDULETASKWORKER_COMPACTION_SCHEDULE_IS_INTERRUPTED_9EF702D1 = + "[CompactionScheduleTaskWorker-{}] compaction schedule 被中断,isStopByUser:{}"; + public static final String + STORAGE_LOG_COMPACTIONSCHEDULETASKWORKER_FAILED_TO_EXECUTE_COMPACTION_4F302761 = + "[CompactionScheduleTaskWorker-{}] 无法执行 compaction schedule 任务"; + public static final String + STORAGE_LOG_COMPACTIONSCHEDULETASKWORKER_FAILED_TO_EXECUTE_COMPACTION_E571F6E3 = + "[CompactionScheduleTaskWorker-{}] 无法执行 compaction schedule 任务且无法恢复"; + public static final String + STORAGE_LOG_COMPACTION_SCHEDULE_TASK_THREAD_POOL_CAN_NOT_BE_CLOSED_IN_27D38188 = + "compaction schedule 任务线程池无法在 {} ms 内关闭"; + public static final String + STORAGE_LOG_TTLCHECKTASK_TTL_CHECKER_IS_INTERRUPTED_ISSTOPPEDBYUSER_B1E45A2E = + "[TTLCheckTask-{}] TTL checker 被中断,isStoppedByUser:{}"; + public static final String + STORAGE_LOG_TTLCHECKTASK_FAILED_TO_EXECUTE_TTL_CHECK_AND_CANNOT_RECOVER_6F4E4A13 = + "[TTLCheckTask-{}] 无法执行 TTL 检查,且无法恢复"; + public static final String + STORAGE_LOG_COMPACTION_TASK_START_CHECK_FAILED_BECAUSE_DISK_FREE_RATIO_9D2BE2FE = + "Compaction 任务启动检查失败,原因:磁盘空闲比例小于 disk_space_warning_threshold"; + public static final String + STORAGE_LOG_MEET_ERROR_WHEN_ADDING_TASK_TO_COMPACTION_WAITING_QUEUE_84AA345D = + "向 compaction waiting queue 添加任务-{} 时遇到错误:{}"; + public static final String + STORAGE_LOG_SETTLE_COMPLETES_FILE_PATH_THE_REMAINING_FILE_TO_BE_SETTLED_32DF95A7 = + "Settle 完成,文件路径:{},剩余待 settle 文件数:{}"; public static final String STORAGE_LOG_THE_TSFILE_SHOULD_BE_SEALED_WHEN_SETTLING_8DBD716A = "settling 时 TsFile {} 应已封闭。"; public static final String STORAGE_LOG_MEET_ERROR_WHEN_SETTLING_FILE_CBA0F9D7 = "settling 文件时遇到错误:{}"; - public static final String STORAGE_LOG_MEET_ERROR_WHEN_READ_TSFILE_RESOURCE_FILE_IT_MAY_BE_REPAIRED_A8A514C6 = - "读取 TsFile resource 文件 {} 时发生错误,重启后可能会被修复"; - public static final String STORAGE_LOG_FILE_HAS_UNSORTED_DATA_1B118A14 = - "文件 {} 存在未排序数据:"; + public static final String + STORAGE_LOG_MEET_ERROR_WHEN_READ_TSFILE_RESOURCE_FILE_IT_MAY_BE_REPAIRED_A8A514C6 = + "读取 TsFile resource 文件 {} 时发生错误,重启后可能会被修复"; + public static final String STORAGE_LOG_FILE_HAS_UNSORTED_DATA_1B118A14 = "文件 {} 存在未排序数据:"; public static final String STORAGE_LOG_FILE_HAS_WRONG_TIME_STATISTICS_4E63345E = "文件 {} 存在错误的时间统计信息:"; - public static final String STORAGE_LOG_DEVICE_HAS_OVERLAPPED_DATA_START_TIME_IN_CURRENT_FILE_IS_F4F29A22 = - "设备 {} 存在重叠数据,当前文件 {} 中开始时间为 {},前一个文件 {} 中结束时间为 {}"; - public static final String STORAGE_LOG_REPAIR_DATA_LOG_IS_NOT_COMPLETE_TIME_PARTITION_IS_D9D4F01F = - "[{}][{}] 修复数据日志不完整,时间分区为 {}。"; - public static final String STORAGE_LOG_REPAIRSCHEDULER_RECOVER_UNFINISHED_REPAIR_SCHEDULE_TASK_7C5B6D5F = - "[RepairScheduler] 从日志文件恢复未完成的修复调度任务:{}"; - public static final String STORAGE_LOG_REPAIRSCHEDULER_SKIP_REPAIR_TIME_PARTITION_BECAUSE_IT_IS_BDD35739 = - "[RepairScheduler][{}][{}] 跳过修复时间分区 {},原因:它已修复"; - public static final String STORAGE_LOG_REPAIRSCHEDULER_SUBMIT_A_REPAIR_TIME_PARTITION_SCAN_TASK_0E98F12C = - "[RepairScheduler] 提交修复时间分区扫描任务 {}-{}-{}"; + public static final String + STORAGE_LOG_DEVICE_HAS_OVERLAPPED_DATA_START_TIME_IN_CURRENT_FILE_IS_F4F29A22 = + "设备 {} 存在重叠数据,当前文件 {} 中开始时间为 {},前一个文件 {} 中结束时间为 {}"; + public static final String + STORAGE_LOG_REPAIR_DATA_LOG_IS_NOT_COMPLETE_TIME_PARTITION_IS_D9D4F01F = + "[{}][{}] 修复数据日志不完整,时间分区为 {}。"; + public static final String + STORAGE_LOG_REPAIRSCHEDULER_RECOVER_UNFINISHED_REPAIR_SCHEDULE_TASK_7C5B6D5F = + "[RepairScheduler] 从日志文件恢复未完成的修复调度任务:{}"; + public static final String + STORAGE_LOG_REPAIRSCHEDULER_SKIP_REPAIR_TIME_PARTITION_BECAUSE_IT_IS_BDD35739 = + "[RepairScheduler][{}][{}] 跳过修复时间分区 {},原因:它已修复"; + public static final String + STORAGE_LOG_REPAIRSCHEDULER_SUBMIT_A_REPAIR_TIME_PARTITION_SCAN_TASK_0E98F12C = + "[RepairScheduler] 提交修复时间分区扫描任务 {}-{}-{}"; public static final String STORAGE_LOG_REPAIRSCHEDULER_FAILED_TO_PARSE_REPAIR_LOG_FILE_142D2568 = "[RepairScheduler] 无法解析修复日志文件 {}"; - public static final String STORAGE_LOG_REPAIRSCHEDULER_FAILED_TO_RECORD_REPAIR_TASK_START_TIME_95552D7E = - "[RepairScheduler] 无法在日志文件 {} 中记录修复任务开始时间"; + public static final String + STORAGE_LOG_REPAIRSCHEDULER_FAILED_TO_RECORD_REPAIR_TASK_START_TIME_95552D7E = + "[RepairScheduler] 无法在日志文件 {} 中记录修复任务开始时间"; public static final String STORAGE_LOG_REPAIRSCHEDULER_FAILED_TO_CLOSE_REPAIR_LOGGER_EC191F6B = "[RepairScheduler] 无法关闭修复 logger {}"; public static final String STORAGE_LOG_REPAIRSCHEDULER_START_SCAN_REPAIR_TIME_PARTITION_1D6789DB = "[RepairScheduler][{}][{}] 开始扫描修复时间分区 {}"; - public static final String STORAGE_LOG_REPAIRSCHEDULER_CANNOT_SCAN_SOURCE_FILES_IN_BECAUSE_ALLOWCOMPACTION_5E644A6D = - "[RepairScheduler] 无法扫描 {} 中的 source 文件,原因:'allowCompaction' 为 false"; - public static final String STORAGE_LOG_REPAIRSCHEDULER_NEED_TO_REPAIR_BECAUSE_IT_HAS_INTERNAL_UNSORTED_C1596DC3 = - "[RepairScheduler] {} 需要修复,原因:存在内部未排序数据"; - public static final String STORAGE_LOG_REPAIRSCHEDULER_NEED_TO_REPAIR_BECAUSE_IT_IS_OVERLAPPED_F1AC0C78 = - "[RepairScheduler] {} 需要修复,原因:与其他文件重叠"; - public static final String STORAGE_LOG_REPAIRSCHEDULER_TIME_PARTITION_HAS_BEEN_REPAIRED_PROGRESS_697FEA22 = - "[RepairScheduler][{}][{}] 时间分区 {} 已修复,进度:{}/{}"; - public static final String STORAGE_LOG_REPAIRSCHEDULER_FAILED_TO_RECORD_REPAIR_LOG_FOR_TIME_PARTITION_11251247 = - "[RepairScheduler][{}][{}] 无法记录时间分区 {} 的修复日志"; - public static final String STORAGE_LOG_COMPACTION_TMP_TARGET_TSFILE_MAY_BE_DELETED_AFTER_COMPACTION_0BFFA73F = - "{} [Compaction] Tmp target TsFile {} 可能已在 compaction 后删除。"; + public static final String + STORAGE_LOG_REPAIRSCHEDULER_CANNOT_SCAN_SOURCE_FILES_IN_BECAUSE_ALLOWCOMPACTION_5E644A6D = + "[RepairScheduler] 无法扫描 {} 中的 source 文件,原因:'allowCompaction' 为 false"; + public static final String + STORAGE_LOG_REPAIRSCHEDULER_NEED_TO_REPAIR_BECAUSE_IT_HAS_INTERNAL_UNSORTED_C1596DC3 = + "[RepairScheduler] {} 需要修复,原因:存在内部未排序数据"; + public static final String + STORAGE_LOG_REPAIRSCHEDULER_NEED_TO_REPAIR_BECAUSE_IT_IS_OVERLAPPED_F1AC0C78 = + "[RepairScheduler] {} 需要修复,原因:与其他文件重叠"; + public static final String + STORAGE_LOG_REPAIRSCHEDULER_TIME_PARTITION_HAS_BEEN_REPAIRED_PROGRESS_697FEA22 = + "[RepairScheduler][{}][{}] 时间分区 {} 已修复,进度:{}/{}"; + public static final String + STORAGE_LOG_REPAIRSCHEDULER_FAILED_TO_RECORD_REPAIR_LOG_FOR_TIME_PARTITION_11251247 = + "[RepairScheduler][{}][{}] 无法记录时间分区 {} 的修复日志"; + public static final String + STORAGE_LOG_COMPACTION_TMP_TARGET_TSFILE_MAY_BE_DELETED_AFTER_COMPACTION_0BFFA73F = + "{} [Compaction] Tmp target TsFile {} 可能已在 compaction 后删除。"; public static final String STORAGE_LOG_COMPACTION_DELETE_TSFILE_A97320DB = "{} [Compaction] 删除 TsFile {}"; public static final String STORAGE_LOG_COMPACTION_DELETE_FILE_FAILED_FILE_PATH_IS_6E1D2670 = "[Compaction] 删除文件失败,文件路径为 {}"; - public static final String STORAGE_LOG_COMPACTION_RECOVER_FAILED_TO_RECOVER_COMPACTION_TASKINFO_24424402 = - "{} [Compaction][Recover] 无法恢复 compaction。taskInfo:{},异常:{}"; - public static final String STORAGE_LOG_FAILED_TO_PASS_COMPACTION_VALIDATION_SOURCE_SEQ_FILES_SOURCE_BF5A4525 = - "无法通过 compaction validation, source seq 文件:{}, source unseq 文件:{}, target 文件:{}"; - public static final String STORAGE_LOG_FAILED_TO_PASS_COMPACTION_OVERLAP_VALIDATION_SOURCE_SEQ_9CFDC149 = - "无法通过 compaction overlap validation, source seq 文件:{}, source unseq 文件:{}, target 文件:{}"; + public static final String + STORAGE_LOG_COMPACTION_RECOVER_FAILED_TO_RECOVER_COMPACTION_TASKINFO_24424402 = + "{} [Compaction][Recover] 无法恢复 compaction。taskInfo:{},异常:{}"; + public static final String + STORAGE_LOG_FAILED_TO_PASS_COMPACTION_VALIDATION_SOURCE_SEQ_FILES_SOURCE_BF5A4525 = + "无法通过 compaction validation, source seq 文件:{}, source unseq 文件:{}, target 文件:{}"; + public static final String + STORAGE_LOG_FAILED_TO_PASS_COMPACTION_OVERLAP_VALIDATION_SOURCE_SEQ_9CFDC149 = + "无法通过 compaction overlap validation, source seq 文件:{}, source unseq 文件:{}, target 文件:{}"; public static final String STORAGE_LOG_COMPACTION_TASK_INTERRUPTED_E31121C0 = "{}-{} [Compaction] {} 任务 被中断"; public static final String STORAGE_LOG_COMPACTION_TASK_MEETS_ERROR_1002C659 = "{}-{} [Compaction] {} 任务发生错误:{}。"; - public static final String STORAGE_LOG_UNEXPECTED_CHUNK_TYPE_DETECTED_WHEN_READING_NON_ALIGNED_1C0E4674 = - "读取 non-aligned chunk reader 时检测到异常 chunk type。chunk metadata 表示 non-aligned chunk,但从 TsFile 实际读取的是 aligned series 的 value chunk。TsFile={},device={},measurement={},offsetOfChunkHeader={}"; - public static final String STORAGE_LOG_INNERSPACECOMPACTIONTASK_START_TO_RENAME_MODS_FILE_7C036CBD = - "{}-{} [InnerSpaceCompactionTask] 开始重命名 mods 文件"; - public static final String STORAGE_LOG_REPAIRUNSORTEDFILECOMPACTIONTASK_CAN_NOT_REPAIR_UNSORTED_48124B0C = - "[RepairUnsortedFileCompactionTask] 无法修复 unsorted 文件 {},原因:所需修复内存大于 total compaction 内存预算"; - public static final String STORAGE_LOG_COMPACTION_INNERSPACECOMPACTION_TASK_STARTS_WITH_FILES_TOTAL_934B562F = - "{}-{} [Compaction] {} InnerSpaceCompaction 任务启动,文件数 {},总文件大小为 {} MB,估算内存开销为 {} MB"; - public static final String STORAGE_LOG_COMPACTION_COMPACTION_WITH_SELECTED_FILES_SKIPPED_FILES_ACC66872 = - "{}-{} [Compaction] 对选中文件 {}、跳过文件 {} 执行 compaction"; - public static final String STORAGE_LOG_COMPACTION_INNERSPACECOMPACTION_TASK_FINISHES_SUCCESSFULLY_08475DE4 = - "{}-{} [Compaction] {} InnerSpaceCompaction 任务成功完成,target 文件为 {},耗时 {} s," - + "compaction 速度为 {} MB/s,{}"; - public static final String STORAGE_LOG_COMPACTION_INSERTIONCROSSSPACECOMPACTION_TASK_STARTS_WITH_A315B8C6 = - "{}-{} [Compaction] InsertionCrossSpaceCompaction 任务启动,unseq 文件 {},nearest seq 文件为 {},target 文件名 timestamp 为 {},文件大小为 {} MB。"; - public static final String STORAGE_LOG_COMPACTION_INSERTIONCROSSSPACECOMPACTION_TASK_FINISHES_SUCCESSFULLY_69360DD0 = - "{}-{} [Compaction] InsertionCrossSpaceCompaction 任务成功完成,target 文件为 {},耗时 " - + "{} s。"; - public static final String STORAGE_LOG_INSERTIONCROSSSPACECOMPACTIONTASK_FAILED_TO_GENERATE_TARGET_B03E4C67 = - "{}-{} [InsertionCrossSpaceCompactionTask] 无法生成 target 文件名,source unseq 文件为 {}"; - public static final String STORAGE_LOG_SETTLE_TASK_DELETES_FULLY_DIRTY_TSFILE_SUCCESSFULLY_18D81225 = - "Settle 任务成功删除 fully_dirty TsFile {}。"; - public static final String STORAGE_LOG_COMPACTION_SETTLE_COMPACTION_FILE_LIST_IS_EMPTY_END_IT_56CF079D = - "{}-{} [Compaction] Settle compaction 文件列表为空,结束处理"; - public static final String STORAGE_LOG_COMPACTION_SETTLECOMPACTION_TASK_STARTS_WITH_FULLY_DIRTY_0962C95A = - "{}-{} [Compaction] SettleCompaction 任务启动,fully_dirty 文件 {} 个,partially_dirty 文件 {} 个。Fully_dirty 文件:{},partially_dirty 文件:{}。Fully_dirty 文件大小为 {} MB,partially_dirty 文件大小为 {} MB。内存开销为 {} MB。"; - public static final String STORAGE_LOG_COMPACTION_SETTLECOMPACTION_TASK_FINISHES_SUCCESSFULLY_TIME_2BD3839A = - "{}-{} [Compaction] SettleCompaction 任务成功完成,耗时 {} s。Fully_dirty 文件数为 {}。"; - public static final String STORAGE_LOG_COMPACTION_SETTLECOMPACTION_TASK_FINISHES_SUCCESSFULLY_TIME_4FEB0F56 = - "{}-{} [Compaction] SettleCompaction 任务成功结束,time cost 为 {} s,compaction speed 为 {} MB/s。Fully_dirty 文件数为 {},partially_dirty 文件数为 {}。"; - public static final String STORAGE_LOG_COMPACTION_SETTLECOMPACTION_TASK_FINISHES_WITH_SOME_ERROR_A8A15439 = - "{}-{} [Compaction] SettleCompaction 任务结束但存在错误,time cost 为 {} s。Fully_dirty 文件数为 {},有 {} 个文件删除失败。"; - public static final String STORAGE_LOG_COMPACTION_START_TO_SETTLE_PARTIALLY_DIRTY_FILES_TOTAL_FILE_BAC113C4 = - "{}-{} [Compaction] 开始 settle {} {} 个 partially_dirty 文件,总文件大小为 {} MB"; - public static final String STORAGE_LOG_COMPACTION_FINISH_TO_SETTLE_PARTIALLY_DIRTY_FILES_SUCCESSFULLY_9ACFD5C0 = - "{}-{} [Compaction] 成功 settle {} {} 个 partially_dirty 文件,target 文件为 {},time cost 为 {} s,compaction speed 为 {} MB/s,{}"; - public static final String STORAGE_LOG_COMPACTION_RECOVER_START_TO_RECOVER_SETTLE_COMPACTION_C342241D = - "{}-{} [Compaction][Recover] 开始恢复 settle compaction."; - public static final String STORAGE_LOG_COMPACTION_RECOVER_FINISH_TO_RECOVER_SETTLE_COMPACTION_SUCCESSFULLY_714EF642 = - "{}-{} [Compaction][Recover] 成功恢复 settle compaction。"; + public static final String + STORAGE_LOG_UNEXPECTED_CHUNK_TYPE_DETECTED_WHEN_READING_NON_ALIGNED_1C0E4674 = + "读取 non-aligned chunk reader 时检测到异常 chunk type。chunk metadata 表示 non-aligned chunk,但从 TsFile 实际读取的是 aligned series 的 value chunk。TsFile={},device={},measurement={},offsetOfChunkHeader={}"; + public static final String + STORAGE_LOG_INNERSPACECOMPACTIONTASK_START_TO_RENAME_MODS_FILE_7C036CBD = + "{}-{} [InnerSpaceCompactionTask] 开始重命名 mods 文件"; + public static final String + STORAGE_LOG_REPAIRUNSORTEDFILECOMPACTIONTASK_CAN_NOT_REPAIR_UNSORTED_48124B0C = + "[RepairUnsortedFileCompactionTask] 无法修复 unsorted 文件 {},原因:所需修复内存大于 total compaction 内存预算"; + public static final String + STORAGE_LOG_COMPACTION_INNERSPACECOMPACTION_TASK_STARTS_WITH_FILES_TOTAL_934B562F = + "{}-{} [Compaction] {} InnerSpaceCompaction 任务启动,文件数 {},总文件大小为 {} MB,估算内存开销为 {} MB"; + public static final String + STORAGE_LOG_COMPACTION_COMPACTION_WITH_SELECTED_FILES_SKIPPED_FILES_ACC66872 = + "{}-{} [Compaction] 对选中文件 {}、跳过文件 {} 执行 compaction"; + public static final String + STORAGE_LOG_COMPACTION_INNERSPACECOMPACTION_TASK_FINISHES_SUCCESSFULLY_08475DE4 = + "{}-{} [Compaction] {} InnerSpaceCompaction 任务成功完成,target 文件为 {},耗时 {} s," + + "compaction 速度为 {} MB/s,{}"; + public static final String + STORAGE_LOG_COMPACTION_INSERTIONCROSSSPACECOMPACTION_TASK_STARTS_WITH_A315B8C6 = + "{}-{} [Compaction] InsertionCrossSpaceCompaction 任务启动,unseq 文件 {},nearest seq 文件为 {},target 文件名 timestamp 为 {},文件大小为 {} MB。"; + public static final String + STORAGE_LOG_COMPACTION_INSERTIONCROSSSPACECOMPACTION_TASK_FINISHES_SUCCESSFULLY_69360DD0 = + "{}-{} [Compaction] InsertionCrossSpaceCompaction 任务成功完成,target 文件为 {},耗时 " + "{} s。"; + public static final String + STORAGE_LOG_INSERTIONCROSSSPACECOMPACTIONTASK_FAILED_TO_GENERATE_TARGET_B03E4C67 = + "{}-{} [InsertionCrossSpaceCompactionTask] 无法生成 target 文件名,source unseq 文件为 {}"; + public static final String + STORAGE_LOG_SETTLE_TASK_DELETES_FULLY_DIRTY_TSFILE_SUCCESSFULLY_18D81225 = + "Settle 任务成功删除 fully_dirty TsFile {}。"; + public static final String + STORAGE_LOG_COMPACTION_SETTLE_COMPACTION_FILE_LIST_IS_EMPTY_END_IT_56CF079D = + "{}-{} [Compaction] Settle compaction 文件列表为空,结束处理"; + public static final String + STORAGE_LOG_COMPACTION_SETTLECOMPACTION_TASK_STARTS_WITH_FULLY_DIRTY_0962C95A = + "{}-{} [Compaction] SettleCompaction 任务启动,fully_dirty 文件 {} 个,partially_dirty 文件 {} 个。Fully_dirty 文件:{},partially_dirty 文件:{}。Fully_dirty 文件大小为 {} MB,partially_dirty 文件大小为 {} MB。内存开销为 {} MB。"; + public static final String + STORAGE_LOG_COMPACTION_SETTLECOMPACTION_TASK_FINISHES_SUCCESSFULLY_TIME_2BD3839A = + "{}-{} [Compaction] SettleCompaction 任务成功完成,耗时 {} s。Fully_dirty 文件数为 {}。"; + public static final String + STORAGE_LOG_COMPACTION_SETTLECOMPACTION_TASK_FINISHES_SUCCESSFULLY_TIME_4FEB0F56 = + "{}-{} [Compaction] SettleCompaction 任务成功结束,time cost 为 {} s,compaction speed 为 {} MB/s。Fully_dirty 文件数为 {},partially_dirty 文件数为 {}。"; + public static final String + STORAGE_LOG_COMPACTION_SETTLECOMPACTION_TASK_FINISHES_WITH_SOME_ERROR_A8A15439 = + "{}-{} [Compaction] SettleCompaction 任务结束但存在错误,time cost 为 {} s。Fully_dirty 文件数为 {},有 {} 个文件删除失败。"; + public static final String + STORAGE_LOG_COMPACTION_START_TO_SETTLE_PARTIALLY_DIRTY_FILES_TOTAL_FILE_BAC113C4 = + "{}-{} [Compaction] 开始 settle {} {} 个 partially_dirty 文件,总文件大小为 {} MB"; + public static final String + STORAGE_LOG_COMPACTION_FINISH_TO_SETTLE_PARTIALLY_DIRTY_FILES_SUCCESSFULLY_9ACFD5C0 = + "{}-{} [Compaction] 成功 settle {} {} 个 partially_dirty 文件,target 文件为 {},time cost 为 {} s,compaction speed 为 {} MB/s,{}"; + public static final String + STORAGE_LOG_COMPACTION_RECOVER_START_TO_RECOVER_SETTLE_COMPACTION_C342241D = + "{}-{} [Compaction][Recover] 开始恢复 settle compaction."; + public static final String + STORAGE_LOG_COMPACTION_RECOVER_FINISH_TO_RECOVER_SETTLE_COMPACTION_SUCCESSFULLY_714EF642 = + "{}-{} [Compaction][Recover] 成功恢复 settle compaction。"; public static final String STORAGE_LOG_COMPACTION_RECOVER_COMPACTION_LOG_IS_DF6FD183 = "{}-{} [Compaction][Recover] compaction log 是{}"; public static final String STORAGE_LOG_SETTLE_TASK_FAIL_TO_DELETE_FULLY_DIRTY_TSFILE_B7DAEA8D = "Settle 任务 无法删除 fully_dirty TsFile {}."; - public static final String STORAGE_LOG_COMPACTION_CROSS_SPACE_COMPACTION_FILE_LIST_IS_EMPTY_END_B8044743 = - "{}-{} [Compaction] Cross space compaction 文件列表为空,结束处理"; - public static final String STORAGE_LOG_COMPACTION_CROSSSPACECOMPACTION_TASK_STARTS_WITH_SEQ_FILES_8CDCBE0F = - "{}-{} [Compaction] CrossSpaceCompaction 任务启动,seq 文件 {} 个、unsequence 文件 {} 个。Sequence 文件:{},unsequence 文件:{}。Sequence 文件大小为 {} MB,unsequence 文件大小为 {} MB,总大小为 {} MB"; - public static final String STORAGE_LOG_COMPACTION_CROSSSPACECOMPACTION_TASK_FINISHES_SUCCESSFULLY_D7F1B1FD = - "{}-{} [Compaction] CrossSpaceCompaction 任务成功完成,耗时 {} s,compaction 速度 " - + "为 {} MB/s,{}"; - public static final String STORAGE_LOG_COMPACTION_RECOVER_RECOVER_COMPACTION_IN_DATA_REGION_DIR_ABD144CC = - "{} [Compaction][Recover] 在 data region dir {} 中恢复 compaction"; - public static final String STORAGE_LOG_COMPACTION_RECOVER_RECOVER_COMPACTION_IN_TIME_PARTITION_FA2FC44D = - "{} [Compaction][Recover] 在 time partition dir {} 中恢复 compaction"; - public static final String STORAGE_LOG_RECOVER_MODS_FILE_ERROR_ON_DELETE_ORIGIN_FILE_OR_RENAME_7033152A = - "恢复 mods 文件时出错,操作为删除源文件或重命名 mods settle,"; + public static final String + STORAGE_LOG_COMPACTION_CROSS_SPACE_COMPACTION_FILE_LIST_IS_EMPTY_END_B8044743 = + "{}-{} [Compaction] Cross space compaction 文件列表为空,结束处理"; + public static final String + STORAGE_LOG_COMPACTION_CROSSSPACECOMPACTION_TASK_STARTS_WITH_SEQ_FILES_8CDCBE0F = + "{}-{} [Compaction] CrossSpaceCompaction 任务启动,seq 文件 {} 个、unsequence 文件 {} 个。Sequence 文件:{},unsequence 文件:{}。Sequence 文件大小为 {} MB,unsequence 文件大小为 {} MB,总大小为 {} MB"; + public static final String + STORAGE_LOG_COMPACTION_CROSSSPACECOMPACTION_TASK_FINISHES_SUCCESSFULLY_D7F1B1FD = + "{}-{} [Compaction] CrossSpaceCompaction 任务成功完成,耗时 {} s,compaction 速度 " + "为 {} MB/s,{}"; + public static final String + STORAGE_LOG_COMPACTION_RECOVER_RECOVER_COMPACTION_IN_DATA_REGION_DIR_ABD144CC = + "{} [Compaction][Recover] 在 data region dir {} 中恢复 compaction"; + public static final String + STORAGE_LOG_COMPACTION_RECOVER_RECOVER_COMPACTION_IN_TIME_PARTITION_FA2FC44D = + "{} [Compaction][Recover] 在 time partition dir {} 中恢复 compaction"; + public static final String + STORAGE_LOG_RECOVER_MODS_FILE_ERROR_ON_DELETE_ORIGIN_FILE_OR_RENAME_7033152A = + "恢复 mods 文件时出错,操作为删除源文件或重命名 mods settle,"; public static final String STORAGE_LOG_COMPACTION_RECOVER_COMPACTION_LOG_IS_0C57C7DA = "{} [Compaction][Recover] compaction log 是{}"; - public static final String STORAGE_LOG_COMPACTION_RECOVER_COMPACTION_LOG_FILE_EXISTS_START_TO_RECOVER_74836930 = - "{} [Compaction][Recover] compaction log 文件 {} 存在,开始恢复"; - public static final String STORAGE_LOG_COMPACTION_RECOVER_INCOMPLETE_LOG_FILE_ABORT_RECOVER_46472E7C = - "{} [Compaction][Recover] 日志文件不完整,中止恢复"; - public static final String STORAGE_LOG_COMPACTION_RECOVER_RECOVER_COMPACTION_SUCCESSFULLY_DELETE_8451AEFB = - "{} [Compaction][Recover] 恢复 compaction 成功,删除 log 文件 {}"; - public static final String STORAGE_LOG_COMPACTION_RECOVER_ALL_SOURCE_FILES_EXISTS_DELETE_ALL_TARGET_79954E60 = - "{} [Compaction][Recover] 所有源文件均存在,删除所有目标文件。"; - public static final String STORAGE_LOG_COMPACTION_RECOVER_EXCEPTION_OCCURS_WHILE_DELETING_LOG_FILE_49A24E1D = - "{} [Compaction][Recover] 删除 log 文件 {} 时发生异常"; + public static final String + STORAGE_LOG_COMPACTION_RECOVER_COMPACTION_LOG_FILE_EXISTS_START_TO_RECOVER_74836930 = + "{} [Compaction][Recover] compaction log 文件 {} 存在,开始恢复"; + public static final String + STORAGE_LOG_COMPACTION_RECOVER_INCOMPLETE_LOG_FILE_ABORT_RECOVER_46472E7C = + "{} [Compaction][Recover] 日志文件不完整,中止恢复"; + public static final String + STORAGE_LOG_COMPACTION_RECOVER_RECOVER_COMPACTION_SUCCESSFULLY_DELETE_8451AEFB = + "{} [Compaction][Recover] 恢复 compaction 成功,删除 log 文件 {}"; + public static final String + STORAGE_LOG_COMPACTION_RECOVER_ALL_SOURCE_FILES_EXISTS_DELETE_ALL_TARGET_79954E60 = + "{} [Compaction][Recover] 所有源文件均存在,删除所有目标文件。"; + public static final String + STORAGE_LOG_COMPACTION_RECOVER_EXCEPTION_OCCURS_WHILE_DELETING_LOG_FILE_49A24E1D = + "{} [Compaction][Recover] 删除 log 文件 {} 时发生异常"; public static final String STORAGE_LOG_COMPACTION_RECOVER_FAILED_TO_REMOVE_TARGET_FILE_35A1E718 = "{} [Compaction][Recover] 无法移除目标文件 {}"; - public static final String STORAGE_LOG_COMPACTION_RECOVER_EXCEPTION_OCCURS_WHILE_DELETING_COMPACTION_218A56FB = - "{} [Compaction][Recover] 删除 compaction mods 文件时发生异常"; - public static final String STORAGE_LOG_COMPACTION_EXCEPTIONHANDLER_TARGET_FILE_IS_NOT_COMPLETE_865ADA73 = - "{} [Compaction][ExceptionHandler] 目标文件 {} 未完成,且部分源文件已丢失,不执行处理。"; - public static final String STORAGE_LOG_COMPACTION_RECOVER_FAILED_TO_REMOVE_FILE_EXCEPTION_67CEA8E7 = - "{} [Compaction][Recover] 无法移除文件 {},异常:{}"; - public static final String STORAGE_LOG_COMPACTION_EXCEPTIONHANDLER_SPACE_COMPACTION_START_HANDLING_1B55549F = - "{} [Compaction][ExceptionHandler] {} space compaction 开始处理异常,源 " - + "seq 文件为{},源 unseq 文件为{}。"; - public static final String STORAGE_LOG_COMPACTION_EXCEPTIONHANDLER_FAIL_TO_HANDLE_SPACE_COMPACTION_B21F170F = - "[Compaction][ExceptionHandler] 无法处理 {} space compaction 异常,storage group 为{}"; - public static final String STORAGE_LOG_COMPACTION_EXCEPTIONHANDLER_EXCEPTION_OCCURS_WHEN_HANDLING_B6C9751E = - "[Compaction][ExceptionHandler] 处理 {} space compaction 异常时发生异常。storage group 为 {}"; - public static final String STORAGE_LOG_COMPACTION_EXCEPTION_FAIL_TO_DELETE_TARGET_TSFILE_WHEN_HANDLING_DC19DC8A = - "{} [Compaction][异常] 处理异常时无法删除目标 TsFile {}"; - public static final String STORAGE_LOG_COMPACTION_EXCEPTIONHANDLER_TARGET_FILE_IS_NOT_COMPLETE_91E81106 = - "{} [Compaction][ExceptionHandler] 目标文件 {} 未完成,且部分源文件 {} 已丢失,不执行处理。"; - public static final String STORAGE_LOG_BATCH_COMPACTION_CURRENT_DEVICE_IS_FIRST_BATCH_COMPACTED_34910754 = - "[Batch Compaction] 当前设备为 {},首批已压缩的 time chunk 为 {}"; + public static final String + STORAGE_LOG_COMPACTION_RECOVER_EXCEPTION_OCCURS_WHILE_DELETING_COMPACTION_218A56FB = + "{} [Compaction][Recover] 删除 compaction mods 文件时发生异常"; + public static final String + STORAGE_LOG_COMPACTION_EXCEPTIONHANDLER_TARGET_FILE_IS_NOT_COMPLETE_865ADA73 = + "{} [Compaction][ExceptionHandler] 目标文件 {} 未完成,且部分源文件已丢失,不执行处理。"; + public static final String + STORAGE_LOG_COMPACTION_RECOVER_FAILED_TO_REMOVE_FILE_EXCEPTION_67CEA8E7 = + "{} [Compaction][Recover] 无法移除文件 {},异常:{}"; + public static final String + STORAGE_LOG_COMPACTION_EXCEPTIONHANDLER_SPACE_COMPACTION_START_HANDLING_1B55549F = + "{} [Compaction][ExceptionHandler] {} space compaction 开始处理异常,源 " + + "seq 文件为{},源 unseq 文件为{}。"; + public static final String + STORAGE_LOG_COMPACTION_EXCEPTIONHANDLER_FAIL_TO_HANDLE_SPACE_COMPACTION_B21F170F = + "[Compaction][ExceptionHandler] 无法处理 {} space compaction 异常,storage group 为{}"; + public static final String + STORAGE_LOG_COMPACTION_EXCEPTIONHANDLER_EXCEPTION_OCCURS_WHEN_HANDLING_B6C9751E = + "[Compaction][ExceptionHandler] 处理 {} space compaction 异常时发生异常。storage group 为 {}"; + public static final String + STORAGE_LOG_COMPACTION_EXCEPTION_FAIL_TO_DELETE_TARGET_TSFILE_WHEN_HANDLING_DC19DC8A = + "{} [Compaction][异常] 处理异常时无法删除目标 TsFile {}"; + public static final String + STORAGE_LOG_COMPACTION_EXCEPTIONHANDLER_TARGET_FILE_IS_NOT_COMPLETE_91E81106 = + "{} [Compaction][ExceptionHandler] 目标文件 {} 未完成,且部分源文件 {} 已丢失,不执行处理。"; + public static final String + STORAGE_LOG_BATCH_COMPACTION_CURRENT_DEVICE_IS_FIRST_BATCH_COMPACTED_34910754 = + "[Batch Compaction] 当前设备为 {},首批已压缩的 time chunk 为 {}"; public static final String STORAGE_LOG_ADD_TSFILE_CURRENT_SELECT_FILE_NUM_IS_SIZE_IS_17E21BC9 = "添加 TsFile {},当前选择的文件数为 {},大小为 {}"; - public static final String STORAGE_LOG_SELECTING_CROSS_COMPACTION_TASK_RESOURCES_FROM_SEQFILE_UNSEQFILES_F4E1ABEB = - "从 {} 个 seq 文件、{} 个 unseq 文件中选择 cross compaction 任务资源"; - public static final String STORAGE_LOG_SELECTING_INSERTION_CROSS_COMPACTION_TASK_RESOURCES_FROM_ECB186D1 = - "从 {} 个 seq 文件、{} 个 unseq 文件中选择 insertion cross compaction 任务资源"; - public static final String STORAGE_LOG_ADDING_A_NEW_UNSEQFILE_AND_SEQFILES_AS_CANDIDATES_NEW_COST_07DD0A10 = - "新增 unseqFile {} 和 seqFiles {} 作为候选,新增开销 {},总开销 {}"; - public static final String STORAGE_LOG_SELECT_ONE_VALID_SEQ_FILE_FOR_NONOVERLAP_UNSEQ_FILE_TO_COMPACT_456668F1 = - "选择一个有效 seq 文件 {} 与 nonOverlap unseq 文件进行 compaction。"; - public static final String STORAGE_LOG_TOTAL_SOURCE_FILES_SEQFILES_UNSEQFILES_CANDIDATE_SOURCE_7511ED9E = - "{} [{}] 源文件总数:{} seqFiles,{} unseqFiles。候选源文件:{} seqFiles,{} unseqFiles。无法选择任何文件,原因:它们不满足条件或可能被其他 compaction 线程占用。"; - public static final String STORAGE_LOG_TOTAL_SOURCE_FILES_SEQFILES_UNSEQFILES_CANDIDATE_SOURCE_B8B01FC4 = - "{} [{}] 源文件总数:{} seq 文件,{} unseq 文件。候选源文件:{} seq 文件,{} " - + "unseq 文件。已选择源文件:{} seq 文件,{} unseq 文件,预计内存开销 {} MB,已选择文件总大小为 {} MB,已选择 seq 文件总大小为 {} MB,已选择 unseq 文件总大小" - + "为 {} MB,耗时 {}ms。"; + public static final String + STORAGE_LOG_SELECTING_CROSS_COMPACTION_TASK_RESOURCES_FROM_SEQFILE_UNSEQFILES_F4E1ABEB = + "从 {} 个 seq 文件、{} 个 unseq 文件中选择 cross compaction 任务资源"; + public static final String + STORAGE_LOG_SELECTING_INSERTION_CROSS_COMPACTION_TASK_RESOURCES_FROM_ECB186D1 = + "从 {} 个 seq 文件、{} 个 unseq 文件中选择 insertion cross compaction 任务资源"; + public static final String + STORAGE_LOG_ADDING_A_NEW_UNSEQFILE_AND_SEQFILES_AS_CANDIDATES_NEW_COST_07DD0A10 = + "新增 unseqFile {} 和 seqFiles {} 作为候选,新增开销 {},总开销 {}"; + public static final String + STORAGE_LOG_SELECT_ONE_VALID_SEQ_FILE_FOR_NONOVERLAP_UNSEQ_FILE_TO_COMPACT_456668F1 = + "选择一个有效 seq 文件 {} 与 nonOverlap unseq 文件进行 compaction。"; + public static final String + STORAGE_LOG_TOTAL_SOURCE_FILES_SEQFILES_UNSEQFILES_CANDIDATE_SOURCE_7511ED9E = + "{} [{}] 源文件总数:{} seqFiles,{} unseqFiles。候选源文件:{} seqFiles,{} unseqFiles。无法选择任何文件,原因:它们不满足条件或可能被其他 compaction 线程占用。"; + public static final String + STORAGE_LOG_TOTAL_SOURCE_FILES_SEQFILES_UNSEQFILES_CANDIDATE_SOURCE_B8B01FC4 = + "{} [{}] 源文件总数:{} seq 文件,{} unseq 文件。候选源文件:{} seq 文件,{} " + + "unseq 文件。已选择源文件:{} seq 文件,{} unseq 文件,预计内存开销 {} MB,已选择文件总大小为 {} MB,已选择 seq 文件总大小为 {} MB,已选择 unseq 文件总大小" + + "为 {} MB,耗时 {}ms。"; public static final String STORAGE_LOG_CANNOT_SELECT_FILE_FOR_SETTLE_COMPACTION_08C958D3 = "{}-{} 无法选择用于 settle compaction 的文件"; public static final String STORAGE_LOG_HAS_NULL_CHUNK_METADATA_FILE_IS_819E4A49 = "{} 存在 null chunk metadata,文件为 {}"; public static final String STORAGE_LOG_MODIFICATIONS_SIZE_IS_FOR_FILE_PATH_EED7FD92 = "Modifications 大小为 {},文件路径:{}"; - public static final String STORAGE_LOG_AN_ERROR_OCCURRED_WHEN_TRUNCATING_MODIFICATIONS_TO_SIZE_F8A0D6D5 = - "截断 modifications[{}] 到大小 {} 时发生错误。"; - public static final String STORAGE_LOG_FAIL_TO_FSYNC_WAL_NODE_S_CHECKPOINT_WRITER_CHANGE_SYSTEM_6E1EE226 = - "无法 fsync wal node-{} 的 checkpoint writer,将系统模式切换为错误状态。"; - public static final String STORAGE_LOG_FAIL_TO_ROLL_WAL_NODE_S_CHECKPOINT_WRITER_CHANGE_SYSTEM_791DDAB7 = - "无法滚动 wal node-{} 的 checkpoint writer,将系统模式切换为错误状态。"; + public static final String + STORAGE_LOG_AN_ERROR_OCCURRED_WHEN_TRUNCATING_MODIFICATIONS_TO_SIZE_F8A0D6D5 = + "截断 modifications[{}] 到大小 {} 时发生错误。"; + public static final String + STORAGE_LOG_FAIL_TO_FSYNC_WAL_NODE_S_CHECKPOINT_WRITER_CHANGE_SYSTEM_6E1EE226 = + "无法 fsync wal node-{} 的 checkpoint writer,将系统模式切换为错误状态。"; + public static final String + STORAGE_LOG_FAIL_TO_ROLL_WAL_NODE_S_CHECKPOINT_WRITER_CHANGE_SYSTEM_791DDAB7 = + "无法滚动 wal node-{} 的 checkpoint writer,将系统模式切换为错误状态。"; public static final String STORAGE_LOG_UNEXPECTED_ERROR_WHEN_LOADING_A_WAL_SEGMENT_IN_45B42CCF = "加载 wal segment {} 时在 {}@{} 发生异常错误。"; - public static final String STORAGE_LOG_MEET_ERROR_WHEN_READING_CHECKPOINT_FILE_SKIP_BROKEN_CHECKPOINTS_DADF9E9D = - "读取 checkpoint 文件 {} 时遇到错误,跳过损坏的 checkpoints"; - public static final String STORAGE_LOG_FAILED_TO_SCAN_WAL_FILE_FOR_SEARCHABLE_REQUEST_METADATA_9B4B0198 = - "无法为可搜索请求元数据扫描 WAL 文件 {}"; + public static final String + STORAGE_LOG_MEET_ERROR_WHEN_READING_CHECKPOINT_FILE_SKIP_BROKEN_CHECKPOINTS_DADF9E9D = + "读取 checkpoint 文件 {} 时遇到错误,跳过损坏的 checkpoints"; + public static final String + STORAGE_LOG_FAILED_TO_SCAN_WAL_FILE_FOR_SEARCHABLE_REQUEST_METADATA_9B4B0198 = + "无法为可搜索请求元数据扫描 WAL 文件 {}"; public static final String STORAGE_LOG_WAL_NODE_LOGS_INSERTROWNODE_THE_SEARCH_INDEX_IS_027450AC = "WAL node-{} 记录 insertRowNode,search index 为 {}。"; public static final String STORAGE_LOG_WAL_NODE_LOGS_INSERTROWSNODE_THE_SEARCH_INDEX_IS_1AF72E25 = "WAL node-{} 记录 insertRowsNode,search index 为 {}。"; - public static final String STORAGE_LOG_WAL_NODE_LOGS_INSERTTABLETNODE_THE_SEARCH_INDEX_IS_CF9A3600 = - "WAL node-{} 记录 insertTabletNode,search index 为 {}。"; + public static final String + STORAGE_LOG_WAL_NODE_LOGS_INSERTTABLETNODE_THE_SEARCH_INDEX_IS_CF9A3600 = + "WAL node-{} 记录 insertTabletNode,search index 为 {}。"; public static final String STORAGE_LOG_WAL_NODE_LOGS_DELETEDATANODE_THE_SEARCH_INDEX_IS_6E49BC54 = "WAL node-{} 记录 deleteDataNode,search index 为 {}。"; - public static final String STORAGE_LOG_WAL_NODE_LOGS_RELATIONALDELETEDATANODE_THE_SEARCH_INDEX_33258B30 = - "WAL node-{} 记录 relationalDeleteDataNode,search index 为 {}。"; - public static final String STORAGE_LOG_WAL_NODE_NO_WAL_FILE_OR_WAL_FILE_NUMBER_LESS_THAN_OR_EQUAL_3C65641C = - "wal node-{}:未找到 wal 文件,或 wal 文件数量小于等于 1"; - public static final String STORAGE_LOG_EFFECTIVE_INFORMATION_RATIO_IS_ACTIVE_MEMTABLES_COST_IS_D9A13DD2 = - "有效信息比例为 {},活跃 memTable 开销为 {},总开销为 {}"; - public static final String STORAGE_LOG_SUCCESSFULLY_DELETE_OUTDATED_WAL_FILES_FOR_WAL_NODE_C141C741 = - "成功删除 {} 个 wal node-{} 的过期 wal 文件"; - public static final String STORAGE_LOG_UPDATE_FILE_TO_SEARCH_FAILED_THE_NEXT_SEARCH_INDEX_IS_F3DC95F3 = - "更新待搜索文件失败,下一个 search index 为 {}"; + public static final String + STORAGE_LOG_WAL_NODE_LOGS_RELATIONALDELETEDATANODE_THE_SEARCH_INDEX_33258B30 = + "WAL node-{} 记录 relationalDeleteDataNode,search index 为 {}。"; + public static final String + STORAGE_LOG_WAL_NODE_NO_WAL_FILE_OR_WAL_FILE_NUMBER_LESS_THAN_OR_EQUAL_3C65641C = + "wal node-{}:未找到 wal 文件,或 wal 文件数量小于等于 1"; + public static final String + STORAGE_LOG_EFFECTIVE_INFORMATION_RATIO_IS_ACTIVE_MEMTABLES_COST_IS_D9A13DD2 = + "有效信息比例为 {},活跃 memTable 开销为 {},总开销为 {}"; + public static final String + STORAGE_LOG_SUCCESSFULLY_DELETE_OUTDATED_WAL_FILES_FOR_WAL_NODE_C141C741 = + "成功删除 {} 个 wal node-{} 的过期 wal 文件"; + public static final String + STORAGE_LOG_UPDATE_FILE_TO_SEARCH_FAILED_THE_NEXT_SEARCH_INDEX_IS_F3DC95F3 = + "更新待搜索文件失败,下一个 search index 为 {}"; public static final String STORAGE_LOG_SEARCHINDEX_RESULT_FILES_6151DCEB = "searchIndex:{},结果:{},文件:{},"; public static final String STORAGE_LOG_FAIL_TO_DELETE_OUTDATED_WAL_FILE_OF_WAL_NODE_1B1F2AF2 = "无法删除过期 wal 文件 {},所属 wal node-{}。"; - public static final String STORAGE_LOG_WAL_NODE_FLUSHES_MEMTABLE_TO_TSFILE_BECAUSE_EFFECTIVE_INFORMATION_8CC86239 = - "WAL node-{} 将 memTable-{} flush 到 TsFile {},原因:有效信息比例 {} 低于 wal min effective info ratio {},memTable 大小为 {}。"; - public static final String STORAGE_LOG_WAL_NODE_SNAPSHOTS_MEMTABLE_TO_WAL_FILES_BECAUSE_EFFECTIVE_0A1304ED = - "WAL node-{} 将 memTable-{} snapshot 到 wal 文件,原因:有效信息比例 {} 低于 wal min effective info ratio {},memTable 大小为 {}。"; - public static final String STORAGE_LOG_TIMEOUT_WHEN_WAITING_FOR_NEXT_WAL_ENTRY_READY_EXECUTE_ROLLWALFILE_FEE9700E = - "等待下一个 WAL entry 就绪超时,执行 rollWALFile。当前 wal buffer 中 search index 为 {},下一个目标 index 为 {}"; - public static final String STORAGE_LOG_THE_SEARCH_INDEX_OF_NEXT_WAL_ENTRY_SHOULD_BE_BUT_ACTUALLY_177BF8AF = - "下一个 WAL entry 的 search index 应为 {},实际为 {}"; - public static final String STORAGE_LOG_SKIP_FROM_TO_IT_S_A_DANGEROUS_OPERATION_BECAUSE_INSERT_PLAN_9283DC91 = - "跳过从 {} 到 {},这是危险操作,原因:insert plan {} 可能已丢失。"; + public static final String + STORAGE_LOG_WAL_NODE_FLUSHES_MEMTABLE_TO_TSFILE_BECAUSE_EFFECTIVE_INFORMATION_8CC86239 = + "WAL node-{} 将 memTable-{} flush 到 TsFile {},原因:有效信息比例 {} 低于 wal min effective info ratio {},memTable 大小为 {}。"; + public static final String + STORAGE_LOG_WAL_NODE_SNAPSHOTS_MEMTABLE_TO_WAL_FILES_BECAUSE_EFFECTIVE_0A1304ED = + "WAL node-{} 将 memTable-{} snapshot 到 wal 文件,原因:有效信息比例 {} 低于 wal min effective info ratio {},memTable 大小为 {}。"; + public static final String + STORAGE_LOG_TIMEOUT_WHEN_WAITING_FOR_NEXT_WAL_ENTRY_READY_EXECUTE_ROLLWALFILE_FEE9700E = + "等待下一个 WAL entry 就绪超时,执行 rollWALFile。当前 wal buffer 中 search index 为 {},下一个目标 index 为 {}"; + public static final String + STORAGE_LOG_THE_SEARCH_INDEX_OF_NEXT_WAL_ENTRY_SHOULD_BE_BUT_ACTUALLY_177BF8AF = + "下一个 WAL entry 的 search index 应为 {},实际为 {}"; + public static final String + STORAGE_LOG_SKIP_FROM_TO_IT_S_A_DANGEROUS_OPERATION_BECAUSE_INSERT_PLAN_9283DC91 = + "跳过从 {} 到 {},这是危险操作,原因:insert plan {} 可能已丢失。"; public static final String STORAGE_LOG_FAIL_TO_READ_WAL_FROM_WAL_FILE_SKIP_THIS_FILE_06A3B079 = "无法从 wal 文件 {} 读取 WAL,跳过该文件。"; - public static final String STORAGE_LOG_FAIL_TO_TRIGGER_ROLLING_WAL_NODE_S_WAL_FILE_LOG_WRITER_D1E595DC = - "无法触发 rolling wal node-{} 的 wal 文件 log writer。"; - public static final String STORAGE_LOG_FAIL_TO_FIND_TSFILE_RECOVER_PERFORMER_FOR_WAL_ENTRY_IN_TSFILE_ED4EF3E7 = - "无法在 TsFile {} 中为 wal entry 找到 TsFile 恢复 performer"; - public static final String STORAGE_LOG_SUCCESSFULLY_RECOVER_WAL_NODE_IN_THE_DIRECTORY_ADD_THIS_FA6ADE22 = - "成功恢复目录 {} 中的 WAL node,并将该节点添加到 WALManger。"; - public static final String STORAGE_LOG_SUCCESSFULLY_RECOVER_WAL_NODE_IN_THE_DIRECTORY_SO_DELETE_A17892D9 = - "成功恢复目录 {} 中的 WAL node,因此删除这些 wal 文件。"; - public static final String STORAGE_LOG_FAIL_TO_READ_MEMTABLE_IDS_FROM_THE_WAL_FILE_OF_WAL_NODE_5325B5AB = - "无法从 wal 文件 {} 读取 memTable ids,wal node:{}"; - public static final String STORAGE_LOG_FAIL_TO_READ_MEMTABLE_IDS_FROM_THE_WAL_FILE_OF_WAL_NODE_FBCE8D93 = - "无法从 wal 文件 {} 读取 wal node 的 memTable ids。"; - public static final String STORAGE_LOG_DATA_REGIONS_HAVE_SUBMITTED_ALL_UNSEALED_TSFILES_START_RECOVERING_208E6A26 = - "DataRegions 已提交所有未封闭 TsFiles,开始在各 wal node 中恢复 TsFiles。"; + public static final String + STORAGE_LOG_FAIL_TO_TRIGGER_ROLLING_WAL_NODE_S_WAL_FILE_LOG_WRITER_D1E595DC = + "无法触发 rolling wal node-{} 的 wal 文件 log writer。"; + public static final String + STORAGE_LOG_FAIL_TO_FIND_TSFILE_RECOVER_PERFORMER_FOR_WAL_ENTRY_IN_TSFILE_ED4EF3E7 = + "无法在 TsFile {} 中为 wal entry 找到 TsFile 恢复 performer"; + public static final String + STORAGE_LOG_SUCCESSFULLY_RECOVER_WAL_NODE_IN_THE_DIRECTORY_ADD_THIS_FA6ADE22 = + "成功恢复目录 {} 中的 WAL node,并将该节点添加到 WALManger。"; + public static final String + STORAGE_LOG_SUCCESSFULLY_RECOVER_WAL_NODE_IN_THE_DIRECTORY_SO_DELETE_A17892D9 = + "成功恢复目录 {} 中的 WAL node,因此删除这些 wal 文件。"; + public static final String + STORAGE_LOG_FAIL_TO_READ_MEMTABLE_IDS_FROM_THE_WAL_FILE_OF_WAL_NODE_5325B5AB = + "无法从 wal 文件 {} 读取 memTable ids,wal node:{}"; + public static final String + STORAGE_LOG_FAIL_TO_READ_MEMTABLE_IDS_FROM_THE_WAL_FILE_OF_WAL_NODE_FBCE8D93 = + "无法从 wal 文件 {} 读取 wal node 的 memTable ids。"; + public static final String + STORAGE_LOG_DATA_REGIONS_HAVE_SUBMITTED_ALL_UNSEALED_TSFILES_START_RECOVERING_208E6A26 = + "DataRegions 已提交所有未封闭 TsFiles,开始在各 wal node 中恢复 TsFiles。"; public static final String STORAGE_LOG_FAIL_TO_ADD_RECOVER_PERFORMER_FOR_FILE_54746E05 = "无法为文件 {} 添加恢复 performer"; public static final String STORAGE_LOG_BUFFER_CAPACITY_IS_LIMIT_IS_POSITION_IS_911625D8 = "buffer capacity 为:{},limit 为:{},position 为:{}"; - public static final String STORAGE_LOG_HANDLE_CLOSE_SIGNAL_FOR_WAL_NODE_THERE_ARE_ENTRIES_LEFT_393393D0 = - "处理 wal node-{} 的关闭信号,剩余 {} 个 entry。"; + public static final String + STORAGE_LOG_HANDLE_CLOSE_SIGNAL_FOR_WAL_NODE_THERE_ARE_ENTRIES_LEFT_393393D0 = + "处理 wal node-{} 的关闭信号,剩余 {} 个 entry。"; public static final String STORAGE_LOG_SYNC_WAL_BUFFER_FORCEFLAG_BUFFER_USED_C2A75C99 = "同步 wal buffer,forceFlag:{},buffer 已使用:{} / {} = {}%"; - public static final String STORAGE_LOG_FAIL_TO_WRITE_WALENTRY_INTO_WAL_NODE_BECAUSE_THIS_NODE_IS_5D45E73F = - "无法将 WALEntry 写入 wal node-{},原因:该节点已关闭。data Region 删除期间看到此日志是正常的。"; - public static final String STORAGE_LOG_INTERRUPTED_WHEN_WAITING_FOR_TAKING_WALENTRY_FROM_BLOCKING_0765C068 = - "等待从 blocking queue 获取 WALEntry 进行序列化时被中断。"; - public static final String STORAGE_LOG_FAIL_TO_READ_MEMTABLE_IDS_FROM_THE_WAL_FILE_OF_WAL_NODE_54B0056E = - "无法从 wal 文件 {} 读取 memTable ids,wal node {}:{}"; - public static final String STORAGE_LOG_FAIL_TO_READ_MEMTABLE_IDS_FROM_THE_WAL_FILE_OF_WAL_NODE_D5287E27 = - "无法从 wal 文件 {} 读取 memTable ids,wal node {}。"; - public static final String STORAGE_LOG_FAIL_TO_SERIALIZE_WALENTRY_TO_WAL_NODE_S_BUFFER_DISCARD_F0948835 = - "无法将 WALEntry 序列化到 wal node-{} 的 buffer,丢弃该条目。"; - public static final String STORAGE_LOG_FAIL_TO_SYNC_WAL_NODE_S_BUFFER_CHANGE_SYSTEM_MODE_TO_ERROR_8C379D57 = - "无法同步 wal node-{} 的 buffer,将系统模式切换为错误状态。"; - public static final String STORAGE_LOG_FAIL_TO_ROLL_WAL_NODE_S_LOG_WRITER_CHANGE_SYSTEM_MODE_TO_A384AA54 = - "无法滚动 wal node-{} 的 log writer,将系统模式切换为错误状态。"; - public static final String STORAGE_LOG_FAIL_TO_FSYNC_WAL_NODE_S_LOG_WRITER_CHANGE_SYSTEM_MODE_TO_7930160B = - "无法 fsync wal node-{} 的 log writer,将系统模式切换为错误状态。"; - public static final String STORAGE_LOG_FAIL_TO_CREATE_WAL_NODE_ALLOCATION_STRATEGY_BECAUSE_ALL_72801644 = - "所有 wal 目录磁盘已满,无法创建 WAL node allocation strategy。"; - public static final String STORAGE_LOG_THIS_TSFILE_ISN_T_CRASHED_NO_NEED_TO_REDO_WAL_LOG_A017A0F0 = - "该 TsFile {} 未崩溃,无需重做 wal log。"; - public static final String STORAGE_LOG_CANNOT_DESERIALIZE_RESOURCE_FILE_OF_TRY_TO_RECONSTRUCT_IT_F82299C6 = - "无法反序列化 {} 的 .resource 文件,尝试重建。"; - public static final String STORAGE_LOG_TRY_TO_RELEASE_MEMORY_FROM_A_MEMORY_BLOCK_WHICH_HAS_NOT_874E7A08 = - "尝试从内存块 {} 释放内存,但该内存块尚未释放全部内存"; - public static final String STORAGE_LOG_TRY_TO_SHRINK_A_NEGATIVE_MEMORY_SIZE_FROM_MEMORY_BLOCK_60501B13 = - "尝试缩减负数内存大小 {},内存块 {}"; - public static final String STORAGE_LOG_LOAD_FORCE_RESIZED_LOADTSFILEMEMORYBLOCK_WITH_MEMORY_FROM_33AC288A = - "Load:使用查询引擎的内存强制调整 LoadTsFileMemoryBlock,增加大小:{},新大小:{}"; - public static final String STORAGE_LOG_LOAD_QUERY_ENGINE_S_MEMORY_IS_NOT_SUFFICIENT_ALLOCATED_MEMORYBLOCK_44D5B5FB = - "Load:查询引擎内存不足,已从 DataCacheMemoryBlock 分配 MemoryBlock,大小:{}"; - public static final String STORAGE_LOG_LOAD_QUERY_ENGINE_S_MEMORY_IS_NOT_SUFFICIENT_FORCE_RESIZED_9F85F4CA = - "Load:查询引擎内存不足,已使用 DataCacheMemoryBlock 的内存强制调整 LoadTsFileMemoryBlock,增加大小:{},新大小:{}"; + public static final String + STORAGE_LOG_FAIL_TO_WRITE_WALENTRY_INTO_WAL_NODE_BECAUSE_THIS_NODE_IS_5D45E73F = + "无法将 WALEntry 写入 wal node-{},原因:该节点已关闭。data Region 删除期间看到此日志是正常的。"; + public static final String + STORAGE_LOG_INTERRUPTED_WHEN_WAITING_FOR_TAKING_WALENTRY_FROM_BLOCKING_0765C068 = + "等待从 blocking queue 获取 WALEntry 进行序列化时被中断。"; + public static final String + STORAGE_LOG_FAIL_TO_READ_MEMTABLE_IDS_FROM_THE_WAL_FILE_OF_WAL_NODE_54B0056E = + "无法从 wal 文件 {} 读取 memTable ids,wal node {}:{}"; + public static final String + STORAGE_LOG_FAIL_TO_READ_MEMTABLE_IDS_FROM_THE_WAL_FILE_OF_WAL_NODE_D5287E27 = + "无法从 wal 文件 {} 读取 memTable ids,wal node {}。"; + public static final String + STORAGE_LOG_FAIL_TO_SERIALIZE_WALENTRY_TO_WAL_NODE_S_BUFFER_DISCARD_F0948835 = + "无法将 WALEntry 序列化到 wal node-{} 的 buffer,丢弃该条目。"; + public static final String + STORAGE_LOG_FAIL_TO_SYNC_WAL_NODE_S_BUFFER_CHANGE_SYSTEM_MODE_TO_ERROR_8C379D57 = + "无法同步 wal node-{} 的 buffer,将系统模式切换为错误状态。"; + public static final String + STORAGE_LOG_FAIL_TO_ROLL_WAL_NODE_S_LOG_WRITER_CHANGE_SYSTEM_MODE_TO_A384AA54 = + "无法滚动 wal node-{} 的 log writer,将系统模式切换为错误状态。"; + public static final String + STORAGE_LOG_FAIL_TO_FSYNC_WAL_NODE_S_LOG_WRITER_CHANGE_SYSTEM_MODE_TO_7930160B = + "无法 fsync wal node-{} 的 log writer,将系统模式切换为错误状态。"; + public static final String + STORAGE_LOG_FAIL_TO_CREATE_WAL_NODE_ALLOCATION_STRATEGY_BECAUSE_ALL_72801644 = + "所有 wal 目录磁盘已满,无法创建 WAL node allocation strategy。"; + public static final String + STORAGE_LOG_THIS_TSFILE_ISN_T_CRASHED_NO_NEED_TO_REDO_WAL_LOG_A017A0F0 = + "该 TsFile {} 未崩溃,无需重做 wal log。"; + public static final String + STORAGE_LOG_CANNOT_DESERIALIZE_RESOURCE_FILE_OF_TRY_TO_RECONSTRUCT_IT_F82299C6 = + "无法反序列化 {} 的 .resource 文件,尝试重建。"; + public static final String + STORAGE_LOG_TRY_TO_RELEASE_MEMORY_FROM_A_MEMORY_BLOCK_WHICH_HAS_NOT_874E7A08 = + "尝试从内存块 {} 释放内存,但该内存块尚未释放全部内存"; + public static final String + STORAGE_LOG_TRY_TO_SHRINK_A_NEGATIVE_MEMORY_SIZE_FROM_MEMORY_BLOCK_60501B13 = + "尝试缩减负数内存大小 {},内存块 {}"; + public static final String + STORAGE_LOG_LOAD_FORCE_RESIZED_LOADTSFILEMEMORYBLOCK_WITH_MEMORY_FROM_33AC288A = + "Load:使用查询引擎的内存强制调整 LoadTsFileMemoryBlock,增加大小:{},新大小:{}"; + public static final String + STORAGE_LOG_LOAD_QUERY_ENGINE_S_MEMORY_IS_NOT_SUFFICIENT_ALLOCATED_MEMORYBLOCK_44D5B5FB = + "Load:查询引擎内存不足,已从 DataCacheMemoryBlock 分配 MemoryBlock,大小:{}"; + public static final String + STORAGE_LOG_LOAD_QUERY_ENGINE_S_MEMORY_IS_NOT_SUFFICIENT_FORCE_RESIZED_9F85F4CA = + "Load:查询引擎内存不足,已使用 DataCacheMemoryBlock 的内存强制调整 LoadTsFileMemoryBlock,增加大小:{},新大小:{}"; public static final String STORAGE_LOG_CREATE_DATA_CACHE_MEMORY_BLOCK_ALLOCATE_MEMORY_5F3E041D = "创建 Data Cache 内存块 {},分配内存 {}"; - public static final String STORAGE_LOG_LOAD_ATTEMPTING_TO_RELEASE_MORE_MEMORY_THAN_ALLOCATED_0E737996 = - "Load:尝试释放的内存 ({}) 大于已分配内存 ({})"; - public static final String STORAGE_LOG_LOAD_FAILED_TO_SETTOTALMEMORYSIZEINBYTES_MEMORY_BLOCK_TO_DBE9BE56 = - "Load:无法将内存块 {} 的 TotalMemorySizeInBytes 设置为 {} 字节,当前内存使用量为 {} 字节"; - public static final String STORAGE_LOG_DATA_TYPE_CONVERSION_FOR_LOADTSFILESTATEMENT_IS_SUCCESSFUL_99016326 = - "LoadTsFileStatement {} 的数据类型转换成功。"; - public static final String STORAGE_LOG_FAILED_TO_CONVERT_DATA_TYPE_FOR_LOADTSFILESTATEMENT_5D132E57 = - "无法转换 LoadTsFileStatement 的数据类型:{}。"; - public static final String STORAGE_LOG_FAILED_TO_CONVERT_DATA_TYPE_FOR_LOADTSFILESTATEMENT_STATUS_F0311707 = - "无法转换 LoadTsFileStatement 的数据类型:{},状态码为 {}。"; - public static final String STORAGE_LOG_FAILED_TO_CONVERT_DATA_TYPES_FOR_TABLE_MODEL_STATEMENT_CB574D44 = - "无法转换表模型语句 {} 的数据类型。"; - public static final String STORAGE_LOG_FAILED_TO_CONVERT_DATA_TYPES_FOR_TREE_MODEL_STATEMENT_5C2869D6 = - "无法转换树模型语句 {} 的数据类型。"; + public static final String + STORAGE_LOG_LOAD_ATTEMPTING_TO_RELEASE_MORE_MEMORY_THAN_ALLOCATED_0E737996 = + "Load:尝试释放的内存 ({}) 大于已分配内存 ({})"; + public static final String + STORAGE_LOG_LOAD_FAILED_TO_SETTOTALMEMORYSIZEINBYTES_MEMORY_BLOCK_TO_DBE9BE56 = + "Load:无法将内存块 {} 的 TotalMemorySizeInBytes 设置为 {} 字节,当前内存使用量为 {} 字节"; + public static final String + STORAGE_LOG_DATA_TYPE_CONVERSION_FOR_LOADTSFILESTATEMENT_IS_SUCCESSFUL_99016326 = + "LoadTsFileStatement {} 的数据类型转换成功。"; + public static final String + STORAGE_LOG_FAILED_TO_CONVERT_DATA_TYPE_FOR_LOADTSFILESTATEMENT_5D132E57 = + "无法转换 LoadTsFileStatement 的数据类型:{}。"; + public static final String + STORAGE_LOG_FAILED_TO_CONVERT_DATA_TYPE_FOR_LOADTSFILESTATEMENT_STATUS_F0311707 = + "无法转换 LoadTsFileStatement 的数据类型:{},状态码为 {}。"; + public static final String + STORAGE_LOG_FAILED_TO_CONVERT_DATA_TYPES_FOR_TABLE_MODEL_STATEMENT_CB574D44 = + "无法转换表模型语句 {} 的数据类型。"; + public static final String + STORAGE_LOG_FAILED_TO_CONVERT_DATA_TYPES_FOR_TREE_MODEL_STATEMENT_5C2869D6 = + "无法转换树模型语句 {} 的数据类型。"; public static final String STORAGE_LOG_LOAD_INSERTING_TABLET_TO_CASTING_TYPE_FROM_TO_AE808A8B = "Load:正在向 {}.{} 插入 tablet。将类型从 {} 转换为 {}。"; - public static final String STORAGE_LOG_TRY_TO_LOAD_TSFILE_V3_INTO_CURRENT_VERSION_V4_FILE_PATH_B8D38E22 = - "尝试将 TsFile V3 加载到当前版本 (V4),文件路径:{}"; - public static final String STORAGE_LOG_THE_FILE_S_VERSION_NUMBER_IS_HIGHER_THAN_CURRENT_FILE_PATH_6D17349F = - "文件版本号高于当前版本,文件路径:{}"; - public static final String STORAGE_LOG_FAILED_TO_FIND_MOUNT_POINT_SKIP_REGISTER_IT_TO_MAP_33F38542 = - "无法找到 mount point {},跳过注册到 map"; - public static final String STORAGE_LOG_EXCEPTION_OCCURS_WHEN_READING_DATA_DIR_S_MOUNT_POINT_9421E685 = - "读取 data dir 的挂载点 {} 时发生异常"; - public static final String STORAGE_LOG_EXCEPTION_OCCURS_WHEN_READING_TARGET_FILE_S_MOUNT_POINT_47567945 = - "读取目标文件的挂载点 {} 时发生异常"; - public static final String STORAGE_LOG_REJECTING_AUTO_LOAD_TSFILE_ISGENERATEDBYPIPE_DUE_TO_MEMORY_9A60DF29 = - "拒绝自动加载 TsFile {} (isGeneratedByPipe = {}),原因:内存受限,稍后重试。"; - public static final String STORAGE_LOG_REJECTING_AUTO_LOAD_TSFILE_ISGENERATEDBYPIPE_DUE_TO_THE_16FA5F18 = - "拒绝自动加载 TsFile {} (isGeneratedByPipe = {}),原因:system 为只读模式,稍后重试。"; - public static final String STORAGE_LOG_REJECTING_AUTO_LOAD_TSFILE_ISGENERATEDBYPIPE_DUE_TO_TIME_E18630DE = - "拒绝自动加载 TsFile {} (isGeneratedByPipe = {}),原因:等待 procedure return 超时,稍后重试。"; - public static final String STORAGE_LOG_REJECTING_AUTO_LOAD_TSFILE_ISGENERATEDBYPIPE_DUE_TO_THE_5F811A8B = - "拒绝自动加载 TsFile {} (isGeneratedByPipe = {}),原因:DataNode 数量不足,稍后重试。"; - public static final String STORAGE_LOG_REJECTING_AUTO_LOAD_TSFILE_ISGENERATEDBYPIPE_DUE_TO_FAIL_F59307B8 = - "拒绝自动加载 TsFile {} (isGeneratedByPipe = {}),原因:无法连接任何 config node,稍后重试。"; - public static final String STORAGE_LOG_REJECTING_AUTO_LOAD_TSFILE_ISGENERATEDBYPIPE_DUE_TO_CURRENT_264E12EE = - "拒绝自动加载 TsFile {} (isGeneratedByPipe = {}),原因:当前查询已超时,稍后重试。"; + public static final String + STORAGE_LOG_TRY_TO_LOAD_TSFILE_V3_INTO_CURRENT_VERSION_V4_FILE_PATH_B8D38E22 = + "尝试将 TsFile V3 加载到当前版本 (V4),文件路径:{}"; + public static final String + STORAGE_LOG_THE_FILE_S_VERSION_NUMBER_IS_HIGHER_THAN_CURRENT_FILE_PATH_6D17349F = + "文件版本号高于当前版本,文件路径:{}"; + public static final String + STORAGE_LOG_FAILED_TO_FIND_MOUNT_POINT_SKIP_REGISTER_IT_TO_MAP_33F38542 = + "无法找到 mount point {},跳过注册到 map"; + public static final String + STORAGE_LOG_EXCEPTION_OCCURS_WHEN_READING_DATA_DIR_S_MOUNT_POINT_9421E685 = + "读取 data dir 的挂载点 {} 时发生异常"; + public static final String + STORAGE_LOG_EXCEPTION_OCCURS_WHEN_READING_TARGET_FILE_S_MOUNT_POINT_47567945 = + "读取目标文件的挂载点 {} 时发生异常"; + public static final String + STORAGE_LOG_REJECTING_AUTO_LOAD_TSFILE_ISGENERATEDBYPIPE_DUE_TO_MEMORY_9A60DF29 = + "拒绝自动加载 TsFile {} (isGeneratedByPipe = {}),原因:内存受限,稍后重试。"; + public static final String + STORAGE_LOG_REJECTING_AUTO_LOAD_TSFILE_ISGENERATEDBYPIPE_DUE_TO_THE_16FA5F18 = + "拒绝自动加载 TsFile {} (isGeneratedByPipe = {}),原因:system 为只读模式,稍后重试。"; + public static final String + STORAGE_LOG_REJECTING_AUTO_LOAD_TSFILE_ISGENERATEDBYPIPE_DUE_TO_TIME_E18630DE = + "拒绝自动加载 TsFile {} (isGeneratedByPipe = {}),原因:等待 procedure return 超时,稍后重试。"; + public static final String + STORAGE_LOG_REJECTING_AUTO_LOAD_TSFILE_ISGENERATEDBYPIPE_DUE_TO_THE_5F811A8B = + "拒绝自动加载 TsFile {} (isGeneratedByPipe = {}),原因:DataNode 数量不足,稍后重试。"; + public static final String + STORAGE_LOG_REJECTING_AUTO_LOAD_TSFILE_ISGENERATEDBYPIPE_DUE_TO_FAIL_F59307B8 = + "拒绝自动加载 TsFile {} (isGeneratedByPipe = {}),原因:无法连接任何 config node,稍后重试。"; + public static final String + STORAGE_LOG_REJECTING_AUTO_LOAD_TSFILE_ISGENERATEDBYPIPE_DUE_TO_CURRENT_264E12EE = + "拒绝自动加载 TsFile {} (isGeneratedByPipe = {}),原因:当前查询已超时,稍后重试。"; public static final String STORAGE_LOG_SUCCESSFULLY_AUTO_LOAD_TSFILE_ISGENERATEDBYPIPE_ADB5FEC9 = "成功自动加载 TsFile {} (isGeneratedByPipe = {})"; - public static final String STORAGE_LOG_ERROR_OCCURRED_DURING_CREATING_FAIL_DIRECTORY_FOR_ACTIVE_7D3BEB38 = - "为 active load 创建失败目录 {} 时发生错误。"; - public static final String STORAGE_LOG_FAILED_TO_AUTO_LOAD_TSFILE_ISGENERATEDBYPIPE_STATUS_FILE_F43E9EF7 = - "自动加载 TsFile {} (isGeneratedByPipe = {}) 失败,状态:{}。文件将被移动到失败目录。"; - public static final String STORAGE_LOG_FAILED_TO_AUTO_LOAD_TSFILE_ISGENERATEDBYPIPE_DUE_TO_FILE_5EE1FA08 = - "无法自动加载 TsFile {} (isGeneratedByPipe = {}),原因:文件未找到,将跳过该文件。"; - public static final String STORAGE_LOG_FAILED_TO_AUTO_LOAD_TSFILE_ISGENERATEDBYPIPE_BECAUSE_OF_07946D74 = - "自动加载 TsFile {} (isGeneratedByPipe = {}) 失败,原因:发生未知异常。文件将被移动到失败目录。"; - public static final String STORAGE_LOG_ERROR_OCCURRED_DURING_HOT_RELOAD_ACTIVE_LOAD_DIRS_CURRENT_673AFC0F = - "热重载 active load 目录时发生错误。当前 active load 监听目录:{}。"; - public static final String LOG_ACTIVE_LOAD_LISTENING_DIRECTORY_S_IS_SKIPPED_DURING_HOT_RELOAD_BECAUSE_IT_IS_UNDER_IOTDB_DATA_DIRECTORY_DA90CAE1 = - "Active Load 监听目录 {} 位于 data 目录下,热重载时将跳过该目录。"; - public static final String LOG_FAILED_TO_VALIDATE_ACTIVE_LOAD_LISTENING_DIRECTORY_S_SKIP_SCANNING_ARG_0E6A508E = - "无法校验 Active Load 监听目录 {},将跳过扫描该目录。原因:{}"; - public static final String STORAGE_LOG_CURRENT_DIR_PATH_IS_NOT_READABLE_SKIP_SCANNING_THIS_DIR_9C8B7E00 = - "当前目录路径不可读:{}。跳过扫描该目录。请检查权限。"; - public static final String STORAGE_LOG_CURRENT_DIR_PATH_IS_NOT_WRITABLE_SKIP_SCANNING_THIS_DIR_4885E78F = - "当前目录路径不可写:{}。跳过扫描该目录。请检查权限。"; - public static final String STORAGE_LOG_ERROR_OCCURRED_DURING_CHECKING_R_W_PERMISSION_OF_DIR_SKIP_3EC7FC7D = - "检查目录 {} 的 r/w 权限时发生错误。跳过扫描该目录。"; - public static final String STORAGE_LOG_REPORT_DATABASE_STATUS_TO_THE_SYSTEM_AFTER_ADDING_CURRENT_8982BBD7 = - "向系统报告数据库状态。添加 {} 后,当前 sg 内存开销为 {}。"; - public static final String STORAGE_LOG_THE_TOTAL_DATABASE_MEM_COSTS_ARE_TOO_LARGE_CALL_FOR_FLUSHING_26AD8CDF = - "数据库总内存开销过大,调用 flush。当前 sg 开销为 {}"; - public static final String STORAGE_LOG_SG_RELEASED_MEMORY_DELTA_BUT_STILL_EXCEEDING_FLUSH_PROPORTION_DB68D9D5 = - "SG ({}) 已释放内存 (delta:{}),但仍超过 flush 比例 (totalSgMemCost:{}),调用 flush。"; - public static final String STORAGE_LOG_SG_RELEASED_MEMORY_DELTA_SYSTEM_IS_IN_NORMAL_STATUS_TOTALSGMEMCOST_600A4A8D = - "SG ({}) 已释放内存 (delta:{}),系统处于正常状态 (totalSgMemCost:{})。"; - public static final String STORAGE_LOG_CHANGE_SYSTEM_TO_REJECT_STATUS_TRIGGERED_BY_LOGICAL_SG_MEM_6F9BCBD3 = - "将系统切换为拒绝状态。触发原因:logical SG ({}),内存开销增量 ({}),totalSgMemCost ({}),REJECT_THRESHOLD ({})"; - public static final String STORAGE_LOG_SG_RELEASED_MEMORY_DELTA_SET_SYSTEM_TO_NORMAL_STATUS_TOTALSGMEMCOST_0F714668 = - "SG ({}) 已释放内存 (delta:{}),将系统设置为正常状态 (totalSgMemCost:{})。"; - public static final String STORAGE_LOG_SG_RELEASED_MEMORY_DELTA_BUT_SYSTEM_IS_STILL_IN_REJECT_STATUS_AD5E475C = - "SG ({}) 已释放内存 (delta:{}),但系统仍处于拒绝状态 (totalSgMemCost:{})。"; - public static final String STORAGE_LOG_DEGRADE_LASTFLUSHTIMEMAP_OF_OLD_TIMEPARTITIONINFO_MEM_SIZE_BED053EE = - "[{}] 降级旧 TimePartitionInfo-{} 的 LastFlushTimeMap,内存大小为 {},剩余内存开销为 {}"; + public static final String + STORAGE_LOG_ERROR_OCCURRED_DURING_CREATING_FAIL_DIRECTORY_FOR_ACTIVE_7D3BEB38 = + "为 active load 创建失败目录 {} 时发生错误。"; + public static final String + STORAGE_LOG_FAILED_TO_AUTO_LOAD_TSFILE_ISGENERATEDBYPIPE_STATUS_FILE_F43E9EF7 = + "自动加载 TsFile {} (isGeneratedByPipe = {}) 失败,状态:{}。文件将被移动到失败目录。"; + public static final String + STORAGE_LOG_FAILED_TO_AUTO_LOAD_TSFILE_ISGENERATEDBYPIPE_DUE_TO_FILE_5EE1FA08 = + "无法自动加载 TsFile {} (isGeneratedByPipe = {}),原因:文件未找到,将跳过该文件。"; + public static final String + STORAGE_LOG_FAILED_TO_AUTO_LOAD_TSFILE_ISGENERATEDBYPIPE_BECAUSE_OF_07946D74 = + "自动加载 TsFile {} (isGeneratedByPipe = {}) 失败,原因:发生未知异常。文件将被移动到失败目录。"; + public static final String + STORAGE_LOG_ERROR_OCCURRED_DURING_HOT_RELOAD_ACTIVE_LOAD_DIRS_CURRENT_673AFC0F = + "热重载 active load 目录时发生错误。当前 active load 监听目录:{}。"; + public static final String + LOG_ACTIVE_LOAD_LISTENING_DIRECTORY_S_IS_SKIPPED_DURING_HOT_RELOAD_BECAUSE_IT_IS_UNDER_IOTDB_DATA_DIRECTORY_DA90CAE1 = + "Active Load 监听目录 {} 位于 data 目录下,热重载时将跳过该目录。"; + public static final String + LOG_FAILED_TO_VALIDATE_ACTIVE_LOAD_LISTENING_DIRECTORY_S_SKIP_SCANNING_ARG_0E6A508E = + "无法校验 Active Load 监听目录 {},将跳过扫描该目录。原因:{}"; + public static final String + STORAGE_LOG_CURRENT_DIR_PATH_IS_NOT_READABLE_SKIP_SCANNING_THIS_DIR_9C8B7E00 = + "当前目录路径不可读:{}。跳过扫描该目录。请检查权限。"; + public static final String + STORAGE_LOG_CURRENT_DIR_PATH_IS_NOT_WRITABLE_SKIP_SCANNING_THIS_DIR_4885E78F = + "当前目录路径不可写:{}。跳过扫描该目录。请检查权限。"; + public static final String + STORAGE_LOG_ERROR_OCCURRED_DURING_CHECKING_R_W_PERMISSION_OF_DIR_SKIP_3EC7FC7D = + "检查目录 {} 的 r/w 权限时发生错误。跳过扫描该目录。"; + public static final String + STORAGE_LOG_REPORT_DATABASE_STATUS_TO_THE_SYSTEM_AFTER_ADDING_CURRENT_8982BBD7 = + "向系统报告数据库状态。添加 {} 后,当前 sg 内存开销为 {}。"; + public static final String + STORAGE_LOG_THE_TOTAL_DATABASE_MEM_COSTS_ARE_TOO_LARGE_CALL_FOR_FLUSHING_26AD8CDF = + "数据库总内存开销过大,调用 flush。当前 sg 开销为 {}"; + public static final String + STORAGE_LOG_SG_RELEASED_MEMORY_DELTA_BUT_STILL_EXCEEDING_FLUSH_PROPORTION_DB68D9D5 = + "SG ({}) 已释放内存 (delta:{}),但仍超过 flush 比例 (totalSgMemCost:{}),调用 flush。"; + public static final String + STORAGE_LOG_SG_RELEASED_MEMORY_DELTA_SYSTEM_IS_IN_NORMAL_STATUS_TOTALSGMEMCOST_600A4A8D = + "SG ({}) 已释放内存 (delta:{}),系统处于正常状态 (totalSgMemCost:{})。"; + public static final String + STORAGE_LOG_CHANGE_SYSTEM_TO_REJECT_STATUS_TRIGGERED_BY_LOGICAL_SG_MEM_6F9BCBD3 = + "将系统切换为拒绝状态。触发原因:logical SG ({}),内存开销增量 ({}),totalSgMemCost ({}),REJECT_THRESHOLD ({})"; + public static final String + STORAGE_LOG_SG_RELEASED_MEMORY_DELTA_SET_SYSTEM_TO_NORMAL_STATUS_TOTALSGMEMCOST_0F714668 = + "SG ({}) 已释放内存 (delta:{}),将系统设置为正常状态 (totalSgMemCost:{})。"; + public static final String + STORAGE_LOG_SG_RELEASED_MEMORY_DELTA_BUT_SYSTEM_IS_STILL_IN_REJECT_STATUS_AD5E475C = + "SG ({}) 已释放内存 (delta:{}),但系统仍处于拒绝状态 (totalSgMemCost:{})。"; + public static final String + STORAGE_LOG_DEGRADE_LASTFLUSHTIMEMAP_OF_OLD_TIMEPARTITIONINFO_MEM_SIZE_BED053EE = + "[{}] 降级旧 TimePartitionInfo-{} 的 LastFlushTimeMap,内存大小为 {},剩余内存开销为 {}"; public static final String STORAGE_LOG_LIMIT_OF_ARRAY_DEQUE_SIZE_UPDATED_05DBA95E = "{} array deque 大小限制已更新:{} -> {}"; - public static final String STORAGE_LOG_LIMITUPDATETHRESHOLD_OF_PRIMITIVEARRAYMANAGER_UPDATED_394801AE = - "PrimitiveArrayManager 的 limitUpdateThreshold 已更新:{} -> {}"; + public static final String + STORAGE_LOG_LIMITUPDATETHRESHOLD_OF_PRIMITIVEARRAYMANAGER_UPDATED_394801AE = + "PrimitiveArrayManager 的 limitUpdateThreshold 已更新:{} -> {}"; public static final String STORAGE_LOG_CREATE_FOLDER_FAILED_IS_THE_FOLDER_EXISTED_18E29D51 = "创建目录 {} 失败。目录是否已存在:{}"; public static final String STORAGE_LOG_CAN_T_FIND_STRATEGY_FOR_MULT_DIRECTORIES_A06406EC = @@ -1209,152 +1439,198 @@ private StorageEngineMessages() {} // --------------------------------------------------------------------------- // 补充异常消息 // --------------------------------------------------------------------------- - public static final String STORAGE_EXCEPTION_SYSTEM_REJECTED_OVER_SMS_94CEF932 = - "系统拒绝,等待超过 %sms"; - public static final String STORAGE_EXCEPTION_FAILED_TO_CREATE_TSFILEWRITERMANAGER_FOR_UUID_S_BECAUSE_A0D68950 = - "磁盘空间不足,无法为 uuid %s 创建 TsFileWriterManager。"; + public static final String STORAGE_EXCEPTION_SYSTEM_REJECTED_OVER_SMS_94CEF932 = "系统拒绝,等待超过 %sms"; + public static final String + STORAGE_EXCEPTION_FAILED_TO_CREATE_TSFILEWRITERMANAGER_FOR_UUID_S_BECAUSE_A0D68950 = + "磁盘空间不足,无法为 uuid %s 创建 TsFileWriterManager。"; public static final String STORAGE_EXCEPTION_STORAGE_ALLOCATION_FAILED_FOR_S_TIER_D_E2C94F74 = "%s (tier %d) 的存储分配失败"; - public static final String STORAGE_EXCEPTION_DATA_REGION_S_S_IS_DOWN_BECAUSE_THE_TIME_OF_TSFILE_S_IS_1F732E71 = - "data region %s[%s] 已下线,原因:TsFile %s 的时间大于系统当前时间,文件时间为 %d,系统当前时间为 %d,请检查。"; - public static final String STORAGE_EXCEPTION_UNABLE_TO_CONTINUE_WRITING_DATA_BECAUSE_THE_SPACE_ALLOCATED_9A5FB99E = - "无法继续写入数据,数据库 %s 已分配空间已达到上限"; - public static final String STORAGE_EXCEPTION_FAILED_TO_CREATE_TSFILEPROCESSOR_FOR_DATABASE_S_TIMEPARTITIONID_0CD885BB = - "无法为数据库 %s、timePartitionId %s 创建 TsFileProcessor"; - public static final String STORAGE_EXCEPTION_DELETE_FAILED_PLEASE_DO_NOT_DELETE_UNTIL_THE_OLD_FILES_SETTLED_6C9F17CC = - "删除失败。请勿删除,直到旧文件 settle 完成。"; - public static final String STORAGE_EXCEPTION_MULTIPLE_ERRORS_OCCURRED_WHILE_WRITING_MOD_FILES_SEE_LOGS_529D7145 = - "写入 mod 文件时发生多个错误,详情见日志。"; + public static final String + STORAGE_EXCEPTION_DATA_REGION_S_S_IS_DOWN_BECAUSE_THE_TIME_OF_TSFILE_S_IS_1F732E71 = + "data region %s[%s] 已下线,原因:TsFile %s 的时间大于系统当前时间,文件时间为 %d,系统当前时间为 %d,请检查。"; + public static final String + STORAGE_EXCEPTION_UNABLE_TO_CONTINUE_WRITING_DATA_BECAUSE_THE_SPACE_ALLOCATED_9A5FB99E = + "无法继续写入数据,数据库 %s 已分配空间已达到上限"; + public static final String + STORAGE_EXCEPTION_FAILED_TO_CREATE_TSFILEPROCESSOR_FOR_DATABASE_S_TIMEPARTITIONID_0CD885BB = + "无法为数据库 %s、timePartitionId %s 创建 TsFileProcessor"; + public static final String + STORAGE_EXCEPTION_DELETE_FAILED_PLEASE_DO_NOT_DELETE_UNTIL_THE_OLD_FILES_SETTLED_6C9F17CC = + "删除失败。请勿删除,直到旧文件 settle 完成。"; + public static final String + STORAGE_EXCEPTION_MULTIPLE_ERRORS_OCCURRED_WHILE_WRITING_MOD_FILES_SEE_LOGS_529D7145 = + "写入 mod 文件时发生多个错误,详情见日志。"; public static final String STORAGE_EXCEPTION_MEET_ERROR_WHEN_SETTLING_FILE_S_4D6ECCEE = "settling 文件时遇到错误:%s"; - public static final String STORAGE_EXCEPTION_PEER_IS_INACTIVE_AND_NOT_READY_TO_WRITE_REQUEST_S_DATANODE_EDFE5AEF = - "Peer 处于 inactive 状态且尚未准备好写入请求,%s,DataNode Id:%s"; + public static final String + STORAGE_EXCEPTION_PEER_IS_INACTIVE_AND_NOT_READY_TO_WRITE_REQUEST_S_DATANODE_EDFE5AEF = + "Peer 处于 inactive 状态且尚未准备好写入请求,%s,DataNode Id:%s"; public static final String STORAGE_EXCEPTION_TSFILE_VALIDATE_FAILED_S_3CDE0677 = "TsFile validation 失败,%s"; - public static final String STORAGE_EXCEPTION_FILE_RENAMING_FAILED_WHEN_LOADING_TSFILE_ORIGIN_S_TARGET_37BDA16F = - "加载 TsFile 时重命名文件失败。Origin:%s,Target:%s,原因:%s"; - public static final String STORAGE_EXCEPTION_FILE_RENAMING_FAILED_WHEN_LOADING_RESOURCE_FILE_ORIGIN_S_9622AA6D = - "加载 .resource 文件时重命名文件失败。Origin:%s,Target:%s,原因:%s"; - public static final String STORAGE_EXCEPTION_FILE_RENAMING_FAILED_WHEN_LOADING_MOD_FILE_ORIGIN_S_TARGET_EEB4EDE7 = - "加载 .mod 文件时重命名文件失败。Origin:%s,Target:%s,原因:%s"; - public static final String STORAGE_EXCEPTION_TOTAL_ALLOCATED_MEMORY_FOR_DIRECT_BUFFER_WILL_BE_S_WHICH_FD7DC149 = - "direct buffer 总分配内存将达到 %s,大于 limit mem cost:%s"; + public static final String + STORAGE_EXCEPTION_FILE_RENAMING_FAILED_WHEN_LOADING_TSFILE_ORIGIN_S_TARGET_37BDA16F = + "加载 TsFile 时重命名文件失败。Origin:%s,Target:%s,原因:%s"; + public static final String + STORAGE_EXCEPTION_FILE_RENAMING_FAILED_WHEN_LOADING_RESOURCE_FILE_ORIGIN_S_9622AA6D = + "加载 .resource 文件时重命名文件失败。Origin:%s,Target:%s,原因:%s"; + public static final String + STORAGE_EXCEPTION_FILE_RENAMING_FAILED_WHEN_LOADING_MOD_FILE_ORIGIN_S_TARGET_EEB4EDE7 = + "加载 .mod 文件时重命名文件失败。Origin:%s,Target:%s,原因:%s"; + public static final String + STORAGE_EXCEPTION_TOTAL_ALLOCATED_MEMORY_FOR_DIRECT_BUFFER_WILL_BE_S_WHICH_FD7DC149 = + "direct buffer 总分配内存将达到 %s,大于 limit mem cost:%s"; public static final String STORAGE_EXCEPTION_S_ALREADY_EXISTS_AND_IS_NOT_EMPTY_CF0BD6A4 = "%s 已存在且非空"; public static final String STORAGE_EXCEPTION_S_S_WRITE_WAL_FAILED_S_5A7E61FB = "%s:%s 写入 WAL 失败:%s"; - public static final String STORAGE_EXCEPTION_MEMORY_NOT_ENOUGH_TO_CLONE_THE_TVLIST_DURING_FLUSH_PHASE_75C90725 = - "flush 阶段克隆 tvlist 的内存不足"; + public static final String + STORAGE_EXCEPTION_MEMORY_NOT_ENOUGH_TO_CLONE_THE_TVLIST_DURING_FLUSH_PHASE_75C90725 = + "flush 阶段克隆 tvlist 的内存不足"; public static final String STORAGE_EXCEPTION_DATA_TYPE_S_IS_NOT_SUPPORTED_5D5C02E4 = "不支持 Data type %s。"; public static final String STORAGE_EXCEPTION_CURINDEX_D_IS_NOT_EQUAL_TO_CURSEQINDEX_D_6B9B1134 = "curIndex %d 不等于 curSeqIndex %d"; public static final String STORAGE_EXCEPTION_CURINDEX_D_IS_NOT_EQUAL_TO_CURUNSEQINDEX_D_AB32F71D = "curIndex %d 不等于 curUnSeqIndex %d"; - public static final String STORAGE_EXCEPTION_PAGEID_IN_SHAREDTIMEDATABUFFER_SHOULD_BE_INCREMENTAL_A5E6C4EE = - "SharedTimeDataBuffer 中的 PageId 应递增。"; + public static final String + STORAGE_EXCEPTION_PAGEID_IN_SHAREDTIMEDATABUFFER_SHOULD_BE_INCREMENTAL_A5E6C4EE = + "SharedTimeDataBuffer 中的 PageId 应递增。"; public static final String STORAGE_EXCEPTION_CAN_T_READ_FILE_S_S_FROM_DISK_9D5066C0 = "无法从磁盘读取文件 %s%s"; - public static final String STORAGE_EXCEPTION_SHOULD_NOT_GET_PROGRESS_INDEX_FROM_A_UNCLOSING_TSFILERESOURCE_129FD925 = - "不应从未关闭的 TsFileResource 获取 progress index。"; - public static final String STORAGE_EXCEPTION_DIRECTORY_CREATION_FAILED_S_PERMISSION_DENIED_OR_PARENT_2855777B = - "目录创建失败:%s (权限被拒绝或父目录不可写)"; + public static final String + STORAGE_EXCEPTION_SHOULD_NOT_GET_PROGRESS_INDEX_FROM_A_UNCLOSING_TSFILERESOURCE_129FD925 = + "不应从未关闭的 TsFileResource 获取 progress index。"; + public static final String + STORAGE_EXCEPTION_DIRECTORY_CREATION_FAILED_S_PERMISSION_DENIED_OR_PARENT_2855777B = + "目录创建失败:%s (权限被拒绝或父目录不可写)"; public static final String STORAGE_EXCEPTION_FAILED_TO_GET_DEVICES_FROM_TSFILE_S_S_412EEA1A = "无法从 TsFile 获取 devices:%s%s"; public static final String STORAGE_EXCEPTION_UNSUPPORTED_RECORD_TYPE_IN_FILE_S_TYPE_S_DADEE641 = "文件 %s 中存在不支持的 record type,type:%s"; - public static final String STORAGE_EXCEPTION_CORRESPONDING_MEMORY_ESTIMATOR_FOR_S_PERFORMER_OF_S_SPACE_D543D3EF = - "%s performer 的 %s space compaction 对应内存估算器不存在。"; - public static final String STORAGE_EXCEPTION_HAS_BEEN_WAITING_OVER_S_SECONDS_FOR_ALL_SUB_COMPACTION_TASKS_76BD45D6 = - "等待所有 sub compaction 任务完成已超过 %s 秒。"; - public static final String STORAGE_EXCEPTION_HAS_BEEN_WAITING_OVER_S_SECONDS_FOR_ALL_COMPACTION_TASKS_87E1B82E = - "等待所有 compaction 任务完成已超过 %s 秒。"; - public static final String STORAGE_EXCEPTION_EXCEPTION_TO_PARSE_THE_TSFILE_S_IN_SETTLING_D40564AD = - "settling 过程中解析 TsFile 失败:%s"; + public static final String + STORAGE_EXCEPTION_CORRESPONDING_MEMORY_ESTIMATOR_FOR_S_PERFORMER_OF_S_SPACE_D543D3EF = + "%s performer 的 %s space compaction 对应内存估算器不存在。"; + public static final String + STORAGE_EXCEPTION_HAS_BEEN_WAITING_OVER_S_SECONDS_FOR_ALL_SUB_COMPACTION_TASKS_76BD45D6 = + "等待所有 sub compaction 任务完成已超过 %s 秒。"; + public static final String + STORAGE_EXCEPTION_HAS_BEEN_WAITING_OVER_S_SECONDS_FOR_ALL_COMPACTION_TASKS_87E1B82E = + "等待所有 compaction 任务完成已超过 %s 秒。"; + public static final String + STORAGE_EXCEPTION_EXCEPTION_TO_PARSE_THE_TSFILE_S_IN_SETTLING_D40564AD = + "settling 过程中解析 TsFile 失败:%s"; public static final String STORAGE_EXCEPTION_THESE_DEVICES_S_DO_NOT_EXIST_IN_THE_TSFILE_5A03F30D = "这些 devices (%s) 在 TsFile 中不存在"; - public static final String STORAGE_EXCEPTION_CANNOT_SET_SINGLE_TYPE_OF_SOURCE_FILES_TO_THIS_KIND_OF_PERFORMER_6B422172 = - "无法将单一类型的源文件设置给此类 performer"; - public static final String STORAGE_EXCEPTION_CANNOT_SET_BOTH_SEQ_FILES_AND_UNSEQ_FILES_TO_THIS_KIND_OF_F68F629E = - "无法将 seq 文件和 unseq 文件同时设置给此类 performer"; + public static final String + STORAGE_EXCEPTION_CANNOT_SET_SINGLE_TYPE_OF_SOURCE_FILES_TO_THIS_KIND_OF_PERFORMER_6B422172 = + "无法将单一类型的源文件设置给此类 performer"; + public static final String + STORAGE_EXCEPTION_CANNOT_SET_BOTH_SEQ_FILES_AND_UNSEQ_FILES_TO_THIS_KIND_OF_F68F629E = + "无法将 seq 文件和 unseq 文件同时设置给此类 performer"; public static final String STORAGE_EXCEPTION_THIS_TABLENAME_IS_S_MERGE_TABLENAME_IS_S_4B05FA97 = "当前 tableName 为 %s,merge tableName 为 %s"; public static final String STORAGE_EXCEPTION_S_S_COMPACTION_ABORT_7D0CB1E5 = "%s-%s [Compaction] 中止"; - public static final String STORAGE_EXCEPTION_FAILED_TO_PASS_COMPACTION_VALIDATION_RESOURCES_FILE_OR_TSFILE_4B78731F = - "无法通过 compaction validation,.resources 文件或 TsFile 数据错误"; + public static final String + STORAGE_EXCEPTION_FAILED_TO_PASS_COMPACTION_VALIDATION_RESOURCES_FILE_OR_TSFILE_4B78731F = + "无法通过 compaction validation,.resources 文件或 TsFile 数据错误"; public static final String STORAGE_EXCEPTION_FAILED_TO_DELETE_EMPTY_TARGET_FILE_S_324EF900 = "无法删除 empty target 文件 %s"; public static final String STORAGE_EXCEPTION_TARGET_FILE_IS_NOT_COMPLETED_S_E65150DB = "Target 文件未完成。%s"; - public static final String STORAGE_EXCEPTION_DOES_NOT_SUPPORT_THIS_METHOD_IN_READPOINTCROSSCOMPACTIONWRITER_D024F312 = - "ReadPointCrossCompactionWriter 不支持此方法"; + public static final String + STORAGE_EXCEPTION_DOES_NOT_SUPPORT_THIS_METHOD_IN_READPOINTCROSSCOMPACTIONWRITER_D024F312 = + "ReadPointCrossCompactionWriter 不支持此方法"; public static final String STORAGE_EXCEPTION_UNKNOWN_COMPACTION_LOG_LINE_S_C0A9DC05 = "未知的 compaction 日志行:%s"; public static final String STORAGE_EXCEPTION_PATH_S_CANNOT_BE_PARSED_INTO_FILE_INFO_631C48C8 = "Path %s 无法解析为文件信息"; public static final String STORAGE_EXCEPTION_STRING_S_IS_NOT_A_LEGAL_FILE_INFO_STRING_0CBEAB8E = "String %s 不是合法的文件信息字符串"; - public static final String STORAGE_EXCEPTION_UNSUPPORTED_DATA_TYPE_S_D16A1E9A = - "不支持的数据类型:%s"; - public static final String STORAGE_EXCEPTION_DO_NOT_HAVE_A_COMPLETE_PAGE_BODY_EXPECTED_S_ACTUAL_S_3A05EF8F = - "没有完整的 page body。期望:%s。实际:%s"; - public static final String STORAGE_EXCEPTION_COMPACTION_COMPACTION_FOR_TARGET_FILE_S_ABORT_46ECFF41 = - "[Compaction] target 文件 %s 的 compaction 中止"; - public static final String STORAGE_EXCEPTION_COMPACTIONTASKSUMMARY_FOR_FASTCOMPACTIONPERFORMER_SHOULD_F5710AA8 = - "FastCompactionPerformer 的 CompactionTaskSummary 应为 FastCompactionTaskSummary"; - public static final String STORAGE_EXCEPTION_COMPACTION_COMPACTION_FOR_TARGET_FILES_S_ABORT_AFC87906 = - "[Compaction] target 文件 %s 的 compaction 中止"; - public static final String STORAGE_EXCEPTION_ILLEGAL_COMPACTION_PERFORMER_FOR_UNSEQ_INNER_COMPACTION_50D566DF = - "非法的 unseq inner compaction performer %s"; - public static final String STORAGE_EXCEPTION_ILLEGAL_COMPACTION_PERFORMER_FOR_SEQ_INNER_COMPACTION_S_2C2F1F66 = - "非法的 seq inner compaction performer %s"; - public static final String STORAGE_EXCEPTION_ILLEGAL_COMPACTION_PERFORMER_FOR_CROSS_COMPACTION_S_17C6E05D = - "非法的 cross compaction performer %s"; - public static final String STORAGE_EXCEPTION_SOURCE_FILE_S_IS_DELETED_D2ED7D90 = - "源文件 %s 已删除"; + public static final String STORAGE_EXCEPTION_UNSUPPORTED_DATA_TYPE_S_D16A1E9A = "不支持的数据类型:%s"; + public static final String + STORAGE_EXCEPTION_DO_NOT_HAVE_A_COMPLETE_PAGE_BODY_EXPECTED_S_ACTUAL_S_3A05EF8F = + "没有完整的 page body。期望:%s。实际:%s"; + public static final String + STORAGE_EXCEPTION_COMPACTION_COMPACTION_FOR_TARGET_FILE_S_ABORT_46ECFF41 = + "[Compaction] target 文件 %s 的 compaction 中止"; + public static final String + STORAGE_EXCEPTION_COMPACTIONTASKSUMMARY_FOR_FASTCOMPACTIONPERFORMER_SHOULD_F5710AA8 = + "FastCompactionPerformer 的 CompactionTaskSummary 应为 FastCompactionTaskSummary"; + public static final String + STORAGE_EXCEPTION_COMPACTION_COMPACTION_FOR_TARGET_FILES_S_ABORT_AFC87906 = + "[Compaction] target 文件 %s 的 compaction 中止"; + public static final String + STORAGE_EXCEPTION_ILLEGAL_COMPACTION_PERFORMER_FOR_UNSEQ_INNER_COMPACTION_50D566DF = + "非法的 unseq inner compaction performer %s"; + public static final String + STORAGE_EXCEPTION_ILLEGAL_COMPACTION_PERFORMER_FOR_SEQ_INNER_COMPACTION_S_2C2F1F66 = + "非法的 seq inner compaction performer %s"; + public static final String + STORAGE_EXCEPTION_ILLEGAL_COMPACTION_PERFORMER_FOR_CROSS_COMPACTION_S_17C6E05D = + "非法的 cross compaction performer %s"; + public static final String STORAGE_EXCEPTION_SOURCE_FILE_S_IS_DELETED_D2ED7D90 = "源文件 %s 已删除"; public static final String STORAGE_EXCEPTION_S_S_EXCEEDS_SHORT_RANGE_1DF75A2D = "%s %s 超出 short 范围"; - public static final String STORAGE_EXCEPTION_THE_ELEMENT_SIZE_OF_WALENTRY_S_IS_LARGER_THAN_THE_TOTAL_E494520D = - "WALEntry %s 的元素大小大于 wal buffer queue 的总内存大小 %s"; - public static final String STORAGE_EXCEPTION_FAIL_TO_GET_WAL_FILE_BY_VERSIONID_S_AND_FILES_S_9CB045F4 = - "无法通过 versionId=%s 和 files=%s 获取 wal 文件。"; - public static final String STORAGE_EXCEPTION_CANNOT_MAKE_OTHER_CHECKPOINT_TYPES_IN_THE_WAL_BUFFER_TYPE_E9053BC1 = - "无法在 wal buffer 中创建其他 checkpoint 类型,type 为 %s"; + public static final String + STORAGE_EXCEPTION_THE_ELEMENT_SIZE_OF_WALENTRY_S_IS_LARGER_THAN_THE_TOTAL_E494520D = + "WALEntry %s 的元素大小大于 wal buffer queue 的总内存大小 %s"; + public static final String + STORAGE_EXCEPTION_FAIL_TO_GET_WAL_FILE_BY_VERSIONID_S_AND_FILES_S_9CB045F4 = + "无法通过 versionId=%s 和 files=%s 获取 wal 文件。"; + public static final String + STORAGE_EXCEPTION_CANNOT_MAKE_OTHER_CHECKPOINT_TYPES_IN_THE_WAL_BUFFER_TYPE_E9053BC1 = + "无法在 wal buffer 中创建其他 checkpoint 类型,type 为 %s"; public static final String STORAGE_EXCEPTION_FAILED_RECOVER_THE_RESOURCE_FILE_S_S_S_E35EF7D5 = "恢复 resource 文件失败:%s%s%s"; - public static final String STORAGE_EXCEPTION_THE_INITIAL_LIMITED_MEMORY_SIZE_D_IS_LESS_THAN_THE_MINIMUM_FC044302 = - "初始限制内存大小 %d 小于最小内存大小 %d"; - public static final String STORAGE_EXCEPTION_SETTOTALMEMORYSIZEINBYTES_IS_NOT_SUPPORTED_FOR_LOADTSFILEDATACACHEMEMORYBLOCK_DFAB2A2A = - "LoadTsFileDataCacheMemoryBlock 不支持 setTotalMemorySizeInBytes"; - public static final String STORAGE_EXCEPTION_FORCEALLOCATE_FAILED_TO_ALLOCATE_MEMORY_FROM_QUERY_ENGINE_F91D5959 = - "forceAllocate:重试 %s 次后仍无法从查询引擎分配内存,查询总内存 %s 字节,Load 当前可用内存 %s 字节,当前 Load 已使用内存大小 %s 字节,Load 请求的内存大小 %s 字节"; - public static final String STORAGE_EXCEPTION_LOAD_INVALID_MEMORY_SIZE_D_BYTES_MUST_BE_POSITIVE_D6586ED3 = - "Load:无效内存大小 %d 字节,必须为正数"; - public static final String STORAGE_EXCEPTION_LOAD_INVALID_MEMORY_SIZE_D_BYTES_MUST_BE_NON_NEGATIVE_A0146353 = - "Load:无效内存大小 %d 字节,必须为非负数"; - public static final String STORAGE_EXCEPTION_MAGIC_STRING_CHECK_ERROR_WHEN_PARSING_TSFILE_S_EA3D68E3 = - "解析 TsFile %s 时 Magic String 检查错误。"; - public static final String STORAGE_EXCEPTION_EMPTY_NONALIGNED_CHUNK_OR_TIME_CHUNK_WITH_OFFSET_D_IN_TSFILE_B1E462C9 = - "offset 为 %d 的 Nonaligned Chunk 或 Time Chunk 为空,TsFile 为 %s。"; - public static final String STORAGE_EXCEPTION_TIME_PARTITION_SLOTS_SIZE_IS_GREATER_THAN_S_D076F78E = - "Time partition slots size 大于 %s"; - public static final String STORAGE_EXCEPTION_CONSUME_ALIGNED_CHUNK_DATA_ERROR_NEXT_CHUNK_OFFSET_D_CHUNKDATA_D896FAE2 = - "消费 aligned chunk 数据出错,下一个 chunk 偏移量:%d,chunkData:%s"; - public static final String STORAGE_EXCEPTION_CONSUME_CHUNKDATA_ERROR_CHUNK_OFFSET_D_MEASUREMENT_S_CHUNKDATA_4A1F1EE1 = - "消费 chunkData 出错,chunk 偏移量:%d,measurement:%s,chunkData:%s"; - public static final String STORAGE_EXCEPTION_TOTAL_DATABASE_MEMCOST_S_IS_OVER_THAN_MEMORYSIZEFORWRITING_C63E4D72 = - "数据库总 MemCost %s 超过 MemorySizeForWriting %s"; - public static final String STORAGE_EXCEPTION_REQUIRED_FILE_NUM_D_IS_GREATER_THAN_THE_MAX_FILE_NUM_D_FOR_AB6DE95B = - "所需文件数 %d 大于 compaction 最大文件数 %d。"; - public static final String STORAGE_EXCEPTION_FAILED_TO_ALLOCATE_D_FILES_FOR_COMPACTION_AFTER_D_SECONDS_C701F750 = - "无法为 compaction 分配 %d 个文件,等待 %d 秒后仍失败,compaction 模块最大文件数为 %d,已使用 %d 个文件。"; - public static final String STORAGE_EXCEPTION_FAILED_TO_ALLOCATE_D_FILES_FOR_COMPACTION_MAX_FILE_NUM_FOR_9B954F8C = - "无法为 compaction 分配 %d 个文件,compaction 模块最大文件数为 %d,已使用 %d 个文件。"; - public static final String STORAGE_EXCEPTION_REQUIRED_MEMORY_COST_D_BYTES_IS_GREATER_THAN_THE_TOTAL_MEMORY_444D8FE4 = - "所需内存开销 %d 字节大于 compaction 总内存预算 %d 字节"; - public static final String STORAGE_EXCEPTION_FAILED_TO_ALLOCATE_D_BYTES_MEMORY_FOR_COMPACTION_TOTAL_MEMORY_33BE3C71 = - "无法为 compaction 分配 %d 字节内存,compaction 模块总内存预算为 %d 字节,已使用 %d 字节"; + public static final String + STORAGE_EXCEPTION_THE_INITIAL_LIMITED_MEMORY_SIZE_D_IS_LESS_THAN_THE_MINIMUM_FC044302 = + "初始限制内存大小 %d 小于最小内存大小 %d"; + public static final String + STORAGE_EXCEPTION_SETTOTALMEMORYSIZEINBYTES_IS_NOT_SUPPORTED_FOR_LOADTSFILEDATACACHEMEMORYBLOCK_DFAB2A2A = + "LoadTsFileDataCacheMemoryBlock 不支持 setTotalMemorySizeInBytes"; + public static final String + STORAGE_EXCEPTION_FORCEALLOCATE_FAILED_TO_ALLOCATE_MEMORY_FROM_QUERY_ENGINE_F91D5959 = + "forceAllocate:重试 %s 次后仍无法从查询引擎分配内存,查询总内存 %s 字节,Load 当前可用内存 %s 字节,当前 Load 已使用内存大小 %s 字节,Load 请求的内存大小 %s 字节"; + public static final String + STORAGE_EXCEPTION_LOAD_INVALID_MEMORY_SIZE_D_BYTES_MUST_BE_POSITIVE_D6586ED3 = + "Load:无效内存大小 %d 字节,必须为正数"; + public static final String + STORAGE_EXCEPTION_LOAD_INVALID_MEMORY_SIZE_D_BYTES_MUST_BE_NON_NEGATIVE_A0146353 = + "Load:无效内存大小 %d 字节,必须为非负数"; + public static final String + STORAGE_EXCEPTION_MAGIC_STRING_CHECK_ERROR_WHEN_PARSING_TSFILE_S_EA3D68E3 = + "解析 TsFile %s 时 Magic String 检查错误。"; + public static final String + STORAGE_EXCEPTION_EMPTY_NONALIGNED_CHUNK_OR_TIME_CHUNK_WITH_OFFSET_D_IN_TSFILE_B1E462C9 = + "offset 为 %d 的 Nonaligned Chunk 或 Time Chunk 为空,TsFile 为 %s。"; + public static final String + STORAGE_EXCEPTION_TIME_PARTITION_SLOTS_SIZE_IS_GREATER_THAN_S_D076F78E = + "Time partition slots size 大于 %s"; + public static final String + STORAGE_EXCEPTION_CONSUME_ALIGNED_CHUNK_DATA_ERROR_NEXT_CHUNK_OFFSET_D_CHUNKDATA_D896FAE2 = + "消费 aligned chunk 数据出错,下一个 chunk 偏移量:%d,chunkData:%s"; + public static final String + STORAGE_EXCEPTION_CONSUME_CHUNKDATA_ERROR_CHUNK_OFFSET_D_MEASUREMENT_S_CHUNKDATA_4A1F1EE1 = + "消费 chunkData 出错,chunk 偏移量:%d,measurement:%s,chunkData:%s"; + public static final String + STORAGE_EXCEPTION_TOTAL_DATABASE_MEMCOST_S_IS_OVER_THAN_MEMORYSIZEFORWRITING_C63E4D72 = + "数据库总 MemCost %s 超过 MemorySizeForWriting %s"; + public static final String + STORAGE_EXCEPTION_REQUIRED_FILE_NUM_D_IS_GREATER_THAN_THE_MAX_FILE_NUM_D_FOR_AB6DE95B = + "所需文件数 %d 大于 compaction 最大文件数 %d。"; + public static final String + STORAGE_EXCEPTION_FAILED_TO_ALLOCATE_D_FILES_FOR_COMPACTION_AFTER_D_SECONDS_C701F750 = + "无法为 compaction 分配 %d 个文件,等待 %d 秒后仍失败,compaction 模块最大文件数为 %d,已使用 %d 个文件。"; + public static final String + STORAGE_EXCEPTION_FAILED_TO_ALLOCATE_D_FILES_FOR_COMPACTION_MAX_FILE_NUM_FOR_9B954F8C = + "无法为 compaction 分配 %d 个文件,compaction 模块最大文件数为 %d,已使用 %d 个文件。"; + public static final String + STORAGE_EXCEPTION_REQUIRED_MEMORY_COST_D_BYTES_IS_GREATER_THAN_THE_TOTAL_MEMORY_444D8FE4 = + "所需内存开销 %d 字节大于 compaction 总内存预算 %d 字节"; + public static final String + STORAGE_EXCEPTION_FAILED_TO_ALLOCATE_D_BYTES_MEMORY_FOR_COMPACTION_TOTAL_MEMORY_33BE3C71 = + "无法为 compaction 分配 %d 字节内存,compaction 模块总内存预算为 %d 字节,已使用 %d 字节"; public static final String STORAGE_EXCEPTION_NUMBER_OF_REQUESTS_EXCEEDED_WAIT_SMS_30F0842F = "请求数量超限 - 等待 %sms"; public static final String STORAGE_EXCEPTION_REQUEST_SIZE_LIMIT_EXCEEDED_WAIT_SMS_11C1E549 = @@ -1367,24 +1643,24 @@ private StorageEngineMessages() {} "读取请求数量超限 - 等待 %sms"; public static final String STORAGE_EXCEPTION_READ_SIZE_LIMIT_EXCEEDED_WAIT_SMS_E19598BA = "读取大小超限 - 等待 %sms"; - public static final String STORAGE_EXCEPTION_UNABLE_TO_CREATE_DIRECTORY_S_BECAUSE_THERE_IS_FILE_UNDER_1C59ACFC = - "无法创建目录 %s,原因:该路径下存在文件,请检查配置并重启。"; - public static final String STORAGE_EXCEPTION_UNABLE_TO_CREATE_DIRECTORY_S_PLEASE_CHECK_CONFIGURATION_BA580B67 = - "无法创建目录 %s,请检查配置并重启。"; - public static final String STORAGE_EXCEPTION_CONFLICT_IS_DETECTED_IN_DIRECTORY_S_WHICH_MAY_BE_BEING_USED_CB5C77FC = - "目录 %s 检测到冲突,可能正被另一个 IoTDB 使用 (ProcessId=%s)。请检查配置并重启。"; + public static final String + STORAGE_EXCEPTION_UNABLE_TO_CREATE_DIRECTORY_S_BECAUSE_THERE_IS_FILE_UNDER_1C59ACFC = + "无法创建目录 %s,原因:该路径下存在文件,请检查配置并重启。"; + public static final String + STORAGE_EXCEPTION_UNABLE_TO_CREATE_DIRECTORY_S_PLEASE_CHECK_CONFIGURATION_BA580B67 = + "无法创建目录 %s,请检查配置并重启。"; + public static final String + STORAGE_EXCEPTION_CONFLICT_IS_DETECTED_IN_DIRECTORY_S_WHICH_MAY_BE_BEING_USED_CB5C77FC = + "目录 %s 检测到冲突,可能正被另一个 IoTDB 使用 (ProcessId=%s)。请检查配置并重启。"; public static final String COMPACTION_INNER_SPACE = "内部"; public static final String COMPACTION_CROSS_SPACE = "跨空间"; - public static final String DEVICE_DOES_NOT_EXIST_IN_RESOURCE_FILE_FMT = - "%s 在资源文件中不存在"; + public static final String DEVICE_DOES_NOT_EXIST_IN_RESOURCE_FILE_FMT = "%s 在资源文件中不存在"; public static final String TARGET_FILE_SMALLER_THAN_MAGIC_STRING_AND_VERSION_NUMBER_SIZE_FMT = "目标文件 %s 小于 magic string 和版本号大小"; public static final String CURRENT_POINT_TIMESTAMP_SHOULD_BE_LATER_FMT = "%s 的当前点时间戳为 %s,应晚于最后时间 %s"; - public static final String DEVICE_TIME_RANGE_VERIFICATION_FAILED_FMT = - "设备(%s) 的时间范围校验失败。%s"; - public static final String CURRENT_DEVICE_TIME_RANGE_MISMATCH_FMT = - "当前设备时间范围为 %s,应等于实际设备时间范围 %s"; + public static final String DEVICE_TIME_RANGE_VERIFICATION_FAILED_FMT = "设备(%s) 的时间范围校验失败。%s"; + public static final String CURRENT_DEVICE_TIME_RANGE_MISMATCH_FMT = "当前设备时间范围为 %s,应等于实际设备时间范围 %s"; public static final String CURRENT_TIMESERIES_METADATA_MISMATCH_FMT = "当前 timeseriesMetadata 为 %s,应等于实际时间范围 %s"; public static final String CURRENT_CHUNK_METADATA_MISMATCH_FMT = @@ -1403,28 +1679,45 @@ private StorageEngineMessages() {} public static final String BROKEN_WAL_FILE_FMT = "WAL 文件 %s 损坏,大小为 %d"; public static final String TSFILE_READER_CLOSED_BECAUSE_NO_REFERENCE = "{} TsFileReader 因没有引用已关闭。"; - public static final String CLOSED_TSFILE_READER_CLOSED = - "{} closedTsFileReader 已关闭。"; - public static final String UNCLOSED_TSFILE_READER_CLOSED = - "{} unclosedTsFileReader 已关闭。"; + public static final String CLOSED_TSFILE_READER_CLOSED = "{} closedTsFileReader 已关闭。"; + public static final String UNCLOSED_TSFILE_READER_CLOSED = "{} unclosedTsFileReader 已关闭。"; // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- - public static final String MESSAGE_NO_LOAD_TSFILE_UUID_ARG_RECORDED_EXECUTE_LOAD_COMMAND_ARG_66722D80 = "未记录 Load TsFile uuid %s,执行 Load 命令为 %s。"; - public static final String EXCEPTION_NON_MINUS_ALIGNED_CHUNK_ONLY_HAS_ONE_MEASUREMENT_COMMA_BUT_MEASUREMENTINDEX_IS_E1A87F80 = "非对齐 chunk 只有一个 measurement,但 measurementIndex 为 "; - public static final String MESSAGE_LOAD_QUERY_FALLBACK_FAILED_FOR_DEVICE_ARG_MEASUREMENTS_ARG_IN_TSFILE_ARG_50771955 = "Load:设备 {} 测点 {} 在 TsFile {} 中的查询回退失败。"; - public static final String MESSAGE_LOAD_FAILED_TO_INITIALIZE_QUERY_FALLBACK_FOR_TSFILE_ARG_AFTER_SCAN_PARSER_FAILURE_143B6037 = "Load:scan parser 失败后,TsFile {} 的查询回退初始化失败。"; - public static final String MESSAGE_LOAD_SCAN_PARSER_DETECTED_A_CORRUPTED_SECTION_IN_TSFILE_ARG_AT_DEVICE_ARG_E2632421 = "Load:scan parser 在 TsFile {} 的设备 {} 处检测到损坏的数据段。"; - public static final String EXCEPTION_EXPECTED_PIPERAWTABLETINSERTIONEVENT_BUT_GOT_D1D1DD05 = "期望 PipeRawTabletInsertionEvent,但得到 "; - public static final String MESSAGE_LOAD_FAILED_TO_INITIALIZE_QUERY_FALLBACK_FOR_DEVICE_ARG_MEASUREMENTS_ARG_IN_TSFILE_ARG_0BF15119 = "Load:设备 {} 测点 {} 在 TsFile {} 中的查询回退初始化失败。"; - public static final String MESSAGE_LOAD_QUERY_FALLBACK_FAILED_FOR_DEVICE_ARG_MEASUREMENTS_ARG_IN_TSFILE_ARG_SPLIT_OR_SKIP_THIS_QUERY_TASK_AND_CONTINUE_3A4EA407 = - "Load:设备 {} 测点 {} 在 TsFile {} 中的查询回退失败。拆分或跳过该查询任务并继续。"; - public static final String MESSAGE_LOAD_SCAN_PARSER_DETECTED_A_CORRUPTED_SECTION_IN_TSFILE_ARG_AT_DEVICE_ARG_SWITCH_TO_QUERY_PARSING_FOR_REMAINING_DEVICES_EFA07985 = - "Load:scan parser 在 TsFile {} 的设备 {} 处检测到损坏的数据段。切换到查询解析来处理剩余设备。"; - public static final String MESSAGE_LOAD_FAILED_TO_INITIALIZE_QUERY_FALLBACK_FOR_DEVICE_ARG_MEASUREMENTS_ARG_IN_TSFILE_ARG_SPLIT_OR_SKIP_THIS_QUERY_TASK_AND_CONTINUE_C6F69685 = - "Load:设备 {} 测点 {} 在 TsFile {} 中的查询回退初始化失败。拆分或跳过该查询任务并继续。"; - public static final String MESSAGE_THE_ASSOCIATED_RESOURCE_FILE_OF_ARG_IS_NOT_FOUND_IN_THE_SNAPSHOT_CB9152B5 = "在快照中未找到 {} 关联的资源文件"; - public static final String MESSAGE_EVICTED_NON_EXISTING_EXISTING_SERIES_COUNT_ARG_ARG_ARG_TOTAL_REQUEST_ARG_3026ADBD = "淘汰的不存在/已存在时间序列数量:{}/{}({}),总请求数:{}"; - + public static final String + MESSAGE_NO_LOAD_TSFILE_UUID_ARG_RECORDED_EXECUTE_LOAD_COMMAND_ARG_66722D80 = + "未记录 Load TsFile uuid %s,执行 Load 命令为 %s。"; + public static final String + EXCEPTION_NON_MINUS_ALIGNED_CHUNK_ONLY_HAS_ONE_MEASUREMENT_COMMA_BUT_MEASUREMENTINDEX_IS_E1A87F80 = + "非对齐 chunk 只有一个 measurement,但 measurementIndex 为 "; + public static final String + MESSAGE_LOAD_QUERY_FALLBACK_FAILED_FOR_DEVICE_ARG_MEASUREMENTS_ARG_IN_TSFILE_ARG_50771955 = + "Load:设备 {} 测点 {} 在 TsFile {} 中的查询回退失败。"; + public static final String + MESSAGE_LOAD_FAILED_TO_INITIALIZE_QUERY_FALLBACK_FOR_TSFILE_ARG_AFTER_SCAN_PARSER_FAILURE_143B6037 = + "Load:scan parser 失败后,TsFile {} 的查询回退初始化失败。"; + public static final String + MESSAGE_LOAD_SCAN_PARSER_DETECTED_A_CORRUPTED_SECTION_IN_TSFILE_ARG_AT_DEVICE_ARG_E2632421 = + "Load:scan parser 在 TsFile {} 的设备 {} 处检测到损坏的数据段。"; + public static final String EXCEPTION_EXPECTED_PIPERAWTABLETINSERTIONEVENT_BUT_GOT_D1D1DD05 = + "期望 PipeRawTabletInsertionEvent,但得到 "; + public static final String + MESSAGE_LOAD_FAILED_TO_INITIALIZE_QUERY_FALLBACK_FOR_DEVICE_ARG_MEASUREMENTS_ARG_IN_TSFILE_ARG_0BF15119 = + "Load:设备 {} 测点 {} 在 TsFile {} 中的查询回退初始化失败。"; + public static final String + MESSAGE_LOAD_QUERY_FALLBACK_FAILED_FOR_DEVICE_ARG_MEASUREMENTS_ARG_IN_TSFILE_ARG_SPLIT_OR_SKIP_THIS_QUERY_TASK_AND_CONTINUE_3A4EA407 = + "Load:设备 {} 测点 {} 在 TsFile {} 中的查询回退失败。拆分或跳过该查询任务并继续。"; + public static final String + MESSAGE_LOAD_SCAN_PARSER_DETECTED_A_CORRUPTED_SECTION_IN_TSFILE_ARG_AT_DEVICE_ARG_SWITCH_TO_QUERY_PARSING_FOR_REMAINING_DEVICES_EFA07985 = + "Load:scan parser 在 TsFile {} 的设备 {} 处检测到损坏的数据段。切换到查询解析来处理剩余设备。"; + public static final String + MESSAGE_LOAD_FAILED_TO_INITIALIZE_QUERY_FALLBACK_FOR_DEVICE_ARG_MEASUREMENTS_ARG_IN_TSFILE_ARG_SPLIT_OR_SKIP_THIS_QUERY_TASK_AND_CONTINUE_C6F69685 = + "Load:设备 {} 测点 {} 在 TsFile {} 中的查询回退初始化失败。拆分或跳过该查询任务并继续。"; + public static final String + MESSAGE_THE_ASSOCIATED_RESOURCE_FILE_OF_ARG_IS_NOT_FOUND_IN_THE_SNAPSHOT_CB9152B5 = + "在快照中未找到 {} 关联的资源文件"; + public static final String + MESSAGE_EVICTED_NON_EXISTING_EXISTING_SERIES_COUNT_ARG_ARG_ARG_TOTAL_REQUEST_ARG_3026ADBD = + "淘汰的不存在/已存在时间序列数量:{}/{}({}),总请求数:{}"; } diff --git a/iotdb-core/metrics/core/src/main/i18n/en/org/apache/iotdb/metrics/core/i18n/MetricsCoreMessages.java b/iotdb-core/metrics/core/src/main/i18n/en/org/apache/iotdb/metrics/core/i18n/MetricsCoreMessages.java index b667b7184957..0afbda1e9527 100644 --- a/iotdb-core/metrics/core/src/main/i18n/en/org/apache/iotdb/metrics/core/i18n/MetricsCoreMessages.java +++ b/iotdb-core/metrics/core/src/main/i18n/en/org/apache/iotdb/metrics/core/i18n/MetricsCoreMessages.java @@ -24,7 +24,8 @@ public final class MetricsCoreMessages { // --- IoTDBJmxReporter --- public static final String JMX_REGISTER_FAILED = "IoTDB Metric: Unable to register "; public static final String JMX_UNREGISTER_FAILED = "IoTDB Metric: Unable to unregister: "; - public static final String JMX_REPORTER_ALREADY_START = "IoTDB Metric: JmxReporter already start!"; + public static final String JMX_REPORTER_ALREADY_START = + "IoTDB Metric: JmxReporter already start!"; public static final String JMX_REPORTER_START_FAILED = "IoTDB Metric: JmxReporter failed to start, because "; public static final String JMX_REPORTER_START = "IoTDB Metric: JmxReporter start!"; @@ -36,9 +37,11 @@ public final class MetricsCoreMessages { public static final String JMX_UNABLE_TO_REGISTER = "IoTDB Metric: Unable to register {} {}"; private MetricsCoreMessages() {} + // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- - public static final String LOG_DETECTED_ERROR_TAKING_SNAPSHOT_MAY_CAUSE_MISS_DURING_RECORDING_2BAE49C4 = "Detected an error while taking snapshot, may cause a miss during this recording."; - + public static final String + LOG_DETECTED_ERROR_TAKING_SNAPSHOT_MAY_CAUSE_MISS_DURING_RECORDING_2BAE49C4 = + "Detected an error while taking snapshot, may cause a miss during this recording."; } diff --git a/iotdb-core/metrics/core/src/main/i18n/zh/org/apache/iotdb/metrics/core/i18n/MetricsCoreMessages.java b/iotdb-core/metrics/core/src/main/i18n/zh/org/apache/iotdb/metrics/core/i18n/MetricsCoreMessages.java index 9a83163d2983..87d94eac0906 100644 --- a/iotdb-core/metrics/core/src/main/i18n/zh/org/apache/iotdb/metrics/core/i18n/MetricsCoreMessages.java +++ b/iotdb-core/metrics/core/src/main/i18n/zh/org/apache/iotdb/metrics/core/i18n/MetricsCoreMessages.java @@ -25,20 +25,20 @@ public final class MetricsCoreMessages { public static final String JMX_REGISTER_FAILED = "IoTDB 指标:无法注册 "; public static final String JMX_UNREGISTER_FAILED = "IoTDB 指标:无法注销:"; public static final String JMX_REPORTER_ALREADY_START = "IoTDB 指标:JmxReporter 已启动!"; - public static final String JMX_REPORTER_START_FAILED = - "IoTDB 指标:JmxReporter 启动失败,原因:"; + public static final String JMX_REPORTER_START_FAILED = "IoTDB 指标:JmxReporter 启动失败,原因:"; public static final String JMX_REPORTER_START = "IoTDB 指标:JmxReporter 已启动!"; - public static final String JMX_REPORTER_STOP_FAILED = - "IoTDB 指标:JmxReporter 停止失败,原因:"; + public static final String JMX_REPORTER_STOP_FAILED = "IoTDB 指标:JmxReporter 停止失败,原因:"; public static final String JMX_REPORTER_STOP = "IoTDB 指标:JmxReporter 已停止!"; // --- IoTDBMetricObjNameFactory --- public static final String JMX_UNABLE_TO_REGISTER = "IoTDB 指标:无法注册 {} {}"; private MetricsCoreMessages() {} + // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- - public static final String LOG_DETECTED_ERROR_TAKING_SNAPSHOT_MAY_CAUSE_MISS_DURING_RECORDING_2BAE49C4 = "获取快照时检测到错误,可能导致本次记录缺失。"; - + public static final String + LOG_DETECTED_ERROR_TAKING_SNAPSHOT_MAY_CAUSE_MISS_DURING_RECORDING_2BAE49C4 = + "获取快照时检测到错误,可能导致本次记录缺失。"; } diff --git a/iotdb-core/metrics/interface/src/main/i18n/en/org/apache/iotdb/metrics/i18n/MetricsMessages.java b/iotdb-core/metrics/interface/src/main/i18n/en/org/apache/iotdb/metrics/i18n/MetricsMessages.java index 778da2b32bfb..5575df1d1f3c 100644 --- a/iotdb-core/metrics/interface/src/main/i18n/en/org/apache/iotdb/metrics/i18n/MetricsMessages.java +++ b/iotdb-core/metrics/interface/src/main/i18n/en/org/apache/iotdb/metrics/i18n/MetricsMessages.java @@ -26,9 +26,11 @@ public final class MetricsMessages { // --- CompositeReporter --- public static final String REPORTER_START_FAILED = "Failed to start {} reporter."; - public static final String REPORTER_START_NOT_FOUND = "Failed to start {} reporter because not find."; + public static final String REPORTER_START_NOT_FOUND = + "Failed to start {} reporter because not find."; public static final String REPORTER_STOP_FAILED = "Failed to stop {} reporter."; - public static final String REPORTER_STOP_NOT_FOUND = "Failed to stop {} reporter because not find."; + public static final String REPORTER_STOP_NOT_FOUND = + "Failed to stop {} reporter because not find."; // --- MetricConfig --- public static final String GET_PID_FAILED = "Failed to get pid, because "; @@ -47,7 +49,8 @@ public final class MetricsMessages { "IoTDBSessionReporter failed to insert record, because "; // --- PrometheusReporter --- - public static final String PROMETHEUS_REPORTER_ALREADY_START = "PrometheusReporter already start!"; + public static final String PROMETHEUS_REPORTER_ALREADY_START = + "PrometheusReporter already start!"; public static final String PROMETHEUS_REPORTER_START_FAILED = "PrometheusReporter failed to start, because "; public static final String PROMETHEUS_UNEXPECTED_AUTH = "Unexpected auth string: {}"; @@ -81,8 +84,7 @@ public final class MetricsMessages { // --- LinuxDiskMetricsManager --- public static final String FAILED_TO_GET_SECTOR_SIZE = "Failed to get the sector size of {}"; - public static final String CANNOT_FIND_DISK_IO_STATUS_FILE = - "Cannot find disk io status file {}"; + public static final String CANNOT_FIND_DISK_IO_STATUS_FILE = "Cannot find disk io status file {}"; public static final String ERROR_UPDATING_DISK_IO_INFO = "Meets error while updating disk io info"; public static final String CANNOT_FIND_PROCESS_IO_STATUS_FILE = @@ -107,26 +109,49 @@ public final class MetricsMessages { "Interrupted while collecting windows disk metrics"; private MetricsMessages() {} + // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- - public static final String LOG_FAILED_LOAD_ARG_REPORTER_BECAUSE_ALREADY_EXISTED_4BAF2E58 = "Failed to load {} reporter because already existed"; - public static final String EXCEPTION_FAILED_REMOVE_BECAUSE_MISMATCH_TYPE_044E55F6 = " failed to remove because the mismatch of type. "; - public static final String LOG_SIZE_METRIC_TAGS_SHOULD_EVEN_BUT_WAS_ODD_TAGS_ARG_201E6A2A = "The size of metric tags should be even, but was odd, tags: {}."; - public static final String LOG_GC_NOTIFICATIONS_WILL_NOT_AVAILABLE_BECAUSE_MEMORYPOOLMXBEANS_86C3EB6B = "GC notifications will not be available because MemoryPoolMXBeans "; + public static final String LOG_FAILED_LOAD_ARG_REPORTER_BECAUSE_ALREADY_EXISTED_4BAF2E58 = + "Failed to load {} reporter because already existed"; + public static final String EXCEPTION_FAILED_REMOVE_BECAUSE_MISMATCH_TYPE_044E55F6 = + " failed to remove because the mismatch of type. "; + public static final String LOG_SIZE_METRIC_TAGS_SHOULD_EVEN_BUT_WAS_ODD_TAGS_ARG_201E6A2A = + "The size of metric tags should be even, but was odd, tags: {}."; + public static final String + LOG_GC_NOTIFICATIONS_WILL_NOT_AVAILABLE_BECAUSE_MEMORYPOOLMXBEANS_86C3EB6B = + "GC notifications will not be available because MemoryPoolMXBeans "; public static final String LOG_NOT_PROVIDED_JVM_948976D1 = "are not provided by the JVM"; - public static final String LOG_GC_NOTIFICATIONS_WILL_NOT_AVAILABLE_BECAUSE_22FD13E0 = "GC notifications will not be available because "; - public static final String LOG_COM_SUN_MANAGEMENT_GARBAGECOLLECTIONNOTIFICATIONINFO_NOT_PRESENT_FA43486E = "com.sun.management.GarbageCollectionNotificationInfo is not present"; - public static final String LOG_FAILED_GET_MEMORY_BECAUSE_041BE661 = "Failed to get memory, because "; - public static final String LOG_INTERRUPTED_WAITING_MEMORY_COMMAND_CF538E10 = "Interrupted while waiting for memory command"; - public static final String LOG_FAILED_REMOVE_LOGBACKMETRICS_BECAUSE_9BE74246 = "Failed to remove logBackMetrics, because "; - public static final String LOG_ARG_WINDOWS_DISK_METRICS_WILL_SKIPPED_ARG_MS_BEFORE_RETRYING_1F1EB4C4 = "{}. Windows disk metrics will be skipped for {} ms before retrying."; - public static final String LOG_ARG_ARG_WINDOWS_DISK_METRICS_WILL_SKIPPED_ARG_MS_BEFORE_74269D0A = "{}: {}. Windows disk metrics will be skipped for {} ms before retrying."; - public static final String LOG_FAILED_WINDOWS_DISK_METRICS_POWERSHELL_COMMAND_ARG_OUTPUT_ARG_16D24C0C = "Failed windows disk metrics powershell command: {}, output: {}"; - public static final String LOG_ARG_WINDOWS_DISK_METRICS_COLLECTION_STILL_RETRY_BACKOFF_C237EE87 = "{}. Windows disk metrics collection is still in retry backoff."; - public static final String LOG_RECOVERED_WINDOWS_DISK_METRICS_COLLECTION_THROUGH_POWERSHELL_CIM_03B9110E = "Recovered windows disk metrics collection through PowerShell/CIM."; - public static final String LOG_IOTDBSESSIONREPORTER_START_WRITE_ARG_ARG_E79CDDAE = "IoTDBSessionReporter start, write to {}:{}"; - public static final String LOG_PROMETHEUSREPORTER_STARTED_USE_PORT_ARG_A688FFC8 = "PrometheusReporter started, use port {}"; - public static final String LOG_DETECTED_ERROR_TAKING_METRIC_TIMER_SNAPSHOT_WILL_DISCARD_METRIC_B7154169 = "Detected an error when taking metric timer snapshot, will discard this metric"; - + public static final String LOG_GC_NOTIFICATIONS_WILL_NOT_AVAILABLE_BECAUSE_22FD13E0 = + "GC notifications will not be available because "; + public static final String + LOG_COM_SUN_MANAGEMENT_GARBAGECOLLECTIONNOTIFICATIONINFO_NOT_PRESENT_FA43486E = + "com.sun.management.GarbageCollectionNotificationInfo is not present"; + public static final String LOG_FAILED_GET_MEMORY_BECAUSE_041BE661 = + "Failed to get memory, because "; + public static final String LOG_INTERRUPTED_WAITING_MEMORY_COMMAND_CF538E10 = + "Interrupted while waiting for memory command"; + public static final String LOG_FAILED_REMOVE_LOGBACKMETRICS_BECAUSE_9BE74246 = + "Failed to remove logBackMetrics, because "; + public static final String + LOG_ARG_WINDOWS_DISK_METRICS_WILL_SKIPPED_ARG_MS_BEFORE_RETRYING_1F1EB4C4 = + "{}. Windows disk metrics will be skipped for {} ms before retrying."; + public static final String LOG_ARG_ARG_WINDOWS_DISK_METRICS_WILL_SKIPPED_ARG_MS_BEFORE_74269D0A = + "{}: {}. Windows disk metrics will be skipped for {} ms before retrying."; + public static final String + LOG_FAILED_WINDOWS_DISK_METRICS_POWERSHELL_COMMAND_ARG_OUTPUT_ARG_16D24C0C = + "Failed windows disk metrics powershell command: {}, output: {}"; + public static final String LOG_ARG_WINDOWS_DISK_METRICS_COLLECTION_STILL_RETRY_BACKOFF_C237EE87 = + "{}. Windows disk metrics collection is still in retry backoff."; + public static final String + LOG_RECOVERED_WINDOWS_DISK_METRICS_COLLECTION_THROUGH_POWERSHELL_CIM_03B9110E = + "Recovered windows disk metrics collection through PowerShell/CIM."; + public static final String LOG_IOTDBSESSIONREPORTER_START_WRITE_ARG_ARG_E79CDDAE = + "IoTDBSessionReporter start, write to {}:{}"; + public static final String LOG_PROMETHEUSREPORTER_STARTED_USE_PORT_ARG_A688FFC8 = + "PrometheusReporter started, use port {}"; + public static final String + LOG_DETECTED_ERROR_TAKING_METRIC_TIMER_SNAPSHOT_WILL_DISCARD_METRIC_B7154169 = + "Detected an error when taking metric timer snapshot, will discard this metric"; } diff --git a/iotdb-core/metrics/interface/src/main/i18n/zh/org/apache/iotdb/metrics/i18n/MetricsMessages.java b/iotdb-core/metrics/interface/src/main/i18n/zh/org/apache/iotdb/metrics/i18n/MetricsMessages.java index fd68351a9397..61a159e9fe6b 100644 --- a/iotdb-core/metrics/interface/src/main/i18n/zh/org/apache/iotdb/metrics/i18n/MetricsMessages.java +++ b/iotdb-core/metrics/interface/src/main/i18n/zh/org/apache/iotdb/metrics/i18n/MetricsMessages.java @@ -34,25 +34,20 @@ public final class MetricsMessages { public static final String GET_PID_FAILED = "获取 pid 失败,原因:"; // --- IoTDBSessionReporter --- - public static final String IOTDB_SESSION_REPORTER_DB_FAILED = - "IoTDBSessionReporter 检查或创建数据库失败。"; + public static final String IOTDB_SESSION_REPORTER_DB_FAILED = "IoTDBSessionReporter 检查或创建数据库失败。"; public static final String IOTDB_SESSION_REPORTER_DB_FAILED_BECAUSE = "IoTDBSessionReporter 检查或创建数据库失败,原因:"; - public static final String IOTDB_SESSION_REPORTER_ALREADY_START = - "IoTDBSessionReporter 已启动!"; - public static final String IOTDB_SESSION_REPORTER_START_FAILED = - "IoTDBSessionReporter 启动失败,原因:"; + public static final String IOTDB_SESSION_REPORTER_ALREADY_START = "IoTDBSessionReporter 已启动!"; + public static final String IOTDB_SESSION_REPORTER_START_FAILED = "IoTDBSessionReporter 启动失败,原因:"; public static final String IOTDB_SESSION_REPORTER_STOP = "IoTDBSessionReporter 已停止!"; public static final String IOTDB_SESSION_REPORTER_INSERT_FAILED = "IoTDBSessionReporter 插入记录失败,原因:"; // --- PrometheusReporter --- public static final String PROMETHEUS_REPORTER_ALREADY_START = "PrometheusReporter 已启动!"; - public static final String PROMETHEUS_REPORTER_START_FAILED = - "PrometheusReporter 启动失败,原因:"; + public static final String PROMETHEUS_REPORTER_START_FAILED = "PrometheusReporter 启动失败,原因:"; public static final String PROMETHEUS_UNEXPECTED_AUTH = "意外的认证字符串:{}"; - public static final String PROMETHEUS_REPORTER_STOP_FAILED = - "Prometheus 上报器停止失败,原因:"; + public static final String PROMETHEUS_REPORTER_STOP_FAILED = "Prometheus 上报器停止失败,原因:"; public static final String PROMETHEUS_REPORTER_STOP = "PrometheusReporter 已停止!"; public static final String KEYSTORE_OR_TRUSTSTORE_NULL = "Keystore 或 Truststore 为 null"; @@ -72,57 +67,69 @@ public final class MetricsMessages { public static final String READ_NET_STATUS_ERROR = "读取 {} 时发生异常"; public static final String READ_NET_STATUS_FOR_NET_ERROR = "读取 {} 以获取网络状态时发生错误"; public static final String FAILED_TO_GET_SOCKET_NUM = "获取 socket 数量失败"; - public static final String INTERRUPTED_WHILE_WAITING_SOCKET_NUM = - "等待获取 socket 数量命令时被中断"; - public static final String FAILED_TO_PARSE_SOCKET_NUM = - "从命令输出解析 socket 数量失败:'{}'"; + public static final String INTERRUPTED_WHILE_WAITING_SOCKET_NUM = "等待获取 socket 数量命令时被中断"; + public static final String FAILED_TO_PARSE_SOCKET_NUM = "从命令输出解析 socket 数量失败:'{}'"; // --- LinuxDiskMetricsManager --- public static final String FAILED_TO_GET_SECTOR_SIZE = "获取磁盘 {} 的扇区大小失败"; - public static final String CANNOT_FIND_DISK_IO_STATUS_FILE = - "找不到磁盘 IO 状态文件 {}"; + public static final String CANNOT_FIND_DISK_IO_STATUS_FILE = "找不到磁盘 IO 状态文件 {}"; public static final String ERROR_UPDATING_DISK_IO_INFO = "更新磁盘 IO 信息时发生错误"; - public static final String CANNOT_FIND_PROCESS_IO_STATUS_FILE = - "找不到进程 IO 状态文件 {}"; + public static final String CANNOT_FIND_PROCESS_IO_STATUS_FILE = "找不到进程 IO 状态文件 {}"; public static final String ERROR_UPDATING_PROCESS_IO_INFO = "更新进程 IO 信息时发生错误"; // --- WindowsDiskMetricsManager --- - public static final String UNEXPECTED_WINDOWS_PROCESS_IO_FORMAT = - "Windows 进程 IO 信息格式异常:{}"; - public static final String UNEXPECTED_WINDOWS_DISK_IO_FORMAT = - "Windows 磁盘 IO 信息格式异常:{}"; - public static final String FAILED_TO_PARSE_LONG_WINDOWS_DISK = - "从 Windows 磁盘指标解析 long 值失败:{}"; - public static final String FAILED_TO_PARSE_DOUBLE_WINDOWS_DISK = - "从 Windows 磁盘指标解析 double 值失败:{}"; + public static final String UNEXPECTED_WINDOWS_PROCESS_IO_FORMAT = "Windows 进程 IO 信息格式异常:{}"; + public static final String UNEXPECTED_WINDOWS_DISK_IO_FORMAT = "Windows 磁盘 IO 信息格式异常:{}"; + public static final String FAILED_TO_PARSE_LONG_WINDOWS_DISK = "从 Windows 磁盘指标解析 long 值失败:{}"; + public static final String FAILED_TO_PARSE_DOUBLE_WINDOWS_DISK = "从 Windows 磁盘指标解析 double 值失败:{}"; public static final String FAILED_TO_COLLECT_WINDOWS_DISK_METRICS = "收集 Windows 磁盘指标失败,PowerShell 退出码:{},命令 {},输出 {}"; - public static final String FAILED_TO_EXECUTE_POWERSHELL = - "执行 PowerShell 获取 Windows 磁盘指标失败"; - public static final String INTERRUPTED_COLLECTING_WINDOWS_DISK = - "收集 Windows 磁盘指标时被中断"; + public static final String FAILED_TO_EXECUTE_POWERSHELL = "执行 PowerShell 获取 Windows 磁盘指标失败"; + public static final String INTERRUPTED_COLLECTING_WINDOWS_DISK = "收集 Windows 磁盘指标时被中断"; private MetricsMessages() {} + // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- - public static final String LOG_FAILED_LOAD_ARG_REPORTER_BECAUSE_ALREADY_EXISTED_4BAF2E58 = "无法加载 {} reporter,原因:已存在"; - public static final String EXCEPTION_FAILED_REMOVE_BECAUSE_MISMATCH_TYPE_044E55F6 = " 无法移除,原因:类型不匹配。"; - public static final String LOG_SIZE_METRIC_TAGS_SHOULD_EVEN_BUT_WAS_ODD_TAGS_ARG_201E6A2A = "metric tags 的数量应为偶数,但当前为奇数,tags:{}。"; - public static final String LOG_GC_NOTIFICATIONS_WILL_NOT_AVAILABLE_BECAUSE_MEMORYPOOLMXBEANS_86C3EB6B = "GC notifications 不可用,原因:MemoryPoolMXBeans "; + public static final String LOG_FAILED_LOAD_ARG_REPORTER_BECAUSE_ALREADY_EXISTED_4BAF2E58 = + "无法加载 {} reporter,原因:已存在"; + public static final String EXCEPTION_FAILED_REMOVE_BECAUSE_MISMATCH_TYPE_044E55F6 = + " 无法移除,原因:类型不匹配。"; + public static final String LOG_SIZE_METRIC_TAGS_SHOULD_EVEN_BUT_WAS_ODD_TAGS_ARG_201E6A2A = + "metric tags 的数量应为偶数,但当前为奇数,tags:{}。"; + public static final String + LOG_GC_NOTIFICATIONS_WILL_NOT_AVAILABLE_BECAUSE_MEMORYPOOLMXBEANS_86C3EB6B = + "GC notifications 不可用,原因:MemoryPoolMXBeans "; public static final String LOG_NOT_PROVIDED_JVM_948976D1 = "未由 JVM 提供"; - public static final String LOG_GC_NOTIFICATIONS_WILL_NOT_AVAILABLE_BECAUSE_22FD13E0 = "GC notifications 不可用,原因:"; - public static final String LOG_COM_SUN_MANAGEMENT_GARBAGECOLLECTIONNOTIFICATIONINFO_NOT_PRESENT_FA43486E = "com.sun.management.GarbageCollectionNotificationInfo 不存在"; + public static final String LOG_GC_NOTIFICATIONS_WILL_NOT_AVAILABLE_BECAUSE_22FD13E0 = + "GC notifications 不可用,原因:"; + public static final String + LOG_COM_SUN_MANAGEMENT_GARBAGECOLLECTIONNOTIFICATIONINFO_NOT_PRESENT_FA43486E = + "com.sun.management.GarbageCollectionNotificationInfo 不存在"; public static final String LOG_FAILED_GET_MEMORY_BECAUSE_041BE661 = "无法获取 memory,原因:"; - public static final String LOG_INTERRUPTED_WAITING_MEMORY_COMMAND_CF538E10 = "等待 memory command 时被中断"; - public static final String LOG_FAILED_REMOVE_LOGBACKMETRICS_BECAUSE_9BE74246 = "无法移除 logBackMetrics,原因:"; - public static final String LOG_ARG_WINDOWS_DISK_METRICS_WILL_SKIPPED_ARG_MS_BEFORE_RETRYING_1F1EB4C4 = "{}。Windows disk metrics 将跳过 {} ms 后重试。"; - public static final String LOG_ARG_ARG_WINDOWS_DISK_METRICS_WILL_SKIPPED_ARG_MS_BEFORE_74269D0A = "{}:{}。Windows disk metrics 将跳过 {} ms 后重试。"; - public static final String LOG_FAILED_WINDOWS_DISK_METRICS_POWERSHELL_COMMAND_ARG_OUTPUT_ARG_16D24C0C = "Windows 磁盘指标 PowerShell 命令失败:{},输出:{}"; - public static final String LOG_ARG_WINDOWS_DISK_METRICS_COLLECTION_STILL_RETRY_BACKOFF_C237EE87 = "{}。Windows disk metrics 采集仍处于重试退避中。"; - public static final String LOG_RECOVERED_WINDOWS_DISK_METRICS_COLLECTION_THROUGH_POWERSHELL_CIM_03B9110E = "已通过 PowerShell/CIM 恢复 Windows disk metrics 采集。"; - public static final String LOG_IOTDBSESSIONREPORTER_START_WRITE_ARG_ARG_E79CDDAE = "IoTDBSessionReporter 启动,写入 {}:{}"; - public static final String LOG_PROMETHEUSREPORTER_STARTED_USE_PORT_ARG_A688FFC8 = "PrometheusReporter 已启动,使用端口 {}"; - public static final String LOG_DETECTED_ERROR_TAKING_METRIC_TIMER_SNAPSHOT_WILL_DISCARD_METRIC_B7154169 = "获取 metric timer 快照时检测到错误,将丢弃该 metric"; - + public static final String LOG_INTERRUPTED_WAITING_MEMORY_COMMAND_CF538E10 = + "等待 memory command 时被中断"; + public static final String LOG_FAILED_REMOVE_LOGBACKMETRICS_BECAUSE_9BE74246 = + "无法移除 logBackMetrics,原因:"; + public static final String + LOG_ARG_WINDOWS_DISK_METRICS_WILL_SKIPPED_ARG_MS_BEFORE_RETRYING_1F1EB4C4 = + "{}。Windows disk metrics 将跳过 {} ms 后重试。"; + public static final String LOG_ARG_ARG_WINDOWS_DISK_METRICS_WILL_SKIPPED_ARG_MS_BEFORE_74269D0A = + "{}:{}。Windows disk metrics 将跳过 {} ms 后重试。"; + public static final String + LOG_FAILED_WINDOWS_DISK_METRICS_POWERSHELL_COMMAND_ARG_OUTPUT_ARG_16D24C0C = + "Windows 磁盘指标 PowerShell 命令失败:{},输出:{}"; + public static final String LOG_ARG_WINDOWS_DISK_METRICS_COLLECTION_STILL_RETRY_BACKOFF_C237EE87 = + "{}。Windows disk metrics 采集仍处于重试退避中。"; + public static final String + LOG_RECOVERED_WINDOWS_DISK_METRICS_COLLECTION_THROUGH_POWERSHELL_CIM_03B9110E = + "已通过 PowerShell/CIM 恢复 Windows disk metrics 采集。"; + public static final String LOG_IOTDBSESSIONREPORTER_START_WRITE_ARG_ARG_E79CDDAE = + "IoTDBSessionReporter 启动,写入 {}:{}"; + public static final String LOG_PROMETHEUSREPORTER_STARTED_USE_PORT_ARG_A688FFC8 = + "PrometheusReporter 已启动,使用端口 {}"; + public static final String + LOG_DETECTED_ERROR_TAKING_METRIC_TIMER_SNAPSHOT_WILL_DISCARD_METRIC_B7154169 = + "获取 metric timer 快照时检测到错误,将丢弃该 metric"; } diff --git a/iotdb-core/node-commons/src/main/i18n/en/org/apache/iotdb/commons/i18n/AuthMessages.java b/iotdb-core/node-commons/src/main/i18n/en/org/apache/iotdb/commons/i18n/AuthMessages.java index edab81ba818a..a28e2549e1f4 100644 --- a/iotdb-core/node-commons/src/main/i18n/en/org/apache/iotdb/commons/i18n/AuthMessages.java +++ b/iotdb-core/node-commons/src/main/i18n/en/org/apache/iotdb/commons/i18n/AuthMessages.java @@ -74,8 +74,7 @@ public final class AuthMessages { public static final String WRONG_PATH_INIT = "Got a wrong path for {} to init"; public static final String INTERNAL_USER_INITIALIZED = "Internal user {} initialized"; public static final String LOAD_MAX_USER_ID_ERROR = "meet error in load max userId."; - public static final String PASSWORD_SAME_AS_USERNAME = - "Password cannot be the same as user name"; + public static final String PASSWORD_SAME_AS_USERNAME = "Password cannot be the same as user name"; public static final String BUILTIN_USERNAME_IN_USE = "Builtin username of admin is already in use"; public static final String LOAD_USER_EXCEPTION = "Get exception when load user {}"; @@ -101,12 +100,10 @@ public final class AuthMessages { // ======================== LocalFileUserAccessor ======================== - public static final String SAVE_USER_ROLES_ERROR = - "Get Exception when save user {}'s roles"; + public static final String SAVE_USER_ROLES_ERROR = "Get Exception when save user {}'s roles"; public static final String FAILED_TO_LOAD_USER_SNAPSHOT = "Failed to load user folder snapshot and rollback."; - public static final String CATCH_ERROR_DELETE_USER_ROLE = - "Catch error when delete %s 's role"; + public static final String CATCH_ERROR_DELETE_USER_ROLE = "Catch error when delete %s 's role"; // ======================== PrivilegeType ======================== @@ -120,7 +117,7 @@ private AuthMessages() {} // Additional auto-collected messages // --------------------------------------------------------------------------- public static final String EXCEPTION_ACCESS_DENIED_E128C1A1 = "Access Denied: "; - public static final String EXCEPTION_ENCRYPT_DECRYPT_FAILED_163764B5 = "Encrypt or decrypt failed."; + public static final String EXCEPTION_ENCRYPT_DECRYPT_FAILED_163764B5 = + "Encrypt or decrypt failed."; public static final String EXCEPTION_BACKSLASH_QUOTE_D4C5D637 = "\""; - } diff --git a/iotdb-core/node-commons/src/main/i18n/en/org/apache/iotdb/commons/i18n/ClientMessages.java b/iotdb-core/node-commons/src/main/i18n/en/org/apache/iotdb/commons/i18n/ClientMessages.java index a4a3a8e6feb9..ed9beb427131 100644 --- a/iotdb-core/node-commons/src/main/i18n/en/org/apache/iotdb/commons/i18n/ClientMessages.java +++ b/iotdb-core/node-commons/src/main/i18n/en/org/apache/iotdb/commons/i18n/ClientMessages.java @@ -31,18 +31,15 @@ public final class ClientMessages { "Clear all client in pool for node {} failed."; // ThriftClient - public static final String EXCEPTION_LEVEL_DETAIL = - "level-{} Exception class {}, message {}"; - public static final String ROOT_CAUSE_DETAIL = - "root cause message {}, LocalizedMessage {}, "; + public static final String EXCEPTION_LEVEL_DETAIL = "level-{} Exception class {}, message {}"; + public static final String ROOT_CAUSE_DETAIL = "root cause message {}, LocalizedMessage {}, "; public static final String BROKEN_PIPE_CLEAR_CONNECTIONS = "Broken pipe error happened in sending RPC," + " we need to clear all previous cached connection, error msg is {}"; // Async/Sync clients - invalidation public static final String CLIENT_INVALIDATED = "This client has been invalidated"; - public static final String CLIENT_INVALIDATED_WITH_ID = - "This client %d has been invalidated"; + public static final String CLIENT_INVALIDATED_WITH_ID = "This client %d has been invalidated"; // Async clients - readiness check public static final String UNEXPECTED_EXCEPTION_IN_CLIENT = @@ -71,18 +68,14 @@ public final class ClientMessages { "Cannot create Async thrift client factory %s"; // SyncThriftClientWithErrorHandler - public static final String ERROR_IN_CALLING_METHOD = - "Error in calling method %s, because: %s"; + public static final String ERROR_IN_CALLING_METHOD = "Error in calling method %s, because: %s"; // BorrowNullClientManagerException - public static final String CANNOT_BORROW_CLIENT_NULL_NODE = - "Can not borrow client for node null"; + public static final String CANNOT_BORROW_CLIENT_NULL_NODE = "Can not borrow client for node null"; // AsyncRequestManager - public static final String ASYNC_REQUEST_TIMEOUT = - "Timeout during {}. Retry: {}/{}"; - public static final String ASYNC_REQUEST_INTERRUPTED = - "Interrupted during {}. Retry: {}/{}"; + public static final String ASYNC_REQUEST_TIMEOUT = "Timeout during {}. Retry: {}/{}"; + public static final String ASYNC_REQUEST_INTERRUPTED = "Interrupted during {}. Retry: {}/{}"; public static final String ASYNC_REQUEST_FAILED_AFTER_RETRIES = "Failed to {} after {} retries, requestIndices: {}"; public static final String UNSUPPORTED_REQUEST_TYPE = @@ -92,20 +85,35 @@ public final class ClientMessages { "{} failed on Node {}, because {}, retrying {}..."; private ClientMessages() {} + // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- - public static final String LOG_RETURN_CLIENT_ARG_POOL_FAILED_BECAUSE_NODE_NULL_81511014 = "Return client {} to pool failed because the node is null. "; - public static final String LOG_MAY_CAUSE_RESOURCE_LEAK_PLEASE_CHECK_YOUR_CODE_DD730191 = "This may cause resource leak, please check your code."; - public static final String EXCEPTION_UNSUPPORTED_REQUEST_TYPE_2030CDC7 = "unsupported request type "; - public static final String EXCEPTION_PLEASE_SET_IT_ASYNCREQUESTMANAGER_INITACTIONMAPBUILDER_0F039A93 = ", please set it in AsyncRequestManager::initActionMapBuilder()"; + public static final String LOG_RETURN_CLIENT_ARG_POOL_FAILED_BECAUSE_NODE_NULL_81511014 = + "Return client {} to pool failed because the node is null. "; + public static final String LOG_MAY_CAUSE_RESOURCE_LEAK_PLEASE_CHECK_YOUR_CODE_DD730191 = + "This may cause resource leak, please check your code."; + public static final String EXCEPTION_UNSUPPORTED_REQUEST_TYPE_2030CDC7 = + "unsupported request type "; + public static final String + EXCEPTION_PLEASE_SET_IT_ASYNCREQUESTMANAGER_INITACTIONMAPBUILDER_0F039A93 = + ", please set it in AsyncRequestManager::initActionMapBuilder()"; public static final String EXCEPTION_ERROR_CALLING_METHOD_C04E5A63 = "Error in calling method "; public static final String EXCEPTION_BECAUSE_ACD0B1C8 = ", because: "; - public static final String LOG_PIPE_CONNECTION_TIMEOUT_ADJUSTED_ARG_MS_ARG_MINS_6D126A53 = "Pipe connection timeout is adjusted to {} ms ({} mins)"; - public static final String LOG_BODY_SIZE_REQUEST_TOO_LARGE_REQUEST_WILL_SLICED_ORIGIN_REQ_35E73788 = "The body size of the request is too large. The request will be sliced. Origin req: {}-{}. "; - public static final String LOG_REQUEST_BODY_SIZE_ARG_THRESHOLD_ARG_69B1BE00 = "Request body size: {}, threshold: {}"; - public static final String LOG_FAILED_TRANSFER_SLICE_ORIGIN_REQ_ARG_ARG_RETRY_WHOLE_TRANSFER_E1EA2F41 = "Failed to transfer slice. Origin req: {}-{}. Retry the whole transfer."; - public static final String EXCEPTION_FAILED_TRANSFER_SLICE_ORIGIN_REQ_ARG_ARG_SLICE_INDEX_ARG_7219936C = "Failed to transfer slice. Origin req: %s-%s, slice index: %d, slice count: %d. Reason: %s"; - public static final String MESSAGE_FAILED_TO_HANDLE_ASYNC_REQUEST_ERROR_FOR_REQUEST_TYPE_ARG_ON_NODE_ARG_ARG_3AE293F7 = "Failed to handle async request error for request type {} on node {}: {}"; - + public static final String LOG_PIPE_CONNECTION_TIMEOUT_ADJUSTED_ARG_MS_ARG_MINS_6D126A53 = + "Pipe connection timeout is adjusted to {} ms ({} mins)"; + public static final String + LOG_BODY_SIZE_REQUEST_TOO_LARGE_REQUEST_WILL_SLICED_ORIGIN_REQ_35E73788 = + "The body size of the request is too large. The request will be sliced. Origin req: {}-{}. "; + public static final String LOG_REQUEST_BODY_SIZE_ARG_THRESHOLD_ARG_69B1BE00 = + "Request body size: {}, threshold: {}"; + public static final String + LOG_FAILED_TRANSFER_SLICE_ORIGIN_REQ_ARG_ARG_RETRY_WHOLE_TRANSFER_E1EA2F41 = + "Failed to transfer slice. Origin req: {}-{}. Retry the whole transfer."; + public static final String + EXCEPTION_FAILED_TRANSFER_SLICE_ORIGIN_REQ_ARG_ARG_SLICE_INDEX_ARG_7219936C = + "Failed to transfer slice. Origin req: %s-%s, slice index: %d, slice count: %d. Reason: %s"; + public static final String + MESSAGE_FAILED_TO_HANDLE_ASYNC_REQUEST_ERROR_FOR_REQUEST_TYPE_ARG_ON_NODE_ARG_ARG_3AE293F7 = + "Failed to handle async request error for request type {} on node {}: {}"; } diff --git a/iotdb-core/node-commons/src/main/i18n/en/org/apache/iotdb/commons/i18n/CommonMessages.java b/iotdb-core/node-commons/src/main/i18n/en/org/apache/iotdb/commons/i18n/CommonMessages.java index ae97d09ddc25..7d6587799945 100644 --- a/iotdb-core/node-commons/src/main/i18n/en/org/apache/iotdb/commons/i18n/CommonMessages.java +++ b/iotdb-core/node-commons/src/main/i18n/en/org/apache/iotdb/commons/i18n/CommonMessages.java @@ -38,8 +38,7 @@ public final class CommonMessages { public static final String UNKNOWN_NODE_STATUS = "Unknown NodeStatus %s."; // --- consensus --- - public static final String UNRECOGNIZED_CONSENSUS_GROUP_ID = - "Unrecognized ConsensusGroupId: %s"; + public static final String UNRECOGNIZED_CONSENSUS_GROUP_ID = "Unrecognized ConsensusGroupId: %s"; public static final String IOTV2_BG_NOT_TERMINATED = "IoTV2 background service did not terminate within {}s"; public static final String IOTV2_BG_STILL_RUNNING = @@ -136,91 +135,184 @@ private CommonMessages() {} public static final String MAP_MUST_NOT_BE_NULL = "Map must not be null."; public static final String MAP_ENTRY_MUST_NOT_BE_NULL = "Map Entry must not be null."; public static final String ITERATOR_MUST_NOT_BE_NULL = "Iterator must not be null"; - public static final String ITERATOR_REMOVE_ONLY_AFTER_NEXT = "Iterator remove() can only be called once after next()"; + public static final String ITERATOR_REMOVE_ONLY_AFTER_NEXT = + "Iterator remove() can only be called once after next()"; public static final String FAIL_TO_GET_DATA_TYPE_IN_ROW = "Fail to get data type in row "; // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- - public static final String LOG_STEP_METRICS_ARG_ARG_TOTAL_ARG_SUM_2FMS_AVG_ARG_87491AB0 = "step metrics [%d]-[%s] - Total: %d, SUM: %.2fms, AVG: %fms, Last%dAVG: %fms"; - public static final String LOG_ERROR_OCCURRED_DURING_TRANSFERRING_FILE_ARG_BYTEBUFFER_CAUSE_ARG_FEDC38A3 = "Error occurred during transferring file{} to ByteBuffer, the cause is {}"; - public static final String LOG_ERROR_OCCURRED_DURING_WRITING_BYTEBUFFER_ARG_CAUSE_ARG_F3AD2DA0 = "Error occurred during writing bytebuffer to {} , the cause is {}"; - public static final String EXCEPTION_SIZE_FILE_EXCEED_ARG_BYTES_C60F1149 = "Size of file exceed %d bytes"; - public static final String EXCEPTION_UNRECOGNIZED_TCONSENSUSGROUPTYPE_9204FF8E = "Unrecognized TConsensusGroupType: "; + public static final String LOG_STEP_METRICS_ARG_ARG_TOTAL_ARG_SUM_2FMS_AVG_ARG_87491AB0 = + "step metrics [%d]-[%s] - Total: %d, SUM: %.2fms, AVG: %fms, Last%dAVG: %fms"; + public static final String + LOG_ERROR_OCCURRED_DURING_TRANSFERRING_FILE_ARG_BYTEBUFFER_CAUSE_ARG_FEDC38A3 = + "Error occurred during transferring file{} to ByteBuffer, the cause is {}"; + public static final String LOG_ERROR_OCCURRED_DURING_WRITING_BYTEBUFFER_ARG_CAUSE_ARG_F3AD2DA0 = + "Error occurred during writing bytebuffer to {} , the cause is {}"; + public static final String EXCEPTION_SIZE_FILE_EXCEED_ARG_BYTES_C60F1149 = + "Size of file exceed %d bytes"; + public static final String EXCEPTION_UNRECOGNIZED_TCONSENSUSGROUPTYPE_9204FF8E = + "Unrecognized TConsensusGroupType: "; public static final String EXCEPTION_ID_1F238F51 = " with id = "; - public static final String LOG_MEMORY_COST_RELEASED_LARGER_THAN_MEMORY_COST_MEMORY_BLOCK_ARG_00DD9DA9 = "The memory cost to be released is larger than the memory cost of memory block {}"; - public static final String LOG_EXACTALLOCATEIFSUFFICIENT_FAILED_ALLOCATE_MEMORY_A47897D9 = "exactAllocateIfSufficient: failed to allocate memory, "; - public static final String LOG_TOTAL_MEMORY_SIZE_ARG_BYTES_USED_MEMORY_SIZE_ARG_BYTES_5FB5059F = "total memory size {} bytes, used memory size {} bytes, "; - public static final String LOG_REQUESTED_MEMORY_SIZE_ARG_BYTES_USED_THRESHOLD_ARG_D7061DEB = "requested memory size {} bytes, used threshold {}"; - public static final String LOG_TRYALLOCATE_ALLOCATED_MEMORY_B3D564D9 = "tryAllocate: allocated memory, "; - public static final String LOG_ORIGINAL_REQUESTED_MEMORY_SIZE_ARG_BYTES_03D28A6B = "original requested memory size {} bytes, "; - public static final String LOG_ACTUAL_REQUESTED_MEMORY_SIZE_ARG_BYTES_62760058 = "actual requested memory size {} bytes"; - public static final String LOG_TRYALLOCATE_FAILED_ALLOCATE_MEMORY_838FA6FB = "tryAllocate: failed to allocate memory, "; - public static final String LOG_REQUESTED_MEMORY_SIZE_ARG_BYTES_BF9CEF81 = "requested memory size {} bytes"; - public static final String LOG_GETORREGISTERMEMORYBLOCK_FAILED_MEMORY_BLOCK_ARG_ALREADY_EXISTS_42CA8914 = "getOrRegisterMemoryBlock failed: memory block {} already exists, "; - public static final String LOG_IT_S_SIZE_ARG_REQUESTED_SIZE_ARG_AF8F04B2 = "it's size is {}, requested size is {}"; - public static final String LOG_GETMEMORYMANAGER_MEMORY_MANAGER_ARG_ALREADY_EXISTS_IT_S_SIZE_ARG_0102560A = "getMemoryManager: memory manager {} already exists, it's size is {}, enabled is {}"; - public static final String LOG_GETORCREATEMEMORYMANAGER_FAILED_TOTAL_MEMORY_SIZE_ARG_BYTES_LESS_THAN_ALLOCATED_3D110256 = - "getOrCreateMemoryManager failed: total memory size {} bytes is less than allocated memory" - + " size {} bytes"; - public static final String EXCEPTION_EXACTALLOCATE_FAILED_ALLOCATE_MEMORY_AFTER_ARG_RETRIES_957A647B = "exactAllocate: failed to allocate memory after %d retries, "; - public static final String EXCEPTION_TOTAL_MEMORY_SIZE_ARG_BYTES_USED_MEMORY_SIZE_ARG_BYTES_9FC9A9C6 = "total memory size %d bytes, used memory size %d bytes, "; - public static final String EXCEPTION_REQUESTED_MEMORY_SIZE_ARG_BYTES_E6340842 = "requested memory size %d bytes"; - public static final String EXCEPTION_REGISTER_MEMORY_BLOCK_ARG_FAILED_SIZEINBYTES_SHOULD_NON_NEGATIVE_EC54AA75 = "register memory block %s failed: sizeInBytes should be non-negative"; - public static final String LOG_DELETE_SYSTEM_PROPERTIES_TMP_FILE_FAIL_YOU_MAY_MANUALLY_DELETE_F81C4A53 = "Delete system.properties tmp file fail, you may manually delete it: {}"; - public static final String LOG_FAILED_DELETE_SYSTEM_PROPERTIES_FILE_YOU_SHOULD_MANUALLY_DELETE_THEM_77F91A98 = "Failed to delete system.properties file, you should manually delete them: {}, {}"; - public static final String EXCEPTION_LENGTH_PARAMETERS_SHOULD_EVENLY_DIVIDED_2_BUT_ACTUAL_LENGTH_E9A792D9 = "Length of parameters should be evenly divided by 2, but the actual length is "; - public static final String EXCEPTION_TMP_SYSTEM_PROPERTIES_FILE_MUST_EXIST_CALL_REPLACEFORMALFILE_FA63B976 = "Tmp system properties file must exist when call replaceFormalFile"; - public static final String LOG_UNRECOVERABLE_ERROR_OCCURS_CHANGE_SYSTEM_STATUS_READ_ONLY_BECAUSE_HANDLE_05C9AD1A = - "Unrecoverable error occurs! Change system status to read-only because handle_system_error is" - + " CHANGE_TO_READ_ONLY. Only query statements are permitted!"; - public static final String LOG_UNRECOVERABLE_ERROR_OCCURS_SHUTDOWN_SYSTEM_DIRECTLY_BECAUSE_HANDLE_SYSTEM_ERROR_14FC06C9 = "Unrecoverable error occurs! Shutdown system directly because handle_system_error is SHUTDOWN."; - public static final String EXCEPTION_TYPE_ARG_NOT_SUPPORTED_PIPE_RATE_AVERAGE_F74694AD = "The type %s is not supported in pipe rate average."; + public static final String + LOG_MEMORY_COST_RELEASED_LARGER_THAN_MEMORY_COST_MEMORY_BLOCK_ARG_00DD9DA9 = + "The memory cost to be released is larger than the memory cost of memory block {}"; + public static final String LOG_EXACTALLOCATEIFSUFFICIENT_FAILED_ALLOCATE_MEMORY_A47897D9 = + "exactAllocateIfSufficient: failed to allocate memory, "; + public static final String LOG_TOTAL_MEMORY_SIZE_ARG_BYTES_USED_MEMORY_SIZE_ARG_BYTES_5FB5059F = + "total memory size {} bytes, used memory size {} bytes, "; + public static final String LOG_REQUESTED_MEMORY_SIZE_ARG_BYTES_USED_THRESHOLD_ARG_D7061DEB = + "requested memory size {} bytes, used threshold {}"; + public static final String LOG_TRYALLOCATE_ALLOCATED_MEMORY_B3D564D9 = + "tryAllocate: allocated memory, "; + public static final String LOG_ORIGINAL_REQUESTED_MEMORY_SIZE_ARG_BYTES_03D28A6B = + "original requested memory size {} bytes, "; + public static final String LOG_ACTUAL_REQUESTED_MEMORY_SIZE_ARG_BYTES_62760058 = + "actual requested memory size {} bytes"; + public static final String LOG_TRYALLOCATE_FAILED_ALLOCATE_MEMORY_838FA6FB = + "tryAllocate: failed to allocate memory, "; + public static final String LOG_REQUESTED_MEMORY_SIZE_ARG_BYTES_BF9CEF81 = + "requested memory size {} bytes"; + public static final String + LOG_GETORREGISTERMEMORYBLOCK_FAILED_MEMORY_BLOCK_ARG_ALREADY_EXISTS_42CA8914 = + "getOrRegisterMemoryBlock failed: memory block {} already exists, "; + public static final String LOG_IT_S_SIZE_ARG_REQUESTED_SIZE_ARG_AF8F04B2 = + "it's size is {}, requested size is {}"; + public static final String + LOG_GETMEMORYMANAGER_MEMORY_MANAGER_ARG_ALREADY_EXISTS_IT_S_SIZE_ARG_0102560A = + "getMemoryManager: memory manager {} already exists, it's size is {}, enabled is {}"; + public static final String + LOG_GETORCREATEMEMORYMANAGER_FAILED_TOTAL_MEMORY_SIZE_ARG_BYTES_LESS_THAN_ALLOCATED_3D110256 = + "getOrCreateMemoryManager failed: total memory size {} bytes is less than allocated memory" + + " size {} bytes"; + public static final String + EXCEPTION_EXACTALLOCATE_FAILED_ALLOCATE_MEMORY_AFTER_ARG_RETRIES_957A647B = + "exactAllocate: failed to allocate memory after %d retries, "; + public static final String + EXCEPTION_TOTAL_MEMORY_SIZE_ARG_BYTES_USED_MEMORY_SIZE_ARG_BYTES_9FC9A9C6 = + "total memory size %d bytes, used memory size %d bytes, "; + public static final String EXCEPTION_REQUESTED_MEMORY_SIZE_ARG_BYTES_E6340842 = + "requested memory size %d bytes"; + public static final String + EXCEPTION_REGISTER_MEMORY_BLOCK_ARG_FAILED_SIZEINBYTES_SHOULD_NON_NEGATIVE_EC54AA75 = + "register memory block %s failed: sizeInBytes should be non-negative"; + public static final String + LOG_DELETE_SYSTEM_PROPERTIES_TMP_FILE_FAIL_YOU_MAY_MANUALLY_DELETE_F81C4A53 = + "Delete system.properties tmp file fail, you may manually delete it: {}"; + public static final String + LOG_FAILED_DELETE_SYSTEM_PROPERTIES_FILE_YOU_SHOULD_MANUALLY_DELETE_THEM_77F91A98 = + "Failed to delete system.properties file, you should manually delete them: {}, {}"; + public static final String + EXCEPTION_LENGTH_PARAMETERS_SHOULD_EVENLY_DIVIDED_2_BUT_ACTUAL_LENGTH_E9A792D9 = + "Length of parameters should be evenly divided by 2, but the actual length is "; + public static final String + EXCEPTION_TMP_SYSTEM_PROPERTIES_FILE_MUST_EXIST_CALL_REPLACEFORMALFILE_FA63B976 = + "Tmp system properties file must exist when call replaceFormalFile"; + public static final String + LOG_UNRECOVERABLE_ERROR_OCCURS_CHANGE_SYSTEM_STATUS_READ_ONLY_BECAUSE_HANDLE_05C9AD1A = + "Unrecoverable error occurs! Change system status to read-only because handle_system_error is" + + " CHANGE_TO_READ_ONLY. Only query statements are permitted!"; + public static final String + LOG_UNRECOVERABLE_ERROR_OCCURS_SHUTDOWN_SYSTEM_DIRECTLY_BECAUSE_HANDLE_SYSTEM_ERROR_14FC06C9 = + "Unrecoverable error occurs! Shutdown system directly because handle_system_error is SHUTDOWN."; + public static final String EXCEPTION_TYPE_ARG_NOT_SUPPORTED_PIPE_RATE_AVERAGE_F74694AD = + "The type %s is not supported in pipe rate average."; public static final String EXCEPTION_UNKNOWN_UDFTYPE_9A8D1B23 = "Unknown UDFType:"; public static final String EXCEPTION_8S_5F5F831F = "%8s"; - public static final String EXCEPTION_CAN_NOT_RECOGNIZE_PIPETYPE_ARG_8850A249 = "Can not recognize PipeType %s."; - public static final String EXCEPTION_TARGETREGIONLIST_EMPTY_DEVICE_ARG_TIMESLOT_ARG_E7E5818C = "targetRegionList is empty. device: %s, timeSlot: %s"; + public static final String EXCEPTION_CAN_NOT_RECOGNIZE_PIPETYPE_ARG_8850A249 = + "Can not recognize PipeType %s."; + public static final String EXCEPTION_TARGETREGIONLIST_EMPTY_DEVICE_ARG_TIMESLOT_ARG_E7E5818C = + "targetRegionList is empty. device: %s, timeSlot: %s"; public static final String EXCEPTION_DATABASE_18F8303F = "Database "; - public static final String EXCEPTION_NOT_EXISTS_FAILED_CREATE_AUTOMATICALLY_BECAUSE_ENABLE_AUTO_CREATE_SCHEMA_80DE1A4B = " not exists and failed to create automatically because enable_auto_create_schema is FALSE."; + public static final String + EXCEPTION_NOT_EXISTS_FAILED_CREATE_AUTOMATICALLY_BECAUSE_ENABLE_AUTO_CREATE_SCHEMA_80DE1A4B = + " not exists and failed to create automatically because enable_auto_create_schema is FALSE."; public static final String EXCEPTION_PATH_DOES_NOT_EXIST_737CB95D = "Path does not exist. "; - public static final String EXCEPTION_CAN_T_GET_NEXT_FOLDER_ARG_BECAUSE_THEY_ALL_FULL_A105BB2D = "Can't get next folder from [%s], because they are all full."; - public static final String EXCEPTION_PARAMETER_ARG_CAN_NOT_ARG_PLEASE_SET_ARG_BECAUSE_ARG_749738D1 = "Parameter %s can not be %s, please set to: %s. Because %s"; - public static final String EXCEPTION_QUERY_EXECUTION_TIME_OUT_A5DC7BFB = "Query execution is time out"; - public static final String EXCEPTION_OBJECT_FILE_ARG_DOES_NOT_EXIST_7EA8CB1C = "Object file %s does not exist"; - public static final String EXCEPTION_ARG_NOT_LEGAL_PRIVILEGE_504838E8 = "%s is not a legal privilege"; + public static final String EXCEPTION_CAN_T_GET_NEXT_FOLDER_ARG_BECAUSE_THEY_ALL_FULL_A105BB2D = + "Can't get next folder from [%s], because they are all full."; + public static final String + EXCEPTION_PARAMETER_ARG_CAN_NOT_ARG_PLEASE_SET_ARG_BECAUSE_ARG_749738D1 = + "Parameter %s can not be %s, please set to: %s. Because %s"; + public static final String EXCEPTION_QUERY_EXECUTION_TIME_OUT_A5DC7BFB = + "Query execution is time out"; + public static final String EXCEPTION_OBJECT_FILE_ARG_DOES_NOT_EXIST_7EA8CB1C = + "Object file %s does not exist"; + public static final String EXCEPTION_ARG_NOT_LEGAL_PRIVILEGE_504838E8 = + "%s is not a legal privilege"; public static final String EXCEPTION_SOME_PORTS_OCCUPIED_77ED044D = "Some ports are occupied"; public static final String EXCEPTION_PORTS_ARG_OCCUPIED_B462E9DA = "Ports %s are occupied"; - public static final String EXCEPTION_UNEXPECTED_ERROR_OCCURS_SERIALIZATION_A6B2E222 = "Unexpected error occurs in serialization"; - public static final String EXCEPTION_COLUMN_ARG_TABLE_ARG_ARG_DOES_NOT_EXIST_D8145581 = "Column %s in table '%s.%s' does not exist."; - public static final String EXCEPTION_TABLE_ARG_ARG_DOES_NOT_EXIST_796E503B = "Table '%s.%s' does not exist."; - public static final String EXCEPTION_TABLE_ARG_ARG_ALREADY_EXISTS_D4BDF4B5 = "Table '%s.%s' already exists."; - public static final String EXCEPTION_COULDN_T_CONSTRUCTOR_SERIESPARTITIONEXECUTOR_CLASS_ARG_34FB9F45 = "Couldn't Constructor SeriesPartitionExecutor class: %s"; - public static final String EXCEPTION_CANNOT_USE_SETVALUE_OBJECT_BEING_SET_ALREADY_MAP_676ED3BF = "Cannot use setValue() when the object being set is already in the map"; - public static final String EXCEPTION_ITERATOR_GETKEY_CAN_ONLY_CALLED_AFTER_NEXT_BEFORE_REMOVE_009C456B = "Iterator getKey() can only be called after next() and before remove()"; - public static final String EXCEPTION_ITERATOR_GETVALUE_CAN_ONLY_CALLED_AFTER_NEXT_BEFORE_REMOVE_927A88A2 = "Iterator getValue() can only be called after next() and before remove()"; - public static final String EXCEPTION_ITERATOR_SETVALUE_CAN_ONLY_CALLED_AFTER_NEXT_BEFORE_REMOVE_51505AD1 = "Iterator setValue() can only be called after next() and before remove()"; - public static final String LOG_FAILED_CLOSE_UDFCLASSLOADER_QUERYID_ARG_BECAUSE_ARG_8B1C3739 = "Failed to close UDFClassLoader (queryId: {}), because {}"; - public static final String EXCEPTION_ATTRIBUTE_ARG_ARG_REQUIRED_BUT_WAS_NOT_PROVIDED_CD090883 = "attribute \"%s\"/\"%s\" is required but was not provided."; - public static final String EXCEPTION_USE_ATTRIBUTE_ARG_ARG_ONLY_ONE_AT_TIME_B431468C = "use attribute \"%s\" or \"%s\" only one at a time."; - public static final String EXCEPTION_ILLEGAL_OUTLIER_METHOD_OUTLIER_TYPE_SHOULD_AVG_STENDIS_COS_PRENEXTDIS_91D1C70A = "Illegal outlier method. Outlier type should be avg, stendis, cos or prenextdis."; - public static final String EXCEPTION_ILLEGAL_AGGREGATION_METHOD_AGGREGATION_TYPE_SHOULD_AVG_MIN_MAX_SUM_2D7BEC96 = "Illegal aggregation method. Aggregation type should be avg, min, max, sum, extreme, variance."; - public static final String EXCEPTION_CUMULATIVE_TABLE_FUNCTION_REQUIRES_SIZE_MUST_INTEGRAL_MULTIPLE_STEP_D8A9DA94 = "Cumulative table function requires size must be an integral multiple of step."; - public static final String EXCEPTION_COLUMN_TYPE_MUST_NUMERIC_IF_DELTA_NOT_0_F7864D4E = " The column type must be numeric if DELTA is not 0."; - public static final String EXCEPTION_TYPE_COLUMN_ARG_NOT_AS_EXPECTED_7A81636E = "The type of the column [%s] is not as expected."; - public static final String EXCEPTION_REQUIRED_COLUMN_ARG_NOT_FOUND_SOURCE_TABLE_ARGUMENT_993E1C08 = "Required column [%s] not found in the source table argument."; - public static final String EXCEPTION_UNSUPPORTED_PROGRESS_INDEX_TYPE_ARG_A84CDFF9 = "Unsupported progress index type %s."; - public static final String EXCEPTION_TIMEWINDOWSTATEPROGRESSINDEX_DOES_NOT_SUPPORT_TOPOLOGICAL_SORTING_897C8976 = "TimeWindowStateProgressIndex does not support topological sorting"; - public static final String EXCEPTION_INTENDED_READ_LENGTH_ARG_BUT_ARG_ACTUALLY_READ_DESERIALIZING_TIMEPROGRESSINDEX_63CD54E4 = - "The intended read length is %s but %s is actually read when deserializing TimeProgressIndex," - + " ProgressIndex: %s"; + public static final String EXCEPTION_UNEXPECTED_ERROR_OCCURS_SERIALIZATION_A6B2E222 = + "Unexpected error occurs in serialization"; + public static final String EXCEPTION_COLUMN_ARG_TABLE_ARG_ARG_DOES_NOT_EXIST_D8145581 = + "Column %s in table '%s.%s' does not exist."; + public static final String EXCEPTION_TABLE_ARG_ARG_DOES_NOT_EXIST_796E503B = + "Table '%s.%s' does not exist."; + public static final String EXCEPTION_TABLE_ARG_ARG_ALREADY_EXISTS_D4BDF4B5 = + "Table '%s.%s' already exists."; + public static final String + EXCEPTION_COULDN_T_CONSTRUCTOR_SERIESPARTITIONEXECUTOR_CLASS_ARG_34FB9F45 = + "Couldn't Constructor SeriesPartitionExecutor class: %s"; + public static final String EXCEPTION_CANNOT_USE_SETVALUE_OBJECT_BEING_SET_ALREADY_MAP_676ED3BF = + "Cannot use setValue() when the object being set is already in the map"; + public static final String + EXCEPTION_ITERATOR_GETKEY_CAN_ONLY_CALLED_AFTER_NEXT_BEFORE_REMOVE_009C456B = + "Iterator getKey() can only be called after next() and before remove()"; + public static final String + EXCEPTION_ITERATOR_GETVALUE_CAN_ONLY_CALLED_AFTER_NEXT_BEFORE_REMOVE_927A88A2 = + "Iterator getValue() can only be called after next() and before remove()"; + public static final String + EXCEPTION_ITERATOR_SETVALUE_CAN_ONLY_CALLED_AFTER_NEXT_BEFORE_REMOVE_51505AD1 = + "Iterator setValue() can only be called after next() and before remove()"; + public static final String LOG_FAILED_CLOSE_UDFCLASSLOADER_QUERYID_ARG_BECAUSE_ARG_8B1C3739 = + "Failed to close UDFClassLoader (queryId: {}), because {}"; + public static final String EXCEPTION_ATTRIBUTE_ARG_ARG_REQUIRED_BUT_WAS_NOT_PROVIDED_CD090883 = + "attribute \"%s\"/\"%s\" is required but was not provided."; + public static final String EXCEPTION_USE_ATTRIBUTE_ARG_ARG_ONLY_ONE_AT_TIME_B431468C = + "use attribute \"%s\" or \"%s\" only one at a time."; + public static final String + EXCEPTION_ILLEGAL_OUTLIER_METHOD_OUTLIER_TYPE_SHOULD_AVG_STENDIS_COS_PRENEXTDIS_91D1C70A = + "Illegal outlier method. Outlier type should be avg, stendis, cos or prenextdis."; + public static final String + EXCEPTION_ILLEGAL_AGGREGATION_METHOD_AGGREGATION_TYPE_SHOULD_AVG_MIN_MAX_SUM_2D7BEC96 = + "Illegal aggregation method. Aggregation type should be avg, min, max, sum, extreme, variance."; + public static final String + EXCEPTION_CUMULATIVE_TABLE_FUNCTION_REQUIRES_SIZE_MUST_INTEGRAL_MULTIPLE_STEP_D8A9DA94 = + "Cumulative table function requires size must be an integral multiple of step."; + public static final String EXCEPTION_COLUMN_TYPE_MUST_NUMERIC_IF_DELTA_NOT_0_F7864D4E = + " The column type must be numeric if DELTA is not 0."; + public static final String EXCEPTION_TYPE_COLUMN_ARG_NOT_AS_EXPECTED_7A81636E = + "The type of the column [%s] is not as expected."; + public static final String + EXCEPTION_REQUIRED_COLUMN_ARG_NOT_FOUND_SOURCE_TABLE_ARGUMENT_993E1C08 = + "Required column [%s] not found in the source table argument."; + public static final String EXCEPTION_UNSUPPORTED_PROGRESS_INDEX_TYPE_ARG_A84CDFF9 = + "Unsupported progress index type %s."; + public static final String + EXCEPTION_TIMEWINDOWSTATEPROGRESSINDEX_DOES_NOT_SUPPORT_TOPOLOGICAL_SORTING_897C8976 = + "TimeWindowStateProgressIndex does not support topological sorting"; + public static final String + EXCEPTION_INTENDED_READ_LENGTH_ARG_BUT_ARG_ACTUALLY_READ_DESERIALIZING_TIMEPROGRESSINDEX_63CD54E4 = + "The intended read length is %s but %s is actually read when deserializing TimeProgressIndex," + + " ProgressIndex: %s"; public static final String EXCEPTION_COLON_3A291246 = " : "; - public static final String EXCEPTION_DATAPARTITIONMAP_IS_NULL_B764418A = "dataPartitionMap is null"; + public static final String EXCEPTION_DATAPARTITIONMAP_IS_NULL_B764418A = + "dataPartitionMap is null"; public static final String EXCEPTION_ARG_634FCEDB = "%s"; - public static final String EXCEPTION_TABLE_ARGUMENT_WITH_SET_SEMANTICS_REQUIRES_AN_ORDER_BY_CLAUSE_10C986D9 = "Table argument with set semantics requires an ORDER BY clause."; - public static final String EXCEPTION_THE_TYPE_OF_THE_COLUMN_ARG_IS_NOT_COMPARABLE_E3098096 = "The type of the column [%s] is not comparable."; - public static final String EXCEPTION_NO_COMPARABLE_COLUMNS_FOUND_FOR_M4_CALCULATION_4E5A3092 = "No comparable columns found for M4 calculation."; - public static final String EXCEPTION_INVALID_SCALAR_ARGUMENT_SLIDE_SHOULD_BE_A_POSITIVE_VALUE_F019E091 = "Invalid scalar argument SLIDE, should be a positive value"; - public static final String EXCEPTION_THE_ORDER_BY_CLAUSE_OF_THE_DATA_ARGUMENT_MUST_CONTAIN_EXACTLY_THE_TIME_COLUMN_SPECIFIED_BY_THE_TIMECOL_ARGUMENT_4375BAE9 = "The ORDER BY clause of the DATA argument must contain exactly the time column specified by the TIMECOL argument."; - public static final String EXCEPTION_UNSUPPORTED_M4_VALUE_TYPE_AF0EF286 = "Unsupported M4 value type: "; - public static final String EXCEPTION_DISK_SPACE_WARNING_THRESHOLD_MUST_BE_IN_0_1_BUT_WAS_7B345766 = "disk_space_warning_threshold must be in [0, 1), but was "; - + public static final String + EXCEPTION_TABLE_ARGUMENT_WITH_SET_SEMANTICS_REQUIRES_AN_ORDER_BY_CLAUSE_10C986D9 = + "Table argument with set semantics requires an ORDER BY clause."; + public static final String EXCEPTION_THE_TYPE_OF_THE_COLUMN_ARG_IS_NOT_COMPARABLE_E3098096 = + "The type of the column [%s] is not comparable."; + public static final String EXCEPTION_NO_COMPARABLE_COLUMNS_FOUND_FOR_M4_CALCULATION_4E5A3092 = + "No comparable columns found for M4 calculation."; + public static final String + EXCEPTION_INVALID_SCALAR_ARGUMENT_SLIDE_SHOULD_BE_A_POSITIVE_VALUE_F019E091 = + "Invalid scalar argument SLIDE, should be a positive value"; + public static final String + EXCEPTION_THE_ORDER_BY_CLAUSE_OF_THE_DATA_ARGUMENT_MUST_CONTAIN_EXACTLY_THE_TIME_COLUMN_SPECIFIED_BY_THE_TIMECOL_ARGUMENT_4375BAE9 = + "The ORDER BY clause of the DATA argument must contain exactly the time column specified by the TIMECOL argument."; + public static final String EXCEPTION_UNSUPPORTED_M4_VALUE_TYPE_AF0EF286 = + "Unsupported M4 value type: "; + public static final String + EXCEPTION_DISK_SPACE_WARNING_THRESHOLD_MUST_BE_IN_0_1_BUT_WAS_7B345766 = + "disk_space_warning_threshold must be in [0, 1), but was "; } diff --git a/iotdb-core/node-commons/src/main/i18n/en/org/apache/iotdb/commons/i18n/ConfigMessages.java b/iotdb-core/node-commons/src/main/i18n/en/org/apache/iotdb/commons/i18n/ConfigMessages.java index 8ce3e9047886..d0f2ef3dfc7f 100644 --- a/iotdb-core/node-commons/src/main/i18n/en/org/apache/iotdb/commons/i18n/ConfigMessages.java +++ b/iotdb-core/node-commons/src/main/i18n/en/org/apache/iotdb/commons/i18n/ConfigMessages.java @@ -74,78 +74,157 @@ public final class ConfigMessages { + " configuration file update. Ignore temporary file {}"; private ConfigMessages() {} + // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- - public static final String LOG_PIPEDATASTRUCTURETABLETSIZEINBYTES_SET_ARG_243363B3 = "pipeDataStructureTabletSizeInBytes is set to {}."; - public static final String LOG_PIPEDATASTRUCTURETABLETMEMORYBLOCKALLOCATIONREJECTTHRESHOLD_SET_ARG_EF34614A = "pipeDataStructureTabletMemoryBlockAllocationRejectThreshold is set to {}."; - public static final String LOG_PIPEDATASTRUCTURETSFILEMEMORYBLOCKALLOCATIONREJECTTHRESHOLD_SET_ARG_309A7E12 = "pipeDataStructureTsFileMemoryBlockAllocationRejectThreshold is set to {}."; - public static final String LOG_PIPETOTALFLOATINGMEMORYPROPORTION_SET_ARG_FDCA8082 = "pipeTotalFloatingMemoryProportion is set to {}."; - public static final String LOG_PIPESOURCEASSIGNERDISRUPTORRINGBUFFERSIZE_SET_ARG_31C9A8D8 = "pipeSourceAssignerDisruptorRingBufferSize is set to {}."; - public static final String LOG_PIPESOURCEASSIGNERDISRUPTORRINGBUFFERENTRYSIZE_SET_ARG_95D31172 = "pipeSourceAssignerDisruptorRingBufferEntrySize is set to {}."; - public static final String LOG_PIPECONNECTORHANDSHAKETIMEOUTMS_SET_ARG_64890ED2 = "pipeConnectorHandshakeTimeoutMs is set to {}."; - public static final String LOG_PIPEAIRGAPSINKTABLETTIMEOUTMS_SET_ARG_3413AC05 = "pipeAirGapSinkTabletTimeoutMs is set to {}."; - public static final String LOG_ISPIPESINKREADFILEBUFFERMEMORYCONTROLENABLED_SET_ARG_138BB142 = "isPipeSinkReadFileBufferMemoryControlEnabled is set to {}."; - public static final String LOG_PIPESINKRPCTHRIFTCOMPRESSIONENABLED_SET_ARG_1F2B6AB4 = "pipeSinkRPCThriftCompressionEnabled is set to {}."; - public static final String LOG_PIPEASYNCSINKFORCEDRETRYTSFILEEVENTQUEUESIZE_SET_ARG_0BB1C280 = "pipeAsyncSinkForcedRetryTsFileEventQueueSize is set to {}."; - public static final String LOG_PIPEASYNCSINKFORCEDRETRYTABLETEVENTQUEUESIZE_SET_ARG_8FDA7023 = "pipeAsyncSinkForcedRetryTabletEventQueueSize is set to {}."; - public static final String LOG_PIPEASYNCSINKFORCEDRETRYTOTALEVENTQUEUESIZE_SET_ARG_92D6EACB = "pipeAsyncSinkForcedRetryTotalEventQueueSize is set to {}."; - public static final String LOG_PIPEASYNCSINKMAXRETRYEXECUTIONTIMEMSPERCALL_SET_ARG_77E7B216 = "pipeAsyncSinkMaxRetryExecutionTimeMsPerCall is set to {}."; + public static final String LOG_PIPEDATASTRUCTURETABLETSIZEINBYTES_SET_ARG_243363B3 = + "pipeDataStructureTabletSizeInBytes is set to {}."; + public static final String + LOG_PIPEDATASTRUCTURETABLETMEMORYBLOCKALLOCATIONREJECTTHRESHOLD_SET_ARG_EF34614A = + "pipeDataStructureTabletMemoryBlockAllocationRejectThreshold is set to {}."; + public static final String + LOG_PIPEDATASTRUCTURETSFILEMEMORYBLOCKALLOCATIONREJECTTHRESHOLD_SET_ARG_309A7E12 = + "pipeDataStructureTsFileMemoryBlockAllocationRejectThreshold is set to {}."; + public static final String LOG_PIPETOTALFLOATINGMEMORYPROPORTION_SET_ARG_FDCA8082 = + "pipeTotalFloatingMemoryProportion is set to {}."; + public static final String LOG_PIPESOURCEASSIGNERDISRUPTORRINGBUFFERSIZE_SET_ARG_31C9A8D8 = + "pipeSourceAssignerDisruptorRingBufferSize is set to {}."; + public static final String LOG_PIPESOURCEASSIGNERDISRUPTORRINGBUFFERENTRYSIZE_SET_ARG_95D31172 = + "pipeSourceAssignerDisruptorRingBufferEntrySize is set to {}."; + public static final String LOG_PIPECONNECTORHANDSHAKETIMEOUTMS_SET_ARG_64890ED2 = + "pipeConnectorHandshakeTimeoutMs is set to {}."; + public static final String LOG_PIPEAIRGAPSINKTABLETTIMEOUTMS_SET_ARG_3413AC05 = + "pipeAirGapSinkTabletTimeoutMs is set to {}."; + public static final String LOG_ISPIPESINKREADFILEBUFFERMEMORYCONTROLENABLED_SET_ARG_138BB142 = + "isPipeSinkReadFileBufferMemoryControlEnabled is set to {}."; + public static final String LOG_PIPESINKRPCTHRIFTCOMPRESSIONENABLED_SET_ARG_1F2B6AB4 = + "pipeSinkRPCThriftCompressionEnabled is set to {}."; + public static final String LOG_PIPEASYNCSINKFORCEDRETRYTSFILEEVENTQUEUESIZE_SET_ARG_0BB1C280 = + "pipeAsyncSinkForcedRetryTsFileEventQueueSize is set to {}."; + public static final String LOG_PIPEASYNCSINKFORCEDRETRYTABLETEVENTQUEUESIZE_SET_ARG_8FDA7023 = + "pipeAsyncSinkForcedRetryTabletEventQueueSize is set to {}."; + public static final String LOG_PIPEASYNCSINKFORCEDRETRYTOTALEVENTQUEUESIZE_SET_ARG_92D6EACB = + "pipeAsyncSinkForcedRetryTotalEventQueueSize is set to {}."; + public static final String LOG_PIPEASYNCSINKMAXRETRYEXECUTIONTIMEMSPERCALL_SET_ARG_77E7B216 = + "pipeAsyncSinkMaxRetryExecutionTimeMsPerCall is set to {}."; public static final String LOG_PIPEASYNCSINKRETRYMAXDURATIONMS_IS_SET_TO_ARG_5058C99F = "pipeAsyncSinkRetryMaxDurationMs is set to {}."; public static final String LOG_PIPEASYNCSINKRETRYPROBEINTERVALMS_IS_SET_TO_ARG_A1E9AF45 = "pipeAsyncSinkRetryProbeIntervalMs is set to {}."; - public static final String LOG_PIPEASYNCSINKSELECTORNUMBER_SHOULD_GREATER_THAN_0_CONFIGURING_IT_NOT_CHANGE_EEB9793C = "pipeAsyncSinkSelectorNumber should be greater than 0, configuring it not to change."; - public static final String LOG_PIPEASYNCSINKMAXCLIENTNUMBER_SHOULD_GREATER_THAN_0_CONFIGURING_IT_NOT_CHANGE_11EF47BF = " pipeAsyncSinkMaxClientNumber should be greater than 0, configuring it not to change."; - public static final String LOG_PIPEASYNCSINKMAXTSFILECLIENTNUMBER_SHOULD_GREATER_THAN_0_CONFIGURING_IT_NOT_CHANGE_AC812FE2 = "pipeAsyncSinkMaxTsFileClientNumber should be greater than 0, configuring it not to change."; - public static final String LOG_PIPEASYNCSINKMAXTSFILECLIENTNUMBER_SET_ARG_7D83FCDE = "pipeAsyncSinkMaxTsFileClientNumber is set to {}."; - public static final String LOG_PIPEHEARTBEATINTERVALSECONDSFORCOLLECTINGPIPEMETA_SET_ARG_E171AAAD = "pipeHeartbeatIntervalSecondsForCollectingPipeMeta is set to {}."; - public static final String LOG_PIPEMETASYNCERINITIALSYNCDELAYMINUTES_SET_ARG_6E36A895 = "pipeMetaSyncerInitialSyncDelayMinutes is set to {}."; - public static final String LOG_PIPEMETASYNCERSYNCINTERVALMINUTES_SET_ARG_CFBACD71 = "pipeMetaSyncerSyncIntervalMinutes is set to {}."; - public static final String LOG_PIPEMETASYNCERAUTORESTARTPIPECHECKINTERVALROUND_SET_ARG_A80B4589 = "pipeMetaSyncerAutoRestartPipeCheckIntervalRound is set to {}."; - public static final String LOG_PIPESINKRETRYLOCALLYFORCONNECTIONERROR_SET_ARG_5D886CE6 = "pipeSinkRetryLocallyForConnectionError is set to {}"; - public static final String LOG_PIPESUBTASKEXECUTORBASICCHECKPOINTINTERVALBYCONSUMEDEVENTCOUNT_SET_ARG_CFCECFCE = "pipeSubtaskExecutorBasicCheckPointIntervalByConsumedEventCount is set to {}"; - public static final String LOG_PIPESUBTASKEXECUTORBASICCHECKPOINTINTERVALBYTIMEDURATION_SET_ARG_45B3F433 = "pipeSubtaskExecutorBasicCheckPointIntervalByTimeDuration is set to {}"; - public static final String LOG_PIPESUBTASKEXECUTORMAXTHREADNUM_SHOULD_GREATER_THAN_0_CONFIGURING_IT_NOT_CHANGE_25E0CE6E = "pipeSubtaskExecutorMaxThreadNum should be greater than 0, configuring it not to change."; - public static final String LOG_PIPERETRYLOCALLYFORPARALLELORUSERCONFLICT_SET_ARG_368926E5 = "pipeRetryLocallyForParallelOrUserConflict is set to {}."; - public static final String LOG_PIPESINKSUBTASKSLEEPINTERVALINITMS_SET_ARG_B8DCF143 = "pipeSinkSubtaskSleepIntervalInitMs is set to {}."; - public static final String LOG_PIPESINKSUBTASKSLEEPINTERVALMAXMS_SET_ARG_0010425D = "pipeSinkSubtaskSleepIntervalMaxMs is set to {}."; - public static final String LOG_PIPESUBTASKEXECUTORPENDINGQUEUEMAXBLOCKINGTIMEMS_SET_ARG_2F1A6865 = "pipeSubtaskExecutorPendingQueueMaxBlockingTimeMs is set to {}"; - public static final String LOG_PIPESUBTASKEXECUTORCRONHEARTBEATEVENTINTERVALSECONDS_SET_ARG_B5C9E195 = "pipeSubtaskExecutorCronHeartbeatEventIntervalSeconds is set to {}."; - public static final String LOG_PIPEREALTIMEQUEUEPOLLHISTORICALTSFILETHRESHOLD_SET_ARG_FD88A384 = "pipeRealTimeQueuePollHistoricalTsFileThreshold is set to {}"; - public static final String LOG_PIPEREALTIMEQUEUEMAXWAITINGTSFILESIZE_SET_ARG_7E0698AB = "pipeRealTimeQueueMaxWaitingTsFileSize is set to {}."; - public static final String LOG_PIPEREALTIMEFORCEDOWNGRADINGTIME_SET_ARG_98A0F8AE = "pipeRealtimeForceDowngradingTime is set to {}."; - public static final String LOG_PIPEREALTIMEFORCEDOWNGRADINGPROPORTION_SET_ARG_92974D0B = "pipeRealtimeForceDowngradingProportion is set to {}."; - public static final String LOG_PIPERECEIVERLOGINPERIODICVERIFICATIONINTERVALMS_SET_ARG_158C791C = "pipeReceiverLoginPeriodicVerificationIntervalMs is set to {}"; - public static final String LOG_PIPERECEIVERACTUALTOESTIMATEDMEMORYRATIO_SET_ARG_0D1F305D = "pipeReceiverActualToEstimatedMemoryRatio is set to {}"; - public static final String LOG_PIPERECEIVERREQDECOMPRESSEDMAXLENGTHINBYTES_SET_ARG_9356E410 = "pipeReceiverReqDecompressedMaxLengthInBytes is set to {}."; - public static final String LOG_IGNORE_INVALID_PIPEAIRGAPRECEIVERMAXPAYLOADSIZEINBYTES_ARG_BECAUSE_IT_MUST_GREATER_THAN_0_8ACA836C = "Ignore invalid pipeAirGapReceiverMaxPayloadSizeInBytes {}, because it must be greater than 0."; - public static final String LOG_PIPEAIRGAPRECEIVERMAXPAYLOADSIZEINBYTES_SET_ARG_9B21877F = "pipeAirGapReceiverMaxPayloadSizeInBytes is set to {}."; - public static final String LOG_PIPEPERIODICALLOGMININTERVALSECONDS_SET_ARG_5535C79E = "pipePeriodicalLogMinIntervalSeconds is set to {}."; - public static final String LOG_PIPEMETAREPORTMAXLOGINTERVALROUNDS_SET_ARG_0090AECB = "pipeMetaReportMaxLogIntervalRounds is set to {}"; - public static final String LOG_PIPETSFILEPINMAXLOGINTERVALROUNDS_SET_ARG_FAFE1040 = "pipeTsFilePinMaxLogIntervalRounds is set to {}"; - public static final String LOG_PIPEMEMORYALLOCATEFORTSFILESEQUENCEREADERINBYTES_SET_ARG_8A26960D = "pipeMemoryAllocateForTsFileSequenceReaderInBytes is set to {}"; - public static final String LOG_PIPEMEMORYEXPANDERINTERVALSECONDS_SET_ARG_73F96BBC = "pipeMemoryExpanderIntervalSeconds is set to {}"; - public static final String LOG_PIPEMEMORYALLOCATERETRYINTERVALMS_SET_ARG_39D52E47 = "pipeMemoryAllocateRetryIntervalMs is set to {}"; - public static final String LOG_PIPELEADERCACHEMEMORYUSAGEPERCENTAGE_SET_ARG_E32DE64B = "pipeLeaderCacheMemoryUsagePercentage is set to {}"; - public static final String LOG_PIPELISTENINGQUEUETRANSFERSNAPSHOTTHRESHOLD_SET_ARG_FD856477 = "pipeListeningQueueTransferSnapshotThreshold is set to {}"; - public static final String LOG_PIPESNAPSHOTEXECUTIONMAXBATCHSIZE_SET_ARG_F1C5C62C = "pipeSnapshotExecutionMaxBatchSize is set to {}"; - public static final String LOG_PIPEREMAININGTIMECOMMITRATEAUTOSWITCHSECONDS_SET_ARG_17E6C979 = "pipeRemainingTimeCommitRateAutoSwitchSeconds is set to {}"; - public static final String LOG_PIPEREMAININGTIMECOMMITRATEAVERAGETIME_SET_ARG_D010BE98 = "pipeRemainingTimeCommitRateAverageTime is set to {}"; - public static final String LOG_PIPEREMAININGINSERTEVENTCOUNTAVERAGE_SET_ARG_17C28F47 = "pipeRemainingInsertEventCountAverage is set to {}"; - public static final String LOG_PIPEDYNAMICMEMORYADJUSTMENTTHRESHOLD_SET_ARG_2F008DB1 = "pipeDynamicMemoryAdjustmentThreshold is set to {}"; - public static final String LOG_PIPETHRESHOLDALLOCATIONSTRATEGYMAXIMUMMEMORYINCREMENTRATIO_SET_ARG_BFAD04E0 = "pipeThresholdAllocationStrategyMaximumMemoryIncrementRatio is set to {}"; - public static final String LOG_PIPEMEMORYBLOCKLOWUSAGETHRESHOLD_SET_ARG_DDF99D69 = "pipeMemoryBlockLowUsageThreshold is set to {}"; - public static final String LOG_PIPETHRESHOLDALLOCATIONSTRATEGYFIXEDMEMORYHIGHUSAGETHRESHOLD_SET_ARG_82721CBE = "pipeThresholdAllocationStrategyFixedMemoryHighUsageThreshold is set to {}"; - public static final String LOG_PIPECHECKSYNCALLCLIENTLIVETIMEINTERVALMS_SET_ARG_246CE0EB = "pipeCheckSyncAllClientLiveTimeIntervalMs is set to {}"; - public static final String LOG_PIPESENDTSFILERATELIMITBYTESPERSECOND_SET_ARG_653F2CC4 = "pipeSendTsFileRateLimitBytesPerSecond is set to {}"; - public static final String LOG_PIPEALLSINKSRATELIMITBYTESPERSECOND_SET_ARG_EE3FE2A0 = "pipeAllSinksRateLimitBytesPerSecond is set to {}"; - public static final String LOG_RATELIMITERHOTRELOADCHECKINTERVALMS_SET_ARG_E086A4F0 = "rateLimiterHotReloadCheckIntervalMs is set to {}"; - public static final String LOG_PIPECONNECTORREQUESTSLICETHRESHOLDBYTES_SET_ARG_7FAA56F2 = "pipeConnectorRequestSliceThresholdBytes is set to {}"; - public static final String LOG_TWOSTAGEAGGREGATEMAXCOMBINERLIVETIMEINMS_SET_ARG_F10B7C02 = "twoStageAggregateMaxCombinerLiveTimeInMs is set to {}"; - public static final String LOG_TWOSTAGEAGGREGATEDATAREGIONINFOCACHETIMEINMS_SET_ARG_C7895888 = "twoStageAggregateDataRegionInfoCacheTimeInMs is set to {}"; - public static final String LOG_TWOSTAGEAGGREGATESENDERENDPOINTSCACHEINMS_SET_ARG_A3CF42B2 = "twoStageAggregateSenderEndPointsCacheInMs is set to {}"; - public static final String LOG_PIPEEVENTREFERENCETRACKINGENABLED_SET_ARG_98E9A640 = "pipeEventReferenceTrackingEnabled is set to {}"; - public static final String LOG_PIPEEVENTREFERENCEELIMINATEINTERVALSECONDS_SET_ARG_62542387 = "pipeEventReferenceEliminateIntervalSeconds is set to {}"; - + public static final String + LOG_PIPEASYNCSINKSELECTORNUMBER_SHOULD_GREATER_THAN_0_CONFIGURING_IT_NOT_CHANGE_EEB9793C = + "pipeAsyncSinkSelectorNumber should be greater than 0, configuring it not to change."; + public static final String + LOG_PIPEASYNCSINKMAXCLIENTNUMBER_SHOULD_GREATER_THAN_0_CONFIGURING_IT_NOT_CHANGE_11EF47BF = + " pipeAsyncSinkMaxClientNumber should be greater than 0, configuring it not to change."; + public static final String + LOG_PIPEASYNCSINKMAXTSFILECLIENTNUMBER_SHOULD_GREATER_THAN_0_CONFIGURING_IT_NOT_CHANGE_AC812FE2 = + "pipeAsyncSinkMaxTsFileClientNumber should be greater than 0, configuring it not to change."; + public static final String LOG_PIPEASYNCSINKMAXTSFILECLIENTNUMBER_SET_ARG_7D83FCDE = + "pipeAsyncSinkMaxTsFileClientNumber is set to {}."; + public static final String + LOG_PIPEHEARTBEATINTERVALSECONDSFORCOLLECTINGPIPEMETA_SET_ARG_E171AAAD = + "pipeHeartbeatIntervalSecondsForCollectingPipeMeta is set to {}."; + public static final String LOG_PIPEMETASYNCERINITIALSYNCDELAYMINUTES_SET_ARG_6E36A895 = + "pipeMetaSyncerInitialSyncDelayMinutes is set to {}."; + public static final String LOG_PIPEMETASYNCERSYNCINTERVALMINUTES_SET_ARG_CFBACD71 = + "pipeMetaSyncerSyncIntervalMinutes is set to {}."; + public static final String LOG_PIPEMETASYNCERAUTORESTARTPIPECHECKINTERVALROUND_SET_ARG_A80B4589 = + "pipeMetaSyncerAutoRestartPipeCheckIntervalRound is set to {}."; + public static final String LOG_PIPESINKRETRYLOCALLYFORCONNECTIONERROR_SET_ARG_5D886CE6 = + "pipeSinkRetryLocallyForConnectionError is set to {}"; + public static final String + LOG_PIPESUBTASKEXECUTORBASICCHECKPOINTINTERVALBYCONSUMEDEVENTCOUNT_SET_ARG_CFCECFCE = + "pipeSubtaskExecutorBasicCheckPointIntervalByConsumedEventCount is set to {}"; + public static final String + LOG_PIPESUBTASKEXECUTORBASICCHECKPOINTINTERVALBYTIMEDURATION_SET_ARG_45B3F433 = + "pipeSubtaskExecutorBasicCheckPointIntervalByTimeDuration is set to {}"; + public static final String + LOG_PIPESUBTASKEXECUTORMAXTHREADNUM_SHOULD_GREATER_THAN_0_CONFIGURING_IT_NOT_CHANGE_25E0CE6E = + "pipeSubtaskExecutorMaxThreadNum should be greater than 0, configuring it not to change."; + public static final String LOG_PIPERETRYLOCALLYFORPARALLELORUSERCONFLICT_SET_ARG_368926E5 = + "pipeRetryLocallyForParallelOrUserConflict is set to {}."; + public static final String LOG_PIPESINKSUBTASKSLEEPINTERVALINITMS_SET_ARG_B8DCF143 = + "pipeSinkSubtaskSleepIntervalInitMs is set to {}."; + public static final String LOG_PIPESINKSUBTASKSLEEPINTERVALMAXMS_SET_ARG_0010425D = + "pipeSinkSubtaskSleepIntervalMaxMs is set to {}."; + public static final String LOG_PIPESUBTASKEXECUTORPENDINGQUEUEMAXBLOCKINGTIMEMS_SET_ARG_2F1A6865 = + "pipeSubtaskExecutorPendingQueueMaxBlockingTimeMs is set to {}"; + public static final String + LOG_PIPESUBTASKEXECUTORCRONHEARTBEATEVENTINTERVALSECONDS_SET_ARG_B5C9E195 = + "pipeSubtaskExecutorCronHeartbeatEventIntervalSeconds is set to {}."; + public static final String LOG_PIPEREALTIMEQUEUEPOLLHISTORICALTSFILETHRESHOLD_SET_ARG_FD88A384 = + "pipeRealTimeQueuePollHistoricalTsFileThreshold is set to {}"; + public static final String LOG_PIPEREALTIMEQUEUEMAXWAITINGTSFILESIZE_SET_ARG_7E0698AB = + "pipeRealTimeQueueMaxWaitingTsFileSize is set to {}."; + public static final String LOG_PIPEREALTIMEFORCEDOWNGRADINGTIME_SET_ARG_98A0F8AE = + "pipeRealtimeForceDowngradingTime is set to {}."; + public static final String LOG_PIPEREALTIMEFORCEDOWNGRADINGPROPORTION_SET_ARG_92974D0B = + "pipeRealtimeForceDowngradingProportion is set to {}."; + public static final String LOG_PIPERECEIVERLOGINPERIODICVERIFICATIONINTERVALMS_SET_ARG_158C791C = + "pipeReceiverLoginPeriodicVerificationIntervalMs is set to {}"; + public static final String LOG_PIPERECEIVERACTUALTOESTIMATEDMEMORYRATIO_SET_ARG_0D1F305D = + "pipeReceiverActualToEstimatedMemoryRatio is set to {}"; + public static final String LOG_PIPERECEIVERREQDECOMPRESSEDMAXLENGTHINBYTES_SET_ARG_9356E410 = + "pipeReceiverReqDecompressedMaxLengthInBytes is set to {}."; + public static final String + LOG_IGNORE_INVALID_PIPEAIRGAPRECEIVERMAXPAYLOADSIZEINBYTES_ARG_BECAUSE_IT_MUST_GREATER_THAN_0_8ACA836C = + "Ignore invalid pipeAirGapReceiverMaxPayloadSizeInBytes {}, because it must be greater than 0."; + public static final String LOG_PIPEAIRGAPRECEIVERMAXPAYLOADSIZEINBYTES_SET_ARG_9B21877F = + "pipeAirGapReceiverMaxPayloadSizeInBytes is set to {}."; + public static final String LOG_PIPEPERIODICALLOGMININTERVALSECONDS_SET_ARG_5535C79E = + "pipePeriodicalLogMinIntervalSeconds is set to {}."; + public static final String LOG_PIPEMETAREPORTMAXLOGINTERVALROUNDS_SET_ARG_0090AECB = + "pipeMetaReportMaxLogIntervalRounds is set to {}"; + public static final String LOG_PIPETSFILEPINMAXLOGINTERVALROUNDS_SET_ARG_FAFE1040 = + "pipeTsFilePinMaxLogIntervalRounds is set to {}"; + public static final String LOG_PIPEMEMORYALLOCATEFORTSFILESEQUENCEREADERINBYTES_SET_ARG_8A26960D = + "pipeMemoryAllocateForTsFileSequenceReaderInBytes is set to {}"; + public static final String LOG_PIPEMEMORYEXPANDERINTERVALSECONDS_SET_ARG_73F96BBC = + "pipeMemoryExpanderIntervalSeconds is set to {}"; + public static final String LOG_PIPEMEMORYALLOCATERETRYINTERVALMS_SET_ARG_39D52E47 = + "pipeMemoryAllocateRetryIntervalMs is set to {}"; + public static final String LOG_PIPELEADERCACHEMEMORYUSAGEPERCENTAGE_SET_ARG_E32DE64B = + "pipeLeaderCacheMemoryUsagePercentage is set to {}"; + public static final String LOG_PIPELISTENINGQUEUETRANSFERSNAPSHOTTHRESHOLD_SET_ARG_FD856477 = + "pipeListeningQueueTransferSnapshotThreshold is set to {}"; + public static final String LOG_PIPESNAPSHOTEXECUTIONMAXBATCHSIZE_SET_ARG_F1C5C62C = + "pipeSnapshotExecutionMaxBatchSize is set to {}"; + public static final String LOG_PIPEREMAININGTIMECOMMITRATEAUTOSWITCHSECONDS_SET_ARG_17E6C979 = + "pipeRemainingTimeCommitRateAutoSwitchSeconds is set to {}"; + public static final String LOG_PIPEREMAININGTIMECOMMITRATEAVERAGETIME_SET_ARG_D010BE98 = + "pipeRemainingTimeCommitRateAverageTime is set to {}"; + public static final String LOG_PIPEREMAININGINSERTEVENTCOUNTAVERAGE_SET_ARG_17C28F47 = + "pipeRemainingInsertEventCountAverage is set to {}"; + public static final String LOG_PIPEDYNAMICMEMORYADJUSTMENTTHRESHOLD_SET_ARG_2F008DB1 = + "pipeDynamicMemoryAdjustmentThreshold is set to {}"; + public static final String + LOG_PIPETHRESHOLDALLOCATIONSTRATEGYMAXIMUMMEMORYINCREMENTRATIO_SET_ARG_BFAD04E0 = + "pipeThresholdAllocationStrategyMaximumMemoryIncrementRatio is set to {}"; + public static final String LOG_PIPEMEMORYBLOCKLOWUSAGETHRESHOLD_SET_ARG_DDF99D69 = + "pipeMemoryBlockLowUsageThreshold is set to {}"; + public static final String + LOG_PIPETHRESHOLDALLOCATIONSTRATEGYFIXEDMEMORYHIGHUSAGETHRESHOLD_SET_ARG_82721CBE = + "pipeThresholdAllocationStrategyFixedMemoryHighUsageThreshold is set to {}"; + public static final String LOG_PIPECHECKSYNCALLCLIENTLIVETIMEINTERVALMS_SET_ARG_246CE0EB = + "pipeCheckSyncAllClientLiveTimeIntervalMs is set to {}"; + public static final String LOG_PIPESENDTSFILERATELIMITBYTESPERSECOND_SET_ARG_653F2CC4 = + "pipeSendTsFileRateLimitBytesPerSecond is set to {}"; + public static final String LOG_PIPEALLSINKSRATELIMITBYTESPERSECOND_SET_ARG_EE3FE2A0 = + "pipeAllSinksRateLimitBytesPerSecond is set to {}"; + public static final String LOG_RATELIMITERHOTRELOADCHECKINTERVALMS_SET_ARG_E086A4F0 = + "rateLimiterHotReloadCheckIntervalMs is set to {}"; + public static final String LOG_PIPECONNECTORREQUESTSLICETHRESHOLDBYTES_SET_ARG_7FAA56F2 = + "pipeConnectorRequestSliceThresholdBytes is set to {}"; + public static final String LOG_TWOSTAGEAGGREGATEMAXCOMBINERLIVETIMEINMS_SET_ARG_F10B7C02 = + "twoStageAggregateMaxCombinerLiveTimeInMs is set to {}"; + public static final String LOG_TWOSTAGEAGGREGATEDATAREGIONINFOCACHETIMEINMS_SET_ARG_C7895888 = + "twoStageAggregateDataRegionInfoCacheTimeInMs is set to {}"; + public static final String LOG_TWOSTAGEAGGREGATESENDERENDPOINTSCACHEINMS_SET_ARG_A3CF42B2 = + "twoStageAggregateSenderEndPointsCacheInMs is set to {}"; + public static final String LOG_PIPEEVENTREFERENCETRACKINGENABLED_SET_ARG_98E9A640 = + "pipeEventReferenceTrackingEnabled is set to {}"; + public static final String LOG_PIPEEVENTREFERENCEELIMINATEINTERVALSECONDS_SET_ARG_62542387 = + "pipeEventReferenceEliminateIntervalSeconds is set to {}"; } diff --git a/iotdb-core/node-commons/src/main/i18n/en/org/apache/iotdb/commons/i18n/PathMessages.java b/iotdb-core/node-commons/src/main/i18n/en/org/apache/iotdb/commons/i18n/PathMessages.java index 760794e858be..48ba731ff4a7 100644 --- a/iotdb-core/node-commons/src/main/i18n/en/org/apache/iotdb/commons/i18n/PathMessages.java +++ b/iotdb-core/node-commons/src/main/i18n/en/org/apache/iotdb/commons/i18n/PathMessages.java @@ -49,10 +49,13 @@ public final class PathMessages { "Only accept MeasurementPath and AlignedPath."; private PathMessages() {} + // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- - public static final String EXCEPTION_NODES_LENGTH_MEASUREMENTPATH_SHOULD_ALWAYS_GREATER_THAN_2_CURRENT_39B913AE = "nodes.length for MeasurementPath should always be greater than 2, current is: "; - public static final String EXCEPTION_WILDCARDS_NOT_ALLOWED_PREFIX_PATH_948C42D1 = "Wildcards are not allowed in the prefix path: "; - + public static final String + EXCEPTION_NODES_LENGTH_MEASUREMENTPATH_SHOULD_ALWAYS_GREATER_THAN_2_CURRENT_39B913AE = + "nodes.length for MeasurementPath should always be greater than 2, current is: "; + public static final String EXCEPTION_WILDCARDS_NOT_ALLOWED_PREFIX_PATH_948C42D1 = + "Wildcards are not allowed in the prefix path: "; } diff --git a/iotdb-core/node-commons/src/main/i18n/en/org/apache/iotdb/commons/i18n/PipeMessages.java b/iotdb-core/node-commons/src/main/i18n/en/org/apache/iotdb/commons/i18n/PipeMessages.java index e8646e005a32..6284aa70101e 100644 --- a/iotdb-core/node-commons/src/main/i18n/en/org/apache/iotdb/commons/i18n/PipeMessages.java +++ b/iotdb-core/node-commons/src/main/i18n/en/org/apache/iotdb/commons/i18n/PipeMessages.java @@ -29,8 +29,7 @@ public final class PipeMessages { // All use SLF4J {} placeholder pattern: "ConfigName: {}" public static final String CONFIG_PIPE_HARDLINK_BASE_DIR_NAME = "PipeHardlinkBaseDirName: {}"; - public static final String CONFIG_PIPE_HARDLINK_TSFILE_DIR_NAME = - "PipeHardlinkTsFileDirName: {}"; + public static final String CONFIG_PIPE_HARDLINK_TSFILE_DIR_NAME = "PipeHardlinkTsFileDirName: {}"; public static final String CONFIG_PIPE_FILE_RECEIVER_FSYNC_ENABLED = "PipeFileReceiverFsyncEnabled: {}"; public static final String CONFIG_PIPE_DATA_STRUCTURE_TABLET_ROW_SIZE = @@ -45,21 +44,18 @@ public final class PipeMessages { "PipeDataStructureTsFileMemoryBlockAllocationRejectThreshold: {}"; public static final String CONFIG_PIPE_TOTAL_FLOATING_MEMORY_PROPORTION = "PipeTotalFloatingMemoryProportion: {}"; - public static final String CONFIG_IS_PIPE_ENABLE_MEMORY_CHECK = - "IsPipeEnableMemoryCheck: {}"; + public static final String CONFIG_IS_PIPE_ENABLE_MEMORY_CHECK = "IsPipeEnableMemoryCheck: {}"; public static final String CONFIG_PIPE_TSFILE_PARSER_MEMORY = "PipeTsFileParserMemory: {}"; public static final String CONFIG_PIPE_TSFILE_PARSER_IN_FLIGHT_MAX_NUM = "PipeTsFileParserInFlightMaxNum: {}"; public static final String CONFIG_PIPE_TSFILE_PARSER_IN_FLIGHT_MAX_NUM_PER_PIPE_REGION = "PipeTsFileParserInFlightMaxNumPerPipeRegion: {}"; - public static final String CONFIG_SINK_BATCH_MEMORY_INSERT_NODE = - "SinkBatchMemoryInsertNode: {}"; + public static final String CONFIG_SINK_BATCH_MEMORY_INSERT_NODE = "SinkBatchMemoryInsertNode: {}"; public static final String CONFIG_SINK_BATCH_MEMORY_TSFILE = "SinkBatchMemoryTsFile: {}"; public static final String CONFIG_SEND_TSFILE_READ_BUFFER = "SendTsFileReadBuffer: {}"; public static final String CONFIG_PIPE_RESERVED_MEMORY_PERCENTAGE = "PipeReservedMemoryPercentage: {}"; - public static final String CONFIG_PIPE_MINIMUM_RECEIVER_MEMORY = - "PipeMinimumReceiverMemory: {}"; + public static final String CONFIG_PIPE_MINIMUM_RECEIVER_MEMORY = "PipeMinimumReceiverMemory: {}"; public static final String CONFIG_PIPE_REALTIME_QUEUE_POLL_TSFILE_THRESHOLD = "PipeRealTimeQueuePollTsFileThreshold: {}"; public static final String CONFIG_PIPE_REALTIME_QUEUE_POLL_HISTORICAL_TSFILE_THRESHOLD = @@ -80,9 +76,8 @@ public final class PipeMessages { "PipeSubtaskExecutorBasicCheckPointIntervalByTimeDuration: {}"; public static final String CONFIG_PIPE_SUBTASK_EXECUTOR_PENDING_QUEUE_MAX_BLOCKING_TIME_MS = "PipeSubtaskExecutorPendingQueueMaxBlockingTimeMs: {}"; - public static final String - CONFIG_PIPE_SUBTASK_EXECUTOR_CRON_HEARTBEAT_EVENT_INTERVAL_SECONDS = - "PipeSubtaskExecutorCronHeartbeatEventIntervalSeconds: {}"; + public static final String CONFIG_PIPE_SUBTASK_EXECUTOR_CRON_HEARTBEAT_EVENT_INTERVAL_SECONDS = + "PipeSubtaskExecutorCronHeartbeatEventIntervalSeconds: {}"; public static final String CONFIG_PIPE_MAX_WAIT_FINISH_TIME = "PipeMaxWaitFinishTime: {}"; public static final String CONFIG_PIPE_SINK_SUBTASK_SLEEP_INTERVAL_INIT_MS = "PipeSinkSubtaskSleepIntervalInitMs: {}"; @@ -90,21 +85,18 @@ public final class PipeMessages { "PipeSinkSubtaskSleepIntervalMaxMs: {}"; public static final String CONFIG_PIPE_SOURCE_ASSIGNER_DISRUPTOR_RING_BUFFER_SIZE = "PipeSourceAssignerDisruptorRingBufferSize: {}"; - public static final String - CONFIG_PIPE_SOURCE_ASSIGNER_DISRUPTOR_RING_BUFFER_ENTRY_SIZE_IN_BYTES = - "PipeSourceAssignerDisruptorRingBufferEntrySizeInBytes: {}"; + public static final String CONFIG_PIPE_SOURCE_ASSIGNER_DISRUPTOR_RING_BUFFER_ENTRY_SIZE_IN_BYTES = + "PipeSourceAssignerDisruptorRingBufferEntrySizeInBytes: {}"; public static final String CONFIG_PIPE_SOURCE_MATCHER_CACHE_SIZE = "PipeSourceMatcherCacheSize: {}"; public static final String CONFIG_PIPE_SINK_HANDSHAKE_TIMEOUT_MS = "PipeSinkHandshakeTimeoutMs: {}"; - public static final String CONFIG_PIPE_SINK_TRANSFER_TIMEOUT_MS = - "PipeSinkTransferTimeoutMs: {}"; + public static final String CONFIG_PIPE_SINK_TRANSFER_TIMEOUT_MS = "PipeSinkTransferTimeoutMs: {}"; public static final String CONFIG_PIPE_SINK_READ_FILE_BUFFER_SIZE = "PipeSinkReadFileBufferSize: {}"; public static final String CONFIG_PIPE_SINK_READ_FILE_BUFFER_MEMORY_CONTROL_ENABLED = "PipeSinkReadFileBufferMemoryControlEnabled: {}"; - public static final String CONFIG_PIPE_SINK_RETRY_INTERVAL_MS = - "PipeSinkRetryIntervalMs: {}"; + public static final String CONFIG_PIPE_SINK_RETRY_INTERVAL_MS = "PipeSinkRetryIntervalMs: {}"; public static final String CONFIG_PIPE_SINK_RPC_THRIFT_COMPRESSION_ENABLED = "PipeSinkRPCThriftCompressionEnabled: {}"; public static final String CONFIG_PIPE_LEADER_CACHE_MEMORY_USAGE_PERCENTAGE = @@ -138,15 +130,12 @@ public final class PipeMessages { public static final String CONFIG_PIPE_THRESHOLD_ALLOCATION_STRATEGY_FIXED_MEMORY_HIGH_USAGE_THRESHOLD = "PipeThresholdAllocationStrategyFixedMemoryHighUsageThreshold: {}"; - public static final String - CONFIG_PIPE_ASYNC_SINK_FORCED_RETRY_TSFILE_EVENT_QUEUE_SIZE_THRESHOLD = - "PipeAsyncSinkForcedRetryTsFileEventQueueSizeThreshold: {}"; - public static final String - CONFIG_PIPE_ASYNC_SINK_FORCED_RETRY_TABLET_EVENT_QUEUE_SIZE_THRESHOLD = - "PipeAsyncSinkForcedRetryTabletEventQueueSizeThreshold: {}"; - public static final String - CONFIG_PIPE_ASYNC_SINK_FORCED_RETRY_TOTAL_EVENT_QUEUE_SIZE_THRESHOLD = - "PipeAsyncSinkForcedRetryTotalEventQueueSizeThreshold: {}"; + public static final String CONFIG_PIPE_ASYNC_SINK_FORCED_RETRY_TSFILE_EVENT_QUEUE_SIZE_THRESHOLD = + "PipeAsyncSinkForcedRetryTsFileEventQueueSizeThreshold: {}"; + public static final String CONFIG_PIPE_ASYNC_SINK_FORCED_RETRY_TABLET_EVENT_QUEUE_SIZE_THRESHOLD = + "PipeAsyncSinkForcedRetryTabletEventQueueSizeThreshold: {}"; + public static final String CONFIG_PIPE_ASYNC_SINK_FORCED_RETRY_TOTAL_EVENT_QUEUE_SIZE_THRESHOLD = + "PipeAsyncSinkForcedRetryTotalEventQueueSizeThreshold: {}"; public static final String CONFIG_PIPE_ASYNC_SINK_MAX_RETRY_EXECUTION_TIME_MS_PER_CALL = "PipeAsyncSinkMaxRetryExecutionTimeMsPerCall: {}"; public static final String CONFIG_PIPE_ASYNC_SINK_RETRY_MAX_DURATION_MS = @@ -175,12 +164,10 @@ public final class PipeMessages { "PipeMetaSyncerInitialSyncDelayMinutes: {}"; public static final String CONFIG_PIPE_META_SYNCER_SYNC_INTERVAL_MINUTES = "PipeMetaSyncerSyncIntervalMinutes: {}"; - public static final String - CONFIG_PIPE_META_SYNCER_AUTO_RESTART_PIPE_CHECK_INTERVAL_ROUND = - "PipeMetaSyncerAutoRestartPipeCheckIntervalRound: {}"; + public static final String CONFIG_PIPE_META_SYNCER_AUTO_RESTART_PIPE_CHECK_INTERVAL_ROUND = + "PipeMetaSyncerAutoRestartPipeCheckIntervalRound: {}"; public static final String CONFIG_PIPE_AUTO_RESTART_ENABLED = "PipeAutoRestartEnabled: {}"; - public static final String CONFIG_PIPE_AIR_GAP_RECEIVER_ENABLED = - "PipeAirGapReceiverEnabled: {}"; + public static final String CONFIG_PIPE_AIR_GAP_RECEIVER_ENABLED = "PipeAirGapReceiverEnabled: {}"; public static final String CONFIG_PIPE_AIR_GAP_RECEIVER_PORT = "PipeAirGapReceiverPort: {}"; public static final String CONFIG_PIPE_AIR_GAP_SINK_TABLET_TIMEOUT_MS = "PipeAirGapSinkTabletTimeoutMs: {}"; @@ -232,8 +219,7 @@ public final class PipeMessages { "PipeEventReferenceTrackingEnabled: {}"; public static final String CONFIG_PIPE_EVENT_REFERENCE_ELIMINATE_INTERVAL_SECONDS = "PipeEventReferenceEliminateIntervalSeconds: {}"; - public static final String CONFIG_PIPE_AUTO_SPLIT_FULL_ENABLED = - "PipeAutoSplitFullEnabled: {}"; + public static final String CONFIG_PIPE_AUTO_SPLIT_FULL_ENABLED = "PipeAutoSplitFullEnabled: {}"; // ===================== PipePluginAgent ===================== @@ -282,8 +268,7 @@ public final class PipeMessages { public static final String FAILED_TO_HANDLE_SINGLE_PIPE_META_CHANGES_FORMAT = "Failed to handle single pipe meta changes for %s, because %s"; public static final String FAILED_TO_DROP_PIPE = "Failed to drop pipe {}"; - public static final String FAILED_TO_DROP_PIPE_FORMAT = - "Failed to drop pipe %s, because %s"; + public static final String FAILED_TO_DROP_PIPE_FORMAT = "Failed to drop pipe %s, because %s"; public static final String FAILED_TO_ACQUIRE_LOCK_DROPPING_ALL = "Failed to acquire lock when dropping all pipe tasks, will skip dropping"; public static final String FAILED_TO_DROP_PIPE_WITH_CREATION_TIME = @@ -370,15 +355,12 @@ public final class PipeMessages { // ===================== BlockingPendingQueue ===================== - public static final String PENDING_QUEUE_PUT_INTERRUPTED = - "pending queue put is interrupted."; - public static final String PENDING_QUEUE_POLL_INTERRUPTED = - "pending queue poll is interrupted."; + public static final String PENDING_QUEUE_PUT_INTERRUPTED = "pending queue put is interrupted."; + public static final String PENDING_QUEUE_POLL_INTERRUPTED = "pending queue poll is interrupted."; // ===================== PipeSubtaskExecutor ===================== - public static final String SUBTASK_ALREADY_REGISTERED = - "The subtask {} is already registered."; + public static final String SUBTASK_ALREADY_REGISTERED = "The subtask {} is already registered."; public static final String SUBTASK_NOT_REGISTERED = "The subtask {} is not registered."; public static final String SUBTASK_ALREADY_RUNNING = "The subtask {} is already running."; public static final String SUBTASK_STARTED = "The subtask {} is started to submit self."; @@ -437,7 +419,8 @@ public final class PipeMessages { "A non PipeRuntimeSinkCriticalException occurred, will throw a PipeRuntimeSinkCriticalException."; public static final String PIPE_CONNECTION_EXCEPTION_RETRYING = "PipeConnectionException occurred, %s retries to handshake with the target system. Root cause: %s."; - public static final String HANDSHAKE_SUCCESS = "{} handshakes with the target system successfully."; + public static final String HANDSHAKE_SUCCESS = + "{} handshakes with the target system successfully."; public static final String HANDSHAKE_FAILED_RETRYING = "{} failed to handshake with the target system for {} times, " + "will retry at most {} times. Root cause: {}."; @@ -460,12 +443,10 @@ public final class PipeMessages { // ===================== PipeCompressorFactory ===================== public static final String COMPRESSOR_CONFIG_NULL = "PipeCompressorConfig is null"; - public static final String COMPRESSOR_CONFIG_NAME_NULL = - "PipeCompressorConfig.getName() is null"; + public static final String COMPRESSOR_CONFIG_NAME_NULL = "PipeCompressorConfig.getName() is null"; public static final String CREATE_ZSTD_COMPRESSOR = "Create new PipeZSTDCompressor with level: {}"; - public static final String COMPRESSOR_NOT_FOUND_BY_NAME = - "PipeCompressor not found for name: %s"; + public static final String COMPRESSOR_NOT_FOUND_BY_NAME = "PipeCompressor not found for name: %s"; public static final String COMPRESSOR_NOT_FOUND_BY_INDEX = "PipeCompressor not found for index: %s"; @@ -473,10 +454,8 @@ public final class PipeMessages { public static final String INVALID_STATE_SLICE = "Invalid state: orderId={}, originReqType={}, originBodySize={}, sliceCount={}, sliceBodies.size={}"; - public static final String ORDER_ID_MISMATCH = - "Order ID mismatch: expected {}, actual {}"; - public static final String SLICE_COUNT_MISMATCH = - "Slice count mismatch: expected {}, actual {}"; + public static final String ORDER_ID_MISMATCH = "Order ID mismatch: expected {}, actual {}"; + public static final String SLICE_COUNT_MISMATCH = "Slice count mismatch: expected {}, actual {}"; // ===================== IoTDBSink ===================== @@ -485,8 +464,7 @@ public final class PipeMessages { "IoTDBSink isTabletBatchModeEnabled: {}"; public static final String IOTDB_SINK_MARK_AS_PIPE_REQUEST = "IoTDBSink shouldMarkAsPipeRequest: {}"; - public static final String IOTDB_SINK_SKIP_IF_NO_PRIVILEGES = - "IoTDBSink skipIfNoPrivileges: {}"; + public static final String IOTDB_SINK_SKIP_IF_NO_PRIVILEGES = "IoTDBSink skipIfNoPrivileges: {}"; public static final String HOST_CANNOT_BE_EMPTY = "host cannot be empty"; public static final String PORT_CANNOT_BE_EMPTY = "port cannot be empty"; @@ -543,8 +521,7 @@ public final class PipeMessages { // ===================== IoTDBTreePattern / TablePattern ===================== - public static final String ILLEGAL_IOTDB_PIPE_PATTERN = - "Illegal IoTDBPipePattern: %s"; + public static final String ILLEGAL_IOTDB_PIPE_PATTERN = "Illegal IoTDBPipePattern: %s"; // ===================== ConcurrentIterableLinkedQueue ===================== public static final String NULL_ELEMENT_NOT_ALLOWED = "Null element is not allowed."; @@ -559,8 +536,7 @@ public final class PipeMessages { // ===================== AbstractSerializableListeningQueue ===================== - public static final String UNKNOWN_SERIALIZER_TYPE = - "Unknown serializer type: %s"; + public static final String UNKNOWN_SERIALIZER_TYPE = "Unknown serializer type: %s"; // ===================== EnrichedEvent ===================== @@ -589,12 +565,10 @@ public final class PipeMessages { public static final String CLEAN_RECEIVER_DIR_SUCCESS = "Clean pipe receiver dir {} successfully."; - public static final String CLEAN_RECEIVER_DIR_FAILED = - "Clean pipe receiver dir {} failed."; + public static final String CLEAN_RECEIVER_DIR_FAILED = "Clean pipe receiver dir {} failed."; public static final String CREATE_RECEIVER_DIR_SUCCESS = "Create pipe receiver dir {} successfully."; - public static final String CREATE_RECEIVER_DIR_FAILED = - "Create pipe receiver dir {} failed."; + public static final String CREATE_RECEIVER_DIR_FAILED = "Create pipe receiver dir {} failed."; // ===================== PipeReceiverFilePathUtils ===================== @@ -603,8 +577,7 @@ public final class PipeMessages { // ===================== IoTDBFileReceiver ===================== - public static final String RECEIVER_HANDSHAKE_FAILED = - "Handshake failed, response status = %s."; + public static final String RECEIVER_HANDSHAKE_FAILED = "Handshake failed, response status = %s."; public static final String RECEIVER_HANDSHAKE_FAILED_WITH_ID = "Receiver id = %s: Handshake failed, response status = %s."; public static final String RECEIVER_HANDSHAKE_FAILED_LOGIN = @@ -613,8 +586,7 @@ public final class PipeMessages { "Temporarily out of memory when %s. Requested memory: %d bytes. Root cause: %s"; public static final String RECEIVER_USER_LOGIN_SUCCESS = "Receiver id = {}: User {} login successfully."; - public static final String RECEIVER_EXITED = - "Receiver id = {}: Handling exit: Receiver exited."; + public static final String RECEIVER_EXITED = "Receiver id = {}: Handling exit: Receiver exited."; public static final String RECEIVER_ORIGINAL_DIR_DELETED = "Receiver id = {}: Original receiver file dir {} was deleted."; public static final String RECEIVER_FAILED_DELETE_ORIGINAL_DIR = @@ -650,8 +622,7 @@ public final class PipeMessages { "Receiver id = %s: File offset reset requested by receiver, response status = %s."; public static final String RECEIVER_FAILED_WRITE_FILE_PIECE = "Receiver id = %s: Failed to write file piece from req %s."; - public static final String FAILED_TO_WRITE_FILE_PIECE = - "Failed to write file piece, because %s"; + public static final String FAILED_TO_WRITE_FILE_PIECE = "Failed to write file piece, because %s"; public static final String RECEIVER_WRITING_FILE_NOT_EXIST = "Receiver id = {}: Writing file {} is not existed or name is not correct, try to create it. " + "Current writing file is {}."; @@ -708,8 +679,7 @@ public final class PipeMessages { "Receiver id = %s: Failed to seal file %s, status is %s."; public static final String RECEIVER_FAILED_SEAL_FILE_FROM_REQ = "Receiver id = %s: Failed to seal file %s from req %s."; - public static final String FAILED_TO_SEAL_FILE = - "Failed to seal file %s because %s"; + public static final String FAILED_TO_SEAL_FILE = "Failed to seal file %s because %s"; public static final String FAILED_TO_SEAL_FILE_MULTI = "Failed to seal file %s, because writing file %s is not available."; public static final String REQUEST_SENDER_RESET_OFFSET = @@ -765,12 +735,17 @@ private PipeMessages() {} public static final String THROWING_EXCEPTION_IN_VALIDATE = "Throwing exception in validate"; public static final String THROWING_EXCEPTION_IN_CUSTOMIZE = "Throwing exception in customize"; - public static final String THROWING_EXCEPTION_IN_PROCESS_TABLET = "Throwing exception in process(TabletInsertionEvent, EventCollector)"; - public static final String THROWING_EXCEPTION_IN_PROCESS_TSFILE = "Throwing exception in process(TsFileInsertionEvent, EventCollector)"; - public static final String THROWING_EXCEPTION_IN_PROCESS_EVENT = "Throwing exception in process(Event, EventCollector)"; + public static final String THROWING_EXCEPTION_IN_PROCESS_TABLET = + "Throwing exception in process(TabletInsertionEvent, EventCollector)"; + public static final String THROWING_EXCEPTION_IN_PROCESS_TSFILE = + "Throwing exception in process(TsFileInsertionEvent, EventCollector)"; + public static final String THROWING_EXCEPTION_IN_PROCESS_EVENT = + "Throwing exception in process(Event, EventCollector)"; public static final String THROWING_EXCEPTION_IN_CLOSE = "Throwing exception in close"; - public static final String ILLEGAL_DB_OR_TABLE_PATTERN = "Illegal database or table pattern. Detail: "; - public static final String EVENT_NOT_SUPPORT_BINDING_PROGRESS_INDEX = "This event does not support binding progressIndex."; + public static final String ILLEGAL_DB_OR_TABLE_PATTERN = + "Illegal database or table pattern. Detail: "; + public static final String EVENT_NOT_SUPPORT_BINDING_PROGRESS_INDEX = + "This event does not support binding progressIndex."; public static final String UNSUPPORTED_VERSION = "Unsupported version %s"; // ===================== PipePluginAgent (additional) ===================== @@ -904,68 +879,131 @@ private PipeMessages() {} // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- - public static final String EXCEPTION_UNSUPPORTED_PIPERUNTIMEEXCEPTION_TYPE_ARG_C5D5D84C = "Unsupported PipeRuntimeException type %s."; + public static final String EXCEPTION_UNSUPPORTED_PIPERUNTIMEEXCEPTION_TYPE_ARG_C5D5D84C = + "Unsupported PipeRuntimeException type %s."; public static final String LOG_SUBSCRIPTIONENABLED_ARG_6F9EC0F9 = "SubscriptionEnabled: {}"; - public static final String LOG_SUBSCRIPTIONCONSENSUSPREFETCHEXECUTORMAXTHREADNUM_ARG_94D0BD76 = "SubscriptionConsensusPrefetchExecutorMaxThreadNum: {}"; - public static final String LOG_SUBSCRIPTIONCONSENSUSBATCHMAXDELAYINMS_ARG_38C2CB8B = "SubscriptionConsensusBatchMaxDelayInMs: {}"; - public static final String LOG_SUBSCRIPTIONCONSENSUSBATCHMAXSIZEINBYTES_ARG_F8D28441 = "SubscriptionConsensusBatchMaxSizeInBytes: {}"; - public static final String LOG_SUBSCRIPTIONCONSENSUSBATCHMAXTABLETCOUNT_ARG_60BB1D6A = "SubscriptionConsensusBatchMaxTabletCount: {}"; - public static final String LOG_SUBSCRIPTIONCONSENSUSBATCHMAXWALENTRIES_ARG_9BF1CAE4 = "SubscriptionConsensusBatchMaxWalEntries: {}"; - public static final String LOG_SUBSCRIPTIONCONSENSUSIDLESAFETIMEBARRIERINTERVALMS_ARG_A6944544 = "SubscriptionConsensusIdleSafeTimeBarrierIntervalMs: {}"; - public static final String EXCEPTION_UNEXPECTED_EOF_READING_REGION_PROGRESS_KEY_LENGTH_EBC10484 = "Unexpected EOF reading region progress key length"; - public static final String EXCEPTION_UNEXPECTED_EOF_READING_REGION_PROGRESS_KEY_C1532EAE = "Unexpected EOF reading region progress key"; - public static final String EXCEPTION_UNEXPECTED_EOF_READING_REGION_PROGRESS_VALUE_LENGTH_D95F9CE0 = "Unexpected EOF reading region progress value length"; - public static final String EXCEPTION_UNEXPECTED_EOF_READING_REGION_PROGRESS_VALUE_A459C521 = "Unexpected EOF reading region progress value"; - public static final String EXCEPTION_INVALID_REGION_PROGRESS_ENTRY_COUNT_B43DED2F = "Invalid region progress entry count: %d"; - public static final String EXCEPTION_INVALID_REGION_PROGRESS_KEY_LENGTH_7C3A3C98 = "Invalid region progress key length: %d"; - public static final String EXCEPTION_INVALID_REGION_PROGRESS_VALUE_LENGTH_6192D17F = "Invalid region progress value length: %d"; - public static final String EXCEPTION_FAILED_ADD_SUBSCRIPTION_CONSUMER_GROUP_META_CONSUMER_ARG_DOES_NOT_EF08EE87 = - "Failed to add subscription to consumer group meta: consumer %s does not exist in consumer" - + " group %s"; - public static final String EXCEPTION_FAILED_REMOVE_SUBSCRIPTION_CONSUMER_GROUP_META_CONSUMER_ARG_DOES_NOT_75C319C3 = - "Failed to remove subscription from consumer group meta: consumer %s does not exist in" - + " consumer group %s"; - public static final String EXCEPTION_FAILED_TO_CREATE_CONSUMER_ARG_BECAUSE_INCONSISTENT_SQL_DIALECT_UNDER_THE_SAME_CONSUMER_GROUP_EXPECTED_ARG_ACTUAL_ARG_A7DA3FB9 = "Failed to create consumer %s because inconsistent sql dialect under the same consumer group, expected %s, actual %s"; - public static final String EXCEPTION_PATH_PATTERN_ARG_NOT_VALID_SOURCE_ONLY_PREFIX_FULL_PATH_784778B8 = "The path pattern %s is not valid for the source. Only prefix or full path is allowed."; - public static final String EXCEPTION_CAPTURE_TREE_CAN_NOT_SPECIFIED_FALSE_DOUBLE_LIVING_ENABLED_29A08445 = "capture.tree can not be specified to false when double living is enabled"; - public static final String EXCEPTION_CAPTURE_TABLE_CAN_NOT_SPECIFIED_FALSE_DOUBLE_LIVING_ENABLED_8AEB8F7B = "capture.table can not be specified to false when double living is enabled"; - public static final String EXCEPTION_FORWARDING_PIPE_REQUESTS_CAN_NOT_SPECIFIED_TRUE_DOUBLE_LIVING_ENABLED_B000E8A1 = "forwarding-pipe-requests can not be specified to true when double living is enabled"; - public static final String EXCEPTION_PARAMETERS_SET_ARG_NOT_ALLOWED_SKIPIF_2B9AA054 = "Parameters in set %s are not allowed in 'skipif'"; - public static final String LOG_USER_CONFLICT_EXCEPTION_DISCARDED_DATA_INFO_BECAUSE_ARG_DATA_ARG_CCE510A5 = - "User conflict exception: discarded data info because {}. data: {}. receiver message: {}." - + " status: {}"; - public static final String LOG_RE_INCREASE_REFERENCE_COUNT_EVENT_HAS_ALREADY_BEEN_RELEASED_ARG_B8DAAAEE = "re-increase reference count to event that has already been released: {}, stack trace: {}"; - public static final String LOG_INCREASE_REFERENCE_COUNT_FAILED_ENRICHEDEVENT_ARG_STACK_TRACE_ARG_94C472FC = "increase reference count failed, EnrichedEvent: {}, stack trace: {}"; - public static final String LOG_DECREASE_REFERENCE_COUNT_EVENT_HAS_ALREADY_BEEN_RELEASED_ARG_STACK_99FCAB8B = "decrease reference count to event that has already been released: {}, stack trace: {}"; - public static final String LOG_RESOURCE_REFERENCE_COUNT_DECREASED_0_BUT_FAILED_RELEASE_RESOURCE_ENRICHEDEVENT_A02A86AF = - "resource reference count is decreased to 0, but failed to release the resource," - + " EnrichedEvent: {}, stack trace: {}"; - public static final String LOG_REFERENCE_COUNT_DECREASED_ARG_EVENT_ARG_STACK_TRACE_ARG_A4BF56FC = "reference count is decreased to {}, event: {}, stack trace: {}"; - public static final String LOG_DECREASE_REFERENCE_COUNT_FAILED_ENRICHEDEVENT_ARG_STACK_TRACE_ARG_6A2024AB = "decrease reference count failed, EnrichedEvent: {}, stack trace: {}"; - public static final String LOG_BROKEN_INVARIANT_DETECT_INVISIBLE_EXTRACTOR_PARAMETERS_ARG_ADAD3038 = "BROKEN INVARIANT: DETECT INVISIBLE EXTRACTOR PARAMETERS {}"; - public static final String LOG_UNKNOWN_PATTERN_FORMAT_ARG_USE_PREFIX_MATCHING_FORMAT_DEFAULT_E7B9EFEC = "Unknown pattern format: {}, use prefix matching format by default."; - public static final String LOG_PIPE_LISTENING_QUEUE_SNAPSHOT_CACHE_UPDATED_ARG_414EE914 = "Pipe listening queue snapshot cache is updated: {}"; - public static final String LOG_FAILED_SERIALIZE_FILE_BECAUSE_FILE_ARG_ALREADY_EXIST_FACC5C4C = "Failed to serialize to file, because file {} is already exist."; - public static final String LOG_FAILED_DESERIALIZE_FILE_FILE_ARG_DOES_NOT_EXIST_2356708C = "Failed to deserialize from file, file {} does not exist."; - public static final String EXCEPTION_UNKNOWN_PIPE_RUNTIME_META_VERSION_C2F4B575 = "Unknown pipe runtime meta version: "; + public static final String LOG_SUBSCRIPTIONCONSENSUSPREFETCHEXECUTORMAXTHREADNUM_ARG_94D0BD76 = + "SubscriptionConsensusPrefetchExecutorMaxThreadNum: {}"; + public static final String LOG_SUBSCRIPTIONCONSENSUSBATCHMAXDELAYINMS_ARG_38C2CB8B = + "SubscriptionConsensusBatchMaxDelayInMs: {}"; + public static final String LOG_SUBSCRIPTIONCONSENSUSBATCHMAXSIZEINBYTES_ARG_F8D28441 = + "SubscriptionConsensusBatchMaxSizeInBytes: {}"; + public static final String LOG_SUBSCRIPTIONCONSENSUSBATCHMAXTABLETCOUNT_ARG_60BB1D6A = + "SubscriptionConsensusBatchMaxTabletCount: {}"; + public static final String LOG_SUBSCRIPTIONCONSENSUSBATCHMAXWALENTRIES_ARG_9BF1CAE4 = + "SubscriptionConsensusBatchMaxWalEntries: {}"; + public static final String LOG_SUBSCRIPTIONCONSENSUSIDLESAFETIMEBARRIERINTERVALMS_ARG_A6944544 = + "SubscriptionConsensusIdleSafeTimeBarrierIntervalMs: {}"; + public static final String EXCEPTION_UNEXPECTED_EOF_READING_REGION_PROGRESS_KEY_LENGTH_EBC10484 = + "Unexpected EOF reading region progress key length"; + public static final String EXCEPTION_UNEXPECTED_EOF_READING_REGION_PROGRESS_KEY_C1532EAE = + "Unexpected EOF reading region progress key"; + public static final String + EXCEPTION_UNEXPECTED_EOF_READING_REGION_PROGRESS_VALUE_LENGTH_D95F9CE0 = + "Unexpected EOF reading region progress value length"; + public static final String EXCEPTION_UNEXPECTED_EOF_READING_REGION_PROGRESS_VALUE_A459C521 = + "Unexpected EOF reading region progress value"; + public static final String EXCEPTION_INVALID_REGION_PROGRESS_ENTRY_COUNT_B43DED2F = + "Invalid region progress entry count: %d"; + public static final String EXCEPTION_INVALID_REGION_PROGRESS_KEY_LENGTH_7C3A3C98 = + "Invalid region progress key length: %d"; + public static final String EXCEPTION_INVALID_REGION_PROGRESS_VALUE_LENGTH_6192D17F = + "Invalid region progress value length: %d"; + public static final String + EXCEPTION_FAILED_ADD_SUBSCRIPTION_CONSUMER_GROUP_META_CONSUMER_ARG_DOES_NOT_EF08EE87 = + "Failed to add subscription to consumer group meta: consumer %s does not exist in consumer" + + " group %s"; + public static final String + EXCEPTION_FAILED_REMOVE_SUBSCRIPTION_CONSUMER_GROUP_META_CONSUMER_ARG_DOES_NOT_75C319C3 = + "Failed to remove subscription from consumer group meta: consumer %s does not exist in" + + " consumer group %s"; + public static final String + EXCEPTION_FAILED_TO_CREATE_CONSUMER_ARG_BECAUSE_INCONSISTENT_SQL_DIALECT_UNDER_THE_SAME_CONSUMER_GROUP_EXPECTED_ARG_ACTUAL_ARG_A7DA3FB9 = + "Failed to create consumer %s because inconsistent sql dialect under the same consumer group, expected %s, actual %s"; + public static final String + EXCEPTION_PATH_PATTERN_ARG_NOT_VALID_SOURCE_ONLY_PREFIX_FULL_PATH_784778B8 = + "The path pattern %s is not valid for the source. Only prefix or full path is allowed."; + public static final String + EXCEPTION_CAPTURE_TREE_CAN_NOT_SPECIFIED_FALSE_DOUBLE_LIVING_ENABLED_29A08445 = + "capture.tree can not be specified to false when double living is enabled"; + public static final String + EXCEPTION_CAPTURE_TABLE_CAN_NOT_SPECIFIED_FALSE_DOUBLE_LIVING_ENABLED_8AEB8F7B = + "capture.table can not be specified to false when double living is enabled"; + public static final String + EXCEPTION_FORWARDING_PIPE_REQUESTS_CAN_NOT_SPECIFIED_TRUE_DOUBLE_LIVING_ENABLED_B000E8A1 = + "forwarding-pipe-requests can not be specified to true when double living is enabled"; + public static final String EXCEPTION_PARAMETERS_SET_ARG_NOT_ALLOWED_SKIPIF_2B9AA054 = + "Parameters in set %s are not allowed in 'skipif'"; + public static final String + LOG_USER_CONFLICT_EXCEPTION_DISCARDED_DATA_INFO_BECAUSE_ARG_DATA_ARG_CCE510A5 = + "User conflict exception: discarded data info because {}. data: {}. receiver message: {}." + + " status: {}"; + public static final String + LOG_RE_INCREASE_REFERENCE_COUNT_EVENT_HAS_ALREADY_BEEN_RELEASED_ARG_B8DAAAEE = + "re-increase reference count to event that has already been released: {}, stack trace: {}"; + public static final String + LOG_INCREASE_REFERENCE_COUNT_FAILED_ENRICHEDEVENT_ARG_STACK_TRACE_ARG_94C472FC = + "increase reference count failed, EnrichedEvent: {}, stack trace: {}"; + public static final String + LOG_DECREASE_REFERENCE_COUNT_EVENT_HAS_ALREADY_BEEN_RELEASED_ARG_STACK_99FCAB8B = + "decrease reference count to event that has already been released: {}, stack trace: {}"; + public static final String + LOG_RESOURCE_REFERENCE_COUNT_DECREASED_0_BUT_FAILED_RELEASE_RESOURCE_ENRICHEDEVENT_A02A86AF = + "resource reference count is decreased to 0, but failed to release the resource," + + " EnrichedEvent: {}, stack trace: {}"; + public static final String LOG_REFERENCE_COUNT_DECREASED_ARG_EVENT_ARG_STACK_TRACE_ARG_A4BF56FC = + "reference count is decreased to {}, event: {}, stack trace: {}"; + public static final String + LOG_DECREASE_REFERENCE_COUNT_FAILED_ENRICHEDEVENT_ARG_STACK_TRACE_ARG_6A2024AB = + "decrease reference count failed, EnrichedEvent: {}, stack trace: {}"; + public static final String + LOG_BROKEN_INVARIANT_DETECT_INVISIBLE_EXTRACTOR_PARAMETERS_ARG_ADAD3038 = + "BROKEN INVARIANT: DETECT INVISIBLE EXTRACTOR PARAMETERS {}"; + public static final String + LOG_UNKNOWN_PATTERN_FORMAT_ARG_USE_PREFIX_MATCHING_FORMAT_DEFAULT_E7B9EFEC = + "Unknown pattern format: {}, use prefix matching format by default."; + public static final String LOG_PIPE_LISTENING_QUEUE_SNAPSHOT_CACHE_UPDATED_ARG_414EE914 = + "Pipe listening queue snapshot cache is updated: {}"; + public static final String LOG_FAILED_SERIALIZE_FILE_BECAUSE_FILE_ARG_ALREADY_EXIST_FACC5C4C = + "Failed to serialize to file, because file {} is already exist."; + public static final String LOG_FAILED_DESERIALIZE_FILE_FILE_ARG_DOES_NOT_EXIST_2356708C = + "Failed to deserialize from file, file {} does not exist."; + public static final String EXCEPTION_UNKNOWN_PIPE_RUNTIME_META_VERSION_C2F4B575 = + "Unknown pipe runtime meta version: "; public static final String EXCEPTION_ROOT_CAUSE_A22E94DE = ", root cause: "; - public static final String LOG_SUCCESSFULLY_EXECUTED_SUBTASK_ARG_ARG_AFTER_ARG_RETRIES_70972F07 = "Successfully executed subtask {}({}) after {} retries."; - public static final String EXCEPTION_FAILED_REFLECT_PIPEPLUGIN_INSTANCE_BECAUSE_PIPEPLUGINMETAKEEPER_NULL_0C9BD2E2 = "Failed to reflect PipePlugin instance, because PipePluginMetaKeeper is null."; - public static final String EXCEPTION_FAILED_REFLECT_PIPEPLUGIN_INSTANCE_BECAUSE_PLUGIN_NAME_NULL_416BD04D = "Failed to reflect PipePlugin instance, because plugin name is null."; + public static final String LOG_SUCCESSFULLY_EXECUTED_SUBTASK_ARG_ARG_AFTER_ARG_RETRIES_70972F07 = + "Successfully executed subtask {}({}) after {} retries."; + public static final String + EXCEPTION_FAILED_REFLECT_PIPEPLUGIN_INSTANCE_BECAUSE_PIPEPLUGINMETAKEEPER_NULL_0C9BD2E2 = + "Failed to reflect PipePlugin instance, because PipePluginMetaKeeper is null."; + public static final String + EXCEPTION_FAILED_REFLECT_PIPEPLUGIN_INSTANCE_BECAUSE_PLUGIN_NAME_NULL_416BD04D = + "Failed to reflect PipePlugin instance, because plugin name is null."; public static final String LOG_IOTDBSINK_ARG_ARG_4E140C06 = "IoTDBSink {} = {}"; - public static final String EXCEPTION_SOCKET_ARG_CLOSED_WILL_TRY_HANDSHAKE_02562BF1 = "Socket %s is closed, will try to handshake"; - public static final String EXCEPTION_NETWORK_ERROR_TRANSFER_FILE_ARG_BECAUSE_ARG_BC25323C = "Network error when transfer file %s, because %s."; - public static final String LOG_ORIGIN_REQUEST_TYPE_MISMATCH_EXPECTED_ARG_ACTUAL_ARG_D96D10AE = "Origin request type mismatch: expected {}, actual {}"; - public static final String LOG_ORIGIN_BODY_SIZE_MISMATCH_EXPECTED_ARG_ACTUAL_ARG_5D410B75 = "Origin body size mismatch: expected {}, actual {}"; - public static final String LOG_INVALID_SLICE_INDEX_EXPECTED_ARG_ACTUAL_ARG_2AC41628 = "Invalid slice index: expected {}, actual {}"; - public static final String LOG_PIPE_ARG_ARG_ENCOUNTERED_AN_UNEXPECTED_HYBRIDPROGRESSINDEX_IN_ARG_PROGRESS_INDEX_ARG_7C578B17 = - "Pipe {}@{} encountered an unexpected HybridProgressIndex in {}. Progress index: {}."; - public static final String EXCEPTION_DECOMPRESSED_LENGTH_SHOULD_BETWEEN_0_ARG_BUT_GOT_ARG_488B3073 = "Decompressed length should be between 0 and %d, but got %d."; + public static final String EXCEPTION_SOCKET_ARG_CLOSED_WILL_TRY_HANDSHAKE_02562BF1 = + "Socket %s is closed, will try to handshake"; + public static final String EXCEPTION_NETWORK_ERROR_TRANSFER_FILE_ARG_BECAUSE_ARG_BC25323C = + "Network error when transfer file %s, because %s."; + public static final String LOG_ORIGIN_REQUEST_TYPE_MISMATCH_EXPECTED_ARG_ACTUAL_ARG_D96D10AE = + "Origin request type mismatch: expected {}, actual {}"; + public static final String LOG_ORIGIN_BODY_SIZE_MISMATCH_EXPECTED_ARG_ACTUAL_ARG_5D410B75 = + "Origin body size mismatch: expected {}, actual {}"; + public static final String LOG_INVALID_SLICE_INDEX_EXPECTED_ARG_ACTUAL_ARG_2AC41628 = + "Invalid slice index: expected {}, actual {}"; + public static final String + LOG_PIPE_ARG_ARG_ENCOUNTERED_AN_UNEXPECTED_HYBRIDPROGRESSINDEX_IN_ARG_PROGRESS_INDEX_ARG_7C578B17 = + "Pipe {}@{} encountered an unexpected HybridProgressIndex in {}. Progress index: {}."; + public static final String + EXCEPTION_DECOMPRESSED_LENGTH_SHOULD_BETWEEN_0_ARG_BUT_GOT_ARG_488B3073 = + "Decompressed length should be between 0 and %d, but got %d."; public static final String EXCEPTION_COMMA_50AD1C01 = ", "; - public static final String MESSAGE_NO_DATAPARTITIONTABLE_GENERATION_TASK_FOUND_4414BE55 = "No DataPartitionTable generation task found"; - public static final String MESSAGE_DATAPARTITIONTABLE_GENERATION_IN_PROGRESS_ARGPCTPCT_F433CBA8 = "DataPartitionTable generation in progress: %.1f%%"; - public static final String MESSAGE_DATAPARTITIONTABLE_GENERATION_COMPLETED_SUCCESSFULLY_E076E3B2 = "DataPartitionTable generation completed successfully"; - public static final String MESSAGE_DATAPARTITIONTABLE_GENERATION_FAILED_D85CD23A = "DataPartitionTable generation failed: "; + public static final String MESSAGE_NO_DATAPARTITIONTABLE_GENERATION_TASK_FOUND_4414BE55 = + "No DataPartitionTable generation task found"; + public static final String MESSAGE_DATAPARTITIONTABLE_GENERATION_IN_PROGRESS_ARGPCTPCT_F433CBA8 = + "DataPartitionTable generation in progress: %.1f%%"; + public static final String MESSAGE_DATAPARTITIONTABLE_GENERATION_COMPLETED_SUCCESSFULLY_E076E3B2 = + "DataPartitionTable generation completed successfully"; + public static final String MESSAGE_DATAPARTITIONTABLE_GENERATION_FAILED_D85CD23A = + "DataPartitionTable generation failed: "; public static final String MESSAGE_UNKNOWN_TASK_STATUS_E05D98F0 = "Unknown task status: "; - } diff --git a/iotdb-core/node-commons/src/main/i18n/en/org/apache/iotdb/commons/i18n/QueryMessages.java b/iotdb-core/node-commons/src/main/i18n/en/org/apache/iotdb/commons/i18n/QueryMessages.java index fdee28c8cade..caf1c1cff7c5 100644 --- a/iotdb-core/node-commons/src/main/i18n/en/org/apache/iotdb/commons/i18n/QueryMessages.java +++ b/iotdb-core/node-commons/src/main/i18n/en/org/apache/iotdb/commons/i18n/QueryMessages.java @@ -25,8 +25,7 @@ public final class QueryMessages { public static final String PLAN_NODE_NOT_SUPPORT_GET_TYPE = "This planNode does not support getType()."; - public static final String PLAN_NODE_CANNOT_CREATE_SUB_NODE = - "Can't create subNode for %s"; + public static final String PLAN_NODE_CANNOT_CREATE_SUB_NODE = "Can't create subNode for %s"; public static final String PLAN_NODE_CHILD_COUNT_INCORRECT = "Child count is not correct for PlanNode. Expected: %d, Value: %d"; public static final String PLAN_NODE_SERIALIZE_ERROR = @@ -51,19 +50,16 @@ public final class QueryMessages { public static final String UNKNOWN_IR_ROW_PATTERN_TYPE = "Unknown IrRowPattern type"; public static final String UNKNOWN_VALUE_POINTER_TYPE = "Unknown ValuePointer type"; - public static final String UNSUPPORTED_IR_NODE_TYPE = - "unsupported node type: %s"; + public static final String UNSUPPORTED_IR_NODE_TYPE = "unsupported node type: %s"; // ======================== SQL AST ======================== public static final String NOT_YET_IMPLEMENTED = "not yet implemented: %s"; - public static final String NOT_YET_IMPLEMENTED_VISIT = - "not yet implemented: %s.visit%s"; + public static final String NOT_YET_IMPLEMENTED_VISIT = "not yet implemented: %s.visit%s"; public static final String GET_EXPRESSION_TYPE_NOT_IMPLEMENTED = "getExpressionType is not implemented yet: %s"; public static final String INVALID_EXPRESSION_TYPE = "Invalid expression type: %s"; - public static final String ONLY_TABLE_SUBQUERY_SUPPORTED = - "Only TableSubquery is supported now"; + public static final String ONLY_TABLE_SUBQUERY_SUPPORTED = "Only TableSubquery is supported now"; public static final String FLOAT_LITERAL_CANNOT_CREATE_FROM_LOCATION = "Currently the FloatLiteral cannot be created from NodeLocation"; public static final String COLUMNS_SHOULD_BE_EXPANDED = @@ -90,8 +86,7 @@ public final class QueryMessages { public static final String UNKNOWN_FILL_METHOD = "Unknown fill method: %s"; public static final String UNKNOWN_JOIN_CRITERIA = "unknown join criteria: %s"; public static final String UNSUPPORTED_RELATION = "unsupported relation: %s"; - public static final String UNEXPECTED_ROWS_PER_MATCH = - "unexpected rowsPerMatch: %s"; + public static final String UNEXPECTED_ROWS_PER_MATCH = "unexpected rowsPerMatch: %s"; public static final String UNEXPECTED_SKIP_TO = "unexpected skipTo: %s"; public static final String UNKNOWN_SIGN = "Unknown sign: %s"; public static final String UNSUPPORTED_FRAME_TYPE = "Unsupported frame type: %s"; @@ -108,8 +103,7 @@ public final class QueryMessages { "Unsupported type parameter kind: %s"; public static final String EXPECTED_ALL_TYPE_SIGNATURES = "Expected all parameters to be TypeSignatures but [%s] was found"; - public static final String PARAMETER_KIND_MISMATCH = - "ParameterKind is [%s] but expected [%s]"; + public static final String PARAMETER_KIND_MISMATCH = "ParameterKind is [%s] but expected [%s]"; public static final String UNEXPECTED_PARAMETER_KIND = "Unexpected parameter kind: %s"; public static final String UNSUPPORTED_COLUMN_TYPE = "Unsupported column type: %s"; @@ -120,34 +114,28 @@ public final class QueryMessages { public static final String FUNCTION_ID_MUST_NOT_BE_EMPTY = "id must not be empty"; public static final String FUNCTION_ID_MUST_BE_LOWERCASE = "id must be lowercase"; public static final String FUNCTION_ID_MUST_NOT_CONTAIN_AT = "id must not contain '@'"; - public static final String VARIADIC_BOUND_MUST_BE_ROW = - "variadicBound must be row but is %s"; + public static final String VARIADIC_BOUND_MUST_BE_ROW = "variadicBound must be row but is %s"; public static final String BUILTIN_SCALAR_FUNCTION_CANNOT_BE_INVOKED = "BuiltinScalarFunctio %s cannot be invoked."; - public static final String OPERATOR_TYPE_CANNOT_BE_INVOKED = - "OperatorType %s cannot be invoked."; - public static final String INVALID_AGGREGATION_FUNCTION = - "Invalid Aggregation function: %s"; + public static final String OPERATOR_TYPE_CANNOT_BE_INVOKED = "OperatorType %s cannot be invoked."; + public static final String INVALID_AGGREGATION_FUNCTION = "Invalid Aggregation function: %s"; // ======================== Table Function (TVF) ======================== public static final String INVALID_OPTIONS = "Invalid options: %s"; public static final String COLUMN_TYPE_NOT_ALLOWED = "The type of the column [%s] is [%s], only INT32, INT64, FLOAT, DOUBLE is allowed"; - public static final String PARAM_SHOULD_NOT_BE_NULL_OR_EMPTY = - "%s should never be null or empty"; + public static final String PARAM_SHOULD_NOT_BE_NULL_OR_EMPTY = "%s should never be null or empty"; public static final String PARAM_SHOULD_NOT_BE_NULL_OR_EMPTY_DOT = "%s should never be null or empty."; - public static final String PARAM_SHOULD_BE_GREATER_THAN_ZERO = - "%s should be greater than 0"; + public static final String PARAM_SHOULD_BE_GREATER_THAN_ZERO = "%s should be greater than 0"; public static final String TARGETS_TOO_MANY_COLUMNS = "%s should not contain more than one target column, found [%s] target columns."; public static final String INPUT_END_TIME_LESS_THAN_START_TIME = "input end time should never less than start time, start time is %s, end time is %s"; public static final String OUTPUT_START_TIME_SHOULD_BE_GREATER = "The %s should be greater than the maximum timestamp of target time series. Expected greater than [%s] but found [%s]."; - public static final String TIME_COLUMN_SHOULD_NOT_BE_NULL = - "Time column should never be null"; + public static final String TIME_COLUMN_SHOULD_NOT_BE_NULL = "Time column should never be null"; public static final String NON_PARTITIONING_PASS_THROUGH = "non-partitioning pass-through column for non-pass-through source of a table function"; @@ -203,8 +191,7 @@ public final class QueryMessages { public static final String MODEL_ID_MUST_BE_PROVIDED = "MODEL_ID parameter must be provided and cannot be empty."; public static final String UNSUPPORTED_DATA_TYPE_FOR_UDF = "Unsupported data type %s"; - public static final String FORECAST_FAILED = - "Forecast failed due to %d %s"; + public static final String FORECAST_FAILED = "Forecast failed due to %d %s"; public static final String FORECAST_RESULT_LENGTH_MISMATCH = "The forecast result length %d does not match the expected output length %d"; public static final String FORECAST_RESULT_SINGLE_COLUMN = @@ -221,18 +208,14 @@ public final class QueryMessages { public static final String TIMESTAMP_OVERFLOW = "Timestamp overflow, Millisecond: %s , Timestamp precision: %s"; - public static final String EXTRACT_TIMESTAMP_MS_PART_NULL = - "ExtractTimestampMsPart is null"; - public static final String EXTRACT_TIMESTAMP_US_PART_NULL = - "ExtractTimestampUsPart is null"; - public static final String EXTRACT_TIMESTAMP_NS_PART_NULL = - "ExtractTimestampNsPart is null"; + public static final String EXTRACT_TIMESTAMP_MS_PART_NULL = "ExtractTimestampMsPart is null"; + public static final String EXTRACT_TIMESTAMP_US_PART_NULL = "ExtractTimestampUsPart is null"; + public static final String EXTRACT_TIMESTAMP_NS_PART_NULL = "ExtractTimestampNsPart is null"; public static final String DATETIME_CONVERT_FAILED = "Failed to convert %s to millisecond, zone offset is %s, please input like 2011-12-03T10:15:30 or 2011-12-03T10:15:30+01:00"; public static final String DATETIME_TIME_REGION_NOT_SUPPORTED = "%s with [time-region] at end is not supported now, please input like 2011-12-03T10:15:30 or 2011-12-03T10:15:30+01:00"; - public static final String UNSUPPORTED_TIME_PRECISION = - "not supported time_precision: %s"; + public static final String UNSUPPORTED_TIME_PRECISION = "not supported time_precision: %s"; public static final String TIMESTAMP_UNEXPECTEDLY_LARGE = "The timestamp is unexpectedly large, you may forget to set the timestamp precision." + "Current system timestamp precision is %s, " @@ -245,8 +228,7 @@ public final class QueryMessages { // ======================== Hash / GroupBy ======================== - public static final String MEMORY_FOR_FLAT_HASH_NOT_ENOUGH = - "Memory for flatHash is not enough"; + public static final String MEMORY_FOR_FLAT_HASH_NOT_ENOUGH = "Memory for flatHash is not enough"; public static final String LONG_OVERFLOW = "long overflow"; public static final String INTEGER_OVERFLOW = "integer overflow"; public static final String INVALID_INPUT_DESC_LENGTH_LT_8 = @@ -254,84 +236,137 @@ public final class QueryMessages { private QueryMessages() {} - public static final String TIME_PRECISION_MUST_BE_ONE_OF = "time precision must be one of: h,m,s,ms,u,n"; - public static final String INVALID_INPUT_BYTES_OFFSET_LT_4 = "Invalid input: bytes.length - offset < 4"; - public static final String INVALID_INPUT_BYTES_OFFSET_LT_8 = "Invalid input: bytes.length - offset < 8"; - public static final String INVALID_INPUT_DESC_OFFSET_LT_4 = "Invalid input: desc.length - offset < 4"; - public static final String SIZE_OF_HASH_TABLE_CANNOT_EXCEED = "Size of hash table cannot exceed 1 billion entries"; - public static final String NO_CHANNEL_GROUP_BY_HASH_NOT_SUPPORT_APPEND = "NoChannelGroupByHash does not support appendValuesTo"; - public static final String NO_CHANNEL_GROUP_BY_HASH_NOT_SUPPORT_RAW_HASH = "NoChannelGroupByHash does not support getRawHash"; - public static final String MULTIPLE_TABLE_FUNCTION_AI_NODE_PROVIDER = "Multiple ITableFunctionAINodeServiceProvider found"; + public static final String TIME_PRECISION_MUST_BE_ONE_OF = + "time precision must be one of: h,m,s,ms,u,n"; + public static final String INVALID_INPUT_BYTES_OFFSET_LT_4 = + "Invalid input: bytes.length - offset < 4"; + public static final String INVALID_INPUT_BYTES_OFFSET_LT_8 = + "Invalid input: bytes.length - offset < 8"; + public static final String INVALID_INPUT_DESC_OFFSET_LT_4 = + "Invalid input: desc.length - offset < 4"; + public static final String SIZE_OF_HASH_TABLE_CANNOT_EXCEED = + "Size of hash table cannot exceed 1 billion entries"; + public static final String NO_CHANNEL_GROUP_BY_HASH_NOT_SUPPORT_APPEND = + "NoChannelGroupByHash does not support appendValuesTo"; + public static final String NO_CHANNEL_GROUP_BY_HASH_NOT_SUPPORT_RAW_HASH = + "NoChannelGroupByHash does not support getRawHash"; + public static final String MULTIPLE_TABLE_FUNCTION_AI_NODE_PROVIDER = + "Multiple ITableFunctionAINodeServiceProvider found"; // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- public static final String EXCEPTION_UNKNOWN_TYPE_BC7EAB78 = "Unknown type: "; - public static final String EXCEPTION_UNEXPECTED_ROWSPERMATCH_F9B931C9 = "unexpected rowsPerMatch: "; - public static final String EXCEPTION_UNSUPPORTED_FILL_METHOD_0809912A = "Unsupported fill method: "; - public static final String EXCEPTION_EXCEPTNODE_SHOULD_NEVER_SERIALIZED_CURRENT_VERSION_6F5B4EE0 = "ExceptNode should never be serialized in current version"; - public static final String EXCEPTION_EXCEPTNODE_SHOULD_NEVER_DESERIALIZED_CURRENT_VERSION_690C18F0 = "ExceptNode should never be deserialized in current version"; - public static final String EXCEPTION_INTERSECTNODE_SHOULD_NEVER_SERIALIZED_CURRENT_VERSION_68D2C0D3 = "IntersectNode should never be serialized in current version"; - public static final String EXCEPTION_INTERSECTNODE_SHOULD_NEVER_DESERIALIZED_CURRENT_VERSION_A3614371 = "IntersectNode should never be deserialized in current version"; + public static final String EXCEPTION_UNEXPECTED_ROWSPERMATCH_F9B931C9 = + "unexpected rowsPerMatch: "; + public static final String EXCEPTION_UNSUPPORTED_FILL_METHOD_0809912A = + "Unsupported fill method: "; + public static final String EXCEPTION_EXCEPTNODE_SHOULD_NEVER_SERIALIZED_CURRENT_VERSION_6F5B4EE0 = + "ExceptNode should never be serialized in current version"; + public static final String + EXCEPTION_EXCEPTNODE_SHOULD_NEVER_DESERIALIZED_CURRENT_VERSION_690C18F0 = + "ExceptNode should never be deserialized in current version"; + public static final String + EXCEPTION_INTERSECTNODE_SHOULD_NEVER_SERIALIZED_CURRENT_VERSION_68D2C0D3 = + "IntersectNode should never be serialized in current version"; + public static final String + EXCEPTION_INTERSECTNODE_SHOULD_NEVER_DESERIALIZED_CURRENT_VERSION_A3614371 = + "IntersectNode should never be deserialized in current version"; public static final String EXCEPTION_COMMA_50AD1C01 = ", "; public static final String EMPTY_MESSAGE = ""; public static final String EXCEPTION_OUTERQUERYSCOPE_IS_NULL_D5305685 = "outerQueryScope is null"; - public static final String EXCEPTION_WARNINGCOLLECTOR_IS_NULL_7A524A68 = "warningCollector is null"; + public static final String EXCEPTION_WARNINGCOLLECTOR_IS_NULL_7A524A68 = + "warningCollector is null"; public static final String EXCEPTION_UPDATEKIND_IS_NULL_6CA83291 = "updateKind is null"; - public static final String EXCEPTION_EXPECTED_ARG_FIELDS_COMMA_GOT_ARG_498063F2 = "Expected %s fields, got %s"; - public static final String EXCEPTION_MISSING_TABLE_ARGUMENT_COLON_ARG_4F1E9F4E = "Missing table argument: %s"; - public static final String EXCEPTION_TABLE_ARGUMENT_SPECIFICATION_CANNOT_HAVE_A_DEFAULT_VALUE_DOT_009A02CA = "Table argument specification cannot have a default value."; - public static final String EXCEPTION_MISSING_DEFAULT_VALUE_FOR_SCALAR_ARGUMENT_COLON_ARG_8AF70F38 = "Missing default value for scalar argument: %s"; - public static final String EXCEPTION_RESULT_SCOPE_SHOULD_HAVE_OUTER_QUERY_SCOPE_EQUAL_WITH_PARAMETER_OUTER_QUERY_SCOP_BE9CDB22 = "result scope should have outer query scope equal with parameter outer query scope"; - public static final String EXCEPTION_RETURN_SCOPE_SHOULD_HAVE_CONTEXT_SCOPE_AS_ONE_OF_ITS_ANCESTORS_BBBFFE3E = "return scope should have context scope as one of its ancestors"; + public static final String EXCEPTION_EXPECTED_ARG_FIELDS_COMMA_GOT_ARG_498063F2 = + "Expected %s fields, got %s"; + public static final String EXCEPTION_MISSING_TABLE_ARGUMENT_COLON_ARG_4F1E9F4E = + "Missing table argument: %s"; + public static final String + EXCEPTION_TABLE_ARGUMENT_SPECIFICATION_CANNOT_HAVE_A_DEFAULT_VALUE_DOT_009A02CA = + "Table argument specification cannot have a default value."; + public static final String + EXCEPTION_MISSING_DEFAULT_VALUE_FOR_SCALAR_ARGUMENT_COLON_ARG_8AF70F38 = + "Missing default value for scalar argument: %s"; + public static final String + EXCEPTION_RESULT_SCOPE_SHOULD_HAVE_OUTER_QUERY_SCOPE_EQUAL_WITH_PARAMETER_OUTER_QUERY_SCOP_BE9CDB22 = + "result scope should have outer query scope equal with parameter outer query scope"; + public static final String + EXCEPTION_RETURN_SCOPE_SHOULD_HAVE_CONTEXT_SCOPE_AS_ONE_OF_ITS_ANCESTORS_BBBFFE3E = + "return scope should have context scope as one of its ancestors"; public static final String EXCEPTION_MISSING_RELATION_ALIAS_437EDF9C = "missing relation alias"; public static final String EXCEPTION_MISMATCHED_ALIASES_A6D3F8CE = "mismatched aliases"; - public static final String EXCEPTION_UNEXPECTED_OFFSET_ROWCOUNT_COLON_977E305C = "unexpected OFFSET rowCount: "; - public static final String EXCEPTION_INVALID_LIMIT_NODE_TYPE_DOT_EXPECTED_COLON_LIMIT_DOT_ACTUAL_COLON_ARG_5BCD1C76 = "Invalid limit node type. Expected: Limit. Actual: %s"; - public static final String EXCEPTION_UNEXPECTED_LIMIT_ROWCOUNT_COLON_CFF154F0 = "unexpected LIMIT rowCount: "; - public static final String EXCEPTION_NON_MINUS_EMPTY_ORDERBYEXPRESSIONS_LIST_WITHOUT_ORDERBYSCOPE_PROVIDED_240DDD64 = "non-empty orderByExpressions list without orderByScope provided"; - public static final String EXCEPTION_OUTPUT_FIELDS_IS_NULL_FOR_SELECT_ITEM_ARG_56AFEC51 = "output fields is null for select item %s"; + public static final String EXCEPTION_UNEXPECTED_OFFSET_ROWCOUNT_COLON_977E305C = + "unexpected OFFSET rowCount: "; + public static final String + EXCEPTION_INVALID_LIMIT_NODE_TYPE_DOT_EXPECTED_COLON_LIMIT_DOT_ACTUAL_COLON_ARG_5BCD1C76 = + "Invalid limit node type. Expected: Limit. Actual: %s"; + public static final String EXCEPTION_UNEXPECTED_LIMIT_ROWCOUNT_COLON_CFF154F0 = + "unexpected LIMIT rowCount: "; + public static final String + EXCEPTION_NON_MINUS_EMPTY_ORDERBYEXPRESSIONS_LIST_WITHOUT_ORDERBYSCOPE_PROVIDED_240DDD64 = + "non-empty orderByExpressions list without orderByScope provided"; + public static final String EXCEPTION_OUTPUT_FIELDS_IS_NULL_FOR_SELECT_ITEM_ARG_56AFEC51 = + "output fields is null for select item %s"; public static final String EXCEPTION_NODE_IS_NULL_C1479F4A = "node is null"; - public static final String EXCEPTION_COLUMNS_SHOULDN_QUOTE_T_BE_EMPTY_HERE_34E44AAA = "columns shouldn't be empty here"; + public static final String EXCEPTION_COLUMNS_SHOULDN_QUOTE_T_BE_EMPTY_HERE_34E44AAA = + "columns shouldn't be empty here"; public static final String EXCEPTION_GREATER_THAN_0B37D87A = " > "; public static final String EXCEPTION_GROUPID_OUT_OF_RANGE_8B10E54B = "groupId out of range"; - public static final String EXCEPTION_MINIMUMREQUIREDCAPACITY_MUST_BE_POSITIVE_81638118 = "minimumRequiredCapacity must be positive"; - public static final String EXCEPTION_EXPECTEDSIZE_MUST_BE_GREATER_THAN_ZERO_DA2E0345 = "expectedSize must be greater than zero"; - public static final String EXCEPTION_POSITION_COUNT_OUT_OF_BOUND_5513847E = "position count out of bound"; + public static final String EXCEPTION_MINIMUMREQUIREDCAPACITY_MUST_BE_POSITIVE_81638118 = + "minimumRequiredCapacity must be positive"; + public static final String EXCEPTION_EXPECTEDSIZE_MUST_BE_GREATER_THAN_ZERO_DA2E0345 = + "expectedSize must be greater than zero"; + public static final String EXCEPTION_POSITION_COUNT_OUT_OF_BOUND_5513847E = + "position count out of bound"; public static final String EXCEPTION_ID_IS_NULL_9D5D27B1 = "id is null"; - public static final String EXCEPTION_NEWCHILDREN_IS_NOT_EMPTY_170FCE18 = "newChildren is not empty"; + public static final String EXCEPTION_NEWCHILDREN_IS_NOT_EMPTY_170FCE18 = + "newChildren is not empty"; public static final String EXCEPTION_ORDERBY_IS_NULL_AA2494DE = "orderBy is null"; public static final String EXCEPTION_ORDERINGS_IS_NULL_59B1C097 = "orderings is null"; public static final String EXCEPTION_ORDERBY_IS_EMPTY_963405E0 = "orderBy is empty"; - public static final String EXCEPTION_ORDERBY_KEYS_AND_ORDERINGS_DON_QUOTE_T_MATCH_E0334493 = "orderBy keys and orderings don't match"; - public static final String EXCEPTION_NO_ORDERING_FOR_SYMBOL_COLON_ARG_F54E70FC = "No ordering for symbol: %s"; + public static final String EXCEPTION_ORDERBY_KEYS_AND_ORDERINGS_DON_QUOTE_T_MATCH_E0334493 = + "orderBy keys and orderings don't match"; + public static final String EXCEPTION_NO_ORDERING_FOR_SYMBOL_COLON_ARG_F54E70FC = + "No ordering for symbol: %s"; public static final String EXCEPTION_NAME_IS_NULL_C8B35959 = "name is null"; - public static final String EXCEPTION_UNEXPECTED_EXPRESSION_COLON_ARG_8E4AC833 = "Unexpected expression: %s"; + public static final String EXCEPTION_UNEXPECTED_EXPRESSION_COLON_ARG_8E4AC833 = + "Unexpected expression: %s"; public static final String EXCEPTION_ORDERINGSCHEME_IS_NULL_4D4D2F6F = "orderingScheme is null"; public static final String EXCEPTION_ASSIGNMENTS_IS_NULL_1FD6142D = "assignments is null"; public static final String EXCEPTION_OUTPUT_IS_NULL_3CDA316E = "output is null"; public static final String EXCEPTION_EXPRESSION_IS_NULL_16C079B5 = "expression is null"; - public static final String EXCEPTION_SYMBOL_ARG_ALREADY_HAS_ASSIGNMENT_ARG_COMMA_WHILE_ADDING_ARG_EE8CADA3 = "Symbol %s already has assignment %s, while adding %s"; - public static final String EXCEPTION_TYPEVARIABLECONSTRAINTS_IS_NULL_0A86DA34 = "typeVariableConstraints is null"; - public static final String EXCEPTION_LONGVARIABLECONSTRAINTS_IS_NULL_51F80E3C = "longVariableConstraints is null"; + public static final String + EXCEPTION_SYMBOL_ARG_ALREADY_HAS_ASSIGNMENT_ARG_COMMA_WHILE_ADDING_ARG_EE8CADA3 = + "Symbol %s already has assignment %s, while adding %s"; + public static final String EXCEPTION_TYPEVARIABLECONSTRAINTS_IS_NULL_0A86DA34 = + "typeVariableConstraints is null"; + public static final String EXCEPTION_LONGVARIABLECONSTRAINTS_IS_NULL_51F80E3C = + "longVariableConstraints is null"; public static final String EXCEPTION_RETURNTYPE_IS_NULL_07C7C6A5 = "returnType is null"; public static final String EXCEPTION_ARGUMENTTYPES_IS_NULL_1E377BFD = "argumentTypes is null"; - public static final String EXCEPTION_TYPEVARIABLECONSTRAINT_IS_NULL_18B97042 = "typeVariableConstraint is null"; + public static final String EXCEPTION_TYPEVARIABLECONSTRAINT_IS_NULL_18B97042 = + "typeVariableConstraint is null"; public static final String EXCEPTION_TYPE_IS_NULL_16A3D3EB = "type is null"; public static final String EXCEPTION_VARIADICBOUND_IS_NULL_33A6BCC2 = "variadicBound is null"; public static final String EXCEPTION_CASTABLETO_IS_NULL_0F2A5B36 = "castableTo is null"; public static final String EXCEPTION_CASTABLEFROM_IS_NULL_DE5158C7 = "castableFrom is null"; public static final String EXCEPTION_FUNCTIONNAME_IS_NULL_0818CBC7 = "functionName is null"; - public static final String EXCEPTION_RESOLVEDFUNCTION_IS_NULL_81B5B93A = "resolvedFunction is null"; + public static final String EXCEPTION_RESOLVEDFUNCTION_IS_NULL_81B5B93A = + "resolvedFunction is null"; public static final String EXCEPTION_VALUE_IS_NULL_192F6BFF = "value is null"; public static final String EXCEPTION_VALUES_IS_NULL_F1D7D3D8 = "values is null"; public static final String EXCEPTION_FIELDNAME_IS_NULL_DEB1CA0C = "fieldName is null"; public static final String EXCEPTION_TYPESIGNATURE_IS_NULL_E8B47305 = "typeSignature is null"; - public static final String EXCEPTION_BASE_TYPE_NAME_CANNOT_BE_A_TYPE_VARIABLE_71E810A9 = "Base type name cannot be a type variable"; + public static final String EXCEPTION_BASE_TYPE_NAME_CANNOT_BE_A_TYPE_VARIABLE_71E810A9 = + "Base type name cannot be a type variable"; public static final String EXCEPTION_BASE_IS_NULL_AC445AD0 = "base is null"; public static final String EXCEPTION_BASE_IS_EMPTY_E86FBC3A = "base is empty"; - public static final String EXCEPTION_BAD_CHARACTERS_IN_BASE_TYPE_COLON_ARG_FA811786 = "Bad characters in base type: %s"; + public static final String EXCEPTION_BAD_CHARACTERS_IN_BASE_TYPE_COLON_ARG_FA811786 = + "Bad characters in base type: %s"; public static final String EXCEPTION_PARAMETERS_IS_NULL_418C7892 = "parameters is null"; - public static final String EXCEPTION_PARAMETERS_FOR_ROW_TYPE_MUST_BE_NAMED_TYPE_PARAMETERS_6AADD078 = "Parameters for ROW type must be NAMED_TYPE parameters"; + public static final String + EXCEPTION_PARAMETERS_FOR_ROW_TYPE_MUST_BE_NAMED_TYPE_PARAMETERS_6AADD078 = + "Parameters for ROW type must be NAMED_TYPE parameters"; public static final String EXCEPTION_KIND_IS_NULL_8C13BAB2 = "kind is null"; public static final String EXCEPTION_COLUMNCATEGORY_IS_NULL_0075924B = "columnCategory is null"; public static final String EXCEPTION_PROPERTIES_IS_NULL_57B88B49 = "properties is null"; @@ -340,40 +375,56 @@ private QueryMessages() {} public static final String EXCEPTION_SIGNATURE_IS_NULL_CA3D8772 = "signature is null"; public static final String EXCEPTION_FUNCTIONID_IS_NULL_F91F8E89 = "functionId is null"; public static final String EXCEPTION_FUNCTIONKIND_IS_NULL_EDF86E36 = "functionKind is null"; - public static final String EXCEPTION_FUNCTIONNULLABILITY_IS_NULL_6EF52FB4 = "functionNullability is null"; + public static final String EXCEPTION_FUNCTIONNULLABILITY_IS_NULL_6EF52FB4 = + "functionNullability is null"; public static final String EXCEPTION_INVALID_NAME_ARG_AD3FA0BF = "Invalid name %s"; - public static final String EXCEPTION_INVALID_NAME_COLON_LEFT_BRACKET_ARG_RIGHT_BRACKET_C46F15A4 = "Invalid name: [%s]"; - public static final String EXCEPTION_ARGUMENTNULLABLE_IS_NULL_0CC221D3 = "argumentNullable is null"; - public static final String EXCEPTION_LITERALFORMATTER_IS_NULL_3F4F4A2B = "literalFormatter is null"; - public static final String EXCEPTION_SYMBOLREFERENCEFORMATTER_IS_NULL_B9B540EC = "symbolReferenceFormatter is null"; + public static final String EXCEPTION_INVALID_NAME_COLON_LEFT_BRACKET_ARG_RIGHT_BRACKET_C46F15A4 = + "Invalid name: [%s]"; + public static final String EXCEPTION_ARGUMENTNULLABLE_IS_NULL_0CC221D3 = + "argumentNullable is null"; + public static final String EXCEPTION_LITERALFORMATTER_IS_NULL_3F4F4A2B = + "literalFormatter is null"; + public static final String EXCEPTION_SYMBOLREFERENCEFORMATTER_IS_NULL_B9B540EC = + "symbolReferenceFormatter is null"; public static final String EXCEPTION_BUILDER_IS_NULL_ADE64E9B = "builder is null"; - public static final String EXCEPTION_VISITEXPRESSION_SHOULD_ONLY_BE_CALLED_AT_ROOT_93E4AAD4 = "visitExpression should only be called at root"; - public static final String EXCEPTION_VISITROWPATTERN_SHOULD_ONLY_BE_CALLED_AT_ROOT_9DE9F574 = "visitRowPattern should only be called at root"; - public static final String EXCEPTION_MISSING_IDENTIFIER_IN_AFTER_MATCH_SKIP_TO_LAST_82A12A21 = "missing identifier in AFTER MATCH SKIP TO LAST"; - public static final String EXCEPTION_MISSING_IDENTIFIER_IN_AFTER_MATCH_SKIP_TO_FIRST_F988B839 = "missing identifier in AFTER MATCH SKIP TO FIRST"; + public static final String EXCEPTION_VISITEXPRESSION_SHOULD_ONLY_BE_CALLED_AT_ROOT_93E4AAD4 = + "visitExpression should only be called at root"; + public static final String EXCEPTION_VISITROWPATTERN_SHOULD_ONLY_BE_CALLED_AT_ROOT_9DE9F574 = + "visitRowPattern should only be called at root"; + public static final String EXCEPTION_MISSING_IDENTIFIER_IN_AFTER_MATCH_SKIP_TO_LAST_82A12A21 = + "missing identifier in AFTER MATCH SKIP TO LAST"; + public static final String EXCEPTION_MISSING_IDENTIFIER_IN_AFTER_MATCH_SKIP_TO_FIRST_F988B839 = + "missing identifier in AFTER MATCH SKIP TO FIRST"; public static final String EXCEPTION_LINE_MUST_BE_GREATER_THAN_0_8D2C1802 = "line must be > 0"; - public static final String EXCEPTION_COLUMN_MUST_BE_GREATER_THAN_0_2481C561 = "column must be > 0"; + public static final String EXCEPTION_COLUMN_MUST_BE_GREATER_THAN_0_2481C561 = + "column must be > 0"; public static final String EXCEPTION_LEFT_IS_NULL_2C1080C5 = "left is null"; public static final String EXCEPTION_RIGHT_IS_NULL_97BD6491 = "right is null"; public static final String EXCEPTION_LOCATION_IS_NULL_F134D388 = "location is null"; public static final String EXCEPTION_CRITERIA_IS_NULL_2996D1A3 = "criteria is null"; - public static final String EXCEPTION_NO_JOIN_CRITERIA_SPECIFIED_44DED0B9 = "No join criteria specified"; - public static final String EXCEPTION_ARG_JOIN_CANNOT_HAVE_JOIN_CRITERIA_3B23E0D1 = "%s join cannot have join criteria"; + public static final String EXCEPTION_NO_JOIN_CRITERIA_SPECIFIED_44DED0B9 = + "No join criteria specified"; + public static final String EXCEPTION_ARG_JOIN_CANNOT_HAVE_JOIN_CRITERIA_3B23E0D1 = + "%s join cannot have join criteria"; public static final String EXCEPTION_SELECTITEMS_16EC72CF = "selectItems"; public static final String EXCEPTION_FUNCTION_IS_NULL_E0FA4B62 = "function is null"; public static final String EXCEPTION_PRECISION_IS_NULL_73E48139 = "precision is null"; public static final String EXCEPTION_OPERAND_IS_NULL_D0182140 = "operand is null"; public static final String EXCEPTION_WHENCLAUSES_IS_NULL_140535CF = "whenClauses is null"; public static final String EXCEPTION_DEFAULTVALUE_IS_NULL_B1C8490D = "defaultValue is null"; - public static final String EXCEPTION_THE_LENGTH_OF_SIMPLECASEEXPRESSION_QUOTE_S_WHENCLAUSES_MUST_GREATER_THAN_0_5D2963B9 = "the length of SimpleCaseExpression's whenClauses must greater than 0"; + public static final String + EXCEPTION_THE_LENGTH_OF_SIMPLECASEEXPRESSION_QUOTE_S_WHENCLAUSES_MUST_GREATER_THAN_0_5D2963B9 = + "the length of SimpleCaseExpression's whenClauses must greater than 0"; public static final String EXCEPTION_SETS_IS_NULL_C9A2FA67 = "sets is null"; - public static final String EXCEPTION_GROUPING_SETS_CANNOT_BE_EMPTY_8E0BE7DB = "grouping sets cannot be empty"; + public static final String EXCEPTION_GROUPING_SETS_CANNOT_BE_EMPTY_8E0BE7DB = + "grouping sets cannot be empty"; public static final String EXCEPTION_IDENTIFIERS_IS_NULL_72CDC3BE = "identifiers is null"; public static final String EXCEPTION_IDENTIFIERS_IS_EMPTY_410ED65C = "identifiers is empty"; public static final String EXCEPTION_QUERIES_IS_NULL_94399651 = "queries is null"; public static final String EXCEPTION_QUERIES_IS_EMPTY_FE480BBC = "queries is empty"; public static final String EXCEPTION_VALUE_IS_EMPTY_A42300DD = "value is empty"; - public static final String EXCEPTION_VALUE_CONTAINS_ILLEGAL_CHARACTERS_COLON_ARG_C6DBFEBA = "value contains illegal characters: %s"; + public static final String EXCEPTION_VALUE_CONTAINS_ILLEGAL_CHARACTERS_COLON_ARG_C6DBFEBA = + "value contains illegal characters: %s"; public static final String EXCEPTION_RELATIONS_IS_NULL_0275CA3C = "relations is null"; public static final String EXCEPTION_FILLMETHOD_IS_NULL_2E5A83E6 = "fillMethod is null"; public static final String EXCEPTION_RELATION_IS_NULL_890596ED = "relation is null"; @@ -382,9 +433,11 @@ private QueryMessages() {} public static final String EXCEPTION_VALUELIST_IS_NULL_9271DC51 = "valueList is null"; public static final String EXCEPTION_ROWS_IS_NULL_B8BF74DE = "rows is null"; public static final String EXCEPTION_SORTITEMS_IS_NULL_DD277CDD = "sortItems is null"; - public static final String EXCEPTION_SORTITEMS_SHOULD_NOT_BE_EMPTY_78C26791 = "sortItems should not be empty"; + public static final String EXCEPTION_SORTITEMS_SHOULD_NOT_BE_EMPTY_78C26791 = + "sortItems should not be empty"; public static final String EXCEPTION_FIELD_IS_NULL_80E8CE23 = "field is null"; - public static final String EXCEPTION_EXISTINGWINDOWNAME_IS_NULL_5D67FD72 = "existingWindowName is null"; + public static final String EXCEPTION_EXISTINGWINDOWNAME_IS_NULL_5D67FD72 = + "existingWindowName is null"; public static final String EXCEPTION_PARTITIONBY_IS_NULL_84791B6B = "partitionBy is null"; public static final String EXCEPTION_FRAME_IS_NULL_5A92D609 = "frame is null"; public static final String EXCEPTION_CONDITION_IS_NULL_327EBA55 = "condition is null"; @@ -398,27 +451,37 @@ private QueryMessages() {} public static final String EXCEPTION_INPUT_IS_NULL_EE7EADB0 = "input is null"; public static final String EXCEPTION_MEASURES_IS_NULL_EC9D2431 = "measures is null"; public static final String EXCEPTION_ROWSPERMATCH_IS_NULL_661EA4A9 = "rowsPerMatch is null"; - public static final String EXCEPTION_AFTERMATCHSKIPTO_IS_NULL_7623C3C0 = "afterMatchSkipTo is null"; + public static final String EXCEPTION_AFTERMATCHSKIPTO_IS_NULL_7623C3C0 = + "afterMatchSkipTo is null"; public static final String EXCEPTION_PATTERN_IS_NULL_AC4E239A = "pattern is null"; public static final String EXCEPTION_SUBSETS_IS_NULL_AF77CD01 = "subsets is null"; - public static final String EXCEPTION_VARIABLEDEFINITIONS_IS_NULL_5F7B8ED4 = "variableDefinitions is null"; - public static final String EXCEPTION_VARIABLEDEFINITIONS_IS_EMPTY_9E324869 = "variableDefinitions is empty"; - public static final String EXCEPTION_UNEXPECTED_ROWCOUNT_CLASS_COLON_ARG_170FC7CD = "unexpected rowCount class: %s"; + public static final String EXCEPTION_VARIABLEDEFINITIONS_IS_NULL_5F7B8ED4 = + "variableDefinitions is null"; + public static final String EXCEPTION_VARIABLEDEFINITIONS_IS_EMPTY_9E324869 = + "variableDefinitions is empty"; + public static final String EXCEPTION_UNEXPECTED_ROWCOUNT_CLASS_COLON_ARG_170FC7CD = + "unexpected rowCount class: %s"; public static final String EXCEPTION_ITEMS_IS_NULL_32A25379 = "items is null"; public static final String EXCEPTION_OPERANDS_IS_NULL_135465B7 = "operands is null"; - public static final String EXCEPTION_MUST_HAVE_AT_LEAST_TWO_OPERANDS_CE7B0DCB = "must have at least two operands"; - public static final String EXCEPTION_LINE_MUST_BE_AT_LEAST_ONE_COMMA_GOT_COLON_ARG_6BA7A99C = "line must be at least one, got: %s"; - public static final String EXCEPTION_COLUMN_MUST_BE_AT_LEAST_ONE_COMMA_GOT_COLON_ARG_4A529240 = "column must be at least one, got: %s"; + public static final String EXCEPTION_MUST_HAVE_AT_LEAST_TWO_OPERANDS_CE7B0DCB = + "must have at least two operands"; + public static final String EXCEPTION_LINE_MUST_BE_AT_LEAST_ONE_COMMA_GOT_COLON_ARG_6BA7A99C = + "line must be at least one, got: %s"; + public static final String EXCEPTION_COLUMN_MUST_BE_AT_LEAST_ONE_COMMA_GOT_COLON_ARG_4A529240 = + "column must be at least one, got: %s"; public static final String EXCEPTION_QUERY_IS_NULL_689B7978 = "query is null"; public static final String EXCEPTION_OPERATOR_IS_NULL_F5BB9F59 = "operator is null"; - public static final String EXCEPTION_EXPECTED_AT_LEAST_2_TERMS_87CD9010 = "Expected at least 2 terms"; + public static final String EXCEPTION_EXPECTED_AT_LEAST_2_TERMS_87CD9010 = + "Expected at least 2 terms"; public static final String EXCEPTION_SPECIFICATION_IS_NULL_BB4AA029 = "specification is null"; public static final String EXCEPTION_TRIMSOURCE_IS_NULL_C7E6B71D = "trimSource is null"; public static final String EXCEPTION_TRIMCHARACTER_IS_NULL_4036C3D8 = "trimCharacter is null"; public static final String EXCEPTION_POSITION_IS_NULL_5B14C61B = "position is null"; public static final String EXCEPTION_IDENTIFIER_IS_NULL_8F8171C8 = "identifier is null"; - public static final String EXCEPTION_MISSING_IDENTIFIER_IN_SKIP_TO_ARG_33E1A7C3 = "missing identifier in SKIP TO %s"; - public static final String EXCEPTION_UNEXPECTED_IDENTIFIER_IN_SKIP_TO_ARG_58438AFC = "unexpected identifier in SKIP TO %s"; + public static final String EXCEPTION_MISSING_IDENTIFIER_IN_SKIP_TO_ARG_33E1A7C3 = + "missing identifier in SKIP TO %s"; + public static final String EXCEPTION_UNEXPECTED_IDENTIFIER_IN_SKIP_TO_ARG_58438AFC = + "unexpected identifier in SKIP TO %s"; public static final String EXCEPTION_FIRST_IS_NULL_DC679129 = "first is null"; public static final String EXCEPTION_ORIGINALPARTS_IS_NULL_EA9B01F3 = "originalParts is null"; public static final String EXCEPTION_ORIGINALPARTS_IS_EMPTY_0D1EFAC4 = "originalParts is empty"; @@ -430,7 +493,9 @@ private QueryMessages() {} public static final String EXCEPTION_FILL_IS_NULL_3548C13D = "fill is null"; public static final String EXCEPTION_OFFSET_IS_NULL_82BA6093 = "offset is null"; public static final String EXCEPTION_LIMIT_IS_NULL_2EE9FA0F = "limit is null"; - public static final String EXCEPTION_LIMIT_MUST_BE_OPTIONAL_OF_EITHER_FETCHFIRST_OR_LIMIT_TYPE_0636CAA9 = "limit must be optional of either FetchFirst or Limit type"; + public static final String + EXCEPTION_LIMIT_MUST_BE_OPTIONAL_OF_EITHER_FETCHFIRST_OR_LIMIT_TYPE_0636CAA9 = + "limit must be optional of either FetchFirst or Limit type"; public static final String EXCEPTION_ATLEAST_IS_NULL_2FE8D701 = "atLeast is null"; public static final String EXCEPTION_ATMOST_IS_NULL_778B3B3A = "atMost is null"; public static final String EXCEPTION_VALUES_CANNOT_BE_EMPTY_F18F863D = "values cannot be empty"; @@ -440,118 +505,216 @@ private QueryMessages() {} public static final String EXCEPTION_GROUPBY_IS_NULL_4CF478F2 = "groupBy is null"; public static final String EXCEPTION_HAVING_IS_NULL_700DC5B0 = "having is null"; public static final String EXCEPTION_WINDOWS_IS_NULL_549D8892 = "windows is null"; - public static final String EXCEPTION_FIELDINDEX_MUST_BE_GREATER_THAN_EQUALS_0_4138C39B = "fieldIndex must be >= 0"; + public static final String EXCEPTION_FIELDINDEX_MUST_BE_GREATER_THAN_EQUALS_0_4138C39B = + "fieldIndex must be >= 0"; public static final String EXCEPTION_WINDOW_IS_NULL_7532B76A = "window is null"; public static final String EXCEPTION_ESCAPE_IS_NULL_C9E4F69B = "escape is null"; public static final String EXCEPTION_PROCESSINGMODE_IS_NULL_F4D8AE91 = "processingMode is null"; - public static final String EXCEPTION_SIMPLEGROUPBYEXPRESSIONS_IS_NULL_3F6A1ECC = "simpleGroupByExpressions is null"; - public static final String EXCEPTION_THE_LENGTH_OF_SEARCHEDCASEEXPRESSION_QUOTE_S_WHENCLAUSES_MUST_GREATER_THAN_0_D710DBF6 = "the length of SearchedCaseExpression's whenClauses must greater than 0"; + public static final String EXCEPTION_SIMPLEGROUPBYEXPRESSIONS_IS_NULL_3F6A1ECC = + "simpleGroupByExpressions is null"; + public static final String + EXCEPTION_THE_LENGTH_OF_SEARCHEDCASEEXPRESSION_QUOTE_S_WHENCLAUSES_MUST_GREATER_THAN_0_D710DBF6 = + "the length of SearchedCaseExpression's whenClauses must greater than 0"; public static final String EXCEPTION_SIGN_IS_NULL_4AF91D16 = "sign is null"; public static final String EXCEPTION_START_IS_NULL_5A075F04 = "start is null"; public static final String EXCEPTION_END_IS_NULL_C6C46BAA = "end is null"; public static final String EXCEPTION_SECOND_IS_NULL_989FAA15 = "second is null"; public static final String EXCEPTION_MODE_IS_NULL_54A948DB = "mode is null"; - public static final String EXCEPTION_PATTERNQUANTIFIER_IS_NULL_0AC88BAB = "patternQuantifier is null"; + public static final String EXCEPTION_PATTERNQUANTIFIER_IS_NULL_0AC88BAB = + "patternQuantifier is null"; public static final String EXCEPTION_COLUMNS_IS_NULL_6C8F32B3 = "columns is null"; public static final String EXCEPTION_COLUMNS_IS_EMPTY_C7A671C9 = "columns is empty"; public static final String EXCEPTION_QUANTIFIER_IS_NULL_7B81C096 = "quantifier is null"; public static final String EXCEPTION_COLUMNNAMES_IS_NULL_C3BF708F = "columnNames is null"; public static final String EXCEPTION_SETDESCRIPTOR_IS_NULL_4ED0D19A = "setDescriptor is null"; - public static final String EXCEPTION_CLASSIFIERSYMBOL_IS_NULL_B92EE093 = "classifierSymbol is null"; - public static final String EXCEPTION_MATCHNUMBERSYMBOL_IS_NULL_D88DC4EE = "matchNumberSymbol is null"; - public static final String EXCEPTION_LOGICALINDEXPOINTER_IS_NULL_BF8B516B = "logicalIndexPointer is null"; + public static final String EXCEPTION_CLASSIFIERSYMBOL_IS_NULL_B92EE093 = + "classifierSymbol is null"; + public static final String EXCEPTION_MATCHNUMBERSYMBOL_IS_NULL_D88DC4EE = + "matchNumberSymbol is null"; + public static final String EXCEPTION_LOGICALINDEXPOINTER_IS_NULL_BF8B516B = + "logicalIndexPointer is null"; public static final String EXCEPTION_INPUTSYMBOL_IS_NULL_F4B354EB = "inputSymbol is null"; - public static final String EXCEPTION_PATTERN_CONCATENATION_MUST_HAVE_AT_LEAST_2_ELEMENTS_LEFT_PAREN_ACTUAL_COLON_ARG__8B283563 = "pattern concatenation must have at least 2 elements (actual: %s)"; + public static final String + EXCEPTION_PATTERN_CONCATENATION_MUST_HAVE_AT_LEAST_2_ELEMENTS_LEFT_PAREN_ACTUAL_COLON_ARG__8B283563 = + "pattern concatenation must have at least 2 elements (actual: %s)"; public static final String EXCEPTION_LABELS_IS_NULL_F4FBBECE = "labels is null"; - public static final String EXCEPTION_LOGICAL_OFFSET_MUST_BE_GREATER_THAN_EQUALS_0_COMMA_ACTUAL_COLON_ARG_539807BF = "logical offset must be >= 0, actual: %s"; - public static final String EXCEPTION_PATTERN_ALTERNATION_MUST_HAVE_AT_LEAST_2_ELEMENTS_LEFT_PAREN_ACTUAL_COLON_ARG_RI_A03B40AC = "pattern alternation must have at least 2 elements (actual: %s)"; - public static final String EXCEPTION_RUN_IRROWPATTERNFLATTENER_FIRST_TO_REMOVE_REDUNDANT_EMPTY_PATTERN_D2FB553C = "run IrRowPatternFlattener first to remove redundant empty pattern"; + public static final String + EXCEPTION_LOGICAL_OFFSET_MUST_BE_GREATER_THAN_EQUALS_0_COMMA_ACTUAL_COLON_ARG_539807BF = + "logical offset must be >= 0, actual: %s"; + public static final String + EXCEPTION_PATTERN_ALTERNATION_MUST_HAVE_AT_LEAST_2_ELEMENTS_LEFT_PAREN_ACTUAL_COLON_ARG_RI_A03B40AC = + "pattern alternation must have at least 2 elements (actual: %s)"; + public static final String + EXCEPTION_RUN_IRROWPATTERNFLATTENER_FIRST_TO_REMOVE_REDUNDANT_EMPTY_PATTERN_D2FB553C = + "run IrRowPatternFlattener first to remove redundant empty pattern"; public static final String EXCEPTION_OUTPUTSYMBOLS_IS_NULL_D7024804 = "outputSymbols is null"; public static final String EXCEPTION_ROW_IS_NULL_36A3CCAA = "row is null"; - public static final String EXCEPTION_DECLARED_AND_ACTUAL_ROW_COUNTS_DON_QUOTE_T_MATCH_COLON_ARG_VS_ARG_EC8361A5 = "declared and actual row counts don't match: %s vs %s"; - public static final String EXCEPTION_MISSING_ROWS_SPECIFICATION_FOR_VALUES_WITH_NON_MINUS_EMPTY_OUTPUT_SYMBOLS_9BA9C169 = "missing rows specification for Values with non-empty output symbols"; - public static final String EXCEPTION_MISMATCHED_ROWS_DOT_ALL_ROWS_MUST_BE_THE_SAME_SIZE_E98CF3BE = "mismatched rows. All rows must be the same size"; - public static final String EXCEPTION_ROW_SIZE_DOESN_QUOTE_T_MATCH_THE_NUMBER_OF_OUTPUT_SYMBOLS_COLON_ARG_VS_ARG_5FBDF729 = "row size doesn't match the number of output symbols: %s vs %s"; + public static final String + EXCEPTION_DECLARED_AND_ACTUAL_ROW_COUNTS_DON_QUOTE_T_MATCH_COLON_ARG_VS_ARG_EC8361A5 = + "declared and actual row counts don't match: %s vs %s"; + public static final String + EXCEPTION_MISSING_ROWS_SPECIFICATION_FOR_VALUES_WITH_NON_MINUS_EMPTY_OUTPUT_SYMBOLS_9BA9C169 = + "missing rows specification for Values with non-empty output symbols"; + public static final String EXCEPTION_MISMATCHED_ROWS_DOT_ALL_ROWS_MUST_BE_THE_SAME_SIZE_E98CF3BE = + "mismatched rows. All rows must be the same size"; + public static final String + EXCEPTION_ROW_SIZE_DOESN_QUOTE_T_MATCH_THE_NUMBER_OF_OUTPUT_SYMBOLS_COLON_ARG_VS_ARG_5FBDF729 = + "row size doesn't match the number of output symbols: %s vs %s"; public static final String EXCEPTION_ARGUMENTNAME_IS_NULL_7F8F665F = "argumentName is null"; - public static final String EXCEPTION_PASSTHROUGHSPECIFICATION_IS_NULL_2B48FE41 = "passThroughSpecification is null"; + public static final String EXCEPTION_PASSTHROUGHSPECIFICATION_IS_NULL_2B48FE41 = + "passThroughSpecification is null"; public static final String EXCEPTION_SYMBOL_IS_NULL_AE539B31 = "symbol is null"; - public static final String EXCEPTION_WRONG_NUMBER_OF_NEW_CHILDREN_817AF800 = "wrong number of new children"; + public static final String EXCEPTION_WRONG_NUMBER_OF_NEW_CHILDREN_817AF800 = + "wrong number of new children"; public static final String EXCEPTION_STARTTYPE_IS_NULL_2EB77A1F = "startType is null"; public static final String EXCEPTION_STARTVALUE_IS_NULL_4FD58C2B = "startValue is null"; - public static final String EXCEPTION_SORTKEYCOERCEDFORFRAMESTARTCOMPARISON_IS_NULL_4E922E4D = "sortKeyCoercedForFrameStartComparison is null"; + public static final String EXCEPTION_SORTKEYCOERCEDFORFRAMESTARTCOMPARISON_IS_NULL_4E922E4D = + "sortKeyCoercedForFrameStartComparison is null"; public static final String EXCEPTION_ENDTYPE_IS_NULL_6B9E47D2 = "endType is null"; public static final String EXCEPTION_ENDVALUE_IS_NULL_69BD66CB = "endValue is null"; - public static final String EXCEPTION_SORTKEYCOERCEDFORFRAMEENDCOMPARISON_IS_NULL_CB0BAC41 = "sortKeyCoercedForFrameEndComparison is null"; - public static final String EXCEPTION_ORIGINALSTARTVALUE_IS_NULL_6BCE78A9 = "originalStartValue is null"; - public static final String EXCEPTION_ORIGINALENDVALUE_IS_NULL_EBA46FFA = "originalEndValue is null"; - public static final String EXCEPTION_PREPARTITIONEDINPUTS_MUST_BE_CONTAINED_IN_PARTITIONBY_CE9DCE6F = "prePartitionedInputs must be contained in partitionBy"; - public static final String EXCEPTION_CANNOT_HAVE_SORTED_MORE_SYMBOLS_THAN_THOSE_REQUESTED_52EEB7C9 = "Cannot have sorted more symbols than those requested"; - public static final String EXCEPTION_PRESORTEDORDERPREFIX_CAN_ONLY_BE_GREATER_THAN_ZERO_IF_ALL_PARTITION_SYMBOLS_ARE__76BBC8DD = "preSortedOrderPrefix can only be greater than zero if all partition symbols are pre-partitioned"; - public static final String EXCEPTION_ORIGINALSTARTVALUE_MUST_BE_PRESENT_IF_STARTVALUE_IS_PRESENT_30B6FDFF = "originalStartValue must be present if startValue is present"; - public static final String EXCEPTION_FOR_FRAME_OF_TYPE_RANGE_COMMA_SORTKEYCOERCEDFORFRAMESTARTCOMPARISON_MUST_BE_PRES_7533A433 = "for frame of type RANGE, sortKeyCoercedForFrameStartComparison must be present if startValue is present"; - public static final String EXCEPTION_ORIGINALENDVALUE_MUST_BE_PRESENT_IF_ENDVALUE_IS_PRESENT_E79EF3D2 = "originalEndValue must be present if endValue is present"; - public static final String EXCEPTION_FOR_FRAME_OF_TYPE_RANGE_COMMA_SORTKEYCOERCEDFORFRAMEENDCOMPARISON_MUST_BE_PRESEN_36A665AC = "for frame of type RANGE, sortKeyCoercedForFrameEndComparison must be present if endValue is present"; - public static final String EXCEPTION_SUBQUERYASSIGNMENTS_IS_NULL_946CDC43 = "subqueryAssignments is null"; + public static final String EXCEPTION_SORTKEYCOERCEDFORFRAMEENDCOMPARISON_IS_NULL_CB0BAC41 = + "sortKeyCoercedForFrameEndComparison is null"; + public static final String EXCEPTION_ORIGINALSTARTVALUE_IS_NULL_6BCE78A9 = + "originalStartValue is null"; + public static final String EXCEPTION_ORIGINALENDVALUE_IS_NULL_EBA46FFA = + "originalEndValue is null"; + public static final String + EXCEPTION_PREPARTITIONEDINPUTS_MUST_BE_CONTAINED_IN_PARTITIONBY_CE9DCE6F = + "prePartitionedInputs must be contained in partitionBy"; + public static final String + EXCEPTION_CANNOT_HAVE_SORTED_MORE_SYMBOLS_THAN_THOSE_REQUESTED_52EEB7C9 = + "Cannot have sorted more symbols than those requested"; + public static final String + EXCEPTION_PRESORTEDORDERPREFIX_CAN_ONLY_BE_GREATER_THAN_ZERO_IF_ALL_PARTITION_SYMBOLS_ARE__76BBC8DD = + "preSortedOrderPrefix can only be greater than zero if all partition symbols are pre-partitioned"; + public static final String + EXCEPTION_ORIGINALSTARTVALUE_MUST_BE_PRESENT_IF_STARTVALUE_IS_PRESENT_30B6FDFF = + "originalStartValue must be present if startValue is present"; + public static final String + EXCEPTION_FOR_FRAME_OF_TYPE_RANGE_COMMA_SORTKEYCOERCEDFORFRAMESTARTCOMPARISON_MUST_BE_PRES_7533A433 = + "for frame of type RANGE, sortKeyCoercedForFrameStartComparison must be present if startValue is present"; + public static final String + EXCEPTION_ORIGINALENDVALUE_MUST_BE_PRESENT_IF_ENDVALUE_IS_PRESENT_E79EF3D2 = + "originalEndValue must be present if endValue is present"; + public static final String + EXCEPTION_FOR_FRAME_OF_TYPE_RANGE_COMMA_SORTKEYCOERCEDFORFRAMEENDCOMPARISON_MUST_BE_PRESEN_36A665AC = + "for frame of type RANGE, sortKeyCoercedForFrameEndComparison must be present if endValue is present"; + public static final String EXCEPTION_SUBQUERYASSIGNMENTS_IS_NULL_946CDC43 = + "subqueryAssignments is null"; public static final String EXCEPTION_CORRELATION_IS_NULL_F8327EAD = "correlation is null"; public static final String EXCEPTION_ORIGINSUBQUERY_IS_NULL_8EFEB8D5 = "originSubquery is null"; - public static final String EXCEPTION_INPUT_DOES_NOT_CONTAIN_SYMBOLS_FROM_CORRELATION_1B3DB7BF = "Input does not contain symbols from correlation"; - public static final String EXCEPTION_EXPECTED_NEWCHILDREN_TO_CONTAIN_2_NODES_25FE7927 = "expected newChildren to contain 2 nodes"; + public static final String EXCEPTION_INPUT_DOES_NOT_CONTAIN_SYMBOLS_FROM_CORRELATION_1B3DB7BF = + "Input does not contain symbols from correlation"; + public static final String EXCEPTION_EXPECTED_NEWCHILDREN_TO_CONTAIN_2_NODES_25FE7927 = + "expected newChildren to contain 2 nodes"; public static final String EXCEPTION_CHILDREN_IS_NULL_0CB43CE2 = "children is null"; public static final String EXCEPTION_OUTPUTTOINPUTS_IS_NULL_4125312B = "outputToInputs is null"; public static final String EXCEPTION_OUTPUTS_IS_NULL_EFD078A2 = "outputs is null"; - public static final String EXCEPTION_MUST_HAVE_AT_LEAST_ONE_SOURCE_4114F454 = "Must have at least one source"; - public static final String EXCEPTION_EVERY_CHILD_NEEDS_TO_MAP_ITS_SYMBOLS_TO_AN_OUTPUT_ARG_OPERATION_SYMBOL_7FA107A2 = "Every child needs to map its symbols to an output %s operation symbol"; - public static final String EXCEPTION_CHILD_DOES_NOT_PROVIDE_REQUIRED_SYMBOLS_B7CE956E = "Child does not provide required symbols"; - public static final String EXCEPTION_LEFTOUTPUTSYMBOLS_IS_NULL_083AE900 = "leftOutputSymbols is null"; - public static final String EXCEPTION_RIGHTOUTPUTSYMBOLS_IS_NULL_F44B848F = "rightOutputSymbols is null"; + public static final String EXCEPTION_MUST_HAVE_AT_LEAST_ONE_SOURCE_4114F454 = + "Must have at least one source"; + public static final String + EXCEPTION_EVERY_CHILD_NEEDS_TO_MAP_ITS_SYMBOLS_TO_AN_OUTPUT_ARG_OPERATION_SYMBOL_7FA107A2 = + "Every child needs to map its symbols to an output %s operation symbol"; + public static final String EXCEPTION_CHILD_DOES_NOT_PROVIDE_REQUIRED_SYMBOLS_B7CE956E = + "Child does not provide required symbols"; + public static final String EXCEPTION_LEFTOUTPUTSYMBOLS_IS_NULL_083AE900 = + "leftOutputSymbols is null"; + public static final String EXCEPTION_RIGHTOUTPUTSYMBOLS_IS_NULL_F44B848F = + "rightOutputSymbols is null"; public static final String EXCEPTION_FILTER_IS_NULL_8F83BD19 = "filter is null"; public static final String EXCEPTION_SPILLABLE_IS_NULL_8226EA70 = "spillable is null"; - public static final String EXCEPTION_FILTER_MUST_BE_AN_EXPRESSION_OF_BOOLEAN_TYPE_COLON_ARG_F358F1A8 = "Filter must be an expression of boolean type: %s"; - public static final String EXCEPTION_LEFT_SOURCE_INPUTS_DO_NOT_CONTAIN_ALL_LEFT_OUTPUT_SYMBOLS_71459E3B = "Left source inputs do not contain all left output symbols"; - public static final String EXCEPTION_RIGHT_SOURCE_INPUTS_DO_NOT_CONTAIN_ALL_RIGHT_OUTPUT_SYMBOLS_23EBC024 = "Right source inputs do not contain all right output symbols"; - public static final String EXCEPTION_EQUALITY_JOIN_CRITERIA_SHOULD_BE_NORMALIZED_ACCORDING_TO_JOIN_SIDES_COLON_ARG_76EB7C14 = "Equality join criteria should be normalized according to join sides: %s"; - public static final String EXCEPTION_EXPECTED_NEWCHILDREN_TO_CONTAIN_2_NODES_FOR_JOINNODE_BEEC3D82 = "expected newChildren to contain 2 nodes for JoinNode"; + public static final String + EXCEPTION_FILTER_MUST_BE_AN_EXPRESSION_OF_BOOLEAN_TYPE_COLON_ARG_F358F1A8 = + "Filter must be an expression of boolean type: %s"; + public static final String + EXCEPTION_LEFT_SOURCE_INPUTS_DO_NOT_CONTAIN_ALL_LEFT_OUTPUT_SYMBOLS_71459E3B = + "Left source inputs do not contain all left output symbols"; + public static final String + EXCEPTION_RIGHT_SOURCE_INPUTS_DO_NOT_CONTAIN_ALL_RIGHT_OUTPUT_SYMBOLS_23EBC024 = + "Right source inputs do not contain all right output symbols"; + public static final String + EXCEPTION_EQUALITY_JOIN_CRITERIA_SHOULD_BE_NORMALIZED_ACCORDING_TO_JOIN_SIDES_COLON_ARG_76EB7C14 = + "Equality join criteria should be normalized according to join sides: %s"; + public static final String + EXCEPTION_EXPECTED_NEWCHILDREN_TO_CONTAIN_2_NODES_FOR_JOINNODE_BEEC3D82 = + "expected newChildren to contain 2 nodes for JoinNode"; public static final String EXCEPTION_MARKERSYMBOL_IS_NULL_0313F046 = "markerSymbol is null"; public static final String EXCEPTION_HASHSYMBOL_IS_NULL_1BD487F2 = "hashSymbol is null"; public static final String EXCEPTION_DISTINCTSYMBOLS_IS_NULL_28B8DB52 = "distinctSymbols is null"; - public static final String EXCEPTION_DISTINCTSYMBOLS_CANNOT_BE_EMPTY_A44A693E = "distinctSymbols cannot be empty"; - public static final String EXCEPTION_EXPRESSIONANDVALUEPOINTERS_IS_NULL_8A02F345 = "expressionAndValuePointers is null"; + public static final String EXCEPTION_DISTINCTSYMBOLS_CANNOT_BE_EMPTY_A44A693E = + "distinctSymbols cannot be empty"; + public static final String EXCEPTION_EXPRESSIONANDVALUEPOINTERS_IS_NULL_8A02F345 = + "expressionAndValuePointers is null"; public static final String EXCEPTION_SKIPTOLABELS_IS_NULL_0A543C09 = "skipToLabels is null"; public static final String EXCEPTION_SKIPTOPOSITION_IS_NULL_EFBA10CA = "skipToPosition is null"; - public static final String EXCEPTION_COLUMNNAMES_AND_OUTPUTSYMBOLS_SIZES_DON_QUOTE_T_MATCH_1BDF6B28 = "columnNames and outputSymbols sizes don't match"; + public static final String + EXCEPTION_COLUMNNAMES_AND_OUTPUTSYMBOLS_SIZES_DON_QUOTE_T_MATCH_1BDF6B28 = + "columnNames and outputSymbols sizes don't match"; public static final String EXCEPTION_AGGREGATIONS_IS_NULL_CFE9CD2E = "aggregations is null"; public static final String EXCEPTION_GROUPINGSETS_IS_NULL_8EE6D9BF = "groupingSets is null"; - public static final String EXCEPTION_PREGROUPEDSYMBOLS_IS_NULL_DC24FF7B = "preGroupedSymbols is null"; - public static final String EXCEPTION_GLOBALGROUPINGSETS_IS_NULL_5B175B47 = "globalGroupingSets is null"; + public static final String EXCEPTION_PREGROUPEDSYMBOLS_IS_NULL_DC24FF7B = + "preGroupedSymbols is null"; + public static final String EXCEPTION_GLOBALGROUPINGSETS_IS_NULL_5B175B47 = + "globalGroupingSets is null"; public static final String EXCEPTION_GROUPINGKEYS_IS_NULL_90D11F0C = "groupingKeys is null"; public static final String EXCEPTION_MASK_IS_NULL_5A7CEA49 = "mask is null"; public static final String EXCEPTION_SOURCE_IS_NULL_45946547 = "source is null"; public static final String EXCEPTION_STEP_IS_NULL_F83262DA = "step is null"; public static final String EXCEPTION_GROUPIDSYMBOL_IS_NULL_BFD3763D = "groupIdSymbol is null"; - public static final String EXCEPTION_GROUPING_COLUMNS_DOES_NOT_CONTAIN_GROUPID_COLUMN_83976C83 = "Grouping columns does not contain groupId column"; - public static final String EXCEPTION_ORDER_BY_DOES_NOT_SUPPORT_DISTRIBUTED_AGGREGATION_05109B26 = "ORDER BY does not support distributed aggregation"; - public static final String EXCEPTION_PRE_MINUS_GROUPED_SYMBOLS_MUST_BE_A_SUBSET_OF_THE_GROUPING_KEYS_AFC6C33D = "Pre-grouped symbols must be a subset of the grouping keys"; - public static final String EXCEPTION_GROUPING_SET_COUNT_MUST_BE_LARGER_THAN_0_06FE609E = "grouping set count must be larger than 0"; - public static final String EXCEPTION_LIST_OF_EMPTY_GLOBAL_GROUPING_SETS_MUST_BE_NO_LARGER_THAN_GROUPING_SET_COUNT_12DAD147 = "list of empty global grouping sets must be no larger than grouping set count"; - public static final String EXCEPTION_NO_GROUPING_KEYS_IMPLIES_AT_LEAST_ONE_GLOBAL_GROUPING_SET_COMMA_BUT_NONE_PROVIDE_F099B6D2 = "no grouping keys implies at least one global grouping set, but none provided"; - public static final String EXCEPTION_ARGUMENT_MUST_BE_SYMBOL_COLON_ARG_9C176D4D = "argument must be symbol: %s"; - public static final String EXCEPTION_ARG_AGGREGATION_FUNCTION_ARG_HAS_ARG_ARGUMENTS_COMMA_BUT_ARG_ARGUMENTS_WERE_PROV_53CC06CF = "%s aggregation function %s has %s arguments, but %s arguments were provided to function call"; + public static final String EXCEPTION_GROUPING_COLUMNS_DOES_NOT_CONTAIN_GROUPID_COLUMN_83976C83 = + "Grouping columns does not contain groupId column"; + public static final String EXCEPTION_ORDER_BY_DOES_NOT_SUPPORT_DISTRIBUTED_AGGREGATION_05109B26 = + "ORDER BY does not support distributed aggregation"; + public static final String + EXCEPTION_PRE_MINUS_GROUPED_SYMBOLS_MUST_BE_A_SUBSET_OF_THE_GROUPING_KEYS_AFC6C33D = + "Pre-grouped symbols must be a subset of the grouping keys"; + public static final String EXCEPTION_GROUPING_SET_COUNT_MUST_BE_LARGER_THAN_0_06FE609E = + "grouping set count must be larger than 0"; + public static final String + EXCEPTION_LIST_OF_EMPTY_GLOBAL_GROUPING_SETS_MUST_BE_NO_LARGER_THAN_GROUPING_SET_COUNT_12DAD147 = + "list of empty global grouping sets must be no larger than grouping set count"; + public static final String + EXCEPTION_NO_GROUPING_KEYS_IMPLIES_AT_LEAST_ONE_GLOBAL_GROUPING_SET_COMMA_BUT_NONE_PROVIDE_F099B6D2 = + "no grouping keys implies at least one global grouping set, but none provided"; + public static final String EXCEPTION_ARGUMENT_MUST_BE_SYMBOL_COLON_ARG_9C176D4D = + "argument must be symbol: %s"; + public static final String + EXCEPTION_ARG_AGGREGATION_FUNCTION_ARG_HAS_ARG_ARGUMENTS_COMMA_BUT_ARG_ARGUMENTS_WERE_PROV_53CC06CF = + "%s aggregation function %s has %s arguments, but %s arguments were provided to function call"; public static final String EXCEPTION_IDCOLUMN_IS_NULL_FA206D71 = "idColumn is null"; - public static final String EXCEPTION_EXPECTED_NEWCHILDREN_TO_CONTAIN_1_NODE_7A97D180 = "expected newChildren to contain 1 node"; - public static final String EXCEPTION_SOURCEJOINSYMBOL_IS_NULL_A88AEC85 = "sourceJoinSymbol is null"; - public static final String EXCEPTION_FILTERINGSOURCEJOINSYMBOL_IS_NULL_502C5BD5 = "filteringSourceJoinSymbol is null"; + public static final String EXCEPTION_EXPECTED_NEWCHILDREN_TO_CONTAIN_1_NODE_7A97D180 = + "expected newChildren to contain 1 node"; + public static final String EXCEPTION_SOURCEJOINSYMBOL_IS_NULL_A88AEC85 = + "sourceJoinSymbol is null"; + public static final String EXCEPTION_FILTERINGSOURCEJOINSYMBOL_IS_NULL_502C5BD5 = + "filteringSourceJoinSymbol is null"; public static final String EXCEPTION_SEMIJOINOUTPUT_IS_NULL_D961A39B = "semiJoinOutput is null"; - public static final String EXCEPTION_SOURCE_DOES_NOT_CONTAIN_JOIN_SYMBOL_FA572FD2 = "Source does not contain join symbol"; - public static final String EXCEPTION_FILTERING_SOURCE_DOES_NOT_CONTAIN_FILTERING_JOIN_SYMBOL_0C7B1BE3 = "Filtering source does not contain filtering join symbol"; - public static final String EXCEPTION_REHASHMEMORYRESERVATION_IS_NEGATIVE_7EFEFCC2 = "rehashMemoryReservation is negative"; - public static final String EXCEPTION_IDENTIFIER_CANNOT_BE_EMPTY_OR_NULL_9C70B87D = "Identifier cannot be empty or null"; - public static final String EXCEPTION_COLUMN_ALIAS_ARG_IS_AMBIGUOUS_AT_POSITIONS_ARG_F6FF2E93 = "Column alias '%s' is ambiguous at positions %s"; - public static final String EXCEPTION_INVALID_ARGUMENT_ARG_EXPECTED_SCALAR_ARGUMENT_4AD4E32F = "Invalid argument %s. Expected scalar argument"; - public static final String EXCEPTION_THE_SLIDE_ARGUMENT_MUST_HAVE_THE_SAME_WINDOW_MODE_AS_THE_SIZE_ARGUMENT_419C9844 = "The SLIDE argument must have the same window mode as the SIZE argument."; - public static final String EXCEPTION_THE_ORIGIN_ARGUMENT_IS_ONLY_SUPPORTED_IN_TIME_WINDOW_MODE_B3F358B9 = "The ORIGIN argument is only supported in time window mode."; - public static final String EXCEPTION_THE_ORDER_BY_CLAUSE_OF_THE_DATA_ARGUMENT_MUST_SORT_THE_TIME_COLUMN_IN_ASCENDING_ORDER_C3FD0F6A = "The ORDER BY clause of the DATA argument must sort the time column in ascending order."; - public static final String EXCEPTION_ARGUMENTS_SHOULD_NEVER_BE_EMPTY_WHEN_RESOLVING_M4_MODE_F982EA1C = "Arguments should never be empty when resolving M4 mode"; - public static final String EXCEPTION_MISSING_REQUIRED_ARGUMENT_ARG_1308D0DC = "Missing required argument: %s"; + public static final String EXCEPTION_SOURCE_DOES_NOT_CONTAIN_JOIN_SYMBOL_FA572FD2 = + "Source does not contain join symbol"; + public static final String + EXCEPTION_FILTERING_SOURCE_DOES_NOT_CONTAIN_FILTERING_JOIN_SYMBOL_0C7B1BE3 = + "Filtering source does not contain filtering join symbol"; + public static final String EXCEPTION_REHASHMEMORYRESERVATION_IS_NEGATIVE_7EFEFCC2 = + "rehashMemoryReservation is negative"; + public static final String EXCEPTION_IDENTIFIER_CANNOT_BE_EMPTY_OR_NULL_9C70B87D = + "Identifier cannot be empty or null"; + public static final String EXCEPTION_COLUMN_ALIAS_ARG_IS_AMBIGUOUS_AT_POSITIONS_ARG_F6FF2E93 = + "Column alias '%s' is ambiguous at positions %s"; + public static final String EXCEPTION_INVALID_ARGUMENT_ARG_EXPECTED_SCALAR_ARGUMENT_4AD4E32F = + "Invalid argument %s. Expected scalar argument"; + public static final String + EXCEPTION_THE_SLIDE_ARGUMENT_MUST_HAVE_THE_SAME_WINDOW_MODE_AS_THE_SIZE_ARGUMENT_419C9844 = + "The SLIDE argument must have the same window mode as the SIZE argument."; + public static final String + EXCEPTION_THE_ORIGIN_ARGUMENT_IS_ONLY_SUPPORTED_IN_TIME_WINDOW_MODE_B3F358B9 = + "The ORIGIN argument is only supported in time window mode."; + public static final String + EXCEPTION_THE_ORDER_BY_CLAUSE_OF_THE_DATA_ARGUMENT_MUST_SORT_THE_TIME_COLUMN_IN_ASCENDING_ORDER_C3FD0F6A = + "The ORDER BY clause of the DATA argument must sort the time column in ascending order."; + public static final String + EXCEPTION_ARGUMENTS_SHOULD_NEVER_BE_EMPTY_WHEN_RESOLVING_M4_MODE_F982EA1C = + "Arguments should never be empty when resolving M4 mode"; + public static final String EXCEPTION_MISSING_REQUIRED_ARGUMENT_ARG_1308D0DC = + "Missing required argument: %s"; public static final String EXCEPTION_UNKNOWN_ARGUMENT_ARG_F40E9394 = "Unknown argument: %s"; - } diff --git a/iotdb-core/node-commons/src/main/i18n/en/org/apache/iotdb/commons/i18n/SchemaMessages.java b/iotdb-core/node-commons/src/main/i18n/en/org/apache/iotdb/commons/i18n/SchemaMessages.java index 58e7f6fe2201..c26378ed943f 100644 --- a/iotdb-core/node-commons/src/main/i18n/en/org/apache/iotdb/commons/i18n/SchemaMessages.java +++ b/iotdb-core/node-commons/src/main/i18n/en/org/apache/iotdb/commons/i18n/SchemaMessages.java @@ -57,8 +57,7 @@ public final class SchemaMessages { "Unexpected value in LikeViewExpression: %s"; // Filter messages - public static final String UNSUPPORTED_SCHEMA_FILTER_TYPE = - "Unsupported schema filter type: %s"; + public static final String UNSUPPORTED_SCHEMA_FILTER_TYPE = "Unsupported schema filter type: %s"; public static final String INPUT_SINGLE_FILTER_MUST_BE_DEVICE_ID_FILTER = "Input single filter must be DeviceIdFilter"; @@ -71,24 +70,27 @@ private SchemaMessages() {} public static final String UNKNOWN_TABLE_UPDATE_OP_TYPE = "Unknown table update operation type"; public static final String SCHEMA_INVALID_INPUT = "Invalid input: "; - public static final String TOO_MANY_DOTS_IN_TABLE_NAME = - "Too many dots in table name: %s"; + public static final String TOO_MANY_DOTS_IN_TABLE_NAME = "Too many dots in table name: %s"; - public static final String S_IS_NULL = - "%s is null"; + public static final String S_IS_NULL = "%s is null"; // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- - public static final String EXCEPTION_DATABASE_MUST_SPECIFIED_SESSION_DATABASE_NOT_SET_CBF6F21F = "Database must be specified when session database is not set"; + public static final String EXCEPTION_DATABASE_MUST_SPECIFIED_SESSION_DATABASE_NOT_SET_CBF6F21F = + "Database must be specified when session database is not set"; public static final String MESSAGE_NOT_TTL_RULE_669A7BA4 = "Not TTL rule"; public static final String MESSAGE_SET_4BE61E08 = " set for "; - public static final String EXCEPTION_FAILED_GET_ORIGINAL_DATABASE_BECAUSE_ARG_NULL_TABLE_ARG_5AE54514 = "Failed to get the original database, because the %s is null for table %s"; - public static final String EXCEPTION_FAILED_PARSE_TREE_VIEW_STRING_ARG_CONVERT_IDEVICEID_6E735586 = "Failed to parse the tree view string %s when convert to IDeviceID"; + public static final String + EXCEPTION_FAILED_GET_ORIGINAL_DATABASE_BECAUSE_ARG_NULL_TABLE_ARG_5AE54514 = + "Failed to get the original database, because the %s is null for table %s"; + public static final String + EXCEPTION_FAILED_PARSE_TREE_VIEW_STRING_ARG_CONVERT_IDEVICEID_6E735586 = + "Failed to parse the tree view string %s when convert to IDeviceID"; public static final String EXCEPTION_SESSION_IS_NULL_6CF0F47D = "session is null"; public static final String EXCEPTION_NAME_IS_NULL_C8B35959 = "name is null"; - public static final String EXCEPTION_ARG_IS_NOT_LOWERCASE_COLON_ARG_D78298F6 = "%s is not lowercase: %s"; + public static final String EXCEPTION_ARG_IS_NOT_LOWERCASE_COLON_ARG_D78298F6 = + "%s is not lowercase: %s"; public static final String EMPTY_MESSAGE = ""; public static final String EXCEPTION_OPERATOR_IS_NULL_F5BB9F59 = "operator is null"; public static final String EXCEPTION_VALUE_IS_NULL_192F6BFF = "value is null"; - } diff --git a/iotdb-core/node-commons/src/main/i18n/en/org/apache/iotdb/commons/i18n/ServiceMessages.java b/iotdb-core/node-commons/src/main/i18n/en/org/apache/iotdb/commons/i18n/ServiceMessages.java index b76c030498fd..32f0520762b6 100644 --- a/iotdb-core/node-commons/src/main/i18n/en/org/apache/iotdb/commons/i18n/ServiceMessages.java +++ b/iotdb-core/node-commons/src/main/i18n/en/org/apache/iotdb/commons/i18n/ServiceMessages.java @@ -33,10 +33,8 @@ public final class ServiceMessages { public static final String CLOSE_THREAD_POOL_SERVER_AND_SERVER_SOCKET = "{}: close TThreadPoolServer and TServerSocket for {}"; public static final String FAILED_TO_START_BECAUSE = "failed to start, because "; - public static final String FAILED_TO_START_SERVICE_BECAUSE = - "%s: failed to start %s, because "; - public static final String SERVICE_THREAD_BEGIN_TO_RUN = - "The {} service thread begin to run..."; + public static final String FAILED_TO_START_SERVICE_BECAUSE = "%s: failed to start %s, because "; + public static final String SERVICE_THREAD_BEGIN_TO_RUN = "The {} service thread begin to run..."; public static final String SERVICE_EXIT_BECAUSE = "%s: %s exit, because "; public static final String UNEXPECTED_SERVER_TYPE = "Unexpected serverType {}"; public static final String FAILED_TO_LOAD_KEYSTORE_OR_TRUSTSTORE = @@ -50,8 +48,7 @@ public final class ServiceMessages { public static final String JMX_PORT_IS_UNDEFINED = "{} JMX port is undefined"; // ---- RegisterManager ---- - public static final String SERVICE_ALREADY_REGISTERED = - "{} has already been registered. skip"; + public static final String SERVICE_ALREADY_REGISTERED = "{} has already been registered. skip"; public static final String SERVICE_STARTED_WITH_TIME = "The {} service is started successfully, which takes {} ms."; public static final String SERVICE_DEREGISTERED = "{} deregistered"; @@ -80,8 +77,7 @@ public final class ServiceMessages { "Stop latch is null when getting status"; public static final String STOP_LATCH_WHEN_GETTING_STATUS = "Stop latch is {} when getting status"; - public static final String SERVICE_ALREADY_RUNNING = - "{}: {} has been already running now"; + public static final String SERVICE_ALREADY_RUNNING = "{}: {} has been already running now"; public static final String START_SERVICE = "{}: start {}..."; public static final String START_SERVICE_SUCCESSFULLY = "{}: start {} successfully, listening on ip {} port {}"; @@ -106,22 +102,19 @@ public final class ServiceMessages { // ---- MetricService ---- public static final String LOAD_METRIC_REPORTERS = "Load metric reporters, type: {}"; - public static final String FAILED_TO_LOAD_REPORTER = - "Failed to load reporter which type is {}"; + public static final String FAILED_TO_LOAD_REPORTER = "Failed to load reporter which type is {}"; public static final String METRIC_SERVICE_START_TO_INIT = "MetricService start to init."; public static final String METRIC_SERVICE_START_SUCCESSFULLY = "MetricService start successfully."; public static final String METRIC_SERVICE_FAILED_TO_START = "MetricService failed to start {} because: "; - public static final String METRIC_SERVICE_TRY_TO_RESTART = - "MetricService try to restart."; + public static final String METRIC_SERVICE_TRY_TO_RESTART = "MetricService try to restart."; public static final String METRIC_SERVICE_REBIND_METRIC_SET = "MetricService rebind metricSet: {}"; public static final String METRIC_SERVICE_RESTART_SUCCESSFULLY = "MetricService restart successfully."; public static final String METRIC_SERVICE_TRY_TO_STOP = "MetricService try to stop."; - public static final String METRIC_SERVICE_STOP_SUCCESSFULLY = - "MetricService stop successfully."; + public static final String METRIC_SERVICE_STOP_SUCCESSFULLY = "MetricService stop successfully."; public static final String METRIC_SERVICE_RELOAD_INTERNAL_REPORTER = "MetricService reload internal reporter."; public static final String METRIC_SERVICE_RELOAD_INTERNAL_REPORTER_SUCCESSFULLY = diff --git a/iotdb-core/node-commons/src/main/i18n/en/org/apache/iotdb/commons/i18n/UtilMessages.java b/iotdb-core/node-commons/src/main/i18n/en/org/apache/iotdb/commons/i18n/UtilMessages.java index fb5a13bbd31d..b70546b02da5 100644 --- a/iotdb-core/node-commons/src/main/i18n/en/org/apache/iotdb/commons/i18n/UtilMessages.java +++ b/iotdb-core/node-commons/src/main/i18n/en/org/apache/iotdb/commons/i18n/UtilMessages.java @@ -115,8 +115,7 @@ public final class UtilMessages { public static final String CANNOT_SELECT_FOLDER_BUT_DISK_HAS_SPACE = "Cannot select folder but disk still has available space, will not change to read-only."; public static final String FAILED_TO_PROCESS_FOLDER = "Failed to process folder {}"; - public static final String FAILED_TO_READ_FILE_STORE_PATH = - "Failed to read file store path '{}'"; + public static final String FAILED_TO_READ_FILE_STORE_PATH = "Failed to read file store path '{}'"; public static final String DISK_SPACE_INSUFFICIENT_READ_ONLY = "Disk space is insufficient, change system mode to read-only."; public static final String CANNOT_CALCULATE_OCCUPIED_SPACE = @@ -151,10 +150,8 @@ public final class UtilMessages { "Write TDataNodeConfiguration failed: "; public static final String READ_T_DATA_NODE_CONFIGURATION_FAILED = "Read TDataNodeConfiguration failed: "; - public static final String WRITE_T_DATA_NODE_LOCATION_FAILED = - "Write TDataNodeLocation failed: "; - public static final String READ_T_DATA_NODE_LOCATION_FAILED = - "Read TDataNodeLocation failed: "; + public static final String WRITE_T_DATA_NODE_LOCATION_FAILED = "Write TDataNodeLocation failed: "; + public static final String READ_T_DATA_NODE_LOCATION_FAILED = "Read TDataNodeLocation failed: "; public static final String WRITE_T_CREATE_CQ_REQ_FAILED = "Write TCreateCQReq failed: "; public static final String READ_T_CREATE_CQ_REQ_FAILED = "Read TCreateCQReq failed: "; public static final String WRITE_T_DATA_NODE_INFO_FAILED = "Write TDataNodeInfo failed: "; @@ -167,16 +164,11 @@ public final class UtilMessages { public static final String READ_T_TIME_SLOT_LIST_FAILED = "Read TTimeSlotList failed: "; public static final String WRITE_T_TIME_PARTITION_SLOT_FAILED = "Write TTimePartitionSlot failed: "; - public static final String READ_T_TIME_PARTITION_SLOT_FAILED = - "Read TTimePartitionSlot failed: "; - public static final String WRITE_T_CONSENSUS_GROUP_ID_FAILED = - "Write TConsensusGroupId failed: "; - public static final String READ_T_CONSENSUS_GROUP_ID_FAILED = - "Read TConsensusGroupId failed: "; - public static final String WRITE_T_REGION_REPLICA_SET_FAILED = - "Write TRegionReplicaSet failed: "; - public static final String READ_T_REGION_REPLICA_SET_FAILED = - "Read TRegionReplicaSet failed: "; + public static final String READ_T_TIME_PARTITION_SLOT_FAILED = "Read TTimePartitionSlot failed: "; + public static final String WRITE_T_CONSENSUS_GROUP_ID_FAILED = "Write TConsensusGroupId failed: "; + public static final String READ_T_CONSENSUS_GROUP_ID_FAILED = "Read TConsensusGroupId failed: "; + public static final String WRITE_T_REGION_REPLICA_SET_FAILED = "Write TRegionReplicaSet failed: "; + public static final String READ_T_REGION_REPLICA_SET_FAILED = "Read TRegionReplicaSet failed: "; public static final String WRITE_T_SCHEMA_NODE_FAILED = "Write TSchemaNode failed: "; public static final String READ_T_SCHEMA_NODE_FAILED = "Read TSchemaNode failed: "; public static final String WRITE_T_AI_NODE_INFO_FAILED = "Write TAINodeInfo failed: "; @@ -200,66 +192,107 @@ public final class UtilMessages { public static final String READ_T_PIPE_SINK_INFO_FAILED = "Read TPipeSinkInfo failed: "; private UtilMessages() {} + // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- - public static final String EXCEPTION_INTERNAL_USER_NAMES_EXCEPT_DEFAULT_SUPERUSER_SEPARATION_DUTIES_ADMINS_MUST_3F045FC1 = "Internal user names (except the default superuser and separation-of-duties admins) must "; + public static final String + EXCEPTION_INTERNAL_USER_NAMES_EXCEPT_DEFAULT_SUPERUSER_SEPARATION_DUTIES_ADMINS_MUST_3F045FC1 = + "Internal user names (except the default superuser and separation-of-duties admins) must "; public static final String EXCEPTION_START_01CCD2EF = "start with \""; public static final String EXCEPTION_USER_NAMES_STARTING_8FDC637E = "User names starting with \""; - public static final String EXCEPTION_RESERVED_SYSTEM_USE_CANNOT_USED_NEW_USERS_AS_RENAME_CEB73835 = "\" are reserved for system use and cannot be used for new users or as a rename "; + public static final String + EXCEPTION_RESERVED_SYSTEM_USE_CANNOT_USED_NEW_USERS_AS_RENAME_CEB73835 = + "\" are reserved for system use and cannot be used for new users or as a rename "; public static final String EXCEPTION_TARGET_42AEFBAE = "target"; - public static final String EXCEPTION_LENGTH_NAME_MUST_GREATER_THAN_EQUAL_0387C3A5 = "The length of name must be greater than or equal to "; - public static final String EXCEPTION_LENGTH_NAME_MUST_LESS_THAN_EQUAL_B7B31C94 = "The length of name must be less than or equal to "; - public static final String EXCEPTION_NAME_CAN_ONLY_CONTAIN_LETTERS_NUMBERS_A313856E = "The name can only contain letters, numbers or !@#$%^*()_+-="; - public static final String EXCEPTION_LENGTH_PASSWORD_MUST_GREATER_THAN_EQUAL_F95F3E8F = "The length of password must be greater than or equal to "; - public static final String EXCEPTION_LENGTH_PASSWORD_MUST_LESS_THAN_EQUAL_C822ECBE = "The length of password must be less than or equal to "; - public static final String EXCEPTION_PASSWORD_CAN_ONLY_CONTAIN_LETTERS_NUMBERS_D84EE152 = "The password can only contain letters, numbers or !@#$%^*()_+-="; - public static final String EXCEPTION_ILLEGAL_SERIESPATH_ARG_SERIESPATH_SHOULD_START_ARG_FB9E3C07 = "Illegal seriesPath %s, seriesPath should start with \"%s\""; - public static final String EXCEPTION_ILLEGAL_PATTERN_PATH_ARG_ONLY_PATTERN_PATH_END_SUPPORTED_16CBB77D = "Illegal pattern path: %s, only pattern path that end with ** are supported."; - public static final String EXCEPTION_ILLEGAL_PATTERN_PATH_ARG_ONLY_PATTERN_PATH_END_WILDCARDS_SUPPORTED_7183A896 = "Illegal pattern path: %s, only pattern path that end with wildcards are supported."; + public static final String EXCEPTION_LENGTH_NAME_MUST_GREATER_THAN_EQUAL_0387C3A5 = + "The length of name must be greater than or equal to "; + public static final String EXCEPTION_LENGTH_NAME_MUST_LESS_THAN_EQUAL_B7B31C94 = + "The length of name must be less than or equal to "; + public static final String EXCEPTION_NAME_CAN_ONLY_CONTAIN_LETTERS_NUMBERS_A313856E = + "The name can only contain letters, numbers or !@#$%^*()_+-="; + public static final String EXCEPTION_LENGTH_PASSWORD_MUST_GREATER_THAN_EQUAL_F95F3E8F = + "The length of password must be greater than or equal to "; + public static final String EXCEPTION_LENGTH_PASSWORD_MUST_LESS_THAN_EQUAL_C822ECBE = + "The length of password must be less than or equal to "; + public static final String EXCEPTION_PASSWORD_CAN_ONLY_CONTAIN_LETTERS_NUMBERS_D84EE152 = + "The password can only contain letters, numbers or !@#$%^*()_+-="; + public static final String EXCEPTION_ILLEGAL_SERIESPATH_ARG_SERIESPATH_SHOULD_START_ARG_FB9E3C07 = + "Illegal seriesPath %s, seriesPath should start with \"%s\""; + public static final String + EXCEPTION_ILLEGAL_PATTERN_PATH_ARG_ONLY_PATTERN_PATH_END_SUPPORTED_16CBB77D = + "Illegal pattern path: %s, only pattern path that end with ** are supported."; + public static final String + EXCEPTION_ILLEGAL_PATTERN_PATH_ARG_ONLY_PATTERN_PATH_END_WILDCARDS_SUPPORTED_7183A896 = + "Illegal pattern path: %s, only pattern path that end with wildcards are supported."; public static final String EXCEPTION_NO_SUCH_PRIVILEGE_62644205 = "No such privilege "; public static final String MESSAGE_EXECUTED_SUCCESSFULLY_1EAF1169 = "Executed successfully."; public static final String MESSAGE_REQUEST_TIMED_OUT_FD587FC4 = "Request timed out."; public static final String MESSAGE_INCOMPATIBLE_VERSION_0C5CB2AF = "Incompatible version."; - public static final String MESSAGE_FAILED_REMOVING_DATANODE_B4B7F050 = "Failed while removing DataNode."; + public static final String MESSAGE_FAILED_REMOVING_DATANODE_B4B7F050 = + "Failed while removing DataNode."; public static final String MESSAGE_ALIAS_ALREADY_EXISTS_C05A2E5A = "Alias already exists."; public static final String MESSAGE_PATH_ALREADY_EXIST_56F8BFF9 = "Path already exist."; public static final String MESSAGE_PATH_DOES_NOT_EXIST_93310498 = "Path does not exist."; - public static final String MESSAGE_MEET_ERROR_DEALING_METADATA_1C4A38B9 = "Meet error when dealing with metadata."; - public static final String MESSAGE_INSERTION_TIME_LESS_THAN_TTL_TIME_BOUND_0F1BB861 = "Insertion time is less than TTL time bound."; + public static final String MESSAGE_MEET_ERROR_DEALING_METADATA_1C4A38B9 = + "Meet error when dealing with metadata."; + public static final String MESSAGE_INSERTION_TIME_LESS_THAN_TTL_TIME_BOUND_0F1BB861 = + "Insertion time is less than TTL time bound."; public static final String MESSAGE_MEET_ERROR_MERGING_28424A77 = "Meet error while merging."; - public static final String MESSAGE_MEET_ERROR_DISPATCHING_73E4FD5E = "Meet error while dispatching."; - public static final String MESSAGE_DATABASE_PROCESSOR_RELATED_ERROR_C58690B1 = "Database processor related error."; - public static final String MESSAGE_STORAGE_ENGINE_RELATED_ERROR_94DEBBCF = "Storage engine related error."; - public static final String MESSAGE_TSFILE_PROCESSOR_RELATED_ERROR_B6C57C3E = "TsFile processor related error."; + public static final String MESSAGE_MEET_ERROR_DISPATCHING_73E4FD5E = + "Meet error while dispatching."; + public static final String MESSAGE_DATABASE_PROCESSOR_RELATED_ERROR_C58690B1 = + "Database processor related error."; + public static final String MESSAGE_STORAGE_ENGINE_RELATED_ERROR_94DEBBCF = + "Storage engine related error."; + public static final String MESSAGE_TSFILE_PROCESSOR_RELATED_ERROR_B6C57C3E = + "TsFile processor related error."; public static final String MESSAGE_ILLEGAL_PATH_020B26BC = "Illegal path."; - public static final String MESSAGE_MEET_ERROR_LOADING_FILE_A90EBC21 = "Meet error while loading file."; + public static final String MESSAGE_MEET_ERROR_LOADING_FILE_A90EBC21 = + "Meet error while loading file."; public static final String MESSAGE_EXECUTE_STATEMENT_ERROR_54E4A395 = "Execute statement error."; - public static final String MESSAGE_MEET_ERROR_PARSING_SQL_3C5A3B80 = "Meet error while parsing SQL."; - public static final String MESSAGE_MEET_ERROR_GENERATING_TIME_ZONE_94E03CA3 = "Meet error while generating time zone."; - public static final String MESSAGE_MEET_ERROR_SETTING_TIME_ZONE_CBE88DCF = "Meet error while setting time zone."; - public static final String MESSAGE_QUERY_STATEMENTS_NOT_ALLOWED_ERROR_58D30C99 = "Query statements are not allowed error."; - public static final String MESSAGE_LOGICAL_OPERATOR_RELATED_ERROR_D94D5972 = "Logical operator related error."; - public static final String MESSAGE_LOGICAL_OPTIMIZE_RELATED_ERROR_36D63CB3 = "Logical optimize related error."; - public static final String MESSAGE_UNSUPPORTED_FILL_TYPE_RELATED_ERROR_67BE2CF2 = "Unsupported fill type related error."; - public static final String MESSAGE_QUERY_PROCESS_RELATED_ERROR_93FA1016 = "Query process related error."; - public static final String MESSAGE_WRITING_DATA_RELATED_ERROR_0CA06C4D = "Writing data related error."; + public static final String MESSAGE_MEET_ERROR_PARSING_SQL_3C5A3B80 = + "Meet error while parsing SQL."; + public static final String MESSAGE_MEET_ERROR_GENERATING_TIME_ZONE_94E03CA3 = + "Meet error while generating time zone."; + public static final String MESSAGE_MEET_ERROR_SETTING_TIME_ZONE_CBE88DCF = + "Meet error while setting time zone."; + public static final String MESSAGE_QUERY_STATEMENTS_NOT_ALLOWED_ERROR_58D30C99 = + "Query statements are not allowed error."; + public static final String MESSAGE_LOGICAL_OPERATOR_RELATED_ERROR_D94D5972 = + "Logical operator related error."; + public static final String MESSAGE_LOGICAL_OPTIMIZE_RELATED_ERROR_36D63CB3 = + "Logical optimize related error."; + public static final String MESSAGE_UNSUPPORTED_FILL_TYPE_RELATED_ERROR_67BE2CF2 = + "Unsupported fill type related error."; + public static final String MESSAGE_QUERY_PROCESS_RELATED_ERROR_93FA1016 = + "Query process related error."; + public static final String MESSAGE_WRITING_DATA_RELATED_ERROR_0CA06C4D = + "Writing data related error."; public static final String MESSAGE_INTERNAL_SERVER_ERROR_12F61DF7 = "Internal server error."; - public static final String MESSAGE_MEET_ERROR_CLOSE_OPERATION_1C7D0589 = "Meet error in close operation."; - public static final String MESSAGE_FAIL_DO_NON_QUERY_OPERATIONS_BECAUSE_SYSTEM_READ_ONLY_10CA1ED2 = "Fail to do non-query operations because system is read-only."; - public static final String MESSAGE_DISK_SPACE_INSUFFICIENT_DF6205B0 = "Disk space is insufficient."; + public static final String MESSAGE_MEET_ERROR_CLOSE_OPERATION_1C7D0589 = + "Meet error in close operation."; + public static final String + MESSAGE_FAIL_DO_NON_QUERY_OPERATIONS_BECAUSE_SYSTEM_READ_ONLY_10CA1ED2 = + "Fail to do non-query operations because system is read-only."; + public static final String MESSAGE_DISK_SPACE_INSUFFICIENT_DF6205B0 = + "Disk space is insufficient."; public static final String MESSAGE_FAILED_TO_WRITE_THE_TARGET_FILE_4C48CE25 = "Failed to write the target file."; - public static final String MESSAGE_MEET_ERROR_STARTING_UP_22A4CBFE = "Meet error while starting up."; - public static final String MESSAGE_USERNAME_PASSWORD_WRONG_C44C4AF0 = "Username or password is wrong."; + public static final String MESSAGE_MEET_ERROR_STARTING_UP_22A4CBFE = + "Meet error while starting up."; + public static final String MESSAGE_USERNAME_PASSWORD_WRONG_C44C4AF0 = + "Username or password is wrong."; public static final String MESSAGE_HAS_NOT_LOGGED_A2BA0267 = "Has not logged in."; - public static final String MESSAGE_NO_PERMISSIONS_OPERATION_PLEASE_ADD_PRIVILEGE_64047D1E = "No permissions for this operation, please add privilege."; + public static final String MESSAGE_NO_PERMISSIONS_OPERATION_PLEASE_ADD_PRIVILEGE_64047D1E = + "No permissions for this operation, please add privilege."; public static final String MESSAGE_FAILED_INIT_AUTHORIZER_1E2B017E = "Failed to init authorizer."; public static final String MESSAGE_UNSUPPORTED_OPERATION_295CDB21 = "Unsupported operation."; public static final String MESSAGE_NODE_CANNOT_REACHED_D3FD04A8 = "Node cannot be reached."; - public static final String LOG_ARG_ABOVE_WARNING_THRESHOLD_NOT_ACCESSIBLE_FREE_SPACE_ARG_TOTAL_87DAD16A = "{} is above the warning threshold, or not accessible, free space {}, total space {}"; + public static final String + LOG_ARG_ABOVE_WARNING_THRESHOLD_NOT_ACCESSIBLE_FREE_SPACE_ARG_TOTAL_87DAD16A = + "{} is above the warning threshold, or not accessible, free space {}, total space {}"; public static final String EXCEPTION_VALUE_IS_NULL_192F6BFF = "value is null"; public static final String LOG_ARG_COLON_ARG_DCE519A1 = "{}: {}"; public static final String EMPTY_MESSAGE = ""; - } diff --git a/iotdb-core/node-commons/src/main/i18n/zh/org/apache/iotdb/commons/i18n/AuthMessages.java b/iotdb-core/node-commons/src/main/i18n/zh/org/apache/iotdb/commons/i18n/AuthMessages.java index 96ea001e5b51..c711d88e7fa8 100644 --- a/iotdb-core/node-commons/src/main/i18n/zh/org/apache/iotdb/commons/i18n/AuthMessages.java +++ b/iotdb-core/node-commons/src/main/i18n/zh/org/apache/iotdb/commons/i18n/AuthMessages.java @@ -109,5 +109,4 @@ private AuthMessages() {} public static final String EXCEPTION_ACCESS_DENIED_E128C1A1 = "访问被拒绝:"; public static final String EXCEPTION_ENCRYPT_DECRYPT_FAILED_163764B5 = "加密或解密失败。"; public static final String EXCEPTION_BACKSLASH_QUOTE_D4C5D637 = "\""; - } diff --git a/iotdb-core/node-commons/src/main/i18n/zh/org/apache/iotdb/commons/i18n/ClientMessages.java b/iotdb-core/node-commons/src/main/i18n/zh/org/apache/iotdb/commons/i18n/ClientMessages.java index 1f4ad1070a84..33239eacbdfb 100644 --- a/iotdb-core/node-commons/src/main/i18n/zh/org/apache/iotdb/commons/i18n/ClientMessages.java +++ b/iotdb-core/node-commons/src/main/i18n/zh/org/apache/iotdb/commons/i18n/ClientMessages.java @@ -22,88 +22,82 @@ public final class ClientMessages { // ClientManager - public static final String RETURN_CLIENT_TO_POOL_FAILED = - "归还客户端 {} 到节点 {} 的连接池失败。"; + public static final String RETURN_CLIENT_TO_POOL_FAILED = "归还客户端 {} 到节点 {} 的连接池失败。"; public static final String RETURN_CLIENT_NULL_NODE = - "归还客户端 {} 到连接池失败,因为节点为空。" - + "这可能导致资源泄漏,请检查您的代码。"; - public static final String CLEAR_CLIENT_POOL_FAILED = - "清除节点 {} 的所有连接池客户端失败。"; + "归还客户端 {} 到连接池失败,因为节点为空。" + "这可能导致资源泄漏,请检查您的代码。"; + public static final String CLEAR_CLIENT_POOL_FAILED = "清除节点 {} 的所有连接池客户端失败。"; // ThriftClient - public static final String EXCEPTION_LEVEL_DETAIL = - "第 {} 层异常,类名 {},消息 {}"; - public static final String ROOT_CAUSE_DETAIL = - "根因消息 {},本地化消息 {},"; + public static final String EXCEPTION_LEVEL_DETAIL = "第 {} 层异常,类名 {},消息 {}"; + public static final String ROOT_CAUSE_DETAIL = "根因消息 {},本地化消息 {},"; public static final String BROKEN_PIPE_CLEAR_CONNECTIONS = "发送 RPC 时发生管道断裂错误,需要清除所有之前缓存的连接,错误信息为 {}"; // Async/Sync clients - invalidation public static final String CLIENT_INVALIDATED = "此客户端已被标记为失效"; - public static final String CLIENT_INVALIDATED_WITH_ID = - "客户端 %d 已被标记为失效"; + public static final String CLIENT_INVALIDATED_WITH_ID = "客户端 %d 已被标记为失效"; // Async clients - readiness check - public static final String UNEXPECTED_EXCEPTION_IN_CLIENT = - "客户端 {} 中发生意外异常:{}"; - public static final String UNEXPECTED_EXCEPTION_IN_CLIENT_WITH_MSG = - "客户端 {} 中发生意外异常,错误信息为 {}"; + public static final String UNEXPECTED_EXCEPTION_IN_CLIENT = "客户端 {} 中发生意外异常:{}"; + public static final String UNEXPECTED_EXCEPTION_IN_CLIENT_WITH_MSG = "客户端 {} 中发生意外异常,错误信息为 {}"; // Async clients - timeout management public static final String TIMEOUT_ALREADY_SET = - "此客户端的超时时间已被设置为 {}。" - + "如需将其设置为 {},请先调用 recoverTimeout() 方法。"; - public static final String TIMEOUT_NOT_MODIFIED = - "此客户端的超时时间未被修改,无法重置"; + "此客户端的超时时间已被设置为 {}。" + "如需将其设置为 {},请先调用 recoverTimeout() 方法。"; + public static final String TIMEOUT_NOT_MODIFIED = "此客户端的超时时间未被修改,无法重置"; // AsyncPipeDataTransferServiceClient - public static final String FAILED_TO_SET_TIMEOUT_DYNAMICALLY = - "动态设置超时时间失败,改为静态设置"; + public static final String FAILED_TO_SET_TIMEOUT_DYNAMICALLY = "动态设置超时时间失败,改为静态设置"; public static final String HANDSHAKE_FINISHED = "客户端 {} 握手完成"; - public static final String MANUALLY_CLOSING_TRANSPORT = - "正在手动关闭传输通道以防止资源泄漏。"; - public static final String METHOD_STATE_RESET = - "由于管理器未运行,方法状态已被重置。"; + public static final String MANUALLY_CLOSING_TRANSPORT = "正在手动关闭传输通道以防止资源泄漏。"; + public static final String METHOD_STATE_RESET = "由于管理器未运行,方法状态已被重置。"; // AsyncThriftClientFactory - public static final String CANNOT_CREATE_ASYNC_FACTORY = - "无法创建异步 Thrift 客户端工厂 %s"; + public static final String CANNOT_CREATE_ASYNC_FACTORY = "无法创建异步 Thrift 客户端工厂 %s"; // SyncThriftClientWithErrorHandler - public static final String ERROR_IN_CALLING_METHOD = - "调用方法 %s 时出错,原因:%s"; + public static final String ERROR_IN_CALLING_METHOD = "调用方法 %s 时出错,原因:%s"; // BorrowNullClientManagerException - public static final String CANNOT_BORROW_CLIENT_NULL_NODE = - "无法为空节点借用客户端"; + public static final String CANNOT_BORROW_CLIENT_NULL_NODE = "无法为空节点借用客户端"; // AsyncRequestManager - public static final String ASYNC_REQUEST_TIMEOUT = - "{} 超时。重试:{}/{}"; - public static final String ASYNC_REQUEST_INTERRUPTED = - "{} 被中断。重试:{}/{}"; - public static final String ASYNC_REQUEST_FAILED_AFTER_RETRIES = - "{} 在 {} 次重试后仍然失败,请求索引:{}"; + public static final String ASYNC_REQUEST_TIMEOUT = "{} 超时。重试:{}/{}"; + public static final String ASYNC_REQUEST_INTERRUPTED = "{} 被中断。重试:{}/{}"; + public static final String ASYNC_REQUEST_FAILED_AFTER_RETRIES = "{} 在 {} 次重试后仍然失败,请求索引:{}"; public static final String UNSUPPORTED_REQUEST_TYPE = "不支持的请求类型 %s,请在 AsyncRequestManager::initActionMapBuilder() 中配置"; - public static final String ASYNC_REQUEST_FAILED_ON_NODE = - "{} 在节点 {} 上失败,原因 {},正在进行第 {} 次重试..."; + public static final String ASYNC_REQUEST_FAILED_ON_NODE = "{} 在节点 {} 上失败,原因 {},正在进行第 {} 次重试..."; private ClientMessages() {} + // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- - public static final String LOG_RETURN_CLIENT_ARG_POOL_FAILED_BECAUSE_NODE_NULL_81511014 = "归还客户端 {} 到连接池失败,原因:节点为空。"; - public static final String LOG_MAY_CAUSE_RESOURCE_LEAK_PLEASE_CHECK_YOUR_CODE_DD730191 = "这可能导致资源泄漏,请检查代码。"; + public static final String LOG_RETURN_CLIENT_ARG_POOL_FAILED_BECAUSE_NODE_NULL_81511014 = + "归还客户端 {} 到连接池失败,原因:节点为空。"; + public static final String LOG_MAY_CAUSE_RESOURCE_LEAK_PLEASE_CHECK_YOUR_CODE_DD730191 = + "这可能导致资源泄漏,请检查代码。"; public static final String EXCEPTION_UNSUPPORTED_REQUEST_TYPE_2030CDC7 = "不支持的请求类型 "; - public static final String EXCEPTION_PLEASE_SET_IT_ASYNCREQUESTMANAGER_INITACTIONMAPBUILDER_0F039A93 = ",请在 AsyncRequestManager::initActionMapBuilder() 中设置"; + public static final String + EXCEPTION_PLEASE_SET_IT_ASYNCREQUESTMANAGER_INITACTIONMAPBUILDER_0F039A93 = + ",请在 AsyncRequestManager::initActionMapBuilder() 中设置"; public static final String EXCEPTION_ERROR_CALLING_METHOD_C04E5A63 = "调用方法时出错 "; public static final String EXCEPTION_BECAUSE_ACD0B1C8 = ",原因: "; - public static final String LOG_PIPE_CONNECTION_TIMEOUT_ADJUSTED_ARG_MS_ARG_MINS_6D126A53 = "Pipe 连接超时已调整为 {} ms({} mins)"; - public static final String LOG_BODY_SIZE_REQUEST_TOO_LARGE_REQUEST_WILL_SLICED_ORIGIN_REQ_35E73788 = "请求 body 过大,请求将被切片。Origin req: {}-{}。"; - public static final String LOG_REQUEST_BODY_SIZE_ARG_THRESHOLD_ARG_69B1BE00 = "请求 body 大小: {},阈值: {}"; - public static final String LOG_FAILED_TRANSFER_SLICE_ORIGIN_REQ_ARG_ARG_RETRY_WHOLE_TRANSFER_E1EA2F41 = "传输 slice 失败。Origin req:{}-{}。重试整个传输。"; - public static final String EXCEPTION_FAILED_TRANSFER_SLICE_ORIGIN_REQ_ARG_ARG_SLICE_INDEX_ARG_7219936C = "无法传输 slice。Origin req: %s-%s,slice index: %d,slice count: %d。原因:%s"; - public static final String MESSAGE_FAILED_TO_HANDLE_ASYNC_REQUEST_ERROR_FOR_REQUEST_TYPE_ARG_ON_NODE_ARG_ARG_3AE293F7 = "处理节点 {} 上请求类型 {} 的异步请求错误失败:{}"; - + public static final String LOG_PIPE_CONNECTION_TIMEOUT_ADJUSTED_ARG_MS_ARG_MINS_6D126A53 = + "Pipe 连接超时已调整为 {} ms({} mins)"; + public static final String + LOG_BODY_SIZE_REQUEST_TOO_LARGE_REQUEST_WILL_SLICED_ORIGIN_REQ_35E73788 = + "请求 body 过大,请求将被切片。Origin req: {}-{}。"; + public static final String LOG_REQUEST_BODY_SIZE_ARG_THRESHOLD_ARG_69B1BE00 = + "请求 body 大小: {},阈值: {}"; + public static final String + LOG_FAILED_TRANSFER_SLICE_ORIGIN_REQ_ARG_ARG_RETRY_WHOLE_TRANSFER_E1EA2F41 = + "传输 slice 失败。Origin req:{}-{}。重试整个传输。"; + public static final String + EXCEPTION_FAILED_TRANSFER_SLICE_ORIGIN_REQ_ARG_ARG_SLICE_INDEX_ARG_7219936C = + "无法传输 slice。Origin req: %s-%s,slice index: %d,slice count: %d。原因:%s"; + public static final String + MESSAGE_FAILED_TO_HANDLE_ASYNC_REQUEST_ERROR_FOR_REQUEST_TYPE_ARG_ON_NODE_ARG_ARG_3AE293F7 = + "处理节点 {} 上请求类型 {} 的异步请求错误失败:{}"; } diff --git a/iotdb-core/node-commons/src/main/i18n/zh/org/apache/iotdb/commons/i18n/CommonMessages.java b/iotdb-core/node-commons/src/main/i18n/zh/org/apache/iotdb/commons/i18n/CommonMessages.java index 71c45ccaf3fc..7d26f3330bc7 100644 --- a/iotdb-core/node-commons/src/main/i18n/zh/org/apache/iotdb/commons/i18n/CommonMessages.java +++ b/iotdb-core/node-commons/src/main/i18n/zh/org/apache/iotdb/commons/i18n/CommonMessages.java @@ -37,24 +37,18 @@ public final class CommonMessages { public static final String UNKNOWN_NODE_STATUS = "未知 NodeStatus %s。"; // --- consensus --- - public static final String UNRECOGNIZED_CONSENSUS_GROUP_ID = - "无法识别的 ConsensusGroupId:%s"; - public static final String IOTV2_BG_NOT_TERMINATED = - "IoTV2 后台服务在 {}s 内未终止"; - public static final String IOTV2_BG_STILL_RUNNING = - "IoTV2 后台线程在 30s 后仍未退出"; + public static final String UNRECOGNIZED_CONSENSUS_GROUP_ID = "无法识别的 ConsensusGroupId:%s"; + public static final String IOTV2_BG_NOT_TERMINATED = "IoTV2 后台服务在 {}s 内未终止"; + public static final String IOTV2_BG_STILL_RUNNING = "IoTV2 后台线程在 30s 后仍未退出"; // --- cq --- public static final String UNKNOWN_TIMEOUT_POLICY = "未知 TimeoutPolicy:%s"; public static final String UNKNOWN_CQ_STATE = "未知 CQState:%s"; // --- memory --- - public static final String MEMORY_ALLOC_INTERRUPTED = - "exactAllocate:等待可用内存时被中断"; - public static final String MEMORY_RELEASE_FAILED = - "releaseWithOutNotify:关闭内存块 {} 失败"; - public static final String MEMORY_RELEASE_FAILED_NO_DETAIL = - "releaseWithOutNotify:关闭内存块失败"; + public static final String MEMORY_ALLOC_INTERRUPTED = "exactAllocate:等待可用内存时被中断"; + public static final String MEMORY_RELEASE_FAILED = "releaseWithOutNotify:关闭内存块 {} 失败"; + public static final String MEMORY_RELEASE_FAILED_NO_DETAIL = "releaseWithOutNotify:关闭内存块失败"; public static final String MEMORY_SIZE_SHOULD_BE_POSITIVE = "getOrCreateMemoryManager {}:sizeInBytes 应为正数"; @@ -102,28 +96,23 @@ public final class CommonMessages { public static final String VALUE_NOT_NUMERIC = "输入时间序列的值不是数值类型。\n"; public static final String FAIL_GET_DATA_TYPE = "获取第 %s 行的数据类型失败"; public static final String UDTF_ABS_SET_TRANSFORMER = "UDTFAbs#setTransformer()"; - public static final String BASE_VALUE_SHOULD_NOT_BE_NULL = - "比较时基准值不应为 null"; + public static final String BASE_VALUE_SHOULD_NOT_BE_NULL = "比较时基准值不应为 null"; public static final String SIZE_MUST_BE_POSITIVE = "Size 必须大于 0"; // --- sync --- - public static final String UNEXPECTED_SERIALIZATION_ERROR = - "序列化 PipeInfo 时发生意外错误。"; + public static final String UNEXPECTED_SERIALIZATION_ERROR = "序列化 PipeInfo 时发生意外错误。"; // --- security --- public static final String ENCRYPT_PASSWORD_ERROR = "加密密码时出错。"; public static final String CLASSLOADER_NOT_DETERMINED = "无法确定用于加载类的 ClassLoader。"; // --- binaryallocator --- - public static final String BINARY_ALLOCATOR_RUNNING_GC_EVICTION = - "二进制分配器正在执行 GC 驱逐"; + public static final String BINARY_ALLOCATOR_RUNNING_GC_EVICTION = "二进制分配器正在执行 GC 驱逐"; public static final String BINARY_ALLOCATOR_SHUTTING_DOWN_HIGH_GC = "由于 GC 时间百分比过高 ({}%),二进制分配器正在关闭。"; - public static final String AUTO_RELEASER_EXIT_INTERRUPTED = - "{} 因 InterruptedException 退出。"; + public static final String AUTO_RELEASER_EXIT_INTERRUPTED = "{} 因 InterruptedException 退出。"; public static final String STOPPING_COMPONENT = "正在停止 {}"; - public static final String UNABLE_TO_STOP_AUTO_RELEASER = - "在 {} 毫秒后仍无法停止自动释放器"; + public static final String UNABLE_TO_STOP_AUTO_RELEASER = "在 {} 毫秒后仍无法停止自动释放器"; public static final String UNABLE_TO_STOP_EVICTOR = "在 {} 毫秒后仍无法停止驱逐器"; private CommonMessages() {} @@ -132,88 +121,167 @@ private CommonMessages() {} public static final String MAP_MUST_NOT_BE_NULL = "Map 不能为空。"; public static final String MAP_ENTRY_MUST_NOT_BE_NULL = "Map 条目不能为空。"; public static final String ITERATOR_MUST_NOT_BE_NULL = "迭代器不能为空"; - public static final String ITERATOR_REMOVE_ONLY_AFTER_NEXT = "Iterator remove() 只能在 next() 之后调用一次"; + public static final String ITERATOR_REMOVE_ONLY_AFTER_NEXT = + "Iterator remove() 只能在 next() 之后调用一次"; public static final String FAIL_TO_GET_DATA_TYPE_IN_ROW = "获取行中数据类型失败,行时间:"; // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- - public static final String LOG_STEP_METRICS_ARG_ARG_TOTAL_ARG_SUM_2FMS_AVG_ARG_87491AB0 = "步骤指标 [%d]-[%s] - 总数: %d, 总和: %.2fms, 平均: %fms, 最近%d次平均: %fms"; - public static final String LOG_ERROR_OCCURRED_DURING_TRANSFERRING_FILE_ARG_BYTEBUFFER_CAUSE_ARG_FEDC38A3 = "传输文件{}到 ByteBuffer 时发生错误,原因:{}"; - public static final String LOG_ERROR_OCCURRED_DURING_WRITING_BYTEBUFFER_ARG_CAUSE_ARG_F3AD2DA0 = "向 {} 写入 bytebuffer 时发生错误,原因:{}"; + public static final String LOG_STEP_METRICS_ARG_ARG_TOTAL_ARG_SUM_2FMS_AVG_ARG_87491AB0 = + "步骤指标 [%d]-[%s] - 总数: %d, 总和: %.2fms, 平均: %fms, 最近%d次平均: %fms"; + public static final String + LOG_ERROR_OCCURRED_DURING_TRANSFERRING_FILE_ARG_BYTEBUFFER_CAUSE_ARG_FEDC38A3 = + "传输文件{}到 ByteBuffer 时发生错误,原因:{}"; + public static final String LOG_ERROR_OCCURRED_DURING_WRITING_BYTEBUFFER_ARG_CAUSE_ARG_F3AD2DA0 = + "向 {} 写入 bytebuffer 时发生错误,原因:{}"; public static final String EXCEPTION_SIZE_FILE_EXCEED_ARG_BYTES_C60F1149 = "文件大小超过 %d 字节"; - public static final String EXCEPTION_UNRECOGNIZED_TCONSENSUSGROUPTYPE_9204FF8E = "无法识别的 TConsensusGroupType: "; + public static final String EXCEPTION_UNRECOGNIZED_TCONSENSUSGROUPTYPE_9204FF8E = + "无法识别的 TConsensusGroupType: "; public static final String EXCEPTION_ID_1F238F51 = ",id = "; - public static final String LOG_MEMORY_COST_RELEASED_LARGER_THAN_MEMORY_COST_MEMORY_BLOCK_ARG_00DD9DA9 = "待释放的内存开销大于内存块 {} 的内存开销"; - public static final String LOG_EXACTALLOCATEIFSUFFICIENT_FAILED_ALLOCATE_MEMORY_A47897D9 = "exactAllocateIfSufficient: 无法分配内存, "; - public static final String LOG_TOTAL_MEMORY_SIZE_ARG_BYTES_USED_MEMORY_SIZE_ARG_BYTES_5FB5059F = "总内存大小 {} 字节,已用内存大小 {} 字节,"; - public static final String LOG_REQUESTED_MEMORY_SIZE_ARG_BYTES_USED_THRESHOLD_ARG_D7061DEB = "请求内存大小 {} 字节,已用阈值 {}"; + public static final String + LOG_MEMORY_COST_RELEASED_LARGER_THAN_MEMORY_COST_MEMORY_BLOCK_ARG_00DD9DA9 = + "待释放的内存开销大于内存块 {} 的内存开销"; + public static final String LOG_EXACTALLOCATEIFSUFFICIENT_FAILED_ALLOCATE_MEMORY_A47897D9 = + "exactAllocateIfSufficient: 无法分配内存, "; + public static final String LOG_TOTAL_MEMORY_SIZE_ARG_BYTES_USED_MEMORY_SIZE_ARG_BYTES_5FB5059F = + "总内存大小 {} 字节,已用内存大小 {} 字节,"; + public static final String LOG_REQUESTED_MEMORY_SIZE_ARG_BYTES_USED_THRESHOLD_ARG_D7061DEB = + "请求内存大小 {} 字节,已用阈值 {}"; public static final String LOG_TRYALLOCATE_ALLOCATED_MEMORY_B3D564D9 = "tryAllocate: 已分配内存, "; - public static final String LOG_ORIGINAL_REQUESTED_MEMORY_SIZE_ARG_BYTES_03D28A6B = "原始请求内存大小 {} 字节,"; + public static final String LOG_ORIGINAL_REQUESTED_MEMORY_SIZE_ARG_BYTES_03D28A6B = + "原始请求内存大小 {} 字节,"; public static final String LOG_ACTUAL_REQUESTED_MEMORY_SIZE_ARG_BYTES_62760058 = "实际请求内存大小 {} 字节"; - public static final String LOG_TRYALLOCATE_FAILED_ALLOCATE_MEMORY_838FA6FB = "tryAllocate: 无法分配内存, "; + public static final String LOG_TRYALLOCATE_FAILED_ALLOCATE_MEMORY_838FA6FB = + "tryAllocate: 无法分配内存, "; public static final String LOG_REQUESTED_MEMORY_SIZE_ARG_BYTES_BF9CEF81 = "请求内存大小 {} 字节"; - public static final String LOG_GETORREGISTERMEMORYBLOCK_FAILED_MEMORY_BLOCK_ARG_ALREADY_EXISTS_42CA8914 = "getOrRegisterMemoryBlock 失败:内存块 {} 已存在,"; + public static final String + LOG_GETORREGISTERMEMORYBLOCK_FAILED_MEMORY_BLOCK_ARG_ALREADY_EXISTS_42CA8914 = + "getOrRegisterMemoryBlock 失败:内存块 {} 已存在,"; public static final String LOG_IT_S_SIZE_ARG_REQUESTED_SIZE_ARG_AF8F04B2 = "其大小为 {},请求大小为 {}"; - public static final String LOG_GETMEMORYMANAGER_MEMORY_MANAGER_ARG_ALREADY_EXISTS_IT_S_SIZE_ARG_0102560A = "getMemoryManager:内存管理器 {} 已存在,其大小为 {},enabled 为 {}"; - public static final String LOG_GETORCREATEMEMORYMANAGER_FAILED_TOTAL_MEMORY_SIZE_ARG_BYTES_LESS_THAN_ALLOCATED_3D110256 = - "getOrCreateMemoryManager 失败:总内存大小 {} 字节小于已分配内存大小 {} 字节"; - public static final String EXCEPTION_EXACTALLOCATE_FAILED_ALLOCATE_MEMORY_AFTER_ARG_RETRIES_957A647B = "exactAllocate:重试 %d 次后仍无法分配内存,"; - public static final String EXCEPTION_TOTAL_MEMORY_SIZE_ARG_BYTES_USED_MEMORY_SIZE_ARG_BYTES_9FC9A9C6 = "总内存大小 %d 字节,已用内存大小 %d 字节,"; + public static final String + LOG_GETMEMORYMANAGER_MEMORY_MANAGER_ARG_ALREADY_EXISTS_IT_S_SIZE_ARG_0102560A = + "getMemoryManager:内存管理器 {} 已存在,其大小为 {},enabled 为 {}"; + public static final String + LOG_GETORCREATEMEMORYMANAGER_FAILED_TOTAL_MEMORY_SIZE_ARG_BYTES_LESS_THAN_ALLOCATED_3D110256 = + "getOrCreateMemoryManager 失败:总内存大小 {} 字节小于已分配内存大小 {} 字节"; + public static final String + EXCEPTION_EXACTALLOCATE_FAILED_ALLOCATE_MEMORY_AFTER_ARG_RETRIES_957A647B = + "exactAllocate:重试 %d 次后仍无法分配内存,"; + public static final String + EXCEPTION_TOTAL_MEMORY_SIZE_ARG_BYTES_USED_MEMORY_SIZE_ARG_BYTES_9FC9A9C6 = + "总内存大小 %d 字节,已用内存大小 %d 字节,"; public static final String EXCEPTION_REQUESTED_MEMORY_SIZE_ARG_BYTES_E6340842 = "请求内存大小 %d 字节"; - public static final String EXCEPTION_REGISTER_MEMORY_BLOCK_ARG_FAILED_SIZEINBYTES_SHOULD_NON_NEGATIVE_EC54AA75 = "注册内存块 %s 失败: sizeInBytes 应为非负数"; - public static final String LOG_DELETE_SYSTEM_PROPERTIES_TMP_FILE_FAIL_YOU_MAY_MANUALLY_DELETE_F81C4A53 = "删除 system.properties 临时文件失败,可手动删除:{}"; - public static final String LOG_FAILED_DELETE_SYSTEM_PROPERTIES_FILE_YOU_SHOULD_MANUALLY_DELETE_THEM_77F91A98 = "无法删除 system.properties 文件,请手动删除:{}, {}"; - public static final String EXCEPTION_LENGTH_PARAMETERS_SHOULD_EVENLY_DIVIDED_2_BUT_ACTUAL_LENGTH_E9A792D9 = "参数长度应能被 2 整除,但实际长度为 "; - public static final String EXCEPTION_TMP_SYSTEM_PROPERTIES_FILE_MUST_EXIST_CALL_REPLACEFORMALFILE_FA63B976 = "调用 replaceFormalFile 时,临时 system properties 文件必须存在"; - public static final String LOG_UNRECOVERABLE_ERROR_OCCURS_CHANGE_SYSTEM_STATUS_READ_ONLY_BECAUSE_HANDLE_05C9AD1A = - "发生不可恢复错误!由于 handle_system_error 为 CHANGE_TO_READ_ONLY,将系统状态改为只读。仅允许查询语句!"; - public static final String LOG_UNRECOVERABLE_ERROR_OCCURS_SHUTDOWN_SYSTEM_DIRECTLY_BECAUSE_HANDLE_SYSTEM_ERROR_14FC06C9 = "发生不可恢复错误!由于 handle_system_error 为 SHUTDOWN,直接关闭系统。"; - public static final String EXCEPTION_TYPE_ARG_NOT_SUPPORTED_PIPE_RATE_AVERAGE_F74694AD = "pipe rate average 不支持类型 %s。"; + public static final String + EXCEPTION_REGISTER_MEMORY_BLOCK_ARG_FAILED_SIZEINBYTES_SHOULD_NON_NEGATIVE_EC54AA75 = + "注册内存块 %s 失败: sizeInBytes 应为非负数"; + public static final String + LOG_DELETE_SYSTEM_PROPERTIES_TMP_FILE_FAIL_YOU_MAY_MANUALLY_DELETE_F81C4A53 = + "删除 system.properties 临时文件失败,可手动删除:{}"; + public static final String + LOG_FAILED_DELETE_SYSTEM_PROPERTIES_FILE_YOU_SHOULD_MANUALLY_DELETE_THEM_77F91A98 = + "无法删除 system.properties 文件,请手动删除:{}, {}"; + public static final String + EXCEPTION_LENGTH_PARAMETERS_SHOULD_EVENLY_DIVIDED_2_BUT_ACTUAL_LENGTH_E9A792D9 = + "参数长度应能被 2 整除,但实际长度为 "; + public static final String + EXCEPTION_TMP_SYSTEM_PROPERTIES_FILE_MUST_EXIST_CALL_REPLACEFORMALFILE_FA63B976 = + "调用 replaceFormalFile 时,临时 system properties 文件必须存在"; + public static final String + LOG_UNRECOVERABLE_ERROR_OCCURS_CHANGE_SYSTEM_STATUS_READ_ONLY_BECAUSE_HANDLE_05C9AD1A = + "发生不可恢复错误!由于 handle_system_error 为 CHANGE_TO_READ_ONLY,将系统状态改为只读。仅允许查询语句!"; + public static final String + LOG_UNRECOVERABLE_ERROR_OCCURS_SHUTDOWN_SYSTEM_DIRECTLY_BECAUSE_HANDLE_SYSTEM_ERROR_14FC06C9 = + "发生不可恢复错误!由于 handle_system_error 为 SHUTDOWN,直接关闭系统。"; + public static final String EXCEPTION_TYPE_ARG_NOT_SUPPORTED_PIPE_RATE_AVERAGE_F74694AD = + "pipe rate average 不支持类型 %s。"; public static final String EXCEPTION_UNKNOWN_UDFTYPE_9A8D1B23 = "未知的 UDFType:"; public static final String EXCEPTION_8S_5F5F831F = "%8s"; - public static final String EXCEPTION_CAN_NOT_RECOGNIZE_PIPETYPE_ARG_8850A249 = "无法识别 PipeType %s。"; - public static final String EXCEPTION_TARGETREGIONLIST_EMPTY_DEVICE_ARG_TIMESLOT_ARG_E7E5818C = "targetRegionList 为空。device:%s,timeSlot:%s"; + public static final String EXCEPTION_CAN_NOT_RECOGNIZE_PIPETYPE_ARG_8850A249 = + "无法识别 PipeType %s。"; + public static final String EXCEPTION_TARGETREGIONLIST_EMPTY_DEVICE_ARG_TIMESLOT_ARG_E7E5818C = + "targetRegionList 为空。device:%s,timeSlot:%s"; public static final String EXCEPTION_DATABASE_18F8303F = "数据库 "; - public static final String EXCEPTION_NOT_EXISTS_FAILED_CREATE_AUTOMATICALLY_BECAUSE_ENABLE_AUTO_CREATE_SCHEMA_80DE1A4B = " 不存在,且无法自动创建,原因:enable_auto_create_schema 为 FALSE。"; + public static final String + EXCEPTION_NOT_EXISTS_FAILED_CREATE_AUTOMATICALLY_BECAUSE_ENABLE_AUTO_CREATE_SCHEMA_80DE1A4B = + " 不存在,且无法自动创建,原因:enable_auto_create_schema 为 FALSE。"; public static final String EXCEPTION_PATH_DOES_NOT_EXIST_737CB95D = "路径不存在。"; - public static final String EXCEPTION_CAN_T_GET_NEXT_FOLDER_ARG_BECAUSE_THEY_ALL_FULL_A105BB2D = "无法从 [%s] 获取下一个文件夹,原因:全部文件夹都已满。"; - public static final String EXCEPTION_PARAMETER_ARG_CAN_NOT_ARG_PLEASE_SET_ARG_BECAUSE_ARG_749738D1 = "参数 %s 不能为 %s,请设置为:%s。原因:%s"; + public static final String EXCEPTION_CAN_T_GET_NEXT_FOLDER_ARG_BECAUSE_THEY_ALL_FULL_A105BB2D = + "无法从 [%s] 获取下一个文件夹,原因:全部文件夹都已满。"; + public static final String + EXCEPTION_PARAMETER_ARG_CAN_NOT_ARG_PLEASE_SET_ARG_BECAUSE_ARG_749738D1 = + "参数 %s 不能为 %s,请设置为:%s。原因:%s"; public static final String EXCEPTION_QUERY_EXECUTION_TIME_OUT_A5DC7BFB = "查询执行超时"; public static final String EXCEPTION_OBJECT_FILE_ARG_DOES_NOT_EXIST_7EA8CB1C = "对象文件 %s 不存在"; public static final String EXCEPTION_ARG_NOT_LEGAL_PRIVILEGE_504838E8 = "%s 不是一个合法权限"; public static final String EXCEPTION_SOME_PORTS_OCCUPIED_77ED044D = "部分端口已被占用"; public static final String EXCEPTION_PORTS_ARG_OCCUPIED_B462E9DA = "端口 %s 已被占用"; - public static final String EXCEPTION_UNEXPECTED_ERROR_OCCURS_SERIALIZATION_A6B2E222 = "序列化时发生意外错误"; - public static final String EXCEPTION_COLUMN_ARG_TABLE_ARG_ARG_DOES_NOT_EXIST_D8145581 = "列 %s 在表 '%s.%s' 中不存在。"; + public static final String EXCEPTION_UNEXPECTED_ERROR_OCCURS_SERIALIZATION_A6B2E222 = + "序列化时发生意外错误"; + public static final String EXCEPTION_COLUMN_ARG_TABLE_ARG_ARG_DOES_NOT_EXIST_D8145581 = + "列 %s 在表 '%s.%s' 中不存在。"; public static final String EXCEPTION_TABLE_ARG_ARG_DOES_NOT_EXIST_796E503B = "表 '%s.%s' 不存在。"; public static final String EXCEPTION_TABLE_ARG_ARG_ALREADY_EXISTS_D4BDF4B5 = "表 '%s.%s' 已存在。"; - public static final String EXCEPTION_COULDN_T_CONSTRUCTOR_SERIESPARTITIONEXECUTOR_CLASS_ARG_34FB9F45 = "无法构造 SeriesPartitionExecutor 类:%s"; - public static final String EXCEPTION_CANNOT_USE_SETVALUE_OBJECT_BEING_SET_ALREADY_MAP_676ED3BF = "对象已在 map 中时,不能使用 setValue()"; - public static final String EXCEPTION_ITERATOR_GETKEY_CAN_ONLY_CALLED_AFTER_NEXT_BEFORE_REMOVE_009C456B = "Iterator getKey() 只能在 next() 之后、remove() 之前调用"; - public static final String EXCEPTION_ITERATOR_GETVALUE_CAN_ONLY_CALLED_AFTER_NEXT_BEFORE_REMOVE_927A88A2 = "Iterator getValue() 只能在 next() 之后、remove() 之前调用"; - public static final String EXCEPTION_ITERATOR_SETVALUE_CAN_ONLY_CALLED_AFTER_NEXT_BEFORE_REMOVE_51505AD1 = "Iterator setValue() 只能在 next() 之后、remove() 之前调用"; - public static final String LOG_FAILED_CLOSE_UDFCLASSLOADER_QUERYID_ARG_BECAUSE_ARG_8B1C3739 = "无法关闭 UDFClassLoader (queryId: {}),原因:{}"; - public static final String EXCEPTION_ATTRIBUTE_ARG_ARG_REQUIRED_BUT_WAS_NOT_PROVIDED_CD090883 = "attribute \"%s\"/\"%s\" 为必填项,但未提供。"; - public static final String EXCEPTION_USE_ATTRIBUTE_ARG_ARG_ONLY_ONE_AT_TIME_B431468C = "只能同时使用 attribute \"%s\" 或 \"%s\" 中的一个。"; - public static final String EXCEPTION_ILLEGAL_OUTLIER_METHOD_OUTLIER_TYPE_SHOULD_AVG_STENDIS_COS_PRENEXTDIS_91D1C70A = "非法 outlier 方法。outlier 类型应为 avg、stendis、cos 或 prenextdis。"; - public static final String EXCEPTION_ILLEGAL_AGGREGATION_METHOD_AGGREGATION_TYPE_SHOULD_AVG_MIN_MAX_SUM_2D7BEC96 = "非法聚合方法。聚合类型应为 avg、min、max、sum、extreme、variance。"; - public static final String EXCEPTION_CUMULATIVE_TABLE_FUNCTION_REQUIRES_SIZE_MUST_INTEGRAL_MULTIPLE_STEP_D8A9DA94 = "累积表函数要求 size 必须是 step 的整数倍。"; - public static final String EXCEPTION_COLUMN_TYPE_MUST_NUMERIC_IF_DELTA_NOT_0_F7864D4E = "DELTA 不为 0 时,列类型必须为数值类型。"; - public static final String EXCEPTION_TYPE_COLUMN_ARG_NOT_AS_EXPECTED_7A81636E = "列 [%s] 的类型不符合预期。"; - public static final String EXCEPTION_REQUIRED_COLUMN_ARG_NOT_FOUND_SOURCE_TABLE_ARGUMENT_993E1C08 = "未在源表参数中找到必需列 [%s]。"; - public static final String EXCEPTION_UNSUPPORTED_PROGRESS_INDEX_TYPE_ARG_A84CDFF9 = "不支持的进度索引类型 %s。"; - public static final String EXCEPTION_TIMEWINDOWSTATEPROGRESSINDEX_DOES_NOT_SUPPORT_TOPOLOGICAL_SORTING_897C8976 = "TimeWindowStateProgressIndex 不支持拓扑排序"; - public static final String EXCEPTION_INTENDED_READ_LENGTH_ARG_BUT_ARG_ACTUALLY_READ_DESERIALIZING_TIMEPROGRESSINDEX_63CD54E4 = - "反序列化 TimeProgressIndex 时预期读取长度为 %s,但实际读取了 %s,ProgressIndex:%s"; + public static final String + EXCEPTION_COULDN_T_CONSTRUCTOR_SERIESPARTITIONEXECUTOR_CLASS_ARG_34FB9F45 = + "无法构造 SeriesPartitionExecutor 类:%s"; + public static final String EXCEPTION_CANNOT_USE_SETVALUE_OBJECT_BEING_SET_ALREADY_MAP_676ED3BF = + "对象已在 map 中时,不能使用 setValue()"; + public static final String + EXCEPTION_ITERATOR_GETKEY_CAN_ONLY_CALLED_AFTER_NEXT_BEFORE_REMOVE_009C456B = + "Iterator getKey() 只能在 next() 之后、remove() 之前调用"; + public static final String + EXCEPTION_ITERATOR_GETVALUE_CAN_ONLY_CALLED_AFTER_NEXT_BEFORE_REMOVE_927A88A2 = + "Iterator getValue() 只能在 next() 之后、remove() 之前调用"; + public static final String + EXCEPTION_ITERATOR_SETVALUE_CAN_ONLY_CALLED_AFTER_NEXT_BEFORE_REMOVE_51505AD1 = + "Iterator setValue() 只能在 next() 之后、remove() 之前调用"; + public static final String LOG_FAILED_CLOSE_UDFCLASSLOADER_QUERYID_ARG_BECAUSE_ARG_8B1C3739 = + "无法关闭 UDFClassLoader (queryId: {}),原因:{}"; + public static final String EXCEPTION_ATTRIBUTE_ARG_ARG_REQUIRED_BUT_WAS_NOT_PROVIDED_CD090883 = + "attribute \"%s\"/\"%s\" 为必填项,但未提供。"; + public static final String EXCEPTION_USE_ATTRIBUTE_ARG_ARG_ONLY_ONE_AT_TIME_B431468C = + "只能同时使用 attribute \"%s\" 或 \"%s\" 中的一个。"; + public static final String + EXCEPTION_ILLEGAL_OUTLIER_METHOD_OUTLIER_TYPE_SHOULD_AVG_STENDIS_COS_PRENEXTDIS_91D1C70A = + "非法 outlier 方法。outlier 类型应为 avg、stendis、cos 或 prenextdis。"; + public static final String + EXCEPTION_ILLEGAL_AGGREGATION_METHOD_AGGREGATION_TYPE_SHOULD_AVG_MIN_MAX_SUM_2D7BEC96 = + "非法聚合方法。聚合类型应为 avg、min、max、sum、extreme、variance。"; + public static final String + EXCEPTION_CUMULATIVE_TABLE_FUNCTION_REQUIRES_SIZE_MUST_INTEGRAL_MULTIPLE_STEP_D8A9DA94 = + "累积表函数要求 size 必须是 step 的整数倍。"; + public static final String EXCEPTION_COLUMN_TYPE_MUST_NUMERIC_IF_DELTA_NOT_0_F7864D4E = + "DELTA 不为 0 时,列类型必须为数值类型。"; + public static final String EXCEPTION_TYPE_COLUMN_ARG_NOT_AS_EXPECTED_7A81636E = + "列 [%s] 的类型不符合预期。"; + public static final String + EXCEPTION_REQUIRED_COLUMN_ARG_NOT_FOUND_SOURCE_TABLE_ARGUMENT_993E1C08 = "未在源表参数中找到必需列 [%s]。"; + public static final String EXCEPTION_UNSUPPORTED_PROGRESS_INDEX_TYPE_ARG_A84CDFF9 = + "不支持的进度索引类型 %s。"; + public static final String + EXCEPTION_TIMEWINDOWSTATEPROGRESSINDEX_DOES_NOT_SUPPORT_TOPOLOGICAL_SORTING_897C8976 = + "TimeWindowStateProgressIndex 不支持拓扑排序"; + public static final String + EXCEPTION_INTENDED_READ_LENGTH_ARG_BUT_ARG_ACTUALLY_READ_DESERIALIZING_TIMEPROGRESSINDEX_63CD54E4 = + "反序列化 TimeProgressIndex 时预期读取长度为 %s,但实际读取了 %s,ProgressIndex:%s"; public static final String EXCEPTION_COLON_3A291246 = " : "; public static final String EXCEPTION_DATAPARTITIONMAP_IS_NULL_B764418A = "dataPartitionMap 不能为空"; public static final String EXCEPTION_ARG_634FCEDB = "%s"; - public static final String EXCEPTION_TABLE_ARGUMENT_WITH_SET_SEMANTICS_REQUIRES_AN_ORDER_BY_CLAUSE_10C986D9 = "具有 set 语义的 table 参数需要 ORDER BY 子句。"; - public static final String EXCEPTION_THE_TYPE_OF_THE_COLUMN_ARG_IS_NOT_COMPARABLE_E3098096 = "列 [%s] 的类型不可比较。"; - public static final String EXCEPTION_NO_COMPARABLE_COLUMNS_FOUND_FOR_M4_CALCULATION_4E5A3092 = "未找到可用于 M4 计算的可比较列。"; - public static final String EXCEPTION_INVALID_SCALAR_ARGUMENT_SLIDE_SHOULD_BE_A_POSITIVE_VALUE_F019E091 = "无效的标量参数 SLIDE,应为正数"; - public static final String EXCEPTION_THE_ORDER_BY_CLAUSE_OF_THE_DATA_ARGUMENT_MUST_CONTAIN_EXACTLY_THE_TIME_COLUMN_SPECIFIED_BY_THE_TIMECOL_ARGUMENT_4375BAE9 = "DATA 参数的 ORDER BY 子句必须仅包含 TIMECOL 参数指定的时间列。"; + public static final String + EXCEPTION_TABLE_ARGUMENT_WITH_SET_SEMANTICS_REQUIRES_AN_ORDER_BY_CLAUSE_10C986D9 = + "具有 set 语义的 table 参数需要 ORDER BY 子句。"; + public static final String EXCEPTION_THE_TYPE_OF_THE_COLUMN_ARG_IS_NOT_COMPARABLE_E3098096 = + "列 [%s] 的类型不可比较。"; + public static final String EXCEPTION_NO_COMPARABLE_COLUMNS_FOUND_FOR_M4_CALCULATION_4E5A3092 = + "未找到可用于 M4 计算的可比较列。"; + public static final String + EXCEPTION_INVALID_SCALAR_ARGUMENT_SLIDE_SHOULD_BE_A_POSITIVE_VALUE_F019E091 = + "无效的标量参数 SLIDE,应为正数"; + public static final String + EXCEPTION_THE_ORDER_BY_CLAUSE_OF_THE_DATA_ARGUMENT_MUST_CONTAIN_EXACTLY_THE_TIME_COLUMN_SPECIFIED_BY_THE_TIMECOL_ARGUMENT_4375BAE9 = + "DATA 参数的 ORDER BY 子句必须仅包含 TIMECOL 参数指定的时间列。"; public static final String EXCEPTION_UNSUPPORTED_M4_VALUE_TYPE_AF0EF286 = "不支持的 M4 值类型:"; - public static final String EXCEPTION_DISK_SPACE_WARNING_THRESHOLD_MUST_BE_IN_0_1_BUT_WAS_7B345766 = "disk_space_warning_threshold 必须在 [0, 1) 范围内,但实际为 "; - + public static final String + EXCEPTION_DISK_SPACE_WARNING_THRESHOLD_MUST_BE_IN_0_1_BUT_WAS_7B345766 = + "disk_space_warning_threshold 必须在 [0, 1) 范围内,但实际为 "; } diff --git a/iotdb-core/node-commons/src/main/i18n/zh/org/apache/iotdb/commons/i18n/ConfigMessages.java b/iotdb-core/node-commons/src/main/i18n/zh/org/apache/iotdb/commons/i18n/ConfigMessages.java index f8b810fde13d..1cddcb5b2f28 100644 --- a/iotdb-core/node-commons/src/main/i18n/zh/org/apache/iotdb/commons/i18n/ConfigMessages.java +++ b/iotdb-core/node-commons/src/main/i18n/zh/org/apache/iotdb/commons/i18n/ConfigMessages.java @@ -27,125 +27,190 @@ public final class ConfigMessages { // ===================== CommonConfig: system mode / status ===================== public static final String FAIL_TO_GET_CANONICAL_PATH = "无法获取 {} 的规范路径"; public static final String SET_SYSTEM_MODE = "系统模式从 {} 切换为 {}。"; - public static final String STATUS_CHANGE_TO_READ_ONLY = - "系统状态已切换为只读模式!仅允许执行查询语句!"; - public static final String STATUS_CHANGE_TO_REMOVING = - "系统状态已切换为移除中!当前节点正在从集群中移除!"; + public static final String STATUS_CHANGE_TO_READ_ONLY = "系统状态已切换为只读模式!仅允许执行查询语句!"; + public static final String STATUS_CHANGE_TO_REMOVING = "系统状态已切换为移除中!当前节点正在从集群中移除!"; // ===================== CommonConfig: timestamp precision ===================== - public static final String WRONG_TIMESTAMP_PRECISION = - "时间戳精度设置错误,请设置为 ms、us 或 ns!当前值为:{}"; + public static final String WRONG_TIMESTAMP_PRECISION = "时间戳精度设置错误,请设置为 ms、us 或 ns!当前值为:{}"; // ===================== CommonConfig: pipe timeout overflow ===================== public static final String PIPE_CONNECTOR_HANDSHAKE_TIMEOUT_TOO_LARGE = "Pipe 连接器握手超时值过大,已设置为 {} 毫秒。"; public static final String PIPE_AIR_GAP_SINK_TABLET_TIMEOUT_TOO_LARGE = "Pipe 气隙接收端 Tablet 超时值过大,已设置为 {} 毫秒。"; - public static final String PIPE_SINK_TRANSFER_TIMEOUT_TOO_LARGE = - "Pipe 接收端传输超时值过大,已设置为 {} 毫秒。"; + public static final String PIPE_SINK_TRANSFER_TIMEOUT_TOO_LARGE = "Pipe 接收端传输超时值过大,已设置为 {} 毫秒。"; // ===================== CommonConfig: pipe validation ===================== - public static final String CONFIG_MUST_BE_POSITIVE = - "{} 必须大于 0,配置未变更。"; - public static final String IGNORE_INVALID_CONFIG_MUST_BE_POSITIVE = - "忽略无效的 {} 值 {},该配置项必须大于 0。"; + public static final String CONFIG_MUST_BE_POSITIVE = "{} 必须大于 0,配置未变更。"; + public static final String IGNORE_INVALID_CONFIG_MUST_BE_POSITIVE = "忽略无效的 {} 值 {},该配置项必须大于 0。"; // ===================== CommonConfig: audit log (SLF4J {} placeholders) ===================== - public static final String UNSUPPORTED_AUDIT_LOG_OPERATION_TYPE = - "不支持的审计日志操作类型:{}"; - public static final String UNSUPPORTED_AUDIT_LOG_OPERATION_LEVEL = - "不支持的审计日志操作级别:{}"; + public static final String UNSUPPORTED_AUDIT_LOG_OPERATION_TYPE = "不支持的审计日志操作类型:{}"; + public static final String UNSUPPORTED_AUDIT_LOG_OPERATION_LEVEL = "不支持的审计日志操作级别:{}"; // ===================== CommonConfig: audit log (String.format %s placeholders) ============== - public static final String UNSUPPORTED_AUDIT_LOG_OPERATION_TYPE_EX = - "不支持的审计日志操作类型:%s"; - public static final String UNSUPPORTED_AUDIT_LOG_OPERATION_LEVEL_EX = - "不支持的审计日志操作级别:%s"; + public static final String UNSUPPORTED_AUDIT_LOG_OPERATION_TYPE_EX = "不支持的审计日志操作类型:%s"; + public static final String UNSUPPORTED_AUDIT_LOG_OPERATION_LEVEL_EX = "不支持的审计日志操作级别:%s"; // ===================== ConfigurationFileUtils ===================== - public static final String FAILED_TO_UPDATE_APPLIED_PROPERTIES = - "更新已应用的配置属性失败"; - public static final String FAILED_TO_READ_CONFIGURATION_TEMPLATE = - "读取配置模板文件失败"; + public static final String FAILED_TO_UPDATE_APPLIED_PROPERTIES = "更新已应用的配置属性失败"; + public static final String FAILED_TO_READ_CONFIGURATION_TEMPLATE = "读取配置模板文件失败"; public static final String UPDATING_CONFIGURATION_FILE = "正在更新配置文件 {}"; public static final String WAITING_TO_ACQUIRE_CONFIG_FILE_LOCK = - "已等待 {} 秒以获取配置文件更新锁。" - + "上一次配置文件更新可能发生了意外中断。" - + "忽略临时文件 {}"; + "已等待 {} 秒以获取配置文件更新锁。" + "上一次配置文件更新可能发生了意外中断。" + "忽略临时文件 {}"; private ConfigMessages() {} + // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- - public static final String LOG_PIPEDATASTRUCTURETABLETSIZEINBYTES_SET_ARG_243363B3 = "pipeDataStructureTabletSizeInBytes 已设置为 {}。"; - public static final String LOG_PIPEDATASTRUCTURETABLETMEMORYBLOCKALLOCATIONREJECTTHRESHOLD_SET_ARG_EF34614A = "pipeDataStructureTabletMemoryBlockAllocationRejectThreshold 已设置为 {}。"; - public static final String LOG_PIPEDATASTRUCTURETSFILEMEMORYBLOCKALLOCATIONREJECTTHRESHOLD_SET_ARG_309A7E12 = "pipeDataStructureTsFileMemoryBlockAllocationRejectThreshold 已设置为 {}。"; - public static final String LOG_PIPETOTALFLOATINGMEMORYPROPORTION_SET_ARG_FDCA8082 = "pipeTotalFloatingMemoryProportion 已设置为 {}。"; - public static final String LOG_PIPESOURCEASSIGNERDISRUPTORRINGBUFFERSIZE_SET_ARG_31C9A8D8 = "pipeSourceAssignerDisruptorRingBufferSize 已设置为 {}。"; - public static final String LOG_PIPESOURCEASSIGNERDISRUPTORRINGBUFFERENTRYSIZE_SET_ARG_95D31172 = "pipeSourceAssignerDisruptorRingBufferEntrySize 已设置为 {}。"; - public static final String LOG_PIPECONNECTORHANDSHAKETIMEOUTMS_SET_ARG_64890ED2 = "pipeConnectorHandshakeTimeoutMs 已设置为 {}。"; - public static final String LOG_PIPEAIRGAPSINKTABLETTIMEOUTMS_SET_ARG_3413AC05 = "pipeAirGapSinkTabletTimeoutMs 已设置为 {}。"; - public static final String LOG_ISPIPESINKREADFILEBUFFERMEMORYCONTROLENABLED_SET_ARG_138BB142 = "isPipeSinkReadFileBufferMemoryControlEnabled 已设置为 {}。"; - public static final String LOG_PIPESINKRPCTHRIFTCOMPRESSIONENABLED_SET_ARG_1F2B6AB4 = "pipeSinkRPCThriftCompressionEnabled 已设置为 {}。"; - public static final String LOG_PIPEASYNCSINKFORCEDRETRYTSFILEEVENTQUEUESIZE_SET_ARG_0BB1C280 = "pipeAsyncSinkForcedRetryTsFileEventQueueSize 已设置为 {}。"; - public static final String LOG_PIPEASYNCSINKFORCEDRETRYTABLETEVENTQUEUESIZE_SET_ARG_8FDA7023 = "pipeAsyncSinkForcedRetryTabletEventQueueSize 已设置为 {}。"; - public static final String LOG_PIPEASYNCSINKFORCEDRETRYTOTALEVENTQUEUESIZE_SET_ARG_92D6EACB = "pipeAsyncSinkForcedRetryTotalEventQueueSize 已设置为 {}。"; - public static final String LOG_PIPEASYNCSINKMAXRETRYEXECUTIONTIMEMSPERCALL_SET_ARG_77E7B216 = "pipeAsyncSinkMaxRetryExecutionTimeMsPerCall 已设置为 {}。"; + public static final String LOG_PIPEDATASTRUCTURETABLETSIZEINBYTES_SET_ARG_243363B3 = + "pipeDataStructureTabletSizeInBytes 已设置为 {}。"; + public static final String + LOG_PIPEDATASTRUCTURETABLETMEMORYBLOCKALLOCATIONREJECTTHRESHOLD_SET_ARG_EF34614A = + "pipeDataStructureTabletMemoryBlockAllocationRejectThreshold 已设置为 {}。"; + public static final String + LOG_PIPEDATASTRUCTURETSFILEMEMORYBLOCKALLOCATIONREJECTTHRESHOLD_SET_ARG_309A7E12 = + "pipeDataStructureTsFileMemoryBlockAllocationRejectThreshold 已设置为 {}。"; + public static final String LOG_PIPETOTALFLOATINGMEMORYPROPORTION_SET_ARG_FDCA8082 = + "pipeTotalFloatingMemoryProportion 已设置为 {}。"; + public static final String LOG_PIPESOURCEASSIGNERDISRUPTORRINGBUFFERSIZE_SET_ARG_31C9A8D8 = + "pipeSourceAssignerDisruptorRingBufferSize 已设置为 {}。"; + public static final String LOG_PIPESOURCEASSIGNERDISRUPTORRINGBUFFERENTRYSIZE_SET_ARG_95D31172 = + "pipeSourceAssignerDisruptorRingBufferEntrySize 已设置为 {}。"; + public static final String LOG_PIPECONNECTORHANDSHAKETIMEOUTMS_SET_ARG_64890ED2 = + "pipeConnectorHandshakeTimeoutMs 已设置为 {}。"; + public static final String LOG_PIPEAIRGAPSINKTABLETTIMEOUTMS_SET_ARG_3413AC05 = + "pipeAirGapSinkTabletTimeoutMs 已设置为 {}。"; + public static final String LOG_ISPIPESINKREADFILEBUFFERMEMORYCONTROLENABLED_SET_ARG_138BB142 = + "isPipeSinkReadFileBufferMemoryControlEnabled 已设置为 {}。"; + public static final String LOG_PIPESINKRPCTHRIFTCOMPRESSIONENABLED_SET_ARG_1F2B6AB4 = + "pipeSinkRPCThriftCompressionEnabled 已设置为 {}。"; + public static final String LOG_PIPEASYNCSINKFORCEDRETRYTSFILEEVENTQUEUESIZE_SET_ARG_0BB1C280 = + "pipeAsyncSinkForcedRetryTsFileEventQueueSize 已设置为 {}。"; + public static final String LOG_PIPEASYNCSINKFORCEDRETRYTABLETEVENTQUEUESIZE_SET_ARG_8FDA7023 = + "pipeAsyncSinkForcedRetryTabletEventQueueSize 已设置为 {}。"; + public static final String LOG_PIPEASYNCSINKFORCEDRETRYTOTALEVENTQUEUESIZE_SET_ARG_92D6EACB = + "pipeAsyncSinkForcedRetryTotalEventQueueSize 已设置为 {}。"; + public static final String LOG_PIPEASYNCSINKMAXRETRYEXECUTIONTIMEMSPERCALL_SET_ARG_77E7B216 = + "pipeAsyncSinkMaxRetryExecutionTimeMsPerCall 已设置为 {}。"; public static final String LOG_PIPEASYNCSINKRETRYMAXDURATIONMS_IS_SET_TO_ARG_5058C99F = "pipeAsyncSinkRetryMaxDurationMs 已设置为 {}。"; public static final String LOG_PIPEASYNCSINKRETRYPROBEINTERVALMS_IS_SET_TO_ARG_A1E9AF45 = "pipeAsyncSinkRetryProbeIntervalMs 已设置为 {}。"; - public static final String LOG_PIPEASYNCSINKSELECTORNUMBER_SHOULD_GREATER_THAN_0_CONFIGURING_IT_NOT_CHANGE_EEB9793C = "pipeAsyncSinkSelectorNumber 应大于 0,配置保持不变。"; - public static final String LOG_PIPEASYNCSINKMAXCLIENTNUMBER_SHOULD_GREATER_THAN_0_CONFIGURING_IT_NOT_CHANGE_11EF47BF = "pipeAsyncSinkMaxClientNumber 应大于 0,配置保持不变。"; - public static final String LOG_PIPEASYNCSINKMAXTSFILECLIENTNUMBER_SHOULD_GREATER_THAN_0_CONFIGURING_IT_NOT_CHANGE_AC812FE2 = "pipeAsyncSinkMaxTsFileClientNumber 应大于 0,配置保持不变。"; - public static final String LOG_PIPEASYNCSINKMAXTSFILECLIENTNUMBER_SET_ARG_7D83FCDE = "pipeAsyncSinkMaxTsFileClientNumber 已设置为 {}。"; - public static final String LOG_PIPEHEARTBEATINTERVALSECONDSFORCOLLECTINGPIPEMETA_SET_ARG_E171AAAD = "pipeHeartbeatIntervalSecondsForCollectingPipeMeta 已设置为 {}。"; - public static final String LOG_PIPEMETASYNCERINITIALSYNCDELAYMINUTES_SET_ARG_6E36A895 = "pipeMetaSyncerInitialSyncDelayMinutes 已设置为 {}。"; - public static final String LOG_PIPEMETASYNCERSYNCINTERVALMINUTES_SET_ARG_CFBACD71 = "pipeMetaSyncerSyncIntervalMinutes 已设置为 {}。"; - public static final String LOG_PIPEMETASYNCERAUTORESTARTPIPECHECKINTERVALROUND_SET_ARG_A80B4589 = "pipeMetaSyncerAutoRestartPipeCheckIntervalRound 已设置为 {}。"; - public static final String LOG_PIPESINKRETRYLOCALLYFORCONNECTIONERROR_SET_ARG_5D886CE6 = "pipeSinkRetryLocallyForConnectionError 已设置为 {}"; - public static final String LOG_PIPESUBTASKEXECUTORBASICCHECKPOINTINTERVALBYCONSUMEDEVENTCOUNT_SET_ARG_CFCECFCE = "pipeSubtaskExecutorBasicCheckPointIntervalByConsumedEventCount 已设置为 {}"; - public static final String LOG_PIPESUBTASKEXECUTORBASICCHECKPOINTINTERVALBYTIMEDURATION_SET_ARG_45B3F433 = "pipeSubtaskExecutorBasicCheckPointIntervalByTimeDuration 已设置为 {}"; - public static final String LOG_PIPESUBTASKEXECUTORMAXTHREADNUM_SHOULD_GREATER_THAN_0_CONFIGURING_IT_NOT_CHANGE_25E0CE6E = "pipeSubtaskExecutorMaxThreadNum 应大于 0,配置保持不变。"; - public static final String LOG_PIPERETRYLOCALLYFORPARALLELORUSERCONFLICT_SET_ARG_368926E5 = "pipeRetryLocallyForParallelOrUserConflict 已设置为 {}。"; - public static final String LOG_PIPESINKSUBTASKSLEEPINTERVALINITMS_SET_ARG_B8DCF143 = "pipeSinkSubtaskSleepIntervalInitMs 已设置为 {}。"; - public static final String LOG_PIPESINKSUBTASKSLEEPINTERVALMAXMS_SET_ARG_0010425D = "pipeSinkSubtaskSleepIntervalMaxMs 已设置为 {}。"; - public static final String LOG_PIPESUBTASKEXECUTORPENDINGQUEUEMAXBLOCKINGTIMEMS_SET_ARG_2F1A6865 = "pipeSubtaskExecutorPendingQueueMaxBlockingTimeMs 已设置为 {}"; - public static final String LOG_PIPESUBTASKEXECUTORCRONHEARTBEATEVENTINTERVALSECONDS_SET_ARG_B5C9E195 = "pipeSubtaskExecutorCronHeartbeatEventIntervalSeconds 已设置为 {}。"; - public static final String LOG_PIPEREALTIMEQUEUEPOLLHISTORICALTSFILETHRESHOLD_SET_ARG_FD88A384 = "pipeRealTimeQueuePollHistoricalTsFileThreshold 已设置为 {}"; - public static final String LOG_PIPEREALTIMEQUEUEMAXWAITINGTSFILESIZE_SET_ARG_7E0698AB = "pipeRealTimeQueueMaxWaitingTsFileSize 已设置为 {}。"; - public static final String LOG_PIPEREALTIMEFORCEDOWNGRADINGTIME_SET_ARG_98A0F8AE = "pipeRealtimeForceDowngradingTime 已设置为 {}。"; - public static final String LOG_PIPEREALTIMEFORCEDOWNGRADINGPROPORTION_SET_ARG_92974D0B = "pipeRealtimeForceDowngradingProportion 已设置为 {}。"; - public static final String LOG_PIPERECEIVERLOGINPERIODICVERIFICATIONINTERVALMS_SET_ARG_158C791C = "pipeReceiverLoginPeriodicVerificationIntervalMs 已设置为 {}"; - public static final String LOG_PIPERECEIVERACTUALTOESTIMATEDMEMORYRATIO_SET_ARG_0D1F305D = "pipeReceiverActualToEstimatedMemoryRatio 已设置为 {}"; - public static final String LOG_PIPERECEIVERREQDECOMPRESSEDMAXLENGTHINBYTES_SET_ARG_9356E410 = "pipeReceiverReqDecompressedMaxLengthInBytes 已设置为 {}。"; - public static final String LOG_IGNORE_INVALID_PIPEAIRGAPRECEIVERMAXPAYLOADSIZEINBYTES_ARG_BECAUSE_IT_MUST_GREATER_THAN_0_8ACA836C = "忽略无效的 pipeAirGapReceiverMaxPayloadSizeInBytes {},原因:其必须大于 0。"; - public static final String LOG_PIPEAIRGAPRECEIVERMAXPAYLOADSIZEINBYTES_SET_ARG_9B21877F = "pipeAirGapReceiverMaxPayloadSizeInBytes 已设置为 {}。"; - public static final String LOG_PIPEPERIODICALLOGMININTERVALSECONDS_SET_ARG_5535C79E = "pipePeriodicalLogMinIntervalSeconds 已设置为 {}。"; - public static final String LOG_PIPEMETAREPORTMAXLOGINTERVALROUNDS_SET_ARG_0090AECB = "pipeMetaReportMaxLogIntervalRounds 已设置为 {}"; - public static final String LOG_PIPETSFILEPINMAXLOGINTERVALROUNDS_SET_ARG_FAFE1040 = "pipeTsFilePinMaxLogIntervalRounds 已设置为 {}"; - public static final String LOG_PIPEMEMORYALLOCATEFORTSFILESEQUENCEREADERINBYTES_SET_ARG_8A26960D = "pipeMemoryAllocateForTsFileSequenceReaderInBytes 已设置为 {}"; - public static final String LOG_PIPEMEMORYEXPANDERINTERVALSECONDS_SET_ARG_73F96BBC = "pipeMemoryExpanderIntervalSeconds 已设置为 {}"; - public static final String LOG_PIPEMEMORYALLOCATERETRYINTERVALMS_SET_ARG_39D52E47 = "pipeMemoryAllocateRetryIntervalMs 已设置为 {}"; - public static final String LOG_PIPELEADERCACHEMEMORYUSAGEPERCENTAGE_SET_ARG_E32DE64B = "pipeLeaderCacheMemoryUsagePercentage 已设置为 {}"; - public static final String LOG_PIPELISTENINGQUEUETRANSFERSNAPSHOTTHRESHOLD_SET_ARG_FD856477 = "pipeListeningQueueTransferSnapshotThreshold 已设置为 {}"; - public static final String LOG_PIPESNAPSHOTEXECUTIONMAXBATCHSIZE_SET_ARG_F1C5C62C = "pipeSnapshotExecutionMaxBatchSize 已设置为 {}"; - public static final String LOG_PIPEREMAININGTIMECOMMITRATEAUTOSWITCHSECONDS_SET_ARG_17E6C979 = "pipeRemainingTimeCommitRateAutoSwitchSeconds 已设置为 {}"; - public static final String LOG_PIPEREMAININGTIMECOMMITRATEAVERAGETIME_SET_ARG_D010BE98 = "pipeRemainingTimeCommitRateAverageTime 已设置为 {}"; - public static final String LOG_PIPEREMAININGINSERTEVENTCOUNTAVERAGE_SET_ARG_17C28F47 = "pipeRemainingInsertEventCountAverage 已设置为 {}"; - public static final String LOG_PIPEDYNAMICMEMORYADJUSTMENTTHRESHOLD_SET_ARG_2F008DB1 = "pipeDynamicMemoryAdjustmentThreshold 已设置为 {}"; - public static final String LOG_PIPETHRESHOLDALLOCATIONSTRATEGYMAXIMUMMEMORYINCREMENTRATIO_SET_ARG_BFAD04E0 = "pipeThresholdAllocationStrategyMaximumMemoryIncrementRatio 已设置为 {}"; - public static final String LOG_PIPEMEMORYBLOCKLOWUSAGETHRESHOLD_SET_ARG_DDF99D69 = "pipeMemoryBlockLowUsageThreshold 已设置为 {}"; - public static final String LOG_PIPETHRESHOLDALLOCATIONSTRATEGYFIXEDMEMORYHIGHUSAGETHRESHOLD_SET_ARG_82721CBE = "pipeThresholdAllocationStrategyFixedMemoryHighUsageThreshold 已设置为 {}"; - public static final String LOG_PIPECHECKSYNCALLCLIENTLIVETIMEINTERVALMS_SET_ARG_246CE0EB = "pipeCheckSyncAllClientLiveTimeIntervalMs 已设置为 {}"; - public static final String LOG_PIPESENDTSFILERATELIMITBYTESPERSECOND_SET_ARG_653F2CC4 = "pipeSendTsFileRateLimitBytesPerSecond 已设置为 {}"; - public static final String LOG_PIPEALLSINKSRATELIMITBYTESPERSECOND_SET_ARG_EE3FE2A0 = "pipeAllSinksRateLimitBytesPerSecond 已设置为 {}"; - public static final String LOG_RATELIMITERHOTRELOADCHECKINTERVALMS_SET_ARG_E086A4F0 = "rateLimiterHotReloadCheckIntervalMs 已设置为 {}"; - public static final String LOG_PIPECONNECTORREQUESTSLICETHRESHOLDBYTES_SET_ARG_7FAA56F2 = "pipeConnectorRequestSliceThresholdBytes 已设置为 {}"; - public static final String LOG_TWOSTAGEAGGREGATEMAXCOMBINERLIVETIMEINMS_SET_ARG_F10B7C02 = "twoStageAggregateMaxCombinerLiveTimeInMs 已设置为 {}"; - public static final String LOG_TWOSTAGEAGGREGATEDATAREGIONINFOCACHETIMEINMS_SET_ARG_C7895888 = "twoStageAggregateDataRegionInfoCacheTimeInMs 已设置为 {}"; - public static final String LOG_TWOSTAGEAGGREGATESENDERENDPOINTSCACHEINMS_SET_ARG_A3CF42B2 = "twoStageAggregateSenderEndPointsCacheInMs 已设置为 {}"; - public static final String LOG_PIPEEVENTREFERENCETRACKINGENABLED_SET_ARG_98E9A640 = "pipeEventReferenceTrackingEnabled 已设置为 {}"; - public static final String LOG_PIPEEVENTREFERENCEELIMINATEINTERVALSECONDS_SET_ARG_62542387 = "pipeEventReferenceEliminateIntervalSeconds 已设置为 {}"; - + public static final String + LOG_PIPEASYNCSINKSELECTORNUMBER_SHOULD_GREATER_THAN_0_CONFIGURING_IT_NOT_CHANGE_EEB9793C = + "pipeAsyncSinkSelectorNumber 应大于 0,配置保持不变。"; + public static final String + LOG_PIPEASYNCSINKMAXCLIENTNUMBER_SHOULD_GREATER_THAN_0_CONFIGURING_IT_NOT_CHANGE_11EF47BF = + "pipeAsyncSinkMaxClientNumber 应大于 0,配置保持不变。"; + public static final String + LOG_PIPEASYNCSINKMAXTSFILECLIENTNUMBER_SHOULD_GREATER_THAN_0_CONFIGURING_IT_NOT_CHANGE_AC812FE2 = + "pipeAsyncSinkMaxTsFileClientNumber 应大于 0,配置保持不变。"; + public static final String LOG_PIPEASYNCSINKMAXTSFILECLIENTNUMBER_SET_ARG_7D83FCDE = + "pipeAsyncSinkMaxTsFileClientNumber 已设置为 {}。"; + public static final String + LOG_PIPEHEARTBEATINTERVALSECONDSFORCOLLECTINGPIPEMETA_SET_ARG_E171AAAD = + "pipeHeartbeatIntervalSecondsForCollectingPipeMeta 已设置为 {}。"; + public static final String LOG_PIPEMETASYNCERINITIALSYNCDELAYMINUTES_SET_ARG_6E36A895 = + "pipeMetaSyncerInitialSyncDelayMinutes 已设置为 {}。"; + public static final String LOG_PIPEMETASYNCERSYNCINTERVALMINUTES_SET_ARG_CFBACD71 = + "pipeMetaSyncerSyncIntervalMinutes 已设置为 {}。"; + public static final String LOG_PIPEMETASYNCERAUTORESTARTPIPECHECKINTERVALROUND_SET_ARG_A80B4589 = + "pipeMetaSyncerAutoRestartPipeCheckIntervalRound 已设置为 {}。"; + public static final String LOG_PIPESINKRETRYLOCALLYFORCONNECTIONERROR_SET_ARG_5D886CE6 = + "pipeSinkRetryLocallyForConnectionError 已设置为 {}"; + public static final String + LOG_PIPESUBTASKEXECUTORBASICCHECKPOINTINTERVALBYCONSUMEDEVENTCOUNT_SET_ARG_CFCECFCE = + "pipeSubtaskExecutorBasicCheckPointIntervalByConsumedEventCount 已设置为 {}"; + public static final String + LOG_PIPESUBTASKEXECUTORBASICCHECKPOINTINTERVALBYTIMEDURATION_SET_ARG_45B3F433 = + "pipeSubtaskExecutorBasicCheckPointIntervalByTimeDuration 已设置为 {}"; + public static final String + LOG_PIPESUBTASKEXECUTORMAXTHREADNUM_SHOULD_GREATER_THAN_0_CONFIGURING_IT_NOT_CHANGE_25E0CE6E = + "pipeSubtaskExecutorMaxThreadNum 应大于 0,配置保持不变。"; + public static final String LOG_PIPERETRYLOCALLYFORPARALLELORUSERCONFLICT_SET_ARG_368926E5 = + "pipeRetryLocallyForParallelOrUserConflict 已设置为 {}。"; + public static final String LOG_PIPESINKSUBTASKSLEEPINTERVALINITMS_SET_ARG_B8DCF143 = + "pipeSinkSubtaskSleepIntervalInitMs 已设置为 {}。"; + public static final String LOG_PIPESINKSUBTASKSLEEPINTERVALMAXMS_SET_ARG_0010425D = + "pipeSinkSubtaskSleepIntervalMaxMs 已设置为 {}。"; + public static final String LOG_PIPESUBTASKEXECUTORPENDINGQUEUEMAXBLOCKINGTIMEMS_SET_ARG_2F1A6865 = + "pipeSubtaskExecutorPendingQueueMaxBlockingTimeMs 已设置为 {}"; + public static final String + LOG_PIPESUBTASKEXECUTORCRONHEARTBEATEVENTINTERVALSECONDS_SET_ARG_B5C9E195 = + "pipeSubtaskExecutorCronHeartbeatEventIntervalSeconds 已设置为 {}。"; + public static final String LOG_PIPEREALTIMEQUEUEPOLLHISTORICALTSFILETHRESHOLD_SET_ARG_FD88A384 = + "pipeRealTimeQueuePollHistoricalTsFileThreshold 已设置为 {}"; + public static final String LOG_PIPEREALTIMEQUEUEMAXWAITINGTSFILESIZE_SET_ARG_7E0698AB = + "pipeRealTimeQueueMaxWaitingTsFileSize 已设置为 {}。"; + public static final String LOG_PIPEREALTIMEFORCEDOWNGRADINGTIME_SET_ARG_98A0F8AE = + "pipeRealtimeForceDowngradingTime 已设置为 {}。"; + public static final String LOG_PIPEREALTIMEFORCEDOWNGRADINGPROPORTION_SET_ARG_92974D0B = + "pipeRealtimeForceDowngradingProportion 已设置为 {}。"; + public static final String LOG_PIPERECEIVERLOGINPERIODICVERIFICATIONINTERVALMS_SET_ARG_158C791C = + "pipeReceiverLoginPeriodicVerificationIntervalMs 已设置为 {}"; + public static final String LOG_PIPERECEIVERACTUALTOESTIMATEDMEMORYRATIO_SET_ARG_0D1F305D = + "pipeReceiverActualToEstimatedMemoryRatio 已设置为 {}"; + public static final String LOG_PIPERECEIVERREQDECOMPRESSEDMAXLENGTHINBYTES_SET_ARG_9356E410 = + "pipeReceiverReqDecompressedMaxLengthInBytes 已设置为 {}。"; + public static final String + LOG_IGNORE_INVALID_PIPEAIRGAPRECEIVERMAXPAYLOADSIZEINBYTES_ARG_BECAUSE_IT_MUST_GREATER_THAN_0_8ACA836C = + "忽略无效的 pipeAirGapReceiverMaxPayloadSizeInBytes {},原因:其必须大于 0。"; + public static final String LOG_PIPEAIRGAPRECEIVERMAXPAYLOADSIZEINBYTES_SET_ARG_9B21877F = + "pipeAirGapReceiverMaxPayloadSizeInBytes 已设置为 {}。"; + public static final String LOG_PIPEPERIODICALLOGMININTERVALSECONDS_SET_ARG_5535C79E = + "pipePeriodicalLogMinIntervalSeconds 已设置为 {}。"; + public static final String LOG_PIPEMETAREPORTMAXLOGINTERVALROUNDS_SET_ARG_0090AECB = + "pipeMetaReportMaxLogIntervalRounds 已设置为 {}"; + public static final String LOG_PIPETSFILEPINMAXLOGINTERVALROUNDS_SET_ARG_FAFE1040 = + "pipeTsFilePinMaxLogIntervalRounds 已设置为 {}"; + public static final String LOG_PIPEMEMORYALLOCATEFORTSFILESEQUENCEREADERINBYTES_SET_ARG_8A26960D = + "pipeMemoryAllocateForTsFileSequenceReaderInBytes 已设置为 {}"; + public static final String LOG_PIPEMEMORYEXPANDERINTERVALSECONDS_SET_ARG_73F96BBC = + "pipeMemoryExpanderIntervalSeconds 已设置为 {}"; + public static final String LOG_PIPEMEMORYALLOCATERETRYINTERVALMS_SET_ARG_39D52E47 = + "pipeMemoryAllocateRetryIntervalMs 已设置为 {}"; + public static final String LOG_PIPELEADERCACHEMEMORYUSAGEPERCENTAGE_SET_ARG_E32DE64B = + "pipeLeaderCacheMemoryUsagePercentage 已设置为 {}"; + public static final String LOG_PIPELISTENINGQUEUETRANSFERSNAPSHOTTHRESHOLD_SET_ARG_FD856477 = + "pipeListeningQueueTransferSnapshotThreshold 已设置为 {}"; + public static final String LOG_PIPESNAPSHOTEXECUTIONMAXBATCHSIZE_SET_ARG_F1C5C62C = + "pipeSnapshotExecutionMaxBatchSize 已设置为 {}"; + public static final String LOG_PIPEREMAININGTIMECOMMITRATEAUTOSWITCHSECONDS_SET_ARG_17E6C979 = + "pipeRemainingTimeCommitRateAutoSwitchSeconds 已设置为 {}"; + public static final String LOG_PIPEREMAININGTIMECOMMITRATEAVERAGETIME_SET_ARG_D010BE98 = + "pipeRemainingTimeCommitRateAverageTime 已设置为 {}"; + public static final String LOG_PIPEREMAININGINSERTEVENTCOUNTAVERAGE_SET_ARG_17C28F47 = + "pipeRemainingInsertEventCountAverage 已设置为 {}"; + public static final String LOG_PIPEDYNAMICMEMORYADJUSTMENTTHRESHOLD_SET_ARG_2F008DB1 = + "pipeDynamicMemoryAdjustmentThreshold 已设置为 {}"; + public static final String + LOG_PIPETHRESHOLDALLOCATIONSTRATEGYMAXIMUMMEMORYINCREMENTRATIO_SET_ARG_BFAD04E0 = + "pipeThresholdAllocationStrategyMaximumMemoryIncrementRatio 已设置为 {}"; + public static final String LOG_PIPEMEMORYBLOCKLOWUSAGETHRESHOLD_SET_ARG_DDF99D69 = + "pipeMemoryBlockLowUsageThreshold 已设置为 {}"; + public static final String + LOG_PIPETHRESHOLDALLOCATIONSTRATEGYFIXEDMEMORYHIGHUSAGETHRESHOLD_SET_ARG_82721CBE = + "pipeThresholdAllocationStrategyFixedMemoryHighUsageThreshold 已设置为 {}"; + public static final String LOG_PIPECHECKSYNCALLCLIENTLIVETIMEINTERVALMS_SET_ARG_246CE0EB = + "pipeCheckSyncAllClientLiveTimeIntervalMs 已设置为 {}"; + public static final String LOG_PIPESENDTSFILERATELIMITBYTESPERSECOND_SET_ARG_653F2CC4 = + "pipeSendTsFileRateLimitBytesPerSecond 已设置为 {}"; + public static final String LOG_PIPEALLSINKSRATELIMITBYTESPERSECOND_SET_ARG_EE3FE2A0 = + "pipeAllSinksRateLimitBytesPerSecond 已设置为 {}"; + public static final String LOG_RATELIMITERHOTRELOADCHECKINTERVALMS_SET_ARG_E086A4F0 = + "rateLimiterHotReloadCheckIntervalMs 已设置为 {}"; + public static final String LOG_PIPECONNECTORREQUESTSLICETHRESHOLDBYTES_SET_ARG_7FAA56F2 = + "pipeConnectorRequestSliceThresholdBytes 已设置为 {}"; + public static final String LOG_TWOSTAGEAGGREGATEMAXCOMBINERLIVETIMEINMS_SET_ARG_F10B7C02 = + "twoStageAggregateMaxCombinerLiveTimeInMs 已设置为 {}"; + public static final String LOG_TWOSTAGEAGGREGATEDATAREGIONINFOCACHETIMEINMS_SET_ARG_C7895888 = + "twoStageAggregateDataRegionInfoCacheTimeInMs 已设置为 {}"; + public static final String LOG_TWOSTAGEAGGREGATESENDERENDPOINTSCACHEINMS_SET_ARG_A3CF42B2 = + "twoStageAggregateSenderEndPointsCacheInMs 已设置为 {}"; + public static final String LOG_PIPEEVENTREFERENCETRACKINGENABLED_SET_ARG_98E9A640 = + "pipeEventReferenceTrackingEnabled 已设置为 {}"; + public static final String LOG_PIPEEVENTREFERENCEELIMINATEINTERVALSECONDS_SET_ARG_62542387 = + "pipeEventReferenceEliminateIntervalSeconds 已设置为 {}"; } diff --git a/iotdb-core/node-commons/src/main/i18n/zh/org/apache/iotdb/commons/i18n/PathMessages.java b/iotdb-core/node-commons/src/main/i18n/zh/org/apache/iotdb/commons/i18n/PathMessages.java index 628e1c3db603..0a50130d1a9d 100644 --- a/iotdb-core/node-commons/src/main/i18n/zh/org/apache/iotdb/commons/i18n/PathMessages.java +++ b/iotdb-core/node-commons/src/main/i18n/zh/org/apache/iotdb/commons/i18n/PathMessages.java @@ -23,8 +23,7 @@ public final class PathMessages { // PartialPath public static final String WILDCARDS_NOT_ALLOWED_IN_PREFIX = "前缀路径中不允许使用通配符:%s"; - public static final String ONLY_MEASUREMENT_PATH_SUPPORT_ALIAS = - "仅 MeasurementPath 支持别名"; + public static final String ONLY_MEASUREMENT_PATH_SUPPORT_ALIAS = "仅 MeasurementPath 支持别名"; public static final String ENCOUNTERED_ILLEGAL_PATH = "遇到非法路径 {}"; // AlignedPath / MeasurementPath @@ -32,13 +31,11 @@ public final class PathMessages { "MeasurementPath 的 nodes.length 应始终大于 1,当前值为:%s"; public static final String NODES_LENGTH_SHOULD_BE_GREATER_THAN_TWO = "MeasurementPath 的 nodes.length 应始终大于 2,当前值为:%s"; - public static final String ALIGNED_PATH_NO_MEASUREMENT_NAME = - "AlignedPath 没有测点名称!"; + public static final String ALIGNED_PATH_NO_MEASUREMENT_NAME = "AlignedPath 没有测点名称!"; public static final String PATH_IS_ILLEGAL = "路径非法:{}"; // MeasurementPath deserialization - public static final String UNKNOWN_MEASUREMENT_SCHEMA_TYPE = - "measurementSchema 的类型(%s)未知。"; + public static final String UNKNOWN_MEASUREMENT_SCHEMA_TYPE = "measurementSchema 的类型(%s)未知。"; // PathDeserializeUtil public static final String INVALID_PATH_TYPE = "无效的路径类型:%s"; @@ -48,10 +45,13 @@ public final class PathMessages { "仅接受 MeasurementPath 和 AlignedPath。"; private PathMessages() {} + // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- - public static final String EXCEPTION_NODES_LENGTH_MEASUREMENTPATH_SHOULD_ALWAYS_GREATER_THAN_2_CURRENT_39B913AE = "MeasurementPath 的 nodes.length 应始终大于 2,当前为:"; - public static final String EXCEPTION_WILDCARDS_NOT_ALLOWED_PREFIX_PATH_948C42D1 = "前缀路径中不允许使用通配符:"; - + public static final String + EXCEPTION_NODES_LENGTH_MEASUREMENTPATH_SHOULD_ALWAYS_GREATER_THAN_2_CURRENT_39B913AE = + "MeasurementPath 的 nodes.length 应始终大于 2,当前为:"; + public static final String EXCEPTION_WILDCARDS_NOT_ALLOWED_PREFIX_PATH_948C42D1 = + "前缀路径中不允许使用通配符:"; } diff --git a/iotdb-core/node-commons/src/main/i18n/zh/org/apache/iotdb/commons/i18n/PipeMessages.java b/iotdb-core/node-commons/src/main/i18n/zh/org/apache/iotdb/commons/i18n/PipeMessages.java index c6da4c6082e3..459656a3bb9b 100644 --- a/iotdb-core/node-commons/src/main/i18n/zh/org/apache/iotdb/commons/i18n/PipeMessages.java +++ b/iotdb-core/node-commons/src/main/i18n/zh/org/apache/iotdb/commons/i18n/PipeMessages.java @@ -28,8 +28,7 @@ public final class PipeMessages { // ===================== PipeConfig (printAllConfigs) ===================== public static final String CONFIG_PIPE_HARDLINK_BASE_DIR_NAME = "PipeHardlinkBaseDirName: {}"; - public static final String CONFIG_PIPE_HARDLINK_TSFILE_DIR_NAME = - "PipeHardlinkTsFileDirName: {}"; + public static final String CONFIG_PIPE_HARDLINK_TSFILE_DIR_NAME = "PipeHardlinkTsFileDirName: {}"; public static final String CONFIG_PIPE_FILE_RECEIVER_FSYNC_ENABLED = "PipeFileReceiverFsyncEnabled: {}"; public static final String CONFIG_PIPE_DATA_STRUCTURE_TABLET_ROW_SIZE = @@ -44,21 +43,18 @@ public final class PipeMessages { "PipeDataStructureTsFileMemoryBlockAllocationRejectThreshold: {}"; public static final String CONFIG_PIPE_TOTAL_FLOATING_MEMORY_PROPORTION = "PipeTotalFloatingMemoryProportion: {}"; - public static final String CONFIG_IS_PIPE_ENABLE_MEMORY_CHECK = - "IsPipeEnableMemoryCheck: {}"; + public static final String CONFIG_IS_PIPE_ENABLE_MEMORY_CHECK = "IsPipeEnableMemoryCheck: {}"; public static final String CONFIG_PIPE_TSFILE_PARSER_MEMORY = "PipeTsFileParserMemory: {}"; public static final String CONFIG_PIPE_TSFILE_PARSER_IN_FLIGHT_MAX_NUM = "PipeTsFileParserInFlightMaxNum: {}"; public static final String CONFIG_PIPE_TSFILE_PARSER_IN_FLIGHT_MAX_NUM_PER_PIPE_REGION = "PipeTsFileParserInFlightMaxNumPerPipeRegion: {}"; - public static final String CONFIG_SINK_BATCH_MEMORY_INSERT_NODE = - "SinkBatchMemoryInsertNode: {}"; + public static final String CONFIG_SINK_BATCH_MEMORY_INSERT_NODE = "SinkBatchMemoryInsertNode: {}"; public static final String CONFIG_SINK_BATCH_MEMORY_TSFILE = "SinkBatchMemoryTsFile: {}"; public static final String CONFIG_SEND_TSFILE_READ_BUFFER = "SendTsFileReadBuffer: {}"; public static final String CONFIG_PIPE_RESERVED_MEMORY_PERCENTAGE = "PipeReservedMemoryPercentage: {}"; - public static final String CONFIG_PIPE_MINIMUM_RECEIVER_MEMORY = - "PipeMinimumReceiverMemory: {}"; + public static final String CONFIG_PIPE_MINIMUM_RECEIVER_MEMORY = "PipeMinimumReceiverMemory: {}"; public static final String CONFIG_PIPE_REALTIME_QUEUE_POLL_TSFILE_THRESHOLD = "PipeRealTimeQueuePollTsFileThreshold: {}"; public static final String CONFIG_PIPE_REALTIME_QUEUE_POLL_HISTORICAL_TSFILE_THRESHOLD = @@ -79,9 +75,8 @@ public final class PipeMessages { "PipeSubtaskExecutorBasicCheckPointIntervalByTimeDuration: {}"; public static final String CONFIG_PIPE_SUBTASK_EXECUTOR_PENDING_QUEUE_MAX_BLOCKING_TIME_MS = "PipeSubtaskExecutorPendingQueueMaxBlockingTimeMs: {}"; - public static final String - CONFIG_PIPE_SUBTASK_EXECUTOR_CRON_HEARTBEAT_EVENT_INTERVAL_SECONDS = - "PipeSubtaskExecutorCronHeartbeatEventIntervalSeconds: {}"; + public static final String CONFIG_PIPE_SUBTASK_EXECUTOR_CRON_HEARTBEAT_EVENT_INTERVAL_SECONDS = + "PipeSubtaskExecutorCronHeartbeatEventIntervalSeconds: {}"; public static final String CONFIG_PIPE_MAX_WAIT_FINISH_TIME = "PipeMaxWaitFinishTime: {}"; public static final String CONFIG_PIPE_SINK_SUBTASK_SLEEP_INTERVAL_INIT_MS = "PipeSinkSubtaskSleepIntervalInitMs: {}"; @@ -89,21 +84,18 @@ public final class PipeMessages { "PipeSinkSubtaskSleepIntervalMaxMs: {}"; public static final String CONFIG_PIPE_SOURCE_ASSIGNER_DISRUPTOR_RING_BUFFER_SIZE = "PipeSourceAssignerDisruptorRingBufferSize: {}"; - public static final String - CONFIG_PIPE_SOURCE_ASSIGNER_DISRUPTOR_RING_BUFFER_ENTRY_SIZE_IN_BYTES = - "PipeSourceAssignerDisruptorRingBufferEntrySizeInBytes: {}"; + public static final String CONFIG_PIPE_SOURCE_ASSIGNER_DISRUPTOR_RING_BUFFER_ENTRY_SIZE_IN_BYTES = + "PipeSourceAssignerDisruptorRingBufferEntrySizeInBytes: {}"; public static final String CONFIG_PIPE_SOURCE_MATCHER_CACHE_SIZE = "PipeSourceMatcherCacheSize: {}"; public static final String CONFIG_PIPE_SINK_HANDSHAKE_TIMEOUT_MS = "PipeSinkHandshakeTimeoutMs: {}"; - public static final String CONFIG_PIPE_SINK_TRANSFER_TIMEOUT_MS = - "PipeSinkTransferTimeoutMs: {}"; + public static final String CONFIG_PIPE_SINK_TRANSFER_TIMEOUT_MS = "PipeSinkTransferTimeoutMs: {}"; public static final String CONFIG_PIPE_SINK_READ_FILE_BUFFER_SIZE = "PipeSinkReadFileBufferSize: {}"; public static final String CONFIG_PIPE_SINK_READ_FILE_BUFFER_MEMORY_CONTROL_ENABLED = "PipeSinkReadFileBufferMemoryControlEnabled: {}"; - public static final String CONFIG_PIPE_SINK_RETRY_INTERVAL_MS = - "PipeSinkRetryIntervalMs: {}"; + public static final String CONFIG_PIPE_SINK_RETRY_INTERVAL_MS = "PipeSinkRetryIntervalMs: {}"; public static final String CONFIG_PIPE_SINK_RPC_THRIFT_COMPRESSION_ENABLED = "PipeSinkRPCThriftCompressionEnabled: {}"; public static final String CONFIG_PIPE_LEADER_CACHE_MEMORY_USAGE_PERCENTAGE = @@ -137,15 +129,12 @@ public final class PipeMessages { public static final String CONFIG_PIPE_THRESHOLD_ALLOCATION_STRATEGY_FIXED_MEMORY_HIGH_USAGE_THRESHOLD = "PipeThresholdAllocationStrategyFixedMemoryHighUsageThreshold: {}"; - public static final String - CONFIG_PIPE_ASYNC_SINK_FORCED_RETRY_TSFILE_EVENT_QUEUE_SIZE_THRESHOLD = - "PipeAsyncSinkForcedRetryTsFileEventQueueSizeThreshold: {}"; - public static final String - CONFIG_PIPE_ASYNC_SINK_FORCED_RETRY_TABLET_EVENT_QUEUE_SIZE_THRESHOLD = - "PipeAsyncSinkForcedRetryTabletEventQueueSizeThreshold: {}"; - public static final String - CONFIG_PIPE_ASYNC_SINK_FORCED_RETRY_TOTAL_EVENT_QUEUE_SIZE_THRESHOLD = - "PipeAsyncSinkForcedRetryTotalEventQueueSizeThreshold: {}"; + public static final String CONFIG_PIPE_ASYNC_SINK_FORCED_RETRY_TSFILE_EVENT_QUEUE_SIZE_THRESHOLD = + "PipeAsyncSinkForcedRetryTsFileEventQueueSizeThreshold: {}"; + public static final String CONFIG_PIPE_ASYNC_SINK_FORCED_RETRY_TABLET_EVENT_QUEUE_SIZE_THRESHOLD = + "PipeAsyncSinkForcedRetryTabletEventQueueSizeThreshold: {}"; + public static final String CONFIG_PIPE_ASYNC_SINK_FORCED_RETRY_TOTAL_EVENT_QUEUE_SIZE_THRESHOLD = + "PipeAsyncSinkForcedRetryTotalEventQueueSizeThreshold: {}"; public static final String CONFIG_PIPE_ASYNC_SINK_MAX_RETRY_EXECUTION_TIME_MS_PER_CALL = "PipeAsyncSinkMaxRetryExecutionTimeMsPerCall: {}"; public static final String CONFIG_PIPE_ASYNC_SINK_RETRY_MAX_DURATION_MS = @@ -174,12 +163,10 @@ public final class PipeMessages { "PipeMetaSyncerInitialSyncDelayMinutes: {}"; public static final String CONFIG_PIPE_META_SYNCER_SYNC_INTERVAL_MINUTES = "PipeMetaSyncerSyncIntervalMinutes: {}"; - public static final String - CONFIG_PIPE_META_SYNCER_AUTO_RESTART_PIPE_CHECK_INTERVAL_ROUND = - "PipeMetaSyncerAutoRestartPipeCheckIntervalRound: {}"; + public static final String CONFIG_PIPE_META_SYNCER_AUTO_RESTART_PIPE_CHECK_INTERVAL_ROUND = + "PipeMetaSyncerAutoRestartPipeCheckIntervalRound: {}"; public static final String CONFIG_PIPE_AUTO_RESTART_ENABLED = "PipeAutoRestartEnabled: {}"; - public static final String CONFIG_PIPE_AIR_GAP_RECEIVER_ENABLED = - "PipeAirGapReceiverEnabled: {}"; + public static final String CONFIG_PIPE_AIR_GAP_RECEIVER_ENABLED = "PipeAirGapReceiverEnabled: {}"; public static final String CONFIG_PIPE_AIR_GAP_RECEIVER_PORT = "PipeAirGapReceiverPort: {}"; public static final String CONFIG_PIPE_AIR_GAP_SINK_TABLET_TIMEOUT_MS = "PipeAirGapSinkTabletTimeoutMs: {}"; @@ -231,82 +218,57 @@ public final class PipeMessages { "PipeEventReferenceTrackingEnabled: {}"; public static final String CONFIG_PIPE_EVENT_REFERENCE_ELIMINATE_INTERVAL_SECONDS = "PipeEventReferenceEliminateIntervalSeconds: {}"; - public static final String CONFIG_PIPE_AUTO_SPLIT_FULL_ENABLED = - "PipeAutoSplitFullEnabled: {}"; + public static final String CONFIG_PIPE_AUTO_SPLIT_FULL_ENABLED = "PipeAutoSplitFullEnabled: {}"; // ===================== PipePluginAgent ===================== - public static final String FAILED_TO_CLOSE_TEMPORARY_SOURCE = - "关闭临时 source 失败:{}"; - public static final String FAILED_TO_CLOSE_TEMPORARY_PROCESSOR = - "关闭临时 processor 失败:{}"; - public static final String FAILED_TO_CLOSE_TEMPORARY_CONNECTOR = - "关闭临时 connector 失败:{}"; + public static final String FAILED_TO_CLOSE_TEMPORARY_SOURCE = "关闭临时 source 失败:{}"; + public static final String FAILED_TO_CLOSE_TEMPORARY_PROCESSOR = "关闭临时 processor 失败:{}"; + public static final String FAILED_TO_CLOSE_TEMPORARY_CONNECTOR = "关闭临时 connector 失败:{}"; // ===================== PipePluginExecutableManager ===================== - public static final String FAILED_TO_READ_MD5_FOR_PIPE_PLUGIN = - "读取 pipe 插件 {} 的 MD5 文件失败"; + public static final String FAILED_TO_READ_MD5_FOR_PIPE_PLUGIN = "读取 pipe 插件 {} 的 MD5 文件失败"; // ===================== AbstractPipePeriodicalJobExecutor ===================== public static final String PERIODICAL_JOB_FAILED = "定时任务 {} 执行失败。"; - public static final String PERIODICAL_JOB_REGISTERED = - "Pipe 定时任务 {} 注册成功。间隔:{} 秒。"; - public static final String PERIODICAL_JOB_EXECUTOR_STARTED = - "Pipe 定时任务执行器已成功启动。"; - public static final String PERIODICAL_JOB_EXECUTOR_STOPPED = - "Pipe 定时任务执行器已成功停止。"; - public static final String PERIODICAL_JOBS_CLEARED = - "所有 pipe 定时任务已成功清除。"; + public static final String PERIODICAL_JOB_REGISTERED = "Pipe 定时任务 {} 注册成功。间隔:{} 秒。"; + public static final String PERIODICAL_JOB_EXECUTOR_STARTED = "Pipe 定时任务执行器已成功启动。"; + public static final String PERIODICAL_JOB_EXECUTOR_STOPPED = "Pipe 定时任务执行器已成功停止。"; + public static final String PERIODICAL_JOBS_CLEARED = "所有 pipe 定时任务已成功清除。"; // ===================== PipeTaskAgent ===================== public static final String NOT_ENOUGH_MEMORY_FOR_PIPE = "pipe 内存不足。"; public static final String NOT_ENOUGH_MEMORY_FOR_PIPE_FORMAT = - NOT_ENOUGH_MEMORY_FOR_PIPE - + "需要内存:%d 字节,空闲内存:%d 字节,保留内存:%d 字节," - + "总内存:%d 字节"; + NOT_ENOUGH_MEMORY_FOR_PIPE + "需要内存:%d 字节,空闲内存:%d 字节,保留内存:%d 字节," + "总内存:%d 字节"; public static final String NOT_ENOUGH_FLOATING_MEMORY_FOR_PIPE_FORMAT = NOT_ENOUGH_MEMORY_FOR_PIPE + "需要浮动内存:%d 字节,空闲浮动内存:%d 字节"; public static final String UNKNOWN_PIPE_STATUS = "Pipe %s 的状态 %s 未知"; public static final String UNEXPECTED_PIPE_STATUS = "意外的 pipe 状态 %s:"; - public static final String INTERRUPTED_ACQUIRING_READ_LOCK = - "获取 pipeMetaKeeper 读锁时被中断。"; - public static final String INTERRUPTED_ACQUIRING_WRITE_LOCK = - "获取 pipeMetaKeeper 写锁时被中断。"; - public static final String FAILED_TO_HANDLE_SINGLE_PIPE_META_CHANGES = - "处理 pipe {} 的单条元数据变更失败"; + public static final String INTERRUPTED_ACQUIRING_READ_LOCK = "获取 pipeMetaKeeper 读锁时被中断。"; + public static final String INTERRUPTED_ACQUIRING_WRITE_LOCK = "获取 pipeMetaKeeper 写锁时被中断。"; + public static final String FAILED_TO_HANDLE_SINGLE_PIPE_META_CHANGES = "处理 pipe {} 的单条元数据变更失败"; public static final String FAILED_TO_HANDLE_SINGLE_PIPE_META_CHANGES_FORMAT = "处理 pipe %s 的单条元数据变更失败,原因:%s"; public static final String FAILED_TO_DROP_PIPE = "删除 pipe {} 失败"; - public static final String FAILED_TO_DROP_PIPE_FORMAT = - "删除 pipe %s 失败,原因:%s"; - public static final String FAILED_TO_ACQUIRE_LOCK_DROPPING_ALL = - "删除所有 pipe 任务时获取锁失败,将跳过删除"; - public static final String FAILED_TO_DROP_PIPE_WITH_CREATION_TIME = - "删除 pipe {}(创建时间 = {})失败"; - public static final String STOPPED_ALL_PIPES_WITH_CRITICAL_EXCEPTION = - "已停止所有存在严重异常的 pipe。"; - public static final String FAILED_TO_STOP_ALL_PIPES_RETRY = - "停止所有存在严重异常的 pipe 失败,重试次数:{}。"; - public static final String INTERRUPTED_STOPPING_ALL_PIPES = - "尝试停止所有存在严重异常的 pipe 时被中断,异常信息:{}"; - public static final String FAILED_TO_STOP_ALL_PIPES = - "停止所有存在严重异常的 pipe 失败,异常信息:{}"; + public static final String FAILED_TO_DROP_PIPE_FORMAT = "删除 pipe %s 失败,原因:%s"; + public static final String FAILED_TO_ACQUIRE_LOCK_DROPPING_ALL = "删除所有 pipe 任务时获取锁失败,将跳过删除"; + public static final String FAILED_TO_DROP_PIPE_WITH_CREATION_TIME = "删除 pipe {}(创建时间 = {})失败"; + public static final String STOPPED_ALL_PIPES_WITH_CRITICAL_EXCEPTION = "已停止所有存在严重异常的 pipe。"; + public static final String FAILED_TO_STOP_ALL_PIPES_RETRY = "停止所有存在严重异常的 pipe 失败,重试次数:{}。"; + public static final String INTERRUPTED_STOPPING_ALL_PIPES = "尝试停止所有存在严重异常的 pipe 时被中断,异常信息:{}"; + public static final String FAILED_TO_STOP_ALL_PIPES = "停止所有存在严重异常的 pipe 失败,异常信息:{}"; public static final String FAILED_TO_HANDLE_PIPE_META_CHANGES_FORMAT = "处理 pipe %s 的元数据变更失败,原因:%s"; - public static final String FAILED_TO_HANDLE_PIPE_META_CHANGES_LOG = - "处理 pipe %s 的元数据变更失败"; + public static final String FAILED_TO_HANDLE_PIPE_META_CHANGES_LOG = "处理 pipe %s 的元数据变更失败"; public static final String CREATE_PIPE_FAILED_ENCRYPTION = "创建 Pipe %s 失败,因为 TsFile 配置了加密,禁止使用 Pipe"; - public static final String PIPE_ALREADY_CREATED = - "Pipe {}(创建时间 = {})已经创建。当前状态 = {}。跳过创建。"; + public static final String PIPE_ALREADY_CREATED = "Pipe {}(创建时间 = {})已经创建。当前状态 = {}。跳过创建。"; public static final String PIPE_ALREADY_DROPPED_RECREATING = - "Pipe {}(创建时间 = {})已被删除,但 pipe 任务元数据尚未清理。" - + "当前状态 = {}。尝试删除并重新创建。"; - public static final String PIPE_ALREADY_DROPPED_SKIP_NO_CREATION_TIME = - "Pipe {} 已被删除或尚未创建。跳过删除。"; + "Pipe {}(创建时间 = {})已被删除,但 pipe 任务元数据尚未清理。" + "当前状态 = {}。尝试删除并重新创建。"; + public static final String PIPE_ALREADY_DROPPED_SKIP_NO_CREATION_TIME = "Pipe {} 已被删除或尚未创建。跳过删除。"; public static final String PIPE_ALREADY_DROPPED_SKIP_STARTING = "Pipe {}(创建时间 = {})已被删除或尚未创建。跳过启动。"; public static final String PIPE_ALREADY_DROPPED_SKIP_STOPPING = @@ -317,26 +279,18 @@ public final class PipeMessages { "Pipe {}(创建时间 = {})已创建但与停止请求中的创建时间({})不匹配。跳过停止。"; public static final String PIPE_CREATION_TIME_MISMATCH_DROPPING = "Pipe {}(创建时间 = {})已创建但与删除请求中的创建时间({})不匹配。跳过删除。"; - public static final String PIPE_STARTED_CURRENT_STATUS = - "Pipe {}(创建时间 = {})已创建。当前状态 = {}。正在启动。"; - public static final String PIPE_ALREADY_STARTED = - "Pipe {}(创建时间 = {})已经启动。当前状态 = {}。跳过启动。"; + public static final String PIPE_STARTED_CURRENT_STATUS = "Pipe {}(创建时间 = {})已创建。当前状态 = {}。正在启动。"; + public static final String PIPE_ALREADY_STARTED = "Pipe {}(创建时间 = {})已经启动。当前状态 = {}。跳过启动。"; public static final String PIPE_ALREADY_DROPPED_SKIP_STARTING_STATUS = "Pipe {}(创建时间 = {})已被删除。当前状态 = {}。跳过启动。"; - public static final String PIPE_ALREADY_STOPPED = - "Pipe {}(创建时间 = {})已经停止。当前状态 = {}。跳过停止。"; - public static final String PIPE_RUNNING_STOPPING = - "Pipe {}(创建时间 = {})已启动。当前状态 = {}。正在停止。"; + public static final String PIPE_ALREADY_STOPPED = "Pipe {}(创建时间 = {})已经停止。当前状态 = {}。跳过停止。"; + public static final String PIPE_RUNNING_STOPPING = "Pipe {}(创建时间 = {})已启动。当前状态 = {}。正在停止。"; public static final String PIPE_ALREADY_DROPPED_SKIP_STOPPING_STATUS = "Pipe {}(创建时间 = {})已被删除。当前状态 = {}。跳过停止。"; - public static final String CREATE_ALL_PIPE_TASKS = - "Pipe {} 的所有任务在 {} 毫秒内创建成功"; - public static final String DROP_ALL_PIPE_TASKS = - "Pipe {} 的所有任务在 {} 毫秒内删除成功"; - public static final String START_ALL_PIPE_TASKS = - "Pipe {} 的所有任务在 {} 毫秒内启动成功"; - public static final String STOP_ALL_PIPE_TASKS = - "Pipe {} 的所有任务在 {} 毫秒内停止成功"; + public static final String CREATE_ALL_PIPE_TASKS = "Pipe {} 的所有任务在 {} 毫秒内创建成功"; + public static final String DROP_ALL_PIPE_TASKS = "Pipe {} 的所有任务在 {} 毫秒内删除成功"; + public static final String START_ALL_PIPE_TASKS = "Pipe {} 的所有任务在 {} 毫秒内启动成功"; + public static final String STOP_ALL_PIPE_TASKS = "Pipe {} 的所有任务在 {} 毫秒内停止成功"; public static final String PIPE_ALREADY_DROPPED_OR_NOT_CREATED_SKIP = "Pipe {}(创建时间 = {})已被删除或尚未创建。跳过删除。"; public static final String PIPE_STOPPED_CRITICAL_EXCEPTION = @@ -346,19 +300,14 @@ public final class PipeMessages { // ===================== PipeEventCommitManager ===================== - public static final String PIPE_COMMITTER_REGISTERED = - "Pipe committer 已在 region 上注册:{}"; - public static final String PIPE_COMMITTER_OVERWRITING = - "同名 pipe 已在此 region 上注册,将覆盖:{}"; - public static final String PIPE_COMMITTER_DEREGISTERED = - "Pipe committer 已在 region 上注销:{}"; + public static final String PIPE_COMMITTER_REGISTERED = "Pipe committer 已在 region 上注册:{}"; + public static final String PIPE_COMMITTER_OVERWRITING = "同名 pipe 已在此 region 上注册,将覆盖:{}"; + public static final String PIPE_COMMITTER_DEREGISTERED = "Pipe committer 已在 region 上注销:{}"; // ===================== BlockingPendingQueue ===================== - public static final String PENDING_QUEUE_PUT_INTERRUPTED = - "待处理队列 put 操作被中断。"; - public static final String PENDING_QUEUE_POLL_INTERRUPTED = - "待处理队列 poll 操作被中断。"; + public static final String PENDING_QUEUE_PUT_INTERRUPTED = "待处理队列 put 操作被中断。"; + public static final String PENDING_QUEUE_POLL_INTERRUPTED = "待处理队列 poll 操作被中断。"; // ===================== PipeSubtaskExecutor ===================== @@ -373,17 +322,14 @@ public final class PipeMessages { public static final String ON_FAILURE_IGNORED_PIPE_DROPPED = "pipe 子任务 onFailure 回调,因 pipe 已删除而忽略。"; - public static final String INTERRUPTED_WAITING_HIGH_PRIORITY = - "等待高优先级锁任务时被中断。"; + public static final String INTERRUPTED_WAITING_HIGH_PRIORITY = "等待高优先级锁任务时被中断。"; public static final String FAILED_TO_EXECUTE_SUBTASK = "执行子任务 {}(创建时间:{},类名:{})失败,原因:{}。将重试 {} 次。"; public static final String RETRY_EXECUTING_SUBTASK = "重试执行子任务 {}(创建时间:{},类名:{}),重试次数 [{}/{}],上次异常:{}"; - public static final String INTERRUPTED_RETRYING_SUBTASK = - "重试执行子任务 {}(创建时间:{},类名:{})时被中断"; + public static final String INTERRUPTED_RETRYING_SUBTASK = "重试执行子任务 {}(创建时间:{},类名:{})时被中断"; public static final String SUBTASK_RETRY_EXCEEDED_FORMAT = - "执行子任务 %s(创建时间:%s,类名:%s)失败," - + "重试次数超过最大值 %d,上次异常:%s,根因:%s"; + "执行子任务 %s(创建时间:%s,类名:%s)失败," + "重试次数超过最大值 %d,上次异常:%s,根因:%s"; public static final String SUBTASK_EXCEPTION_REPORTED = "最后一个事件是 EnrichedEvent 实例,异常已上报。" + "正在本地停止 pipe 子任务 {}(创建时间:{},类名:{})... " @@ -397,10 +343,8 @@ public final class PipeMessages { "Pipe:%s 不能与 %s 或 %s 同时使用。"; public static final String PATTERN_INCLUSION_CANNOT_BE_USED_WITH_PATH_EXCLUSION = "Pipe:%s 不能与 %s 同时使用。"; - public static final String PATH_AND_PATTERN_CANNOT_BE_USED_TOGETHER = - "Pipe:%s 和 %s 不能同时使用。"; - public static final String PARAMETER_ONLY_SUPPORTS_SINGLE_PATTERN = - "Pipe:参数 %s 当前只支持单个 pattern。"; + public static final String PATH_AND_PATTERN_CANNOT_BE_USED_TOGETHER = "Pipe:%s 和 %s 不能同时使用。"; + public static final String PARAMETER_ONLY_SUPPORTS_SINGLE_PATTERN = "Pipe:参数 %s 当前只支持单个 pattern。"; public static final String FAILED_TO_PERFORM_PATTERN_COVERAGE_CHECK = "Pipe:对 inclusion [{}] 和 exclusion [{}] 执行 pattern 覆盖检查失败。"; public static final String EXCLUSION_PATTERN_FULLY_COVERS_INCLUSION_PATTERN = @@ -421,54 +365,40 @@ public final class PipeMessages { public static final String PIPE_CONNECTION_EXCEPTION_RETRYING = "发生 PipeConnectionException,%s 正在重试与目标系统握手。根因:%s。"; public static final String HANDSHAKE_SUCCESS = "{} 与目标系统握手成功。"; - public static final String HANDSHAKE_FAILED_RETRYING = - "{} 与目标系统握手失败,已重试 {} 次,最多重试 {} 次。根因:{}。"; - public static final String INTERRUPTED_WHILE_SLEEPING_RETRY_HANDSHAKE = - "休眠时被中断,将重试与目标系统握手。"; + public static final String HANDSHAKE_FAILED_RETRYING = "{} 与目标系统握手失败,已重试 {} 次,最多重试 {} 次。根因:{}。"; + public static final String INTERRUPTED_WHILE_SLEEPING_RETRY_HANDSHAKE = "休眠时被中断,将重试与目标系统握手。"; public static final String HANDSHAKE_FAILED_STOPPING = "{} 与目标系统握手在 {} 次尝试后失败," + "正在停止当前子任务 {}(创建时间:{},类名:{})。" + "查询 pipe 时显示的状态将为 'STOPPED'。" + "如需要,请手动执行 'START PIPE' 重新启动任务。"; - public static final String TEMPORARILY_OUT_OF_MEMORY = - "pipe 事件传输时暂时内存不足,将等待内存释放。"; - public static final String EXCEPTION_IN_PIPE_TRANSFER_FORMAT = - "pipe 传输异常,子任务:%s,最后事件:%s,根因:%s"; - public static final String EXCEPTION_IN_PIPE_TRANSFER_IGNORED = - "pipe 传输异常,因 sink 子任务已删除而忽略。{}"; - public static final String PIPE_EXCEPTION_IGNORED = - "{} pipe 传输异常,因 connector 子任务已删除而忽略。{}"; + public static final String TEMPORARILY_OUT_OF_MEMORY = "pipe 事件传输时暂时内存不足,将等待内存释放。"; + public static final String EXCEPTION_IN_PIPE_TRANSFER_FORMAT = "pipe 传输异常,子任务:%s,最后事件:%s,根因:%s"; + public static final String EXCEPTION_IN_PIPE_TRANSFER_IGNORED = "pipe 传输异常,因 sink 子任务已删除而忽略。{}"; + public static final String PIPE_EXCEPTION_IGNORED = "{} pipe 传输异常,因 connector 子任务已删除而忽略。{}"; // ===================== PipeCompressorFactory ===================== public static final String COMPRESSOR_CONFIG_NULL = "PipeCompressorConfig 为空"; - public static final String COMPRESSOR_CONFIG_NAME_NULL = - "PipeCompressorConfig.getName() 为空"; - public static final String CREATE_ZSTD_COMPRESSOR = - "创建新的 PipeZSTDCompressor,压缩级别:{}"; - public static final String COMPRESSOR_NOT_FOUND_BY_NAME = - "未找到名称为 %s 的 PipeCompressor"; - public static final String COMPRESSOR_NOT_FOUND_BY_INDEX = - "未找到索引为 %s 的 PipeCompressor"; + public static final String COMPRESSOR_CONFIG_NAME_NULL = "PipeCompressorConfig.getName() 为空"; + public static final String CREATE_ZSTD_COMPRESSOR = "创建新的 PipeZSTDCompressor,压缩级别:{}"; + public static final String COMPRESSOR_NOT_FOUND_BY_NAME = "未找到名称为 %s 的 PipeCompressor"; + public static final String COMPRESSOR_NOT_FOUND_BY_INDEX = "未找到索引为 %s 的 PipeCompressor"; // ===================== PipeTransferSliceReqHandler ===================== public static final String INVALID_STATE_SLICE = "无效状态:orderId={},originReqType={},originBodySize={},sliceCount={},sliceBodies.size={}"; - public static final String ORDER_ID_MISMATCH = - "Order ID 不匹配:期望 {},实际 {}"; - public static final String SLICE_COUNT_MISMATCH = - "分片数量不匹配:期望 {},实际 {}"; + public static final String ORDER_ID_MISMATCH = "Order ID 不匹配:期望 {},实际 {}"; + public static final String SLICE_COUNT_MISMATCH = "分片数量不匹配:期望 {},实际 {}"; // ===================== IoTDBSink ===================== public static final String IOTDB_SINK_NODE_URLS = "IoTDBSink nodeUrls:{}"; - public static final String IOTDB_SINK_TABLET_BATCH_MODE = - "IoTDBSink isTabletBatchModeEnabled:{}"; + public static final String IOTDB_SINK_TABLET_BATCH_MODE = "IoTDBSink isTabletBatchModeEnabled:{}"; public static final String IOTDB_SINK_MARK_AS_PIPE_REQUEST = "IoTDBSink shouldMarkAsPipeRequest:{}"; - public static final String IOTDB_SINK_SKIP_IF_NO_PRIVILEGES = - "IoTDBSink skipIfNoPrivileges:{}"; + public static final String IOTDB_SINK_SKIP_IF_NO_PRIVILEGES = "IoTDBSink skipIfNoPrivileges:{}"; public static final String HOST_CANNOT_BE_EMPTY = "主机名不能为空"; public static final String PORT_CANNOT_BE_EMPTY = "端口不能为空"; @@ -478,8 +408,7 @@ public final class PipeMessages { "启用 SSL 传输时,请在同一别名下指定完整的 trust-store 参数对:%s 和 %s、%s 和 %s,或 %s 和 %s"; public static final String SSL_KEY_STORE_PATH_AND_PASSWORD_MUST_BE_SPECIFIED_TOGETHER = "SSL key-store 路径和密码必须在同一别名下同时指定:%s 和 %s、%s 和 %s,或 %s 和 %s"; - public static final String SYNC_CLIENT_MANAGER_CLOSED = - "IoTDB sync 客户端管理器已关闭"; + public static final String SYNC_CLIENT_MANAGER_CLOSED = "IoTDB sync 客户端管理器已关闭"; public static final String REDIRECT_FILE_POSITION = "重定向文件位置到 {}。"; // ===================== IoTDBAirGapSink ===================== @@ -488,50 +417,37 @@ public final class PipeMessages { "IoTDBAirGapConnector 自定义握手超时时间:{}。"; public static final String AIR_GAP_CUSTOMIZED_E_LANGUAGE = "IoTDBAirGapConnector 自定义 eLanguageEnable:{}。"; - public static final String CONNECTED_TO_TARGET_SERVER = - "成功连接到目标服务器 ip:{},端口:{}。"; - public static final String FAILED_TO_CLOSE_SOCKET = - "关闭与目标服务器的 socket 失败(ip:{},端口:{}),原因:{}。已忽略。"; - public static final String FAILED_TO_CONNECT_TO_TARGET = - "连接目标服务器失败(ip:{},端口:{}),原因:{}。已忽略。"; - public static final String HANDSHAKE_ERROR_RECEIVING_END = - "握手错误,可能由接收端错误引起。已忽略。根因:{}。"; - public static final String HANDSHAKE_ERROR_WITH_TARGET = - "与目标服务器握手失败,endpoint:%s"; + public static final String CONNECTED_TO_TARGET_SERVER = "成功连接到目标服务器 ip:{},端口:{}。"; + public static final String FAILED_TO_CLOSE_SOCKET = "关闭与目标服务器的 socket 失败(ip:{},端口:{}),原因:{}。已忽略。"; + public static final String FAILED_TO_CONNECT_TO_TARGET = "连接目标服务器失败(ip:{},端口:{}),原因:{}。已忽略。"; + public static final String HANDSHAKE_ERROR_RECEIVING_END = "握手错误,可能由接收端错误引起。已忽略。根因:{}。"; + public static final String HANDSHAKE_ERROR_WITH_TARGET = "与目标服务器握手失败,endpoint:%s"; public static final String HANDSHAKE_SUCCESS_SOCKET = "握手成功。Socket:{}"; public static final String FAILED_TO_CLOSE_CLIENT = "关闭客户端 {} 失败。"; - public static final String UNKNOWN_LOAD_BALANCE_STRATEGY = - "未知的负载均衡策略:{},将使用轮询策略替代。"; + public static final String UNKNOWN_LOAD_BALANCE_STRATEGY = "未知的负载均衡策略:{},将使用轮询策略替代。"; // ===================== IoTDBSyncClientManager ===================== public static final String CLIENT_CLOSED = "客户端 {}:{} 已关闭。"; - public static final String FAILED_TO_CLOSE_CLIENT_ENDPOINT = - "关闭客户端 {}:{} 失败,原因:{}。"; - public static final String FAILED_TO_INIT_CLIENT = - "初始化客户端失败,目标服务器 ip:%s,端口:%s,原因:%s"; + public static final String FAILED_TO_CLOSE_CLIENT_ENDPOINT = "关闭客户端 {}:{} 失败,原因:{}。"; + public static final String FAILED_TO_INIT_CLIENT = "初始化客户端失败,目标服务器 ip:%s,端口:%s,原因:%s"; // ===================== IoTDBNonDataRegionSource ===================== - public static final String CANNOT_GET_NEWEST_SNAPSHOT = - "触发快照后无法获取最新快照。"; + public static final String CANNOT_GET_NEWEST_SNAPSHOT = "触发快照后无法获取最新快照。"; // ===================== PipeInclusionOptions ===================== - public static final String ILLEGAL_PATH_INITIALIZING_OPTIONS = - "初始化 LEGAL_OPTIONS 时遇到非法路径。"; + public static final String ILLEGAL_PATH_INITIALIZING_OPTIONS = "初始化 LEGAL_OPTIONS 时遇到非法路径。"; // ===================== IoTDBTreePattern / TablePattern ===================== - public static final String ILLEGAL_IOTDB_PIPE_PATTERN = - "非法的 IoTDBPipePattern:%s"; + public static final String ILLEGAL_IOTDB_PIPE_PATTERN = "非法的 IoTDBPipePattern:%s"; // ===================== ConcurrentIterableLinkedQueue ===================== public static final String NULL_ELEMENT_NOT_ALLOWED = "不允许空元素。"; - public static final String CALLING_NEXT_ON_CLOSED_ITERATOR = - "在已关闭的迭代器上调用 next(),将返回 null。"; - public static final String INTERRUPTED_WAITING_FOR_NEXT = - "等待下一个元素时被中断。"; + public static final String CALLING_NEXT_ON_CLOSED_ITERATOR = "在已关闭的迭代器上调用 next(),将返回 null。"; + public static final String INTERRUPTED_WAITING_FOR_NEXT = "等待下一个元素时被中断。"; // ===================== PlainQueueSerializer ===================== @@ -539,213 +455,142 @@ public final class PipeMessages { // ===================== AbstractSerializableListeningQueue ===================== - public static final String UNKNOWN_SERIALIZER_TYPE = - "未知的序列化器类型:%s"; + public static final String UNKNOWN_SERIALIZER_TYPE = "未知的序列化器类型:%s"; // ===================== EnrichedEvent ===================== // ===================== PipeEventCommitMetrics ===================== - public static final String FAILED_TO_UNBIND_COMMIT_METRICS = - "从 pipe 事件提交指标解绑失败,事件提交器映射不为空"; + public static final String FAILED_TO_UNBIND_COMMIT_METRICS = "从 pipe 事件提交指标解绑失败,事件提交器映射不为空"; // ===================== PipePhantomReferenceManager ===================== - public static final String CLEAN_PHANTOM_REFERENCES = - "在 {} 毫秒内成功清理 {} 个 pipe 虚引用,剩余引用数:{}"; - public static final String REMAINING_PHANTOM_REFERENCE_COUNT = - "剩余 pipe 虚引用数量:{}"; - public static final String PIPE_EVENT_RESOURCE_LEAK = - "检测到 PIPE 事件资源泄漏({}):{}"; + public static final String CLEAN_PHANTOM_REFERENCES = "在 {} 毫秒内成功清理 {} 个 pipe 虚引用,剩余引用数:{}"; + public static final String REMAINING_PHANTOM_REFERENCE_COUNT = "剩余 pipe 虚引用数量:{}"; + public static final String PIPE_EVENT_RESOURCE_LEAK = "检测到 PIPE 事件资源泄漏({}):{}"; // ===================== PipeSnapshotResourceManager ===================== - public static final String CANNOT_FIND_SNAPSHOT_PATH = - "无法在 pipe 目录中找到 {} 的正确目标快照路径"; - public static final String CANNOT_FIND_SNAPSHOT_PATH_EXCEPTION = - "无法在 pipe 目录中找到 %s 的正确目标快照路径"; + public static final String CANNOT_FIND_SNAPSHOT_PATH = "无法在 pipe 目录中找到 {} 的正确目标快照路径"; + public static final String CANNOT_FIND_SNAPSHOT_PATH_EXCEPTION = "无法在 pipe 目录中找到 %s 的正确目标快照路径"; // ===================== IoTDBReceiverAgent ===================== - public static final String CLEAN_RECEIVER_DIR_SUCCESS = - "清理 pipe 接收目录 {} 成功。"; - public static final String CLEAN_RECEIVER_DIR_FAILED = - "清理 pipe 接收目录 {} 失败。"; - public static final String CREATE_RECEIVER_DIR_SUCCESS = - "创建 pipe 接收目录 {} 成功。"; - public static final String CREATE_RECEIVER_DIR_FAILED = - "创建 pipe 接收目录 {} 失败。"; + public static final String CLEAN_RECEIVER_DIR_SUCCESS = "清理 pipe 接收目录 {} 成功。"; + public static final String CLEAN_RECEIVER_DIR_FAILED = "清理 pipe 接收目录 {} 失败。"; + public static final String CREATE_RECEIVER_DIR_SUCCESS = "创建 pipe 接收目录 {} 成功。"; + public static final String CREATE_RECEIVER_DIR_FAILED = "创建 pipe 接收目录 {} 失败。"; // ===================== PipeReceiverFilePathUtils ===================== - public static final String ILLEGAL_FILENAME_PATH_TRAVERSAL = - "非法文件名:%s(检测到路径遍历)"; + public static final String ILLEGAL_FILENAME_PATH_TRAVERSAL = "非法文件名:%s(检测到路径遍历)"; // ===================== IoTDBFileReceiver ===================== - public static final String RECEIVER_HANDSHAKE_FAILED = - "握手失败,响应状态 = %s。"; - public static final String RECEIVER_HANDSHAKE_FAILED_WITH_ID = - "接收器 id = %s:握手失败,响应状态 = %s。"; - public static final String RECEIVER_HANDSHAKE_FAILED_LOGIN = - "接收器 id = %s:因登录失败导致握手失败,响应状态 = %s。"; + public static final String RECEIVER_HANDSHAKE_FAILED = "握手失败,响应状态 = %s。"; + public static final String RECEIVER_HANDSHAKE_FAILED_WITH_ID = "接收器 id = %s:握手失败,响应状态 = %s。"; + public static final String RECEIVER_HANDSHAKE_FAILED_LOGIN = "接收器 id = %s:因登录失败导致握手失败,响应状态 = %s。"; public static final String RECEIVER_TEMPORARILY_OUT_OF_MEMORY_FORMAT = "执行 %s 时暂时内存不足。请求内存:%d bytes。根因:%s"; - public static final String RECEIVER_USER_LOGIN_SUCCESS = - "接收器 id = {}:用户 {} 登录成功。"; - public static final String RECEIVER_EXITED = - "接收器 id = {}:处理退出:接收器已退出。"; - public static final String RECEIVER_ORIGINAL_DIR_DELETED = - "接收器 id = {}:原始接收文件目录 {} 已删除。"; + public static final String RECEIVER_USER_LOGIN_SUCCESS = "接收器 id = {}:用户 {} 登录成功。"; + public static final String RECEIVER_EXITED = "接收器 id = {}:处理退出:接收器已退出。"; + public static final String RECEIVER_ORIGINAL_DIR_DELETED = "接收器 id = {}:原始接收文件目录 {} 已删除。"; public static final String RECEIVER_FAILED_DELETE_ORIGINAL_DIR = "接收器 id = %s:删除原始接收文件目录 %s 失败,原因:%s。"; - public static final String RECEIVER_ORIGINAL_DIR_NOT_EXIST = - "接收器 id = {}:原始接收文件目录 {} 不存在。无需删除。"; - public static final String RECEIVER_DIR_NULL_NO_DELETE = - "接收器 id = {}:当前接收文件目录为空。无需删除。"; + public static final String RECEIVER_ORIGINAL_DIR_NOT_EXIST = "接收器 id = {}:原始接收文件目录 {} 不存在。无需删除。"; + public static final String RECEIVER_DIR_NULL_NO_DELETE = "接收器 id = {}:当前接收文件目录为空。无需删除。"; public static final String RECEIVER_FAILED_INIT_FOLDER_FULL = "接收器 id = %s:初始化 pipe 接收文件目录管理器失败,所有磁盘目录已满。"; public static final String RECEIVER_FAILED_CREATE_FOLDER_FULL = "接收器 id = %s:创建 pipe 接收文件目录失败,所有磁盘目录已满。"; public static final String RECEIVER_HANDSHAKE_SUCCESS = "接收器 id = {}:握手成功!发送方主机 = {},端口 = {}。接收文件目录 = {}。"; - public static final String RECEIVER_FAILED_CREATE_DIR = - "接收器 id = %s:创建接收文件目录 %s 失败。"; - public static final String RECEIVER_FAILED_CREATE_DIR_STATUS = - "创建接收文件目录 %s 失败。"; - public static final String RECEIVER_CANNOT_GET_CLUSTER_ID = - "接收器无法从配置节点获取 clusterId。"; - public static final String RECEIVER_NO_CLUSTER_ID_IN_REQUEST = - "握手请求中不包含 clusterId。"; - public static final String RECEIVER_SAME_CLUSTER = - "接收器和发送器来自同一集群 %s。"; - public static final String RECEIVER_NO_TIMESTAMP_PRECISION = - "握手请求中不包含 timestampPrecision。"; + public static final String RECEIVER_FAILED_CREATE_DIR = "接收器 id = %s:创建接收文件目录 %s 失败。"; + public static final String RECEIVER_FAILED_CREATE_DIR_STATUS = "创建接收文件目录 %s 失败。"; + public static final String RECEIVER_CANNOT_GET_CLUSTER_ID = "接收器无法从配置节点获取 clusterId。"; + public static final String RECEIVER_NO_CLUSTER_ID_IN_REQUEST = "握手请求中不包含 clusterId。"; + public static final String RECEIVER_SAME_CLUSTER = "接收器和发送器来自同一集群 %s。"; + public static final String RECEIVER_NO_TIMESTAMP_PRECISION = "握手请求中不包含 timestampPrecision。"; public static final String RECEIVER_TIMESTAMP_PRECISION_MISMATCH = "IoTDB 接收器的时间精度为 %s,connector 的时间精度为 %s。校验失败。"; - public static final String RECEIVER_FAILED_LOGIN = - "接收器 id = %s:登录失败,用户名 = %s,响应 = %s。"; - public static final String RECEIVER_FILE_OFFSET_RESET = - "接收器 id = %s:接收器请求文件偏移量重置,响应状态 = %s。"; - public static final String RECEIVER_FAILED_WRITE_FILE_PIECE = - "接收器 id = %s:写入文件片段失败,请求 %s。"; - public static final String FAILED_TO_WRITE_FILE_PIECE = - "写入文件片段失败,原因:%s"; + public static final String RECEIVER_FAILED_LOGIN = "接收器 id = %s:登录失败,用户名 = %s,响应 = %s。"; + public static final String RECEIVER_FILE_OFFSET_RESET = "接收器 id = %s:接收器请求文件偏移量重置,响应状态 = %s。"; + public static final String RECEIVER_FAILED_WRITE_FILE_PIECE = "接收器 id = %s:写入文件片段失败,请求 %s。"; + public static final String FAILED_TO_WRITE_FILE_PIECE = "写入文件片段失败,原因:%s"; public static final String RECEIVER_WRITING_FILE_NOT_EXIST = "接收器 id = {}:写入文件 {} 不存在或名称不正确,尝试创建。当前写入文件为 {}。"; - public static final String RECEIVER_FILE_DIR_CREATED = - "接收器 id = {}:接收文件目录 {} 已创建。"; - public static final String RECEIVER_FAILED_CREATE_FILE_DIR = - "接收器 id = {}:创建接收文件目录 {} 失败。"; - public static final String RECEIVER_WRITING_FILE_CREATED = - "接收器 id = {}:写入文件 {} 已创建。准备写入文件片段。"; - public static final String RECEIVER_ILLEGAL_FILENAME = - "接收器 id = %s:检查写入文件时遇到非法文件名 %s。"; - public static final String RECEIVER_PATH_TRAVERSAL = - "接收器 id = {}:检测到路径遍历攻击!文件名:{}"; - public static final String RECEIVER_WRITER_CLOSED = - "接收器 id = {}:当前写入文件 writer {} 已关闭,长度 {}。"; + public static final String RECEIVER_FILE_DIR_CREATED = "接收器 id = {}:接收文件目录 {} 已创建。"; + public static final String RECEIVER_FAILED_CREATE_FILE_DIR = "接收器 id = {}:创建接收文件目录 {} 失败。"; + public static final String RECEIVER_WRITING_FILE_CREATED = "接收器 id = {}:写入文件 {} 已创建。准备写入文件片段。"; + public static final String RECEIVER_ILLEGAL_FILENAME = "接收器 id = %s:检查写入文件时遇到非法文件名 %s。"; + public static final String RECEIVER_PATH_TRAVERSAL = "接收器 id = {}:检测到路径遍历攻击!文件名:{}"; + public static final String RECEIVER_WRITER_CLOSED = "接收器 id = {}:当前写入文件 writer {} 已关闭,长度 {}。"; public static final String RECEIVER_FAILED_CLOSE_WRITER = "接收器 id = %s:关闭当前写入文件 writer %s 失败,原因:%s。"; - public static final String RECEIVER_WRITER_NULL = - "接收器 id = {}:当前写入文件 writer 为空。无需关闭。"; - public static final String RECEIVER_FILE_NULL = - "接收器 id = {}:当前写入文件为空。无需删除。"; - public static final String RECEIVER_ORIGINAL_FILE_DELETED = - "接收器 id = {}:原始写入文件 {} 已删除。"; - public static final String RECEIVER_FAILED_DELETE_FILE = - "接收器 id = %s:删除原始写入文件 %s 失败,原因:%s。"; - public static final String RECEIVER_ORIGINAL_FILE_NOT_EXIST = - "接收器 id = {}:原始文件 {} 不存在。无需删除。"; + public static final String RECEIVER_WRITER_NULL = "接收器 id = {}:当前写入文件 writer 为空。无需关闭。"; + public static final String RECEIVER_FILE_NULL = "接收器 id = {}:当前写入文件为空。无需删除。"; + public static final String RECEIVER_ORIGINAL_FILE_DELETED = "接收器 id = {}:原始写入文件 {} 已删除。"; + public static final String RECEIVER_FAILED_DELETE_FILE = "接收器 id = %s:删除原始写入文件 %s 失败,原因:%s。"; + public static final String RECEIVER_ORIGINAL_FILE_NOT_EXIST = "接收器 id = {}:原始文件 {} 不存在。无需删除。"; public static final String RECEIVER_FILE_OFFSET_MISMATCH = "接收器 id = %s:写入文件 %s 的偏移量为 %s,但请求发送方的偏移量为 %s。"; public static final String RECEIVER_FILE_NOT_AVAILABLE = - "接收器 id = {}:写入文件 {} 不可用。" - + "写入文件为空:{},写入文件存在:{},写入文件 writer 为空:{}。"; - public static final String FAILED_TO_SEAL_FILE_NOT_AVAILABLE = - "封存文件失败,因为写入文件 %s 不可用。"; - public static final String FAILED_TO_SEAL_FILE_WRITING_FILE_MISMATCH = - "封存文件 %s 失败,因为写入文件为 %s。"; + "接收器 id = {}:写入文件 {} 不可用。" + "写入文件为空:{},写入文件存在:{},写入文件 writer 为空:{}。"; + public static final String FAILED_TO_SEAL_FILE_NOT_AVAILABLE = "封存文件失败,因为写入文件 %s 不可用。"; + public static final String FAILED_TO_SEAL_FILE_WRITING_FILE_MISMATCH = "封存文件 %s 失败,因为写入文件为 %s。"; public static final String RECEIVER_FAILED_SEAL_FILE_WRITING = "接收器 id = %s:封存文件 %s 失败,因为写入文件为 %s。"; - public static final String FAILED_TO_SEAL_FILE_NOT_EXIST = - "封存文件 %s 失败,文件不存在。"; + public static final String FAILED_TO_SEAL_FILE_NOT_EXIST = "封存文件 %s 失败,文件不存在。"; public static final String RECEIVER_FAILED_SEAL_FILE_NOT_EXIST = "接收器 id = %s:封存文件 %s 失败,因为文件不存在。"; public static final String FAILED_TO_SEAL_FILE_LENGTH_INCORRECT = - "封存文件 %s 失败,文件长度不正确。" - + "原始文件长度为 %s,但接收文件长度为 %s。"; + "封存文件 %s 失败,文件长度不正确。" + "原始文件长度为 %s,但接收文件长度为 %s。"; public static final String RECEIVER_FAILED_SEAL_FILE_LENGTH_INCORRECT = - "接收器 id = %s:封存文件 %s 失败,文件长度不正确。" - + "原始文件长度为 %s,但接收文件长度为 %s。"; - public static final String RECEIVER_SEAL_FILE_SUCCESS = - "接收器 id = {}:封存文件 {} 成功。"; - public static final String RECEIVER_FAILED_SEAL_FILE = - "接收器 id = %s:封存文件 %s 失败,原因:%s。"; - public static final String RECEIVER_FAILED_SEAL_FILE_STATUS = - "接收器 id = %s:封存文件 %s 失败,状态为 %s。"; - public static final String RECEIVER_FAILED_SEAL_FILE_FROM_REQ = - "接收器 id = %s:从请求 %s 封存文件 %s 失败。"; - public static final String FAILED_TO_SEAL_FILE = - "封存文件 %s 失败,原因:%s"; - public static final String FAILED_TO_SEAL_FILE_MULTI = - "封存文件 %s 失败,因为写入文件 %s 不可用。"; - public static final String REQUEST_SENDER_RESET_OFFSET = - "请求发送方将文件读取器偏移量从 %s 重置为 %s。"; - public static final String RECEIVER_EXIT_WRITER_CLOSED = - "接收器 id = {}:处理退出:写入文件 writer 已关闭。"; + "接收器 id = %s:封存文件 %s 失败,文件长度不正确。" + "原始文件长度为 %s,但接收文件长度为 %s。"; + public static final String RECEIVER_SEAL_FILE_SUCCESS = "接收器 id = {}:封存文件 {} 成功。"; + public static final String RECEIVER_FAILED_SEAL_FILE = "接收器 id = %s:封存文件 %s 失败,原因:%s。"; + public static final String RECEIVER_FAILED_SEAL_FILE_STATUS = "接收器 id = %s:封存文件 %s 失败,状态为 %s。"; + public static final String RECEIVER_FAILED_SEAL_FILE_FROM_REQ = "接收器 id = %s:从请求 %s 封存文件 %s 失败。"; + public static final String FAILED_TO_SEAL_FILE = "封存文件 %s 失败,原因:%s"; + public static final String FAILED_TO_SEAL_FILE_MULTI = "封存文件 %s 失败,因为写入文件 %s 不可用。"; + public static final String REQUEST_SENDER_RESET_OFFSET = "请求发送方将文件读取器偏移量从 %s 重置为 %s。"; + public static final String RECEIVER_EXIT_WRITER_CLOSED = "接收器 id = {}:处理退出:写入文件 writer 已关闭。"; public static final String RECEIVER_EXIT_CLOSE_WRITER_ERROR = "接收器 id = {}:处理退出:关闭写入文件 writer 出错。"; - public static final String RECEIVER_EXIT_WRITER_NULL = - "接收器 id = {}:处理退出:写入文件 writer 为空。无需关闭。"; - public static final String RECEIVER_EXIT_FILE_DELETED = - "接收器 id = {}:处理退出:写入文件 {} 已删除。"; - public static final String RECEIVER_EXIT_DELETE_FILE_ERROR = - "接收器 id = {}:处理退出:删除写入文件 {} 出错。"; - public static final String RECEIVER_EXIT_FILE_NULL = - "接收器 id = {}:处理退出:写入文件为空。无需删除。"; - public static final String RECEIVER_EXIT_DIR_DELETED = - "接收器 id = {}:处理退出:原始接收文件目录 {} 已删除。"; - public static final String RECEIVER_EXIT_DELETE_DIR_ERROR = - "接收器 id = {}:处理退出:删除原始接收文件目录 {} 出错。"; - public static final String RECEIVER_EXIT_DIR_NOT_EXIST = - "接收器 id = {}:处理退出:原始接收文件目录 {} 不存在。无需删除。"; - public static final String RECEIVER_EXIT_DIR_NULL = - "接收器 id = {}:处理退出:原始接收文件目录为空。无需删除。"; + public static final String RECEIVER_EXIT_WRITER_NULL = "接收器 id = {}:处理退出:写入文件 writer 为空。无需关闭。"; + public static final String RECEIVER_EXIT_FILE_DELETED = "接收器 id = {}:处理退出:写入文件 {} 已删除。"; + public static final String RECEIVER_EXIT_DELETE_FILE_ERROR = "接收器 id = {}:处理退出:删除写入文件 {} 出错。"; + public static final String RECEIVER_EXIT_FILE_NULL = "接收器 id = {}:处理退出:写入文件为空。无需删除。"; + public static final String RECEIVER_EXIT_DIR_DELETED = "接收器 id = {}:处理退出:原始接收文件目录 {} 已删除。"; + public static final String RECEIVER_EXIT_DELETE_DIR_ERROR = "接收器 id = {}:处理退出:删除原始接收文件目录 {} 出错。"; + public static final String RECEIVER_EXIT_DIR_NOT_EXIST = "接收器 id = {}:处理退出:原始接收文件目录 {} 不存在。无需删除。"; + public static final String RECEIVER_EXIT_DIR_NULL = "接收器 id = {}:处理退出:原始接收文件目录为空。无需删除。"; // ===================== PipeReceiverStatusHandler ===================== - public static final String IOT_CONSENSUS_RETRY_WITH_INTERVAL = - "IoTConsensusV2:将以递增间隔重试。状态:{}"; - public static final String IOT_CONSENSUS_WILL_NOT_RETRY = - "IoTConsensusV2:将不再重试。状态:{}"; - public static final String IDEMPOTENT_CONFLICT_IGNORED = - "幂等冲突异常:将被忽略。状态:{}"; - public static final String TEMPORARY_UNAVAILABLE_RETRY = - "临时不可用异常:将无限重试。状态:%s,消息:%s"; - public static final String USER_CONFLICT_IGNORED = - "{}:无权限时跳过。将被忽略。事件:{}。状态:{}"; - public static final String USER_CONFLICT_RETRY_TIMEOUT = - "用户冲突异常:重试超时。将被忽略。事件:{}。状态:{}"; - public static final String USER_CONFLICT_WILL_RETRY = - "用户冲突异常:将重试 {}。状态:{}"; + public static final String IOT_CONSENSUS_RETRY_WITH_INTERVAL = "IoTConsensusV2:将以递增间隔重试。状态:{}"; + public static final String IOT_CONSENSUS_WILL_NOT_RETRY = "IoTConsensusV2:将不再重试。状态:{}"; + public static final String IDEMPOTENT_CONFLICT_IGNORED = "幂等冲突异常:将被忽略。状态:{}"; + public static final String TEMPORARY_UNAVAILABLE_RETRY = "临时不可用异常:将无限重试。状态:%s,消息:%s"; + public static final String USER_CONFLICT_IGNORED = "{}:无权限时跳过。将被忽略。事件:{}。状态:{}"; + public static final String USER_CONFLICT_RETRY_TIMEOUT = "用户冲突异常:重试超时。将被忽略。事件:{}。状态:{}"; + public static final String USER_CONFLICT_WILL_RETRY = "用户冲突异常:将重试 {}。状态:{}"; public static final String MESSAGE_FOR_AT_LEAST_ADE37405 = "至少 "; - public static final String USER_CONFLICT_NOT_ALLOWED = - "用户冲突异常:因不允许重试而被忽略。事件:{}。状态:{}"; - public static final String OTHER_EXCEPTION_RETRY_TIMEOUT = - "{}:重试超时。将被忽略。事件:{}。状态:{}"; - public static final String OTHER_EXCEPTION_RETRY_FOREVER = - "%s:将无限重试。状态:%s,消息:%s"; - public static final String OTHER_EXCEPTION_RETRY_SECONDS = - "{}:将至少重试 {} 秒。状态:{}"; + public static final String USER_CONFLICT_NOT_ALLOWED = "用户冲突异常:因不允许重试而被忽略。事件:{}。状态:{}"; + public static final String OTHER_EXCEPTION_RETRY_TIMEOUT = "{}:重试超时。将被忽略。事件:{}。状态:{}"; + public static final String OTHER_EXCEPTION_RETRY_FOREVER = "%s:将无限重试。状态:%s,消息:%s"; + public static final String OTHER_EXCEPTION_RETRY_SECONDS = "{}:将至少重试 {} 秒。状态:{}"; private PipeMessages() {} public static final String THROWING_EXCEPTION_IN_VALIDATE = "在 validate 中抛出异常"; public static final String THROWING_EXCEPTION_IN_CUSTOMIZE = "在 customize 中抛出异常"; - public static final String THROWING_EXCEPTION_IN_PROCESS_TABLET = "在 process(TabletInsertionEvent, EventCollector) 中抛出异常"; - public static final String THROWING_EXCEPTION_IN_PROCESS_TSFILE = "在 process(TsFileInsertionEvent, EventCollector) 中抛出异常"; - public static final String THROWING_EXCEPTION_IN_PROCESS_EVENT = "在 process(Event, EventCollector) 中抛出异常"; + public static final String THROWING_EXCEPTION_IN_PROCESS_TABLET = + "在 process(TabletInsertionEvent, EventCollector) 中抛出异常"; + public static final String THROWING_EXCEPTION_IN_PROCESS_TSFILE = + "在 process(TsFileInsertionEvent, EventCollector) 中抛出异常"; + public static final String THROWING_EXCEPTION_IN_PROCESS_EVENT = + "在 process(Event, EventCollector) 中抛出异常"; public static final String THROWING_EXCEPTION_IN_CLOSE = "在 close 中抛出异常"; public static final String ILLEGAL_DB_OR_TABLE_PATTERN = "非法的数据库或表模式。详情:"; public static final String EVENT_NOT_SUPPORT_BINDING_PROGRESS_INDEX = "该事件不支持绑定 progressIndex。"; @@ -758,15 +603,13 @@ private PipeMessages() {} // ===================== PipePluginExecutableManager (additional) ===================== - public static final String FAILED_TO_COMPUTE_MD5 = - "注册函数 %s 失败,因为计算函数 %s 的 jar 文件 MD5 时发生错误 "; + public static final String FAILED_TO_COMPUTE_MD5 = "注册函数 %s 失败,因为计算函数 %s 的 jar 文件 MD5 时发生错误 "; // ===================== PipeInclusionOptions (additional) ===================== public static final String ILLEGAL_OPTIONS_CHECKING_PRESENCE = "检查是否存在至少一个选项时解析到非法选项(inclusion:{},exclusion:{}):{}"; - public static final String ILLEGAL_OPTIONS_CHECKING_LEGAL = - "检查所有选项是否合法时解析到非法选项 {}:{}"; + public static final String ILLEGAL_OPTIONS_CHECKING_LEGAL = "检查所有选项是否合法时解析到非法选项 {}:{}"; // ===================== PipeEventCommitMetrics (additional) ===================== @@ -778,36 +621,27 @@ private PipeMessages() {} public static final String FAILED_TO_CLOSE_CLIENT_WITH_TARGET = "关闭与目标服务器的客户端失败(ip:{},端口:{}),原因:{}。已忽略。"; public static final String HANDSHAKE_ERROR_WITH_TARGET_RETRY = - "与目标服务器握手出错(ip:{},端口:{}),原因:{}。" - + "将使用 PipeTransferHandshakeV1Req 重试握手。"; - public static final String HANDSHAKE_ERROR_WITH_TARGET_SERVER = - "与目标服务器握手出错(ip:{},端口:{}),原因:{}。"; - public static final String HANDSHAKE_SUCCESS_TARGET = - "握手成功。目标服务器 ip:{},端口:{}"; - public static final String ALL_CLIENTS_DEAD = - "所有客户端均不可用,请检查与接收器的连接。"; - public static final String ALL_SOCKETS_DEAD = - "所有 socket 均不可用,请检查与接收器的连接。"; - public static final String ALL_TARGET_SERVERS_NOT_AVAILABLE = - "所有目标服务器 %s 均不可用。"; + "与目标服务器握手出错(ip:{},端口:{}),原因:{}。" + "将使用 PipeTransferHandshakeV1Req 重试握手。"; + public static final String HANDSHAKE_ERROR_WITH_TARGET_SERVER = "与目标服务器握手出错(ip:{},端口:{}),原因:{}。"; + public static final String HANDSHAKE_SUCCESS_TARGET = "握手成功。目标服务器 ip:{},端口:{}"; + public static final String ALL_CLIENTS_DEAD = "所有客户端均不可用,请检查与接收器的连接。"; + public static final String ALL_SOCKETS_DEAD = "所有 socket 均不可用,请检查与接收器的连接。"; + public static final String ALL_TARGET_SERVERS_NOT_AVAILABLE = "所有目标服务器 %s 均不可用。"; // ===================== IoTDBAirGapSink (additional) ===================== public static final String BATCH_MODE_NOT_SUPPORTED = "参数中启用了批量模式。IoTDBAirGapConnector 不支持批量模式。已禁用批量模式。"; - public static final String FAILED_TO_RECONNECT = - "重新连接目标服务器失败,原因:{}。稍后将重试连接。"; + public static final String FAILED_TO_RECONNECT = "重新连接目标服务器失败,原因:{}。稍后将重试连接。"; // ===================== IoTDBReceiverAgent (additional) ===================== - public static final String RECEIVER_VERSION_MISMATCH = - "接收器版本 {} 与发送器版本 {} 不同,接收器将被重置为发送器版本。"; + public static final String RECEIVER_VERSION_MISMATCH = "接收器版本 {} 与发送器版本 {} 不同,接收器将被重置为发送器版本。"; public static final String UNSUPPORTED_PIPE_VERSION = "不支持的 pipe 版本 %d"; // ===================== PipeEventCommitManager (additional) ===================== - public static final String FAILED_TO_MARK_COMMIT_RATE = - "标记 pipe 任务提交速率失败:{},堆栈跟踪:{}"; + public static final String FAILED_TO_MARK_COMMIT_RATE = "标记 pipe 任务提交速率失败:{},堆栈跟踪:{}"; public static final String STALE_PIPE_EVENT_COMMITTER = "过期的 PipeEventCommitter({}),提交事件:{},当前重启次数 {}"; public static final String MISSING_PIPE_EVENT_COMMITTER = @@ -815,8 +649,7 @@ private PipeMessages() {} // ===================== IoTDBSink (additional) ===================== - public static final String PARSE_URL_ERROR = - "解析目标服务器节点 URL 时发生异常:{}"; + public static final String PARSE_URL_ERROR = "解析目标服务器节点 URL 时发生异常:{}"; public static final String PARSE_URL_ERROR_MESSAGE = "解析目标服务器节点 URL 时发生错误,请检查指定的 'host':'port' 或 'node-urls'"; // ===================== SubscriptionConfig (printAllConfigs) ===================== @@ -877,61 +710,127 @@ private PipeMessages() {} // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- - public static final String EXCEPTION_UNSUPPORTED_PIPERUNTIMEEXCEPTION_TYPE_ARG_C5D5D84C = "不支持的 PipeRuntimeException 类型 %s."; + public static final String EXCEPTION_UNSUPPORTED_PIPERUNTIMEEXCEPTION_TYPE_ARG_C5D5D84C = + "不支持的 PipeRuntimeException 类型 %s."; public static final String LOG_SUBSCRIPTIONENABLED_ARG_6F9EC0F9 = "SubscriptionEnabled: {}"; - public static final String LOG_SUBSCRIPTIONCONSENSUSPREFETCHEXECUTORMAXTHREADNUM_ARG_94D0BD76 = "SubscriptionConsensusPrefetchExecutorMaxThreadNum: {}"; - public static final String LOG_SUBSCRIPTIONCONSENSUSBATCHMAXDELAYINMS_ARG_38C2CB8B = "SubscriptionConsensusBatchMaxDelayInMs: {}"; - public static final String LOG_SUBSCRIPTIONCONSENSUSBATCHMAXSIZEINBYTES_ARG_F8D28441 = "SubscriptionConsensusBatchMaxSizeInBytes: {}"; - public static final String LOG_SUBSCRIPTIONCONSENSUSBATCHMAXTABLETCOUNT_ARG_60BB1D6A = "SubscriptionConsensusBatchMaxTabletCount: {}"; - public static final String LOG_SUBSCRIPTIONCONSENSUSBATCHMAXWALENTRIES_ARG_9BF1CAE4 = "SubscriptionConsensusBatchMaxWalEntries: {}"; - public static final String LOG_SUBSCRIPTIONCONSENSUSIDLESAFETIMEBARRIERINTERVALMS_ARG_A6944544 = "SubscriptionConsensusIdleSafeTimeBarrierIntervalMs: {}"; - public static final String EXCEPTION_UNEXPECTED_EOF_READING_REGION_PROGRESS_KEY_LENGTH_EBC10484 = "读取 region progress key 长度时遇到意外 EOF"; - public static final String EXCEPTION_UNEXPECTED_EOF_READING_REGION_PROGRESS_KEY_C1532EAE = "读取 region progress key 时遇到意外 EOF"; - public static final String EXCEPTION_UNEXPECTED_EOF_READING_REGION_PROGRESS_VALUE_LENGTH_D95F9CE0 = "读取 region progress value 长度时遇到意外 EOF"; - public static final String EXCEPTION_UNEXPECTED_EOF_READING_REGION_PROGRESS_VALUE_A459C521 = "读取 region progress value 时遇到意外 EOF"; - public static final String EXCEPTION_INVALID_REGION_PROGRESS_ENTRY_COUNT_B43DED2F = "region progress entry 数量无效:%d"; - public static final String EXCEPTION_INVALID_REGION_PROGRESS_KEY_LENGTH_7C3A3C98 = "region progress key 长度无效:%d"; - public static final String EXCEPTION_INVALID_REGION_PROGRESS_VALUE_LENGTH_6192D17F = "region progress value 长度无效:%d"; - public static final String EXCEPTION_FAILED_ADD_SUBSCRIPTION_CONSUMER_GROUP_META_CONSUMER_ARG_DOES_NOT_EF08EE87 = "添加 subscription 到 consumer group meta 失败:consumer %s 不存在于 consumer group %s"; - public static final String EXCEPTION_FAILED_REMOVE_SUBSCRIPTION_CONSUMER_GROUP_META_CONSUMER_ARG_DOES_NOT_75C319C3 = "从 consumer group meta 移除 subscription 失败:consumer %s 不存在于 consumer group %s"; - public static final String EXCEPTION_FAILED_TO_CREATE_CONSUMER_ARG_BECAUSE_INCONSISTENT_SQL_DIALECT_UNDER_THE_SAME_CONSUMER_GROUP_EXPECTED_ARG_ACTUAL_ARG_A7DA3FB9 = "创建 consumer %s 失败,因为同一 consumer group 下的 SQL dialect 不一致,预期为 %s,实际为 %s"; - public static final String EXCEPTION_PATH_PATTERN_ARG_NOT_VALID_SOURCE_ONLY_PREFIX_FULL_PATH_784778B8 = "路径模式 %s 对 source 无效。仅允许前缀或完整路径。"; - public static final String EXCEPTION_CAPTURE_TREE_CAN_NOT_SPECIFIED_FALSE_DOUBLE_LIVING_ENABLED_29A08445 = "启用 double living 时,capture.tree 不能指定为 false"; - public static final String EXCEPTION_CAPTURE_TABLE_CAN_NOT_SPECIFIED_FALSE_DOUBLE_LIVING_ENABLED_8AEB8F7B = "启用 double living 时,capture.table 不能指定为 false"; - public static final String EXCEPTION_FORWARDING_PIPE_REQUESTS_CAN_NOT_SPECIFIED_TRUE_DOUBLE_LIVING_ENABLED_B000E8A1 = "启用 double living 时,forwarding-pipe-requests 不能指定为 true"; - public static final String EXCEPTION_PARAMETERS_SET_ARG_NOT_ALLOWED_SKIPIF_2B9AA054 = "参数集 %s 中的参数不允许用于 'skipif'"; - public static final String LOG_USER_CONFLICT_EXCEPTION_DISCARDED_DATA_INFO_BECAUSE_ARG_DATA_ARG_CCE510A5 = "用户冲突异常:已丢弃数据信息,原因:{}。数据:{}。接收端消息:{}。状态:{}"; - public static final String LOG_RE_INCREASE_REFERENCE_COUNT_EVENT_HAS_ALREADY_BEEN_RELEASED_ARG_B8DAAAEE = "对已释放的 event 重新增加引用计数:{},堆栈跟踪:{}"; - public static final String LOG_INCREASE_REFERENCE_COUNT_FAILED_ENRICHEDEVENT_ARG_STACK_TRACE_ARG_94C472FC = "增加引用计数失败,EnrichedEvent: {},堆栈跟踪: {}"; - public static final String LOG_DECREASE_REFERENCE_COUNT_EVENT_HAS_ALREADY_BEEN_RELEASED_ARG_STACK_99FCAB8B = "减少已释放 event 的引用计数:{},堆栈跟踪:{}"; - public static final String LOG_RESOURCE_REFERENCE_COUNT_DECREASED_0_BUT_FAILED_RELEASE_RESOURCE_ENRICHEDEVENT_A02A86AF = - "资源引用计数已降为 0,但释放资源失败,EnrichedEvent:{},堆栈跟踪:{}"; - public static final String LOG_REFERENCE_COUNT_DECREASED_ARG_EVENT_ARG_STACK_TRACE_ARG_A4BF56FC = "引用计数已降至 {},event: {},堆栈跟踪: {}"; - public static final String LOG_DECREASE_REFERENCE_COUNT_FAILED_ENRICHEDEVENT_ARG_STACK_TRACE_ARG_6A2024AB = "减少引用计数失败,EnrichedEvent: {},堆栈跟踪: {}"; - public static final String LOG_BROKEN_INVARIANT_DETECT_INVISIBLE_EXTRACTOR_PARAMETERS_ARG_ADAD3038 = "不变量被破坏:检测到不可见的 extractor 参数 {}"; - public static final String LOG_UNKNOWN_PATTERN_FORMAT_ARG_USE_PREFIX_MATCHING_FORMAT_DEFAULT_E7B9EFEC = "未知模式格式:{},默认使用前缀匹配格式。"; - public static final String LOG_PIPE_LISTENING_QUEUE_SNAPSHOT_CACHE_UPDATED_ARG_414EE914 = "Pipe listening queue 快照缓存已更新:{}"; - public static final String LOG_FAILED_SERIALIZE_FILE_BECAUSE_FILE_ARG_ALREADY_EXIST_FACC5C4C = "序列化到文件失败,原因:文件 {} 已存在。"; - public static final String LOG_FAILED_DESERIALIZE_FILE_FILE_ARG_DOES_NOT_EXIST_2356708C = "从文件反序列化失败,文件 {} 不存在。"; - public static final String EXCEPTION_UNKNOWN_PIPE_RUNTIME_META_VERSION_C2F4B575 = "未知的 pipe runtime meta 版本: "; + public static final String LOG_SUBSCRIPTIONCONSENSUSPREFETCHEXECUTORMAXTHREADNUM_ARG_94D0BD76 = + "SubscriptionConsensusPrefetchExecutorMaxThreadNum: {}"; + public static final String LOG_SUBSCRIPTIONCONSENSUSBATCHMAXDELAYINMS_ARG_38C2CB8B = + "SubscriptionConsensusBatchMaxDelayInMs: {}"; + public static final String LOG_SUBSCRIPTIONCONSENSUSBATCHMAXSIZEINBYTES_ARG_F8D28441 = + "SubscriptionConsensusBatchMaxSizeInBytes: {}"; + public static final String LOG_SUBSCRIPTIONCONSENSUSBATCHMAXTABLETCOUNT_ARG_60BB1D6A = + "SubscriptionConsensusBatchMaxTabletCount: {}"; + public static final String LOG_SUBSCRIPTIONCONSENSUSBATCHMAXWALENTRIES_ARG_9BF1CAE4 = + "SubscriptionConsensusBatchMaxWalEntries: {}"; + public static final String LOG_SUBSCRIPTIONCONSENSUSIDLESAFETIMEBARRIERINTERVALMS_ARG_A6944544 = + "SubscriptionConsensusIdleSafeTimeBarrierIntervalMs: {}"; + public static final String EXCEPTION_UNEXPECTED_EOF_READING_REGION_PROGRESS_KEY_LENGTH_EBC10484 = + "读取 region progress key 长度时遇到意外 EOF"; + public static final String EXCEPTION_UNEXPECTED_EOF_READING_REGION_PROGRESS_KEY_C1532EAE = + "读取 region progress key 时遇到意外 EOF"; + public static final String + EXCEPTION_UNEXPECTED_EOF_READING_REGION_PROGRESS_VALUE_LENGTH_D95F9CE0 = + "读取 region progress value 长度时遇到意外 EOF"; + public static final String EXCEPTION_UNEXPECTED_EOF_READING_REGION_PROGRESS_VALUE_A459C521 = + "读取 region progress value 时遇到意外 EOF"; + public static final String EXCEPTION_INVALID_REGION_PROGRESS_ENTRY_COUNT_B43DED2F = + "region progress entry 数量无效:%d"; + public static final String EXCEPTION_INVALID_REGION_PROGRESS_KEY_LENGTH_7C3A3C98 = + "region progress key 长度无效:%d"; + public static final String EXCEPTION_INVALID_REGION_PROGRESS_VALUE_LENGTH_6192D17F = + "region progress value 长度无效:%d"; + public static final String + EXCEPTION_FAILED_ADD_SUBSCRIPTION_CONSUMER_GROUP_META_CONSUMER_ARG_DOES_NOT_EF08EE87 = + "添加 subscription 到 consumer group meta 失败:consumer %s 不存在于 consumer group %s"; + public static final String + EXCEPTION_FAILED_REMOVE_SUBSCRIPTION_CONSUMER_GROUP_META_CONSUMER_ARG_DOES_NOT_75C319C3 = + "从 consumer group meta 移除 subscription 失败:consumer %s 不存在于 consumer group %s"; + public static final String + EXCEPTION_FAILED_TO_CREATE_CONSUMER_ARG_BECAUSE_INCONSISTENT_SQL_DIALECT_UNDER_THE_SAME_CONSUMER_GROUP_EXPECTED_ARG_ACTUAL_ARG_A7DA3FB9 = + "创建 consumer %s 失败,因为同一 consumer group 下的 SQL dialect 不一致,预期为 %s,实际为 %s"; + public static final String + EXCEPTION_PATH_PATTERN_ARG_NOT_VALID_SOURCE_ONLY_PREFIX_FULL_PATH_784778B8 = + "路径模式 %s 对 source 无效。仅允许前缀或完整路径。"; + public static final String + EXCEPTION_CAPTURE_TREE_CAN_NOT_SPECIFIED_FALSE_DOUBLE_LIVING_ENABLED_29A08445 = + "启用 double living 时,capture.tree 不能指定为 false"; + public static final String + EXCEPTION_CAPTURE_TABLE_CAN_NOT_SPECIFIED_FALSE_DOUBLE_LIVING_ENABLED_8AEB8F7B = + "启用 double living 时,capture.table 不能指定为 false"; + public static final String + EXCEPTION_FORWARDING_PIPE_REQUESTS_CAN_NOT_SPECIFIED_TRUE_DOUBLE_LIVING_ENABLED_B000E8A1 = + "启用 double living 时,forwarding-pipe-requests 不能指定为 true"; + public static final String EXCEPTION_PARAMETERS_SET_ARG_NOT_ALLOWED_SKIPIF_2B9AA054 = + "参数集 %s 中的参数不允许用于 'skipif'"; + public static final String + LOG_USER_CONFLICT_EXCEPTION_DISCARDED_DATA_INFO_BECAUSE_ARG_DATA_ARG_CCE510A5 = + "用户冲突异常:已丢弃数据信息,原因:{}。数据:{}。接收端消息:{}。状态:{}"; + public static final String + LOG_RE_INCREASE_REFERENCE_COUNT_EVENT_HAS_ALREADY_BEEN_RELEASED_ARG_B8DAAAEE = + "对已释放的 event 重新增加引用计数:{},堆栈跟踪:{}"; + public static final String + LOG_INCREASE_REFERENCE_COUNT_FAILED_ENRICHEDEVENT_ARG_STACK_TRACE_ARG_94C472FC = + "增加引用计数失败,EnrichedEvent: {},堆栈跟踪: {}"; + public static final String + LOG_DECREASE_REFERENCE_COUNT_EVENT_HAS_ALREADY_BEEN_RELEASED_ARG_STACK_99FCAB8B = + "减少已释放 event 的引用计数:{},堆栈跟踪:{}"; + public static final String + LOG_RESOURCE_REFERENCE_COUNT_DECREASED_0_BUT_FAILED_RELEASE_RESOURCE_ENRICHEDEVENT_A02A86AF = + "资源引用计数已降为 0,但释放资源失败,EnrichedEvent:{},堆栈跟踪:{}"; + public static final String LOG_REFERENCE_COUNT_DECREASED_ARG_EVENT_ARG_STACK_TRACE_ARG_A4BF56FC = + "引用计数已降至 {},event: {},堆栈跟踪: {}"; + public static final String + LOG_DECREASE_REFERENCE_COUNT_FAILED_ENRICHEDEVENT_ARG_STACK_TRACE_ARG_6A2024AB = + "减少引用计数失败,EnrichedEvent: {},堆栈跟踪: {}"; + public static final String + LOG_BROKEN_INVARIANT_DETECT_INVISIBLE_EXTRACTOR_PARAMETERS_ARG_ADAD3038 = + "不变量被破坏:检测到不可见的 extractor 参数 {}"; + public static final String + LOG_UNKNOWN_PATTERN_FORMAT_ARG_USE_PREFIX_MATCHING_FORMAT_DEFAULT_E7B9EFEC = + "未知模式格式:{},默认使用前缀匹配格式。"; + public static final String LOG_PIPE_LISTENING_QUEUE_SNAPSHOT_CACHE_UPDATED_ARG_414EE914 = + "Pipe listening queue 快照缓存已更新:{}"; + public static final String LOG_FAILED_SERIALIZE_FILE_BECAUSE_FILE_ARG_ALREADY_EXIST_FACC5C4C = + "序列化到文件失败,原因:文件 {} 已存在。"; + public static final String LOG_FAILED_DESERIALIZE_FILE_FILE_ARG_DOES_NOT_EXIST_2356708C = + "从文件反序列化失败,文件 {} 不存在。"; + public static final String EXCEPTION_UNKNOWN_PIPE_RUNTIME_META_VERSION_C2F4B575 = + "未知的 pipe runtime meta 版本: "; public static final String EXCEPTION_ROOT_CAUSE_A22E94DE = ",根本原因: "; - public static final String LOG_SUCCESSFULLY_EXECUTED_SUBTASK_ARG_ARG_AFTER_ARG_RETRIES_70972F07 = "重试 {} 次后成功执行 subtask {}({})。"; - public static final String EXCEPTION_FAILED_REFLECT_PIPEPLUGIN_INSTANCE_BECAUSE_PIPEPLUGINMETAKEEPER_NULL_0C9BD2E2 = "反射 PipePlugin 实例失败,原因:PipePluginMetaKeeper 为空。"; - public static final String EXCEPTION_FAILED_REFLECT_PIPEPLUGIN_INSTANCE_BECAUSE_PLUGIN_NAME_NULL_416BD04D = "反射 PipePlugin 实例失败,原因:插件名为空。"; + public static final String LOG_SUCCESSFULLY_EXECUTED_SUBTASK_ARG_ARG_AFTER_ARG_RETRIES_70972F07 = + "重试 {} 次后成功执行 subtask {}({})。"; + public static final String + EXCEPTION_FAILED_REFLECT_PIPEPLUGIN_INSTANCE_BECAUSE_PIPEPLUGINMETAKEEPER_NULL_0C9BD2E2 = + "反射 PipePlugin 实例失败,原因:PipePluginMetaKeeper 为空。"; + public static final String + EXCEPTION_FAILED_REFLECT_PIPEPLUGIN_INSTANCE_BECAUSE_PLUGIN_NAME_NULL_416BD04D = + "反射 PipePlugin 实例失败,原因:插件名为空。"; public static final String LOG_IOTDBSINK_ARG_ARG_4E140C06 = "IoTDBSink {} = {}"; - public static final String EXCEPTION_SOCKET_ARG_CLOSED_WILL_TRY_HANDSHAKE_02562BF1 = "Socket %s 已关闭,将尝试握手"; - public static final String EXCEPTION_NETWORK_ERROR_TRANSFER_FILE_ARG_BECAUSE_ARG_BC25323C = "传输文件 %s 时发生网络错误,原因:%s。"; - public static final String LOG_ORIGIN_REQUEST_TYPE_MISMATCH_EXPECTED_ARG_ACTUAL_ARG_D96D10AE = "Origin request type 不匹配:期望 {},实际 {}"; - public static final String LOG_ORIGIN_BODY_SIZE_MISMATCH_EXPECTED_ARG_ACTUAL_ARG_5D410B75 = "Origin body size 不匹配:期望 {},实际 {}"; - public static final String LOG_INVALID_SLICE_INDEX_EXPECTED_ARG_ACTUAL_ARG_2AC41628 = "无效的 slice index:期望 {},实际 {}"; - public static final String LOG_PIPE_ARG_ARG_ENCOUNTERED_AN_UNEXPECTED_HYBRIDPROGRESSINDEX_IN_ARG_PROGRESS_INDEX_ARG_7C578B17 = - "Pipe {}@{} 在 {} 中遇到了非预期的 HybridProgressIndex。进度索引:{}。"; - public static final String EXCEPTION_DECOMPRESSED_LENGTH_SHOULD_BETWEEN_0_ARG_BUT_GOT_ARG_488B3073 = "解压后长度应介于 0 和 %d 之间,但实际为 %d。"; + public static final String EXCEPTION_SOCKET_ARG_CLOSED_WILL_TRY_HANDSHAKE_02562BF1 = + "Socket %s 已关闭,将尝试握手"; + public static final String EXCEPTION_NETWORK_ERROR_TRANSFER_FILE_ARG_BECAUSE_ARG_BC25323C = + "传输文件 %s 时发生网络错误,原因:%s。"; + public static final String LOG_ORIGIN_REQUEST_TYPE_MISMATCH_EXPECTED_ARG_ACTUAL_ARG_D96D10AE = + "Origin request type 不匹配:期望 {},实际 {}"; + public static final String LOG_ORIGIN_BODY_SIZE_MISMATCH_EXPECTED_ARG_ACTUAL_ARG_5D410B75 = + "Origin body size 不匹配:期望 {},实际 {}"; + public static final String LOG_INVALID_SLICE_INDEX_EXPECTED_ARG_ACTUAL_ARG_2AC41628 = + "无效的 slice index:期望 {},实际 {}"; + public static final String + LOG_PIPE_ARG_ARG_ENCOUNTERED_AN_UNEXPECTED_HYBRIDPROGRESSINDEX_IN_ARG_PROGRESS_INDEX_ARG_7C578B17 = + "Pipe {}@{} 在 {} 中遇到了非预期的 HybridProgressIndex。进度索引:{}。"; + public static final String + EXCEPTION_DECOMPRESSED_LENGTH_SHOULD_BETWEEN_0_ARG_BUT_GOT_ARG_488B3073 = + "解压后长度应介于 0 和 %d 之间,但实际为 %d。"; public static final String EXCEPTION_COMMA_50AD1C01 = ", "; - public static final String MESSAGE_NO_DATAPARTITIONTABLE_GENERATION_TASK_FOUND_4414BE55 = "未找到 DataPartitionTable 生成任务"; - public static final String MESSAGE_DATAPARTITIONTABLE_GENERATION_IN_PROGRESS_ARGPCTPCT_F433CBA8 = "DataPartitionTable 生成进行中:%.1f%%"; - public static final String MESSAGE_DATAPARTITIONTABLE_GENERATION_COMPLETED_SUCCESSFULLY_E076E3B2 = "DataPartitionTable 生成已成功完成"; - public static final String MESSAGE_DATAPARTITIONTABLE_GENERATION_FAILED_D85CD23A = "DataPartitionTable 生成失败:"; + public static final String MESSAGE_NO_DATAPARTITIONTABLE_GENERATION_TASK_FOUND_4414BE55 = + "未找到 DataPartitionTable 生成任务"; + public static final String MESSAGE_DATAPARTITIONTABLE_GENERATION_IN_PROGRESS_ARGPCTPCT_F433CBA8 = + "DataPartitionTable 生成进行中:%.1f%%"; + public static final String MESSAGE_DATAPARTITIONTABLE_GENERATION_COMPLETED_SUCCESSFULLY_E076E3B2 = + "DataPartitionTable 生成已成功完成"; + public static final String MESSAGE_DATAPARTITIONTABLE_GENERATION_FAILED_D85CD23A = + "DataPartitionTable 生成失败:"; public static final String MESSAGE_UNKNOWN_TASK_STATUS_E05D98F0 = "未知任务状态:"; - } diff --git a/iotdb-core/node-commons/src/main/i18n/zh/org/apache/iotdb/commons/i18n/QueryMessages.java b/iotdb-core/node-commons/src/main/i18n/zh/org/apache/iotdb/commons/i18n/QueryMessages.java index 6fa67c0a65de..bf680750a864 100644 --- a/iotdb-core/node-commons/src/main/i18n/zh/org/apache/iotdb/commons/i18n/QueryMessages.java +++ b/iotdb-core/node-commons/src/main/i18n/zh/org/apache/iotdb/commons/i18n/QueryMessages.java @@ -23,18 +23,13 @@ public final class QueryMessages { // ======================== PlanNode ======================== - public static final String PLAN_NODE_NOT_SUPPORT_GET_TYPE = - "该 PlanNode 不支持 getType() 操作。"; - public static final String PLAN_NODE_CANNOT_CREATE_SUB_NODE = - "无法为 %s 创建子节点"; - public static final String PLAN_NODE_CHILD_COUNT_INCORRECT = - "PlanNode 的子节点数量不正确。期望:%d,实际:%d"; - public static final String PLAN_NODE_SERIALIZE_ERROR = - "序列化 writePlanNode 时发生意外错误。"; + public static final String PLAN_NODE_NOT_SUPPORT_GET_TYPE = "该 PlanNode 不支持 getType() 操作。"; + public static final String PLAN_NODE_CANNOT_CREATE_SUB_NODE = "无法为 %s 创建子节点"; + public static final String PLAN_NODE_CHILD_COUNT_INCORRECT = "PlanNode 的子节点数量不正确。期望:%d,实际:%d"; + public static final String PLAN_NODE_SERIALIZE_ERROR = "序列化 writePlanNode 时发生意外错误。"; public static final String PLAN_NODE_NOT_SUPPORT_GET_OUTPUT_SYMBOLS = "该 PlanNode 不支持 getOutputSymbols() 操作。"; - public static final String TWO_CHILD_NODE_EXCEEDS_LIMIT = - "该节点不支持两个以上的子节点"; + public static final String TWO_CHILD_NODE_EXCEEDS_LIMIT = "该节点不支持两个以上的子节点"; // ======================== CommonPlanNodeDeserializer ======================== @@ -51,47 +46,37 @@ public final class QueryMessages { public static final String UNKNOWN_IR_ROW_PATTERN_TYPE = "未知的 IrRowPattern 类型"; public static final String UNKNOWN_VALUE_POINTER_TYPE = "未知的 ValuePointer 类型"; - public static final String UNSUPPORTED_IR_NODE_TYPE = - "不支持的节点类型:%s"; + public static final String UNSUPPORTED_IR_NODE_TYPE = "不支持的节点类型:%s"; // ======================== SQL AST ======================== public static final String NOT_YET_IMPLEMENTED = "尚未实现:%s"; - public static final String NOT_YET_IMPLEMENTED_VISIT = - "尚未实现:%s.visit%s"; - public static final String GET_EXPRESSION_TYPE_NOT_IMPLEMENTED = - "getExpressionType 尚未实现:%s"; + public static final String NOT_YET_IMPLEMENTED_VISIT = "尚未实现:%s.visit%s"; + public static final String GET_EXPRESSION_TYPE_NOT_IMPLEMENTED = "getExpressionType 尚未实现:%s"; public static final String INVALID_EXPRESSION_TYPE = "无效的表达式类型:%s"; - public static final String ONLY_TABLE_SUBQUERY_SUPPORTED = - "目前仅支持 TableSubquery"; + public static final String ONLY_TABLE_SUBQUERY_SUPPORTED = "目前仅支持 TableSubquery"; public static final String FLOAT_LITERAL_CANNOT_CREATE_FROM_LOCATION = "当前不支持通过 NodeLocation 创建 FloatLiteral"; - public static final String COLUMNS_SHOULD_BE_EXPANDED = - "Columns 应在 Analyze 阶段展开"; + public static final String COLUMNS_SHOULD_BE_EXPANDED = "Columns 应在 Analyze 阶段展开"; // ======================== Parsing ======================== - public static final String BINARY_LITERAL_HEX_ONLY = - "二进制字面量只能包含十六进制数字"; - public static final String BINARY_LITERAL_EVEN_DIGITS = - "二进制字面量必须包含偶数个数字"; - public static final String GENERIC_LITERAL_NO_SPACE = - "'X' 与二进制字面量的起始引号之间不允许有空格"; + public static final String BINARY_LITERAL_HEX_ONLY = "二进制字面量只能包含十六进制数字"; + public static final String BINARY_LITERAL_EVEN_DIGITS = "二进制字面量必须包含偶数个数字"; + public static final String GENERIC_LITERAL_NO_SPACE = "'X' 与二进制字面量的起始引号之间不允许有空格"; public static final String INVALID_NUMERIC_LITERAL = "无效的数值字面量:%s"; // ======================== Comparison / Logical ======================== public static final String UNSUPPORTED_COMPARISON = "不支持的比较运算:%s"; - public static final String UNSUPPORTED_LOGICAL_EXPRESSION_TYPE = - "不支持的逻辑表达式类型:%s"; + public static final String UNSUPPORTED_LOGICAL_EXPRESSION_TYPE = "不支持的逻辑表达式类型:%s"; // ======================== SQL Formatter ======================== public static final String UNKNOWN_FILL_METHOD = "未知的填充方法:%s"; public static final String UNKNOWN_JOIN_CRITERIA = "未知的 join 条件:%s"; public static final String UNSUPPORTED_RELATION = "不支持的关系:%s"; - public static final String UNEXPECTED_ROWS_PER_MATCH = - "意外的 rowsPerMatch:%s"; + public static final String UNEXPECTED_ROWS_PER_MATCH = "意外的 rowsPerMatch:%s"; public static final String UNEXPECTED_SKIP_TO = "意外的 skipTo:%s"; public static final String UNKNOWN_SIGN = "未知的符号:%s"; public static final String UNSUPPORTED_FRAME_TYPE = "不支持的帧类型:%s"; @@ -104,12 +89,9 @@ public final class QueryMessages { public static final String UNSUPPORTED_DATA_TYPE = "不支持的 DataType:%s"; public static final String INVALID_TYPE_PARAMETER = "无效的类型参数:%s"; - public static final String UNSUPPORTED_TYPE_PARAMETER_KIND = - "不支持的类型参数种类:%s"; - public static final String EXPECTED_ALL_TYPE_SIGNATURES = - "期望所有参数均为 TypeSignature,但发现了 [%s]"; - public static final String PARAMETER_KIND_MISMATCH = - "ParameterKind 为 [%s],但期望为 [%s]"; + public static final String UNSUPPORTED_TYPE_PARAMETER_KIND = "不支持的类型参数种类:%s"; + public static final String EXPECTED_ALL_TYPE_SIGNATURES = "期望所有参数均为 TypeSignature,但发现了 [%s]"; + public static final String PARAMETER_KIND_MISMATCH = "ParameterKind 为 [%s],但期望为 [%s]"; public static final String UNEXPECTED_PARAMETER_KIND = "意外的参数种类:%s"; public static final String UNSUPPORTED_COLUMN_TYPE = "不支持的列类型:%s"; @@ -120,49 +102,35 @@ public final class QueryMessages { public static final String FUNCTION_ID_MUST_NOT_BE_EMPTY = "id 不能为空"; public static final String FUNCTION_ID_MUST_BE_LOWERCASE = "id 必须为小写"; public static final String FUNCTION_ID_MUST_NOT_CONTAIN_AT = "id 不能包含 '@'"; - public static final String VARIADIC_BOUND_MUST_BE_ROW = - "variadicBound 必须为 row,但实际为 %s"; - public static final String BUILTIN_SCALAR_FUNCTION_CANNOT_BE_INVOKED = - "内置标量函数 %s 不可调用。"; - public static final String OPERATOR_TYPE_CANNOT_BE_INVOKED = - "OperatorType %s 不可调用。"; - public static final String INVALID_AGGREGATION_FUNCTION = - "无效的聚合函数:%s"; + public static final String VARIADIC_BOUND_MUST_BE_ROW = "variadicBound 必须为 row,但实际为 %s"; + public static final String BUILTIN_SCALAR_FUNCTION_CANNOT_BE_INVOKED = "内置标量函数 %s 不可调用。"; + public static final String OPERATOR_TYPE_CANNOT_BE_INVOKED = "OperatorType %s 不可调用。"; + public static final String INVALID_AGGREGATION_FUNCTION = "无效的聚合函数:%s"; // ======================== Table Function (TVF) ======================== public static final String INVALID_OPTIONS = "无效的选项:%s"; public static final String COLUMN_TYPE_NOT_ALLOWED = "列 [%s] 的类型为 [%s],仅允许 INT32、INT64、FLOAT、DOUBLE"; - public static final String PARAM_SHOULD_NOT_BE_NULL_OR_EMPTY = - "%s 不能为 null 或空"; - public static final String PARAM_SHOULD_NOT_BE_NULL_OR_EMPTY_DOT = - "%s 不能为 null 或空。"; - public static final String PARAM_SHOULD_BE_GREATER_THAN_ZERO = - "%s 应大于 0"; - public static final String TARGETS_TOO_MANY_COLUMNS = - "%s 不应包含多于一个目标列,发现了 [%s] 个目标列。"; + public static final String PARAM_SHOULD_NOT_BE_NULL_OR_EMPTY = "%s 不能为 null 或空"; + public static final String PARAM_SHOULD_NOT_BE_NULL_OR_EMPTY_DOT = "%s 不能为 null 或空。"; + public static final String PARAM_SHOULD_BE_GREATER_THAN_ZERO = "%s 应大于 0"; + public static final String TARGETS_TOO_MANY_COLUMNS = "%s 不应包含多于一个目标列,发现了 [%s] 个目标列。"; public static final String INPUT_END_TIME_LESS_THAN_START_TIME = "输入结束时间不应小于起始时间,起始时间为 %s,结束时间为 %s"; public static final String OUTPUT_START_TIME_SHOULD_BE_GREATER = "%s 应大于目标时间序列的最大时间戳。期望大于 [%s],但实际为 [%s]。"; - public static final String TIME_COLUMN_SHOULD_NOT_BE_NULL = - "时间列不应为 null"; + public static final String TIME_COLUMN_SHOULD_NOT_BE_NULL = "时间列不应为 null"; public static final String NON_PARTITIONING_PASS_THROUGH = "非 pass-through 来源的表函数不允许使用非分区 pass-through 列"; // ======================== Pattern Match TVF ======================== - public static final String SMOOTH_MUST_BE_NON_NEGATIVE = - "smooth 必须为非负数,但传入了:%s"; - public static final String THRESHOLD_MUST_BE_NON_NEGATIVE = - "threshold 必须为非负数,但传入了:%s"; - public static final String WIDTH_MUST_BE_NON_NEGATIVE = - "width 必须为非负数,但传入了:%s"; - public static final String HEIGHT_MUST_BE_NON_NEGATIVE = - "height 必须为非负数,但传入了:%s"; - public static final String INVALID_PATTERN_MISSING_REPEAT_SIGN = - "无效的模式:%s,'}' 后缺少重复符号"; + public static final String SMOOTH_MUST_BE_NON_NEGATIVE = "smooth 必须为非负数,但传入了:%s"; + public static final String THRESHOLD_MUST_BE_NON_NEGATIVE = "threshold 必须为非负数,但传入了:%s"; + public static final String WIDTH_MUST_BE_NON_NEGATIVE = "width 必须为非负数,但传入了:%s"; + public static final String HEIGHT_MUST_BE_NON_NEGATIVE = "height 必须为非负数,但传入了:%s"; + public static final String INVALID_PATTERN_MISSING_REPEAT_SIGN = "无效的模式:%s,'}' 后缺少重复符号"; public static final String INVALID_PATTERN_MUST_CONTAIN_DATA_POINTS = "无效的模式:'%s'。模式必须包含至少两个以逗号分隔的数值数据点,例如 '1,2,3'"; @@ -170,69 +138,48 @@ public final class QueryMessages { public static final String SERIALIZE_FORECAST_HANDLE_ERROR = "序列化 ForecastTableFunctionHandle 时发生错误:%s"; - public static final String FORECAST_EXECUTION_ERROR = - "执行 forecast 时发生错误:[%s]"; - public static final String CLASSIFY_EXECUTION_ERROR = - "执行 classify 时发生错误:[%s]"; - public static final String MODEL_OUTPUT_COLUMN_MISMATCH = - "模型 %s 输出了 %s 列,与指定的 %s 列不一致"; - public static final String MODEL_OUTPUT_LENGTH_MISMATCH = - "模型 %s 输出长度为 %s,与指定的 %s 不一致"; + public static final String FORECAST_EXECUTION_ERROR = "执行 forecast 时发生错误:[%s]"; + public static final String CLASSIFY_EXECUTION_ERROR = "执行 classify 时发生错误:[%s]"; + public static final String MODEL_OUTPUT_COLUMN_MISMATCH = "模型 %s 输出了 %s 列,与指定的 %s 列不一致"; + public static final String MODEL_OUTPUT_LENGTH_MISMATCH = "模型 %s 输出长度为 %s,与指定的 %s 不一致"; // ======================== UDF Management ======================== public static final String UDF_INFORMATION_NOT_AVAILABLE = "UDFInformation 不可用"; - public static final String UDF_REGISTER_CONFLICT_BUILTIN = - "注册 UDF %s(%s) 失败,因为函数名与内置函数名冲突"; + public static final String UDF_REGISTER_CONFLICT_BUILTIN = "注册 UDF %s(%s) 失败,因为函数名与内置函数名冲突"; public static final String UDF_REGISTER_JAR_MD5_CONFLICT = "注册函数 %s(%s) 失败,因为函数 %s 已有的 jar 文件 md5 与新 jar 文件不同。"; - public static final String UDF_REGISTER_INSTANCE_FAILED = - "注册 UDF %s(%s) 失败,因为无法成功构造其实例。异常:%s"; - public static final String UDF_CLASS_TYPE_UNSUPPORTED = - "不支持的 UDF 类类型。仅支持 UDF 和 SQLFunction。"; - public static final String UDF_REFLECT_NOT_REGISTERED = - "反射 UDF 实例失败,因为 UDF %s 尚未注册。"; - public static final String UDF_REFLECT_INSTANCE_FAILED = - "反射 UDF %s(%s) 实例失败,原因:%s"; - public static final String AI_NODE_SERVICE_NOT_AVAILABLE = - "当前节点不支持表函数 AINode 服务"; + public static final String UDF_REGISTER_INSTANCE_FAILED = "注册 UDF %s(%s) 失败,因为无法成功构造其实例。异常:%s"; + public static final String UDF_CLASS_TYPE_UNSUPPORTED = "不支持的 UDF 类类型。仅支持 UDF 和 SQLFunction。"; + public static final String UDF_REFLECT_NOT_REGISTERED = "反射 UDF 实例失败,因为 UDF %s 尚未注册。"; + public static final String UDF_REFLECT_INSTANCE_FAILED = "反射 UDF %s(%s) 实例失败,原因:%s"; + public static final String AI_NODE_SERVICE_NOT_AVAILABLE = "当前节点不支持表函数 AINode 服务"; // ======================== UDTF Forecast ======================== - public static final String INPUT_DATA_TYPE_NOT_SUPPORTED = - "输入数据类型 %s 不被支持,仅允许 %s。"; - public static final String MODEL_ID_MUST_BE_PROVIDED = - "MODEL_ID 参数必须提供且不能为空。"; + public static final String INPUT_DATA_TYPE_NOT_SUPPORTED = "输入数据类型 %s 不被支持,仅允许 %s。"; + public static final String MODEL_ID_MUST_BE_PROVIDED = "MODEL_ID 参数必须提供且不能为空。"; public static final String UNSUPPORTED_DATA_TYPE_FOR_UDF = "不支持的数据类型 %s"; - public static final String FORECAST_FAILED = - "预测失败,错误码 %d,原因:%s"; - public static final String FORECAST_RESULT_LENGTH_MISMATCH = - "预测结果长度 %d 与期望的输出长度 %d 不一致"; - public static final String FORECAST_RESULT_SINGLE_COLUMN = - "预测结果应仅包含一个值列,但实际有 %d 个"; + public static final String FORECAST_FAILED = "预测失败,错误码 %d,原因:%s"; + public static final String FORECAST_RESULT_LENGTH_MISMATCH = "预测结果长度 %d 与期望的输出长度 %d 不一致"; + public static final String FORECAST_RESULT_SINGLE_COLUMN = "预测结果应仅包含一个值列,但实际有 %d 个"; // ======================== TableSchema ======================== - public static final String TABLE_COLUMN_NAME_DUPLICATED = - "表中的列不应同名:%s。"; + public static final String TABLE_COLUMN_NAME_DUPLICATED = "表中的列不应同名:%s。"; public static final String TSFILE_TABLE_SCHEMA_CONVERT_FAILED = "无法将 TsFile 表结构转换为 IoTDB 表结构,表名:{},TsFile 表结构:{}"; // ======================== DateTime ======================== - public static final String TIMESTAMP_OVERFLOW = - "时间戳溢出,毫秒值:%s,时间戳精度:%s"; - public static final String EXTRACT_TIMESTAMP_MS_PART_NULL = - "ExtractTimestampMsPart 为 null"; - public static final String EXTRACT_TIMESTAMP_US_PART_NULL = - "ExtractTimestampUsPart 为 null"; - public static final String EXTRACT_TIMESTAMP_NS_PART_NULL = - "ExtractTimestampNsPart 为 null"; + public static final String TIMESTAMP_OVERFLOW = "时间戳溢出,毫秒值:%s,时间戳精度:%s"; + public static final String EXTRACT_TIMESTAMP_MS_PART_NULL = "ExtractTimestampMsPart 为 null"; + public static final String EXTRACT_TIMESTAMP_US_PART_NULL = "ExtractTimestampUsPart 为 null"; + public static final String EXTRACT_TIMESTAMP_NS_PART_NULL = "ExtractTimestampNsPart 为 null"; public static final String DATETIME_CONVERT_FAILED = "将 %s 转换为毫秒失败,时区偏移为 %s,请输入类似 2011-12-03T10:15:30 或 2011-12-03T10:15:30+01:00 的格式"; public static final String DATETIME_TIME_REGION_NOT_SUPPORTED = "暂不支持 %s 末尾的 [time-region] 格式,请输入类似 2011-12-03T10:15:30 或 2011-12-03T10:15:30+01:00 的格式"; - public static final String UNSUPPORTED_TIME_PRECISION = - "不支持的 time_precision:%s"; + public static final String UNSUPPORTED_TIME_PRECISION = "不支持的 time_precision:%s"; public static final String TIMESTAMP_UNEXPECTEDLY_LARGE = "时间戳异常大,您可能忘记设置时间戳精度。" + "当前系统时间戳精度为 %s," @@ -245,12 +192,10 @@ public final class QueryMessages { // ======================== Hash / GroupBy ======================== - public static final String MEMORY_FOR_FLAT_HASH_NOT_ENOUGH = - "flatHash 的内存不足"; + public static final String MEMORY_FOR_FLAT_HASH_NOT_ENOUGH = "flatHash 的内存不足"; public static final String LONG_OVERFLOW = "long 溢出"; public static final String INTEGER_OVERFLOW = "integer 溢出"; - public static final String INVALID_INPUT_DESC_LENGTH_LT_8 = - "无效输入:desc.length - offset < 8"; + public static final String INVALID_INPUT_DESC_LENGTH_LT_8 = "无效输入:desc.length - offset < 8"; private QueryMessages() {} @@ -259,63 +204,99 @@ private QueryMessages() {} public static final String INVALID_INPUT_BYTES_OFFSET_LT_8 = "无效输入:bytes.length - offset < 8"; public static final String INVALID_INPUT_DESC_OFFSET_LT_4 = "无效输入:desc.length - offset < 4"; public static final String SIZE_OF_HASH_TABLE_CANNOT_EXCEED = "哈希表大小不能超过 10 亿条目"; - public static final String NO_CHANNEL_GROUP_BY_HASH_NOT_SUPPORT_APPEND = "NoChannelGroupByHash 不支持 appendValuesTo"; - public static final String NO_CHANNEL_GROUP_BY_HASH_NOT_SUPPORT_RAW_HASH = "NoChannelGroupByHash 不支持 getRawHash"; - public static final String MULTIPLE_TABLE_FUNCTION_AI_NODE_PROVIDER = "找到多个 ITableFunctionAINodeServiceProvider"; + public static final String NO_CHANNEL_GROUP_BY_HASH_NOT_SUPPORT_APPEND = + "NoChannelGroupByHash 不支持 appendValuesTo"; + public static final String NO_CHANNEL_GROUP_BY_HASH_NOT_SUPPORT_RAW_HASH = + "NoChannelGroupByHash 不支持 getRawHash"; + public static final String MULTIPLE_TABLE_FUNCTION_AI_NODE_PROVIDER = + "找到多个 ITableFunctionAINodeServiceProvider"; // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- public static final String EXCEPTION_UNKNOWN_TYPE_BC7EAB78 = "未知的类型: "; public static final String EXCEPTION_UNEXPECTED_ROWSPERMATCH_F9B931C9 = "意外的 rowsPerMatch: "; public static final String EXCEPTION_UNSUPPORTED_FILL_METHOD_0809912A = "不支持的填充方法: "; - public static final String EXCEPTION_EXCEPTNODE_SHOULD_NEVER_SERIALIZED_CURRENT_VERSION_6F5B4EE0 = "ExceptNode 在当前版本中绝不应被序列化"; - public static final String EXCEPTION_EXCEPTNODE_SHOULD_NEVER_DESERIALIZED_CURRENT_VERSION_690C18F0 = "ExceptNode 在当前版本中绝不应被反序列化"; - public static final String EXCEPTION_INTERSECTNODE_SHOULD_NEVER_SERIALIZED_CURRENT_VERSION_68D2C0D3 = "IntersectNode 在当前版本中绝不应被序列化"; - public static final String EXCEPTION_INTERSECTNODE_SHOULD_NEVER_DESERIALIZED_CURRENT_VERSION_A3614371 = "IntersectNode 在当前版本中绝不应被反序列化"; + public static final String EXCEPTION_EXCEPTNODE_SHOULD_NEVER_SERIALIZED_CURRENT_VERSION_6F5B4EE0 = + "ExceptNode 在当前版本中绝不应被序列化"; + public static final String + EXCEPTION_EXCEPTNODE_SHOULD_NEVER_DESERIALIZED_CURRENT_VERSION_690C18F0 = + "ExceptNode 在当前版本中绝不应被反序列化"; + public static final String + EXCEPTION_INTERSECTNODE_SHOULD_NEVER_SERIALIZED_CURRENT_VERSION_68D2C0D3 = + "IntersectNode 在当前版本中绝不应被序列化"; + public static final String + EXCEPTION_INTERSECTNODE_SHOULD_NEVER_DESERIALIZED_CURRENT_VERSION_A3614371 = + "IntersectNode 在当前版本中绝不应被反序列化"; public static final String EXCEPTION_COMMA_50AD1C01 = ", "; public static final String EMPTY_MESSAGE = ""; public static final String EXCEPTION_OUTERQUERYSCOPE_IS_NULL_D5305685 = "outerQueryScope 不能为空"; public static final String EXCEPTION_WARNINGCOLLECTOR_IS_NULL_7A524A68 = "warningCollector 不能为空"; public static final String EXCEPTION_UPDATEKIND_IS_NULL_6CA83291 = "updateKind 不能为空"; - public static final String EXCEPTION_EXPECTED_ARG_FIELDS_COMMA_GOT_ARG_498063F2 = "期望 %s 个字段,实际为 %s"; + public static final String EXCEPTION_EXPECTED_ARG_FIELDS_COMMA_GOT_ARG_498063F2 = + "期望 %s 个字段,实际为 %s"; public static final String EXCEPTION_MISSING_TABLE_ARGUMENT_COLON_ARG_4F1E9F4E = "缺少表参数: %s"; - public static final String EXCEPTION_TABLE_ARGUMENT_SPECIFICATION_CANNOT_HAVE_A_DEFAULT_VALUE_DOT_009A02CA = "表参数规格不能有默认值。"; - public static final String EXCEPTION_MISSING_DEFAULT_VALUE_FOR_SCALAR_ARGUMENT_COLON_ARG_8AF70F38 = "缺少标量参数的默认值: %s"; - public static final String EXCEPTION_RESULT_SCOPE_SHOULD_HAVE_OUTER_QUERY_SCOPE_EQUAL_WITH_PARAMETER_OUTER_QUERY_SCOP_BE9CDB22 = "result scope 应具有等于参数外层查询 scope 的外层查询 scope"; - public static final String EXCEPTION_RETURN_SCOPE_SHOULD_HAVE_CONTEXT_SCOPE_AS_ONE_OF_ITS_ANCESTORS_BBBFFE3E = "return scope 应将 context scope 作为其祖先之一"; + public static final String + EXCEPTION_TABLE_ARGUMENT_SPECIFICATION_CANNOT_HAVE_A_DEFAULT_VALUE_DOT_009A02CA = + "表参数规格不能有默认值。"; + public static final String + EXCEPTION_MISSING_DEFAULT_VALUE_FOR_SCALAR_ARGUMENT_COLON_ARG_8AF70F38 = "缺少标量参数的默认值: %s"; + public static final String + EXCEPTION_RESULT_SCOPE_SHOULD_HAVE_OUTER_QUERY_SCOPE_EQUAL_WITH_PARAMETER_OUTER_QUERY_SCOP_BE9CDB22 = + "result scope 应具有等于参数外层查询 scope 的外层查询 scope"; + public static final String + EXCEPTION_RETURN_SCOPE_SHOULD_HAVE_CONTEXT_SCOPE_AS_ONE_OF_ITS_ANCESTORS_BBBFFE3E = + "return scope 应将 context scope 作为其祖先之一"; public static final String EXCEPTION_MISSING_RELATION_ALIAS_437EDF9C = "缺少 relation alias"; public static final String EXCEPTION_MISMATCHED_ALIASES_A6D3F8CE = "aliases 不匹配"; - public static final String EXCEPTION_UNEXPECTED_OFFSET_ROWCOUNT_COLON_977E305C = "意外的 OFFSET rowCount: "; - public static final String EXCEPTION_INVALID_LIMIT_NODE_TYPE_DOT_EXPECTED_COLON_LIMIT_DOT_ACTUAL_COLON_ARG_5BCD1C76 = "无效的 limit node type。期望: Limit。实际: %s"; - public static final String EXCEPTION_UNEXPECTED_LIMIT_ROWCOUNT_COLON_CFF154F0 = "意外的 LIMIT rowCount: "; - public static final String EXCEPTION_NON_MINUS_EMPTY_ORDERBYEXPRESSIONS_LIST_WITHOUT_ORDERBYSCOPE_PROVIDED_240DDD64 = "非空 orderByExpressions 列表未提供 orderByScope"; - public static final String EXCEPTION_OUTPUT_FIELDS_IS_NULL_FOR_SELECT_ITEM_ARG_56AFEC51 = "select item %s 的输出字段不能为空"; + public static final String EXCEPTION_UNEXPECTED_OFFSET_ROWCOUNT_COLON_977E305C = + "意外的 OFFSET rowCount: "; + public static final String + EXCEPTION_INVALID_LIMIT_NODE_TYPE_DOT_EXPECTED_COLON_LIMIT_DOT_ACTUAL_COLON_ARG_5BCD1C76 = + "无效的 limit node type。期望: Limit。实际: %s"; + public static final String EXCEPTION_UNEXPECTED_LIMIT_ROWCOUNT_COLON_CFF154F0 = + "意外的 LIMIT rowCount: "; + public static final String + EXCEPTION_NON_MINUS_EMPTY_ORDERBYEXPRESSIONS_LIST_WITHOUT_ORDERBYSCOPE_PROVIDED_240DDD64 = + "非空 orderByExpressions 列表未提供 orderByScope"; + public static final String EXCEPTION_OUTPUT_FIELDS_IS_NULL_FOR_SELECT_ITEM_ARG_56AFEC51 = + "select item %s 的输出字段不能为空"; public static final String EXCEPTION_NODE_IS_NULL_C1479F4A = "node 不能为空"; - public static final String EXCEPTION_COLUMNS_SHOULDN_QUOTE_T_BE_EMPTY_HERE_34E44AAA = "columns 此处不应为空"; + public static final String EXCEPTION_COLUMNS_SHOULDN_QUOTE_T_BE_EMPTY_HERE_34E44AAA = + "columns 此处不应为空"; public static final String EXCEPTION_GREATER_THAN_0B37D87A = " > "; public static final String EXCEPTION_GROUPID_OUT_OF_RANGE_8B10E54B = "groupId 超出范围"; - public static final String EXCEPTION_MINIMUMREQUIREDCAPACITY_MUST_BE_POSITIVE_81638118 = "minimumRequiredCapacity 必须为正数"; - public static final String EXCEPTION_EXPECTEDSIZE_MUST_BE_GREATER_THAN_ZERO_DA2E0345 = "expectedSize 必须大于 0"; + public static final String EXCEPTION_MINIMUMREQUIREDCAPACITY_MUST_BE_POSITIVE_81638118 = + "minimumRequiredCapacity 必须为正数"; + public static final String EXCEPTION_EXPECTEDSIZE_MUST_BE_GREATER_THAN_ZERO_DA2E0345 = + "expectedSize 必须大于 0"; public static final String EXCEPTION_POSITION_COUNT_OUT_OF_BOUND_5513847E = "position count 越界"; public static final String EXCEPTION_ID_IS_NULL_9D5D27B1 = "id 不能为空"; public static final String EXCEPTION_NEWCHILDREN_IS_NOT_EMPTY_170FCE18 = "newChildren 不为空"; public static final String EXCEPTION_ORDERBY_IS_NULL_AA2494DE = "orderBy 不能为空"; public static final String EXCEPTION_ORDERINGS_IS_NULL_59B1C097 = "orderings 不能为空"; public static final String EXCEPTION_ORDERBY_IS_EMPTY_963405E0 = "orderBy 为空"; - public static final String EXCEPTION_ORDERBY_KEYS_AND_ORDERINGS_DON_QUOTE_T_MATCH_E0334493 = "orderBy keys 和 orderings 不匹配"; - public static final String EXCEPTION_NO_ORDERING_FOR_SYMBOL_COLON_ARG_F54E70FC = "symbol 缺少 ordering: %s"; + public static final String EXCEPTION_ORDERBY_KEYS_AND_ORDERINGS_DON_QUOTE_T_MATCH_E0334493 = + "orderBy keys 和 orderings 不匹配"; + public static final String EXCEPTION_NO_ORDERING_FOR_SYMBOL_COLON_ARG_F54E70FC = + "symbol 缺少 ordering: %s"; public static final String EXCEPTION_NAME_IS_NULL_C8B35959 = "name 不能为空"; - public static final String EXCEPTION_UNEXPECTED_EXPRESSION_COLON_ARG_8E4AC833 = "意外的 expression: %s"; + public static final String EXCEPTION_UNEXPECTED_EXPRESSION_COLON_ARG_8E4AC833 = + "意外的 expression: %s"; public static final String EXCEPTION_ORDERINGSCHEME_IS_NULL_4D4D2F6F = "orderingScheme 不能为空"; public static final String EXCEPTION_ASSIGNMENTS_IS_NULL_1FD6142D = "assignments 不能为空"; public static final String EXCEPTION_OUTPUT_IS_NULL_3CDA316E = "output 不能为空"; public static final String EXCEPTION_EXPRESSION_IS_NULL_16C079B5 = "expression 不能为空"; - public static final String EXCEPTION_SYMBOL_ARG_ALREADY_HAS_ASSIGNMENT_ARG_COMMA_WHILE_ADDING_ARG_EE8CADA3 = "Symbol %s 已有 assignment %s,无法再添加 %s"; - public static final String EXCEPTION_TYPEVARIABLECONSTRAINTS_IS_NULL_0A86DA34 = "typeVariableConstraints 不能为空"; - public static final String EXCEPTION_LONGVARIABLECONSTRAINTS_IS_NULL_51F80E3C = "longVariableConstraints 不能为空"; + public static final String + EXCEPTION_SYMBOL_ARG_ALREADY_HAS_ASSIGNMENT_ARG_COMMA_WHILE_ADDING_ARG_EE8CADA3 = + "Symbol %s 已有 assignment %s,无法再添加 %s"; + public static final String EXCEPTION_TYPEVARIABLECONSTRAINTS_IS_NULL_0A86DA34 = + "typeVariableConstraints 不能为空"; + public static final String EXCEPTION_LONGVARIABLECONSTRAINTS_IS_NULL_51F80E3C = + "longVariableConstraints 不能为空"; public static final String EXCEPTION_RETURNTYPE_IS_NULL_07C7C6A5 = "returnType 不能为空"; public static final String EXCEPTION_ARGUMENTTYPES_IS_NULL_1E377BFD = "argumentTypes 不能为空"; - public static final String EXCEPTION_TYPEVARIABLECONSTRAINT_IS_NULL_18B97042 = "typeVariableConstraint 不能为空"; + public static final String EXCEPTION_TYPEVARIABLECONSTRAINT_IS_NULL_18B97042 = + "typeVariableConstraint 不能为空"; public static final String EXCEPTION_TYPE_IS_NULL_16A3D3EB = "type 不能为空"; public static final String EXCEPTION_VARIADICBOUND_IS_NULL_33A6BCC2 = "variadicBound 不能为空"; public static final String EXCEPTION_CASTABLETO_IS_NULL_0F2A5B36 = "castableTo 不能为空"; @@ -326,12 +307,16 @@ private QueryMessages() {} public static final String EXCEPTION_VALUES_IS_NULL_F1D7D3D8 = "values 不能为空"; public static final String EXCEPTION_FIELDNAME_IS_NULL_DEB1CA0C = "fieldName 不能为空"; public static final String EXCEPTION_TYPESIGNATURE_IS_NULL_E8B47305 = "typeSignature 不能为空"; - public static final String EXCEPTION_BASE_TYPE_NAME_CANNOT_BE_A_TYPE_VARIABLE_71E810A9 = "base type name 不能是 type variable"; + public static final String EXCEPTION_BASE_TYPE_NAME_CANNOT_BE_A_TYPE_VARIABLE_71E810A9 = + "base type name 不能是 type variable"; public static final String EXCEPTION_BASE_IS_NULL_AC445AD0 = "base 不能为空"; public static final String EXCEPTION_BASE_IS_EMPTY_E86FBC3A = "base 为空"; - public static final String EXCEPTION_BAD_CHARACTERS_IN_BASE_TYPE_COLON_ARG_FA811786 = "base type 中存在非法字符: %s"; + public static final String EXCEPTION_BAD_CHARACTERS_IN_BASE_TYPE_COLON_ARG_FA811786 = + "base type 中存在非法字符: %s"; public static final String EXCEPTION_PARAMETERS_IS_NULL_418C7892 = "parameters 不能为空"; - public static final String EXCEPTION_PARAMETERS_FOR_ROW_TYPE_MUST_BE_NAMED_TYPE_PARAMETERS_6AADD078 = "ROW 类型的参数必须为 NAMED_TYPE 参数"; + public static final String + EXCEPTION_PARAMETERS_FOR_ROW_TYPE_MUST_BE_NAMED_TYPE_PARAMETERS_6AADD078 = + "ROW 类型的参数必须为 NAMED_TYPE 参数"; public static final String EXCEPTION_KIND_IS_NULL_8C13BAB2 = "kind 不能为空"; public static final String EXCEPTION_COLUMNCATEGORY_IS_NULL_0075924B = "columnCategory 不能为空"; public static final String EXCEPTION_PROPERTIES_IS_NULL_57B88B49 = "properties 不能为空"; @@ -340,17 +325,24 @@ private QueryMessages() {} public static final String EXCEPTION_SIGNATURE_IS_NULL_CA3D8772 = "signature 不能为空"; public static final String EXCEPTION_FUNCTIONID_IS_NULL_F91F8E89 = "functionId 不能为空"; public static final String EXCEPTION_FUNCTIONKIND_IS_NULL_EDF86E36 = "functionKind 不能为空"; - public static final String EXCEPTION_FUNCTIONNULLABILITY_IS_NULL_6EF52FB4 = "functionNullability 不能为空"; + public static final String EXCEPTION_FUNCTIONNULLABILITY_IS_NULL_6EF52FB4 = + "functionNullability 不能为空"; public static final String EXCEPTION_INVALID_NAME_ARG_AD3FA0BF = "无效名称 %s"; - public static final String EXCEPTION_INVALID_NAME_COLON_LEFT_BRACKET_ARG_RIGHT_BRACKET_C46F15A4 = "无效名称: [%s]"; + public static final String EXCEPTION_INVALID_NAME_COLON_LEFT_BRACKET_ARG_RIGHT_BRACKET_C46F15A4 = + "无效名称: [%s]"; public static final String EXCEPTION_ARGUMENTNULLABLE_IS_NULL_0CC221D3 = "argumentNullable 不能为空"; public static final String EXCEPTION_LITERALFORMATTER_IS_NULL_3F4F4A2B = "literalFormatter 不能为空"; - public static final String EXCEPTION_SYMBOLREFERENCEFORMATTER_IS_NULL_B9B540EC = "symbolReferenceFormatter 不能为空"; + public static final String EXCEPTION_SYMBOLREFERENCEFORMATTER_IS_NULL_B9B540EC = + "symbolReferenceFormatter 不能为空"; public static final String EXCEPTION_BUILDER_IS_NULL_ADE64E9B = "builder 不能为空"; - public static final String EXCEPTION_VISITEXPRESSION_SHOULD_ONLY_BE_CALLED_AT_ROOT_93E4AAD4 = "visitExpression 只能在 root 调用"; - public static final String EXCEPTION_VISITROWPATTERN_SHOULD_ONLY_BE_CALLED_AT_ROOT_9DE9F574 = "visitRowPattern 只能在 root 调用"; - public static final String EXCEPTION_MISSING_IDENTIFIER_IN_AFTER_MATCH_SKIP_TO_LAST_82A12A21 = "AFTER MATCH SKIP TO LAST 中缺少标识符"; - public static final String EXCEPTION_MISSING_IDENTIFIER_IN_AFTER_MATCH_SKIP_TO_FIRST_F988B839 = "AFTER MATCH SKIP TO FIRST 中缺少标识符"; + public static final String EXCEPTION_VISITEXPRESSION_SHOULD_ONLY_BE_CALLED_AT_ROOT_93E4AAD4 = + "visitExpression 只能在 root 调用"; + public static final String EXCEPTION_VISITROWPATTERN_SHOULD_ONLY_BE_CALLED_AT_ROOT_9DE9F574 = + "visitRowPattern 只能在 root 调用"; + public static final String EXCEPTION_MISSING_IDENTIFIER_IN_AFTER_MATCH_SKIP_TO_LAST_82A12A21 = + "AFTER MATCH SKIP TO LAST 中缺少标识符"; + public static final String EXCEPTION_MISSING_IDENTIFIER_IN_AFTER_MATCH_SKIP_TO_FIRST_F988B839 = + "AFTER MATCH SKIP TO FIRST 中缺少标识符"; public static final String EXCEPTION_LINE_MUST_BE_GREATER_THAN_0_8D2C1802 = "line 必须为 > 0"; public static final String EXCEPTION_COLUMN_MUST_BE_GREATER_THAN_0_2481C561 = "column 必须为 > 0"; public static final String EXCEPTION_LEFT_IS_NULL_2C1080C5 = "left 不能为空"; @@ -358,22 +350,27 @@ private QueryMessages() {} public static final String EXCEPTION_LOCATION_IS_NULL_F134D388 = "location 不能为空"; public static final String EXCEPTION_CRITERIA_IS_NULL_2996D1A3 = "criteria 不能为空"; public static final String EXCEPTION_NO_JOIN_CRITERIA_SPECIFIED_44DED0B9 = "未指定 join criteria"; - public static final String EXCEPTION_ARG_JOIN_CANNOT_HAVE_JOIN_CRITERIA_3B23E0D1 = "%s join 不能包含 join criteria"; + public static final String EXCEPTION_ARG_JOIN_CANNOT_HAVE_JOIN_CRITERIA_3B23E0D1 = + "%s join 不能包含 join criteria"; public static final String EXCEPTION_SELECTITEMS_16EC72CF = "selectItems"; public static final String EXCEPTION_FUNCTION_IS_NULL_E0FA4B62 = "function 不能为空"; public static final String EXCEPTION_PRECISION_IS_NULL_73E48139 = "precision 不能为空"; public static final String EXCEPTION_OPERAND_IS_NULL_D0182140 = "operand 不能为空"; public static final String EXCEPTION_WHENCLAUSES_IS_NULL_140535CF = "whenClauses 不能为空"; public static final String EXCEPTION_DEFAULTVALUE_IS_NULL_B1C8490D = "defaultValue 不能为空"; - public static final String EXCEPTION_THE_LENGTH_OF_SIMPLECASEEXPRESSION_QUOTE_S_WHENCLAUSES_MUST_GREATER_THAN_0_5D2963B9 = "SimpleCaseExpression 的 whenClauses 长度必须大于 0"; + public static final String + EXCEPTION_THE_LENGTH_OF_SIMPLECASEEXPRESSION_QUOTE_S_WHENCLAUSES_MUST_GREATER_THAN_0_5D2963B9 = + "SimpleCaseExpression 的 whenClauses 长度必须大于 0"; public static final String EXCEPTION_SETS_IS_NULL_C9A2FA67 = "sets 不能为空"; - public static final String EXCEPTION_GROUPING_SETS_CANNOT_BE_EMPTY_8E0BE7DB = "grouping sets 不能为空"; + public static final String EXCEPTION_GROUPING_SETS_CANNOT_BE_EMPTY_8E0BE7DB = + "grouping sets 不能为空"; public static final String EXCEPTION_IDENTIFIERS_IS_NULL_72CDC3BE = "identifiers 不能为空"; public static final String EXCEPTION_IDENTIFIERS_IS_EMPTY_410ED65C = "identifiers 为空"; public static final String EXCEPTION_QUERIES_IS_NULL_94399651 = "queries 不能为空"; public static final String EXCEPTION_QUERIES_IS_EMPTY_FE480BBC = "queries 为空"; public static final String EXCEPTION_VALUE_IS_EMPTY_A42300DD = "value 为空"; - public static final String EXCEPTION_VALUE_CONTAINS_ILLEGAL_CHARACTERS_COLON_ARG_C6DBFEBA = "value 包含非法字符: %s"; + public static final String EXCEPTION_VALUE_CONTAINS_ILLEGAL_CHARACTERS_COLON_ARG_C6DBFEBA = + "value 包含非法字符: %s"; public static final String EXCEPTION_RELATIONS_IS_NULL_0275CA3C = "relations 不能为空"; public static final String EXCEPTION_FILLMETHOD_IS_NULL_2E5A83E6 = "fillMethod 不能为空"; public static final String EXCEPTION_RELATION_IS_NULL_890596ED = "relation 不能为空"; @@ -384,7 +381,8 @@ private QueryMessages() {} public static final String EXCEPTION_SORTITEMS_IS_NULL_DD277CDD = "sortItems 不能为空"; public static final String EXCEPTION_SORTITEMS_SHOULD_NOT_BE_EMPTY_78C26791 = "sortItems 不应为空"; public static final String EXCEPTION_FIELD_IS_NULL_80E8CE23 = "field 不能为空"; - public static final String EXCEPTION_EXISTINGWINDOWNAME_IS_NULL_5D67FD72 = "existingWindowName 不能为空"; + public static final String EXCEPTION_EXISTINGWINDOWNAME_IS_NULL_5D67FD72 = + "existingWindowName 不能为空"; public static final String EXCEPTION_PARTITIONBY_IS_NULL_84791B6B = "partitionBy 不能为空"; public static final String EXCEPTION_FRAME_IS_NULL_5A92D609 = "frame 不能为空"; public static final String EXCEPTION_CONDITION_IS_NULL_327EBA55 = "condition 不能为空"; @@ -401,14 +399,20 @@ private QueryMessages() {} public static final String EXCEPTION_AFTERMATCHSKIPTO_IS_NULL_7623C3C0 = "afterMatchSkipTo 不能为空"; public static final String EXCEPTION_PATTERN_IS_NULL_AC4E239A = "pattern 不能为空"; public static final String EXCEPTION_SUBSETS_IS_NULL_AF77CD01 = "subsets 不能为空"; - public static final String EXCEPTION_VARIABLEDEFINITIONS_IS_NULL_5F7B8ED4 = "variableDefinitions 不能为空"; - public static final String EXCEPTION_VARIABLEDEFINITIONS_IS_EMPTY_9E324869 = "variableDefinitions 为空"; - public static final String EXCEPTION_UNEXPECTED_ROWCOUNT_CLASS_COLON_ARG_170FC7CD = "意外的 rowCount class: %s"; + public static final String EXCEPTION_VARIABLEDEFINITIONS_IS_NULL_5F7B8ED4 = + "variableDefinitions 不能为空"; + public static final String EXCEPTION_VARIABLEDEFINITIONS_IS_EMPTY_9E324869 = + "variableDefinitions 为空"; + public static final String EXCEPTION_UNEXPECTED_ROWCOUNT_CLASS_COLON_ARG_170FC7CD = + "意外的 rowCount class: %s"; public static final String EXCEPTION_ITEMS_IS_NULL_32A25379 = "items 不能为空"; public static final String EXCEPTION_OPERANDS_IS_NULL_135465B7 = "operands 不能为空"; - public static final String EXCEPTION_MUST_HAVE_AT_LEAST_TWO_OPERANDS_CE7B0DCB = "必须至少有两个 operands"; - public static final String EXCEPTION_LINE_MUST_BE_AT_LEAST_ONE_COMMA_GOT_COLON_ARG_6BA7A99C = "line 必须至少为 1,实际为: %s"; - public static final String EXCEPTION_COLUMN_MUST_BE_AT_LEAST_ONE_COMMA_GOT_COLON_ARG_4A529240 = "column 必须至少为 1,实际为: %s"; + public static final String EXCEPTION_MUST_HAVE_AT_LEAST_TWO_OPERANDS_CE7B0DCB = + "必须至少有两个 operands"; + public static final String EXCEPTION_LINE_MUST_BE_AT_LEAST_ONE_COMMA_GOT_COLON_ARG_6BA7A99C = + "line 必须至少为 1,实际为: %s"; + public static final String EXCEPTION_COLUMN_MUST_BE_AT_LEAST_ONE_COMMA_GOT_COLON_ARG_4A529240 = + "column 必须至少为 1,实际为: %s"; public static final String EXCEPTION_QUERY_IS_NULL_689B7978 = "query 不能为空"; public static final String EXCEPTION_OPERATOR_IS_NULL_F5BB9F59 = "operator 不能为空"; public static final String EXCEPTION_EXPECTED_AT_LEAST_2_TERMS_87CD9010 = "期望至少 2 个 terms"; @@ -417,8 +421,10 @@ private QueryMessages() {} public static final String EXCEPTION_TRIMCHARACTER_IS_NULL_4036C3D8 = "trimCharacter 不能为空"; public static final String EXCEPTION_POSITION_IS_NULL_5B14C61B = "position 不能为空"; public static final String EXCEPTION_IDENTIFIER_IS_NULL_8F8171C8 = "identifier 不能为空"; - public static final String EXCEPTION_MISSING_IDENTIFIER_IN_SKIP_TO_ARG_33E1A7C3 = "SKIP TO %s 中缺少标识符"; - public static final String EXCEPTION_UNEXPECTED_IDENTIFIER_IN_SKIP_TO_ARG_58438AFC = "SKIP TO %s 中出现意外的标识符"; + public static final String EXCEPTION_MISSING_IDENTIFIER_IN_SKIP_TO_ARG_33E1A7C3 = + "SKIP TO %s 中缺少标识符"; + public static final String EXCEPTION_UNEXPECTED_IDENTIFIER_IN_SKIP_TO_ARG_58438AFC = + "SKIP TO %s 中出现意外的标识符"; public static final String EXCEPTION_FIRST_IS_NULL_DC679129 = "first 不能为空"; public static final String EXCEPTION_ORIGINALPARTS_IS_NULL_EA9B01F3 = "originalParts 不能为空"; public static final String EXCEPTION_ORIGINALPARTS_IS_EMPTY_0D1EFAC4 = "originalParts 为空"; @@ -430,7 +436,9 @@ private QueryMessages() {} public static final String EXCEPTION_FILL_IS_NULL_3548C13D = "fill 不能为空"; public static final String EXCEPTION_OFFSET_IS_NULL_82BA6093 = "offset 不能为空"; public static final String EXCEPTION_LIMIT_IS_NULL_2EE9FA0F = "limit 不能为空"; - public static final String EXCEPTION_LIMIT_MUST_BE_OPTIONAL_OF_EITHER_FETCHFIRST_OR_LIMIT_TYPE_0636CAA9 = "limit 必须是 FetchFirst 或 Limit 类型之一的可选项"; + public static final String + EXCEPTION_LIMIT_MUST_BE_OPTIONAL_OF_EITHER_FETCHFIRST_OR_LIMIT_TYPE_0636CAA9 = + "limit 必须是 FetchFirst 或 Limit 类型之一的可选项"; public static final String EXCEPTION_ATLEAST_IS_NULL_2FE8D701 = "atLeast 不能为空"; public static final String EXCEPTION_ATMOST_IS_NULL_778B3B3A = "atMost 不能为空"; public static final String EXCEPTION_VALUES_CANNOT_BE_EMPTY_F18F863D = "values 不能为空"; @@ -440,118 +448,209 @@ private QueryMessages() {} public static final String EXCEPTION_GROUPBY_IS_NULL_4CF478F2 = "groupBy 不能为空"; public static final String EXCEPTION_HAVING_IS_NULL_700DC5B0 = "having 不能为空"; public static final String EXCEPTION_WINDOWS_IS_NULL_549D8892 = "windows 不能为空"; - public static final String EXCEPTION_FIELDINDEX_MUST_BE_GREATER_THAN_EQUALS_0_4138C39B = "fieldIndex 必须为 >= 0"; + public static final String EXCEPTION_FIELDINDEX_MUST_BE_GREATER_THAN_EQUALS_0_4138C39B = + "fieldIndex 必须为 >= 0"; public static final String EXCEPTION_WINDOW_IS_NULL_7532B76A = "window 不能为空"; public static final String EXCEPTION_ESCAPE_IS_NULL_C9E4F69B = "escape 不能为空"; public static final String EXCEPTION_PROCESSINGMODE_IS_NULL_F4D8AE91 = "processingMode 不能为空"; - public static final String EXCEPTION_SIMPLEGROUPBYEXPRESSIONS_IS_NULL_3F6A1ECC = "simpleGroupByExpressions 不能为空"; - public static final String EXCEPTION_THE_LENGTH_OF_SEARCHEDCASEEXPRESSION_QUOTE_S_WHENCLAUSES_MUST_GREATER_THAN_0_D710DBF6 = "SearchedCaseExpression 的 whenClauses 长度必须大于 0"; + public static final String EXCEPTION_SIMPLEGROUPBYEXPRESSIONS_IS_NULL_3F6A1ECC = + "simpleGroupByExpressions 不能为空"; + public static final String + EXCEPTION_THE_LENGTH_OF_SEARCHEDCASEEXPRESSION_QUOTE_S_WHENCLAUSES_MUST_GREATER_THAN_0_D710DBF6 = + "SearchedCaseExpression 的 whenClauses 长度必须大于 0"; public static final String EXCEPTION_SIGN_IS_NULL_4AF91D16 = "sign 不能为空"; public static final String EXCEPTION_START_IS_NULL_5A075F04 = "start 不能为空"; public static final String EXCEPTION_END_IS_NULL_C6C46BAA = "end 不能为空"; public static final String EXCEPTION_SECOND_IS_NULL_989FAA15 = "second 不能为空"; public static final String EXCEPTION_MODE_IS_NULL_54A948DB = "mode 不能为空"; - public static final String EXCEPTION_PATTERNQUANTIFIER_IS_NULL_0AC88BAB = "patternQuantifier 不能为空"; + public static final String EXCEPTION_PATTERNQUANTIFIER_IS_NULL_0AC88BAB = + "patternQuantifier 不能为空"; public static final String EXCEPTION_COLUMNS_IS_NULL_6C8F32B3 = "columns 不能为空"; public static final String EXCEPTION_COLUMNS_IS_EMPTY_C7A671C9 = "columns 为空"; public static final String EXCEPTION_QUANTIFIER_IS_NULL_7B81C096 = "quantifier 不能为空"; public static final String EXCEPTION_COLUMNNAMES_IS_NULL_C3BF708F = "columnNames 不能为空"; public static final String EXCEPTION_SETDESCRIPTOR_IS_NULL_4ED0D19A = "setDescriptor 不能为空"; public static final String EXCEPTION_CLASSIFIERSYMBOL_IS_NULL_B92EE093 = "classifierSymbol 不能为空"; - public static final String EXCEPTION_MATCHNUMBERSYMBOL_IS_NULL_D88DC4EE = "matchNumberSymbol 不能为空"; - public static final String EXCEPTION_LOGICALINDEXPOINTER_IS_NULL_BF8B516B = "logicalIndexPointer 不能为空"; + public static final String EXCEPTION_MATCHNUMBERSYMBOL_IS_NULL_D88DC4EE = + "matchNumberSymbol 不能为空"; + public static final String EXCEPTION_LOGICALINDEXPOINTER_IS_NULL_BF8B516B = + "logicalIndexPointer 不能为空"; public static final String EXCEPTION_INPUTSYMBOL_IS_NULL_F4B354EB = "inputSymbol 不能为空"; - public static final String EXCEPTION_PATTERN_CONCATENATION_MUST_HAVE_AT_LEAST_2_ELEMENTS_LEFT_PAREN_ACTUAL_COLON_ARG__8B283563 = "pattern concatenation 必须至少有 2 个元素(实际: %s)"; + public static final String + EXCEPTION_PATTERN_CONCATENATION_MUST_HAVE_AT_LEAST_2_ELEMENTS_LEFT_PAREN_ACTUAL_COLON_ARG__8B283563 = + "pattern concatenation 必须至少有 2 个元素(实际: %s)"; public static final String EXCEPTION_LABELS_IS_NULL_F4FBBECE = "labels 不能为空"; - public static final String EXCEPTION_LOGICAL_OFFSET_MUST_BE_GREATER_THAN_EQUALS_0_COMMA_ACTUAL_COLON_ARG_539807BF = "logical offset 必须 >= 0,实际: %s"; - public static final String EXCEPTION_PATTERN_ALTERNATION_MUST_HAVE_AT_LEAST_2_ELEMENTS_LEFT_PAREN_ACTUAL_COLON_ARG_RI_A03B40AC = "pattern alternation 必须至少有 2 个元素(实际: %s)"; - public static final String EXCEPTION_RUN_IRROWPATTERNFLATTENER_FIRST_TO_REMOVE_REDUNDANT_EMPTY_PATTERN_D2FB553C = "请先运行 IrRowPatternFlattener,以移除多余的空 pattern"; + public static final String + EXCEPTION_LOGICAL_OFFSET_MUST_BE_GREATER_THAN_EQUALS_0_COMMA_ACTUAL_COLON_ARG_539807BF = + "logical offset 必须 >= 0,实际: %s"; + public static final String + EXCEPTION_PATTERN_ALTERNATION_MUST_HAVE_AT_LEAST_2_ELEMENTS_LEFT_PAREN_ACTUAL_COLON_ARG_RI_A03B40AC = + "pattern alternation 必须至少有 2 个元素(实际: %s)"; + public static final String + EXCEPTION_RUN_IRROWPATTERNFLATTENER_FIRST_TO_REMOVE_REDUNDANT_EMPTY_PATTERN_D2FB553C = + "请先运行 IrRowPatternFlattener,以移除多余的空 pattern"; public static final String EXCEPTION_OUTPUTSYMBOLS_IS_NULL_D7024804 = "outputSymbols 不能为空"; public static final String EXCEPTION_ROW_IS_NULL_36A3CCAA = "row 不能为空"; - public static final String EXCEPTION_DECLARED_AND_ACTUAL_ROW_COUNTS_DON_QUOTE_T_MATCH_COLON_ARG_VS_ARG_EC8361A5 = "声明的 row count 与实际 row count 不匹配: %s vs %s"; - public static final String EXCEPTION_MISSING_ROWS_SPECIFICATION_FOR_VALUES_WITH_NON_MINUS_EMPTY_OUTPUT_SYMBOLS_9BA9C169 = "具有非空 output symbols 的 Values 缺少 rows specification"; - public static final String EXCEPTION_MISMATCHED_ROWS_DOT_ALL_ROWS_MUST_BE_THE_SAME_SIZE_E98CF3BE = "rows 不匹配。所有 rows 大小必须一致"; - public static final String EXCEPTION_ROW_SIZE_DOESN_QUOTE_T_MATCH_THE_NUMBER_OF_OUTPUT_SYMBOLS_COLON_ARG_VS_ARG_5FBDF729 = "row size 与 output symbols 数量不匹配: %s vs %s"; + public static final String + EXCEPTION_DECLARED_AND_ACTUAL_ROW_COUNTS_DON_QUOTE_T_MATCH_COLON_ARG_VS_ARG_EC8361A5 = + "声明的 row count 与实际 row count 不匹配: %s vs %s"; + public static final String + EXCEPTION_MISSING_ROWS_SPECIFICATION_FOR_VALUES_WITH_NON_MINUS_EMPTY_OUTPUT_SYMBOLS_9BA9C169 = + "具有非空 output symbols 的 Values 缺少 rows specification"; + public static final String EXCEPTION_MISMATCHED_ROWS_DOT_ALL_ROWS_MUST_BE_THE_SAME_SIZE_E98CF3BE = + "rows 不匹配。所有 rows 大小必须一致"; + public static final String + EXCEPTION_ROW_SIZE_DOESN_QUOTE_T_MATCH_THE_NUMBER_OF_OUTPUT_SYMBOLS_COLON_ARG_VS_ARG_5FBDF729 = + "row size 与 output symbols 数量不匹配: %s vs %s"; public static final String EXCEPTION_ARGUMENTNAME_IS_NULL_7F8F665F = "argumentName 不能为空"; - public static final String EXCEPTION_PASSTHROUGHSPECIFICATION_IS_NULL_2B48FE41 = "passThroughSpecification 不能为空"; + public static final String EXCEPTION_PASSTHROUGHSPECIFICATION_IS_NULL_2B48FE41 = + "passThroughSpecification 不能为空"; public static final String EXCEPTION_SYMBOL_IS_NULL_AE539B31 = "symbol 不能为空"; public static final String EXCEPTION_WRONG_NUMBER_OF_NEW_CHILDREN_817AF800 = "new children 数量错误"; public static final String EXCEPTION_STARTTYPE_IS_NULL_2EB77A1F = "startType 不能为空"; public static final String EXCEPTION_STARTVALUE_IS_NULL_4FD58C2B = "startValue 不能为空"; - public static final String EXCEPTION_SORTKEYCOERCEDFORFRAMESTARTCOMPARISON_IS_NULL_4E922E4D = "sortKeyCoercedForFrameStartComparison 不能为空"; + public static final String EXCEPTION_SORTKEYCOERCEDFORFRAMESTARTCOMPARISON_IS_NULL_4E922E4D = + "sortKeyCoercedForFrameStartComparison 不能为空"; public static final String EXCEPTION_ENDTYPE_IS_NULL_6B9E47D2 = "endType 不能为空"; public static final String EXCEPTION_ENDVALUE_IS_NULL_69BD66CB = "endValue 不能为空"; - public static final String EXCEPTION_SORTKEYCOERCEDFORFRAMEENDCOMPARISON_IS_NULL_CB0BAC41 = "sortKeyCoercedForFrameEndComparison 不能为空"; - public static final String EXCEPTION_ORIGINALSTARTVALUE_IS_NULL_6BCE78A9 = "originalStartValue 不能为空"; + public static final String EXCEPTION_SORTKEYCOERCEDFORFRAMEENDCOMPARISON_IS_NULL_CB0BAC41 = + "sortKeyCoercedForFrameEndComparison 不能为空"; + public static final String EXCEPTION_ORIGINALSTARTVALUE_IS_NULL_6BCE78A9 = + "originalStartValue 不能为空"; public static final String EXCEPTION_ORIGINALENDVALUE_IS_NULL_EBA46FFA = "originalEndValue 不能为空"; - public static final String EXCEPTION_PREPARTITIONEDINPUTS_MUST_BE_CONTAINED_IN_PARTITIONBY_CE9DCE6F = "prePartitionedInputs 必须包含在 partitionBy 中"; - public static final String EXCEPTION_CANNOT_HAVE_SORTED_MORE_SYMBOLS_THAN_THOSE_REQUESTED_52EEB7C9 = "不能包含多于请求数量的 sorted symbols"; - public static final String EXCEPTION_PRESORTEDORDERPREFIX_CAN_ONLY_BE_GREATER_THAN_ZERO_IF_ALL_PARTITION_SYMBOLS_ARE__76BBC8DD = "只有在所有 partition symbols 均已 pre-partitioned 时,preSortedOrderPrefix 才能大于 0"; - public static final String EXCEPTION_ORIGINALSTARTVALUE_MUST_BE_PRESENT_IF_STARTVALUE_IS_PRESENT_30B6FDFF = "startValue 存在时 originalStartValue 必须存在"; - public static final String EXCEPTION_FOR_FRAME_OF_TYPE_RANGE_COMMA_SORTKEYCOERCEDFORFRAMESTARTCOMPARISON_MUST_BE_PRES_7533A433 = "RANGE 类型 frame 中,startValue 存在时 sortKeyCoercedForFrameStartComparison 必须存在"; - public static final String EXCEPTION_ORIGINALENDVALUE_MUST_BE_PRESENT_IF_ENDVALUE_IS_PRESENT_E79EF3D2 = "endValue 存在时 originalEndValue 必须存在"; - public static final String EXCEPTION_FOR_FRAME_OF_TYPE_RANGE_COMMA_SORTKEYCOERCEDFORFRAMEENDCOMPARISON_MUST_BE_PRESEN_36A665AC = "RANGE 类型 frame 中,endValue 存在时 sortKeyCoercedForFrameEndComparison 必须存在"; - public static final String EXCEPTION_SUBQUERYASSIGNMENTS_IS_NULL_946CDC43 = "subqueryAssignments 不能为空"; + public static final String + EXCEPTION_PREPARTITIONEDINPUTS_MUST_BE_CONTAINED_IN_PARTITIONBY_CE9DCE6F = + "prePartitionedInputs 必须包含在 partitionBy 中"; + public static final String + EXCEPTION_CANNOT_HAVE_SORTED_MORE_SYMBOLS_THAN_THOSE_REQUESTED_52EEB7C9 = + "不能包含多于请求数量的 sorted symbols"; + public static final String + EXCEPTION_PRESORTEDORDERPREFIX_CAN_ONLY_BE_GREATER_THAN_ZERO_IF_ALL_PARTITION_SYMBOLS_ARE__76BBC8DD = + "只有在所有 partition symbols 均已 pre-partitioned 时,preSortedOrderPrefix 才能大于 0"; + public static final String + EXCEPTION_ORIGINALSTARTVALUE_MUST_BE_PRESENT_IF_STARTVALUE_IS_PRESENT_30B6FDFF = + "startValue 存在时 originalStartValue 必须存在"; + public static final String + EXCEPTION_FOR_FRAME_OF_TYPE_RANGE_COMMA_SORTKEYCOERCEDFORFRAMESTARTCOMPARISON_MUST_BE_PRES_7533A433 = + "RANGE 类型 frame 中,startValue 存在时 sortKeyCoercedForFrameStartComparison 必须存在"; + public static final String + EXCEPTION_ORIGINALENDVALUE_MUST_BE_PRESENT_IF_ENDVALUE_IS_PRESENT_E79EF3D2 = + "endValue 存在时 originalEndValue 必须存在"; + public static final String + EXCEPTION_FOR_FRAME_OF_TYPE_RANGE_COMMA_SORTKEYCOERCEDFORFRAMEENDCOMPARISON_MUST_BE_PRESEN_36A665AC = + "RANGE 类型 frame 中,endValue 存在时 sortKeyCoercedForFrameEndComparison 必须存在"; + public static final String EXCEPTION_SUBQUERYASSIGNMENTS_IS_NULL_946CDC43 = + "subqueryAssignments 不能为空"; public static final String EXCEPTION_CORRELATION_IS_NULL_F8327EAD = "correlation 不能为空"; public static final String EXCEPTION_ORIGINSUBQUERY_IS_NULL_8EFEB8D5 = "originSubquery 不能为空"; - public static final String EXCEPTION_INPUT_DOES_NOT_CONTAIN_SYMBOLS_FROM_CORRELATION_1B3DB7BF = "Input 不包含来自 correlation 的 symbols"; - public static final String EXCEPTION_EXPECTED_NEWCHILDREN_TO_CONTAIN_2_NODES_25FE7927 = "期望 newChildren 包含 2 个 nodes"; + public static final String EXCEPTION_INPUT_DOES_NOT_CONTAIN_SYMBOLS_FROM_CORRELATION_1B3DB7BF = + "Input 不包含来自 correlation 的 symbols"; + public static final String EXCEPTION_EXPECTED_NEWCHILDREN_TO_CONTAIN_2_NODES_25FE7927 = + "期望 newChildren 包含 2 个 nodes"; public static final String EXCEPTION_CHILDREN_IS_NULL_0CB43CE2 = "children 不能为空"; public static final String EXCEPTION_OUTPUTTOINPUTS_IS_NULL_4125312B = "outputToInputs 不能为空"; public static final String EXCEPTION_OUTPUTS_IS_NULL_EFD078A2 = "outputs 不能为空"; public static final String EXCEPTION_MUST_HAVE_AT_LEAST_ONE_SOURCE_4114F454 = "必须至少有一个 source"; - public static final String EXCEPTION_EVERY_CHILD_NEEDS_TO_MAP_ITS_SYMBOLS_TO_AN_OUTPUT_ARG_OPERATION_SYMBOL_7FA107A2 = "每个 child 都需要将其 symbols 映射到输出 %s operation symbol"; - public static final String EXCEPTION_CHILD_DOES_NOT_PROVIDE_REQUIRED_SYMBOLS_B7CE956E = "Child 未提供必需 symbols"; - public static final String EXCEPTION_LEFTOUTPUTSYMBOLS_IS_NULL_083AE900 = "leftOutputSymbols 不能为空"; - public static final String EXCEPTION_RIGHTOUTPUTSYMBOLS_IS_NULL_F44B848F = "rightOutputSymbols 不能为空"; + public static final String + EXCEPTION_EVERY_CHILD_NEEDS_TO_MAP_ITS_SYMBOLS_TO_AN_OUTPUT_ARG_OPERATION_SYMBOL_7FA107A2 = + "每个 child 都需要将其 symbols 映射到输出 %s operation symbol"; + public static final String EXCEPTION_CHILD_DOES_NOT_PROVIDE_REQUIRED_SYMBOLS_B7CE956E = + "Child 未提供必需 symbols"; + public static final String EXCEPTION_LEFTOUTPUTSYMBOLS_IS_NULL_083AE900 = + "leftOutputSymbols 不能为空"; + public static final String EXCEPTION_RIGHTOUTPUTSYMBOLS_IS_NULL_F44B848F = + "rightOutputSymbols 不能为空"; public static final String EXCEPTION_FILTER_IS_NULL_8F83BD19 = "filter 不能为空"; public static final String EXCEPTION_SPILLABLE_IS_NULL_8226EA70 = "spillable 不能为空"; - public static final String EXCEPTION_FILTER_MUST_BE_AN_EXPRESSION_OF_BOOLEAN_TYPE_COLON_ARG_F358F1A8 = "Filter 必须是 boolean 类型表达式:%s"; - public static final String EXCEPTION_LEFT_SOURCE_INPUTS_DO_NOT_CONTAIN_ALL_LEFT_OUTPUT_SYMBOLS_71459E3B = "Left source inputs 不包含所有 left output symbols"; - public static final String EXCEPTION_RIGHT_SOURCE_INPUTS_DO_NOT_CONTAIN_ALL_RIGHT_OUTPUT_SYMBOLS_23EBC024 = "Right source inputs 不包含所有 right output symbols"; - public static final String EXCEPTION_EQUALITY_JOIN_CRITERIA_SHOULD_BE_NORMALIZED_ACCORDING_TO_JOIN_SIDES_COLON_ARG_76EB7C14 = "等值 join criteria 应按 join sides 规范化:%s"; - public static final String EXCEPTION_EXPECTED_NEWCHILDREN_TO_CONTAIN_2_NODES_FOR_JOINNODE_BEEC3D82 = "期望 newChildren 包含 2 个 JoinNode 节点"; + public static final String + EXCEPTION_FILTER_MUST_BE_AN_EXPRESSION_OF_BOOLEAN_TYPE_COLON_ARG_F358F1A8 = + "Filter 必须是 boolean 类型表达式:%s"; + public static final String + EXCEPTION_LEFT_SOURCE_INPUTS_DO_NOT_CONTAIN_ALL_LEFT_OUTPUT_SYMBOLS_71459E3B = + "Left source inputs 不包含所有 left output symbols"; + public static final String + EXCEPTION_RIGHT_SOURCE_INPUTS_DO_NOT_CONTAIN_ALL_RIGHT_OUTPUT_SYMBOLS_23EBC024 = + "Right source inputs 不包含所有 right output symbols"; + public static final String + EXCEPTION_EQUALITY_JOIN_CRITERIA_SHOULD_BE_NORMALIZED_ACCORDING_TO_JOIN_SIDES_COLON_ARG_76EB7C14 = + "等值 join criteria 应按 join sides 规范化:%s"; + public static final String + EXCEPTION_EXPECTED_NEWCHILDREN_TO_CONTAIN_2_NODES_FOR_JOINNODE_BEEC3D82 = + "期望 newChildren 包含 2 个 JoinNode 节点"; public static final String EXCEPTION_MARKERSYMBOL_IS_NULL_0313F046 = "markerSymbol 不能为空"; public static final String EXCEPTION_HASHSYMBOL_IS_NULL_1BD487F2 = "hashSymbol 不能为空"; public static final String EXCEPTION_DISTINCTSYMBOLS_IS_NULL_28B8DB52 = "distinctSymbols 不能为空"; - public static final String EXCEPTION_DISTINCTSYMBOLS_CANNOT_BE_EMPTY_A44A693E = "distinctSymbols 不能为空"; - public static final String EXCEPTION_EXPRESSIONANDVALUEPOINTERS_IS_NULL_8A02F345 = "expressionAndValuePointers 不能为空"; + public static final String EXCEPTION_DISTINCTSYMBOLS_CANNOT_BE_EMPTY_A44A693E = + "distinctSymbols 不能为空"; + public static final String EXCEPTION_EXPRESSIONANDVALUEPOINTERS_IS_NULL_8A02F345 = + "expressionAndValuePointers 不能为空"; public static final String EXCEPTION_SKIPTOLABELS_IS_NULL_0A543C09 = "skipToLabels 不能为空"; public static final String EXCEPTION_SKIPTOPOSITION_IS_NULL_EFBA10CA = "skipToPosition 不能为空"; - public static final String EXCEPTION_COLUMNNAMES_AND_OUTPUTSYMBOLS_SIZES_DON_QUOTE_T_MATCH_1BDF6B28 = "columnNames 和 outputSymbols 的大小不匹配"; + public static final String + EXCEPTION_COLUMNNAMES_AND_OUTPUTSYMBOLS_SIZES_DON_QUOTE_T_MATCH_1BDF6B28 = + "columnNames 和 outputSymbols 的大小不匹配"; public static final String EXCEPTION_AGGREGATIONS_IS_NULL_CFE9CD2E = "aggregations 不能为空"; public static final String EXCEPTION_GROUPINGSETS_IS_NULL_8EE6D9BF = "groupingSets 不能为空"; - public static final String EXCEPTION_PREGROUPEDSYMBOLS_IS_NULL_DC24FF7B = "preGroupedSymbols 不能为空"; - public static final String EXCEPTION_GLOBALGROUPINGSETS_IS_NULL_5B175B47 = "globalGroupingSets 不能为空"; + public static final String EXCEPTION_PREGROUPEDSYMBOLS_IS_NULL_DC24FF7B = + "preGroupedSymbols 不能为空"; + public static final String EXCEPTION_GLOBALGROUPINGSETS_IS_NULL_5B175B47 = + "globalGroupingSets 不能为空"; public static final String EXCEPTION_GROUPINGKEYS_IS_NULL_90D11F0C = "groupingKeys 不能为空"; public static final String EXCEPTION_MASK_IS_NULL_5A7CEA49 = "mask 不能为空"; public static final String EXCEPTION_SOURCE_IS_NULL_45946547 = "source 不能为空"; public static final String EXCEPTION_STEP_IS_NULL_F83262DA = "step 不能为空"; public static final String EXCEPTION_GROUPIDSYMBOL_IS_NULL_BFD3763D = "groupIdSymbol 不能为空"; - public static final String EXCEPTION_GROUPING_COLUMNS_DOES_NOT_CONTAIN_GROUPID_COLUMN_83976C83 = "Grouping columns 不包含 groupId column"; - public static final String EXCEPTION_ORDER_BY_DOES_NOT_SUPPORT_DISTRIBUTED_AGGREGATION_05109B26 = "ORDER BY 不支持分布式聚合"; - public static final String EXCEPTION_PRE_MINUS_GROUPED_SYMBOLS_MUST_BE_A_SUBSET_OF_THE_GROUPING_KEYS_AFC6C33D = "pre-grouped symbols 必须是 grouping keys 的子集"; - public static final String EXCEPTION_GROUPING_SET_COUNT_MUST_BE_LARGER_THAN_0_06FE609E = "grouping set 数量必须大于 0"; - public static final String EXCEPTION_LIST_OF_EMPTY_GLOBAL_GROUPING_SETS_MUST_BE_NO_LARGER_THAN_GROUPING_SET_COUNT_12DAD147 = "空 global grouping sets 列表大小不能大于 grouping set 数量"; - public static final String EXCEPTION_NO_GROUPING_KEYS_IMPLIES_AT_LEAST_ONE_GLOBAL_GROUPING_SET_COMMA_BUT_NONE_PROVIDE_F099B6D2 = "没有 grouping keys 意味着至少需要一个 global grouping set,但未提供"; - public static final String EXCEPTION_ARGUMENT_MUST_BE_SYMBOL_COLON_ARG_9C176D4D = "argument 必须为 symbol: %s"; - public static final String EXCEPTION_ARG_AGGREGATION_FUNCTION_ARG_HAS_ARG_ARGUMENTS_COMMA_BUT_ARG_ARGUMENTS_WERE_PROV_53CC06CF = "%s aggregation function %s 有 %s 个参数,但函数调用提供了 %s 个参数"; + public static final String EXCEPTION_GROUPING_COLUMNS_DOES_NOT_CONTAIN_GROUPID_COLUMN_83976C83 = + "Grouping columns 不包含 groupId column"; + public static final String EXCEPTION_ORDER_BY_DOES_NOT_SUPPORT_DISTRIBUTED_AGGREGATION_05109B26 = + "ORDER BY 不支持分布式聚合"; + public static final String + EXCEPTION_PRE_MINUS_GROUPED_SYMBOLS_MUST_BE_A_SUBSET_OF_THE_GROUPING_KEYS_AFC6C33D = + "pre-grouped symbols 必须是 grouping keys 的子集"; + public static final String EXCEPTION_GROUPING_SET_COUNT_MUST_BE_LARGER_THAN_0_06FE609E = + "grouping set 数量必须大于 0"; + public static final String + EXCEPTION_LIST_OF_EMPTY_GLOBAL_GROUPING_SETS_MUST_BE_NO_LARGER_THAN_GROUPING_SET_COUNT_12DAD147 = + "空 global grouping sets 列表大小不能大于 grouping set 数量"; + public static final String + EXCEPTION_NO_GROUPING_KEYS_IMPLIES_AT_LEAST_ONE_GLOBAL_GROUPING_SET_COMMA_BUT_NONE_PROVIDE_F099B6D2 = + "没有 grouping keys 意味着至少需要一个 global grouping set,但未提供"; + public static final String EXCEPTION_ARGUMENT_MUST_BE_SYMBOL_COLON_ARG_9C176D4D = + "argument 必须为 symbol: %s"; + public static final String + EXCEPTION_ARG_AGGREGATION_FUNCTION_ARG_HAS_ARG_ARGUMENTS_COMMA_BUT_ARG_ARGUMENTS_WERE_PROV_53CC06CF = + "%s aggregation function %s 有 %s 个参数,但函数调用提供了 %s 个参数"; public static final String EXCEPTION_IDCOLUMN_IS_NULL_FA206D71 = "idColumn 不能为空"; - public static final String EXCEPTION_EXPECTED_NEWCHILDREN_TO_CONTAIN_1_NODE_7A97D180 = "期望 newChildren 包含 1 个 node"; + public static final String EXCEPTION_EXPECTED_NEWCHILDREN_TO_CONTAIN_1_NODE_7A97D180 = + "期望 newChildren 包含 1 个 node"; public static final String EXCEPTION_SOURCEJOINSYMBOL_IS_NULL_A88AEC85 = "sourceJoinSymbol 不能为空"; - public static final String EXCEPTION_FILTERINGSOURCEJOINSYMBOL_IS_NULL_502C5BD5 = "filteringSourceJoinSymbol 不能为空"; + public static final String EXCEPTION_FILTERINGSOURCEJOINSYMBOL_IS_NULL_502C5BD5 = + "filteringSourceJoinSymbol 不能为空"; public static final String EXCEPTION_SEMIJOINOUTPUT_IS_NULL_D961A39B = "semiJoinOutput 不能为空"; - public static final String EXCEPTION_SOURCE_DOES_NOT_CONTAIN_JOIN_SYMBOL_FA572FD2 = "Source 不包含 join symbol"; - public static final String EXCEPTION_FILTERING_SOURCE_DOES_NOT_CONTAIN_FILTERING_JOIN_SYMBOL_0C7B1BE3 = "Filtering source 不包含 filtering join symbol"; - public static final String EXCEPTION_REHASHMEMORYRESERVATION_IS_NEGATIVE_7EFEFCC2 = "rehashMemoryReservation 不能为负数"; - public static final String EXCEPTION_IDENTIFIER_CANNOT_BE_EMPTY_OR_NULL_9C70B87D = "Identifier 不能为空或 null"; - public static final String EXCEPTION_COLUMN_ALIAS_ARG_IS_AMBIGUOUS_AT_POSITIONS_ARG_F6FF2E93 = "列别名 '%s' 在位置 %s 处存在歧义"; - public static final String EXCEPTION_INVALID_ARGUMENT_ARG_EXPECTED_SCALAR_ARGUMENT_4AD4E32F = "无效的参数 %s。期望标量参数"; - public static final String EXCEPTION_THE_SLIDE_ARGUMENT_MUST_HAVE_THE_SAME_WINDOW_MODE_AS_THE_SIZE_ARGUMENT_419C9844 = "SLIDE 参数必须与 SIZE 参数具有相同的窗口模式。"; - public static final String EXCEPTION_THE_ORIGIN_ARGUMENT_IS_ONLY_SUPPORTED_IN_TIME_WINDOW_MODE_B3F358B9 = "ORIGIN 参数仅在时间窗口模式下受支持。"; - public static final String EXCEPTION_THE_ORDER_BY_CLAUSE_OF_THE_DATA_ARGUMENT_MUST_SORT_THE_TIME_COLUMN_IN_ASCENDING_ORDER_C3FD0F6A = "DATA 参数的 ORDER BY 子句必须按时间列升序排序。"; - public static final String EXCEPTION_ARGUMENTS_SHOULD_NEVER_BE_EMPTY_WHEN_RESOLVING_M4_MODE_F982EA1C = "解析 M4 模式时参数不应为空"; + public static final String EXCEPTION_SOURCE_DOES_NOT_CONTAIN_JOIN_SYMBOL_FA572FD2 = + "Source 不包含 join symbol"; + public static final String + EXCEPTION_FILTERING_SOURCE_DOES_NOT_CONTAIN_FILTERING_JOIN_SYMBOL_0C7B1BE3 = + "Filtering source 不包含 filtering join symbol"; + public static final String EXCEPTION_REHASHMEMORYRESERVATION_IS_NEGATIVE_7EFEFCC2 = + "rehashMemoryReservation 不能为负数"; + public static final String EXCEPTION_IDENTIFIER_CANNOT_BE_EMPTY_OR_NULL_9C70B87D = + "Identifier 不能为空或 null"; + public static final String EXCEPTION_COLUMN_ALIAS_ARG_IS_AMBIGUOUS_AT_POSITIONS_ARG_F6FF2E93 = + "列别名 '%s' 在位置 %s 处存在歧义"; + public static final String EXCEPTION_INVALID_ARGUMENT_ARG_EXPECTED_SCALAR_ARGUMENT_4AD4E32F = + "无效的参数 %s。期望标量参数"; + public static final String + EXCEPTION_THE_SLIDE_ARGUMENT_MUST_HAVE_THE_SAME_WINDOW_MODE_AS_THE_SIZE_ARGUMENT_419C9844 = + "SLIDE 参数必须与 SIZE 参数具有相同的窗口模式。"; + public static final String + EXCEPTION_THE_ORIGIN_ARGUMENT_IS_ONLY_SUPPORTED_IN_TIME_WINDOW_MODE_B3F358B9 = + "ORIGIN 参数仅在时间窗口模式下受支持。"; + public static final String + EXCEPTION_THE_ORDER_BY_CLAUSE_OF_THE_DATA_ARGUMENT_MUST_SORT_THE_TIME_COLUMN_IN_ASCENDING_ORDER_C3FD0F6A = + "DATA 参数的 ORDER BY 子句必须按时间列升序排序。"; + public static final String + EXCEPTION_ARGUMENTS_SHOULD_NEVER_BE_EMPTY_WHEN_RESOLVING_M4_MODE_F982EA1C = "解析 M4 模式时参数不应为空"; public static final String EXCEPTION_MISSING_REQUIRED_ARGUMENT_ARG_1308D0DC = "缺少必要参数:%s"; public static final String EXCEPTION_UNKNOWN_ARGUMENT_ARG_F40E9394 = "未知参数:%s"; - } diff --git a/iotdb-core/node-commons/src/main/i18n/zh/org/apache/iotdb/commons/i18n/SchemaMessages.java b/iotdb-core/node-commons/src/main/i18n/zh/org/apache/iotdb/commons/i18n/SchemaMessages.java index 776690108a0d..144f65435315 100644 --- a/iotdb-core/node-commons/src/main/i18n/zh/org/apache/iotdb/commons/i18n/SchemaMessages.java +++ b/iotdb-core/node-commons/src/main/i18n/zh/org/apache/iotdb/commons/i18n/SchemaMessages.java @@ -36,12 +36,10 @@ public final class SchemaMessages { // Table 相关消息 public static final String CANNOT_REMOVE_TAG_COLUMN = "无法移除 tag 列:%s"; - public static final String UNKNOWN_TABLE_UPDATE_OPERATION_TYPE = - "未知的 table 更新操作类型%s"; + public static final String UNKNOWN_TABLE_UPDATE_OPERATION_TYPE = "未知的 table 更新操作类型%s"; // Column 相关消息 - public static final String UNSUPPORTED_COLUMN_TYPE_IN_TSFILE = - "TsFile 中不支持的列类型:%s"; + public static final String UNSUPPORTED_COLUMN_TYPE_IN_TSFILE = "TsFile 中不支持的列类型:%s"; public static final String UNKNOWN_COLUMN_TYPE = "未知的列类型:%s"; public static final String SIZE_SHOULD_NOT_BE_NEGATIVE_ONE = "size 不应为 -1"; @@ -49,16 +47,14 @@ public final class SchemaMessages { public static final String INVALID_VIEW_EXPRESSION_TYPE = "无效的 viewExpression 类型:%s"; public static final String UNSUPPORTED_METHOD_FOR_LOGICAL_VIEW_SCHEMA = "LogicalViewSchema 不支持此方法"; - public static final String CANNOT_CALCULATE_VIEW_SCHEMA_SIZE = - "序列化之前无法计算 view schema 的大小。"; + public static final String CANNOT_CALCULATE_VIEW_SCHEMA_SIZE = "序列化之前无法计算 view schema 的大小。"; public static final String VIEW_STORES_ILLEGAL_PATH = "measurementID 为 [%s] 的 view 已损坏,其存储了非法路径 [%s]。"; public static final String UNEXPECTED_VALUE_IN_LIKE_VIEW_EXPRESSION = "LikeViewExpression 中出现了意外的值:%s"; // Filter 相关消息 - public static final String UNSUPPORTED_SCHEMA_FILTER_TYPE = - "不支持的 schema filter 类型:%s"; + public static final String UNSUPPORTED_SCHEMA_FILTER_TYPE = "不支持的 schema filter 类型:%s"; public static final String INPUT_SINGLE_FILTER_MUST_BE_DEVICE_ID_FILTER = "输入的单个 filter 必须是 DeviceIdFilter"; @@ -71,24 +67,26 @@ private SchemaMessages() {} public static final String UNKNOWN_TABLE_UPDATE_OP_TYPE = "未知的表更新操作类型"; public static final String SCHEMA_INVALID_INPUT = "无效输入:"; - public static final String TOO_MANY_DOTS_IN_TABLE_NAME = - "表名中含有过多的点号:%s"; + public static final String TOO_MANY_DOTS_IN_TABLE_NAME = "表名中含有过多的点号:%s"; - public static final String S_IS_NULL = - "%s 为 null"; + public static final String S_IS_NULL = "%s 为 null"; // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- - public static final String EXCEPTION_DATABASE_MUST_SPECIFIED_SESSION_DATABASE_NOT_SET_CBF6F21F = "未设置会话数据库时,必须指定数据库"; + public static final String EXCEPTION_DATABASE_MUST_SPECIFIED_SESSION_DATABASE_NOT_SET_CBF6F21F = + "未设置会话数据库时,必须指定数据库"; public static final String MESSAGE_NOT_TTL_RULE_669A7BA4 = "不是 TTL 规则"; public static final String MESSAGE_SET_4BE61E08 = " 设置于 "; - public static final String EXCEPTION_FAILED_GET_ORIGINAL_DATABASE_BECAUSE_ARG_NULL_TABLE_ARG_5AE54514 = "获取原始数据库失败,原因:%s 在表 %s 中为空"; - public static final String EXCEPTION_FAILED_PARSE_TREE_VIEW_STRING_ARG_CONVERT_IDEVICEID_6E735586 = "解析树视图字符串 %s 并转换为 IDeviceID 时失败"; + public static final String + EXCEPTION_FAILED_GET_ORIGINAL_DATABASE_BECAUSE_ARG_NULL_TABLE_ARG_5AE54514 = + "获取原始数据库失败,原因:%s 在表 %s 中为空"; + public static final String + EXCEPTION_FAILED_PARSE_TREE_VIEW_STRING_ARG_CONVERT_IDEVICEID_6E735586 = + "解析树视图字符串 %s 并转换为 IDeviceID 时失败"; public static final String EXCEPTION_SESSION_IS_NULL_6CF0F47D = "session 不能为空"; public static final String EXCEPTION_NAME_IS_NULL_C8B35959 = "name 不能为空"; public static final String EXCEPTION_ARG_IS_NOT_LOWERCASE_COLON_ARG_D78298F6 = "%s 不是小写: %s"; public static final String EMPTY_MESSAGE = ""; public static final String EXCEPTION_OPERATOR_IS_NULL_F5BB9F59 = "operator 不能为空"; public static final String EXCEPTION_VALUE_IS_NULL_192F6BFF = "value 不能为空"; - } diff --git a/iotdb-core/node-commons/src/main/i18n/zh/org/apache/iotdb/commons/i18n/ServiceMessages.java b/iotdb-core/node-commons/src/main/i18n/zh/org/apache/iotdb/commons/i18n/ServiceMessages.java index d350a74ce085..513513d380e7 100644 --- a/iotdb-core/node-commons/src/main/i18n/zh/org/apache/iotdb/commons/i18n/ServiceMessages.java +++ b/iotdb-core/node-commons/src/main/i18n/zh/org/apache/iotdb/commons/i18n/ServiceMessages.java @@ -22,8 +22,7 @@ public final class ServiceMessages { // ---- AbstractPeriodicalServiceWithAdvance ---- - public static final String INTERRUPTED_WAITING_DEVICE_VIEW_UPDATE = - "等待下一次设备视图更新时被中断:{}"; + public static final String INTERRUPTED_WAITING_DEVICE_VIEW_UPDATE = "等待下一次设备视图更新时被中断:{}"; public static final String SERVICE_STARTED_SUCCESSFULLY = "{} 已成功启动。"; public static final String SERVICE_STOPPED_SUCCESSFULLY = "{} 已成功停止。"; @@ -33,16 +32,12 @@ public final class ServiceMessages { public static final String CLOSE_THREAD_POOL_SERVER_AND_SERVER_SOCKET = "{}: 关闭 {} 的 TThreadPoolServer 和 TServerSocket"; public static final String FAILED_TO_START_BECAUSE = "启动失败,原因:"; - public static final String FAILED_TO_START_SERVICE_BECAUSE = - "%s: 启动 %s 失败,原因:"; - public static final String SERVICE_THREAD_BEGIN_TO_RUN = - "{} 服务线程开始运行..."; + public static final String FAILED_TO_START_SERVICE_BECAUSE = "%s: 启动 %s 失败,原因:"; + public static final String SERVICE_THREAD_BEGIN_TO_RUN = "{} 服务线程开始运行..."; public static final String SERVICE_EXIT_BECAUSE = "%s: %s 退出,原因:"; public static final String UNEXPECTED_SERVER_TYPE = "未预期的服务器类型 {}"; - public static final String FAILED_TO_LOAD_KEYSTORE_OR_TRUSTSTORE = - "加载密钥库或信任库文件失败"; - public static final String KEYSTORE_OR_TRUSTSTORE_NOT_FOUND = - "未找到密钥库或信任库文件"; + public static final String FAILED_TO_LOAD_KEYSTORE_OR_TRUSTSTORE = "加载密钥库或信任库文件失败"; + public static final String KEYSTORE_OR_TRUSTSTORE_NOT_FOUND = "未找到密钥库或信任库文件"; // ---- JMXService ---- public static final String FAILED_TO_REGISTER_MBEAN = "注册 MBean {} 失败"; @@ -50,10 +45,8 @@ public final class ServiceMessages { public static final String JMX_PORT_IS_UNDEFINED = "{} JMX 端口未定义"; // ---- RegisterManager ---- - public static final String SERVICE_ALREADY_REGISTERED = - "{} 已注册,跳过"; - public static final String SERVICE_STARTED_WITH_TIME = - "{} 服务已成功启动,耗时 {} 毫秒。"; + public static final String SERVICE_ALREADY_REGISTERED = "{} 已注册,跳过"; + public static final String SERVICE_STARTED_WITH_TIME = "{} 服务已成功启动,耗时 {} 毫秒。"; public static final String SERVICE_DEREGISTERED = "{} 已注销"; public static final String FAILED_TO_STOP_SERVICE_BECAUSE = "停止 {} 失败,原因:"; public static final String DEREGISTER_ALL_SERVICE = "已注销所有服务。"; @@ -62,29 +55,21 @@ public final class ServiceMessages { public static final String START_JMX_LOCALLY = "本地启动 JMX。"; public static final String JMX_PORT_MISSING_FROM_ENV = "{} 在 {}.sh 中缺失(Unix 或 OS X,如果使用 Windows,请检查 conf/{}.bat)"; - public static final String START_JMX_REMOTELY = - "远程启动 JMX:JMX 已开启,监听远程连接端口 {}"; - public static final String JDK_VERSION_TOO_LOW = - "要求 JDK 版本 >= %d,当前版本为 %d。"; + public static final String START_JMX_REMOTELY = "远程启动 JMX:JMX 已开启,监听远程连接端口 {}"; + public static final String JDK_VERSION_TOO_LOW = "要求 JDK 版本 >= %d,当前版本为 %d。"; public static final String JDK_VERSION_IS = "JDK 版本为 {}。"; public static final String JVM_VERSION_IS = "JVM 版本为 {} {}。"; public static final String GRAALVM_NOT_RECOMMENDED = "您可能正在使用 GraalVM,强烈不建议使用。GraalVM 可能会在系统运行一段时间后引发异常问题,请检查您的 JVM 版本。"; // ---- ThriftService ---- - public static final String START_LATCH_NULL_WHEN_GETTING_STATUS = - "获取状态时启动门闩为空"; - public static final String START_STATUS_WHEN_GETTING_STATUS = - "获取状态时启动状态为 {}"; - public static final String STOP_LATCH_NULL_WHEN_GETTING_STATUS = - "获取状态时停止门闩为空"; - public static final String STOP_LATCH_WHEN_GETTING_STATUS = - "获取状态时停止门闩为 {}"; - public static final String SERVICE_ALREADY_RUNNING = - "{}: {} 已在运行中"; + public static final String START_LATCH_NULL_WHEN_GETTING_STATUS = "获取状态时启动门闩为空"; + public static final String START_STATUS_WHEN_GETTING_STATUS = "获取状态时启动状态为 {}"; + public static final String STOP_LATCH_NULL_WHEN_GETTING_STATUS = "获取状态时停止门闩为空"; + public static final String STOP_LATCH_WHEN_GETTING_STATUS = "获取状态时停止门闩为 {}"; + public static final String SERVICE_ALREADY_RUNNING = "{}: {} 已在运行中"; public static final String START_SERVICE = "{}: 启动 {}..."; - public static final String START_SERVICE_SUCCESSFULLY = - "{}: {} 启动成功,监听 IP {} 端口 {}"; + public static final String START_SERVICE_SUCCESSFULLY = "{}: {} 启动成功,监听 IP {} 端口 {}"; public static final String SERVICE_NOT_RUNNING = "{}: {} 未在运行"; public static final String CLOSING_SERVICE = "{}: 正在关闭 {}..."; public static final String CLOSE_SERVICE_SUCCESSFULLY = "{}: 关闭 {} 成功"; @@ -93,45 +78,30 @@ public final class ServiceMessages { // ---- GcTimeAlerter ---- public static final String GC_ALERT_METRICS_TAKEN_TIME = "异常指标采集时间:{}"; public static final String GC_ALERT_GC_TIME_PERCENTAGE = "GC 时间占比:{}%"; - public static final String GC_ALERT_ACCUMULATED_GC_TIME = - "当前观察窗口内累计 GC 时间:{} 毫秒"; - public static final String GC_ALERT_OBSERVATION_WINDOW_FROM_TO = - "观察窗口从:{} 到:{}"; - public static final String GC_ALERT_OBSERVATION_WINDOW_TIME = - "观察窗口时长:{} 毫秒。"; + public static final String GC_ALERT_ACCUMULATED_GC_TIME = "当前观察窗口内累计 GC 时间:{} 毫秒"; + public static final String GC_ALERT_OBSERVATION_WINDOW_FROM_TO = "观察窗口从:{} 到:{}"; + public static final String GC_ALERT_OBSERVATION_WINDOW_TIME = "观察窗口时长:{} 毫秒。"; // ---- JvmGcMonitorMetrics ---- - public static final String JVM_GC_MONITOR_STOPPED = - "JVM GC 定时监控已成功停止。"; + public static final String JVM_GC_MONITOR_STOPPED = "JVM GC 定时监控已成功停止。"; // ---- MetricService ---- public static final String LOAD_METRIC_REPORTERS = "加载指标上报器,类型:{}"; - public static final String FAILED_TO_LOAD_REPORTER = - "加载类型为 {} 的上报器失败"; + public static final String FAILED_TO_LOAD_REPORTER = "加载类型为 {} 的上报器失败"; public static final String METRIC_SERVICE_START_TO_INIT = "指标服务开始初始化。"; - public static final String METRIC_SERVICE_START_SUCCESSFULLY = - "指标服务启动成功。"; - public static final String METRIC_SERVICE_FAILED_TO_START = - "指标服务启动 {} 失败,原因:"; - public static final String METRIC_SERVICE_TRY_TO_RESTART = - "指标服务尝试重启。"; - public static final String METRIC_SERVICE_REBIND_METRIC_SET = - "指标服务重新绑定指标集:{}"; - public static final String METRIC_SERVICE_RESTART_SUCCESSFULLY = - "指标服务重启成功。"; + public static final String METRIC_SERVICE_START_SUCCESSFULLY = "指标服务启动成功。"; + public static final String METRIC_SERVICE_FAILED_TO_START = "指标服务启动 {} 失败,原因:"; + public static final String METRIC_SERVICE_TRY_TO_RESTART = "指标服务尝试重启。"; + public static final String METRIC_SERVICE_REBIND_METRIC_SET = "指标服务重新绑定指标集:{}"; + public static final String METRIC_SERVICE_RESTART_SUCCESSFULLY = "指标服务重启成功。"; public static final String METRIC_SERVICE_TRY_TO_STOP = "指标服务尝试停止。"; - public static final String METRIC_SERVICE_STOP_SUCCESSFULLY = - "指标服务停止成功。"; - public static final String METRIC_SERVICE_RELOAD_INTERNAL_REPORTER = - "指标服务重新加载内部上报器。"; + public static final String METRIC_SERVICE_STOP_SUCCESSFULLY = "指标服务停止成功。"; + public static final String METRIC_SERVICE_RELOAD_INTERNAL_REPORTER = "指标服务重新加载内部上报器。"; public static final String METRIC_SERVICE_RELOAD_INTERNAL_REPORTER_SUCCESSFULLY = "指标服务重新加载内部上报器成功。"; - public static final String METRIC_SERVICE_RESTART_REPORTERS_SUCCESSFULLY = - "指标服务重启上报器成功。"; - public static final String NOTHING_CHANGED_IN_METRIC_CONFIG = - "指标配置未发生变更。"; - public static final String INTERNAL_REPORTER_FAILED_TO_START = - "内部上报器启动失败!"; + public static final String METRIC_SERVICE_RESTART_REPORTERS_SUCCESSFULLY = "指标服务重启上报器成功。"; + public static final String NOTHING_CHANGED_IN_METRIC_CONFIG = "指标配置未发生变更。"; + public static final String INTERNAL_REPORTER_FAILED_TO_START = "内部上报器启动失败!"; // ---- CpuUsageMetrics ---- public static final String CPU_USAGE_UPDATE_TIME = "CPU 使用率更新耗时 {} 纳秒"; diff --git a/iotdb-core/node-commons/src/main/i18n/zh/org/apache/iotdb/commons/i18n/UtilMessages.java b/iotdb-core/node-commons/src/main/i18n/zh/org/apache/iotdb/commons/i18n/UtilMessages.java index e58c42381e6d..a88694898f38 100644 --- a/iotdb-core/node-commons/src/main/i18n/zh/org/apache/iotdb/commons/i18n/UtilMessages.java +++ b/iotdb-core/node-commons/src/main/i18n/zh/org/apache/iotdb/commons/i18n/UtilMessages.java @@ -23,8 +23,7 @@ public final class UtilMessages { // ======================== AuthUtils ======================== - public static final String FAILED_TO_SERIALIZE_PARTIAL_PATH_LIST = - "序列化 PartialPath 列表失败"; + public static final String FAILED_TO_SERIALIZE_PARTIAL_PATH_LIST = "序列化 PartialPath 列表失败"; public static final String UNSUPPORTED_POSITION = "不支持的位置"; public static final String UNSUPPORTED_PRIVILEGE_TYPE = "不支持的权限类型 "; @@ -34,93 +33,64 @@ public final class UtilMessages { // ======================== BlobUtils ======================== - public static final String BLOB_MUST_BE_HEX_STRING = - "二进制字面量必须采用 X'hexstring' 格式"; + public static final String BLOB_MUST_BE_HEX_STRING = "二进制字面量必须采用 X'hexstring' 格式"; public static final String BLOB_ONLY_HEX_DIGITS = "二进制字面量只能包含十六进制数字"; - public static final String BLOB_EVEN_NUMBER_OF_DIGITS = - "二进制字面量必须包含偶数个数字"; + public static final String BLOB_EVEN_NUMBER_OF_DIGITS = "二进制字面量必须包含偶数个数字"; // ======================== CommonDateTimeUtils ======================== - public static final String INTEGER_OVERFLOW_CONVERTING_TIME = - "将 {}ms 转换为 {}{} 时发生整数溢出。"; + public static final String INTEGER_OVERFLOW_CONVERTING_TIME = "将 {}ms 转换为 {}{} 时发生整数溢出。"; // ======================== FileUtils ======================== public static final String DELETE_FOLDER_FAILED = "删除文件夹失败:{}"; - public static final String COPY_FOLDER_SOURCE_NOT_EXIST = - "复制文件夹失败,源文件夹 [{}] 不存在。"; - public static final String COPY_FOLDER_CREATE_TARGET_FAILED = - "复制文件夹失败,无法创建目标文件夹 [{}]。"; - public static final String COPY_FOLDER_TARGET_ALREADY_EXISTS = - "复制文件夹失败,目标文件夹 [{}] 已存在。"; + public static final String COPY_FOLDER_SOURCE_NOT_EXIST = "复制文件夹失败,源文件夹 [{}] 不存在。"; + public static final String COPY_FOLDER_CREATE_TARGET_FAILED = "复制文件夹失败,无法创建目标文件夹 [{}]。"; + public static final String COPY_FOLDER_TARGET_ALREADY_EXISTS = "复制文件夹失败,目标文件夹 [{}] 已存在。"; public static final String IO_EXCEPTION_ON_FILE = "文件 {} 发生 IO 异常"; - public static final String MOVE_FILE_TARGET_ALREADY_EXISTS = - "目标文件已存在,跳过移动:{}"; - public static final String MOVE_FILE_DELETE_SOURCE_HINT = - "如有需要请手动删除源文件:{}"; + public static final String MOVE_FILE_TARGET_ALREADY_EXISTS = "目标文件已存在,跳过移动:{}"; + public static final String MOVE_FILE_DELETE_SOURCE_HINT = "如有需要请手动删除源文件:{}"; public static final String MOVE_FILE_START = "开始移动文件,{}"; public static final String DELETE_UNFINISHED_TARGET_FAILED = "删除未完成的目标文件失败:{}"; - public static final String UNFINISHED_TARGET_DELETED = - "已删除上次遗留的未完成目标文件:{}"; + public static final String UNFINISHED_TARGET_DELETED = "已删除上次遗留的未完成目标文件:{}"; public static final String FILE_COPY_FAIL = "文件复制失败"; public static final String FILE_RENAME_FAIL = "文件重命名失败"; public static final String DELETE_SOURCE_FILE_FAIL = "删除源文件失败:{}"; public static final String MOVE_FILE_SUCCESS = "移动文件成功,{}"; - public static final String HARDLINK_ALREADY_EXISTS = - "硬链接 {} 已存在,不再重复创建。源文件:{}"; - public static final String HARDLINK_MISMATCH_RETRY = - "硬链接 {} 已存在但与源文件 {} 不一致,将尝试重新创建。"; - public static final String FAILED_TO_CREATE_HARDLINK = - "为文件 {} 创建硬链接 {} 失败:{}"; + public static final String HARDLINK_ALREADY_EXISTS = "硬链接 {} 已存在,不再重复创建。源文件:{}"; + public static final String HARDLINK_MISMATCH_RETRY = "硬链接 {} 已存在但与源文件 {} 不一致,将尝试重新创建。"; + public static final String FAILED_TO_CREATE_HARDLINK = "为文件 {} 创建硬链接 {} 失败:{}"; public static final String FAILED_TO_CREATE_HARDLINK_PARENT_DIR = "创建硬链接 %s 失败(源文件 %s):无法创建父目录 %s"; - public static final String FAILED_TO_COPY_FILE_PARENT_DIR = - "复制文件 %s 到 %s 失败:无法创建父目录 %s"; - public static final String DELETED_DUPLICATE_FILE = - "已删除文件 {},因为目标目录 {} 中已存在同名文件"; - public static final String FAILED_TO_CREATE_TARGET_DIRECTORY = - "创建目标目录失败:{}"; - public static final String RENAMED_FILE_ALREADY_EXISTS = - "已将文件 {} 重命名为 {},因为目标目录 {} 中已存在同名文件"; - public static final String COPIED_FILE_ALREADY_EXISTS = - "已将文件 {} 复制为 {},因为目标目录 {} 中已存在同名文件"; + public static final String FAILED_TO_COPY_FILE_PARENT_DIR = "复制文件 %s 到 %s 失败:无法创建父目录 %s"; + public static final String DELETED_DUPLICATE_FILE = "已删除文件 {},因为目标目录 {} 中已存在同名文件"; + public static final String FAILED_TO_CREATE_TARGET_DIRECTORY = "创建目标目录失败:{}"; + public static final String RENAMED_FILE_ALREADY_EXISTS = "已将文件 {} 重命名为 {},因为目标目录 {} 中已存在同名文件"; + public static final String COPIED_FILE_ALREADY_EXISTS = "已将文件 {} 复制为 {},因为目标目录 {} 中已存在同名文件"; public static final String ILLEGAL_EMPTY_PATH = "路径不能为空。 "; - public static final String ILLEGAL_PATH_DOTS_OR_SEPARATORS = - "路径不能为 '.'、'..'、'./' 或 '.\\'. "; + public static final String ILLEGAL_PATH_DOTS_OR_SEPARATORS = "路径不能为 '.'、'..'、'./' 或 '.\\'. "; // ======================== IOUtils ======================== public static final String CANNOT_DELETE_OLD_USER_FILE = "无法删除旧用户文件:%s"; - public static final String CANNOT_REPLACE_OLD_USER_FILE = - "无法用新文件替换旧用户文件:%s"; + public static final String CANNOT_REPLACE_OLD_USER_FILE = "无法用新文件替换旧用户文件:%s"; // ======================== JVMCommonUtils ======================== - public static final String UNEXPECTED_ERROR_CHECKING_DISK_SPACE_FOR_DIR = - "检查目录 {} 的磁盘空间时发生意外错误"; - public static final String CANNOT_GET_FREE_SPACE = - "多次重试后仍无法获取 {} 的可用空间,请检查磁盘状态"; - public static final String DISK_ABOVE_WARNING_THRESHOLD = - "{} 的磁盘使用率超过告警阈值,可用空间 {},总空间 {}"; - public static final String UNEXPECTED_ERROR_CHECKING_DISK_SPACE = - "检查 {} 的磁盘空间时发生意外错误"; + public static final String UNEXPECTED_ERROR_CHECKING_DISK_SPACE_FOR_DIR = "检查目录 {} 的磁盘空间时发生意外错误"; + public static final String CANNOT_GET_FREE_SPACE = "多次重试后仍无法获取 {} 的可用空间,请检查磁盘状态"; + public static final String DISK_ABOVE_WARNING_THRESHOLD = "{} 的磁盘使用率超过告警阈值,可用空间 {},总空间 {}"; + public static final String UNEXPECTED_ERROR_CHECKING_DISK_SPACE = "检查 {} 的磁盘空间时发生意外错误"; // ======================== FolderManager ======================== - public static final String ALL_FOLDERS_FULL_CHANGE_TO_READ_ONLY = - "所有文件夹空间均已耗尽,系统切换为只读模式。"; - public static final String CANNOT_SELECT_FOLDER_BUT_DISK_HAS_SPACE = - "无法选择文件夹但磁盘仍有可用空间,不切换为只读模式。"; + public static final String ALL_FOLDERS_FULL_CHANGE_TO_READ_ONLY = "所有文件夹空间均已耗尽,系统切换为只读模式。"; + public static final String CANNOT_SELECT_FOLDER_BUT_DISK_HAS_SPACE = "无法选择文件夹但磁盘仍有可用空间,不切换为只读模式。"; public static final String FAILED_TO_PROCESS_FOLDER = "处理文件夹 {} 失败"; - public static final String FAILED_TO_READ_FILE_STORE_PATH = - "读取文件存储路径 '{}' 失败"; - public static final String DISK_SPACE_INSUFFICIENT_READ_ONLY = - "磁盘空间不足,系统切换为只读模式。"; - public static final String CANNOT_CALCULATE_OCCUPIED_SPACE = - "无法计算文件夹 {} 的已占用空间"; - public static final String UNRECOGNIZED_MULTI_DIR_STRATEGY = - "无法识别的多目录策略 '{}',回退为 {}。"; + public static final String FAILED_TO_READ_FILE_STORE_PATH = "读取文件存储路径 '{}' 失败"; + public static final String DISK_SPACE_INSUFFICIENT_READ_ONLY = "磁盘空间不足,系统切换为只读模式。"; + public static final String CANNOT_CALCULATE_OCCUPIED_SPACE = "无法计算文件夹 {} 的已占用空间"; + public static final String UNRECOGNIZED_MULTI_DIR_STRATEGY = "无法识别的多目录策略 '{}',回退为 {}。"; // ======================== NodeUrlUtils ======================== @@ -130,12 +100,9 @@ public final class UtilMessages { // ======================== RetryUtils ======================== - public static final String OPERATION_SUCCEEDED_AFTER_RETRIES = - "操作 '{}' 在第 {} 次尝试后成功"; - public static final String OPERATION_FAILED_RETRYING = - "操作 '{}' 失败(第 {} 次尝试)。将在 {}ms 后重试..."; - public static final String RETRY_WAIT_INTERRUPTED = - "操作 '{}' 的重试等待被中断,停止重试。"; + public static final String OPERATION_SUCCEEDED_AFTER_RETRIES = "操作 '{}' 在第 {} 次尝试后成功"; + public static final String OPERATION_FAILED_RETRYING = "操作 '{}' 失败(第 {} 次尝试)。将在 {}ms 后重试..."; + public static final String RETRY_WAIT_INTERRUPTED = "操作 '{}' 的重试等待被中断,停止重试。"; // ======================== KillPoint ======================== @@ -149,72 +116,72 @@ public final class UtilMessages { "写入 TDataNodeConfiguration 失败:"; public static final String READ_T_DATA_NODE_CONFIGURATION_FAILED = "读取 TDataNodeConfiguration 失败:"; - public static final String WRITE_T_DATA_NODE_LOCATION_FAILED = - "写入 TDataNodeLocation 失败:"; - public static final String READ_T_DATA_NODE_LOCATION_FAILED = - "读取 TDataNodeLocation 失败:"; + public static final String WRITE_T_DATA_NODE_LOCATION_FAILED = "写入 TDataNodeLocation 失败:"; + public static final String READ_T_DATA_NODE_LOCATION_FAILED = "读取 TDataNodeLocation 失败:"; public static final String WRITE_T_CREATE_CQ_REQ_FAILED = "写入 TCreateCQReq 失败:"; public static final String READ_T_CREATE_CQ_REQ_FAILED = "读取 TCreateCQReq 失败:"; public static final String WRITE_T_DATA_NODE_INFO_FAILED = "写入 TDataNodeInfo 失败:"; public static final String READ_T_DATA_NODE_INFO_FAILED = "读取 TDataNodeInfo 失败:"; - public static final String WRITE_T_SERIES_PARTITION_SLOT_FAILED = - "写入 TSeriesPartitionSlot 失败:"; - public static final String READ_T_SERIES_PARTITION_SLOT_FAILED = - "读取 TSeriesPartitionSlot 失败:"; + public static final String WRITE_T_SERIES_PARTITION_SLOT_FAILED = "写入 TSeriesPartitionSlot 失败:"; + public static final String READ_T_SERIES_PARTITION_SLOT_FAILED = "读取 TSeriesPartitionSlot 失败:"; public static final String WRITE_T_TIME_SLOT_LIST_FAILED = "写入 TTimeSlotList 失败:"; public static final String READ_T_TIME_SLOT_LIST_FAILED = "读取 TTimeSlotList 失败:"; - public static final String WRITE_T_TIME_PARTITION_SLOT_FAILED = - "写入 TTimePartitionSlot 失败:"; - public static final String READ_T_TIME_PARTITION_SLOT_FAILED = - "读取 TTimePartitionSlot 失败:"; - public static final String WRITE_T_CONSENSUS_GROUP_ID_FAILED = - "写入 TConsensusGroupId 失败:"; - public static final String READ_T_CONSENSUS_GROUP_ID_FAILED = - "读取 TConsensusGroupId 失败:"; - public static final String WRITE_T_REGION_REPLICA_SET_FAILED = - "写入 TRegionReplicaSet 失败:"; - public static final String READ_T_REGION_REPLICA_SET_FAILED = - "读取 TRegionReplicaSet 失败:"; + public static final String WRITE_T_TIME_PARTITION_SLOT_FAILED = "写入 TTimePartitionSlot 失败:"; + public static final String READ_T_TIME_PARTITION_SLOT_FAILED = "读取 TTimePartitionSlot 失败:"; + public static final String WRITE_T_CONSENSUS_GROUP_ID_FAILED = "写入 TConsensusGroupId 失败:"; + public static final String READ_T_CONSENSUS_GROUP_ID_FAILED = "读取 TConsensusGroupId 失败:"; + public static final String WRITE_T_REGION_REPLICA_SET_FAILED = "写入 TRegionReplicaSet 失败:"; + public static final String READ_T_REGION_REPLICA_SET_FAILED = "读取 TRegionReplicaSet 失败:"; public static final String WRITE_T_SCHEMA_NODE_FAILED = "写入 TSchemaNode 失败:"; public static final String READ_T_SCHEMA_NODE_FAILED = "读取 TSchemaNode 失败:"; public static final String WRITE_T_AI_NODE_INFO_FAILED = "写入 TAINodeInfo 失败:"; public static final String READ_T_AI_NODE_INFO_FAILED = "读取 TAINodeInfo 失败:"; public static final String WRITE_T_AI_NODE_LOCATION_FAILED = "写入 TAINodeLocation 失败:"; public static final String READ_T_AI_NODE_LOCATION_FAILED = "读取 TDataNodeLocation 失败:"; - public static final String READ_T_AI_NODE_CONFIGURATION_FAILED = - "读取 TAINodeConfiguration 失败:"; + public static final String READ_T_AI_NODE_CONFIGURATION_FAILED = "读取 TAINodeConfiguration 失败:"; // ======================== ThriftConfigNodeSerDeUtils ======================== - public static final String WRITE_T_STORAGE_GROUP_SCHEMA_FAILED = - "写入 TStorageGroupSchema 失败:"; - public static final String READ_T_STORAGE_GROUP_SCHEMA_FAILED = - "读取 TStorageGroupSchema 失败:"; - public static final String WRITE_T_CONFIG_NODE_LOCATION_FAILED = - "写入 TConfigNodeLocation 失败:"; - public static final String READ_T_CONFIG_NODE_LOCATION_FAILED = - "读取 TConfigNodeLocation 失败:"; + public static final String WRITE_T_STORAGE_GROUP_SCHEMA_FAILED = "写入 TStorageGroupSchema 失败:"; + public static final String READ_T_STORAGE_GROUP_SCHEMA_FAILED = "读取 TStorageGroupSchema 失败:"; + public static final String WRITE_T_CONFIG_NODE_LOCATION_FAILED = "写入 TConfigNodeLocation 失败:"; + public static final String READ_T_CONFIG_NODE_LOCATION_FAILED = "读取 TConfigNodeLocation 失败:"; public static final String WRITE_T_PIPE_SINK_INFO_FAILED = "写入 TPipeSinkInfo 失败:"; public static final String READ_T_PIPE_SINK_INFO_FAILED = "读取 TPipeSinkInfo 失败:"; private UtilMessages() {} + // --------------------------------------------------------------------------- // Additional auto-collected messages // --------------------------------------------------------------------------- - public static final String EXCEPTION_INTERNAL_USER_NAMES_EXCEPT_DEFAULT_SUPERUSER_SEPARATION_DUTIES_ADMINS_MUST_3F045FC1 = "内部用户名(默认 superuser 和职责分离管理员除外)必须"; + public static final String + EXCEPTION_INTERNAL_USER_NAMES_EXCEPT_DEFAULT_SUPERUSER_SEPARATION_DUTIES_ADMINS_MUST_3F045FC1 = + "内部用户名(默认 superuser 和职责分离管理员除外)必须"; public static final String EXCEPTION_START_01CCD2EF = "以 \" 开头"; public static final String EXCEPTION_USER_NAMES_STARTING_8FDC637E = "以 \" 开头的用户名"; - public static final String EXCEPTION_RESERVED_SYSTEM_USE_CANNOT_USED_NEW_USERS_AS_RENAME_CEB73835 = "\" 保留供系统使用,不能用于新用户或重命名 "; + public static final String + EXCEPTION_RESERVED_SYSTEM_USE_CANNOT_USED_NEW_USERS_AS_RENAME_CEB73835 = + "\" 保留供系统使用,不能用于新用户或重命名 "; public static final String EXCEPTION_TARGET_42AEFBAE = "target"; - public static final String EXCEPTION_LENGTH_NAME_MUST_GREATER_THAN_EQUAL_0387C3A5 = "name 长度必须大于等于 "; + public static final String EXCEPTION_LENGTH_NAME_MUST_GREATER_THAN_EQUAL_0387C3A5 = + "name 长度必须大于等于 "; public static final String EXCEPTION_LENGTH_NAME_MUST_LESS_THAN_EQUAL_B7B31C94 = "name 长度必须小于等于 "; - public static final String EXCEPTION_NAME_CAN_ONLY_CONTAIN_LETTERS_NUMBERS_A313856E = "name 只能包含字母、数字或 !@#$%^*()_+-="; - public static final String EXCEPTION_LENGTH_PASSWORD_MUST_GREATER_THAN_EQUAL_F95F3E8F = "密码长度必须大于等于 "; - public static final String EXCEPTION_LENGTH_PASSWORD_MUST_LESS_THAN_EQUAL_C822ECBE = "密码长度必须小于等于 "; - public static final String EXCEPTION_PASSWORD_CAN_ONLY_CONTAIN_LETTERS_NUMBERS_D84EE152 = "密码只能包含字母、数字或 !@#$%^*()_+-="; - public static final String EXCEPTION_ILLEGAL_SERIESPATH_ARG_SERIESPATH_SHOULD_START_ARG_FB9E3C07 = "非法 seriesPath %s,seriesPath 应以 \"%s\" 开头"; - public static final String EXCEPTION_ILLEGAL_PATTERN_PATH_ARG_ONLY_PATTERN_PATH_END_SUPPORTED_16CBB77D = "非法 pattern path:%s,仅支持以 ** 结尾的 pattern path。"; - public static final String EXCEPTION_ILLEGAL_PATTERN_PATH_ARG_ONLY_PATTERN_PATH_END_WILDCARDS_SUPPORTED_7183A896 = "非法 pattern path:%s,仅支持以通配符结尾的 pattern path。"; + public static final String EXCEPTION_NAME_CAN_ONLY_CONTAIN_LETTERS_NUMBERS_A313856E = + "name 只能包含字母、数字或 !@#$%^*()_+-="; + public static final String EXCEPTION_LENGTH_PASSWORD_MUST_GREATER_THAN_EQUAL_F95F3E8F = + "密码长度必须大于等于 "; + public static final String EXCEPTION_LENGTH_PASSWORD_MUST_LESS_THAN_EQUAL_C822ECBE = + "密码长度必须小于等于 "; + public static final String EXCEPTION_PASSWORD_CAN_ONLY_CONTAIN_LETTERS_NUMBERS_D84EE152 = + "密码只能包含字母、数字或 !@#$%^*()_+-="; + public static final String EXCEPTION_ILLEGAL_SERIESPATH_ARG_SERIESPATH_SHOULD_START_ARG_FB9E3C07 = + "非法 seriesPath %s,seriesPath 应以 \"%s\" 开头"; + public static final String + EXCEPTION_ILLEGAL_PATTERN_PATH_ARG_ONLY_PATTERN_PATH_END_SUPPORTED_16CBB77D = + "非法 pattern path:%s,仅支持以 ** 结尾的 pattern path。"; + public static final String + EXCEPTION_ILLEGAL_PATTERN_PATH_ARG_ONLY_PATTERN_PATH_END_WILDCARDS_SUPPORTED_7183A896 = + "非法 pattern path:%s,仅支持以通配符结尾的 pattern path。"; public static final String EXCEPTION_NO_SUCH_PRIVILEGE_62644205 = "无此权限 "; public static final String MESSAGE_EXECUTED_SUCCESSFULLY_1EAF1169 = "执行成功。"; public static final String MESSAGE_REQUEST_TIMED_OUT_FD587FC4 = "请求超时。"; @@ -224,7 +191,8 @@ private UtilMessages() {} public static final String MESSAGE_PATH_ALREADY_EXIST_56F8BFF9 = "路径 已存在."; public static final String MESSAGE_PATH_DOES_NOT_EXIST_93310498 = "路径 不存在."; public static final String MESSAGE_MEET_ERROR_DEALING_METADATA_1C4A38B9 = "处理元数据时发生错误。"; - public static final String MESSAGE_INSERTION_TIME_LESS_THAN_TTL_TIME_BOUND_0F1BB861 = "插入时间小于 TTL 时间边界。"; + public static final String MESSAGE_INSERTION_TIME_LESS_THAN_TTL_TIME_BOUND_0F1BB861 = + "插入时间小于 TTL 时间边界。"; public static final String MESSAGE_MEET_ERROR_MERGING_28424A77 = "合并时发生错误。"; public static final String MESSAGE_MEET_ERROR_DISPATCHING_73E4FD5E = "分发时发生错误。"; public static final String MESSAGE_DATABASE_PROCESSOR_RELATED_ERROR_C58690B1 = "数据库处理器相关错误。"; @@ -244,20 +212,22 @@ private UtilMessages() {} public static final String MESSAGE_WRITING_DATA_RELATED_ERROR_0CA06C4D = "写入数据相关错误。"; public static final String MESSAGE_INTERNAL_SERVER_ERROR_12F61DF7 = "内部服务器错误。"; public static final String MESSAGE_MEET_ERROR_CLOSE_OPERATION_1C7D0589 = "关闭操作中发生错误。"; - public static final String MESSAGE_FAIL_DO_NON_QUERY_OPERATIONS_BECAUSE_SYSTEM_READ_ONLY_10CA1ED2 = "系统只读,无法执行非查询操作。"; + public static final String + MESSAGE_FAIL_DO_NON_QUERY_OPERATIONS_BECAUSE_SYSTEM_READ_ONLY_10CA1ED2 = "系统只读,无法执行非查询操作。"; public static final String MESSAGE_DISK_SPACE_INSUFFICIENT_DF6205B0 = "磁盘空间不足。"; - public static final String MESSAGE_FAILED_TO_WRITE_THE_TARGET_FILE_4C48CE25 = - "写入目标文件失败。"; + public static final String MESSAGE_FAILED_TO_WRITE_THE_TARGET_FILE_4C48CE25 = "写入目标文件失败。"; public static final String MESSAGE_MEET_ERROR_STARTING_UP_22A4CBFE = "启动时发生错误。"; public static final String MESSAGE_USERNAME_PASSWORD_WRONG_C44C4AF0 = "用户名或密码错误。"; public static final String MESSAGE_HAS_NOT_LOGGED_A2BA0267 = "尚未登录。"; - public static final String MESSAGE_NO_PERMISSIONS_OPERATION_PLEASE_ADD_PRIVILEGE_64047D1E = "没有此操作的权限,请添加权限。"; + public static final String MESSAGE_NO_PERMISSIONS_OPERATION_PLEASE_ADD_PRIVILEGE_64047D1E = + "没有此操作的权限,请添加权限。"; public static final String MESSAGE_FAILED_INIT_AUTHORIZER_1E2B017E = "初始化授权器失败。"; public static final String MESSAGE_UNSUPPORTED_OPERATION_295CDB21 = "不支持的操作。"; public static final String MESSAGE_NODE_CANNOT_REACHED_D3FD04A8 = "节点无法访问。"; - public static final String LOG_ARG_ABOVE_WARNING_THRESHOLD_NOT_ACCESSIBLE_FREE_SPACE_ARG_TOTAL_87DAD16A = "{} 超过警告阈值或不可访问,可用空间 {},总空间 {}"; + public static final String + LOG_ARG_ABOVE_WARNING_THRESHOLD_NOT_ACCESSIBLE_FREE_SPACE_ARG_TOTAL_87DAD16A = + "{} 超过警告阈值或不可访问,可用空间 {},总空间 {}"; public static final String EXCEPTION_VALUE_IS_NULL_192F6BFF = "value 不能为空"; public static final String LOG_ARG_COLON_ARG_DCE519A1 = "{}: {}"; public static final String EMPTY_MESSAGE = ""; - } diff --git a/library-udf/src/main/i18n/en/org/apache/iotdb/library/i18n/LibraryUdfMessages.java b/library-udf/src/main/i18n/en/org/apache/iotdb/library/i18n/LibraryUdfMessages.java index 3b77edc96af0..2a16a6d01a22 100644 --- a/library-udf/src/main/i18n/en/org/apache/iotdb/library/i18n/LibraryUdfMessages.java +++ b/library-udf/src/main/i18n/en/org/apache/iotdb/library/i18n/LibraryUdfMessages.java @@ -90,8 +90,7 @@ public final class LibraryUdfMessages { // MedoidShape public static final String SAMPLE_RATE_MUST_BE_IN_RANGE = "sampleRate must be in (0, 1]."; - public static final String FAST_KSHAPE_EMPTY_CANDIDATE_POOL = - "fastKShape: empty candidate pool."; + public static final String FAST_KSHAPE_EMPTY_CANDIDATE_POOL = "fastKShape: empty candidate pool."; public static final String FAST_KSHAPE_NO_CANDIDATE_SELECTED = "fastKShape: no candidate selected."; public static final String K_MUST_BE_AT_LEAST_2 = "k must be at least 2."; @@ -118,35 +117,42 @@ public final class LibraryUdfMessages { "Error: Illegal Interpolation Algorithm."; // Util - public static final String EXCEPTION_THE_PROVIDED_TIME_PRECISION_IS_HIGHER_THAN_THE_SYSTEM_S_TIME_PRECISION_MS_PLEASE_CHECK_YOUR_INPUT_92667537 = - "The provided time precision is higher than the system's time precision (ms). Please check your input."; - public static final String EXCEPTION_THE_PROVIDED_TIME_PRECISION_IS_HIGHER_THAN_THE_SYSTEM_S_TIME_PRECISION_US_PLEASE_CHECK_YOUR_INPUT_07596E70 = - "The provided time precision is higher than the system's time precision (us). Please check your input."; + public static final String + EXCEPTION_THE_PROVIDED_TIME_PRECISION_IS_HIGHER_THAN_THE_SYSTEM_S_TIME_PRECISION_MS_PLEASE_CHECK_YOUR_INPUT_92667537 = + "The provided time precision is higher than the system's time precision (ms). Please check your input."; + public static final String + EXCEPTION_THE_PROVIDED_TIME_PRECISION_IS_HIGHER_THAN_THE_SYSTEM_S_TIME_PRECISION_US_PLEASE_CHECK_YOUR_INPUT_07596E70 = + "The provided time precision is higher than the system's time precision (us). Please check your input."; // DWTUtil - public static final String EXCEPTION_THE_DATA_VECTOR_SIZE_IS_LESS_THAN_WAVELET_COEFFICIENT_SIZE_AC6652FF = - "The data vector size is less than wavelet coefficient size."; + public static final String + EXCEPTION_THE_DATA_VECTOR_SIZE_IS_LESS_THAN_WAVELET_COEFFICIENT_SIZE_AC6652FF = + "The data vector size is less than wavelet coefficient size."; // UDTFCluster public static final String EXCEPTION_TIME_SERIES_LENGTH_MUST_BE_AT_LEAST_L_GOT_322C35E3 = "Time series length must be at least l; got "; public static final String EXCEPTION_NOT_ENOUGH_NON_OVERLAPPING_WINDOWS_GOT_192388D0 = "Not enough non-overlapping windows: got "; - public static final String EXCEPTION_TIME_SERIES_LENGTH_MUST_BE_AT_LEAST_L_GOT_ARG_POINTS_L_ARG_8C796580 = - "Time series length must be at least l; got %d points, l=%d."; - public static final String EXCEPTION_NOT_ENOUGH_NON_OVERLAPPING_WINDOWS_GOT_ARG_WINDOWS_NEED_AT_LEAST_K_ARG_9E42BA1F = - "Not enough non-overlapping windows: got %d windows, need at least k=%d."; + public static final String + EXCEPTION_TIME_SERIES_LENGTH_MUST_BE_AT_LEAST_L_GOT_ARG_POINTS_L_ARG_8C796580 = + "Time series length must be at least l; got %d points, l=%d."; + public static final String + EXCEPTION_NOT_ENOUGH_NON_OVERLAPPING_WINDOWS_GOT_ARG_WINDOWS_NEED_AT_LEAST_K_ARG_9E42BA1F = + "Not enough non-overlapping windows: got %d windows, need at least k=%d."; // UDAFPatternMatch public static final String EXCEPTION_ILLEGAL_PARAMETER_TIMEPATTERN_MUST_BE_LONG_LONG_B2DEE922 = "Illegal parameter, timePattern must be long,long..."; - public static final String EXCEPTION_ILLEGAL_PARAMETER_VALUEPATTERN_MUST_BE_DOUBLE_DOUBLE_BAD1419C = - "Illegal parameter, valuePattern must be double,double..."; + public static final String + EXCEPTION_ILLEGAL_PARAMETER_VALUEPATTERN_MUST_BE_DOUBLE_DOUBLE_BAD1419C = + "Illegal parameter, valuePattern must be double,double..."; // OnePassBucketizer public static final String EXCEPTION_CAN_T_PRODUCE_1EF5D1BB = "Can't produce "; - public static final String EXCEPTION_CAN_T_PRODUCE_ARG_BUCKETS_FROM_AN_INPUT_SERIES_OF_ARG_ELEMENTS_D17D0135 = - "Can't produce %d buckets from an input series of %d elements"; + public static final String + EXCEPTION_CAN_T_PRODUCE_ARG_BUCKETS_FROM_AN_INPUT_SERIES_OF_ARG_ELEMENTS_D17D0135 = + "Can't produce %d buckets from an input series of %d elements"; // UDFEnvelopeAnalysis public static final String EXCEPTION_FAIL_TO_GET_DATA_TYPE_IN_ROW_8CD82629 = diff --git a/library-udf/src/main/i18n/zh/org/apache/iotdb/library/i18n/LibraryUdfMessages.java b/library-udf/src/main/i18n/zh/org/apache/iotdb/library/i18n/LibraryUdfMessages.java index d4fdafddb29a..ae9fc9c5d93c 100644 --- a/library-udf/src/main/i18n/zh/org/apache/iotdb/library/i18n/LibraryUdfMessages.java +++ b/library-udf/src/main/i18n/zh/org/apache/iotdb/library/i18n/LibraryUdfMessages.java @@ -107,39 +107,45 @@ public final class LibraryUdfMessages { public static final String ILLEGAL_INTERPOLATION_ALGORITHM = "错误:非法插值算法。"; // Util - public static final String EXCEPTION_THE_PROVIDED_TIME_PRECISION_IS_HIGHER_THAN_THE_SYSTEM_S_TIME_PRECISION_MS_PLEASE_CHECK_YOUR_INPUT_92667537 = - "提供的时间精度高于系统时间精度(ms)。请检查输入。"; - public static final String EXCEPTION_THE_PROVIDED_TIME_PRECISION_IS_HIGHER_THAN_THE_SYSTEM_S_TIME_PRECISION_US_PLEASE_CHECK_YOUR_INPUT_07596E70 = - "提供的时间精度高于系统时间精度(us)。请检查输入。"; + public static final String + EXCEPTION_THE_PROVIDED_TIME_PRECISION_IS_HIGHER_THAN_THE_SYSTEM_S_TIME_PRECISION_MS_PLEASE_CHECK_YOUR_INPUT_92667537 = + "提供的时间精度高于系统时间精度(ms)。请检查输入。"; + public static final String + EXCEPTION_THE_PROVIDED_TIME_PRECISION_IS_HIGHER_THAN_THE_SYSTEM_S_TIME_PRECISION_US_PLEASE_CHECK_YOUR_INPUT_07596E70 = + "提供的时间精度高于系统时间精度(us)。请检查输入。"; // DWTUtil - public static final String EXCEPTION_THE_DATA_VECTOR_SIZE_IS_LESS_THAN_WAVELET_COEFFICIENT_SIZE_AC6652FF = - "数据向量大小小于 wavelet 系数大小。"; + public static final String + EXCEPTION_THE_DATA_VECTOR_SIZE_IS_LESS_THAN_WAVELET_COEFFICIENT_SIZE_AC6652FF = + "数据向量大小小于 wavelet 系数大小。"; // UDTFCluster public static final String EXCEPTION_TIME_SERIES_LENGTH_MUST_BE_AT_LEAST_L_GOT_322C35E3 = "时间序列长度必须至少为 l,实际为 "; public static final String EXCEPTION_NOT_ENOUGH_NON_OVERLAPPING_WINDOWS_GOT_192388D0 = "非重叠窗口数量不足,实际为 "; - public static final String EXCEPTION_TIME_SERIES_LENGTH_MUST_BE_AT_LEAST_L_GOT_ARG_POINTS_L_ARG_8C796580 = - "时间序列长度必须至少为 l,实际为 %d 个点,l=%d。"; - public static final String EXCEPTION_NOT_ENOUGH_NON_OVERLAPPING_WINDOWS_GOT_ARG_WINDOWS_NEED_AT_LEAST_K_ARG_9E42BA1F = - "非重叠窗口数量不足,实际为 %d 个窗口,至少需要 k=%d。"; + public static final String + EXCEPTION_TIME_SERIES_LENGTH_MUST_BE_AT_LEAST_L_GOT_ARG_POINTS_L_ARG_8C796580 = + "时间序列长度必须至少为 l,实际为 %d 个点,l=%d。"; + public static final String + EXCEPTION_NOT_ENOUGH_NON_OVERLAPPING_WINDOWS_GOT_ARG_WINDOWS_NEED_AT_LEAST_K_ARG_9E42BA1F = + "非重叠窗口数量不足,实际为 %d 个窗口,至少需要 k=%d。"; // UDAFPatternMatch public static final String EXCEPTION_ILLEGAL_PARAMETER_TIMEPATTERN_MUST_BE_LONG_LONG_B2DEE922 = "非法参数,timePattern 必须为 long,long..."; - public static final String EXCEPTION_ILLEGAL_PARAMETER_VALUEPATTERN_MUST_BE_DOUBLE_DOUBLE_BAD1419C = - "非法参数,valuePattern 必须为 double,double..."; + public static final String + EXCEPTION_ILLEGAL_PARAMETER_VALUEPATTERN_MUST_BE_DOUBLE_DOUBLE_BAD1419C = + "非法参数,valuePattern 必须为 double,double..."; // OnePassBucketizer public static final String EXCEPTION_CAN_T_PRODUCE_1EF5D1BB = "无法生成 "; - public static final String EXCEPTION_CAN_T_PRODUCE_ARG_BUCKETS_FROM_AN_INPUT_SERIES_OF_ARG_ELEMENTS_D17D0135 = - "无法生成 %d 个 bucket,输入序列包含 %d 个元素"; + public static final String + EXCEPTION_CAN_T_PRODUCE_ARG_BUCKETS_FROM_AN_INPUT_SERIES_OF_ARG_ELEMENTS_D17D0135 = + "无法生成 %d 个 bucket,输入序列包含 %d 个元素"; // UDFEnvelopeAnalysis - public static final String EXCEPTION_FAIL_TO_GET_DATA_TYPE_IN_ROW_8CD82629 = - "获取该行数据类型失败,行时间戳为 "; + public static final String EXCEPTION_FAIL_TO_GET_DATA_TYPE_IN_ROW_8CD82629 = "获取该行数据类型失败,行时间戳为 "; private LibraryUdfMessages() {} } diff --git a/pom.xml b/pom.xml index b4ab0ad31332..8456333b63e8 100644 --- a/pom.xml +++ b/pom.xml @@ -817,6 +817,11 @@ ${spotless.version} + + src/main/java/**/*.java + src/test/java/**/*.java + src/main/i18n/**/*.java + ${google.java.format.version}