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

fixes exeception for canceled scan task #5093

Open
wants to merge 1 commit into
base: 2.1
Choose a base branch
from

Conversation

keith-turner
Copy link
Contributor

An exception was happening when a scan task was canceled before it ever ran. This was caused by transitionFromRunning() executing when transitoinToRunning() had never executed. When this happened a precondition check that the scanThread was non-null would fail. These changes only execute transitionFromRunning() when transitionToRunning() has executed.

An exception was happening when a scan task was canceled before it ever
ran.  This was caused by transitionFromRunning() executing when
transitoinToRunning() had never executed.  When this happened a
precondition check that the scanThread was non-null would fail.  These
changes only execute transitionFromRunning() when transitionToRunning()
has executed.
@keith-turner keith-turner added this to the 2.1.4 milestone Nov 21, 2024
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

Successfully merging this pull request may close these issues.

1 participant