pycassa.pool.MaximumRetryException: Retried 1 times. Last failure was TTransportException: TSocket read 0 bytes
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Daisy |
Confirmed
|
High
|
Unassigned |
Bug Description
Hi,
So another cause of retracers existing seems to be related to stability issues with one of the cassandra nodes (jumbee). Whenever it stops accepting connections, this happens:
2012-12-17 02:48:09,
2012-12-17 02:48:10,
2012-12-17 02:48:10,
Traceback (most recent call last):
File "/srv/daisy.
main()
File "/srv/daisy.
retracer.
File "/srv/daisy.
self.
File "/srv/daisy.
channel.wait()
File "/usr/lib/
return self.dispatch_
File "/usr/lib/
return amqp_method(self, args, content)
File "/usr/lib/
func(msg)
File "/srv/daisy.
self.
File "/srv/daisy.
self.
File "/usr/lib/
allow_
File "/usr/lib/
return getattr(conn, f)(*args, **kwargs)
File "/usr/lib/
(self.
pycassa.
Any chance you could take a look into this?
Thanks,
Haw
Changed in daisy: | |
importance: | Undecided → High |
Changed in daisy: | |
status: | New → Confirmed |
From what I understand, it will only retry (max_retries) if it fails due to an TimedOutException or UnavailableExce ption. In this case, it's failing due to TTransportExcep tion.