phpcassa icon indicating copy to clipboard operation
phpcassa copied to clipboard

Use a ConnectionPool instead of ConnectionWrapper for the SystemManager

Open wildstray opened this issue 12 years ago • 1 comments

Useful for working on clusters with nodes down (eg. with Cassandra Cluster Admin)

wildstray avatar Mar 28 '12 15:03 wildstray

I'm hesitant to do this right now, because it can easily result in schema disagreements if your nodes don't have their clocks synchronized with NTP and you're running something lower than Cassandra 1.1.

However, once it has been a while and most people are using 1.1 or newer, this would be nice to have. For now, I suggest closing the SystemManager object upon failure and opening a new one (possibly against a different node).

thobbs avatar May 11 '12 17:05 thobbs