cxzl25 opened a new pull request, #47519:
URL: https://github.com/apache/spark/pull/47519

   ### What changes were proposed in this pull request?
   This PR aims to reset checkbox when executor metrics are loaded in the 
Stages tab.
   
   ### Why are the changes needed?
   The variable `executorSummaryTableSelector` in the 
`reselectCheckboxesBasedOnTaskTableState` function may not be initialized, 
which results in inconsistent UI display.
   
   Sometimes `allexecutors` api calls are slow, which causes 
`executorSummaryTableSelector` to be initialized lazily.
   ```js
   $.getJSON(createRESTEndPointForExecutorsPage(appId),
   ```
   
   <img width="800" alt="image" 
src="https://github.com/user-attachments/assets/780705ee-71b2-4063-bee9-cac3a3d35f27";>
   
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   ### How was this patch tested?
   local test
   
   ### Was this patch authored or co-authored using generative AI tooling?
   No
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to