This is an automated email from the ASF dual-hosted git repository. zstan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ignite-nodejs-thin-client.git
commit fb7136000b39f81f47d98c4f9165980af42bc185 Author: Maxim Muzafarov <[email protected]> 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>
