[GitHub] incubator-gearpump pull request #59: fix GEARPUMP-176 Create 0.8.1-RC2 relea...

2016-07-07 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-gearpump/pull/59


---
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 project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-gearpump issue #59: fix GEARPUMP-176 Create 0.8.1-RC2 release

2016-07-07 Thread manuzhang
Github user manuzhang commented on the issue:

https://github.com/apache/incubator-gearpump/pull/59
  
I believe it's random failure this time. +1


---
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 project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Resolved] (GEARPUMP-176) Create 0.8.1-RC2 release

2016-07-07 Thread Manu Zhang (JIRA)

 [ 
https://issues.apache.org/jira/browse/GEARPUMP-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Manu Zhang resolved GEARPUMP-176.
-
Resolution: Fixed

Issue resolved by pull request 59
[https://github.com/apache/incubator-gearpump/pull/59]

> Create 0.8.1-RC2 release
> 
>
> Key: GEARPUMP-176
> URL: https://issues.apache.org/jira/browse/GEARPUMP-176
> Project: Apache Gearpump
>  Issue Type: Task
>Affects Versions: 0.8.0
>Reporter: Kam Kasravi
>Assignee: Kam Kasravi
> Fix For: 0.8.1
>
>
> identified akka version mismatch in kyro shaded library



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (GEARPUMP-176) Create 0.8.1-RC2 release

2016-07-07 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/GEARPUMP-176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15367141#comment-15367141
 ] 

ASF GitHub Bot commented on GEARPUMP-176:
-

Github user asfgit closed the pull request at:

https://github.com/apache/incubator-gearpump/pull/59


> Create 0.8.1-RC2 release
> 
>
> Key: GEARPUMP-176
> URL: https://issues.apache.org/jira/browse/GEARPUMP-176
> Project: Apache Gearpump
>  Issue Type: Task
>Affects Versions: 0.8.0
>Reporter: Kam Kasravi
>Assignee: Kam Kasravi
> Fix For: 0.8.1
>
>
> identified akka version mismatch in kyro shaded library



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (GEARPUMP-32) Minimum clock of source Tasks maybe inaccurate

2016-07-07 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/GEARPUMP-32?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15367124#comment-15367124
 ] 

ASF GitHub Bot commented on GEARPUMP-32:


Github user manuzhang closed the pull request at:

https://github.com/apache/incubator-gearpump/pull/33


> Minimum clock of source Tasks maybe inaccurate
> --
>
> Key: GEARPUMP-32
> URL: https://issues.apache.org/jira/browse/GEARPUMP-32
> Project: Apache Gearpump
>  Issue Type: Bug
>  Components: streaming
>Affects Versions: 0.8.0
>Reporter: Manu Zhang
>Assignee: Manu Zhang
> Fix For: 0.8.1
>
>
> Moved from [https://github.com/gearpump/gearpump/issues/1835] and reported by 
> [Zhu Yueqian|https://github.com/yueqianzhu]
> {quote}
> Source tasks have not any upstreamClocks. So, startClock is the minimum of 
> pending clocks when recover happen.
> eg below:
> source task1: timeStamp:15,not ACK, minClockValue maybe is 15(<= 15).
> source task2: timeStamp:10,ACKed, minClockValue maybe is Long.MaxValue
> when recover happen,startClock maybe is 15. where is the data between 10 to 
> 15 at task2?
> {quote}
> More context on this issue:
> In Gearpump, we maintain a global minimum clock tracked from a message's 
> timestamp across all tasks. It means messages with timestamp before this 
> clock have all been processed. An application will restart from this value on 
> failure, and thus at-least-once message delivery could be guaranteed. 
> The global minimum clock is the lower bound of all the Tasks' minimum clocks. 
> For a task, the minimum clock is the lower of 
> # upstream minimum clock
> # a. the minimum timestamp of unacked messages
>b. Long.MaxValue if all messages have been acked.
>  
> Note that 2.b allows the global minimum clock to progress and it is almost 
> safe since the clock is also bounded by the upstream minimum clock. I said 
> "almost safe" because a source task has no upstream but we assume the 
> upstream minimum clock is Long.MaxValue. Thus, the scenario described by Zhu 
> Yueqian could happen and breaks at-least-once guarantee. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] incubator-gearpump pull request #59: fix GEARPUMP-176 Create 0.8.1-RC2 relea...

2016-07-07 Thread kkasravi
GitHub user kkasravi opened a pull request:

https://github.com/apache/incubator-gearpump/pull/59

fix GEARPUMP-176 Create 0.8.1-RC2 release



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/kkasravi/incubator-gearpump GEARPUMP-176

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-gearpump/pull/59.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #59


commit 95e02be765f031bb6e0cb3ec35987517ecb0e4fd
Author: Kam Kasravi 
Date:   2016-07-07T18:01:15Z

fix GEARPUMP-176 Create 0.8.1-RC2 release




---
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 project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (GEARPUMP-176) Create 0.8.1-RC2 release

2016-07-07 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/GEARPUMP-176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15366506#comment-15366506
 ] 

