-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/18976/
-----------------------------------------------------------
(Updated March 10, 2014, 11:46 a.m.)
Review request for mesos.
Changes
-------
Expanded summary
Summary (updated)
-----------------
One-line fix for MESOS-1078: JNI calls hasNext on ArrayList instead of iterator
Bugs: MESOS-1078
https://issues.apache.org/jira/browse/MESOS-1078
Repository: mesos-git
Description
-------
Apparently a typical copy-paste mistake of the programmer of this code.
Diffs
-----
src/java/jni/org_apache_mesos_MesosSchedulerDriver.cpp d2369ac
Diff: https://reviews.apache.org/r/18976/diff/
Testing
-------
Please allow me to submit this without writing a unit test against it. That
would be overkill IMHO for such an obvious fix.
We have an internal app at Mesosphere that we cannot share unfortunately that
used to crash and now works.
Thanks,
Bernd Mathiske