Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase default stotrage controller heartbeat interval from 100msec … (
#10206) ## Problem Currently default value of storage controller heartbeat interval is 100msec. It means that 10 times per second it establish connection to PS. And it seems to be quite expensive. At MacOS right now storage_controller consumes 70% CPU and trusts - 30%. So together they completely utilize one core. A lot of us has Macs. Let's save environment a little bit and do not waste electricity and contribute to global warming. By the way, on prod we have interval 10seconds ## Summary of changes Increase heartbeat interval from 100msec to 1 second. Co-authored-by: Konstantin Knizhnik <[email protected]>
- Loading branch information
197a89a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
7095 tests run: 6796 passed, 1 failed, 298 skipped (full report)
Failures on Postgres 17
test_timeline_archival_chaos
: release-arm64Flaky tests (1)
Postgres 16
test_physical_replication_config_mismatch_too_many_known_xids
: release-arm64Test coverage report is not available
197a89a at 2024-12-19T19:24:40.725Z :recycle: