ndimiduk commented on issue #1368: HBASE-24049 use hadoop-2.10.0 for "packaging 
and integration" check
URL: https://github.com/apache/hbase/pull/1368#issuecomment-605358193
 
 
   I didn't launch with `-x`, but i guess this comes from
   
   ```sh
   sleep_time=2
   until [ -s "${working_dir}/hbase-conf/core-site.xml" ]; do
     printf '\twaiting for Hadoop to finish starting up.\n'
     sleep "${sleep_time}"
     sleep_time="$((sleep_time*2))"
   done
   ```
   
   Seems there's no check that the timeout was not triggered, so the script 
progresses after this point into a an untimed wait that locks up the jekinks 
worker until the 8hr fail-safe is triggered.

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

Reply via email to