I don't know what this error means, while I submit a scheduled job to chronos. chronos report http 500, and the job has been accepted. the exception in log is below
[2017-09-20 05:43:27,175] WARN Exception while serving request (org.apache.mesos.chronos.scheduler.api.Iso8601JobResource:88)
java.util.concurrent.ExecutionException: Failed to get '/chronos/state/state/T_ct:1505882030000:0:875cb34296e4acb59c7e3afe32ce158e-1505885630975568247:--oplogger http://oplogger:30
85/api/logging --offset 2 -- /opt/wolfpack --project http://gittar:5566/api/git/fjieoafea --version faefa --directory ./ --' in ZooKeeper: bad arguments
...a few of java exception stack
I've debug the job json with a few different value set in .schedule field. the value and result is below.
I don't know what this error means, while I submit a scheduled job to chronos. chronos report http 500, and the job has been accepted. the exception in log is below
I've debug the job json with a few different value set in
.schedule
field. the value and result is below.and attaching to chronos container to check:
the chronos image is
mesosphere/chronos:chronos-2.5.0-0.1.20170628182950.ubuntu1404-mesos-1.3.0
.why the fourth time is error?! and what's the exception meaning?! and considering the logs, how to debug it?!