Skip to content
Snippets Groups Projects
  1. Mar 01, 2018
  2. Feb 28, 2018
    • Georgy Kirichenko's avatar
      Send relay heartbeat if wal changes won't be send · 195d4462
      Georgy Kirichenko authored
      If a replica receives some changes then corresponding wal events are
      generated and relay fiber is waken up before heartbeat timeout.
      But there may be nothing to send if all changes are from the current
      relay peer. In this case an applier doesn't receive anything and break a
      connection.
      
      Fixes #3160
      195d4462
  3. Feb 26, 2018
    • Konstantin Osipov's avatar
      box.slab.info(): report total arena memory in arena_size · 64faad37
      Konstantin Osipov authored
      Add memory occupied by cached slabs to the size reported by
      arena_size and arena_used_ratio respectively.
      
      This should make memory monitoring easier:
      
      if items_used_ratio > 0.9 and arena_used_ratio > 0.9 and quota_used_ratio > 0.9 then
          we run out of memory
      end
      64faad37
  4. Feb 25, 2018
    • Konstantin Belyavskiy's avatar
      Fix linking with iconv under FreeBSD · 16a636f2
      Konstantin Belyavskiy authored
      On FreeBSD we have either system iconv (part of libc) or the one
      in /usr/local. The first one is not fully compatible with Linux/
      OSX iconv and both adds specific prefixes to function names.
      So to use them via Lua FFI mechanism, specific names are required.
      Proposal fix:
      Under FreeBSD link with /usr/local/lib/libiconv.so and add prefix.
      
      Closes gh-3073.
      16a636f2
  5. Feb 22, 2018
  6. Feb 21, 2018
  7. Feb 20, 2018
Loading