kkhatua commented on a change in pull request #1536: DRILL-6039: Fixed 
drillbit.sh script to do graceful shutdown
URL: https://github.com/apache/drill/pull/1536#discussion_r235183590
 
 

 ##########
 File path: distribution/src/resources/drill-config.sh
 ##########
 @@ -334,6 +334,7 @@ fi
 # provided in drill-env.sh.
 
 export DRILL_PID_DIR=${DRILL_PID_DIR:-$DRILL_HOME}
+export GRACEFUL_FILE_SUFFIX=GRACEFUL_SIGFILE
 
 Review comment:
   Where is the value for `GRACEFUL_SIGFILE` defined? Provide a default if not 
set
   ```
   export GRACEFUL_FILE_SUFFIX=${GRACEFUL_SIGFILE:-"graceful"}
   ```
   

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