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

Application Connector - Events are not received after installation #251

Open
koala7659 opened this issue Apr 22, 2024 · 0 comments
Open
Labels
area/application-connector Issues or PRs related to application connectivity kind/bug Categorizes issue or PR as related to a bug.
Milestone

Comments

@koala7659
Copy link
Contributor

koala7659 commented Apr 22, 2024

Description

After fresh installation application connector module is unable to receive events until Application are synchronised with Compass which takes about 10 minutes after installation.

It is most likely caused by the reconciliation algorithm in the compass-runtime agent.
Normally when compass-runtime-agent service was running from the moment when Kyma Runtime was installed this effect was hardly visible.

When application instance is missing the event received from it is rejected by the connectivity-validator service:

{"level":"INFO","timestamp":"2024-04-22T11:56:31Z","caller":"validationproxy/handler.go:93","message":"Proxying request for application...","traceid":"unknown","spanid":"unknown","context":{"handler":"validation_proxy_handler","application":"mp-pg-fresh","proxyPath":"/mp-pg-fresh/v1/events"}}
{"level":"ERROR","timestamp":"2024-04-22T11:56:31Z","caller":"httptools/response.go:16","message":"Error: while getting application ClientIds: application data for name mp-pg-fresh is not found in the cache. Please retry","traceid":"unknown","spanid":"unknown","context":{"handler":"validation_proxy_handler","applicationName":"mp-pg-fresh"}}
{"level":"INFO","timestamp":"2024-04-22T11:56:31Z","caller":"validationproxy/handler.go:93","message":"Proxying request for application...","traceid":"unknown","spanid":"unknown","context":{"handler":"validation_proxy_handler","application":"mp-pg-fresh","proxyPath":"/mp-pg-fresh/v1/events"}}
{"level":"ERROR","timestamp":"2024-04-22T11:56:31Z","caller":"httptools/response.go:16","message":"Error: while getting application ClientIds: application data for name mp-pg-fresh is not found in the cache. Please retry","spanid":"unknown","traceid":"unknown","context":{"handler":"validation_proxy_handler","applicationName":"mp-pg-fresh"}}

image

=> Fix required. Review in our reconciliation function required to identify a solution.

@koala7659 koala7659 added this to the Release 1.1.4 milestone Apr 22, 2024
@koala7659 koala7659 added kind/bug Categorizes issue or PR as related to a bug. area/application-connector Issues or PRs related to application connectivity labels Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/application-connector Issues or PRs related to application connectivity kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

1 participant