You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by AMashenkov <gi...@git.apache.org> on 2018/08/10 13:43:44 UTC

[GitHub] ignite pull request #4516: gg-14053

GitHub user AMashenkov opened a pull request:

    https://github.com/apache/ignite/pull/4516

    gg-14053

    For test purposes.
    Fix mvcc tx handling.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite gg-14053

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/4516.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #4516
    
----
commit a60d4aca9c23ebc56e8df9358c2db88c7383d59d
Author: devozerov <vo...@...>
Date:   2017-12-25T15:43:41Z

    Fixed data page assert.

commit 6fc207501e89a399bdd88845211d948ffe800a8b
Author: Igor Seliverstov <gv...@...>
Date:   2017-12-26T12:48:34Z

    IGNITE-7261 SQL TX: SELECT and DML operations must share the same MVCC version

commit 76e09f9d49d6688293f85624787fdc708fdc9fd3
Author: devozerov <vo...@...>
Date:   2017-12-26T14:06:34Z

    Commented out failing TTL tests in "clients" suite.

commit f8368d90d1a41bda96ccde72ecae7d7752ea808b
Author: devozerov <vo...@...>
Date:   2017-12-26T15:29:28Z

    Do not return removed values from cache key iterator.

commit 56b2d0b4fe6694a80650c666a8488a2fd99721db
Author: devozerov <vo...@...>
Date:   2017-12-26T13:36:18Z

    Various checkpoint read lock/unlock fixes.

commit b489669049512867ed978c5a5963dce02ae63bc1
Author: Igor Seliverstov <gv...@...>
Date:   2017-12-26T15:38:31Z

    Fix possible race

commit 6061f88888e980d10acf8943d8a192475d875ebb
Author: Igor Seliverstov <gv...@...>
Date:   2017-12-26T16:31:56Z

    Fix mvcc version gathering

commit 4cb890b67722727b54df3fbfbc9e218f5545652f
Author: devozerov <vo...@...>
Date:   2017-12-26T16:47:05Z

    Fixed assertion during data streamer remove operation.

commit 1c9b01dcec374ce3fe19d25d2122142d3fe4b225
Author: Igor Seliverstov <gv...@...>
Date:   2017-12-26T23:15:12Z

    Do not use key-value API for transactional DML requests

commit 37a2a7900b17909d81c89d54cb1dc2f00e5ab3fe
Author: Igor Seliverstov <gv...@...>
Date:   2017-12-26T23:17:54Z

    Fix transaction close on first exception

commit 9d90d31b3db1da7b5c553468519c6cd12ac4de9e
Author: devozerov <vo...@...>
Date:   2017-12-27T09:45:12Z

    Fixed partition-restricted scan queries.

commit b3e12fad2646e1f4bd9cef3a5009c0f72e966ca3
Author: Igor Seliverstov <gv...@...>
Date:   2017-12-27T09:50:07Z

    Fix dml exception type

commit 66b7a115e27fe41b80eb5eea9fa8df1f15e597b3
Author: Igor Seliverstov <gv...@...>
Date:   2017-12-27T10:25:42Z

    Build key in DML Insert iterator before checking partition.

commit 74f36c3a0c98bb550a425e9d3d4e220bdaf6b1f7
Author: Igor Seliverstov <gv...@...>
Date:   2017-12-27T11:11:34Z

    Build key in DML Insert iterator before checking partition.

commit 6150d94c51b748fff361df32391131f1e68095e5
Author: Igor Seliverstov <gv...@...>
Date:   2017-12-27T11:32:58Z

    Fix no query in update plan.

commit 2c212c18159848e413927dd05cf330e2be1cd97d
Author: Alexander Paschenko <al...@...>
Date:   2017-12-27T11:49:11Z

    IGNITE-7280: JDBC tests.

commit e50c81e9ec3597414d8dbe775626654e0dc86eb0
Author: Alexander Paschenko <al...@...>
Date:   2017-12-27T13:06:00Z

    IGNITE-7302: Fixed INFORMATIONAL_SCHEMA processing. This closes #3294.

commit 04f949483333bbd89136d4555a2e3fccd9367169
Author: Igor Seliverstov <gv...@...>
Date:   2017-12-27T14:04:58Z

    IGNITE-7321 DML operation hangs in case exception is thrown from DHT enlist future

commit 3818bc9d74b2bba594ef89cc2d1ac975da816b54
Author: Igor Seliverstov <gv...@...>
Date:   2017-12-27T14:33:18Z

    fix tests.

commit eb7a615c9d32e648eceeafb09893b226fe276467
Author: Igor Seliverstov <gv...@...>
Date:   2017-12-27T14:47:39Z

    fix exception types.

commit f4ce065ce863a741e0d14901e087ff69856b7d9f
Author: Alexander Paschenko <al...@...>
Date:   2017-12-27T16:23:23Z

    Merge branch 'master' into ignite-5571

commit 73bedeb4979d5474be654c6f8f80c168c9a0606f
Author: Alexander Paschenko <al...@...>
Date:   2017-12-27T19:00:36Z

    IGNITE-5571 More tests

commit ccf16fcc4d819e33b71a3322ae99d48755ee6b76
Author: Alexander Paschenko <al...@...>
Date:   2017-12-28T07:49:25Z

    IGNITE-7259: Fixed GridIndexRebuildSelfTest. This closes #3304.

commit 53466fc059d027edb24b3d7f5da05b6be2e997fc
Author: Igor Seliverstov <gv...@...>
Date:   2017-12-28T11:24:16Z

    fix partition checking.

commit b9aa9ebca0dca79fec278415beb5753ef49a4c60
Author: Igor Seliverstov <gv...@...>
Date:   2017-12-29T12:18:30Z

    fix mvcc version checking on lock acquire

commit a86af95ea1ee08c2f66751a8e2fc440e4671d686
Author: Igor Seliverstov <gv...@...>
Date:   2018-01-11T12:45:02Z

    TODOs, right tickets numbers, minors

commit 59ba16afcab00326a60f53b3a7592d2978f19313
Author: Igor Seliverstov <gv...@...>
Date:   2018-01-11T14:45:53Z

    Merge branch 'master' into ignite-4191-master

commit 79d876bce306802bf097a69030e1fcca61cec859
Author: Igor Seliverstov <gv...@...>
Date:   2018-01-11T14:49:22Z

    Merge branch 'master' into ignite-4191-master

commit 9bd874c8d132f23842ae4bf8caa2c633b42b0789
Author: Igor Seliverstov <gv...@...>
Date:   2018-01-11T14:52:15Z

    Merge branch 'master' into ignite-4191-master
    
    # Conflicts:
    #	modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/IgniteH2Indexing.java

commit cbae5040399f433c0689df76e697df5a637ca1bc
Author: Igor Seliverstov <gv...@...>
Date:   2018-01-11T15:29:13Z

    Disable DROP COLUMN with enabled mvcc

----


---

[GitHub] ignite pull request #4516: gg-14053

Posted by AMashenkov <gi...@git.apache.org>.
Github user AMashenkov closed the pull request at:

    https://github.com/apache/ignite/pull/4516


---