FW: Sporadic gossip exception on add node

2014-02-26 Thread Desimpel, Ignace
exception on add node Had a look at the code, and this might be a race-condition like problem at the function StorageService::checkForEndpointCollision and StorageService::prepareReplacementInfo To do a Gossiper.instance.doShadowRound(), the MessagingService.instance().listen

FW: Sporadic gossip exception on add node

2014-02-24 Thread Desimpel, Ignace
Had a look at the code, and this might be a race-condition like problem at the function StorageService::checkForEndpointCollision and StorageService::prepareReplacementInfo To do a Gossiper.instance.doShadowRound(), the MessagingService.instance().listen(FBUtilities.getLocalAddress()) must be F