Skip to content

Conversation

@javanna
Copy link
Member

@javanna javanna commented Dec 19, 2024

No description provided.

@javanna javanna added :Search Foundations/Search Catch all for Search Foundations >refactoring test-full-bwc Trigger full BWC version matrix tests labels Dec 19, 2024
@javanna javanna marked this pull request as ready for review December 19, 2024 15:18
@elasticsearchmachine elasticsearchmachine added the Team:Search Foundations Meta label for the Search Foundations team in Elasticsearch label Dec 19, 2024
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-search-foundations (Team:Search Foundations)

@javanna javanna requested a review from quux00 December 19, 2024 18:53
IndexLongFieldRange allowedEventIngestedRange = eventIngestedRange;
if (minClusterTransportVersion.before(TransportVersions.V_8_15_0)) {
allowedEventIngestedRange = IndexLongFieldRange.UNKNOWN;
}
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we need this if guard indefinitely, until there are no customers running a version earlier than 8.15. Why do we need to remove this?

Copy link
Contributor

Choose a reason for hiding this comment

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

Based on this comment, I guess we are OK to remove it since a 9.0 cluster can never mix with a pre-8.15 cluster.

Copy link
Member Author

Choose a reason for hiding this comment

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

yep.

@javanna javanna requested a review from quux00 January 6, 2025 14:26
Copy link
Contributor

@quux00 quux00 left a comment

Choose a reason for hiding this comment

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

LGTM

@javanna javanna merged commit c239b62 into elastic:main Jan 6, 2025
16 checks passed
@javanna javanna deleted the refactoring/timestamp_range_unknown_updatev9 branch January 6, 2025 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

>refactoring :Search Foundations/Search Catch all for Search Foundations Team:Search Foundations Meta label for the Search Foundations team in Elasticsearch test-full-bwc Trigger full BWC version matrix tests v9.0.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants