[jira] [Reopened] (FLINK-9373) Always call RocksIterator.status() to check the internal error of RocksDB

2018-05-16 Thread Sihua Zhou (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sihua Zhou reopened FLINK-9373: --- > Always call RocksIterator.status() to check the internal error of RocksDB >

[jira] [Commented] (FLINK-9091) Failure while enforcing releasability in building flink-json module

2018-05-16 Thread Timo Walther (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16476972#comment-16476972 ] Timo Walther commented on FLINK-9091: - [~yew1eb] can we close this issue or do you still get this

[GitHub] flink pull request #6001: [FLINK-9299] ProcessWindowFunction documentation J...

2018-05-16 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/6001#discussion_r188529928 --- Diff: docs/dev/stream/operators/windows.md --- @@ -797,7 +797,7 @@ DataStream input = ...; input .keyBy() - .timeWindow()

[jira] [Commented] (FLINK-9299) ProcessWindowFunction documentation Java examples have errors

2018-05-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16476984#comment-16476984 ] ASF GitHub Bot commented on FLINK-9299: --- Github user StephanEwen commented on a diff in the pull

[jira] [Commented] (FLINK-9182) async checkpoints for timer service

2018-05-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16477009#comment-16477009 ] ASF GitHub Bot commented on FLINK-9182: --- Github user sihuazhou commented on the issue:

[jira] [Commented] (FLINK-9337) Implement AvroDeserializationSchema

2018-05-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16477008#comment-16477008 ] ASF GitHub Bot commented on FLINK-9337: --- Github user StephanEwen commented on the issue:

[GitHub] flink issue #6019: [FLINK-9182]async checkpoints for timer service

2018-05-16 Thread sihuazhou
Github user sihuazhou commented on the issue: https://github.com/apache/flink/pull/6019 I wonder can you introduce a `HeapState` which scoped to `key group` to support timer service. This way timer service is backed by keyed state backend, which looks like a beautiful things. ---

[GitHub] flink issue #5995: [FLINK-9337] Implemented AvroDeserializationSchema

2018-05-16 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/5995 I would actually keep the package name for now. It makes sense, because the connection to the registry is avro-specific at the moment... ---

[jira] [Updated] (FLINK-9376) Allow upgrading to incompatible state serializers (state schema evolution)

2018-05-16 Thread Tzu-Li (Gordon) Tai (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tzu-Li (Gordon) Tai updated FLINK-9376: --- Description: Currently, users have access to upgrade state serializers on the restore

[jira] [Updated] (FLINK-9376) Allow upgrading to incompatible state serializers (state schema evolution)

2018-05-16 Thread Tzu-Li (Gordon) Tai (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tzu-Li (Gordon) Tai updated FLINK-9376: --- Description: Currently, users have access to upgrade state serializers on the restore

[jira] [Commented] (FLINK-9341) Oracle: "Type is not supported: Date"

2018-05-16 Thread Sergey Nuyanzin (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16477191#comment-16477191 ] Sergey Nuyanzin commented on FLINK-9341: issue created FLINK-9378 will be able to do it in the

[jira] [Commented] (FLINK-9299) ProcessWindowFunction documentation Java examples have errors

2018-05-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16476927#comment-16476927 ] ASF GitHub Bot commented on FLINK-9299: --- Github user yanghua commented on the issue:

[GitHub] flink issue #6001: [FLINK-9299] ProcessWindowFunction documentation Java exa...

2018-05-16 Thread yanghua
Github user yanghua commented on the issue: https://github.com/apache/flink/pull/6001 cc @tzulitai @fhueske ---

[jira] [Commented] (FLINK-9325) generate the _meta file for checkpoint only when the writing is truly successful

2018-05-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16476945#comment-16476945 ] ASF GitHub Bot commented on FLINK-9325: --- Github user sihuazhou commented on the issue:

[GitHub] flink issue #5982: [FLINK-9325][checkpoint]generate the meta file for checkp...

2018-05-16 Thread sihuazhou
Github user sihuazhou commented on the issue: https://github.com/apache/flink/pull/5982 @StephanEwen I guess this PR is already for an another look now... ---

[jira] [Commented] (FLINK-8428) Implement stream-stream non-window left outer join

2018-05-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16476998#comment-16476998 ] ASF GitHub Bot commented on FLINK-8428: --- Github user twalthr commented on a diff in the pull

[GitHub] flink pull request #5327: [FLINK-8428] [table] Implement stream-stream non-w...

2018-05-16 Thread twalthr
Github user twalthr commented on a diff in the pull request: https://github.com/apache/flink/pull/5327#discussion_r188532278 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/nodes/datastream/DataStreamRel.scala --- @@ -53,4 +53,8 @@ trait

[GitHub] flink issue #6010: [FLINK-9359][docs] Update quickstart docs to only mention...

2018-05-16 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/6010 merging. ---

[GitHub] flink issue #6005: [FLINK-9176][tests] Remove category annotations

2018-05-16 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/6005 merging. ---

[jira] [Commented] (FLINK-9354) print execution times for end-to-end tests

2018-05-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16477097#comment-16477097 ] ASF GitHub Bot commented on FLINK-9354: --- Github user zentol commented on a diff in the pull request:

[GitHub] flink pull request #6008: [FLINK-9354][travis] Print execution times for nig...

2018-05-16 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/6008#discussion_r188550129 --- Diff: flink-end-to-end-tests/test-scripts/test_resume_savepoint.sh --- @@ -33,8 +33,8 @@ else NUM_SLOTS=$NEW_DOP fi

[jira] [Created] (FLINK-9376) Allow upgrading to incompatible state serializers (state schema evolution)

2018-05-16 Thread Tzu-Li (Gordon) Tai (JIRA)
Tzu-Li (Gordon) Tai created FLINK-9376: -- Summary: Allow upgrading to incompatible state serializers (state schema evolution) Key: FLINK-9376 URL: https://issues.apache.org/jira/browse/FLINK-9376

[jira] [Commented] (FLINK-8659) Add migration tests for Broadcast state.

2018-05-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16476909#comment-16476909 ] ASF GitHub Bot commented on FLINK-8659: --- Github user tzulitai commented on a diff in the pull

[jira] [Commented] (FLINK-8659) Add migration tests for Broadcast state.

2018-05-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16476905#comment-16476905 ] ASF GitHub Bot commented on FLINK-8659: --- Github user tzulitai commented on a diff in the pull

[jira] [Commented] (FLINK-8659) Add migration tests for Broadcast state.

2018-05-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16476908#comment-16476908 ] ASF GitHub Bot commented on FLINK-8659: --- Github user tzulitai commented on a diff in the pull

[jira] [Commented] (FLINK-9292) Remove TypeInfoParser

2018-05-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16476930#comment-16476930 ] ASF GitHub Bot commented on FLINK-9292: --- Github user yanghua commented on the issue:

[GitHub] flink issue #5970: [FLINK-9292] [core] Remove TypeInfoParser (part 2)

2018-05-16 Thread yanghua
Github user yanghua commented on the issue: https://github.com/apache/flink/pull/5970 cc @tzulitai ---

[jira] [Commented] (FLINK-8428) Implement stream-stream non-window left outer join

2018-05-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16476994#comment-16476994 ] ASF GitHub Bot commented on FLINK-8428: --- Github user twalthr commented on a diff in the pull

[jira] [Commented] (FLINK-8428) Implement stream-stream non-window left outer join

2018-05-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16476992#comment-16476992 ] ASF GitHub Bot commented on FLINK-8428: --- Github user twalthr commented on a diff in the pull

[GitHub] flink pull request #5327: [FLINK-8428] [table] Implement stream-stream non-w...

2018-05-16 Thread twalthr
Github user twalthr commented on a diff in the pull request: https://github.com/apache/flink/pull/5327#discussion_r188531785 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/nodes/datastream/DataStreamJoin.scala --- @@ -176,14 +179,34 @@ class

[jira] [Commented] (FLINK-9360) HA end-to-end nightly test takes more than 15 min in Travis CI

2018-05-16 Thread Chesnay Schepler (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16477040#comment-16477040 ] Chesnay Schepler commented on FLINK-9360: - I will push a hotfix to reduce the sleep to 30 seconds.

[GitHub] flink pull request #5928: [hotfix][doc] fix doc of externalized checkpoint

2018-05-16 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5928#discussion_r188548955 --- Diff: docs/ops/state/checkpoints.md --- @@ -35,60 +35,62 @@ the same semantics as a failure-free execution. See [Checkpointing]({{ site.baseurl

[GitHub] flink pull request #5928: [hotfix][doc] fix doc of externalized checkpoint

2018-05-16 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5928#discussion_r188548729 --- Diff: docs/_includes/generated/checkpointing_configuration.html --- @@ -40,7 +40,7 @@ state.checkpoints.dir

[GitHub] flink pull request #5928: [hotfix][doc] fix doc of externalized checkpoint

2018-05-16 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5928#discussion_r188549219 --- Diff: docs/ops/state/checkpoints.md --- @@ -35,60 +35,62 @@ the same semantics as a failure-free execution. See [Checkpointing]({{ site.baseurl

[jira] [Updated] (FLINK-9377) Remove writing serializers as part of the checkpoint meta information

2018-05-16 Thread Tzu-Li (Gordon) Tai (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tzu-Li (Gordon) Tai updated FLINK-9377: --- Description: When writing meta information of a state in savepoints, we currently

[jira] [Created] (FLINK-9377) Remove writing serializers as part of the checkpoint meta information

2018-05-16 Thread Tzu-Li (Gordon) Tai (JIRA)
Tzu-Li (Gordon) Tai created FLINK-9377: -- Summary: Remove writing serializers as part of the checkpoint meta information Key: FLINK-9377 URL: https://issues.apache.org/jira/browse/FLINK-9377

[jira] [Commented] (FLINK-6944) Introduce DefaultTypeSerializerConfigSnapshot as a base implementation for serializer compatibility checks

2018-05-16 Thread Tzu-Li (Gordon) Tai (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16477194#comment-16477194 ] Tzu-Li (Gordon) Tai commented on FLINK-6944: I'll change this to be a subtask of FLINK-9376,

[jira] [Updated] (FLINK-6944) Introduce DefaultTypeSerializerConfigSnapshot as a base implementation for serializer compatibility checks

2018-05-16 Thread Tzu-Li (Gordon) Tai (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tzu-Li (Gordon) Tai updated FLINK-6944: --- Issue Type: Sub-task (was: Improvement) Parent: FLINK-9376 > Introduce

[jira] [Updated] (FLINK-6944) Introduce DefaultTypeSerializerConfigSnapshot as a base implementation for serializer compatibility checks

2018-05-16 Thread Tzu-Li (Gordon) Tai (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tzu-Li (Gordon) Tai updated FLINK-6944: --- Priority: Blocker (was: Major) > Introduce DefaultTypeSerializerConfigSnapshot as a

[jira] [Updated] (FLINK-9373) Always call RocksIterator.status() to check the internal error of RocksDB

2018-05-16 Thread Sihua Zhou (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sihua Zhou updated FLINK-9373: -- Description: Currently, when using RocksIterator we only use the _iterator.isValid()_ to check whether

[jira] [Updated] (FLINK-9374) Flink Kinesis Producer does not backpressure

2018-05-16 Thread Franz Thoma (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Franz Thoma updated FLINK-9374: --- Description: The {{FlinkKinesisProducer}} just accepts records and forwards it to a

[GitHub] flink pull request #6021: [FLINK-9374] [kinesis] Enable FlinkKinesisProducer...

2018-05-16 Thread fmthoma
GitHub user fmthoma opened a pull request: https://github.com/apache/flink/pull/6021 [FLINK-9374] [kinesis] Enable FlinkKinesisProducer Backpressuring ## What is the purpose of the change The `FlinkKinesisProducer` just accepts records and forwards it to a

[GitHub] flink issue #6022: [FLINK-9283] Update cluster execution docs

2018-05-16 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/6022 merging. ---

[jira] [Created] (FLINK-9375) Introduce AbortCheckpoint message from JM to TMs

2018-05-16 Thread Stefan Richter (JIRA)
Stefan Richter created FLINK-9375: - Summary: Introduce AbortCheckpoint message from JM to TMs Key: FLINK-9375 URL: https://issues.apache.org/jira/browse/FLINK-9375 Project: Flink Issue Type:

[jira] [Updated] (FLINK-8918) Introduce Runtime Filter Join

2018-05-16 Thread Sihua Zhou (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sihua Zhou updated FLINK-8918: -- Description: In general, stream join is one of the most performance cost task. For every record from

[jira] [Commented] (FLINK-8866) Create unified interfaces to configure and instatiate TableSinks

2018-05-16 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16477127#comment-16477127 ] Fabian Hueske commented on FLINK-8866: -- Regarding (3), originally, {{TableSink}} was designed to be

[jira] [Updated] (FLINK-9373) Fix potential data losing for RocksDBBackend

2018-05-16 Thread Sihua Zhou (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sihua Zhou updated FLINK-9373: -- Summary: Fix potential data losing for RocksDBBackend (was: Always call RocksIterator.status() to

[jira] [Commented] (FLINK-9303) Unassign partitions from Kafka client if partitions become unavailable

2018-05-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16477171#comment-16477171 ] ASF GitHub Bot commented on FLINK-9303: --- Github user EAlexRojas commented on a diff in the pull

[GitHub] flink pull request #5991: [FLINK-9303] [kafka] Adding support for unassign d...

2018-05-16 Thread EAlexRojas
Github user EAlexRojas commented on a diff in the pull request: https://github.com/apache/flink/pull/5991#discussion_r188564095 --- Diff: flink-connectors/flink-connector-kafka-0.8/src/main/java/org/apache/flink/streaming/connectors/kafka/FlinkKafkaConsumer08.java --- @@ -221,7

[GitHub] flink pull request #6001: [FLINK-9299] ProcessWindowFunction documentation J...

2018-05-16 Thread yanghua
Github user yanghua commented on a diff in the pull request: https://github.com/apache/flink/pull/6001#discussion_r188530473 --- Diff: docs/dev/stream/operators/windows.md --- @@ -797,7 +797,7 @@ DataStream input = ...; input .keyBy() - .timeWindow() +

[jira] [Assigned] (FLINK-9375) Introduce AbortCheckpoint message from JM to TMs

2018-05-16 Thread vinoyang (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] vinoyang reassigned FLINK-9375: --- Assignee: vinoyang > Introduce AbortCheckpoint message from JM to TMs >

[jira] [Created] (FLINK-9378) Improve TableException message with TypeName usage

2018-05-16 Thread Sergey Nuyanzin (JIRA)
Sergey Nuyanzin created FLINK-9378: -- Summary: Improve TableException message with TypeName usage Key: FLINK-9378 URL: https://issues.apache.org/jira/browse/FLINK-9378 Project: Flink Issue

[GitHub] flink pull request #5955: [FLINK-8659] Add migration itcases for broadcast s...

2018-05-16 Thread tzulitai
Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/5955#discussion_r188511081 --- Diff: flink-tests/src/test/java/org/apache/flink/test/checkpointing/utils/StatefulJobWBroadcastStateMigrationITCase.java --- @@ -0,0 +1,418 @@ +/*

[jira] [Commented] (FLINK-8659) Add migration tests for Broadcast state.

2018-05-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16476906#comment-16476906 ] ASF GitHub Bot commented on FLINK-8659: --- Github user tzulitai commented on a diff in the pull

[GitHub] flink pull request #5955: [FLINK-8659] Add migration itcases for broadcast s...

2018-05-16 Thread tzulitai
Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/5955#discussion_r188512949 --- Diff: flink-tests/src/test/java/org/apache/flink/test/checkpointing/utils/StatefulJobWBroadcastStateMigrationITCase.java --- @@ -0,0 +1,418 @@ +/*

[jira] [Commented] (FLINK-8659) Add migration tests for Broadcast state.

2018-05-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16476910#comment-16476910 ] ASF GitHub Bot commented on FLINK-8659: --- Github user tzulitai commented on a diff in the pull

[jira] [Commented] (FLINK-8659) Add migration tests for Broadcast state.

2018-05-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16476907#comment-16476907 ] ASF GitHub Bot commented on FLINK-8659: --- Github user tzulitai commented on a diff in the pull

[GitHub] flink pull request #5955: [FLINK-8659] Add migration itcases for broadcast s...

2018-05-16 Thread tzulitai
Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/5955#discussion_r188512862 --- Diff: flink-tests/src/test/java/org/apache/flink/test/checkpointing/utils/StatefulJobWBroadcastStateMigrationITCase.java --- @@ -0,0 +1,418 @@ +/*

[GitHub] flink pull request #5955: [FLINK-8659] Add migration itcases for broadcast s...

2018-05-16 Thread tzulitai
Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/5955#discussion_r188512804 --- Diff: flink-tests/src/test/java/org/apache/flink/test/checkpointing/utils/StatefulJobWBroadcastStateMigrationITCase.java --- @@ -0,0 +1,418 @@ +/*

[GitHub] flink pull request #5955: [FLINK-8659] Add migration itcases for broadcast s...

2018-05-16 Thread tzulitai
Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/5955#discussion_r188511280 --- Diff: flink-tests/src/test/java/org/apache/flink/test/checkpointing/utils/StatefulJobWBroadcastStateMigrationITCase.java --- @@ -0,0 +1,418 @@ +/*

[GitHub] flink pull request #5955: [FLINK-8659] Add migration itcases for broadcast s...

2018-05-16 Thread tzulitai
Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/5955#discussion_r188511258 --- Diff: flink-tests/src/test/java/org/apache/flink/test/checkpointing/utils/StatefulJobWBroadcastStateMigrationITCase.java --- @@ -0,0 +1,418 @@ +/*

[jira] [Created] (FLINK-9373) Always call RocksIterator.status() to check the internal error of RocksDB

2018-05-16 Thread Sihua Zhou (JIRA)
Sihua Zhou created FLINK-9373: - Summary: Always call RocksIterator.status() to check the internal error of RocksDB Key: FLINK-9373 URL: https://issues.apache.org/jira/browse/FLINK-9373 Project: Flink

[jira] [Commented] (FLINK-9373) Always call RocksIterator.status() to check the internal error of RocksDB

2018-05-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16476989#comment-16476989 ] ASF GitHub Bot commented on FLINK-9373: --- GitHub user sihuazhou opened a pull request:

[GitHub] flink pull request #5327: [FLINK-8428] [table] Implement stream-stream non-w...

2018-05-16 Thread twalthr
Github user twalthr commented on a diff in the pull request: https://github.com/apache/flink/pull/5327#discussion_r188531694 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/nodes/datastream/DataStreamJoin.scala --- @@ -60,6 +60,9 @@ class

[jira] [Commented] (FLINK-9283) Update cluster execution docs

2018-05-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16477017#comment-16477017 ] ASF GitHub Bot commented on FLINK-9283: --- GitHub user yuqi1129 opened a pull request:

[GitHub] flink issue #6020: [FLINK-9373][state] Fix potential data losing for RocksDB...

2018-05-16 Thread sihuazhou
Github user sihuazhou commented on the issue: https://github.com/apache/flink/pull/6020 cc @StefanRRichter ---

[jira] [Commented] (FLINK-9373) Always call RocksIterator.status() to check the internal error of RocksDB

2018-05-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16477035#comment-16477035 ] ASF GitHub Bot commented on FLINK-9373: --- Github user sihuazhou commented on the issue:

[jira] [Commented] (FLINK-9341) Oracle: "Type is not supported: Date"

2018-05-16 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16477066#comment-16477066 ] Fabian Hueske commented on FLINK-9341: -- Thanks for investigating the issue [~kgeis] and [~Sergey

[GitHub] flink pull request #5964: [FLINK-8655] [Cassandra Connector] add keyspace in...

2018-05-16 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5964#discussion_r188546038 --- Diff: flink-connectors/flink-connector-cassandra/src/main/java/org/apache/flink/streaming/connectors/cassandra/CassandraSink.java --- @@ -470,6 +488,9

[GitHub] flink pull request #5964: [FLINK-8655] [Cassandra Connector] add keyspace in...

2018-05-16 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5964#discussion_r188545921 --- Diff: flink-connectors/flink-connector-cassandra/src/main/java/org/apache/flink/streaming/connectors/cassandra/CassandraSink.java --- @@ -381,6 +393,9

[GitHub] flink pull request #5964: [FLINK-8655] [Cassandra Connector] add keyspace in...

2018-05-16 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5964#discussion_r188545761 --- Diff: flink-connectors/flink-connector-cassandra/src/main/java/org/apache/flink/streaming/connectors/cassandra/CassandraSink.java --- @@ -381,6 +393,9

[jira] [Updated] (FLINK-9373) Fix potential data losing for RocksDBBackend

2018-05-16 Thread Sihua Zhou (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sihua Zhou updated FLINK-9373: -- Fix Version/s: 1.5.0 > Fix potential data losing for RocksDBBackend >

[GitHub] flink issue #6008: [FLINK-9354][travis] Print execution times for nightly E2...

2018-05-16 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/6008 nice catch @tzulitai, will rework this into a run_test method that takes a description and command to execute. ---

[jira] [Created] (FLINK-9374) Flink Kinesis Producer does not backpressure

2018-05-16 Thread Franz Thoma (JIRA)
Franz Thoma created FLINK-9374: -- Summary: Flink Kinesis Producer does not backpressure Key: FLINK-9374 URL: https://issues.apache.org/jira/browse/FLINK-9374 Project: Flink Issue Type: Bug

[jira] [Commented] (FLINK-9354) print execution times for end-to-end tests

2018-05-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16477003#comment-16477003 ] ASF GitHub Bot commented on FLINK-9354: --- Github user zentol commented on the issue:

[GitHub] flink issue #6009: [FLINK-9357][tests][yarn] Add margins to exception excerp...

2018-05-16 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/6009 merging. ---

[jira] [Commented] (FLINK-9357) Add margins to yarn exception excerpts

2018-05-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16477022#comment-16477022 ] ASF GitHub Bot commented on FLINK-9357: --- Github user zentol commented on the issue:

[jira] [Commented] (FLINK-9333) QuickStart Docs Spelling fix and some info regarding IntelliJ JVM Options

2018-05-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16477043#comment-16477043 ] ASF GitHub Bot commented on FLINK-9333: --- Github user zentol commented on the issue:

[GitHub] flink issue #5989: [FLINK-9333] [Docs] QuickStart Docs Spelling fix and some...

2018-05-16 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5989 merging. ---

[jira] [Commented] (FLINK-8655) Add a default keyspace to CassandraSink

2018-05-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16477074#comment-16477074 ] ASF GitHub Bot commented on FLINK-8655: --- Github user zentol commented on a diff in the pull request:

[GitHub] flink issue #5946: [FLINK-9285][REST][docs] Update REST API docs

2018-05-16 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5946 merging. ---

[GitHub] flink pull request #5964: [FLINK-8655] [Cassandra Connector] add keyspace in...

2018-05-16 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5964#discussion_r188546432 --- Diff: flink-connectors/flink-connector-cassandra/src/test/java/org/apache/flink/streaming/connectors/cassandra/CassandraConnectorITCase.java --- @@

[jira] [Commented] (FLINK-8655) Add a default keyspace to CassandraSink

2018-05-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16477070#comment-16477070 ] ASF GitHub Bot commented on FLINK-8655: --- Github user zentol commented on a diff in the pull request:

[GitHub] flink pull request #5964: [FLINK-8655] [Cassandra Connector] add keyspace in...

2018-05-16 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5964#discussion_r188545817 --- Diff: flink-connectors/flink-connector-cassandra/src/main/java/org/apache/flink/streaming/connectors/cassandra/CassandraSink.java --- @@ -410,6 +425,9

[jira] [Commented] (FLINK-8655) Add a default keyspace to CassandraSink

2018-05-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16477069#comment-16477069 ] ASF GitHub Bot commented on FLINK-8655: --- Github user zentol commented on a diff in the pull request:

[GitHub] flink pull request #5964: [FLINK-8655] [Cassandra Connector] add keyspace in...

2018-05-16 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5964#discussion_r188545721 --- Diff: flink-connectors/flink-connector-cassandra/src/main/java/org/apache/flink/streaming/connectors/cassandra/CassandraSink.java --- @@ -258,6 +259,17

[jira] [Commented] (FLINK-8655) Add a default keyspace to CassandraSink

2018-05-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16477072#comment-16477072 ] ASF GitHub Bot commented on FLINK-8655: --- Github user zentol commented on a diff in the pull request:

[jira] [Commented] (FLINK-8655) Add a default keyspace to CassandraSink

2018-05-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16477073#comment-16477073 ] ASF GitHub Bot commented on FLINK-8655: --- Github user zentol commented on a diff in the pull request:

[jira] [Commented] (FLINK-8655) Add a default keyspace to CassandraSink

2018-05-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16477071#comment-16477071 ] ASF GitHub Bot commented on FLINK-8655: --- Github user zentol commented on a diff in the pull request:

[GitHub] flink pull request #6008: [FLINK-9354][travis] Print execution times for nig...

2018-05-16 Thread tzulitai
Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/6008#discussion_r188548653 --- Diff: flink-end-to-end-tests/test-scripts/test_resume_savepoint.sh --- @@ -33,8 +33,8 @@ else NUM_SLOTS=$NEW_DOP fi

[jira] [Commented] (FLINK-9354) print execution times for end-to-end tests

2018-05-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16477086#comment-16477086 ] ASF GitHub Bot commented on FLINK-9354: --- Github user tzulitai commented on a diff in the pull

[jira] [Closed] (FLINK-9373) Always call RocksIterator.status() to check the internal error of RocksDB

2018-05-16 Thread Sihua Zhou (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sihua Zhou closed FLINK-9373. - Resolution: Invalid > Always call RocksIterator.status() to check the internal error of RocksDB >

[GitHub] flink pull request #6020: [FLINK-9373][state] Always call RocksIterator.stat...

2018-05-16 Thread sihuazhou
GitHub user sihuazhou opened a pull request: https://github.com/apache/flink/pull/6020 [FLINK-9373][state] Always call RocksIterator.status() to check the internal error of RocksDB ## What is the purpose of the change Currently, when using RocksIterator we only use the

[jira] [Commented] (FLINK-9359) Update quickstart docs to only mention Java 8

2018-05-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16477037#comment-16477037 ] ASF GitHub Bot commented on FLINK-9359: --- Github user zentol commented on the issue:

[jira] [Commented] (FLINK-9176) Category annotations are unused

2018-05-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16477038#comment-16477038 ] ASF GitHub Bot commented on FLINK-9176: --- Github user zentol commented on the issue:

[jira] [Commented] (FLINK-9285) Update REST API page

2018-05-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16477075#comment-16477075 ] ASF GitHub Bot commented on FLINK-9285: --- Github user zentol commented on the issue:

[GitHub] flink issue #6001: [FLINK-9299] ProcessWindowFunction documentation Java exa...

2018-05-16 Thread yanghua
Github user yanghua commented on the issue: https://github.com/apache/flink/pull/6001 @StephanEwen fixed based on your suggestion ---

[GitHub] flink issue #5961: [FLINK-8255][DataSet API, DataStream API] key expressions...

2018-05-16 Thread fhueske
Github user fhueske commented on the issue: https://github.com/apache/flink/pull/5961 Thanks for the update @snuyanzin. I'll try to have a look at the changes in the next days. Best, Fabian ---

[jira] [Commented] (FLINK-766) Web interface progress monitoring for DataSources and DataSinks with splits

2018-05-16 Thread Flavio Pompermaier (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16477115#comment-16477115 ] Flavio Pompermaier commented on FLINK-766: -- +1 for this feature! > Web interface progress

[jira] [Updated] (FLINK-6944) Introduce DefaultTypeSerializerConfigSnapshot as a base implementation for serializer compatibility checks

2018-05-16 Thread Tzu-Li (Gordon) Tai (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tzu-Li (Gordon) Tai updated FLINK-6944: --- Description: FLINK-9377 proposes to remove writing serializers as part of checkpoint

  1   2   3   >