-
Notifications
You must be signed in to change notification settings - Fork 6
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
Fields Head
and Tail
of proto/varlogpb.(LogStreamDescriptor)
are deprecated.
#73
Comments
ijsong
referenced
this issue
in ijsong/varlog
Sep 12, 2022
…b.LogIO` to replace `LogStreamMetadata` Refs: #73
ijsong
referenced
this issue
in ijsong/varlog
Dec 9, 2022
…b.(LogStreamDescriptor) This patch removes deprecated fields - `proto/varlogpb.(LogStreamDescriptor).Head` and `proto/varlogpb.(LogStreamDescriptor).Tail`. It also removes deprecated APIs - `pkg/varlog.(Log).LogStreamMetadata` and `pkg/varlog.(Log).LogStreamReplicaMetadata`. Resolves #73
ijsong
referenced
this issue
in ijsong/varlog
Dec 9, 2022
…ogStreamDescriptor) This patch removes deprecated fields - `proto/varlogpb.(LogStreamDescriptor).Head` and `proto/varlogpb.(LogStreamDescriptor).Tail`. It also removes deprecated APIs - `pkg/varlog.(Log).LogStreamMetadata` and `pkg/varlog.(Log).LogStreamReplicaMetadata`. Resolves #73
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Two fields are deprecated soon:
A LogStreamDescriptor represents attributes of a log stream that are immutable or changed hardly, but the head and tail of the log location are subject to change. So we no longer use them.
The text was updated successfully, but these errors were encountered: