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

Deprecate ttl option from CompactionOptionsFIFO #4965

Closed
wants to merge 4 commits into from

Conversation

asanyalfb
Copy link
Contributor

Summary:
We introduced ttl option in CompactionOptionsFIFO when ttl-based file
deletion (compaction) was supported only as part of FIFO Compaction. But
with the extension of ttl semantics even to Level compaction,
CompactionOptionsFIFO.ttl can now be deprecated. Instead we will start
using ColumnFamilyOptions.ttl for FIFO compaction as well.

@facebook-github-bot
Copy link
Contributor

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need the corporate CLA signed.

If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks!

options/options_helper.cc Show resolved Hide resolved
options/options.cc Outdated Show resolved Hide resolved
options/options_helper.cc Show resolved Hide resolved
options/cf_options.cc Outdated Show resolved Hide resolved
@sagar0
Copy link
Contributor

sagar0 commented Feb 8, 2019

@asanyalfb can you also sign the cla? Thanks!

@facebook-github-bot
Copy link
Contributor

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!

@sagar0
Copy link
Contributor

sagar0 commented Feb 11, 2019

@asanyalfb Can you also add a line to HISTORY.md under Public API Change section?

HISTORY.md Outdated Show resolved Hide resolved
include/rocksdb/advanced_options.h Show resolved Hide resolved
java/rocksjni/compaction_options_fifo.cc Show resolved Hide resolved
Summary:
We introduced ttl option in CompactionOptionsFIFO when ttl-based file
deletion (compaction) was supported only as part of FIFO Compaction. But
with the extension of ttl semantics even to Level compaction,
CompactionOptionsFIFO.ttl can now be deprecated. Instead we will start
using ColumnFamilyOptions.ttl for FIFO compaction as well.
Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

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

@asanyal has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

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

@asanyal has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

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

@sagar0 has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@sagar0
Copy link
Contributor

sagar0 commented Feb 13, 2019

Appveyor build somehow didn't print "Build succeess" at the end, but everything else in there looks good.

@sagar0
Copy link
Contributor

sagar0 commented Feb 14, 2019

A re-run of appveyor build passed, and all other tests look good.
But, we need to fix the CLA first before landing this, as I see the CLA for is incorrectly registered in our internal system.

@sagar0
Copy link
Contributor

sagar0 commented Feb 15, 2019

CLA issues have been taken care of.

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

4 participants