diff options
author | Victor Shyba <victor.shyba@gmail.com> | 2015-12-01 16:06:26 -0300 |
---|---|---|
committer | Victor Shyba <victor.shyba@gmail.com> | 2015-12-01 16:06:26 -0300 |
commit | 841e6712ff9ff1ce2b8a5fe92012d89c2aec7077 (patch) | |
tree | 109ce33ef527daa2ed1fd2f2969147e9d175bcb1 /common/versioneer.py | |
parent | 202bdc553cc576bfbce1ba8a4c34569b1751c04d (diff) |
[bug] concurrency bug while querying and inserting
This line was missing an yield and without it we end up inserting a
document that is being retrieved and bad things happen.
This is the core fix from yesterday debugging session. During sequential
syncs the pool was inserting and querying at the same time and sometimes
repeating or failing to delete documents.
Diffstat (limited to 'common/versioneer.py')
0 files changed, 0 insertions, 0 deletions