Skip to content

Conversation

@SteveYurongSu
Copy link
Member

No description provided.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, this is your first pull request in IoTDB project. Thanks for your contribution! IoTDB will be better because of you.

.build();
} catch (final Exception e) {
LOGGER.warn("Failed to create task", e);
LOGGER.warn("Failed to create task {} because {}", taskId, e.getMessage(), e);

Check failure

Code scanning / CodeQL

Log Injection High

This log entry depends on a
user-provided value
.

Copilot Autofix

AI 9 months ago

Copilot could not generate an autofix suggestion

Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.

try {
tasks.get(taskId).start();

LOGGER.info("Task {} start successfully", taskId);

Check failure

Code scanning / CodeQL

Log Injection High

This log entry depends on a
user-provided value
.

Copilot Autofix

AI 9 months ago

Copilot could not generate an autofix suggestion

Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.

.entity(String.format("task %s start successfully", taskId))
.build();
} catch (Exception e) {
LOGGER.warn("Failed to start task {} because {}", taskId, e.getMessage(), e);

Check failure

Code scanning / CodeQL

Log Injection High

This log entry depends on a
user-provided value
.

Copilot Autofix

AI 9 months ago

Copilot could not generate an autofix suggestion

Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.

}
tasks.get(taskId).stop();

LOGGER.info("Task {} stop successfully", taskId);

Check failure

Code scanning / CodeQL

Log Injection High

This log entry depends on a
user-provided value
.

Copilot Autofix

AI 9 months ago

Copilot could not generate an autofix suggestion

Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.

.build();
} catch (final Exception e) {
LOGGER.warn("Failed to stop task", e);
LOGGER.warn("Failed to stop task {} because {}", taskId, e.getMessage(), e);

Check failure

Code scanning / CodeQL

Log Injection High

This log entry depends on a
user-provided value
.

Copilot Autofix

AI 9 months ago

Copilot could not generate an autofix suggestion

Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.

try {
tasks.remove(taskId).drop();

LOGGER.info("Task {} drop successfully", taskId);

Check failure

Code scanning / CodeQL

Log Injection High

This log entry depends on a
user-provided value
.

Copilot Autofix

AI 9 months ago

Copilot could not generate an autofix suggestion

Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.

.entity(String.format("task %s drop successfully", taskId))
.build();
} catch (final Exception e) {
LOGGER.warn("Failed to drop task {} because {}", taskId, e.getMessage(), e);

Check failure

Code scanning / CodeQL

Log Injection High

This log entry depends on a
user-provided value
.

Copilot Autofix

AI 9 months ago

Copilot could not generate an autofix suggestion

Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.

@SteveYurongSu SteveYurongSu merged commit 541e1f5 into master Mar 5, 2025
9 checks passed
@SteveYurongSu SteveYurongSu deleted the polish-collector branch March 5, 2025 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant