-
Notifications
You must be signed in to change notification settings - Fork 349
WIP : Preview Runner Push based model #16038
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
base: develop
Are you sure you want to change the base?
Conversation
This reverts commit 20d2707.
cdap-app-fabric/src/main/java/io/cdap/cdap/app/preview/DefaultPreviewRunnerManager.java
Fixed
Show fixed
Hide fixed
|
| } | ||
|
|
||
| previewRequestQueue.add(previewRequest); | ||
| LOG.info("sidhdirenge - Setting program id {} and appId {}", programId, programId.getParent()); |
Check notice
Code scanning / SonarCloud
Logging should not be vulnerable to injection attacks Low
| } | ||
| previewRunStopper.stop(applicationId); | ||
| ProgramId programId = previewStore.getProgramId(applicationId); | ||
| LOG.info("sidhdirenge - Got program Id {} for application {}", programId, applicationId); |
Check notice
Code scanning / SonarCloud
Logging should not be vulnerable to injection attacks Low




No description provided.