You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by "Maja Kabiljo (JIRA)" <ji...@apache.org> on 2012/11/30 22:31:59 UTC

[jira] [Created] (GIRAPH-440) ProgressableUtils - TimeoutException from future.get shouldn't be rethrown

Maja Kabiljo created GIRAPH-440:
-----------------------------------

             Summary: ProgressableUtils - TimeoutException from future.get shouldn't be rethrown
                 Key: GIRAPH-440
                 URL: https://issues.apache.org/jira/browse/GIRAPH-440
             Project: Giraph
          Issue Type: Bug
            Reporter: Maja Kabiljo


Introduced by GIRAPH-437 - when Future.get() throws TimeoutException we should catch it and continue waiting.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (GIRAPH-440) ProgressableUtils - TimeoutException from future.get shouldn't be rethrown

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GIRAPH-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13507696#comment-13507696 ] 

Hudson commented on GIRAPH-440:
-------------------------------

Integrated in Giraph-trunk-Commit #302 (See [https://builds.apache.org/job/Giraph-trunk-Commit/302/])
    GIRAPH-440: ProgressableUtils - TimeoutException from future.get shouldn't be rethrown (Revision 1415867)

     Result = SUCCESS
maja : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1415867
Files : 
* /giraph/trunk/CHANGELOG
* /giraph/trunk/giraph/src/main/java/org/apache/giraph/utils/ProgressableUtils.java

                
> ProgressableUtils - TimeoutException from future.get shouldn't be rethrown
> --------------------------------------------------------------------------
>
>                 Key: GIRAPH-440
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-440
>             Project: Giraph
>          Issue Type: Bug
>            Reporter: Maja Kabiljo
>            Assignee: Maja Kabiljo
>         Attachments: GIRAPH-440.patch
>
>
> Introduced by GIRAPH-437 - when Future.get() throws TimeoutException we should catch it and continue waiting.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (GIRAPH-440) ProgressableUtils - TimeoutException from future.get shouldn't be rethrown

Posted by "Avery Ching (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GIRAPH-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13507678#comment-13507678 ] 

Avery Ching commented on GIRAPH-440:
------------------------------------

+1, just might want to wrap

LOG.info("waitFor: Future result not ready yet " + future);

in a LOG.isInfoEnabled() block
                
> ProgressableUtils - TimeoutException from future.get shouldn't be rethrown
> --------------------------------------------------------------------------
>
>                 Key: GIRAPH-440
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-440
>             Project: Giraph
>          Issue Type: Bug
>            Reporter: Maja Kabiljo
>            Assignee: Maja Kabiljo
>         Attachments: GIRAPH-440.patch
>
>
> Introduced by GIRAPH-437 - when Future.get() throws TimeoutException we should catch it and continue waiting.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (GIRAPH-440) ProgressableUtils - TimeoutException from future.get shouldn't be rethrown

Posted by "Maja Kabiljo (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GIRAPH-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13507702#comment-13507702 ] 

Maja Kabiljo commented on GIRAPH-440:
-------------------------------------

Thanks Avery
                
> ProgressableUtils - TimeoutException from future.get shouldn't be rethrown
> --------------------------------------------------------------------------
>
>                 Key: GIRAPH-440
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-440
>             Project: Giraph
>          Issue Type: Bug
>            Reporter: Maja Kabiljo
>            Assignee: Maja Kabiljo
>         Attachments: GIRAPH-440.patch
>
>
> Introduced by GIRAPH-437 - when Future.get() throws TimeoutException we should catch it and continue waiting.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Assigned] (GIRAPH-440) ProgressableUtils - TimeoutException from future.get shouldn't be rethrown

Posted by "Maja Kabiljo (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GIRAPH-440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maja Kabiljo reassigned GIRAPH-440:
-----------------------------------

    Assignee: Maja Kabiljo
    
> ProgressableUtils - TimeoutException from future.get shouldn't be rethrown
> --------------------------------------------------------------------------
>
>                 Key: GIRAPH-440
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-440
>             Project: Giraph
>          Issue Type: Bug
>            Reporter: Maja Kabiljo
>            Assignee: Maja Kabiljo
>
> Introduced by GIRAPH-437 - when Future.get() throws TimeoutException we should catch it and continue waiting.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (GIRAPH-440) ProgressableUtils - TimeoutException from future.get shouldn't be rethrown

Posted by "Maja Kabiljo (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GIRAPH-440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maja Kabiljo updated GIRAPH-440:
--------------------------------

    Attachment: GIRAPH-440.patch
    
> ProgressableUtils - TimeoutException from future.get shouldn't be rethrown
> --------------------------------------------------------------------------
>
>                 Key: GIRAPH-440
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-440
>             Project: Giraph
>          Issue Type: Bug
>            Reporter: Maja Kabiljo
>            Assignee: Maja Kabiljo
>         Attachments: GIRAPH-440.patch
>
>
> Introduced by GIRAPH-437 - when Future.get() throws TimeoutException we should catch it and continue waiting.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira