Zakelly opened a new pull request, #23138:
URL: https://github.com/apache/flink/pull/23138

   ## What is the purpose of the change
   
   JVM flags could help investigate the test failures (especially memory or GC 
related issue). This PR prints the JVM flags before tests run.  An example of 
pipeline output here:  
https://dev.azure.com/lzq82555906/42941eae-0335-452a-89c5-bd6a71809dc9/_apis/build/builds/122/logs/157
 . You may search 'JVM information' in this log.
   
   ## Brief change log
   
   add JVM information printing section in `print_system_info` of pipeline 
scripts.
   
   ## Verifying this change
   
   This change is a pipeline script update without any test coverage. Check the 
AZP log and get the print.
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): (no)
     - The public API, i.e., is any changed class annotated with 
`@Public(Evolving)`: (no)
     - The serializers: (no)
     - The runtime per-record code paths (performance sensitive): (no)
     - Anything that affects deployment or recovery: JobManager (and its 
components), Checkpointing, Kubernetes/Yarn, ZooKeeper: (no)
     - The S3 file system connector: (no)
   
   ## Documentation
   
     - Does this pull request introduce a new feature? (no)
     - If yes, how is the feature documented? (not applicable)
   


-- 
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]

Reply via email to