2876
2893
# converted to relocated.
2878
2895
raise AssertionError('no path')
2880
2897
if key not in existing_keys:
2881
2898
raise AssertionError('We found the entry in the blocks, but'
2882
2899
' the key is not in the id_index.'
2883
2900
' key: %s, existing_keys: %s' % (key, existing_keys))
2885
2902
# TODO:PROFILING: It might be faster to just update
2886
2903
# rather than checking if we need to, and then overwrite
2887
2904
# the one we are located at.