[
https://issues.apache.org/jira/browse/GEARPUMP-252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15834051#comment-15834051
]
ASF GitHub Bot commented on GEARPUMP-252:
-----------------------------------------
Github user manuzhang commented on a diff in the pull request:
https://github.com/apache/incubator-gearpump/pull/134#discussion_r97268898
--- Diff:
core/src/main/scala/org/apache/gearpump/cluster/ClusterMessage.scala ---
@@ -155,26 +158,20 @@ object MasterToClient {
/** Return the last error of this streaming application job */
case class LastFailure(time: TimeStamp, error: String)
-}
-trait AppMasterRegisterData
+ sealed trait ApplicationResult
--- End diff --
how is `ApplicationResult` mapped to `ApplicationStatus` ? If both of them
are internal interfaces, can we just return `ApplicationStatus` to the client ?
> return application status to client
> -----------------------------------
>
> Key: GEARPUMP-252
> URL: https://issues.apache.org/jira/browse/GEARPUMP-252
> Project: Apache Gearpump
> Issue Type: Improvement
> Affects Versions: 0.8.2
> Reporter: Manu Zhang
> Assignee: Huafeng Wang
>
> Currently, client exits after submitting applications and has no idea of the
> application status. It will be valuable to return such information to client.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)