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

elixir-nebulex / nebulex / 351b5ef9ecdc1c3a25c2c10a4ab061c544ef3e12
100%
main: 100%

Build:
Build:
LAST BUILD BRANCH: v2
DEFAULT BRANCH: main
Ran 07 Feb 2026 09:26AM UTC
Jobs 1
Files 45
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

07 Feb 2026 09:25AM UTC coverage: 100.0%. Remained the same
351b5ef9ecdc1c3a25c2c10a4ab061c544ef3e12

push

github

web-flow
Fix Replicated cache data loss on rolling deploy (#250)

Replace anonymous function with MFA call in Bootstrap.stream_entries/3.

During rolling deploys, the new node sends a lambda via :rpc.call to
copy cached entries from existing nodes. Lambdas are bound to the
sending node's module version and fail on nodes running different code,
producing {:badrpc, _} which is silently swallowed. The new node starts
empty, and remaining nodes copy from it, causing total data loss.

The fix uses an MFA call to a public do_stream_entries/1 function
instead. MFA calls resolve on the remote node using its own code,
so they work across code versions.

Reproduction: https://github.com/pierre-pretorius/nebulex_replication_test

1087 of 1087 relevant lines covered (100.0%)

1690.46 hits per line

Jobs
ID Job ID Ran Files Coverage
1 351b5ef9ecdc1c3a25c2c10a4ab061c544ef3e12.1 07 Feb 2026 09:26AM UTC 45
100.0
GitHub Action Run
Source Files on build 351b5ef9ecdc1c3a25c2c10a4ab061c544ef3e12
  • Tree
  • List 45
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 351b5ef9 on github
  • Prev Build on v2 (#472480D0...)
  • Next Build on v2 (#6B0A4F87...)
  • Delete
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