[jira] [Updated] (TEZ-3302) Add a version of processorContext.waitForAllInputsReady and waitForAnyInputReady with a timeout

2016-06-27 Thread Siddharth Seth (JIRA)

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

Siddharth Seth updated TEZ-3302:

Fix Version/s: 0.9.0

> Add a version of processorContext.waitForAllInputsReady and 
> waitForAnyInputReady with a timeout
> ---
>
> Key: TEZ-3302
> URL: https://issues.apache.org/jira/browse/TEZ-3302
> Project: Apache Tez
>  Issue Type: Improvement
>Reporter: Siddharth Seth
>Assignee: Tsuyoshi Ozawa
> Fix For: 0.9.0, 0.8.4
>
> Attachments: TEZ-3302.002.patch, 
> TEZ-3302.002.withLongerTestTimeout.patch
>
>
> This is useful when a Processor needs to check on whether it has been aborted 
> or not, and the interrupt that is sent in as part of the 'Task kill' process 
> has been swallowed by some other entity.



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


[jira] [Updated] (TEZ-3302) Add a version of processorContext.waitForAllInputsReady and waitForAnyInputReady with a timeout

2016-06-27 Thread Siddharth Seth (JIRA)

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

Siddharth Seth updated TEZ-3302:

Attachment: TEZ-3302.002.withLongerTestTimeout.patch

> Add a version of processorContext.waitForAllInputsReady and 
> waitForAnyInputReady with a timeout
> ---
>
> Key: TEZ-3302
> URL: https://issues.apache.org/jira/browse/TEZ-3302
> Project: Apache Tez
>  Issue Type: Improvement
>Reporter: Siddharth Seth
>Assignee: Tsuyoshi Ozawa
> Attachments: TEZ-3302.002.patch, 
> TEZ-3302.002.withLongerTestTimeout.patch
>
>
> This is useful when a Processor needs to check on whether it has been aborted 
> or not, and the interrupt that is sent in as part of the 'Task kill' process 
> has been swallowed by some other entity.



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


[jira] [Updated] (TEZ-3302) Add a version of processorContext.waitForAllInputsReady and waitForAnyInputReady with a timeout

2016-06-17 Thread Tsuyoshi Ozawa (JIRA)

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

Tsuyoshi Ozawa updated TEZ-3302:

Attachment: TEZ-3302.002.patch

Oops, I attached wrong patch.

Fixing it and added test.

> Add a version of processorContext.waitForAllInputsReady and 
> waitForAnyInputReady with a timeout
> ---
>
> Key: TEZ-3302
> URL: https://issues.apache.org/jira/browse/TEZ-3302
> Project: Apache Tez
>  Issue Type: Improvement
>Reporter: Siddharth Seth
>Assignee: Tsuyoshi Ozawa
> Attachments: TEZ-3302.002.patch
>
>
> This is useful when a Processor needs to check on whether it has been aborted 
> or not, and the interrupt that is sent in as part of the 'Task kill' process 
> has been swallowed by some other entity.



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


[jira] [Updated] (TEZ-3302) Add a version of processorContext.waitForAllInputsReady and waitForAnyInputReady with a timeout

2016-06-17 Thread Tsuyoshi Ozawa (JIRA)

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

Tsuyoshi Ozawa updated TEZ-3302:

Attachment: (was: TEZ-3302.001.patch)

> Add a version of processorContext.waitForAllInputsReady and 
> waitForAnyInputReady with a timeout
> ---
>
> Key: TEZ-3302
> URL: https://issues.apache.org/jira/browse/TEZ-3302
> Project: Apache Tez
>  Issue Type: Improvement
>Reporter: Siddharth Seth
>Assignee: Tsuyoshi Ozawa
>
> This is useful when a Processor needs to check on whether it has been aborted 
> or not, and the interrupt that is sent in as part of the 'Task kill' process 
> has been swallowed by some other entity.



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


[jira] [Updated] (TEZ-3302) Add a version of processorContext.waitForAllInputsReady and waitForAnyInputReady with a timeout

2016-06-17 Thread Tsuyoshi Ozawa (JIRA)

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

Tsuyoshi Ozawa updated TEZ-3302:

Attachment: TEZ-3302.001.patch

Attaching first patch.

[~sseth], could you check it?

> Add a version of processorContext.waitForAllInputsReady and 
> waitForAnyInputReady with a timeout
> ---
>
> Key: TEZ-3302
> URL: https://issues.apache.org/jira/browse/TEZ-3302
> Project: Apache Tez
>  Issue Type: Improvement
>Reporter: Siddharth Seth
>Assignee: Tsuyoshi Ozawa
> Attachments: TEZ-3302.001.patch
>
>
> This is useful when a Processor needs to check on whether it has been aborted 
> or not, and the interrupt that is sent in as part of the 'Task kill' process 
> has been swallowed by some other entity.



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


[jira] [Updated] (TEZ-3302) Add a version of processorContext.waitForAllInputsReady and waitForAnyInputReady with a timeout

2016-06-12 Thread Siddharth Seth (JIRA)

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

Siddharth Seth updated TEZ-3302:

Description: This is useful when a Processor needs to check on whether it 
has been aborted or not, and the interrupt that is sent in as part of the 'Task 
kill' process has been swallowed by some other entity.

> Add a version of processorContext.waitForAllInputsReady and 
> waitForAnyInputReady with a timeout
> ---
>
> Key: TEZ-3302
> URL: https://issues.apache.org/jira/browse/TEZ-3302
> Project: Apache Tez
>  Issue Type: Improvement
>Reporter: Siddharth Seth
>
> This is useful when a Processor needs to check on whether it has been aborted 
> or not, and the interrupt that is sent in as part of the 'Task kill' process 
> has been swallowed by some other entity.



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