anton-vinogradov commented on a change in pull request #8676:
URL: https://github.com/apache/ignite/pull/8676#discussion_r579211863



##########
File path: 
modules/ducktests/src/main/java/org/apache/ignite/internal/ducktest/utils/SpringThinClientConfig.xml
##########
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<beans xmlns="http://www.springframework.org/schema/beans";
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+       xsi:schemaLocation="http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans/spring-beans.xsd";>
+    <bean id="igniteClient" 
class="org.apache.ignite.internal.ducktest.utils.IgniteClientSpringBean">
+        <property name="clientConfiguration">
+            <bean class="org.apache.ignite.configuration.ClientConfiguration">
+                <property name="addresses">
+                    <list>
+                        <value>ducker01:10800</value>
+                        <value>ducker02:10800</value>
+                        <value>ducker03:10800</value>
+                        <value>ducker04:10800</value>
+                        <value>ducker05:10800</value>
+                        <value>ducker06:10800</value>
+                        <value>ducker07:10800</value>
+                        <value>ducker08:10800</value>
+                        <value>ducker09:10800</value>
+                        <value>ducker10:10800</value>

Review comment:
       will this work or read the environment?
   looks like some hardcode or autogenerated code.




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


Reply via email to