Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Fix task queue so that the updated failure count for requests is stored #893

Merged
merged 3 commits into from Feb 19, 2019

Conversation

ajsutton
Copy link
Contributor

PR description

Due to the way the bytes value based queue was wrapped with an adapter, changes to the failure count for node requests weren't stored, resulting in world state download never being considered stalled.

This PR removes the adapter, performing serialisation directly in RocksDBQueue which, while slightly less elegant, allows the values to be mutable.

@ajsutton ajsutton merged commit fe2b964 into PegaSysEng:master Feb 19, 2019
@ajsutton ajsutton deleted the store-failure-count branch February 19, 2019 19:42
rain-on pushed a commit to rain-on/pantheon that referenced this pull request Feb 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants