We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I redeploy supavisor on k8, got multiple errors on logs (receive serveral times) : 09:39:11.732 region=local [error] [description: 'Unexpected peer, aborting', expected: :"supavisor@pooler-74f8465477-84db8", got: :"supavisor@pooler-56fc9986b5-n2bth"]
When I first déploy supavisor, all run fine !
Steps to reproduce the behavior, please provide code snippets or a repository:
2024-08-27T09:39:11.734727477Z 09:39:11.732 region=local [error] GenServer #PID<0.3230.0> terminating 2024-08-27T09:39:11.734753412Z ** (stop) {:unexpected_peer, :"supavisor@pooler-56fc9986b5-n2bth", :"supavisor@pooler-74f8465477-84db8"} 2024-08-27T09:39:11.734770332Z Last message: {:tcp, #Port<0.89>, <<131, 104, 2, 100, 0, 5, 104, 101, 108, 108, 111, 100, 0, 33, 115, 117, 112, 97, 118, 105, 115, 111, 114, 64, 112, 111, 111, 108, 101, 114, 45, 53, 54, 102, 99, 57, 57, 56, 54, 98, 53, 45, 110, 50, 98, 116, 104>>} 2024-08-27T09:39:11.734864293Z 09:39:11.733 region=local [error] GenServer #PID<0.3231.0> terminating 2024-0
Works as the first deploy
Keep up the good work, you rulez !
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug report
Describe the bug
When I redeploy supavisor on k8, got multiple errors on logs (receive serveral times) :
09:39:11.732 region=local [error] [description: 'Unexpected peer, aborting', expected: :"supavisor@pooler-74f8465477-84db8", got: :"supavisor@pooler-56fc9986b5-n2bth"]
When I first déploy supavisor, all run fine !
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
2024-08-27T09:39:11.734727477Z 09:39:11.732 region=local [error] GenServer #PID<0.3230.0> terminating
2024-08-27T09:39:11.734753412Z ** (stop) {:unexpected_peer, :"supavisor@pooler-56fc9986b5-n2bth", :"supavisor@pooler-74f8465477-84db8"}
2024-08-27T09:39:11.734770332Z Last message: {:tcp, #Port<0.89>, <<131, 104, 2, 100, 0, 5, 104, 101, 108, 108, 111, 100, 0, 33, 115, 117, 112, 97, 118, 105, 115, 111, 114, 64, 112, 111, 111, 108, 101, 114, 45, 53, 54, 102, 99, 57, 57, 56, 54, 98, 53, 45, 110, 50, 98, 116, 104>>}
2024-08-27T09:39:11.734864293Z 09:39:11.733 region=local [error] GenServer #PID<0.3231.0> terminating
2024-0
Expected behavior
Works as the first deploy
System information
Keep up the good work, you rulez !
The text was updated successfully, but these errors were encountered: