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:38 UTC

[ignite-nodejs-thin-client] branch ignite-15759 created (now 8701f16)

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

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


      at 8701f16  IGNITE-15759 Replace local affinity function with the custom one

This branch includes the following new commits:

     new 8701f16  IGNITE-15759 Replace local affinity function with the custom one

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by mm...@apache.org.
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>