Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.10.2
Description
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.
Attachments
Issue Links
- is caused by
-
FLINK-18646 Managed memory released check can block RPC thread
- Closed
- links to