Skip to content
New issue

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

Relay pod (in rcloud-helm) is restarting multiple times till paralus is in ready state #19

Open
akshay196 opened this issue Jun 6, 2022 · 0 comments
Labels
bug Something isn't working hacktoberfest needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.

Comments

@akshay196
Copy link
Member

akshay196 commented Jun 6, 2022

TODO: Add description
Got following log from relay-server container:

p.TypeEC PRIVATE KEY{"level":"error","ts":"2022-06-08T06:46:49.001Z","caller":"relay/relay.go:370","msg":"Relay Server::failed to register peering relay error: context deadline exceeded  \n","stacktrace":"github.com/RafayLabs/relay/pkg/relay.registerRelayPeerService\n\t/build/pkg/relay/relay.go:370\ngithub.com/RafayLabs/relay/pkg/relay.relayServerBootStrap\n\t/build/pkg/relay/relay.go:642\ngithub.com/RafayLabs/relay/pkg/relay.RunRelayServer\n\t/build/pkg/relay/relay.go:786"}
{"level":"error","ts":"2022-06-08T06:46:49.001Z","caller":"relay/relay.go:644","msg":"Relay Server::failed to register relay with peer-service-bootstrap service, will retry error: context deadline exceeded  \n","stacktrace":"github.com/RafayLabs/relay/pkg/relay.relayServerBootStrap\n\t/build/pkg/relay/relay.go:644\ngithub.com/RafayLabs/relay/pkg/relay.RunRelayServer\n\t/build/pkg/relay/relay.go:786"}

relay-tail container is restarting repeatedly with following error:

p.TypeEC PRIVATE KEY{"level":"info","ts":"2022-06-08T06:51:18.043Z","caller":"tail/register.go:82","msg":"unable to register","error":"context deadline exceeded"}
{"level":"panic","ts":"2022-06-08T06:51:18.050Z","caller":"tail/run.go:112","msg":"unable to create sentry authorization pool","error":"context deadline exceeded","stacktrace":"github.com/RafayLabs/relay/pkg/tail.runTail\n\t/build/pkg/tail/run.go:112\ngithub.com/RafayLabs/relay/pkg/tail.RunRelayTail\n\t/build/pkg/tail/run.go:212"}
panic: unable to create sentry authorization pool

goroutine 38 [running]:
go.uber.org/zap/zapcore.(*CheckedEntry).Write(0xc0001aa000, {0xc000379500, 0x1, 0x2})
	/build/vendor/go.uber.org/zap/zapcore/entry.go:232 +0x446
go.uber.org/zap.(*SugaredLogger).log(0xc00011a660, 0x4, {0x1b75ad4, 0xc000593f90}, {0x0, 0xc000593eb0, 0x2}, {0xc000161e88, 0x2, 0x2})
	/build/vendor/go.uber.org/zap/sugar.go:227 +0xee
go.uber.org/zap.(*SugaredLogger).Panicw(...)
	/build/vendor/go.uber.org/zap/sugar.go:204
github.com/RafayLabs/relay/pkg/tail.runTail({0x1dd45f8, 0xc000718f00})
	/build/pkg/tail/run.go:112 +0xe5
github.com/RafayLabs/relay/pkg/tail.RunRelayTail({0x1dd45f8, 0xc000718f00})
	/build/pkg/tail/run.go:212 +0x34
created by main.main
	/build/main.go:122 +0x5d9
@niravparikh05 niravparikh05 changed the title Relay pod (in rcloud-helm) is restarting multiple times till rcloud-base is in ready state Relay pod (in rcloud-helm) is restarting multiple times till paralus is in ready state Oct 3, 2022
@akshay196 akshay196 added bug Something isn't working needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Mar 23, 2023
@akshay196 akshay196 removed the pri:low label Apr 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hacktoberfest needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.
Projects
None yet
Development

No branches or pull requests

2 participants