Re: pycassa refresh server_list

2011-03-31 Thread Tyler Hobbs
ConnectionPool has a set_server_list() method that you can use to update the list of servers. (It appears this method did not make it into the docs; I'll make sure it gets in there.) Pycassa doesn't make any attempt to update the server list automatically right now. By the way, there is a pycass

pycassa refresh server_list

2011-03-31 Thread A J
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 au