cxzl25 opened a new pull request #25301: [SPARK-28564][SHS] Access history 
application defaults to the last attempt id
URL: https://github.com/apache/spark/pull/25301
 
 
   ## What changes were proposed in this pull request?
   When we set ```spark.history.ui.maxApplications``` to a small value, we 
can't get some apps from the page search.
   If the url is spliced (http://localhost:18080/history/local-xxx), it can be 
accessed if the app has no attempt.
   But in the case of multiple attempted apps, such a url cannot be accessed, 
and the page displays Not Found.
   
   ## How was this patch tested?
   Add UT

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to