IIUC: iff fingerprints match, then count: 0 is set here. But this property is lost in the pipeline here. The announcer then catches all entries in the range regardless of the fingerprint and sends all entries anyway here.
Given that the spec just changed from count to is_empty anyway, this should be fixed with/after the rewrite.
IIUC: iff fingerprints match, then
count: 0is set here. But this property is lost in the pipeline here. The announcer then catches all entries in the range regardless of the fingerprint and sends all entries anyway here.Given that the spec just changed from
counttois_emptyanyway, this should be fixed with/after the rewrite.