-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
Update synthetic source legacy license cutoff date. #117658
Conversation
Update default cutoff date from 12-12-2024T00:00 UTC to 01-02-2025T00:00 UTC.
Pinging @elastic/es-storage-engine (Team:StorageEngine) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@@ -29,7 +29,7 @@ final class SyntheticSourceLicenseService { | |||
// You can only override this property if you received explicit approval from Elastic. | |||
static final String CUTOFF_DATE_SYS_PROP_NAME = "es.mapping.synthetic_source_fallback_to_stored_source.cutoff_date_restricted_override"; | |||
private static final Logger LOGGER = LogManager.getLogger(SyntheticSourceLicenseService.class); | |||
static final long DEFAULT_CUTOFF_DATE = LocalDateTime.of(2024, 12, 12, 0, 0).toInstant(ZoneOffset.UTC).toEpochMilli(); | |||
static final long DEFAULT_CUTOFF_DATE = LocalDateTime.of(2025, 1, 31, 0, 0).toInstant(ZoneOffset.UTC).toEpochMilli(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't check if there are any ITs that test "future" dates that aren't future anymore but lets update those if there are any 👍
@elasticmachine run elasticsearch-ci/part-2 |
@elasticmachine update branch |
Update default cutoff date from 12-12-2024T00:00 UTC to 01-02-2025T00:00 UTC.
Update default cutoff date from 12-12-2024T00:00 UTC to 01-02-2025T00:00 UTC.
Update default cutoff date from 12-12-2024T00:00 UTC to 01-02-2025T00:00 UTC.
Update default cutoff date from 12-12-2024T00:00 UTC to 01-02-2025T00:00 UTC.
(note format is: dd-MM-yyyyThh:mm)