Skip to content

Align @Indexed(expireAfter) with expireAfterSeconds #4848

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

Closed
wants to merge 2 commits into from

Conversation

christophstrobl
Copy link
Member

@christophstrobl christophstrobl commented Dec 6, 2024

This commit fixes an issue where expireAfter=0s behaves differently from expireAfterSeconds=0 where the former would not be applied.

Resolves: #4844

This commit fixes an issue where expireAfter=0s behaves differently from expireAfterSeconds=0 where the former would not be applied.
@mp911de mp911de added the type: bug A general bug label Dec 10, 2024
@mp911de mp911de added this to the 4.3.7 (2024.0.7) milestone Dec 10, 2024
@mp911de mp911de changed the title Align index expireAfter with expireAfterSeconds. Align @Indexed(expireAfter) with expireAfterSeconds Dec 10, 2024
mp911de pushed a commit that referenced this pull request Dec 10, 2024
This commit fixes an issue where expireAfter=0s behaves differently from expireAfterSeconds=0 where the former would not be applied.

Closes #4844
Original pull request: #4848
mp911de pushed a commit that referenced this pull request Dec 10, 2024
This commit fixes an issue where expireAfter=0s behaves differently from expireAfterSeconds=0 where the former would not be applied.

Closes #4844
Original pull request: #4848
mp911de pushed a commit that referenced this pull request Dec 10, 2024
This commit fixes an issue where expireAfter=0s behaves differently from expireAfterSeconds=0 where the former would not be applied.

Closes #4844
Original pull request: #4848
@mp911de mp911de closed this Dec 10, 2024
@mp911de mp911de deleted the issue/4844 branch December 10, 2024 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TTL index creation/verification fails when @Indexed(expireAfter) expression result in 0 seconds
2 participants