I have a Spark job which trains a model using Spark ML's logistic regression. In the Spark UI under the stage details page for a tree aggregation stage I see a few tasks with a status of "GET RESULT".
What does this status mean? What causes a task to be in this status?