(using readonly user means that any secrets get automatically expunged from the API response)
What it looks like to me is that the plan got cancelled (1) and the error under "0" is just the constructor step getting confused as the plan gets rolled back (2). I could definitely be wrong though
being [no.found.constructor.models.ForcedAbort: Plan aborted by deletion of pending plan] - that normally means that the cancel button has been pressed
being [no.found.constructor.steps.allocation.AllocationFailedException: Allocation failed - when instances are created, they register a "rollback" action if something goes wrong. and I believe the error is occurring there. It should mention the rollback above this step in the UI somewhere if my memory is right.
It's not completely unheard of for a rollback step to fail when a plan fails/is cancelled. Normally this means that some unused resources are still allocated to the cluster, but they get removed by eg a cluster shutdown so this isn't considered very serious.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.