ASF GitHub Bot commented on GEARPUMP-176:
-

GitHub user kkasravi opened a pull request:

https://github.com/apache/incubator-gearpump/pull/59

fix GEARPUMP-176 Create 0.8.1-RC2 release



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/kkasravi/incubator-gearpump GEARPUMP-176

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-gearpump/pull/59.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #59


commit 95e02be765f031bb6e0cb3ec35987517ecb0e4fd
Author: Kam Kasravi 
Date:   2016-07-07T18:01:15Z

fix GEARPUMP-176 Create 0.8.1-RC2 release




> Create 0.8.1-RC2 release
> 
>
> Key: GEARPUMP-176
> URL: https://issues.apache.org/jira/browse/GEARPUMP-176
> Project: Apache Gearpump
>  Issue Type: Task
>Affects Versions: 0.8.0
>Reporter: Kam Kasravi
>Assignee: Kam Kasravi
> Fix For: 0.8.1
>
>
> identified akka version mismatch in kyro shaded library



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] incubator-gearpump issue #58: fix GEARPUMP-174 update shaded akka-kryo versi...

2016-07-07 Thread manuzhang
Github user manuzhang commented on the issue:

https://github.com/apache/incubator-gearpump/pull/58
  
+1


---
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 project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-gearpump pull request #58: fix GEARPUMP-174 update shaded akka-kry...

2016-07-07 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-gearpump/pull/58


---
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 project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-gearpump pull request #58: fix GEARPUMP-174 update shaded akka-kry...

2016-07-07 Thread huafengw
GitHub user huafengw opened a pull request:

https://github.com/apache/incubator-gearpump/pull/58

fix GEARPUMP-174 update shaded akka-kryo version to 0.4.1



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/huafengw/incubator-gearpump update

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-gearpump/pull/58.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #58


commit 36183d120665af31badf2d5fcd656fd542522192
Author: huafengw 
Date:   2016-07-07T08:01:55Z

fix GEARPUMP-174 update shaded akka-kryo version to 0.4.1




---
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 project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-gearpump issue #58: fix GEARPUMP-174 update shaded akka-kryo versi...

2016-07-07 Thread codecov-io
Github user codecov-io commented on the issue:

https://github.com/apache/incubator-gearpump/pull/58
  
## [Current coverage][cc-pull] is **70.59%**




