Skip to content
Snippets Groups Projects
  1. Sep 06, 2016
    • Roman Tsisyk's avatar
      Debian: add forgotten systemd-tmpfiles configuration, fix warnings · 57b641ab
      Roman Tsisyk authored
      Closes: #1739
      Closes: #1740
      57b641ab
    • Konstantin Osipov's avatar
      vinyl: cleanup and actualize a few configuration parameters · 8dfa71c2
      Konstantin Osipov authored
      * remove dump_age_period; not much added value compared to
        dump_age itself;
      * remove dump_wm; dump_wm is a global constant that
        sets the maximal run size in a range; it must be a function of
        range size, which is defined per space; it's better to estimate
        it automatically (we may vary run size depending on the
        temperature of the run).
      * remove dump_prio; we're abandoning zone-based scheduler,
        and this was merely a handle to prioritize dumps of runs in red
        zone;
      * provide reasonable defaults for dump_age (40 seconds) and
        compact_wm (begin merge when there are at least two runs in a range)
      * update tests
      8dfa71c2
    • Vladimir Davydov's avatar
      vinyl: don't take index ref in vy_cursor_new and vy_index_send · a283ed3e
      Vladimir Davydov authored
      We take index->refs in these functions in order to ensure the index
      won't be dropped while we're working with it in the tx thread. Actually,
      this logic isn't specific to a particular backend and should be
      implemented at the upper level. So let's drop it for now - this will
      allow us to simplify vy_index reference counting, which we do need to
      avoid use-after-free in workers.
      a283ed3e
  2. Sep 05, 2016
  3. Sep 02, 2016
  4. Sep 01, 2016
  5. Aug 31, 2016
Loading