]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
Revert two diffs related to DBIter::FindPrevUserKey()
authorYueh-Hsuan Chiang <yhchiang@fb.com>
Tue, 7 Jul 2015 18:36:24 +0000 (11:36 -0700)
committeragiardullo <agiardullo@fb.com>
Tue, 7 Jul 2015 19:36:11 +0000 (12:36 -0700)
commit0640c2872385ab50e885450d6bbe8341c9c209b3
tree0043e01b44b69b0c869507a09b068d7b827abe78
parent718309432bae4416dedc09240b033b442e477181
Revert two diffs related to DBIter::FindPrevUserKey()

Summary:
This diff reverts the following two previous diffs related to
DBIter::FindPrevUserKey(), which makes db_stress unstable.
We should bake a better fix for this.

* "Fix a comparison in DBIter::FindPrevUserKey()"
  ec70fea4c4025351190eba7a02bd09bb5f083790.

* "Fixed endless loop in DBIter::FindPrevUserKey()"
  acee2b08a2d37154b8f9e2dc74b1966202c15ec5.

Test Plan: db_stress

Reviewers: anthony, igor, sdong

Reviewed By: sdong

Subscribers: dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D41301
(cherry picked from commit 685582a0b43cb19cb12bf7122657f9ea0f8c52c4)
db/db_iter.cc
db/db_iter_test.cc
db/db_test.cc
table/merger.cc