File tree Expand file tree Collapse file tree 1 file changed +0
-36
lines changed
flink-runtime-web/src/test/resources Expand file tree Collapse file tree 1 file changed +0
-36
lines changed Original file line number Diff line number Diff line change 1961
1961
"type" : "object",
1962
1962
"id" : "urn:jsonschema:org:apache:flink:runtime:rest:messages:JobExceptionsInfoWithHistory",
1963
1963
"properties" : {
1964
- "root-exception" : {
1965
- "type" : "string"
1966
- },
1967
- "timestamp" : {
1968
- "type" : "integer"
1969
- },
1970
- "all-exceptions" : {
1971
- "type" : "array",
1972
- "items" : {
1973
- "type" : "object",
1974
- "id" : "urn:jsonschema:org:apache:flink:runtime:rest:messages:JobExceptionsInfo:ExecutionExceptionInfo",
1975
- "properties" : {
1976
- "exception" : {
1977
- "type" : "string"
1978
- },
1979
- "task" : {
1980
- "type" : "string"
1981
- },
1982
- "location" : {
1983
- "type" : "string"
1984
- },
1985
- "endpoint" : {
1986
- "type" : "string"
1987
- },
1988
- "timestamp" : {
1989
- "type" : "integer"
1990
- },
1991
- "taskManagerId" : {
1992
- "type" : "string"
1993
- }
1994
- }
1995
- }
1996
- },
1997
- "truncated" : {
1998
- "type" : "boolean"
1999
- },
2000
1964
"exceptionHistory" : {
2001
1965
"type" : "object",
2002
1966
"id" : "urn:jsonschema:org:apache:flink:runtime:rest:messages:JobExceptionsInfoWithHistory:JobExceptionHistory",
You can’t perform that action at this time.
0 commit comments