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

GoogleCloudPlatform / google-cloud-java / 3524
72%

Build:
DEFAULT BRANCH: master
Ran 07 Apr 2017 05:52PM UTC
Jobs 1
Files 445
Run time 24s
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
3524

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

Jobs
ID Job ID Ran Files Coverage
2 3524.2 07 Apr 2017 05:52PM UTC 0
81.04
Travis Job 3524.2
Source Files on build 3524
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3524
  • Pull Request #1884
  • PR Base - master (#3523)
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