Is this a new bug?
Current Behavior
Adapter retries against Livy like this:
Each of these spins up a new Spark Cluster:
The adapter goes off and uses the final one, and the others run idle.
Expected Behavior
Ask for a new Livy session and await for that specific one to turn green.
Steps To Reproduce
Fire the adapter and look at monitoring hub.
Relevant log output
See screenshot above with retries.
Environment
Additional Context
I'll have a fix in PR