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

couchbase / moss / 33
83%

Build:
DEFAULT BRANCH: master
Ran 29 Mar 2016 07:36PM UTC
Jobs 1
Files 8
Run time 3min
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

pending completion
33

push

travis-ci

steveyen
MB-18594 - use cond Broadcast() instead of Signal()

Along the way to diagnosing MB-18594, I saw hundreds of moss related
goroutines in some dump-of-goroutines output, where merger and
persister goroutines from multiple moss collections where waiting for
work to do.

Perhaps they weren't getting closed/stopped correctly?

This made me take a look at the the condition variable usage in moss,
so this fix is related to invoking cond.Broadcast() instead of
cond.Signal(), in order to notify all cond var waiters, not just a
single waiter.

This might not actually fix the "hundreds of goroutines" situation,
but I believe is more theoretically correct.

Change-Id: I59cd545ca
Reviewed-on: http://review.couchbase.org/62121
Reviewed-by: Marty Schoch <marty.schoch@gmail.com>
Tested-by: Steve Yen <steve.yen@gmail.com>

1008 of 1201 relevant lines covered (83.93%)

1717.46 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33.1 29 Mar 2016 07:36PM UTC 0
83.93
Travis Job 33.1
Source Files on build 33
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #33
  • ffa548e9 on github
  • Prev Build on master (#32)
  • Next Build on master (#34)
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