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

thibaultCha / lua-cassandra / 732 / 1
88%
master: 97%

Build:
Build:
LAST BUILD BRANCH: 1.0.0
DEFAULT BRANCH: master
Ran 11 Apr 2016 06:45PM UTC
Files 44
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

11 Apr 2016 06:33PM UTC coverage: 88.042% (+0.05%) from 87.992%
LUA=lua5.1

Pull #49

travis-ci

thibaultCha
fix(cluster) using default_port for peers addresses

Clusters with nodes not running on the default `9042` port couldn't be
properly reached. Thanks @allisthere2love for the investigation.

This issue was never encountered before and my guess is because such
clusters added their contact_points including the port (`x.x.x.x:9043`),
and the driver could connect to it, but not to the other nodes, since it
was trying `9042` on those. So it simply considered the other nodes as
DOWN, and thus still works (if one doesn't check the logs and those lags
are not displaying warnings, it seems like nothing is going wrong).
However @allisthere2love had nodes from another C* cluster listening on
`9042`, leading to inconsistencies and thus, actual errors that allowed
us to track it down.

As per other datastax drivers, all nodes of a cluster must listen on the
same port.

Fix thibaultCha/lua-cassandra#47
See Mashape/kong#1139
Pull Request #49: fix(cluster) using default_port for peers addresses

1745 of 1982 relevant lines covered (88.04%)

2145.87 hits per line

Source Files on job 732.1 (LUA=lua5.1)
  • Tree
  • List 0
  • Changed 3
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 732
  • Travis Job 732.1
  • d96bc558 on github
  • Prev Job for LUA=lua5.1 on release/0.5.1 (#731.1)
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