Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/facade/dragonfly_connection.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2681,6 +2681,7 @@ Connection::WaitEvent::WaitEvent(ParsedCommand* cmd, util::fb2::detail::Waiter*
: key(cmd->Blocker()->OnCompletion(w)) {
}

// Dummt comment
void ResetStats() {
Copy link
Copy Markdown

@augmentcode augmentcode Bot Apr 20, 2026

Choose a reason for hiding this comment

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

The added comment has a typo ("Dummt") and looks like an accidental/dummy change; keeping it in production code will add noise for future readers.

Severity: low

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

auto& cstats = tl_facade_stats->conn_stats;
Copy link
Copy Markdown

@augmentcode augmentcode Bot Apr 20, 2026

Choose a reason for hiding this comment

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

PR title/description explicitly say "do not commit/do not merge" and don’t follow the repo’s PR guidelines for descriptive titles/summaries (Rule: AGENTS.md); you may want to close/convert this to a non-dummy PR before merging.

Severity: medium

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

cstats.pipelined_cmd_cnt = 0;
Expand Down
Loading