-
Notifications
You must be signed in to change notification settings - Fork 345
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] Keep TaskWorkerServiceLauncher, SystemWorkerServiceLauncher, CoreSchedulerService, Schedule HTTP handlers in Appfabric Processor #15844
Conversation
e806137
to
562c886
Compare
} | ||
|
||
/** | ||
* Returns status of a type specified by the type{flows,workflows,mapreduce,spark,services,schedules}. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: returns status of schedule.
similar comment for all such comments. Please also update them in ProgramLifecycleHttpHandler
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
cdap-app-fabric/src/main/java/io/cdap/cdap/gateway/handlers/ProgramScheduleHttpHandler.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
couple of nits, otherwise LGTM
7b5a0cd
to
4e6f294
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix checkstyle issues in the files modified in the PR.
…her, CoreSchedulerService, Schedule HTTP handlers in Appfabric Processor Move scheduler services and http handler to appfabric processor Add max retry count in Provisioning service
4e6f294
to
bd35cab
Compare
|
CDAP-21096 Keep TaskWorkerServiceLauncher, SystemWorkerServiceLauncher, CoreSchedulerService, Schedule HTTP handlers in Appfabric Processor (singleton service)
Change Description
TaskWorkerServiceLauncher
andSystemWorkerServiceLauncher
fromAppFabricServiceMain
.CoreSchedulerService
to Appfabric server.ScheduleNotificationSubscriberService
toCoreSchedulerService
as it used to be before [CDAP-21096] Split Appfabric into stateless service and stateful processor #15773.ProgramLifecycleHttpHandler
to a new handlerProgramScheduleHttpHandler
, which runs only in Appfabric Processor.Verification