You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by pm...@apache.org on 2020/09/09 17:54:28 UTC

[samza] branch master updated (ccd5789 -> 2079a10)

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

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


    from ccd5789  Make the StreamAppender output the formatted message in String format instead of Object (#1427)
     add 2079a10  SAMZA-2424: AM should cache and serve serialized Job Model to containers (#1241)

No new revisions were added by this update.

Summary of changes:
 .../apache/samza/coordinator/JobModelManager.scala | 16 ++++----
 .../samza/coordinator/server/JobServlet.scala      | 21 +++++-----
 .../samza/coordinator/server/ServletBase.scala     | 47 ----------------------
 .../samza/container/TestSamzaContainer.scala       | 28 ++++++++-----
 .../samza/coordinator/TestJobCoordinator.scala     |  5 ++-
 .../samza/coordinator/server/TestHttpServer.scala  | 16 ++++----
 6 files changed, 52 insertions(+), 81 deletions(-)
 delete mode 100644 samza-core/src/main/scala/org/apache/samza/coordinator/server/ServletBase.scala