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

Issue 225: Remove Parameterized from CompactionTest #226

Closed
wants to merge 1 commit into from

Conversation

sijie
Copy link
Member

@sijie sijie commented Jul 1, 2017

Descriptions of the changes in this PR:

  • Split the CompactionTest into two, one is by bytes, while the other one is by entries.

@sijie sijie added this to the 4.5.0 milestone Jul 1, 2017
@sijie sijie self-assigned this Jul 1, 2017
Copy link
Contributor

@eolivelli eolivelli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

Copy link
Member

@jiazhai jiazhai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1. LGTM

@jiazhai jiazhai closed this in e735c03 Jul 4, 2017
sijie added a commit to sijie/bookkeeper that referenced this pull request Jan 26, 2018
…e-collected

Descriptions of the changes in this PR:

the problem is a new entry buffer was allocated when closing log segment writer. the entry buffer is never used and also never recycled. It causes an annoying logging.

the fix is to assign a dummy entry writer which basically rejects writes, when closing a log segment writer. it would prevent leaking bytebuf.

Author: Sijie Guo <sijie@apache.org>

Reviewers: Jia Zhai <None>

This closes apache#230 from sijie/fix_bytebuf_release_pr, closes apache#226
sijie added a commit to sijie/bookkeeper that referenced this pull request Jan 26, 2018
Descriptions of the changes in this PR:

- FileSystem API wrapper built over dlog API

(This is based on initial implementation from gerritsundaram at apache#43)

Features supported:

- create and append files
- open files for reading
- input stream and output stream for reading and writing data
- list files
- get file status
- rename
- mkdir

Features aren't supported:

- truncate
- currently there is no clear distinguish between file and dir
- only support delete recursive

(This change includes small changes for apache#224 apache#225 apache#226 ).

Author: Sijie Guo <sijie@apache.org>

Reviewers: Jia Zhai <None>

This closes apache#227 from sijie/fix_create_log
@sijie sijie deleted the compaction_tests branch July 16, 2018 02:33
rdhabalia pushed a commit to rdhabalia/bookkeeper that referenced this pull request Feb 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants