Skip to content

raft: Fix some snapshot restore issues#9533

Merged
briankassouf merged 2 commits into
masterfrom
raft-restore-locks
Jul 21, 2020
Merged

raft: Fix some snapshot restore issues#9533
briankassouf merged 2 commits into
masterfrom
raft-restore-locks

Conversation

@briankassouf
Copy link
Copy Markdown
Contributor

@briankassouf briankassouf commented Jul 20, 2020

This PR removes a double read lock call & moves the TLS keyring reload after the barrier keyring reload. This was causing an issue when the TLS keyring was encrypted with a different key.

@briankassouf briankassouf requested a review from calvn July 20, 2020 22:16
@briankassouf briankassouf changed the title raft: Remove double read lock raft: Fix some snapshot restore issues Jul 20, 2020
@briankassouf briankassouf merged commit 7549070 into master Jul 21, 2020
@briankassouf briankassouf deleted the raft-restore-locks branch July 21, 2020 17:59
briankassouf added a commit that referenced this pull request Jul 21, 2020
* raft: Remove double read lock

* Reload TLS keyring after reloading the barrier keys
briankassouf added a commit that referenced this pull request Jul 21, 2020
* raft: Remove double read lock

* Reload TLS keyring after reloading the barrier keys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants