]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
journal: reset commit_position_task_ctx pointer after task complete 7480/head
authorMykola Golub <mgolub@mirantis.com>
Tue, 2 Feb 2016 13:31:34 +0000 (15:31 +0200)
committerMykola Golub <mgolub@mirantis.com>
Tue, 2 Feb 2016 13:43:57 +0000 (15:43 +0200)
commit4f49c6bec964f77fac9c5d8d17f0a2174fe8c133
tree9d8bfd52765c01ae2d9e9db5088dc1e5d049276c
parentaa5e8db78b0164ce4074ba67fb64ccad580ce473
journal: reset commit_position_task_ctx pointer after task complete

Otherwise, schedule_commit_task() would never schedule the next task
and the commit position would not be committed until shutdown.

Signed-off-by: Mykola Golub <mgolub@mirantis.com>
src/journal/JournalMetadata.cc