Re: Exception in thread event_loop

2014-03-17 Thread Alex Popescu
d column of table is huge, >>> few thousand characters long and there around 10K rows. >>> >>> Code : >>> >>> from cassandra.cluster import Cluster >>> >>> cluster = Cluster(['10.2.252.0', '10.2.252.1']) >&g

Re: Exception in thread event_loop

2014-03-16 Thread Sundeep Kambhampati
nd 10K rows. >> >> Code : >> >> from cassandra.cluster import Cluster >> >> cluster = Cluster(['10.2.252.0', '10.2.252.1']) >> session = cluster.connect('test') >> >> str = "SELECT * FROM users "; >> row

Re: Exception in thread event_loop

2014-03-16 Thread Laing, Michael
', '10.2.252.1']) > session = cluster.connect('test') > > str = "SELECT * FROM users "; > rows = session.execute(str) > > for user_row in rows: > print user_row.f_id, user_row.data > > cluster.shutdown() > > Exception: > > Ex

Exception in thread event_loop

2014-03-16 Thread Sundeep Kambhampati
_row.data cluster.shutdown() Exception: Exception in thread event_loop (most likely raised during interpreter shutdown): Traceback (most recent call last): File "/usr/local/lib/python2.7/threading.py", line 810, in __bootstrap_inner File "/usr/local/lib/python2.7/threading.py&q