[
https://issues.apache.org/jira/browse/GEARPUMP-350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16200167#comment-16200167
]
ASF GitHub Bot commented on GEARPUMP-350:
-----------------------------------------
Github user manuzhang commented on a diff in the pull request:
https://github.com/apache/incubator-gearpump/pull/229#discussion_r143989762
--- Diff:
streaming/src/main/scala/org/apache/gearpump/streaming/task/Subscription.scala
---
@@ -61,9 +61,9 @@ class Subscription(
private val processingWatermarkSince: Array[Short] = new
Array[Short](parallelism)
private val outputWatermark: Array[MilliSeconds] =
Array.fill(parallelism)(
- Watermark.MIN.toEpochMilli)
+ Watermark.MAX.toEpochMilli)
--- End diff --
This doesn't look right since the `watermark` method will return maximum
value when the outgoing messages are not acked yet
> the app Clock is not started
> ----------------------------
>
> Key: GEARPUMP-350
> URL: https://issues.apache.org/jira/browse/GEARPUMP-350
> Project: Apache Gearpump
> Issue Type: Bug
> Affects Versions: 0.8.4
> Reporter: Pan Xue
> Attachments: gearpump0.8.4.PNG
>
>
> When I submitted an app in the web, in the DAG display page, I found that
> the application clock has been not started, the source processor's color will
> turn red, I use the example is 0.8.4 version of the example / wordcount
> !gearpump0.8.4.PNG|thumbnail!
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)