HeartSaVioR opened a new pull request #27408: [SPARK-30481][CORE][FOLLOWUP] Fix minor issues on SPARK-30481 URL: https://github.com/apache/spark/pull/27408 ### What changes were proposed in this pull request? This PR fixes a couple of minor issues on SPARK-30481: * SHS runs "compaction" regardless of the result of "merge application listing". If "merge application listing" fails, most likely the application log will have some issue and "compaction" won't work properly then. We can just skip trying compaction when "merge application listing" fails. * When "compaction" throws exception we don't handle it. It's expected to swallow exception, but we don't even log the exception for now. It should be logged properly. ### Why are the changes needed? Described in above section. ### Does this PR introduce any user-facing change? No. ### How was this patch tested? Existing UTs.
---------------------------------------------------------------- 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]
