MaxGekk opened a new pull request #27296: 
[SPARK-30482][CORE][SQL][TESTS][FOLLOW-UP] Output caller info in log appenders 
while reaching the limit
URL: https://github.com/apache/spark/pull/27296
 
 
   ### What changes were proposed in this pull request?
   In the PR, I propose to output additional msg from the tests where a log 
appender is added. The message is printed as a part of `IllegalStateException` 
in the case of reaching the limit of maximum number of logged events.
   
   ### Why are the changes needed?
   If a log appender is not removed from the log4j appenders list. the caller 
message could help to investigate the problem and find the test which doesn't 
remove the log appender.
   
   ### Does this PR introduce any user-facing change?
   No
   
   ### How was this patch tested?
   By running the modified test suites `AvroSuite`, `CSVSuite`, 
`ResolveHintsSuite` and etc.
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to