[
https://issues.apache.org/jira/browse/FLINK-14894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17024394#comment-17024394
]
Till Rohrmann edited comment on FLINK-14894 at 1/27/20 3:01 PM:
----------------------------------------------------------------
Reverting the commits of this issue because they are causing higher memory
pressure. Due to this, our Travis builds are failing because we don't release
the unsafely allocated memory blocks fast enough:
master: 676b53fe799374aa9e86ce65a12bc788a5b42f2f
1.10.0: 1c57e8ec31b0dd6fe873ee17f2437f091364744a
I guess this means that we should monitor the unsafe memory usage and try to
recycle freed segments when requesting new segments. This will prevent the
accumulation of unused memory segments which causes memory pressure.
was (Author: till.rohrmann):
Reverting the commits of this issue because they are causing higher memory
pressure. Due to this, our Travis builds are failing because we don't release
the unsafely allocated memory blocks fast enough.
I guess this means that we should monitor the unsafe memory usage and try to
recycle freed segments when requesting new segments. This will prevent the
accumulation of unused memory segments which causes memory pressure.
> HybridOffHeapUnsafeMemorySegmentTest#testByteBufferWrap failed on Travis
> ------------------------------------------------------------------------
>
> Key: FLINK-14894
> URL: https://issues.apache.org/jira/browse/FLINK-14894
> Project: Flink
> Issue Type: Bug
> Components: API / DataSet, Runtime / Network, Tests
> Affects Versions: 1.10.0
> Reporter: Gary Yao
> Assignee: Andrey Zagrebin
> Priority: Critical
> Labels: pull-request-available, test-stability
> Fix For: 1.10.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> {noformat}
> HybridOffHeapUnsafeMemorySegmentTest>MemorySegmentTestBase.testByteBufferWrapping:2465
> expected:<992288337> but was:<196608>
> {noformat}
> https://api.travis-ci.com/v3/job/258950527/log.txt
--
This message was sent by Atlassian Jira
(v8.3.4#803005)