Forgot to mention before, the host_id column is null for one of the rows. Running nodetool removenode on the other one failed. StorageService threw an exception because it could not find the host id (of the decommissioned node with the non-null host_id in system.peers).
On Tuesday, August 27, 2013, John Sanda wrote: > I had a 4 node cluster running C* 1.2.4. I am testing some client code for > adding/removing nodes to/from the cluster. I decommissioned 3 nodes. I only > have one node now; however, the system.peers table still has rows for two > of the nodes that were decommissioned. nodetool status only reports the one > remaining node. > > Will it be a problem still having those decommissioned nodes in > system.peers? And if so, what should be done to resolve it? > > - John > -- - John