Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[test] Enable FlussTableITCase#testAppendWithSmallBuffer #364

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

wuchong
Copy link
Member

@wuchong wuchong commented Feb 9, 2025

Purpose

Linked issue: close #116

The original test was frequently hang on at com.alibaba.fluss.client.write.WriterMemoryBuffer.allocate(WriterMemoryBuffer.java:187). But we have refactored the writer memory pool in d0b466f by removing WriterMemoryBuffer and enhance LazyMemorySegmentPool. This problem shouldn't exist now.

Tests

Run several times of FlussTableITCase#testAppendWithSmallBuffer in local, and passed successfully.

We should also run several times of github actions, to make sure it is not unstable.

API and Format

Documentation

@wuchong wuchong requested a review from luoyuxia February 9, 2025 04:08
@wuchong wuchong marked this pull request as ready for review February 9, 2025 04:08
@wuchong wuchong marked this pull request as draft February 9, 2025 07:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FlussTableITCase.testAppendWithSmallBuffer will hang forever
1 participant