[jboss-jira] [JBoss JIRA] (WFLY-9610) Start of a BatchJob is called, but BatchJob is seems no started. Absent entries in DB tables step_execution, job_execution
Cheng Fang (JIRA)
issues at jboss.org
Tue Dec 12 07:51:00 EST 2017
[ https://issues.jboss.org/browse/WFLY-9610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13504403#comment-13504403 ]
Cheng Fang commented on WFLY-9610:
----------------------------------
starting a job execution is an async operation, so it is not guaranteed to run right away, but eventually the job execution should be running and records (job instance, job execution, step execution, and maybe partition execution) will be added to the job repository.
endtime and exitStatus are not present in table probably because the job execution has not finished yet so these data are not available.
Have you tried running it on more recent versions of WildFly (version 10.1, or 11)?
> Start of a BatchJob is called, but BatchJob is seems no started. Absent entries in DB tables step_execution, job_execution
> --------------------------------------------------------------------------------------------------------------------------
>
> Key: WFLY-9610
> URL: https://issues.jboss.org/browse/WFLY-9610
> Project: WildFly
> Issue Type: Bug
> Components: Batch, Clustering
> Affects Versions: 9.0.1.Final
> Environment: Cluster, standalone-full-ha
> Reporter: Serg Pol
> Assignee: Cheng Fang
>
> Start of a BatchJob is called and record/entry is absent sometimes in DB table "step_execution" as well as Endtime and Exitstatus in the table job_execution (there is just info about start of BatchJob).
> There are no any error nessages.
> BatchJob is not started in this case according Log.
> Any idea? Thanks
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list