You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by mm...@apache.org on 2022/08/11 11:29:39 UTC

[ignite-nodejs-thin-client] 01/01: IGNITE-15759 Replace local affinity function with the custom one

This is an automated email from the ASF dual-hosted git repository.

mmuzaf pushed a commit to branch ignite-15759
in repository https://gitbox.apache.org/repos/asf/ignite-nodejs-thin-client.git

commit 8701f16be7301760ee44384517ef633fc9c89e57
Author: Maxim Muzafarov <ma...@gmail.com>
AuthorDate: Thu Aug 11 14:28:32 2022 +0300

    IGNITE-15759 Replace local affinity function with the custom one
---
 spec/configs/ignite-config-base.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spec/configs/ignite-config-base.xml b/spec/configs/ignite-config-base.xml
index f4bd067..99ad7f7 100644
--- a/spec/configs/ignite-config-base.xml
+++ b/spec/configs/ignite-config-base.xml
@@ -59,7 +59,7 @@
                     <property name="cacheMode" value="PARTITIONED"/>
                     <property name="writeSynchronizationMode" value="FULL_SYNC"/>
                     <property name="affinity">
-                        <bean class="org.apache.ignite.internal.processors.affinity.LocalAffinityFunction"/>
+                        <bean class="org.apache.ignite.compatibility.clients.JavaThinCompatibilityTest.CustomAffinity"/>
                     </property>
                 </bean>