[DISCUSS] Release bahir-flink 1.1

2021-08-17 Thread Robert Metzger
Hey all, The last bahir-flink release was in 2017, and users are asking for another release [1]. I'd like to create a bahir-flink 1.1 release (or shall we call it 2.0 ?) soon. If there are no objections, I'll soon create a RC. Best, Robert [1] https://issues.apache.org/jira/browse/BAHIR-279

Re: [DISCUSS] Release bahir-flink 1.1

2021-09-13 Thread Robert Metzger
the > release. > > On Tue, Aug 17, 2021 at 10:50 PM Robert Metzger > wrote: > > > Hey all, > > > > The last bahir-flink release was in 2017, and users are asking for > another > > release [1]. I'd like to create a bahir-flink 1.1 release (or shall we

[DISCUSS] Remove flink-library-siddhi

2021-09-13 Thread Robert Metzger
Hi, The build is currently failing[1] because this library is depending on a very old version, which points to an HTTP repository (instead of a HTTPS one), which is forbidden by newer maven versions. I propose to remove the library, if somebody wants to use it, they can open a PR adding it again

[DISCUSS] Adding streaming connectors from Apache Flink to Bahir

2016-08-11 Thread Robert Metzger
Hello Bahir community, The Apache Flink community is currently discussing how to handle incoming (streaming) connector contributions [1]. The Flink community wants to limit the maintained connectors to the most popular ones, but we don't want to reject valuable code contributions without offering

Re: [DISCUSS] Adding streaming connectors from Apache Flink to Bahir

2016-08-11 Thread Robert Metzger
@Steve: The plan is that Flink committers also help out here with reviewing, releasing and other community activities (but I suspect the activity will be much lower, otherwise, we would not be discussing removing some of the connectors from Flink) @Luciano: So the idea is to have separate reposito

Re: [DISCUSS] Adding streaming connectors from Apache Flink to Bahir

2016-08-11 Thread Robert Metzger
pes of connectors. > > Flink seems to have more frequent releases recently. But Bahir doesn't have > to follow each Flink patch release. > > Just my two cents. > > On Thu, Aug 11, 2016 at 9:03 AM, Luciano Resende > wrote: > > > On Thu, Aug 11, 2016 at 5:42 AM, Ro

Re: [DISCUSS] Adding streaming connectors from Apache Flink to Bahir

2016-08-15 Thread Robert Metzger
Hi, @stevel: Flink is still experiencing a lot of community growth. Initially, we accepted all contributions in an acceptable state. Then, we introduced various models of "staging" and "contrib" modules, but by now, the amount of incoming contributions is just too high for the core project. Also,

Re: [DISCUSS] Adding streaming connectors from Apache Flink to Bahir

2016-08-16 Thread Robert Metzger
> Robert with maintenance on the Flink side of things. > > +1 to multiple repo approach > > Best, > > Ufuk > > On Tue, Aug 16, 2016 at 2:27 PM, wrote: > > > > dev Digest of: thread.362 > > > > > > [DISCUSS] Adding streaming con

Re: [DISCUSS] Adding streaming connectors from Apache Flink to Bahir

2016-08-16 Thread Robert Metzger
Great, that was fast. I'll keep an eye on the JIRA. On Tue, Aug 16, 2016 at 7:23 PM, Luciano Resende wrote: > Very good > > On Tue, Aug 16, 2016 at 12:57 PM, Robert Metzger > wrote: > > > Okay. It seems that we've agreed on using different repositories for e

Re: [DISCUSS] Adding streaming connectors from Apache Flink to Bahir

2016-08-18 Thread Robert Metzger
/jira/browse/BAHIR-54 On Tue, Aug 16, 2016 at 7:40 PM, Robert Metzger wrote: > Great, that was fast. > > I'll keep an eye on the JIRA. > > On Tue, Aug 16, 2016 at 7:23 PM, Luciano Resende > wrote: > >> Very good >> >> On Tue, Aug 16, 2016 at 12:57 PM

