REDHAT-BUG-2387083: Race Condition
Cancelling a query (e.g. by cancelling the context passed to one of the query methods) during a call to the Scan method of the returned Rows can result in unexpected results if other queries are being made in parallel. This can result in a race condition that may overwrite the expected results with those of another query, causing the call to Scan to return either unexpected results from the other query or an error.
Affected Software
Event History
Frequently Asked Questions
What is the severity of REDHAT-BUG-2387083?
The severity of REDHAT-BUG-2387083 is considered moderate, as it may lead to inconsistent query results due to race conditions.
How do I fix REDHAT-BUG-2387083?
Fixing REDHAT-BUG-2387083 involves updating your affected software to the latest version that addresses this race condition.
What causes the issue described in REDHAT-BUG-2387083?
The issue in REDHAT-BUG-2387083 is caused by cancelling a query during the execution of the Scan method, which can lead to unexpected results.
Is there a workaround for REDHAT-BUG-2387083?
A workaround for REDHAT-BUG-2387083 is to ensure that queries are not cancelled while executing the Scan method to avoid race conditions.
Which software versions are affected by REDHAT-BUG-2387083?
The specific software versions affected by REDHAT-BUG-2387083 are detailed in the Red Hat advisories associated with the bug.