You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The class NodeClientFactoryBean releases only NodeClient, call close() method has no effect. NodeClientFactoryBeanmust call close() method on node client and node as well to complete the shutdown cycle of ES
btw we need the NodeClient (which is not deprecated in ES7) and the Node as long as we start a node in the tests with the xml configuration. The JUnit4 rule I wrote a couple of tickets ago, starts a node as well and class node.close() but is not using the NodeClientFactoryBean.
Friederich Christophe opened DATAES-314 and commented
The class
NodeClientFactoryBean
releases onlyNodeClient
, callclose()
method has no effect.NodeClientFactoryBean
must callclose()
method on node client and node as well to complete the shutdown cycle of ESAffects: 3.0 M1 (Kay)
Referenced from: pull request #333
1 votes, 3 watchers
The text was updated successfully, but these errors were encountered: