In the pycassa.pool.ConnectionPool class, I can specify all the nodes in server_list parameter. But overtime, when nodes get decomissioned and new nodes with new IPs get added, how can the server_list parameter be refereshed ? Do I have to modify it manually, or is there a way to update the list automatically ?
- pycassa refresh server_list A J
- Re: pycassa refresh server_list Tyler Hobbs