Re: IgniteBiPredicate in ThinClient ScanQuery:java.lang.ClassNotFoundException

2021-12-10 Thread Ilya Korol
PeerDeploymentClassLoading should help to work around this issue, shouldn't it? 10.12.2021 20:56, Pavel Tupitsyn пишет: Yes, the problem is that the predicate class "ThinClient$1" is not deployed on the server. On Fri, Dec 10, 2021 at 1:24 PM 18624049226 <18624049...@163.com

Re: IgniteBiPredicate in ThinClient ScanQuery:java.lang.ClassNotFoundException

2021-12-10 Thread Pavel Tupitsyn
Yes, the problem is that the predicate class "ThinClient$1" is not deployed on the server. On Fri, Dec 10, 2021 at 1:24 PM 18624049226 <18624049...@163.com> wrote: > [16:44:49,031][SEVERE][client-connector-#72][ClientListenerNioListener] > Failed to process client request > [req=o.a.i.i.processor

Re: IgniteBiPredicate in ThinClient ScanQuery:java.lang.ClassNotFoundException

2021-12-10 Thread 18624049226
[16:44:49,031][SEVERE][client-connector-#72][ClientListenerNioListener] Failed to process client request [req=o.a.i.i.processors.platform.client.cache.ClientCach eScanQueryRequest@1c37c4d2] class org.apache.ignite.binary.BinaryInvalidTypeException: ThinClient$1    at org.apache.ignite.inter

Re: IgniteBiPredicate in ThinClient ScanQuery:java.lang.ClassNotFoundException

2021-12-10 Thread Pavel Tupitsyn
Thin client scan query supports any predicates. However, make sure that predicate is deployed on all server nodes so it can be executed. Please share the exception details. On Fri, Dec 10, 2021 at 11:53 AM 38797715 <38797...@qq.com> wrote: > An exception will be throw when the following code is

IgniteBiPredicate in ThinClient ScanQuery:java.lang.ClassNotFoundException

2021-12-10 Thread 38797715
An exception will be throw when the following code is executed: The ScanQuery in the thin client does not support IgniteBiPredicate? publicclassThinClient{ publicstaticvoidmain(String[] args) throwsClientException, Exception{ ClientConfigurationcfg= newClientConfiguration().setAddresses("local