Skip to content
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.

[GEARPUMP-350] Fix the not started app clock #229

Closed
wants to merge 3 commits into from

Conversation

zhuxt2015
Copy link

Be sure to do all of the following to help us incorporate your contribution
quickly and easily:

  • Make sure the commit message is formatted like:
    [GEARPUMP-<Jira issue #>] Meaningful description of pull request
  • Make sure tests pass via sbt clean test.
  • Make sure old documentation affected by the pull request has been updated and new documentation added for new functionality.

@@ -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)
Copy link
Contributor

@manuzhang manuzhang Oct 11, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't look right since the watermark method will return maximum value when there are unacked sent messages

@zhuxt2015 zhuxt2015 closed this Dec 6, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants