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

GoogleCloudPlatform / google-cloud-java / 3524 / 2
72%
master: 72%

Build:
DEFAULT BRANCH: master
Ran 07 Apr 2017 05:52PM UTC
Files 445
Run time 21s
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 Apr 2017 05:20PM UTC coverage: 81.037% (+0.05%) from 80.99%
3524.2

Pull #1884

travis-ci

web-flow
Decouple the processing of new received messages from the dispatching to
user code
  - Separated the handling of batched received messages from the
    per-message dispatching of message to the user code. In order to
    accomplish this I had to keep the batch in memory while the processing
    of each message will draw from the in-memory batch until completely
    depleted.
    - Drawing flow controller permits on a per message basis (used to
      try to draw permits for the whole batch potentially deadlocking the
      whole subscriber), this addresses the deadlock condition raised here
      https://github.com/GoogleCloudPlatform/google-cloud-java/issues/1868
      - No longer using blocking flow controller, instead pausing and
        resuming pulls/streamed-messages based on the flow controller
        feedback and when new permits become available.
  - A separate executor for alarms (2 threads in it has showed up to
    scale pretty well with many subscriber, given our ack operations
    are pretty lightweight)
  - Setting the maximum of messages to pull per request based on the
    number requested by the user in the flow controller (if any), this
    in a best effort addresses
    https://github.com/GoogleCloudPlatform/google-cloud-java/issues/1868

Fixes #1868, fixes #1865 and fixes #1855
Pull Request #1884: Deadlock issues

18628 of 22987 relevant lines covered (81.04%)

124.82 hits per line

Source Files on job 3524.2
  • Tree
  • List 0
  • Changed 9
  • Source Changed 4
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 3524
  • Travis Job 3524.2
  • f9b18311 on github
  • Prev Job for on master (#3523.2)
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