Pravega v0.7.2 Release Notes

Release Date: 2020-09-18 // over 3 years ago
  • ๐Ÿš€ This release contains several bug fix and performance improvements over 0.7.1:

    Segment Store

    • Issue #5102: TableSegment Rollover Size not properly set.
    • Issue #5039: RollingStorage can trim Header Chunk on FileSystemStorage.
    • Issue #3637: Enable compaction on all Table Segments.
    • ๐Ÿš€ Issue #4784: Release throttle in the event an unhandled exception comes from netty

    Client

    • Issue #5062: Handle SegmentSealedException during Append Setup.
    • โœ… Issue #4817: Improve sealed stream handling of EventStreamWriter and ByteStreamWriter.

    Controller

    • Issue #4476: Truncate internal streams to reclaim storage space.
    • ๐Ÿ”Š Issue #4985: Additional Logs for tracking controller periodic retention.
    • Issue #4944: Change granularity of Time based Retention Config in REST API.
    • ๐Ÿ‘ป Issue #4920: From noteTime api, throw exception rather than set the response code.
    • Issue #4913: Filter partially created streams from list of streams.
    • Issue #4815: Ensure TxnFailedException is thrown only if Transaction is not in an open state.

    General

    • ๐Ÿ“‡ Issue #5068: Sanitize gRPC call metadata before logging.
    • Issue #5147: Added check for service in init_kubernetes.sh script.

    ๐Ÿš€ commits.txt