----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68866/ -----------------------------------------------------------
(Updated Oct. 4, 2018, 10:02 a.m.) Review request for mesos, Gastón Kleiman, Greg Mann, and Nicholas Parker. Bugs: MESOS-9274 https://issues.apache.org/jira/browse/MESOS-9274 Repository: mesos Description ------- Destruction of the library is not always under our control. For example, the JVM can call JNI `finalize()` if the Java scheduler nullifies its reference to the V1Mesos library immediately after sending `TEARDOWN`. We want to make sure that `TEARDOWN` is sent before the Mesos library is destructed. Diffs (updated) ----- src/java/jni/org_apache_mesos_v1_scheduler_V1Mesos.cpp 2a5fbd79ac7bad933067cd96e38186849af8edc4 Diff: https://reviews.apache.org/r/68866/diff/4/ Changes: https://reviews.apache.org/r/68866/diff/3-4/ Testing ------- `make check` on various Linux distro Thanks, Alexander Rukletsov