Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.15.0
Description
The issue occurs when sizes of buffers are set to minimum (e.g. 1 byte).
Task thread tries to update state -> schedules to upload changes -> waits for capacity.
Upload threads do release capacity on upload completion; however, they are unable to send back the results because the Writer lock is taken; therefore, they're unable to proceed with the next uploads.
Attachments
Attachments
Issue Links
- Discovered while testing
-
FLINK-25144 Test Changelog State Backend manually
- Resolved
- links to