Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Returning async results no longer marks incorrect czarId as an error.#1027

Merged
jgates108 merged 2 commits into
tickets/DM-43715from
tickets/DM-55121
Jun 2, 2026
Merged

Returning async results no longer marks incorrect czarId as an error.#1027
jgates108 merged 2 commits into
tickets/DM-43715from
tickets/DM-55121

Conversation

@jgates108
Copy link
Copy Markdown
Contributor

This would be very short, except clang-format made unrelated changes. The only changes that matter here are in ccontrol.

Copy link
Copy Markdown
Contributor

@iagaponenko iagaponenko left a comment

Choose a reason for hiding this comment

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

Looks good to me.

_messageStore->addErrorMessage("SYSTEM", message);
return;
LOGS(_log, LOG_LVL_WARN,
"UserQueryAsyncResult::submit Query originated from different czar=" << _qInfo.czarId()
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This is not critical. To make the messages immutable for possible changes in the names of the enclosing methods, I use the following pattern:

"UserQueryAsyncResult::" << __func__ << " Query originated from different czar="

@jgates108 jgates108 merged commit ca6bf65 into tickets/DM-43715 Jun 2, 2026
7 checks passed
@jgates108 jgates108 deleted the tickets/DM-55121 branch June 2, 2026 21:37
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.

2 participants