-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
Description
With time, warmers have become less and less useful: we got doc values by default in 2.0 and disk-based norms in 2.1. Instead of fixing the warmer-related bugs (#5155, #15590 or #15194) that we have, I'd like to suggest that we remove the warmer API entirely.
The migration strategy would be the following:
- deprecate the warmer API in 2.x,
- remove warmers and the warmer API entirely in 3.0, and ignore warmer definitions when upgrading from 2.x.