Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IGNITE-8913 #5442

Closed
wants to merge 109 commits into from
Closed

IGNITE-8913 #5442

wants to merge 109 commits into from

Commits on Aug 14, 2018

  1. IGNITE-9141 Implemented

    SGrimstad committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    26543e1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into ignite-9141

    devozerov committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    ee63108 View commit details
    Browse the repository at this point in the history
  3. Review.

    devozerov committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    4587bfc View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2018

  1. IGNITE-9141 Implemented

    SGrimstad committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    1511eb3 View commit details
    Browse the repository at this point in the history
  2. Review.

    devozerov authored and SGrimstad committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    0425a32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7209f8 View commit details
    Browse the repository at this point in the history
  4. IGNITE-9141 javadoc added

    SGrimstad committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    08e196a View commit details
    Browse the repository at this point in the history
  5. IGNITE-9141 javadoc added

    SGrimstad committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    b006a8d View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. Merge branch 'master' into ignite-9141

    devozerov committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    0ed04a7 View commit details
    Browse the repository at this point in the history
  2. Review comments.

    devozerov committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    02db267 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c4301c View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2018

  1. Configuration menu
    Copy the full SHA
    dd35f02 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2018

  1. Configuration menu
    Copy the full SHA
    ce15a79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    435184a View commit details
    Browse the repository at this point in the history
  3. IGNITE-9389 Avoid deadlock on cache#close(). - Fixes apache#4626.

    Signed-off-by: Alexey Goncharuk <alexey.goncharuk@gmail.com>
    dmekhanikov authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    82e55e9 View commit details
    Browse the repository at this point in the history
  4. IGNITE-9401 Fixed race in tx rollback test - Fixes apache#4633.

    Signed-off-by: Alexey Goncharuk <alexey.goncharuk@gmail.com>
    ascherbakoff authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    a4dedb7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b8b2e70 View commit details
    Browse the repository at this point in the history
  6. IGNITE-9326 Fixed deferred serialization error handling for EntryProc…

    …essor result - Fixes apache#4588.
    
    Signed-off-by: Alexey Goncharuk <alexey.goncharuk@gmail.com>
    agoncharuk authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    c1f5a85 View commit details
    Browse the repository at this point in the history
  7. IGNITE-9421: ML Examples: LogisticRegressionSGDTrainerExample

    example result not correct
    
    this closes apache#4646
    zaleslaw authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    ee2c5a7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f858474 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    88d1649 View commit details
    Browse the repository at this point in the history
  10. IGNITE-4191: MVCC and transactional SQL support. Joint multi-man-year…

    …s efforts of Semen Boikov, Igor Seliverstov, Alexander Paschenko, Igor Sapego, Sergey Kalashnikov, Roman Kondakov, Pavel Kuznetsov, Ivan Pavlukhin, Andrey Mashenkov, and many others. Special thanks for design ideas and review to Alexey Goncharuk and Sergi Vladykin. This closes apache#3220.
    gvvinblade authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    23b33b6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    eec22c5 View commit details
    Browse the repository at this point in the history
  12. IGNITE-9302 Added timeouts for Java Thin Clients tests - Fixes apache…

    …#4562.
    
    Signed-off-by: Alexey Goncharuk <alexey.goncharuk@gmail.com>
    EdShangGG authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    8af84fe View commit details
    Browse the repository at this point in the history
  13. IGNITE-9237: [ML] Random forest optimization

    this closes apache#4612
    avplatonov authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    1d4ccec View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    053f88d View commit details
    Browse the repository at this point in the history
  15. IGNITE-9348: ML examples improvements, follow-up to IGNITE-9297

    this closes apache#4641
    Oleg Ignatenko authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    deb08a9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    63d5a29 View commit details
    Browse the repository at this point in the history
  17. IGNITE-9444 Mute failing test

    agoncharuk authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    77b06a6 View commit details
    Browse the repository at this point in the history
  18. IGNITE-8568 Web Console: Added support for "Collocated" query mode on…

    … "Queries" screen.
    vsisko authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    e76e3a3 View commit details
    Browse the repository at this point in the history
  19. IGNITE-8189 Improved ZkDistributedCollectDataFuture#deleteFutureData …

    …implementation - Fixes apache#4537.
    
    Signed-off-by: Alexey Goncharuk <alexey.goncharuk@gmail.com>
    NSAmelchev authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    067df13 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    aa9e922 View commit details
    Browse the repository at this point in the history
  21. IGNITE-9448 Update ZooKeeper version to 3.4.13 - Fixes apache#4661.

    Signed-off-by: Alexey Goncharuk <alexey.goncharuk@gmail.com>
    vd-pyatkov authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    fa1a6d6 View commit details
    Browse the repository at this point in the history
  22. IGNITE-9373 Fixed MVCC failing tests - Fixes apache#4623.

    Signed-off-by: Alexey Goncharuk <alexey.goncharuk@gmail.com>
    AMashenkov authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    cd8ce25 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    17217c3 View commit details
    Browse the repository at this point in the history
  24. IGNITE-9348: ML examples improvements

    this closes apache#4662
    Oleg Ignatenko authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    cf0215e View commit details
    Browse the repository at this point in the history
  25. IGNITE-584 Fixed scan query to return consistent results on changing …

    …topology - Fixes apache#4351.
    
    Signed-off-by: Alexey Goncharuk <alexey.goncharuk@gmail.com>
    zstan authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    d59db34 View commit details
    Browse the repository at this point in the history
  26. IGNITE-8886: Binary: fixed footer offset calculation when raw data is…

    … present. This closes apache#4643.
    alamar authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    da477f1 View commit details
    Browse the repository at this point in the history
  27. IGNITE-9425 Fixed NPE on index rebuild - Fixes apache#4647.

    Signed-off-by: Alexey Goncharuk <alexey.goncharuk@gmail.com>
    dkarachentsev authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    b51519a View commit details
    Browse the repository at this point in the history
  28. IGNITE-8286: ScanQuery ignore setLocal with non local partition. - Fixes

     apache#3871.
    
    Signed-off-by: shroman <rshtykh@yahoo.com>
    shroman authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    3660ef2 View commit details
    Browse the repository at this point in the history
  29. IGNITE-9382: Fix Node.js client o process large payloads. - Fixes apa…

    …che#4629.
    
    Signed-off-by: shroman <rshtykh@yahoo.com>
    tyabuki authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    ad858e8 View commit details
    Browse the repository at this point in the history
  30. IGNITE-9141: SQL: pass error message from mapper to reducer in case o…

    …f mapping failure. This closes apache#4536.
    SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    9d46063 View commit details
    Browse the repository at this point in the history
  31. Refactoring to improve constant usage for file suffixes. - Fixes apac…

    …he#4652.
    
    Signed-off-by: Dmitriy Govorukhin <dmitriy.govorukhin@gmail.com>
    voropava authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    83e3f12 View commit details
    Browse the repository at this point in the history
  32. IGNITE-9361 Remove IgniteInternalCache.isMongo*Cache() and other remn…

    …ants. - Fixes apache#4678.
    
    Signed-off-by: Dmitriy Govorukhin <dmitriy.govorukhin@gmail.com>
    alamar authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    3f75f95 View commit details
    Browse the repository at this point in the history
  33. IGNITE-8829 Annotated configuration properties on TcpCommunicationSpi…

    … that lack required annotations - Fixes apache#4583.
    
    Signed-off-by: Alexey Goncharuk <alexey.goncharuk@gmail.com>
    NSAmelchev authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    ca86307 View commit details
    Browse the repository at this point in the history
  34. IGNITE-9448 Updated ZooKeeper version to 3.4.13 - Fixes apache#4671.

    Signed-off-by: Alexey Goncharuk <alexey.goncharuk@gmail.com>
    vd-pyatkov authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    57ba2f1 View commit details
    Browse the repository at this point in the history
  35. IGNITE-8987 Fixed Ignite hang on getting of atomic structures after a…

    …utoactivation - Fixes apache#4664.
    
    Signed-off-by: Alexey Goncharuk <alexey.goncharuk@gmail.com>
    gromtech authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    5dcffcd View commit details
    Browse the repository at this point in the history
  36. IGNITE-9387: [ML] Model updating

    this closes apache#4659
    avplatonov authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    e9c54c9 View commit details
    Browse the repository at this point in the history
  37. IGNITE-9054 Avoid using OptimizedMarshaller with initial ScanQuery. - F…

    …ixes apache#4592.
    
    Signed-off-by: Alexey Goncharuk <alexey.goncharuk@gmail.com>
    alamar authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    cdfed61 View commit details
    Browse the repository at this point in the history
  38. IGNITE-9360 Remove SnapTreeMap and tests on it. - Fixes apache#4608.

    Signed-off-by: Dmitriy Govorukhin <dmitriy.govorukhin@gmail.com>
    alamar authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    f15dfb0 View commit details
    Browse the repository at this point in the history
  39. IGNITE-9408: Update Apache Mesos version. - Fixes apache#4650.

    Signed-off-by: shroman <rshtykh@yahoo.com>
    shroman authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    b119cf7 View commit details
    Browse the repository at this point in the history
  40. IGNITE-6454 muted flaky tests - Fixes apache#4682.

    Signed-off-by: Dmitriy Govorukhin <dmitriy.govorukhin@gmail.com>
    dgarus authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    5a2167b View commit details
    Browse the repository at this point in the history
  41. IGNITE-9438 Fix file descriptors leak in StandaloneWalRecordsIterator…

    …. - Fixes apache#4658.
    
    Signed-off-by: Dmitriy Govorukhin <dmitriy.govorukhin@gmail.com>
    antonovsergey93 authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    d546e85 View commit details
    Browse the repository at this point in the history
  42. IGNITE-9402 Throws exception if WALWriter failed during flush buffer. -

    Fixes apache#4640.
    
    Signed-off-by: Dmitriy Govorukhin <dmitriy.govorukhin@gmail.com>
    akalash authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    672be18 View commit details
    Browse the repository at this point in the history
  43. IGNITE-8158: Wrap the method afterTestsStopped() call with try/catch. -

    Fixes apache#4464.
    
    Signed-off-by: Nikolay Izhikov <nizhikov@apache.org>
    zzzadruga authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    b1dc2af View commit details
    Browse the repository at this point in the history
  44. Revert TOPIC_MONGO removal in "IGNITE-9361 Remove IgniteInternalCache…

    ….isMongo*Cache() and other remnants."
    
    This partially reverts commit de30a86. - Fixes apache#4687.
    
    Signed-off-by: Dmitriy Govorukhin <dmitriy.govorukhin@gmail.com>
    alamar authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    1a61415 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    380078a View commit details
    Browse the repository at this point in the history
  46. IGNITE-8936: Remove AffinityAssignment#clientEventChange as not used. -

    Fixes apache#4448.
    
    Signed-off-by: Nikolay Izhikov <nizhikov@apache.org>
    zzzadruga authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    e134740 View commit details
    Browse the repository at this point in the history
  47. IGNITE-9422 Fixed NPE on clients when new binary meta from joined nod…

    …e arrived. - Fixes apache#4681.
    
    Signed-off-by: Alexey Goncharuk <alexey.goncharuk@gmail.com>
    ivandasch authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    48287e9 View commit details
    Browse the repository at this point in the history
  48. IGNITE-9093 Fixed IgniteDbPutGetWithCacheStoreTest failing due to nod…

    …e shutdown without checkpoint on stop - Fixes apache#4545.
    
    Signed-off-by: Alexey Goncharuk <alexey.goncharuk@gmail.com>
    alamar authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    a73c644 View commit details
    Browse the repository at this point in the history
  49. IGNITE-8915: Check moved to GridQueryProcessor. Check for SqlFieldsQu…

    …ery added. - Fixes apache#4414.
    
    Signed-off-by: Nikolay Izhikov <nizhikov@apache.org>
    nizhikov authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    295512c View commit details
    Browse the repository at this point in the history
  50. IGNITE-9479 Fixed spontaneous rebalance during cache start and improv…

    …ed logging level - Fixes apache#4691.
    
    Signed-off-by: Alexey Goncharuk <alexey.goncharuk@gmail.com>
    agoncharuk authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    5dc87e4 View commit details
    Browse the repository at this point in the history
  51. IGNITE-9084 Fixed error handling for historical rebalance - Fixes apa…

    …che#4437.
    
    Signed-off-by: Alexey Goncharuk <alexey.goncharuk@gmail.com>
    Jokser authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    e63243c View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    4ca677e View commit details
    Browse the repository at this point in the history
  53. IGNITE-8927: SQL: correct handling of LOST partitions on mapper side.…

    … Note that for local queries this doesn't work still because partition state is not checked (see IGNITE-7039). This closes apache#4679.
    devozerov authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    024ed9e View commit details
    Browse the repository at this point in the history
  54. IGNITE-9482: [ML] Refactor all trainers' settters to

    withFieldName format for meta-algorithms
    
    this closes apache#4699
    zaleslaw authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    558218f View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    ec48acd View commit details
    Browse the repository at this point in the history
  56. IGNITE-9161: Optimization for C++ (copy elision)

    This closes apache#4476
    isapego authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    831d2a3 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    a6e5e74 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    c05e68d View commit details
    Browse the repository at this point in the history
  59. IGNITE-9285: [ML] Add MaxAbsScaler as a preprocessing stage

    this closes apache#4655
    Ravil Galeyev authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    ef5833a View commit details
    Browse the repository at this point in the history
  60. IGNITE-9472 Added permissions check on cluster activation - Fixes apa…

    …che#4686.
    
    Signed-off-by: Dmitriy Govorukhin <dgovorukhin@Dmitriys-MacBook-Pro.local>
    ibessonov authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    0219e02 View commit details
    Browse the repository at this point in the history
  61. IGNITE-9475 Fix closures that has been created on client does not pro…

    …vide real class name to TASK_* permissions - Fixes apache#4688.
    
    Signed-off-by: Dmitriy Govorukhin <dgovorukhin@Dmitriys-MacBook-Pro.local>
    ibessonov authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    5ebb988 View commit details
    Browse the repository at this point in the history
  62. IGNITE-7460 Web Console: Fixed issue with "step" param of "evictionTh…

    …reshold" input.
    vsisko authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    b203859 View commit details
    Browse the repository at this point in the history
  63. IGNITE-5960 Fixed race on continuous query registration and entry upd…

    …ate. Fixes apache#2728.
    Sunny Chan authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    5da5b1e View commit details
    Browse the repository at this point in the history
  64. IGNITE-8509 Fixed and reworkd tx rollback tests - Fixes apache#4150.

    Signed-off-by: Alexey Goncharuk <alexey.goncharuk@gmail.com>
    ascherbakoff authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    2ca2bea View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    a962a1e View commit details
    Browse the repository at this point in the history
  66. IGNITE-9445 Use valid tag for page write unlock while reading cold pa…

    …ge from disk - Fixes apache#4708.
    
    Signed-off-by: Alexey Goncharuk <alexey.goncharuk@gmail.com>
    ascherbakoff authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    c81c127 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    b1b132b View commit details
    Browse the repository at this point in the history
  68. IGNITE-9528 Web Console: Fixed handling of "LOAD_COMPLETE_CONFIGURATI…

    …ON_ERR" action in PageConfigure service.
    
       Previous implementation used to throw a complete store message instead of an error it wraps.
       Also updated clusterServiceConfiguration generator to fail gracefully if some of caches do not exist.
    Klaster1 authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    a17df67 View commit details
    Browse the repository at this point in the history
  69. IGNITE-8650 Fix flaky ZookeeperDiscovery testClientReconnect. - Fixes a…

    …pache#4704.
    
    Signed-off-by: Dmitriy Govorukhin <dmitriy.govorukhin@gmail.com>
    avplatonov authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    07e4acc View commit details
    Browse the repository at this point in the history
  70. IGNITE-9518 Fix getPagesFillFactor returns NaN for empty region - Fixes

    apache#4717.
    
    Signed-off-by: Dmitriy Govorukhin <dmitriy.govorukhin@gmail.com>
    ibessonov authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    8297c89 View commit details
    Browse the repository at this point in the history
  71. IGNITE-9141 Implemented

    SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    7c7cd6a View commit details
    Browse the repository at this point in the history
  72. IGNITE-9141 Implemented

    SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    59cc593 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    0cb72c9 View commit details
    Browse the repository at this point in the history
  74. Review comments.

    devozerov authored and SGrimstad committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    be238f4 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    87d200a View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    59627ec View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    ee82039 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    326c11b View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2018

  1. Configuration menu
    Copy the full SHA
    66d198d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3284a77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed04d93 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f510922 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    70f330a View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2018

  1. Configuration menu
    Copy the full SHA
    c0885e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b093cc View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2018

  1. Configuration menu
    Copy the full SHA
    e8ae87d View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2018

  1. Configuration menu
    Copy the full SHA
    55ca7ac View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2018

  1. Configuration menu
    Copy the full SHA
    21c54f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2018

  1. Configuration menu
    Copy the full SHA
    f7953f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b84edd5 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2018

  1. Merge branch 'master' into IGNITE-8913

    # Conflicts:
    #	modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/IgniteH2Indexing.java
    #	modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/twostep/GridMapQueryExecutor.java
    #	modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/distributed/near/IgniteCacheDistributedQueryStopOnCancelOrTimeoutSelfTest.java
    SGrimstad committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    5cc66b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3b680c View commit details
    Browse the repository at this point in the history
  3. IGNITE-8913 after merge fix

    SGrimstad committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    fffcf4b View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2018

  1. Configuration menu
    Copy the full SHA
    b1fd541 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2018

  1. IGNITE-8913 after merge fix

    SGrimstad committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    11c7bb3 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2018

  1. Merge branch 'master' into IGNITE-8913

    # Conflicts:
    #	modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/IgniteH2Indexing.java
    #	modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/twostep/GridMapQueryExecutor.java
    #	modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/twostep/GridReduceQueryExecutor.java
    #	modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/distributed/near/IgniteCacheDistributedQueryStopOnCancelOrTimeoutSelfTest.java
    devozerov committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    a56cc68 View commit details
    Browse the repository at this point in the history
  2. Merge.

    devozerov committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    15751b9 View commit details
    Browse the repository at this point in the history