Re: Service not found for a deployed service

2018-09-16 Thread Vyacheslav Daradur
Hi! > I deployed a service from a client node to our grid using the following code: > IgniteCluster cluster = ignite.cluster(); > ClusterGroup group = cluster.forAttribute(…); > Ignite.services(workerGroup).deployClusterSingleton(“blaze/hsbc”) Calvin, please, pay attention to your code and make

Re: Using compute().call from a Service has P2P class loading feature?

2018-09-16 Thread Vyacheslav Daradur
Hi! Unfortunately, peer class loading doesn't work properly for Service Grid. Here is a task with the same issue [1]. I've done some tests and according to results, the peer class loading works in case of service's classes propagation from a coordinator to others node, but not vice versa.

Re: How to set query timeout or cancel query when submit SQL query from SQL tool like DBweaver and sqlline?

2018-09-16 Thread Павлухин Иван
Hi Ray, As far as I know query timeout can be configured only for SqlQuery/SqlFieldsQuery API. Mentioned global timeout configuration through "jdbc:h2..." URL was not implemented.