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