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

cameri / nats-server / 35957154468
82%

Build:
DEFAULT BRANCH: main
Ran 24 Sep 2026 05:53AM 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.64% (-0.02%) from 82.655%
35957154468

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`

71428 of 86433 relevant lines covered (82.64%)

334091.79 hits per line

Coverage Regressions

Lines Coverage ∆ File
37
82.97
-0.21% src/github.com/nats-io/nats-server/server/jetstream_cluster.go
19
79.75
0.32% src/github.com/nats-io/nats-server/server/raft.go
16
77.48
-0.31% src/github.com/nats-io/nats-server/server/opts.go
7
87.75
0.11% src/github.com/nats-io/nats-server/server/consumer.go
6
92.88
-0.12% src/github.com/nats-io/nats-server/server/client.go
6
73.98
0.18% src/github.com/nats-io/nats-server/server/jetstream_api.go
6
86.27
0.14% src/github.com/nats-io/nats-server/server/stream.go
5
78.67
-0.03% src/github.com/nats-io/nats-server/server/filestore.go
5
93.62
-0.14% src/github.com/nats-io/nats-server/server/gateway.go
4
89.57
-0.17% src/github.com/nats-io/nats-server/server/leafnode.go
4
89.22
-0.07% src/github.com/nats-io/nats-server/server/server.go
2
85.38
-0.05% src/github.com/nats-io/nats-server/server/events.go
2
55.36
-0.14% src/github.com/nats-io/nats-server/server/jetstream_errors_generated.go
1
81.05
-0.05% src/github.com/nats-io/nats-server/server/memstore.go
1
86.45
0.0% src/github.com/nats-io/nats-server/server/monitor.go
Jobs
ID Job ID Ran Files Coverage
1 35957154468.1 24 Sep 2026 05:53AM UTC 66
82.64
GitHub Action Run
Source Files on build 35957154468
  • Tree
  • List 66
  • Changed 19
  • Source Changed 0
  • Coverage Changed 19
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #35957154468
  • 3ad37644 on github
  • Prev Build on main (#35819776001)
  • Next Build on main (#36095955724)
  • 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