mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
[TEST] remove needless script settings from create-bwc-index script
dynamic scripts are not needed here, can be disabled.
This commit is contained in:
parent
f4592a17e3
commit
d9628649a2
1 changed files with 0 additions and 2 deletions
|
@ -135,8 +135,6 @@ def start_node(version, release_dir, data_dir, tcp_port, http_port):
|
|||
'-Des.cluster.name=bwc_index_' + version,
|
||||
'-Des.network.host=localhost',
|
||||
'-Des.discovery.zen.ping.multicast.enabled=false',
|
||||
'-Des.script.inline=on',
|
||||
'-Des.script.indexed=on',
|
||||
'-Des.transport.tcp.port=%s' % tcp_port,
|
||||
'-Des.http.port=%s' % http_port
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue