Skip to content

[Backport release-mainnet-1.2.0-rc] fix(stake-table): quiet spammy stake table warnings#4620

Merged
sveitser merged 1 commit into
release-mainnet-1.2.0-rcfrom
backport-4599-to-release-mainnet-1.2.0-rc
Jul 6, 2026
Merged

[Backport release-mainnet-1.2.0-rc] fix(stake-table): quiet spammy stake table warnings#4620
sveitser merged 1 commit into
release-mainnet-1.2.0-rcfrom
backport-4599-to-release-mainnet-1.2.0-rc

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Description

Backport of #4599 to release-mainnet-1.2.0-rc.

- Lower per-validator "no delegator"/"no stake" logs from info to debug
- Make insert_stake_table idempotent via ON CONFLICT (epoch) DO NOTHING

The epoch insert had no conflict handling, so re-recording an already
cached epoch hit the UNIQUE constraint and retried 5x under WRITE_BACKOFF,
emitting repeated WARN spam for a permanent, benign condition.

(cherry picked from commit 68f0a10)
@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor Author

Nextest failures (1) in this run

Test Attempts Time (s) Main history
espresso-node::options::tests::config_node_response_snapshot 3 0.11 passing

See the step summary for flaky tests and slowest tests.

@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor Author

Nextest failures (1) in this run

Test Attempts Time (s) Main history
hotshot-testing::test_vid2_upgrade::test_vid2_upgrade::testtypesrandomizedleader_::memoryimpl_::test_vid2_upgrade 1 31.07 passing

See the step summary for flaky tests and slowest tests.

@sveitser
sveitser merged commit 0baf79e into release-mainnet-1.2.0-rc Jul 6, 2026
132 of 136 checks passed
@sveitser
sveitser deleted the backport-4599-to-release-mainnet-1.2.0-rc branch July 6, 2026 09:31
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