Comment 27 for bug 1538991

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

Reviewed: https://review.opencontrail.org/19153
Committed: http://github.org/Juniper/contrail-controller/commit/2a9da59aa5887f8841a2f71c3a6e6b18a411cbd4
Submitter: Zuul
Branch: master

commit 2a9da59aa5887f8841a2f71c3a6e6b18a411cbd4
Author: Édouard Thuleau <email address hidden>
Date: Thu Apr 7 19:48:48 2016 +0200

[config] Remove all pycassa methods 'get' and 'multiget'

As pycassa methods 'get' and 'multiget' cannot fetch more than 10k
columns, we have to use 'xget' that returns a generator which pages
over the columns automatically to address scale issues.

Change-Id: I20675b5220b470b789bb14a949c56ea5340f216a
Related-bug: #1538991
Closes-bug: #1567566