mattcasters commented on issue #3056:
URL: https://github.com/apache/hop/issues/3056#issuecomment-1817880036

   Reproduction path for me: run the following loop in 5 terminals and wait a 
few hours.  One or more of the terminal tabs will be titled "sleep" and they'll 
show the NPE stack trace:
   
   ```
   while true; do
   
     sh hop-run.sh -e "hop2 local" -f issue-3056/testNullPointer.hpl -r local
     if [ "$?" -ge 1 ]; then
       echo "Exit after exit code $?" 
       sleep 9999999
       break
     fi
   
   done
   ```


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