Semen Boikov created IGNITE-3889: ------------------------------------ Summary: Sql function class is required on client even if it is not used at runtime Key: IGNITE-3889 URL: https://issues.apache.org/jira/browse/IGNITE-3889 Project: Ignite Issue Type: Bug Components: SQL Affects Versions: 1.7 Reporter: Semen Boikov
Now ignite tries to load sql function classes on all nodes including clients at cache start up (CacheConfiguration.getSqlFunctionClasses). Need to investigate if it is possible to avoid cache start error, and fail with error only if function is really used on client. -- This message was sent by Atlassian JIRA (v6.3.4#6332)