-
Notifications
You must be signed in to change notification settings - Fork 80
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
Streaming: DELETE and/or TOMBSTONE #549
Comments
Thanks for the comment.
|
Thanks for highlighting the page numbers (in V2.0) I will take a look at this text and will attempt to improve the clarity. |
Raising a confusion after reading through TR548 v2.0 and the yang in 2.4.1.
Please see if we need to add further clarifications in TR548.
record-type==RECORD_TYPE_DELETE
and another withrecord-type==RECORD_TYPE_TOMBSTONE
?log-record-body/record-content
is mandatory. The reason for this question is the phrasing in page-36 where it saysrecord-content: Note that for a DELETE, there is no need for content and hence this field may be omitted
. I hope it can be same in TOMBSTONE log-record also.Actually,
record-content
is just an identity string identifying the object-class. And there is a class-specific augment that inserts a container to represent the actual content. So, perhaps we can includerecord-content
in both DELETE and TOMBSTONE to indicate the object-class and avoid the augment with the actual contents of the deleted object.Related sections in TR548 v2.0:
In these pages, for some statements DELETE and TOMBSTONE are treated the same way but in some other statements they are not.
The text was updated successfully, but these errors were encountered: