Re: Re[2]: [VOTE] Apache Ignite PMC Chair

2019-10-30 Thread aealexsandrov
+1 Alexey Goncharuk -- Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/

Re: Wrong off-heap size is reported for a node

2018-09-24 Thread aealexsandrov
Hi, OK, the user can use it to calculate the off-heap. But I think that the reason for your changes to fix the calculation of the nonHeap used in Ignite now. For example now REST return "-1" for nonHeapMemoryMaximum. I think that it can't be used somehow. So REST possible should be updated as you

Re: Wrong off-heap size is reported for a node

2018-09-24 Thread aealexsandrov
Hi Igniters, Small notes according to these fix. As I see that all logic of calculation off-neap max size at the moment located in the ackNodeMetrics method in IgniteKernal.java. I think that it isn't ok because this logic should be added to other functionality too. I think that will be better t

Re: Failed to acknowledge TcpDiscoveryClientMetricsUpdateMessage

2018-06-26 Thread aealexsandrov
Hi, This is a message that provides metrics for other nodes. You can take a look at it in the source code. However, looks like your client try to receive the acknowledgment for some message from some node and there is no answer from this node. Possible that the required node quit from the cluster