Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kvserver: initialize propBuf LAI tracking
The initialization of the LAI tracking in the proposal buffer seems pretty lacking (see cockroachdb#60625). This patch adds initialization of propBuf.liBase at propBuf.Init() time, which is irrelevant for production, but will help future tests which will surely want the a propBuf's first assigned LAIs to have some relationship to the replica state. Release note: None
- Loading branch information