Building the Bahir website

2016-08-22 Thread Robert Metzger
Hi, I just tried building the Bahir website locally, but I could not get it to work. After cloning the repo, I went to bahir-website/site, and executed "jekyll serve". I got the following output: Configuration file: /home/robert/flink-workdir/bahir-website/site/_config.yml Source: /h

Re: Building the Bahir website

2016-08-23 Thread Robert Metzger
I'm using jekyll 3.1.6 On Tue, Aug 23, 2016 at 4:13 AM, Luciano Resende wrote: > What version of Jekyll are you using ? > > On Mon, Aug 22, 2016 at 4:52 AM, Robert Metzger > wrote: > > > Hi, > > > > I just tried building the Bahir website locally

Re: Building the Bahir website

2016-08-23 Thread Robert Metzger
enabled for > '/Users/lresende/opensource/apache/bahir/bahir-website/site' > Configuration file: > /Users/lresende/opensource/apache/bahir/bahir-website/site/_config.yml > Server address: http://127.0.0.1:4000/ > Server running... press ctrl-c to stop. > > &g

Re: Building the Bahir website

2016-08-25 Thread Robert Metzger
I can confirm that the website builds with jekyll 3.0.0 I'll try to open a pull request for the connector's documentation. On Tue, Aug 23, 2016 at 6:19 PM, Robert Metzger wrote: > Thank you for looking into it. > > Are you sure all files from your local directory are c

[DISCUSS] Bahir-flink versioning and releasing

2016-08-25 Thread Robert Metzger
Hi, I was wondering how we want to version the modules in the "bahir-flink" repository. I would actually like to do the versions independent of Flink. One of the motivations to move the connectors to Bahir was to allow faster releases. How about just "major.minor" versions, starting from 1.0. Bu

Re: Documentation for Bahir Flink extensions

2016-08-29 Thread Robert Metzger
+1 I didn't know that this is possible. So how are the contents from the readme file copied to the website? On Sat, Aug 27, 2016 at 8:22 AM, Jean-Baptiste Onofré wrote: > +1 > > Regards > JB > > > On 08/26/2016 09:13 PM, Luciano Resende wrote: > >> For the Spark extensions we currently have a

Re: Documentation for Bahir Flink extensions

2016-08-31 Thread Robert Metzger
ing for the Spark extensions. > https://github.com/apache/bahir-website/blob/master/update-doc.sh > > On Mon, Aug 29, 2016 at 6:54 AM, Robert Metzger > wrote: > > > +1 > > > > I didn't know that this is possible. > > > > So how are the contents from

Re: Next Releases

2016-10-11 Thread Robert Metzger
I like the idea of releasing Bahir for Flink soon! I'll try to find time in the next few days to fix the documentation so that we can do the first release. On Mon, Sep 26, 2016 at 8:48 PM, Ted Yu wrote: > +1 > > > On Sep 26, 2016, at 11:33 AM, Jean-Baptiste Onofré > wrote: > > > > +1 > > > > Re

Re: Documentation for Bahir Flink extensions

2016-10-11 Thread Robert Metzger
I've opened a pull request adding README.md files for the connectors. Once that is merged I'll copy and adopt the update-doc.sh script. On Wed, Aug 31, 2016 at 10:32 AM, Robert Metzger wrote: > Okay, I see. I'll soon open my pending pull request [1] for the > bahir-website

Re: [ANNOUNCE] New Apache Bahir Committer : Robert Metzger

2016-10-21 Thread Robert Metzger
tee (PMC) for Apache Bahirhas invited > > Robert Metzger to become a committer and we are pleased to announce > > that he has accepted. > > > > Robert has been a key community member championing the extensions > > related to Apache Flink. > > > > > > Welco

Re: [ANNOUNCE] New Apache Bahir Committer : Robert Metzger

