here is my complete config
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2008-2013, Hazelcast, Inc. All Rights Reserved.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~
http://www.apache.org/licenses/LICENSE-2.0 ~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<hazelcast-client xsi:schemaLocation="
http://www.hazelcast.com/schema/config hazelcast-client-config-3.2.4.xsd"
xmlns="
http://www.hazelcast.com/schema/config"
xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance">
<group>
<name>abc</name>
<password>xyz</password>
</group>
<management-center enabled="falsethere is ">
http://localhost:8080/mancenter</management-center>
<properties>
<property name="hazelcast.client.connection.timeout">60000</property>
<property name="hazelcast.client.retry.count">10</property>
</properties>
<network>
<cluster-members>
<address>xxxxx</address>
<address>xxxxx</address>
<address>xxxxx</address>
<address>xxxxx</address>
</cluster-members>
<smart-routing>true</smart-routing>
<redo-operation>true</redo-operation>
<connection-timeout>60000</connection-timeout>
<connection-attempt-limit>10</connection-attempt-limit>
<connection-pool-size>10</connection-pool-size>
</network>
<executor-pool-size>40</executor-pool-size> <!-- added -->
<load-balancer type="random"/>
</hazelcast-client>