user avatar
server: transfer leadership in case of error (#12293)
Luiz Aoqui authored
When a Nomad server becomes the Raft leader, it must perform several
actions defined in the establishLeadership function. If any of these
actions fail, Raft will think the node is the leader, but it will not
actually be able to act as a Nomad leader.

In this scenario, leadership must be revoked and transferred to another
server if possible, or the node should retry the establishLeadership
steps.
dfe520a9
Name Last commit Last update
..
components add enterprise downloads page (#11750)
content server: transfer leadership in case of error (#12293)
data Merge pull request #10808 from hashicorp/f-curl
lib/consent-manager-services website: Add Demandbase tag to consent manager (#11941)
pages fix(website): hide version select on `/plugins` & `/tools` (#12145)
public feat: display warning in IE 11
scripts website: add should-build script (#10194)
.editorconfig new website
.env rotate algolia api key (#10662)
.env.production implement mdx remote
.eslintrc.js web: migrate to web platform- packages (#10908)
.gitignore Utilize Next.js env variable conventions
.markdownlintrc Added a markdownlintrc
.nvmrc website: upgrade dependencies (#11247)
.stylelintrc.js web: migrate to web platform- packages (#10908)
Dockerfile website: Update website Docker image (#11667)
LICENSE.md Update license
Makefile website: require Node v12
README.md website: update readme (#10420)
global.d.ts website: upgrade dependencies (#11247)
jsconfig.json implement mdx remote
next-env.d.ts website: upgrade dependencies (#11247)
next.config.js feat: versioned docs (#11407)
package-lock.json chore: bump docs-page for code-block fix (#12117)
package.json chore: bump docs-page for code-block fix (#12117)
prettier.config.js
redirects.js
rewrites.js
tsconfig.json
vercel.json