chemikadze commented on a change in pull request #486: GRIFFIN-237 Implement
service method get JobInstanceBean by id
URL: https://github.com/apache/griffin/pull/486#discussion_r265412902
##########
File path:
service/src/main/java/org/apache/griffin/core/job/JobServiceImpl.java
##########
@@ -288,6 +288,11 @@ public void deleteJob(String name) throws
SchedulerException {
return updateState(instances);
}
+ @Override
+ public JobInstanceBean findInstance(Long id) {
+ return instanceRepo.findByInstanceId(id);
+ }
Review comment:
what will happen if it's left as-is?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services