Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hse-project/hse
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: hse-project/hse
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 29 files changed
  • 4 contributors

Commits on Nov 7, 2022

  1. Set wrap file to use v3.0 branch (#541)

    Signed-off-by: hse-devops <[email protected]>
    hse-devops authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    1768d60 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Track/report csched stats and fix node removal and madvise bugs (#538) (

    #549)
    
    * Track compaction stats by rule.
    Report compaction stats at kvdb close time (by rule and totals).
    
    Signed-off-by: Greg Becker <[email protected]>
    
    * Fix bug that leaves empty nodes in the tree, and errantly removes empty
    nodes still on either the active or stable dirty list.
    
    Fix madvise bug that would read-ahead only the first 128K.
    
    Increase root spill size from 5 to 7 kvsets to improve per-node spill sizes.
    
    Delay follow-on splitting to prevent split/join thrashing, improve
    key distribution, ameliorate tiny spills, and reduce QOS impact.
    
    Increase scatter threshold to reduce write amp.
    
    Minimize c0 ingest threads in low-mem environment to reduce demand for c0 ingest buffer space.
    
    Signed-off-by: Greg Becker <[email protected]>
    
    * Put csched stats reporting under control of csched_debug_mask rparam.
    Reduce scope of idle-index compaction.
    
    Signed-off-by: Greg Becker <[email protected]>
    
    Signed-off-by: Greg Becker <[email protected]>
    Signed-off-by: Alex Tomlinson <4172734 [email protected]>
    
    Signed-off-by: Greg Becker <[email protected]>
    Signed-off-by: Alex Tomlinson <4172734 [email protected]>
    Co-authored-by: Greg Becker <10912981 [email protected]>
    alexttx and beckerg authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    fc8ccee View commit details
    Browse the repository at this point in the history
  2. Fix pkg-config file description (#544) (#548)

    Make it consistent across all the places this phrase is used.
    
    Signed-off-by: Tristan Partin <[email protected]>
    Signed-off-by: Alex Tomlinson <4172734 [email protected]>
    
    Signed-off-by: Tristan Partin <[email protected]>
    Signed-off-by: Alex Tomlinson <4172734 [email protected]>
    Co-authored-by: Tristan Partin <[email protected]>
    alexttx and tristan957 authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    3788c11 View commit details
    Browse the repository at this point in the history
  3. Adjust for hse-java changes (#542) (#547)

    Signed-off-by: Tristan Partin <[email protected]>
    Signed-off-by: Alex Tomlinson <4172734 [email protected]>
    Co-authored-by: Tristan Partin <[email protected]>
    alexttx and tristan957 authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    b28fcfc View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Use release tags for subprojects (#558)

    Signed-off-by: hse-devops <[email protected]>
    hse-devops authored Nov 17, 2022
    Configuration menu
    Copy the full SHA
    a98ec0b View commit details
    Browse the repository at this point in the history
Loading