-
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
Make Translog an implementation detail of an Engine instead of required #31248
Comments
Pinging @elastic/es-distributed |
Here's an initial list that would need renaming, removing, or reorganizing
Additionally, if we wanted to do this we'd have to have generic return values and eschew our use of |
I don't think this issue should be about renaming these methods but rather removing their need to be on the |
I agree, we don't have to keep all the methods, I editing the comment to say "renaming, removing, or reorganizing" |
I think this can be closed now. |
This is a followup to #31220 (comment) where it would be nice if we could make the abstract
Engine
class not expose information that made it seem like it has a Translog. This would include functions withTranslog
in the name, as well as perhaps using return values that aren't sub classes ofTranslog
.It would be nice if an engine consumer could use an engine without having to know about translog implementation details (or without the presence of a translog, if desired).
The text was updated successfully, but these errors were encountered: