lanking520 commented on issue #13080: Jenkins failing on Scala GPU
URL: 
https://github.com/apache/incubator-mxnet/issues/13080#issuecomment-435153409
 
 
   The issue appeared with a recent OpenJDK upgrade, here is the workaround we 
will take to solve this issue:
   ```
   <plugin>
       <groupId>org.apache.maven.plugins</groupId>
       <artifactId>maven-surefire-plugin</artifactId>
       <configuration>
           <useSystemClassLoader>false</useSystemClassLoader>
       </configuration>
   </plugin>
   ```
   
   But I am still thinking this problem can only reproduce on GPU, not the CPU. 
There might be a diff on the JDK version between these two VM,

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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

Reply via email to