[GitHub] incubator-gearpump issue #158: [GEARPUMP-267] Changing docker image for Kafk...

2017-02-28 Thread huafengw
Github user huafengw commented on the issue: https://github.com/apache/incubator-gearpump/pull/158 Hi Karol, this pull request includes the former GEARPUMP-236 and it's also covered by your another pr, so maybe we can close this one? --- If your project is set up for it, you can

[GitHub] incubator-gearpump issue #158: [GEARPUMP-267] Changing docker image for Kafk...

2017-02-28 Thread karol-brejna-i
Github user karol-brejna-i commented on the issue: https://github.com/apache/incubator-gearpump/pull/158 Now it's obsolete (implemented by two other PRs). Closing. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] incubator-gearpump issue #158: [GEARPUMP-267] Changing docker image for Kafk...

2017-02-24 Thread manuzhang
Github user manuzhang commented on the issue: https://github.com/apache/incubator-gearpump/pull/158 What's your jdk version ? Looks like hitting https://bugs.openjdk.java.net/browse/JDK-8074032 --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] incubator-gearpump issue #158: [GEARPUMP-267] Changing docker image for Kafk...

2017-02-24 Thread karol-brejna-i
Github user karol-brejna-i commented on the issue: https://github.com/apache/incubator-gearpump/pull/158 I used Java 8 from Oracle, more precisely: ``` java version "1.8.0_121" Java(TM) SE Runtime Environment (build 1.8.0_121-b13) Java HotSpot(TM) 64-Bit Server VM (build

[GitHub] incubator-gearpump issue #158: [GEARPUMP-267] Changing docker image for Kafk...

2017-02-22 Thread codecov-io
Github user codecov-io commented on the issue: https://github.com/apache/incubator-gearpump/pull/158 # [Codecov](https://codecov.io/gh/apache/incubator-gearpump/pull/158?src=pr=h1) Report > Merging [#158](https://codecov.io/gh/apache/incubator-gearpump/pull/158?src=pr=desc)

[GitHub] incubator-gearpump issue #158: [GEARPUMP-267] Changing docker image for Kafk...

2017-02-22 Thread karol-brejna-i
Github user karol-brejna-i commented on the issue: https://github.com/apache/incubator-gearpump/pull/158 Probably related to https://docs.oracle.com/javase/8/docs/api/java/time/Instant.html#toEpochMilli-- The logs show: `[INFO] [02/22/2017 10:25:34.395] [KafkaSource]

[GitHub] incubator-gearpump issue #158: [GEARPUMP-267] Changing docker image for Kafk...

2017-02-22 Thread karol-brejna-i
Github user karol-brejna-i commented on the issue: https://github.com/apache/incubator-gearpump/pull/158 On the other hand converting fron tihs date works on my dev machine: ``` import java.time.Instant type TimeStamp = Long val MIN_TIME_MILLIS: Long = Long.MinValue

[GitHub] incubator-gearpump issue #158: [GEARPUMP-267] Changing docker image for Kafk...

2017-02-22 Thread karol-brejna-i
Github user karol-brejna-i commented on the issue: https://github.com/apache/incubator-gearpump/pull/158 The good news is, Kafka "cluster" is up again (during integration tests). The bad news, there is some error running Kafka example. I found this in application logs: ```