Branch: refs/heads/master
  Home:   https://github.com/tarantool/tarantool
  Commit: c3145e2e8338a5a7ce5d27b0d0813eb65b8fa7cb
      
https://github.com/tarantool/tarantool/commit/c3145e2e8338a5a7ce5d27b0d0813eb65b8fa7cb
  Author: Dmitry Simonenko <[email protected]>
  Date:   2013-09-23 (Mon, 23 Sep 2013)

  Changed paths:
    M include/salloc.h
    M src/box/tuple.cc
    M src/salloc.cc
    M src/tarantool.cc

  Log Message:
  -----------
  shared-arena: shared arena, closes #36
Allocate slab arena in shared memory to reduce pages splits during
snapshotting.
Adaptation of patch made by Yuri Nevinitsin @nevinitsin.


  Commit: 571762565da7f1686d1d9e882d5d8dd54c430e3f
      
https://github.com/tarantool/tarantool/commit/571762565da7f1686d1d9e882d5d8dd54c430e3f
  Author: Dmitry Simonenko <[email protected]>
  Date:   2013-09-25 (Wed, 25 Sep 2013)

  Changed paths:
    A include/qbuf.h
    M include/salloc.h
    M src/box/tuple.cc
    M src/salloc.cc
    M src/tarantool.cc

  Log Message:
  -----------
  shared-arena: review fixes, slab_q moved to separate file.


  Commit: f59a1d1b3a031878a0cfe4fa0b63d32afa0bcfd6
      
https://github.com/tarantool/tarantool/commit/f59a1d1b3a031878a0cfe4fa0b63d32afa0bcfd6
  Author: Dmitry Simonenko <[email protected]>
  Date:   2013-09-27 (Fri, 27 Sep 2013)

  Changed paths:
    M include/salloc.h
    M src/box/space.cc
    M src/box/tuple.cc
    M src/box/tuple.h
    M src/salloc.cc
    M src/tarantool.cc

  Log Message:
  -----------
  shared-arena: make arena snapshot-version aware.

On snapshot, increase snapshot version id (u32),
save current snapshot version within a tuple.

On tuple free, check if tuple version is equal to current
snapshot id, if so do direct free, otherwise append tuple
to the delayed free list.


  Commit: ee2c771d83ec655b776e5da4e7d7a7c3664baf8a
      
https://github.com/tarantool/tarantool/commit/ee2c771d83ec655b776e5da4e7d7a7c3664baf8a
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-09-27 (Fri, 27 Sep 2013)

  Changed paths:
    M doc/user/language-reference.xml
    M doc/user/preface.xml
    M src/box/tuple.cc
    M src/salloc.cc
    M src/tarantool.cc

  Log Message:
  -----------
  gh-47: (shared-arena) review fixes

Add comments, update the manual.


  Commit: 315b111225985b98beaebed859c4c33629c6318b
      
https://github.com/tarantool/tarantool/commit/315b111225985b98beaebed859c4c33629c6318b
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-09-27 (Fri, 27 Sep 2013)

  Changed paths:
    M doc/user/language-reference.xml
    M doc/user/preface.xml
    A include/qbuf.h
    M include/salloc.h
    M src/box/space.cc
    M src/box/tuple.cc
    M src/box/tuple.h
    M src/salloc.cc
    M src/tarantool.cc

  Log Message:
  -----------
  Merge branch 'shared-arena' into stable


  Commit: 678e934438d9522a627a5ebbef929544ca30f247
      
https://github.com/tarantool/tarantool/commit/678e934438d9522a627a5ebbef929544ca30f247
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-09-27 (Fri, 27 Sep 2013)

  Changed paths:
    M test/wal/oom.result

  Log Message:
  -----------
  gh-47: update wal/oom.test

Tuples are got a big bigger with shared-arena patch (4 bytes
per tuple overhead).

So we exhaust the current arena in out-of-memory test a bit
faster than before.


  Commit: 8e17a07a3d6482735952f07bf529677b5839004a
      
https://github.com/tarantool/tarantool/commit/8e17a07a3d6482735952f07bf529677b5839004a
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-09-27 (Fri, 27 Sep 2013)

  Changed paths:
    M doc/user/language-reference.xml
    M doc/user/preface.xml
    A include/qbuf.h
    M include/salloc.h
    M src/box/box.cc
    M src/box/tuple.cc
    M src/box/tuple.h
    M src/salloc.cc
    M src/tarantool.cc
    M test/big/tree_variants.result
    M test/big/tree_variants.test.lua
    M test/wal/oom.result

  Log Message:
  -----------
  Merge branch 'stable'

Fixes gh-47.

Update test results to be more deterministic.

Conflicts:
        src/box/space.cc
        src/box/tuple.cc
        test/wal/oom.result


Compare: 
https://github.com/tarantool/tarantool/compare/fcb2fc649cf6...8e17a07a3d64
_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to