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

[🍒][CDAP-21096] Remove in-memory launching queue in RunRecordMonitorService #15830

Conversation

vsethi09
Copy link
Contributor

Cherry-pick of PR: #15800 from develop to release/6.11 branch.

@vsethi09 vsethi09 added the build Triggers github actions build label Jan 28, 2025
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
B Security Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

int runningCount = store.getFlowControlRunningCount();
return new Counter(launchingCount, runningCount);
});
LOG.info("Added request with runId {}.", programRunId);

Check notice

Code scanning / SonarCloud

Logging should not be vulnerable to injection attacks Low

Change this code to not log user-controlled data. See more on SonarQube Cloud
@vsethi09 vsethi09 merged commit bc7e359 into release/6.11 Jan 28, 2025
13 of 14 checks passed
@vsethi09 vsethi09 deleted the cherrypick/feature/CDAP-21096_fix_RunRecordMonitorService_queue_cache branch January 28, 2025 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Triggers github actions build
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants