You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.
To fix a timing attack which led to release 21.1.1, we immediately report that we are in the "ingesting data" phase when we make the request for data to the database. This means that the "waiting for database" phase is now basically no longer existent.
Should remove this state from the system.
That means removing it from:
query interface (where we should the different states)
activities monitor where the states are shown when there is a high query load
from the service which ensures state transitions always are moving forward
from the query performance view in the administrative interface. There we should the state in the graphs that are rendered
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
To fix a timing attack which led to release 21.1.1, we immediately report that we are in the "ingesting data" phase when we make the request for data to the database. This means that the "waiting for database" phase is now basically no longer existent.
Should remove this state from the system.
That means removing it from:
The text was updated successfully, but these errors were encountered: