Comment 7 for bug 1538991

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/18486
Committed: http://github.org/Juniper/contrail-controller/commit/8de9c9a637804a107ea81275d59dc20a64c19901
Submitter: Zuul
Branch: master

commit 8de9c9a637804a107ea81275d59dc20a64c19901
Author: Édouard Thuleau <email address hidden>
Date: Wed Mar 16 17:51:24 2016 +0100

Use pycassa xget() instead of get()

When listing all resources of a type without any filters,
the get() method is used to fetch data from cassandra and can fail
if the amount of resources exceed 10k due to a thrift limitation.
Use of xget() method resolves that.

Change-Id: I4ba804ed3f400118eb5c28b1d5be0cf7a7a6cedc
Closes-Bug: #1538991