Skip to content

Commit

Permalink
Log skipped ephemeral nodes writes (#2756)
Browse files Browse the repository at this point in the history
  • Loading branch information
pav-kv authored Jun 7, 2022
1 parent 739a853 commit 0828c44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions log/sequencer.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ func updateCompactRange(cr *compact.Range, leaves []*trillian.LogLeaf, label str
storeEphemeral := store
if idsWithNoEphemeralNodes[label] || idsWithNoEphemeralNodes["*"] {
storeEphemeral = nil
glog.Infof("%s: Not storing ephemeral nodes", label)
}

// TODO(pavelkalinnikov): Do not store the ephemeral node hashes
Expand Down

0 comments on commit 0828c44

Please sign in to comment.