This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Bump index version number.
ClosedPublic

Authored by hokein on Nov 10 2020, 12:17 AM.

Details

Summary

https://reviews.llvm.org/D89670 changed the Ref structure, we need to
bump the version to invalidate all stored stale data, otherwise we will
get Error while reading shard: malformed or truncated refs when
building the background index.

Diff Detail

Event Timeline

hokein created this revision.Nov 10 2020, 12:17 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 10 2020, 12:17 AM
hokein requested review of this revision.Nov 10 2020, 12:17 AM
kadircet accepted this revision.Nov 10 2020, 1:15 AM

Ah thanks, and sorry for missing it during the review :/

This revision is now accepted and ready to land.Nov 10 2020, 1:15 AM
This revision was landed with ongoing or failed builds.Nov 10 2020, 1:32 AM
This revision was automatically updated to reflect the committed changes.
nridge added a subscriber: nridge.Nov 15 2020, 3:33 PM

My apologies for not thinking of this.