-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.10.2
-
Component/s: Runtime / Task
-
Labels:
The following tests are taking quite some time to succeed:
- MemoryManagerSharedResourcesTest::testLastReleaseReleasesMemory
- MemoryManagerSharedResourcesTest::testPartialReleaseDoesNotDisposeResource
- MemoryManagerSharedResourcesTest::testPartialReleaseDoesNotReleaseMemory
This is due to the fact that MemoryManager::verifyEmpty() causes exponentially-increasing sleep times in UnsafeMemoryBudget::reserveMemory.
- is caused by
-
FLINK-18646 Managed memory released check can block RPC thread
-
- Closed
-
- links to