Comment 1 for bug 1257323

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to keystone (master)

Reviewed: https://review.openstack.org/59526
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=5dc675f193a1dbaf5807416ceb2e808dd8e10f45
Submitter: Jenkins
Branch: master

commit 5dc675f193a1dbaf5807416ceb2e808dd8e10f45
Author: John Warren <email address hidden>
Date: Mon Dec 2 19:51:41 2013 +0000

    Flush tokens in batches with DB2

    When there is a very large number of expired tokens to be flushed,
    keystone-manage token_flush will fail with DB2 because it fills
    the transaction log. This fix causes tokens to be flushed with DB2 in
    batches of 100 at a time to prevent the transaction log from
    filling up.

    Closes-Bug: #1257323
    Change-Id: Ic57d8795a995462fc277ec9655eca9b460ffcbee