Skip to content

Conversation

@liuxiaocs7
Copy link
Contributor

…ellTTLExpired

see: HBASE-29874

}
// check if the cell is expired by cell TTL
if (isCellTTLExpired(cell, this.oldestUnexpiredTS, this.now)) {
if (isCellTTLExpired(cell, this.now)) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Why this change?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hi, @Apache9, it appears that oldestTimestamp is not being used in isCellTTLExpired and it's confusing, so we can remove this parameter?

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.

2 participants