[jira] [Commented] (GEARPUMP-103) Support finite stream, add stream-completion capability

2017-02-09 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on GEARPUMP-103:
-

Github user asfgit closed the pull request at:

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


> Support finite stream, add stream-completion capability
> ---
>
> Key: GEARPUMP-103
> URL: https://issues.apache.org/jira/browse/GEARPUMP-103
> Project: Apache Gearpump
>  Issue Type: New Feature
>  Components: streaming
>Reporter: Manu Zhang
>Assignee: Manu Zhang
>Priority: Minor
>
> imported from [https://github.com/gearpump/gearpump/issues/1230] on behalf of 
> [~clockfly], 
> Whether we need to support finite stream that we allow a stream to complete?
> It may be useful if we want to handle some short living tasks.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (GEARPUMP-103) Support finite stream, add stream-completion capability

2017-02-09 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on GEARPUMP-103:
-

Github user manuzhang commented on the issue:

https://github.com/apache/incubator-gearpump/pull/143
  
Checking minClock on `Update` instead of `HealthCheck` in ClockService 
reduces finish time.


> Support finite stream, add stream-completion capability
> ---
>
> Key: GEARPUMP-103
> URL: https://issues.apache.org/jira/browse/GEARPUMP-103
> Project: Apache Gearpump
>  Issue Type: New Feature
>  Components: streaming
>Reporter: Manu Zhang
>Assignee: Manu Zhang
>Priority: Minor
>
> imported from [https://github.com/gearpump/gearpump/issues/1230] on behalf of 
> [~clockfly], 
> Whether we need to support finite stream that we allow a stream to complete?
> It may be useful if we want to handle some short living tasks.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (GEARPUMP-103) Support finite stream, add stream-completion capability

2017-02-09 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on GEARPUMP-103:
-

Github user huafengw commented on the issue:

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


> Support finite stream, add stream-completion capability
> ---
>
> Key: GEARPUMP-103
> URL: https://issues.apache.org/jira/browse/GEARPUMP-103
> Project: Apache Gearpump
>  Issue Type: New Feature
>  Components: streaming
>Reporter: Manu Zhang
>Assignee: Manu Zhang
>Priority: Minor
>
> imported from [https://github.com/gearpump/gearpump/issues/1230] on behalf of 
> [~clockfly], 
> Whether we need to support finite stream that we allow a stream to complete?
> It may be useful if we want to handle some short living tasks.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (GEARPUMP-103) Support finite stream, add stream-completion capability

2017-02-09 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on GEARPUMP-103:
-

Github user manuzhang commented on the issue:

https://github.com/apache/incubator-gearpump/pull/143
  
It took more than a minute for a simple dsl application to finish. We 
should improve this in follow-ups.


![image](https://cloud.githubusercontent.com/assets/1191767/22809863/0f29d180-ef70-11e6-98c5-3abfdfcdfbee.png)



> Support finite stream, add stream-completion capability
> ---
>
> Key: GEARPUMP-103
> URL: https://issues.apache.org/jira/browse/GEARPUMP-103
> Project: Apache Gearpump
>  Issue Type: New Feature
>  Components: streaming
>Reporter: Manu Zhang
>Assignee: Manu Zhang
>Priority: Minor
>
> imported from [https://github.com/gearpump/gearpump/issues/1230] on behalf of 
> [~clockfly], 
> Whether we need to support finite stream that we allow a stream to complete?
> It may be useful if we want to handle some short living tasks.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (GEARPUMP-103) Support finite stream, add stream-completion capability

2017-02-09 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on GEARPUMP-103:
-

Github user manuzhang commented on the issue:

https://github.com/apache/incubator-gearpump/pull/143
  
R: @huafengw 


> Support finite stream, add stream-completion capability
> ---
>
> Key: GEARPUMP-103
> URL: https://issues.apache.org/jira/browse/GEARPUMP-103
> Project: Apache Gearpump
>  Issue Type: New Feature
>  Components: streaming
>Reporter: Manu Zhang
>Assignee: Manu Zhang
>Priority: Minor
>
> imported from [https://github.com/gearpump/gearpump/issues/1230] on behalf of 
> [~clockfly], 
> Whether we need to support finite stream that we allow a stream to complete?
> It may be useful if we want to handle some short living tasks.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (GEARPUMP-103) Support finite stream, add stream-completion capability

2016-09-17 Thread Manu Zhang (JIRA)

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

Manu Zhang commented on GEARPUMP-103:
-

the "completeness" should be defined by users through to-be-defined 
{{triggering}} API. 

> Support finite stream, add stream-completion capability
> ---
>
> Key: GEARPUMP-103
> URL: https://issues.apache.org/jira/browse/GEARPUMP-103
> Project: Apache Gearpump
>  Issue Type: New Feature
>  Components: streaming
>Reporter: Manu Zhang
>Priority: Minor
>
> imported from [https://github.com/gearpump/gearpump/issues/1230] on behalf of 
> [~clockfly], 
> Whether we need to support finite stream that we allow a stream to complete?
> It may be useful if we want to handle some short living tasks.



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