2016-10-24 Thread Robert Metzger
Can somebody give me permissions in the BAHIR Jira to manage issues (assign, close, ...) issues? On Fri, Oct 21, 2016 at 10:53 AM, Robert Metzger wrote: > Thanks a lot for inviting me as a committer to Bahir! > > On Thu, Oct 20, 2016 at 12:27 AM, Mridul Muralidharan

Re: [ANNOUNCE] New Apache Bahir Committer : Robert Metzger

2016-10-25 Thread Robert Metzger
Thank you, it works! On Mon, Oct 24, 2016 at 4:48 PM, Luciano Resende wrote: > I have moved you to committer Role, please let me know if you still have > permission issues. > > On Mon, Oct 24, 2016 at 2:44 PM, Robert Metzger > wrote: > > > Can somebody give me permissi

Re: [ANNOUNCE] New Apache Bahir Committer : Christian Kadner

2017-01-10 Thread Robert Metzger
Congrats & Welcome to Bahir Christian! On Thu, Dec 1, 2016 at 7:55 AM, Mridul Muralidharan wrote: > Congratulations Christian ! > > Regards, > Mridul > > On Wed, Nov 30, 2016 at 5:17 PM, Luciano Resende > wrote: > > The Project Management Committee (PMC) for Apache Bahir > > has invited Christi

[VOTE] Release Apache Flink 1.2.0 (RC2)

