Skip to content

Commit

Permalink
fix: fix status report bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
doraemonext committed Apr 4, 2023
1 parent ec72331 commit 17b20c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
select 1;
select 1;
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ public void reportComponentSchema(
}

record.setComponentSchema(componentSchemaYamlStr);
record.setDeployAppId(deployAppId);
record.setDeployComponentId(deployComponentId);
int updated = repository.updateByCondition(record, condition);
if (updated == 0) {
log.warn("lock failed when reports component schema to realtime component instance, prepare to retry|" +
Expand Down

0 comments on commit 17b20c9

Please sign in to comment.