]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
Add a gflag for IO uring enable/disable (#8931)
authoranand76 <anand76@devvm4702.ftw0.facebook.com>
Sat, 18 Sep 2021 16:31:57 +0000 (09:31 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Sat, 18 Sep 2021 17:24:56 +0000 (10:24 -0700)
commit99fe4c5005df69a25c05966b078e5af60495dc26
tree097469b8434d679616b05c8dd377e5452f4353ab
parent1c290c785dde71ed565cfa432e4f5fd1506a0717
Add a gflag for IO uring enable/disable (#8931)

Summary:
In case of IO uring bugs, we need to provide a way for users to turn it off.

Pull Request resolved: https://github.com/facebook/rocksdb/pull/8931

Test Plan: Manually run db_bench with/without the option and verify the behavior

Reviewed By: pdillinger

Differential Revision: D31040252

Pulled By: anand1976

fbshipit-source-id: 56f2537d6ac8488c9e126296d8190ad9e0158f70
HISTORY.md
env/fs_posix.cc
tools/db_bench_tool.cc