Skip to content

Augur "forgets" about a running task #3319

@MoralCode

Description

@MoralCode

What Happens/symptoms:

  1. a task begins running in augur
  2. something happens
  3. rabbitmq logs show the following error (could also be logged as a warning):
2025-10-14 15:37:05.560429+00:00 [error] <0.1187.0> Error on AMQP connection <0.1187.0> (172.18.0.5:48982 -> 172.18.0.3:5672, vhost: 'augur_vhost', user: 'augur', state: running), channel 0:
2025-10-14 15:37:05.560429+00:00 [error] <0.1187.0>  operation none caused a connection exception connection_forced: "broker forced connection closure with reason 'shutdown'"
  1. the task remains in a "started" state in flower forever. counting flower tasks shows processed = failed + succeeded - 1
  2. according to Augur's DB the task is still running (i.e.
    SELECT cs.* FROM augur_operations.collection_status AS cs WHERE (core_status <> 'Success') or (secondary_status <> 'Success') or (facade_status <> 'Success') shows atask "collecting"

This seems to affect facade

So far all instances of this have been on rabbitmq 3.12.14 since the fix for #3255 hasnt fully shipped yet

Metadata

Metadata

Assignees

Labels

Resolved in AveloxisIssue is resolved in https://github.com/aveloxis/aveloxisdeployed versionLive problems with deployed versions

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions