You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Bernd Mathiske (JIRA)" <ji...@apache.org> on 2014/03/10 19:39:58 UTC

[jira] [Commented] (MESOS-1078) JNI calls hasNext on ArrayList instead of iterator.

    [ https://issues.apache.org/jira/browse/MESOS-1078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13926023#comment-13926023 ] 

Bernd Mathiske commented on MESOS-1078:
---------------------------------------

Have patch. Will submit shortly.

> JNI calls hasNext on ArrayList instead of iterator.
> ---------------------------------------------------
>
>                 Key: MESOS-1078
>                 URL: https://issues.apache.org/jira/browse/MESOS-1078
>             Project: Mesos
>          Issue Type: Bug
>            Reporter: Niklas Quarfot Nielsen
>            Assignee: Bernd Mathiske
>
> We experienced a crash in the JNI code while using requestResources().
> It looks like hasNext() is called on the ArrayList instead of the iterator. When using the Clojure bindings, this caused an exception which propagated into the JNI code.



--
This message was sent by Atlassian JIRA
(v6.2#6252)