forked from pandas-dev/pandas
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When deleting symbols, we assert that the symbol is actually deleted
using has_symbol(). This assertion can fail when reading from a secondary cluser member. This commit adds the allow_secondary argument to the has_symbol() method, and a little refactoring of the code to determine the mongo read preference.
- Loading branch information
Edward J M Easton
committed
Sep 1, 2015
1 parent
dfbaa0f
commit e7e2700
Showing
2 changed files
with
63 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters