This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "lastUpdated": 1564776403000, | |
| "entries": { | |
| "344": { | |
| "id": "344", | |
| "lastUpdated": 1564776403000, | |
| "title": "simple-test" | |
| }, | |
| "0": { | |
| "id": "0", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://localhost:8764/api/apollo/jobs/datasource:testfs0/history | |
| - For the entry B (saved as the new last job status), note that | |
| "extra.startTime" : 1542046215000, (Monday, November 12, 2018 6:10:15 PM) | |
| "extra.endTime" : 1542046219000, (Monday, November 12, 2018 1:10:19 PM) | |
| does not match | |
| "startTime" : "2018-11-12T18:12:51.495Z", | |
| "endTime" : "2018-11-12T18:13:55.699Z", | |
| - The second entry (A) represents the last job status before the crash |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2018-10-11T14:35:02,251 - WARN [main:logger.slf4j.Slf4jLogger@104] - {} - Collision resolution is disabled (all jobs will be activated upon arrival). | |
| 2018-10-11T14:35:02,687 - INFO [main:framework.imps.CuratorFrameworkImpl@235] - {} - Starting | |
| 2018-10-11T14:35:03,589 - INFO [main-EventThread:framework.state.ConnectionStateManager@228] - {} - State change: CONNECTED | |
| 2018-10-11T14:35:03,759 - ERROR [tcp-disco-msg-worker-#2:logger.slf4j.Slf4jLogger@119] - {} - Failed to unmarshal discovery data for component: 0 | |
| org.apache.ignite.IgniteCheckedException: Failed to find class with given class loader for unmarshalling (make sure same versions of all classes are available on all nodes or enable peer-class-loading) [clsLdr=WebAppClassLoader=846238611@32709393, cls=com.lucidworks.spark.SparkDriverLocator] | |
| at org.apache.ignite.marshaller.jdk.JdkMarshaller.unmarshal0(JdkMarshaller.java:124) ~[ignite-core-2.3.0.jar:2.3.0] | |
| at org.apache.ignite.marshaller.AbstractNodeNameAwareMarshaller.unmarshal(AbstractNodeNameAwareM |