Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
HUAHUAI23 committed Aug 13, 2024
1 parent ff1c4e7 commit 0768ae1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,9 @@ export class DedicatedDatabaseTaskService {
},
)

this.logger.debug(`stop dedicated database ${appid} manifest not found`)
this.logger.debug(
`update dedicated database ${appid} state to stopped,note: ddb manifest not found`,
)

return
}
Expand Down
6 changes: 3 additions & 3 deletions server/src/instance/instance.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,11 +249,11 @@ export class InstanceService {
user,
dedicatedDatabase,
)
assert(dbConnectionUri, `db connection uri for ${appid} is empty, !!!`)
} catch (e) {
this.logger.debug(e)
this.logger.debug(`get db connection uri failed: ${e.message}`)
dbConnectionUri = ''
this.logger.debug(
`get db connection uri for ${appid} failed: ${e}, maybe ddb cluster manifest have been deleted`,
)
}
}

Expand Down

0 comments on commit 0768ae1

Please sign in to comment.