Denis Magda created IGNITE-2750: ----------------------------------- Summary: REST connection is closed on the server side ignoring unfinished client requests Key: IGNITE-2750 URL: https://issues.apache.org/jira/browse/IGNITE-2750 Project: Ignite Issue Type: Bug Affects Versions: 1.5.0.final Reporter: Denis Magda Fix For: 1.6
Client can send long running request (i.e., compute tasks) to the cluster over REST connection. If a task execution takes more time than {{ConnectorConfiguration.idleTimeout}} then the connection will be closed by server automatically. The server mustn't close the connection in cases if there are unfinished requests received from clients. This approach already works on the client side. -- This message was sent by Atlassian JIRA (v6.3.4#6332)