Skip to content
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

Trie log preload timeout #4

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

Trie log preload timeout #4

wants to merge 12 commits into from

Commits on Jul 23, 2024

  1. TrieLogPruner preload with 30 second timeout

    Signed-off-by: Simon Dudley <[email protected]>
    siladu committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    4b84054 View commit details
    Browse the repository at this point in the history
  2. Schedule timeout task before key streaming begins

    Signed-off-by: Simon Dudley <[email protected]>
    siladu committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    3f91cda View commit details
    Browse the repository at this point in the history
  3. Maintain stream instead of terminating with toList

    Signed-off-by: Simon Dudley <[email protected]>
    siladu committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    5ba166d View commit details
    Browse the repository at this point in the history
  4. Refactor

    Signed-off-by: Simon Dudley <[email protected]>
    siladu committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    b94c6c2 View commit details
    Browse the repository at this point in the history
  5. Reduce pruning window from 30_000 to 5_000

    Signed-off-by: Simon Dudley <[email protected]>
    siladu committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    06c5bee View commit details
    Browse the repository at this point in the history
  6. remove redundant log

    Signed-off-by: Simon Dudley <[email protected]>
    siladu committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    b24eb1a View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Merge remote-tracking branch 'upstream/main' into trie-log-preload-ti…

    …meout
    
    Signed-off-by: Simon Dudley <[email protected]>
    siladu committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    690fe65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ff210c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcc24da View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    680900c View commit details
    Browse the repository at this point in the history
  2. changelog

    Signed-off-by: Simon Dudley <[email protected]>
    siladu committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    8a5b631 View commit details
    Browse the repository at this point in the history
  3. changelog again

    Signed-off-by: Simon Dudley <[email protected]>
    siladu committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    95c4104 View commit details
    Browse the repository at this point in the history