Hi there, I have write an app with contentious query feature and pack as a single jar, as depend on some 3rd party lib so it's quite big, 40M.
For local cluster, the app start quit fast and can be startup within 20 secs. But after add one more cross region node, this app need around 10 mins to startup!! I guess it because of peer class loading, so I copied that jar to every ignit node libs ├── annotations-13.0.jar ├── cache-api-1.0.0.jar ├── ignite-core-2.3.0.jar ├── ignite-indexing ├── ignite-log4j2 ├── ignite-rest-http ├── ignite-shmem-1.0.0.jar ├── ignite-spring ├── my_app.jar ├── licenses ├── optional After restart cluster, restart app, still need 10+ mins. Is there something wrong here? Or need extra setting? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
