• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

cameri / nats-server / 35422147645
82%

Build:
DEFAULT BRANCH: main
Ran 19 Sep 2026 05:51AM UTC
Jobs 1
Files 66
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

09 Sep 2026 09:36AM UTC coverage: 82.683% (+1.0%) from 81.699%
35422147645

push

github

web-flow
[FIXED] Remove stale JetStream account usage after peer removal (#8570)

Fixes #8563.

When a JetStream server is permanently removed from the cluster, its
last reported account usage can remain in `jsAccount.rusage`. Because
that value is still included in the account totals, replacing a stream
replica on another server can cause storage usage to be counted twice.

I reproduced this with a 4-node cluster and an R3 stream. After removing
one of the replica-holding servers and letting the stream move to the
spare node, the stream was still correctly running with 3 replicas, but
the account storage usage increased as if there were 4 copies.

This change removes the departed server's usage when its meta peer
removal is committed. It also ignores a late usage update from the
removed node so that the stale entry cannot be added back after cleanup.

I added a regression test that:

* creates an R3 stream on a 4-node cluster,
* verifies the initial account usage,
* removes one of the servers hosting a replica,
* waits for the replica to move to the spare server,
* verifies the account usage stays unchanged,
* and checks that a late usage update from the removed peer does not
recreate the stale entry.

Testing:

* new regression test passes repeatedly
* regression test passes with `-race`
* related peer-removal and account-usage tests pass
* `go vet ./server`
* `git diff --check`

71465 of 86433 relevant lines covered (82.68%)

295149.34 hits per line

Coverage Regressions

Lines Coverage ∆ File
22
80.07
1.92% src/github.com/nats-io/nats-server/server/raft.go
20
83.14
0.06% src/github.com/nats-io/nats-server/server/jetstream_cluster.go
19
81.09
-0.28% src/github.com/nats-io/nats-server/server/memstore.go
18
73.77
-0.23% src/github.com/nats-io/nats-server/server/jetstream_api.go
11
87.66
0.13% src/github.com/nats-io/nats-server/server/consumer.go
11
77.67
13.75% src/github.com/nats-io/nats-server/server/opts.go
8
86.14
-0.02% src/github.com/nats-io/nats-server/server/stream.go
6
78.74
0.61% src/github.com/nats-io/nats-server/server/filestore.go
4
93.62
0.1% src/github.com/nats-io/nats-server/server/gateway.go
4
88.53
-0.11% src/github.com/nats-io/nats-server/server/mqtt.go
2
86.51
0.06% src/github.com/nats-io/nats-server/server/accounts.go
2
90.85
6.73% src/github.com/nats-io/nats-server/server/parser.go
1
92.88
0.46% src/github.com/nats-io/nats-server/server/client.go
1
86.59
0.19% src/github.com/nats-io/nats-server/server/monitor.go
Jobs
ID Job ID Ran Files Coverage
1 35422147645.1 19 Sep 2026 05:51AM UTC 66
82.68
GitHub Action Run
Source Files on build 35422147645
  • Tree
  • List 66
  • Changed 23
  • Source Changed 0
  • Coverage Changed 23
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #35422147645
  • 3ad37644 on github
  • Prev Build on main (#35308254883)
  • Next Build on main (#35489953157)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc