On Tue, Jul 7, 2015 at 4:39 PM, Sid Tantia <sid.tan...@baseboxsoftware.com> wrote:
> I tried both `nodetool remove node <Host ID>` and `nodetool decommission` > and they both give the error: > > nodetool: Failed to connect to '127.0.0.1:7199' - ConnectException: > 'Connection refused’. > > Here is what I have tried to fix this: > Instead of that stuff, why not : 1) use lsof to determine what IP is being listened to on 7199 by the running process? 2) connect to that IP ? =Rob