Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CancellationException blocking whole service #780

Open
CedricJezequel opened this issue Jul 26, 2022 · 0 comments
Open

CancellationException blocking whole service #780

CedricJezequel opened this issue Jul 26, 2022 · 0 comments

Comments

@CedricJezequel
Copy link

  • Algolia Client Version: 3.16.5
  • Language Version: JAVA

Description

Currently we have a service implemented with vert.x for processing parallel tasks which consume a Kafka queue for injecting items in an Algolia index (~100 req/15min). During last development, we took the opportunity to upgrade algolia-core and algolia-apache depencendies from 3.2.1 to 3.16.5, and since this upgrade we observed CancellationException, which completely broke our service : since one HTTP call to Algolia with your framework had this exception, others will also have it and so can not update items anymore. The only solution we had was to restart the entire service.
Before having a response from your team, we delivered a new version from our service, using v3.2.1 : no CancellationException seen since this update.

Steps To Reproduce

  1. Consume Kafka queue between 1 (~10 000 req) and 3 days (~30 000 req)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant