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

[Fix] Concurrency processing of runID #318

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

jt-dd
Copy link
Contributor

@jt-dd jt-dd commented Jan 24, 2025

When launching several time the same ingestion at the same time, it provoques colision in the cache which lead to uncomplete dataset in the graph.

*errors.joinError: raw data ingest: ingest: group k8s-pod-group ingest: file collector stream pods: processing K8s pod test-app-84ccb949c-9klm2: cache entry already exists in test and set operation

Adding a memory map in the GRPC component to lock runID processing and avoind concurrencies.

@jt-dd jt-dd marked this pull request as ready for review January 24, 2025 11:34
@jt-dd jt-dd requested a review from a team as a code owner January 24, 2025 11:34
@jt-dd jt-dd merged commit 3fe51d2 into main Jan 24, 2025
8 checks passed
@jt-dd jt-dd deleted the jt-dd/fixing-concurrency-processing-runid branch January 24, 2025 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants