keith-turner opened a new pull request, #5444: URL: https://github.com/apache/accumulo/pull/5444
The parse_config function was dynamically creating variables that were scoped to the function. When the code attempted to read these variables in the execute_command function it did not find them. This caused the script to only start one compactor per host even if multiple were configured. Added -g to declare builtin to make the variables global. -- 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: notifications-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org