Details
-
Improvement
-
Status: Closed
-
Critical
-
Resolution: Resolved
-
1.12.0
Description
2020-10-28T10:08:41.3922048Z java.lang.AssertionError: 2020-10-28T10:08:41.3923050Z 2020-10-28T10:08:41.3923362Z Expected: a collection with size <0> 2020-10-28T10:08:41.3926321Z but: collection size was <1> 2020-10-28T10:08:41.3926732Z at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20) 2020-10-28T10:08:41.3927463Z at org.junit.Assert.assertThat(Assert.java:956) 2020-10-28T10:08:41.3928006Z at org.junit.Assert.assertThat(Assert.java:923) 2020-10-28T10:08:41.3928622Z at org.apache.flink.runtime.jobmaster.slotpool.BulkSlotProviderImplTest.testFailedBulkSlotAllocationReleasesAllocatedSlot(BulkSlotProviderImplTest.java:154) 2020-10-28T10:08:41.3929157Z at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2020-10-28T10:08:41.3929530Z at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 2020-10-28T10:08:41.3929981Z at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Attachments
Issue Links
- depends upon
-
FLINK-19923 Remove unused BulkSlotProvider, its implementation and tests
- Closed