Remove bwc state loading logic in MetaStateService #38557
Labels
:Distributed Coordination/Cluster Coordination
Cluster formation and cluster state publication, including cluster membership and fault detection.
v8.0.0-alpha1
As part of preparing master for 8.0 (#38514), the assertions were disabled in
MetaStateService#loadFullStateBWC(...)
were disabled.In an effort to make 8.0 build pass quickly, however looking at this issue, besides removing the mentioned method and loading just an empty manifest if there is none, also some tests need to change. For example
RecoveryWithUnsupportedIndicesIT#testUpgradeStartClusterOn_2_4_5
, I think it should now try to load a 5.x index?This bwc logic was added via #35049.
The text was updated successfully, but these errors were encountered: