can you share the server logs.
turn on debug for the appropriate package:
org/apache/ignite/cache/store/jdbc
https://apacheignite.readme.io/docs/logging
What is the behavior you are getting? No logs related to this at all.
you should be getting the following:
Start loading entries from db using user queries from arguments.
Started load cache using custom statement [cache=" + U.maskName(cacheName) +
", keyType=" + keyType + ", stmt=" +
stmt + ']'
"Started load cache using custom query [cache=" + U.maskName(cacheName) +
", keyType=" + keyType + ", query=" + qry
+ ']'
The actual loading occurs here:
https://github.com/apache/ignite/blob/fb2f608005a29e9a558942dd648bac771bc44830/modules/core/src/main/java/org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.java#L680
Thanks, Alex
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/