Branch: refs/heads/multi-part-hash
  Home:   https://github.com/mailru/tarantool
  Commit: 9c24aabf2620218af2993abaf3d7c61355ed6436
      
https://github.com/mailru/tarantool/commit/9c24aabf2620218af2993abaf3d7c61355ed6436
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-09-14 (Fri, 14 Sep 2012)

  Changed paths:
    M debian/changelog

  Log Message:
  -----------
  debian uploading


  Commit: 52a2561093808097cbd17d61c56887ba28579282
      
https://github.com/mailru/tarantool/commit/52a2561093808097cbd17d61c56887ba28579282
  Author: Konstantin Osipov <[email protected]>
  Date:   2012-09-16 (Sun, 16 Sep 2012)

  Changed paths:
    M mod/box/box_lua.m
    M test/box_big/tree_pk_multipart.result
    M test/box_big/tree_pk_multipart.test
    M third_party/sptree.h

  Log Message:
  -----------
  A fix and a test case for Bug#1051006

A fix and a test case for Bug#1051006
"Tree iterators return garbage if an index is modified between calls"

Mark in a deleted node in sptree.h that it's been  put into the
garbage heap. When iterting over a garbage collected node, skip it,
and go up the stack until we find the first valid node.

This breaks the "sorted" quality of tree iterators in case there
are modifications between invocations of an iterator:
it is possible that a node is deleted and recycled, and we don't see
it in the iterator. When we go up the stack, we can jump to a different
part of the range than the one the recycled node belongs to.
. With this fix, it is also possible, that the iteration goes more
than once over entire tree range. But it's a good enough quick fix for a
crashing expire loop, which uses the tree iterator over the primary key to
scan the entire range and deletes expired keys on the go (additionally,
deletions may occur between invocations of the expire loop).


  Commit: 9e096611090718b1f68625dec47f20ab256e6f44
      
https://github.com/mailru/tarantool/commit/9e096611090718b1f68625dec47f20ab256e6f44
  Author: Konstantin Osipov <[email protected]>
  Date:   2012-09-16 (Sun, 16 Sep 2012)

  Changed paths:
    M debian/changelog

  Log Message:
  -----------
  Merge branch 'master' of github.com:mailru/tarantool


  Commit: 08e67b66b71e392a836d9558554c883e7df521e6
      
https://github.com/mailru/tarantool/commit/08e67b66b71e392a836d9558554c883e7df521e6
  Author: Dmitry Simonenko <[email protected]>
  Date:   2012-09-17 (Mon, 17 Sep 2012)

  Changed paths:
    M extra/tarantool_deploy.sh

  Log Message:
  -----------
  bug1050951: extend rpm deployment heuristics to check instance existance
(https://bugs.launchpad.net/tarantool/+bug/1050951)


  Commit: a98ac1c6ecdd338f9957b6f350ad492ccacc9f61
      
https://github.com/mailru/tarantool/commit/a98ac1c6ecdd338f9957b6f350ad492ccacc9f61
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-09-17 (Mon, 17 Sep 2012)

  Changed paths:
    M src/tarantool_lua_slab.m

  Log Message:
  -----------
  returns number64 for each box.slab item


  Commit: 57cc9bcc0dbb4e77ef3d2ac5e553e6a2fb0c3ae1
      
https://github.com/mailru/tarantool/commit/57cc9bcc0dbb4e77ef3d2ac5e553e6a2fb0c3ae1
  Author: Konstantin Osipov <[email protected]>
  Date:   2012-09-17 (Mon, 17 Sep 2012)

  Changed paths:
    M src/recovery.m
    A test/box/dup_key1.xlog
    A test/box/dup_key2.xlog
    A test/box/panic_on_wal_error.cfg
    M test/box/xlog.result
    M test/box/xlog.test

  Log Message:
  -----------
  A fix and a test case for Bug#1052018

A fix and a test case for Bug#0152018
"panic_on_wal_error doens't work for duplicate key errors"

Add a check for panic_if_error after invocation
of row handler, in addition to the log io cursor
checks.


  Commit: 14ddcb7b4b460493c4705f6bc7e006a359f86105
      
https://github.com/mailru/tarantool/commit/14ddcb7b4b460493c4705f6bc7e006a359f86105
  Author: Konstantin Osipov <[email protected]>
  Date:   2012-09-17 (Mon, 17 Sep 2012)

  Changed paths:
    M src/tarantool_lua_slab.m

  Log Message:
  -----------
  Merge branch 'box.slab'


  Commit: 2a109fed4c3fd609b898fb5bab581d2073c3f47f
      
https://github.com/mailru/tarantool/commit/2a109fed4c3fd609b898fb5bab581d2073c3f47f
  Author: Konstantin Osipov <[email protected]>
  Date:   2012-09-17 (Mon, 17 Sep 2012)

  Changed paths:
    M extra/tarantool_deploy.sh

  Log Message:
  -----------
  Merge branch 'bug1050951'


  Commit: 4ecb9b04eba4c5b3672029b48adbe1876b89f888
      
https://github.com/mailru/tarantool/commit/4ecb9b04eba4c5b3672029b48adbe1876b89f888
  Author: Dmitry Simonenko <[email protected]>
  Date:   2012-09-18 (Tue, 18 Sep 2012)

  Changed paths:
    M extra/tarantool_deploy.sh

  Log Message:
  -----------
  tarantool_deploy.sh typo fix


  Commit: 8db71b58e716917c7b89ba3256e30fa1ab41f983
      
https://github.com/mailru/tarantool/commit/8db71b58e716917c7b89ba3256e30fa1ab41f983
  Author: Dmitry Simonenko <[email protected]>
  Date:   2012-09-18 (Tue, 18 Sep 2012)

  Changed paths:
    M doc/man/tarantool.pod

  Log Message:
  -----------
  console client man page updated


  Commit: 66ed6af634e914e879207c7eac553bce94bc8aaa
      
https://github.com/mailru/tarantool/commit/66ed6af634e914e879207c7eac553bce94bc8aaa
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-09-18 (Tue, 18 Sep 2012)

  Changed paths:
    M debian/changelog

  Log Message:
  -----------
  new debian snapshot


  Commit: 1ebe9a5e248c8eec62bcefe16a9a3dad317b2d52
      
https://github.com/mailru/tarantool/commit/1ebe9a5e248c8eec62bcefe16a9a3dad317b2d52
  Author: Aleksey Demakov <[email protected]>
  Date:   2012-09-19 (Wed, 19 Sep 2012)

  Changed paths:
    M debian/changelog
    M doc/man/tarantool.pod
    M extra/tarantool_deploy.sh
    M mod/box/box_lua.m
    M src/recovery.m
    M src/tarantool_lua_slab.m
    A test/box/dup_key1.xlog
    A test/box/dup_key2.xlog
    A test/box/panic_on_wal_error.cfg
    M test/box/xlog.result
    M test/box/xlog.test
    M test/box_big/tree_pk_multipart.result
    M test/box_big/tree_pk_multipart.test
    M third_party/sptree.h

  Log Message:
  -----------
  Merge branch 'master' into multi-part-hash


Compare: https://github.com/mailru/tarantool/compare/a4e48fd9a0e5...1ebe9a5e248c
_______________________________________________
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