[![Sunburst](https://codecov.io/gh/apache/incubator-gearpump/pull/58/graphs/sunburst.svg?src=pr=150)][cc-pull]

> No coverage report found for **master** at ec667d4.

> Powered by [Codecov](https://codecov.io?src=pr). Last updated by 
[ec667d4...36183d1][cc-compare]
[cc-base-branch]: 
https://codecov.io/gh/apache/incubator-gearpump/branch/master?src=pr
[cc-compare]: 
https://codecov.io/gh/apache/incubator-gearpump/compare/ec667d45dba50579020b67a2a39a68d5e2e23a30...36183d120665af31badf2d5fcd656fd542522192
[cc-pull]: https://codecov.io/gh/apache/incubator-gearpump/pull/58?src=pr


---
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 project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[CANCEL] [VOTE] Release of Apache Gearpump-0.8.1-incubating [RC1]

2016-07-07 Thread Kam Kasravi
We have identified an akka library version mismatch within the kyro shaded
library which caused a test failure. Given the severity I've cancelled this
vote and will cut a new release: RC2.


[jira] [Commented] (GEARPUMP-175) wrong download link (http://gearpump.apache.org/releases/latest/get-gearpump-distribution.html)

2016-07-07 Thread Kam Kasravi (JIRA)

[ 
https://issues.apache.org/jira/browse/GEARPUMP-175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15366380#comment-15366380
 ] 

Kam Kasravi commented on GEARPUMP-175:
--

Thanks [~karol_brejna] - we'll need to merge the related PR into 
incubator-gearpump-site once the release is approved

> wrong download link 
> (http://gearpump.apache.org/releases/latest/get-gearpump-distribution.html)
> ---
>
> Key: GEARPUMP-175
> URL: https://issues.apache.org/jira/browse/GEARPUMP-175
> Project: Apache Gearpump
>  Issue Type: Bug
>Reporter: Karol Brejna
>Assignee: Karol Brejna
>Priority: Minor
>
> On page 
> http://gearpump.apache.org/releases/latest/get-gearpump-distribution.html 
> there is a fragment:
> {code}
> Download Release Binary
> If you choose to use pre-build package, then you don’t need to build from 
> source code. The release package can be downloaded from:
> Download page
> {code}
> Download page link goes to http://gearpump.apache.org/download.html instead 
> of http://gearpump.apache.org/downloads.html.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (GEARPUMP-176) Create 0.8.1-RC2 release

2016-07-07 Thread Kam Kasravi (JIRA)
Kam Kasravi created GEARPUMP-176:


 Summary: Create 0.8.1-RC2 release
 Key: GEARPUMP-176
 URL: https://issues.apache.org/jira/browse/GEARPUMP-176
 Project: Apache Gearpump
  Issue Type: Task
Affects Versions: 0.8.0
Reporter: Kam Kasravi
Assignee: Kam Kasravi
 Fix For: 0.8.1


identified akka version mismatch in kyro shaded library



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (GEARPUMP-159) Prep for first release

2016-07-07 Thread Kam Kasravi (JIRA)

 [ 
https://issues.apache.org/jira/browse/GEARPUMP-159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kam Kasravi resolved GEARPUMP-159.
--
Resolution: Fixed

> Prep for first release
> --
>
> Key: GEARPUMP-159
> URL: https://issues.apache.org/jira/browse/GEARPUMP-159
> Project: Apache Gearpump
>  Issue Type: Task
>Affects Versions: 0.8.0
>Reporter: Kam Kasravi
> Fix For: 0.8.1
>
>
> Per the release process: http://www.apache.org/dev/release-publishing.html we 
> need to generate a release key, create a KEYS file, probably redo the 
> ChangeLog, possibly restart the versioning numbers. We should document the 
> process here with intent to add update the existing release document 
> (https://github.com/apache/incubator-gearpump/blob/master/ReleaseProcess.md)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (GEARPUMP-175) wrong download link (http://gearpump.apache.org/releases/latest/get-gearpump-distribution.html)

2016-07-07 Thread Karol Brejna (JIRA)

 [ 
https://issues.apache.org/jira/browse/GEARPUMP-175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karol Brejna reassigned GEARPUMP-175:
-

Assignee: Karol Brejna

> wrong download link 
> (http://gearpump.apache.org/releases/latest/get-gearpump-distribution.html)
> ---
>
> Key: GEARPUMP-175
> URL: https://issues.apache.org/jira/browse/GEARPUMP-175
> Project: Apache Gearpump
>  Issue Type: Bug
>Reporter: Karol Brejna
>Assignee: Karol Brejna
>Priority: Minor
>
> On page 
> http://gearpump.apache.org/releases/latest/get-gearpump-distribution.html 
> there is a fragment:
> {code}
> Download Release Binary
> If you choose to use pre-build package, then you don’t need to build from 
> source code. The release package can be downloaded from:
> Download page
> {code}
> Download page link goes to http://gearpump.apache.org/download.html instead 
> of http://gearpump.apache.org/downloads.html.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (GEARPUMP-175) wrong download link (http://gearpump.apache.org/releases/latest/get-gearpump-distribution.html)

2016-07-07 Thread Karol Brejna (JIRA)
Karol Brejna created GEARPUMP-175:
-

 Summary: wrong download link 
(http://gearpump.apache.org/releases/latest/get-gearpump-distribution.html)
 Key: GEARPUMP-175
 URL: https://issues.apache.org/jira/browse/GEARPUMP-175
 Project: Apache Gearpump
  Issue Type: Bug
Reporter: Karol Brejna
Priority: Minor


On page 
http://gearpump.apache.org/releases/latest/get-gearpump-distribution.html there 
is a fragment:
{code}
Download Release Binary

If you choose to use pre-build package, then you don’t need to build from 
source code. The release package can be downloaded from:

Download page
{code}

Download page link goes to http://gearpump.apache.org/download.html instead of 
http://gearpump.apache.org/downloads.html.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (GEARPUMP-174) update shaded akka kryo version to 0.4.1

2016-07-07 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/GEARPUMP-174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15365825#comment-15365825
 ] 

ASF GitHub Bot commented on GEARPUMP-174:
-

Github user codecov-io commented on the issue:

https://github.com/apache/incubator-gearpump/pull/58
  
## [Current coverage][cc-pull] is **70.59%**




[![Sunburst](https://codecov.io/gh/apache/incubator-gearpump/pull/58/graphs/sunburst.svg?src=pr=150)][cc-pull]

> No coverage report found for **master** at ec667d4.

> Powered by [Codecov](https://codecov.io?src=pr). Last updated by 
[ec667d4...36183d1][cc-compare]
[cc-base-branch]: 
https://codecov.io/gh/apache/incubator-gearpump/branch/master?src=pr
[cc-compare]: 
https://codecov.io/gh/apache/incubator-gearpump/compare/ec667d45dba50579020b67a2a39a68d5e2e23a30...36183d120665af31badf2d5fcd656fd542522192
[cc-pull]: https://codecov.io/gh/apache/incubator-gearpump/pull/58?src=pr


> update shaded akka kryo version to 0.4.1
> 
>
> Key: GEARPUMP-174
> URL: https://issues.apache.org/jira/browse/GEARPUMP-174
> Project: Apache Gearpump
>  Issue Type: Improvement
>Reporter: Huafeng Wang
>Assignee: Huafeng Wang
>
> akka-kryo 0.4.1 depends on Akka 2.4.3



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Re: [VOTE] Release of Apache Gearpump-0.8.1-incubating [RC1]

2016-07-07 Thread Vincent Wang
After I build RC1 and ran tests on my desktop, the MainSpec fails, which is
caused by the akka version conflict. It's related to the shaded akka kryo
because it dependes Akka-2.3.X.
So I raise a pull request
 to update the shaded
akka kryo version and the failure is gone.

2016-07-06 17:23 GMT+08:00 Karol Brejna :

> I am able to build and run RC1 without any problems (dowloaded source
> tarball).
> I ran some examples - also OK.
> Dashboard looks fine (there were some problems with RC0).
>
> +1
>
> On Tue, Jul 5, 2016 at 3:26 AM, Kam Kasravi  wrote:
> > Hi Gearpump Community
> >
> > This is a call for a discussion releasing Apache Gearpump
> > 0.8.1-incubating, release candidate 1. This is the first release of
> > Gearpump and the second release candidate.
> >
> >
> > The source tarball, including signatures, digests, etc. can be found
> > at:*
> https://dist.apache.org/repos/dist/dev/incubator/gearpump/0.8.1-incubating/RC1/
> > <
> https://dist.apache.org/repos/dist/dev/incubator/gearpump/0.8.1-incubating/RC1/
> >*
> >
> > The tag to be voted upon is
> > 0.8.1-RC1:*
> https://git-wip-us.apache.org/repos/asf?p=incubator-gearpump.git;a=shortlog;h=refs/tags/0.8.1-RC1
> > <
> https://git-wip-us.apache.org/repos/asf?p=incubator-gearpump.git;a=shortlog;h=refs/tags/0.8.1-RC1
> >*
> >
> > The release hash is
> > 674cd8fd5ff7d3b1d3f33de3bef1c300bf664811:*
> https://git-wip-us.apache.org/repos/asf?p=incubator-gearpump.git;a=commit;h=674cd8fd5ff7d3b1d3f33de3bef1c300bf664811
> > <
> https://git-wip-us.apache.org/repos/asf?p=incubator-gearpump.git;a=commit;h=674cd8fd5ff7d3b1d3f33de3bef1c300bf664811
> >*
> >
> > Release artifacts are signed with the following
> > key:https://dist.apache.org/repos/dist/dev/incubator/gearpump/KEYS
> >
> > KEYS file available:
> https://dist.apache.org/repos/dist/dev/incubator/gearpump/KEYS
> >
> > For information about the contents of this release,
> > see:*
> https://git-wip-us.apache.org/repos/asf?p=incubator-gearpump.git;a=blob;f=CHANGELOG.md;h=3ef4b4565d4ab965bc61b6783afe034b50ca5051;hb=674cd8fd5ff7d3b1d3f33de3bef1c300bf664811
> > <
> https://git-wip-us.apache.org/repos/asf?p=incubator-gearpump.git;a=blob;f=CHANGELOG.md;h=3ef4b4565d4ab965bc61b6783afe034b50ca5051;hb=674cd8fd5ff7d3b1d3f33de3bef1c300bf664811
> >*
> >
> >
> > The vote will be open for 96 hours (Friday, July 8, 2016 at 6:30 PM PST)
> >
> > Please download the release candidate and evaluate the necessary items
> > including checking hashes, signatures, build from source, and test.  The
> > please vote:
> >
> > [ ] +1 Release this package as gearpump-0.8.1
> > [ ] +0 no opinion
> > [ ] -1 Do not release this package because because...
> >
> > Thanks,
> > Kam
>


[jira] [Created] (GEARPUMP-174) update shaded akka kryo version to 0.4.1

2016-07-07 Thread Huafeng Wang (JIRA)
Huafeng Wang created GEARPUMP-174:
-

 Summary: update shaded akka kryo version to 0.4.1
 Key: GEARPUMP-174
 URL: https://issues.apache.org/jira/browse/GEARPUMP-174
 Project: Apache Gearpump
  Issue Type: Improvement
Reporter: Huafeng Wang
Assignee: Huafeng Wang


akka-kryo 0.4.1 depends on Akka 2.4.3



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)