This is an automated email from the ASF dual-hosted git repository.

gaborgsomogyi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


    from 06fdc0155be [hotfix] Fix missing flink-end-to-end-tests-jdbc-driver 
dependency
     add 34a7734c489 [FLINK-20090][rest] Expose slot sharing group info in REST 
API

No new revisions were added by this update.

Summary of changes:
 .../client/program/rest/RestClusterClientTest.java | 78 ++++++++++++++++++++++
 .../src/test/resources/rest_api_v1.snapshot        |  3 +
 .../executiongraph/AccessExecutionJobVertex.java   |  8 +++
 .../executiongraph/ArchivedExecutionGraph.java     |  1 +
 .../executiongraph/ArchivedExecutionJobVertex.java | 11 +++
 .../runtime/executiongraph/ExecutionJobVertex.java |  1 +
 .../flink/runtime/instance/SlotSharingGroupId.java | 13 +++-
 .../rest/handler/job/JobDetailsHandler.java        |  1 +
 .../runtime/rest/messages/job/JobDetailsInfo.java  | 20 ++++++
 ...er.java => SlotSharingGroupIDDeserializer.java} | 14 ++--
 ...izer.java => SlotSharingGroupIDSerializer.java} | 14 ++--
 .../rest/handler/job/JobExceptionsHandlerTest.java |  2 +
 .../job/JobVertexFlameGraphHandlerTest.java        |  3 +
 .../SubtaskExecutionAttemptDetailsHandlerTest.java |  2 +
 .../rest/messages/job/JobDetailsInfoTest.java      |  2 +
 15 files changed, 159 insertions(+), 14 deletions(-)
 copy 
flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/json/{JobVertexIDDeserializer.java
 => SlotSharingGroupIDDeserializer.java} (71%)
 copy 
flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/json/{JobIDSerializer.java
 => SlotSharingGroupIDSerializer.java} (73%)

Reply via email to