Vladsz83 commented on a change in pull request #8662:
URL: https://github.com/apache/ignite/pull/8662#discussion_r558101637
##########
File path:
modules/ducktests/tests/ignitetest/services/utils/templates/discovery_macro.j2
##########
@@ -39,6 +39,7 @@
<bean class="org.apache.ignite.spi.discovery.zk.ZookeeperDiscoverySpi">
<property name="zkConnectionString" value="{{ spi.connection_string
}}"/>
<property name="zkRootPath" value="{{ spi.root_path }}"/>
+ <property name="sessionTimeout" value="{{ spi.session_timeout }}"/>
Review comment:
The documentation [1] says:
"The following parameters are required (other parameters are optional):
zkConnectionString - keeps the list of addresses of ZooKeeper servers.
sessionTimeout - specifies the time after which an Ignite node is considered
disconnected if it doesn’t react to events exchanged via Discovery SPI."
[1] https://ignite.apache.org/docs/latest/clustering/zookeeper-discovery
----------------------------------------------------------------
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:
[email protected]