Hi SavioL ,

Yes, I am using latest 2.1. and below is the hazelcast.xml for one of the 
node and it is same across other nodes except their corresponding ip.


<hazelcast

 

 xsi:schemaLocation="http://www.hazelcast.com/schema/config 
hazelcast-config-3.0.xsd" 

 xmlns="http://www.hazelcast.com/schema/config"; xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance";> 

 <group> 

 <name>orientdb</name> 

 <password>testpassword</password> 

 </group> 


 

 <properties> 

 <property name="hazelcast.local.localAddress">10.0.20.175</property> 

 </properties> 

 

 <network> 

 <public-address>10.0.20.175</public-address> 

 <port auto-increment="true">2434</port> 

 <join> 

 <multicast enabled="false"> 

 <multicast-group>235.1.1.1</multicast-group> 

 <multicast-port>2434</multicast-port> 

 </multicast> 

 <tcp-ip enabled="true"> 

 <member>10.0.20.55:2434</member> 

 <member>10.0.20.193:2434</member> 

 <member>10.0.20.101:2434</member> 

 <member>10.0.20.175:2434</member> 

 </tcp-ip> 

 </join> 

 </network> 


 

 <executor-service> 

 <pool-size>16</pool-size> 

 </executor-service> 

</hazelcast>


Enter code here...

Please let me know if you need any further information. 


On Friday, August 7, 2015 at 4:26:28 AM UTC-7, Pradeep B K wrote:
>
>
> Can someone please explain me the reason behind below exception?  
>
>
> It's been a week I am breaking my head to setup distributed nodes and 
> every time I get below exception on random nodes. I have 4 nodes in lab and 
> all the nodes are reachable. I see below exception on every node.
>
>
> 2015-08-07 04:08:35:566 WARNI [10.0.20.55]:2434 [orientdb] [3.3.5] Op: 
> com.hazelcast.queue.impl.PollOperation@5fa7dee4, 
> com.hazelcast.spi.exception.WrongTargetException: WrongTarget! 
> this:Address[10.0.20.55]:2434, target:Address[10.0.20.193]:2434, 
> partitionId: 75, replicaIndex: 0, operation: 
> com.hazelcast.spi.impl.WaitNotifyServiceImpl$WaitingOp, service: 
> hz:impl:queueService [WaitNotifyServiceImpl$WaitingOp]
>
>
> Any help would be greatly appreciated. 
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to