Skip to content

Tags: Netflix/hollow

Tags

v7.14.36-rc.1

Toggle v7.14.36-rc.1's commit message
search all maps to dedupe; 

v7.14.35

Toggle v7.14.35's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #799 from Netflix/lookahead-mint-protected make the fields in VersionMinterWithLookahead protected

v7.14.34

Toggle v7.14.34's commit message
Update publish workflow to add protoc to path 

v7.14.33

Toggle v7.14.33's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Optimize the memory used for finding duplicate keys (#793) * Optimize the memory used for finding duplicate keys * Add new duplicate key method and tests * Cleanup logs about duplicate keys

v7.14.32

Toggle v7.14.32's commit message
Safer file deletion in HollowFileSystemBlobStager/Retriever 

v7.14.31

Toggle v7.14.31's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed OOM during error message construction (#790) Co-authored-by: Jegan <jponrama@netflix.com>

v7.14.30

Toggle v7.14.30's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: correct field index in PerfAPI codegen when fields are filtered (#… …788) When generating PerfAPI accessor methods, field indices were incorrect if some fields were skipped (e.g., filtered reference types). The loop index was used instead of tracking actual field positions in the schema.

v7.14.29

Toggle v7.14.29's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #786 from Netflix/version-mint-peek add version minter with peek

v7.14.28

Toggle v7.14.28's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support for copying metric listeners from existing Producers (#784) * roughin- withProducerMetricsListenerFromExisting * tests and some refactorings * Renamed method to withMetricsListenersFromExisting * Renamed method to withMetricsListenerFromExisting --------- Co-authored-by: Sunjeet Singh <sunjeets@netflix.com> Co-authored-by: Jegan <jponrama@netflix.com>

v7.14.27

Toggle v7.14.27's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Log level change for refresh failures in HollowConsumer (#783) Co-authored-by: Jegan <jponrama@netflix.com>