This is an automated email from the ASF dual-hosted git repository. shenlin pushed a commit to branch feat/runtime-manager in repository https://gitbox.apache.org/repos/asf/rocketmq-eventbridge.git
commit 85b3ea96f1379ff7d7a7818029ad56478059ab16 Author: wangkai <wang...@zhongan.com> AuthorDate: Mon May 13 10:42:05 2024 +0800 [runtime-on-k8s] runtime-on-k8s --- rocketmq_eventbridge.mv.db | Bin 77824 -> 0 bytes rocketmq_eventbridge.trace.db | 94 ------------------------------------------ 2 files changed, 94 deletions(-) diff --git a/rocketmq_eventbridge.mv.db b/rocketmq_eventbridge.mv.db deleted file mode 100644 index 2e5c25d..0000000 Binary files a/rocketmq_eventbridge.mv.db and /dev/null differ diff --git a/rocketmq_eventbridge.trace.db b/rocketmq_eventbridge.trace.db deleted file mode 100644 index bcce0ee..0000000 --- a/rocketmq_eventbridge.trace.db +++ /dev/null @@ -1,94 +0,0 @@ -2023-11-26 18:41:02 jdbc[3]: exception -org.h2.jdbc.JdbcSQLException: Table "EVENT_TARGET_RUNNER" not found; SQL statement: -SELECT - - account_id,bus,rule,target,run_context,gmt_create,gmt_modify - - FROM - - event_target_runner - - WHERE - id>=0 [42102-197] -2023-11-26 18:42:05 jdbc[8]: exception -org.h2.jdbc.JdbcSQLException: Cannot parse "TIMESTAMP" constant ; SQL statement: -INSERT INTO "PUBLIC"."EVENT_CLUSTER"("ID","NAME","RESOURCES","REPLICA","IMAGE","MD5","GMT_CREATE","GMT_MODIFY")VALUES(?,?,?,?,?,?,?,?) -- (?1, ?2, ?3, ?4, ?5, ?6, ?7, ?8) [22007-197] - at org.h2.message.DbException.getJdbcSQLException(DbException.java:357) - at org.h2.message.DbException.get(DbException.java:168) - at org.h2.value.ValueTimestamp.parse(ValueTimestamp.java:147) - at org.h2.value.Value.convertTo(Value.java:1071) - at org.h2.table.Column.convert(Column.java:177) - at org.h2.command.dml.Insert.insertRows(Insert.java:166) - at org.h2.command.dml.Insert.update(Insert.java:134) - at org.h2.command.CommandContainer.update(CommandContainer.java:102) - at org.h2.command.Command.executeUpdate(Command.java:261) - at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:199) - at org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:153) - at org.h2.result.UpdatableRow.insertRow(UpdatableRow.java:321) - at org.h2.jdbc.JdbcResultSet.insertRow(JdbcResultSet.java:2994) - at org.h2.server.web.WebApp.editResult(WebApp.java:1082) - at org.h2.server.web.WebApp.process(WebApp.java:227) - at org.h2.server.web.WebApp.processRequest(WebApp.java:170) - at org.h2.server.web.WebThread.process(WebThread.java:134) - at org.h2.server.web.WebThread.run(WebThread.java:90) - at java.lang.Thread.run(Thread.java:748) -Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: 0 - at java.lang.String.charAt(String.java:658) - at org.h2.util.DateTimeUtils.parseDateValue(DateTimeUtils.java:337) - at org.h2.util.DateTimeUtils.parseTimestamp(DateTimeUtils.java:460) - at org.h2.value.ValueTimestamp.parse(ValueTimestamp.java:145) - ... 16 more -2023-11-26 18:42:05 jdbc[8]: exception -org.h2.jdbc.JdbcSQLException: Cannot parse "TIMESTAMP" constant ; SQL statement: -INSERT INTO "PUBLIC"."EVENT_CLUSTER"("ID","NAME","RESOURCES","REPLICA","IMAGE","MD5","GMT_CREATE","GMT_MODIFY")VALUES(?,?,?,?,?,?,?,?) -- (?1, ?2, ?3, ?4, ?5, ?6, ?7, ?8) [22007-197] - at org.h2.message.DbException.getJdbcSQLException(DbException.java:357) - at org.h2.message.DbException.get(DbException.java:168) - at org.h2.value.ValueTimestamp.parse(ValueTimestamp.java:147) - at org.h2.value.Value.convertTo(Value.java:1071) - at org.h2.table.Column.convert(Column.java:177) - at org.h2.command.dml.Insert.insertRows(Insert.java:166) - at org.h2.command.dml.Insert.update(Insert.java:134) - at org.h2.command.CommandContainer.update(CommandContainer.java:102) - at org.h2.command.Command.executeUpdate(Command.java:261) - at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:199) - at org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:153) - at org.h2.result.UpdatableRow.insertRow(UpdatableRow.java:321) - at org.h2.jdbc.JdbcResultSet.insertRow(JdbcResultSet.java:2994) - at org.h2.server.web.WebApp.editResult(WebApp.java:1082) - at org.h2.server.web.WebApp.process(WebApp.java:227) - at org.h2.server.web.WebApp.processRequest(WebApp.java:170) - at org.h2.server.web.WebThread.process(WebThread.java:134) - at org.h2.server.web.WebThread.run(WebThread.java:90) - at java.lang.Thread.run(Thread.java:748) -Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: 0 - at java.lang.String.charAt(String.java:658) - at org.h2.util.DateTimeUtils.parseDateValue(DateTimeUtils.java:337) - at org.h2.util.DateTimeUtils.parseTimestamp(DateTimeUtils.java:460) - at org.h2.value.ValueTimestamp.parse(ValueTimestamp.java:145) - ... 16 more -2023-11-26 18:44:29 jdbc[8]: exception -org.h2.jdbc.JdbcSQLException: Syntax error in SQL statement "SELECT * FROM EVENT_CLUSTER - - - - - INSERT INTO[*] ""EVENT_CLUSTER""(""ID"",""NAME"",""RESOURCES"",""REPLICA"",""IMAGE"",""MD5"",""GMT_CREATE"",""GMT_MODIFY"")VALUES(1,'demo','{\""cpu\"": 0.2,\""memory\"":0.5}',3,'registry.cn-beijing.cr.aliyuncs.com/eventbridge:20231115195431f55971','env=key',NOW(),NOW()) "; SQL statement: -SELECT * FROM EVENT_CLUSTER - - - - - INSERT INTO "EVENT_CLUSTER"("ID","NAME","RESOURCES","REPLICA","IMAGE","MD5","GMT_CREATE","GMT_MODIFY")VALUES(1,'demo','{\"cpu\": 0.2,\"memory\":0.5}',3,'registry.cn-beijing.cr.aliyuncs.com/eventbridge:20231115195431f55971','env=key',now(),now()) [42000-197] -2023-11-26 18:44:55 jdbc[8]: exception -org.h2.jdbc.JdbcSQLException: Syntax error in SQL statement "SELECT * FROM EVENT_CLUSTER - - - - - INSERT INTO ""EVENT_CLUSTER""(""ID"",""NAME"",""RESOURCES"",""REPLICA"",""IMAGE"",""MD5"",""GMT_CREATE"",""GMT_MODIFY"")VALUES(1,'demo','test,3,'registry.cn-beijing.cr.aliyuncs.com/eventbridge:20231115195431f55971','env=key[*]',now(),now());"; SQL statement: -SELECT * FROM EVENT_CLUSTER - - - - - INSERT INTO "EVENT_CLUSTER"("ID","NAME","RESOURCES","REPLICA","IMAGE","MD5","GMT_CREATE","GMT_MODIFY")VALUES(1,'demo','test,3,'registry.cn-beijing.cr.aliyuncs.com/eventbridge:20231115195431f55971','env=key',now(),now()); [42000-197]