]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
journal: fix broken append batching implementation
authorJason Dillaman <dillaman@redhat.com>
Thu, 13 Jun 2019 14:21:33 +0000 (10:21 -0400)
committerJason Dillaman <dillaman@redhat.com>
Wed, 19 Jun 2019 14:37:22 +0000 (10:37 -0400)
commita4e160e410ab3743515338510cb1e369a641152f
treefe7580f5ec3b919cdd8eaf54332b46643c33a4be
parent84e48ddbf58d4028c4195d9c80634f895f62f2be
journal: fix broken append batching implementation

The original flush_interval/bytes/age batching options no longer
actually do anything. Integrate these better with the max in-flight
AIO handling.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/journal/JournalRecorder.cc
src/journal/JournalRecorder.h
src/journal/ObjectRecorder.cc
src/journal/ObjectRecorder.h
src/test/journal/test_ObjectRecorder.cc