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

nats-io / nats-streaming-server / 2286
92%
main: 92%

Build:
Build:
LAST BUILD BRANCH: add-eol-note
DEFAULT BRANCH: main
Ran 17 Sep 2020 11:36PM UTC
Jobs 1
Files 25
Run time 2s
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

17 Sep 2020 11:26PM UTC coverage: 91.793%. First build
2286

push

travis-ci

kozlovic
[IMPROVED] Clustering: Report possible misconfiguration of peers list

The clustering peers list is supposed to contain the list of peer
node ids. However, it happens that users make the mistake of listing
the node peer ids in the same string as such:
```
streaming {
  cluster {
    node_id: "a"
    peers: ["a, b, c"]
  }
}
```
The correct definition of `peers` should be:
```
   peers: ["a", "b", "c"]
```

The server will now list the cluster known peers on startup and
will print a warning if a comma is detected in a peer name:
```
[INF] STREAM: peer 1: "a,b,c"
[WRN] STREAM: Peer name contains ',' make sure you provided an array of peer names, not a string with commas
```

Resolves #990

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>

12326 of 13428 relevant lines covered (91.79%)

70430.8 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2286.1 (GO111MODULE=off) 17 Sep 2020 11:36PM UTC 0
91.79
Travis Job 2286.1
Source Files on build 2286
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2286
  • 164f72fc on github
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc