(refac) Propagate ZOOKEEPER_HOSTS to spawned processes
This commit is contained in:
parent
ee8e0497ae
commit
3c9234078a
@ -132,6 +132,7 @@ public class ProcessService {
|
||||
* along with WMSA_HOME, but it has special logic */
|
||||
private final List<String> propagatedEnvironmentVariables = List.of(
|
||||
"JAVA_HOME",
|
||||
"ZOOKEEPER_HOSTS",
|
||||
"WMSA_SERVICE_NODE",
|
||||
"CONVERTER_PROCESS_OPTS",
|
||||
"LOADER_PROCESS_OPTS",
|
||||
|
Loading…
Reference in New Issue
Block a user