@@ -232,6 +232,10 @@ public void perJobYarnCluster() throws Exception {
232
232
* <p>This ensures that with (any) pre-allocated off-heap memory by us, there is some off-heap
233
233
* memory remaining for Flink's libraries. Creating task managers will thus fail if no off-heap
234
234
* memory remains.
235
+ *
236
+ * @throws NullPointerException There is a known Hadoop bug (YARN-7007) that got fixed in Hadoop
237
+ * 2.8.6 but might cause test instabilities. See FLINK-20659/FLINK-15534 for further
238
+ * information.
235
239
*/
236
240
@ Test
237
241
public void perJobYarnClusterOffHeap () throws Exception {
@@ -289,6 +293,10 @@ public void perJobYarnClusterOffHeap() throws Exception {
289
293
*
290
294
* <p><b>Hint: </b> If you think it is a good idea to add more assertions to this test, think
291
295
* again!
296
+ *
297
+ * @throws NullPointerException There is a known Hadoop bug (YARN-7007) that got fixed in Hadoop
298
+ * 2.8.6 but might cause test instabilities. See FLINK-13009/FLINK-15534 for further
299
+ * information.
292
300
*/
293
301
@ Test
294
302
public void
@@ -451,6 +459,9 @@ private static Map<String, String> getFlinkConfig(final String host, final int p
451
459
* Test deployment to non-existing queue & ensure that the system logs a WARN message for the
452
460
* user. (Users had unexpected behavior of Flink on YARN because they mistyped the target queue.
453
461
* With an error message, we can help users identifying the issue)
462
+ *
463
+ * @throws NullPointerException There is a known Hadoop bug (YARN-7007) that got fixed in Hadoop
464
+ * 2.8.6 but might cause test instabilities. See FLINK-15534 for further information.
454
465
*/
455
466
@ Test
456
467
public void testNonexistingQueueWARNmessage () throws Exception {
@@ -493,6 +504,9 @@ public void testNonexistingQueueWARNmessage() throws Exception {
493
504
/**
494
505
* Test per-job yarn cluster with the parallelism set at the CliFrontend instead of the YARN
495
506
* client.
507
+ *
508
+ * @throws NullPointerException There is a known Hadoop bug (YARN-7007) that got fixed in Hadoop
509
+ * 2.8.6 but might cause test instabilities. See FLINK-15534 for further information.
496
510
*/
497
511
@ Test
498
512
public void perJobYarnClusterWithParallelism () throws Exception {
0 commit comments