Re: [Twisted-Python] Silverberg CQL Driver

2015-07-02 Thread Manish Tomar
Hi Jason, On Thu, Jul 2, 2015 at 12:39 PM, Jason J. W. Williams wrote: > Sorry for rewaking this thread. Finally getting around to playing with > silverberg, but having a lot of trouble getting it to talk to > Cassandra 2.1.6 (throws "unknown opcode 44" or "unknown opcode 81" > depending on wheth

Re: [Twisted-Python] Silverberg CQL Driver

2015-07-02 Thread Jason J. W. Williams
Sorry for rewaking this thread. Finally getting around to playing with silverberg, but having a lot of trouble getting it to talk to Cassandra 2.1.6 (throws "unknown opcode 44" or "unknown opcode 81" depending on whether I'm trying to use authentication or not). Was curious if y'all ran without au

Re: [Twisted-Python] Silverberg CQL Driver

2015-01-01 Thread James Broadhead
On 29 December 2014 at 19:11, Jason J. W. Williams < jasonjwwilli...@gmail.com> wrote: > Hi James, > > Have you guys tried Silverberg? Wondering if its less flakly. > > -J > We haven't -- when I said that, I meant "on some occasions, after 3 years of continuous use". It's a sporadic failure mode,

Re: [Twisted-Python] Silverberg CQL Driver

2014-12-29 Thread Christopher Armstrong
>> On Dec 3, 2014, at 2:03 PM, Jason J. W. Williams > > wrote: >> >> Is anyone using the silverberg CQL (Cassandra) library for Twisted in >> production? Just curious what people's experience with it is, since it >> appears to be the most recently updated Twist

Re: [Twisted-Python] Silverberg CQL Driver

2014-12-29 Thread Jason J. W. Williams
Hi James, Have you guys tried Silverberg? Wondering if its less flakly. -J On Mon, Dec 29, 2014 at 10:17 AM, James Broadhead wrote: > We (TweetDeck@Twitter) have been using a patched version of Telephus for 3 > years now. > > We've had problems in the past where it would cause problems with dow

Re: [Twisted-Python] Silverberg CQL Driver

2014-12-29 Thread Jason J. W. Williams
Thanks radix. I noticed the README says Python >= 2.7 is a pre-req but the changelog for 0.1.7 says "fixed incompatibility with Python 2.6". Are y'all running it with 2.6 or 2.7? -J On Wed, Dec 3, 2014 at 12:52 PM, Christopher Armstrong < ra...@twistedmatrix.com> wrote: > Yes, we use it in produ

Re: [Twisted-Python] Silverberg CQL Driver

2014-12-29 Thread James Broadhead
We (TweetDeck@Twitter) have been using a patched version of Telephus for 3 years now. We've had problems in the past where it would cause problems with down and flaky seed hosts, so ymmv. It's available here: https://github.com/tweetdeck/Telephus On 3 December 2014 at 20:03, Jason J. W. Williams

Re: [Twisted-Python] Silverberg CQL Driver

2014-12-03 Thread Christopher Armstrong
Yes, we use it in production in the Rackspace Otter project: https://github.com/rackerlabs/otter The particular file we most use it in is here: https://github.com/rackerlabs/otter/blob/master/otter/models/cass.py#L530

[Twisted-Python] Silverberg CQL Driver

2014-12-03 Thread Jason J. W. Williams
Is anyone using the silverberg CQL (Cassandra) library for Twisted in production? Just curious what people's experience with it is, since it appears to be the most recently updated Twisted/CQL project. -J ___ Twisted-Python mailing list Twisted-Python@tw