1. 27 Jan, 2018 2 commits
    • Sergei Petrunia's avatar
      Merge from merge-myrocks: · e3a03da2
      Sergei Petrunia authored
      commit 445e518b
      Author: Sergei Petrunia <psergey@askmonty.org>
      Date:   Sat Jan 27 10:18:20 2018 +0000
      
          Copy of
          commit f8f364b47f2784f16b401f27658f1c16eaf348ec
          Author: Jay Edgar <jkedgar@fb.com>
          Date:   Tue Oct 17 15:19:31 2017 -0700
      
              Add a hashed, hierarchical, wheel timer implementation
      
              Summary:
              In order to implement idle timeouts on detached sessions we need something inside MySQL that is lightweight and can handle calling events in the future wi
      
              By default the timers are grouped into 10ms buckets (the 'hashed' part), though the size of the buckets is configurable at the creation of the timer.  Eac
      
              Reviewed By: djwatson
      
              Differential Revision: D6199806
      
              fbshipit-source-id: 5e1590f
      e3a03da2
    • Sergei Petrunia's avatar
      Copy of · 445e518b
      Sergei Petrunia authored
      commit f8f364b47f2784f16b401f27658f1c16eaf348ec
      Author: Jay Edgar <jkedgar@fb.com>
      Date:   Tue Oct 17 15:19:31 2017 -0700
      
          Add a hashed, hierarchical, wheel timer implementation
      
          Summary:
          In order to implement idle timeouts on detached sessions we need something inside MySQL that is lightweight and can handle calling events in the future with very little cost for cancelling or resetting the event.  A hashed, hi
      
          By default the timers are grouped into 10ms buckets (the 'hashed' part), though the size of the buckets is configurable at the creation of the timer.  Each wheel (the 'wheel' part) maintains 256 buckets and cascades to the whe
      
          Reviewed By: djwatson
      
          Differential Revision: D6199806
      
          fbshipit-source-id: 5e1590f
      445e518b
  2. 12 Jan, 2018 3 commits
  3. 11 Jan, 2018 7 commits
  4. 10 Jan, 2018 8 commits
  5. 09 Jan, 2018 4 commits
  6. 08 Jan, 2018 10 commits
  7. 06 Jan, 2018 3 commits
  8. 05 Jan, 2018 3 commits