• Show log

    Commit

  • Hash : ea642d61
    Author : Russell Belfer
    Date : 2014-04-14T12:29:27

    Fix race checking for existing index items
    
    In the threading tests, I was still seeing a race condition where
    the same item could end up being inserted multiple times into the
    index.  Preserving the sorted-ness of the index outside of the
    `index_insert` call fixes the issue.