2017-01-25 Thread Robert Metzger
Dear Flink community, Please vote on releasing the following candidate as Apache Flink version 1.2.0. The commit to be voted on: 8b5b6a8b (http://git-wip-us.apache.org/repos/asf/flink/commit/8b5b6a8b) Branch: release-1.2.0-rc2 (https://git1-us-west.apache.org/repos/asf/flink/repo?p=flin k.git;a=

Re: [VOTE] Release Apache Flink 1.2.0 (RC2)

2017-01-25 Thread Robert Metzger
Ooops ... Please ignore this email. It was meant for the d...@flink.apache.org mailing list. Looks like I shouldn't send emails late in the evening :) On Wed, Jan 25, 2017 at 9:10 PM, Robert Metzger wrote: > Dear Flink community, > > Please vote on releasing the following candi

Re: Next Releases

2017-03-01 Thread Robert Metzger
I would like to revive the 1.0 release discussion for bahir-flink. I have to admit that I didn't have enough time to do the first release last year. I've asked Gordon (CC, committer at Flink) to help me fixing the documentation and upgrading Bahir to Apache Flink 1.2.0. Once that is done we can st

Re: [RESULT][VOTE] Apache Bahir Flink extensions 1.0 (RC3)

2017-04-23 Thread Robert Metzger
Thanks a lot to everybody who worked on the release! I'm sorry that I didn't help with the release. I'll soon have more time again. On Thu, Apr 13, 2017 at 9:29 PM, Luciano Resende wrote: > On Thu, Apr 6, 2017 at 4:08 PM, Luciano Resende > wrote: > > > Please vote to approve the release of the

Re: [VOTE] Apache Bahir 2.1.1 (RC2)

2017-07-11 Thread Robert Metzger
+1 (binding) - the staging repo looks good - src archive looks good (no binaries, no snapshot dependencies) - mvn clean install -DskipTests (including rat license check) passed on src contents On Fri, Jun 30, 2017 at 4:03 PM, Luciano Resende wrote: > We are still short one vote, any PMC volu

[DISCUSS][bahir-flink] Drop Java 7 support

2017-09-16 Thread Robert Metzger
Hi, In the Flink InfluxDB Sink PR [1], there is a little discussion regarding Java 7 support in bahir-flink. I'm proposing to drop Java 7 support in bahir-flink. As of the upcoming Flink 1.4 release, Flink will also drop Java 7 support. Let me know if somebody has any concerns, otherwise, we'll

Re: [DISCUSS][bahir-flink] Drop Java 7 support

2017-09-18 Thread Robert Metzger
Luciano Resende wrote: > +1 > > On Sat, Sep 16, 2017 at 2:04 AM, Robert Metzger > wrote: > > > Hi, > > > > In the Flink InfluxDB Sink PR [1], there is a little discussion regarding > > Java 7 support in bahir-flink. > > > > I'm proposing

Re: New Flink connector

2017-11-18 Thread Robert Metzger
I'm really sorry that I didn't respond yet. Regarding the question "should the code be in the bahir-flink repo, or the kudu repo" I have the feeling that the kudu repo might actually the better spot, because flume, mapreduce, hive, spark, and others are already there. It seems that the Kudu projec

[jira] [Updated] (BAHIR-274) Add Flink InfluxDBv2.0 Connector

2021-05-02 Thread Robert Metzger (Jira)
[ https://issues.apache.org/jira/browse/BAHIR-274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger updated BAHIR-274: - Description: https://github.com/apache/bahir-flink/pull/114 > Add Flink InfluxDBv2.0 Connec

[jira] [Created] (BAHIR-274) Add Flink InfluxDBv2.0 Connector

2021-05-02 Thread Robert Metzger (Jira)
Robert Metzger created BAHIR-274: Summary: Add Flink InfluxDBv2.0 Connector Key: BAHIR-274 URL: https://issues.apache.org/jira/browse/BAHIR-274 Project: Bahir Issue Type: New Feature

[jira] [Closed] (BAHIR-274) Add Flink InfluxDBv2.0 Connector

2021-05-25 Thread Robert Metzger (Jira)
[ https://issues.apache.org/jira/browse/BAHIR-274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger closed BAHIR-274. Fix Version/s: Flink-Next Resolution: Fixed > Add Flink InfluxDBv2.0 Connec

[jira] [Commented] (BAHIR-279) Publish lastest flink-connector-redis

2021-08-17 Thread Robert Metzger (Jira)
[ https://issues.apache.org/jira/browse/BAHIR-279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17400802#comment-17400802 ] Robert Metzger commented on BAHIR-279: -- Thanks for bringing this up. I'l

[jira] [Created] (BAHIR-280) Could not transfer artifact org.quartz-scheduler.wso2:quartz:pom:2.1.1.wso2v1

2021-08-19 Thread Robert Metzger (Jira)
Robert Metzger created BAHIR-280: Summary: Could not transfer artifact org.quartz-scheduler.wso2:quartz:pom:2.1.1.wso2v1 Key: BAHIR-280 URL: https://issues.apache.org/jira/browse/BAHIR-280 Project

[jira] [Commented] (BAHIR-280) Could not transfer artifact org.quartz-scheduler.wso2:quartz:pom:2.1.1.wso2v1

2021-09-13 Thread Robert Metzger (Jira)
[ https://issues.apache.org/jira/browse/BAHIR-280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17414474#comment-17414474 ] Robert Metzger commented on BAHIR-280: -- It seems the first version where thi

[jira] [Commented] (BAHIR-280) Could not transfer artifact org.quartz-scheduler.wso2:quartz:pom:2.1.1.wso2v1

2021-09-13 Thread Robert Metzger (Jira)
[ https://issues.apache.org/jira/browse/BAHIR-280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17414482#comment-17414482 ] Robert Metzger commented on BAHIR-280: -- The repo currently referenced by bahir

[jira] [Updated] (BAHIR-54) Create initial directory structure in bahir-flink.git

2016-08-18 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/BAHIR-54?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger updated BAHIR-54: Summary: Create initial directory structure in bahir-flink.git (was: Create initial directory

[jira] [Created] (BAHIR-54) Create initial directory structure in bahir-flink

2016-08-18 Thread Robert Metzger (JIRA)
Robert Metzger created BAHIR-54: --- Summary: Create initial directory structure in bahir-flink Key: BAHIR-54 URL: https://issues.apache.org/jira/browse/BAHIR-54 Project: Bahir Issue Type: Task

[jira] [Commented] (BAHIR-54) Create initial directory structure in bahir-flink.git

2016-08-19 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/BAHIR-54?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15427816#comment-15427816 ] Robert Metzger commented on BAHIR-54: - Thank you. Could you create a "Flink

[jira] [Created] (BAHIR-55) Move Redis Sink from Flink to Bahir

2016-08-19 Thread Robert Metzger (JIRA)
Robert Metzger created BAHIR-55: --- Summary: Move Redis Sink from Flink to Bahir Key: BAHIR-55 URL: https://issues.apache.org/jira/browse/BAHIR-55 Project: Bahir Issue Type: New Feature

[jira] [Created] (BAHIR-56) Add ActiveMQ streaming connector for Flink

2016-08-22 Thread Robert Metzger (JIRA)
Robert Metzger created BAHIR-56: --- Summary: Add ActiveMQ streaming connector for Flink Key: BAHIR-56 URL: https://issues.apache.org/jira/browse/BAHIR-56 Project: Bahir Issue Type: New Feature

[jira] [Commented] (BAHIR-56) Add ActiveMQ streaming connector for Flink

2016-08-22 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/BAHIR-56?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15430435#comment-15430435 ] Robert Metzger commented on BAHIR-56: - There is already a pending pull request fo

[jira] [Created] (BAHIR-57) Add Flume sink from Flink to Bahir

2016-08-22 Thread Robert Metzger (JIRA)
Robert Metzger created BAHIR-57: --- Summary: Add Flume sink from Flink to Bahir Key: BAHIR-57 URL: https://issues.apache.org/jira/browse/BAHIR-57 Project: Bahir Issue Type: New Feature

[jira] [Assigned] (BAHIR-57) Add Flume sink from Flink to Bahir

2016-08-22 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/BAHIR-57?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger reassigned BAHIR-57: --- Assignee: Robert Metzger > Add Flume sink from Flink to Ba

[jira] [Created] (BAHIR-58) Add ActiveMQ streaming connector to Bahir

2016-08-23 Thread Robert Metzger (JIRA)
Robert Metzger created BAHIR-58: --- Summary: Add ActiveMQ streaming connector to Bahir Key: BAHIR-58 URL: https://issues.apache.org/jira/browse/BAHIR-58 Project: Bahir Issue Type: New Feature

[jira] [Created] (BAHIR-59) Improve ActiveMQ Connector

2016-09-06 Thread Robert Metzger (JIRA)
Robert Metzger created BAHIR-59: --- Summary: Improve ActiveMQ Connector Key: BAHIR-59 URL: https://issues.apache.org/jira/browse/BAHIR-59 Project: Bahir Issue Type: Improvement

[jira] [Commented] (BAHIR-59) Improve ActiveMQ Connector

2016-09-06 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/BAHIR-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15468438#comment-15468438 ] Robert Metzger commented on BAHIR-59: - [~ivan.mushketyk] I wonder if it is intende

[jira] [Resolved] (BAHIR-56) Add ActiveMQ streaming connector for Flink

2016-10-11 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/BAHIR-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger resolved BAHIR-56. - Resolution: Fixed Assignee: Robert Metzger Fix Version/s: Flink-0.1 Resolved in

[jira] [Resolved] (BAHIR-72) support netty: pushed tcp/http connector

2016-11-23 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/BAHIR-72?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger resolved BAHIR-72. - Resolution: Resolved Assignee: shijinkui Fix Version/s: Flink-0.1 Resolved in

[jira] [Commented] (BAHIR-90) Bahir website missing docs, source links, download for Flink extensions

2017-03-01 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/BAHIR-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15889900#comment-15889900 ] Robert Metzger commented on BAHIR-90: - Can somebody give Gordon contributor permiss

[jira] [Resolved] (BAHIR-93) Wrong version in README.md for several Apache Flink extensions

2017-03-01 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/BAHIR-93?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger resolved BAHIR-93. - Resolution: Fixed Fix Version/s: Flink-0.1 > Wrong version in README.md for several Apa

[jira] [Resolved] (BAHIR-94) Apache Flink extension READMEs should include link to Flink's "Linking with Optional Modules" doc

2017-03-01 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/BAHIR-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger resolved BAHIR-94. - Resolution: Fixed Fix Version/s: Flink-0.1 > Apache Flink extension READMEs should incl

[jira] [Resolved] (BAHIR-91) Upgrade bahir-flink to support Flink 1.2

2017-03-04 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/BAHIR-91?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger resolved BAHIR-91. - Resolution: Fixed Resolved. Thank you Gordon! > Upgrade bahir-flink to support Flink

[jira] [Commented] (BAHIR-85) Redis Sink Connector should allow update of command without reinstatiation

2017-03-04 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/BAHIR-85?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15895734#comment-15895734 ] Robert Metzger commented on BAHIR-85: - [~atharvai] Thank you for opening a pull req

[jira] [Commented] (BAHIR-95) Add ZREM to the Redis streaming connector in Flink

2017-03-14 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/BAHIR-95?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15924157#comment-15924157 ] Robert Metzger commented on BAHIR-95: - [~ckadner] or [~luciano resende] Can you

[jira] [Commented] (BAHIR-127) Move “flink-connector-wikiedits” from Flink to Bahir

2017-09-15 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/BAHIR-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16168419#comment-16168419 ] Robert Metzger commented on BAHIR-127: -- This is the corresponding Flink issue: h

[jira] [Resolved] (BAHIR-134) Add InfluxDB Sink for Flink Streaming

2017-09-20 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/BAHIR-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger resolved BAHIR-134. -- Resolution: Fixed Fix Version/s: Flink-Next Resolved in https://github.com/apache/bahir

[jira] [Resolved] (BAHIR-145) Flink Sink for Redis cannot perform PFADD

2017-11-26 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/BAHIR-145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger resolved BAHIR-145. -- Resolution: Fixed Fix Version/s: Flink-Next > Flink Sink for Redis cannot perform PF

[jira] [Assigned] (BAHIR-144) Add Siddhi CEP integration with Flink streaming

2017-11-26 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/BAHIR-144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger reassigned BAHIR-144: Assignee: Hao Chen > Add Siddhi CEP integration with Flink stream

[jira] [Resolved] (BAHIR-144) Add Siddhi CEP integration with Flink streaming

2017-11-26 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/BAHIR-144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger resolved BAHIR-144. -- Resolution: Fixed Fix Version/s: Flink-Next > Add Siddhi CEP integration with Fl

[jira] [Created] (BAHIR-156) Improve integration test stability for flink-library-siddhi

2017-12-25 Thread Robert Metzger (JIRA)
Robert Metzger created BAHIR-156: Summary: Improve integration test stability for flink-library-siddhi Key: BAHIR-156 URL: https://issues.apache.org/jira/browse/BAHIR-156 Project: Bahir

[jira] [Assigned] (BAHIR-156) Improve integration test stability for flink-library-siddhi

2017-12-25 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/BAHIR-156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger reassigned BAHIR-156: Assignee: Alexander Chermenin > Improve integration test stability for flink-library-sid

[jira] [Commented] (BAHIR-156) Improve integration test stability for flink-library-siddhi

2017-12-25 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/BAHIR-156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16303331#comment-16303331 ] Robert Metzger commented on BAHIR-156: -- [~chermenin] I gave you "Co

[jira] [Resolved] (BAHIR-156) Improve integration test stability for flink-library-siddhi

2017-12-25 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/BAHIR-156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger resolved BAHIR-156. -- Resolution: Fixed Fix Version/s: Flink-Next > Improve integration test stability