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

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

Niklas Quarfot Nielsen created MESOS-1078:
---------------------------------------------

             Summary: 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)