Skip to content

Commit

Permalink
Update inlong-agent/agent-plugins/src/main/java/org/apache/inlong/age…
Browse files Browse the repository at this point in the history
…nt/plugin/sources/SQLSource.java

Co-authored-by: fuweng11 <[email protected]>
  • Loading branch information
justinwwhuang and fuweng11 authored Dec 30, 2024
1 parent 8294bf7 commit 5d67de8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ protected void printCurrentState() {

@Override
protected String getThreadName() {
return "cos-file-source-" + taskId + "-" + fileName;
return "sql-source-" + taskId + "-" + jdbcUrl;
}

private Runnable run() {
Expand Down

0 comments on commit 5d67de8

Please sign in to comment.