Skip to content
Permalink
master

Commits on Dec 24, 2020

  1. IGNITE-13708 Add thin client support for Spring Transactions - Fixes #…

    …8556.
    
    Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
    ololo3000 authored and alex-plekhanov committed Dec 24, 2020
  2. IGNITE-13900: Fix C++ Affinity tests (#8605)

    isapego committed Dec 24, 2020
  3. IGNITE-12824 .NET: Add BinaryConfiguration.TimestampConverter (#8568)

    Co-authored-by: Pavel Tupitsyn <ptupitsyn@apache.org>
    nizhikov and ptupitsyn committed Dec 24, 2020
  4. IGNITE-13896 Fix javadoc build failure - Fixes #8601.

    Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
    alex-plekhanov committed Dec 24, 2020

Commits on Dec 23, 2020

  1. IGNITE-13868 Added additional tests related to simultaneously created…

    … caches. Fixes #8584
    
    Signed-off-by: Slava Koptilin <slava.koptilin@gmail.com>
    sanpwc authored and sk0x50 committed Dec 23, 2020
  2. IGNITE-13866 validate_indexes command is interrupted if connection to…

    … initiator is broken. Fixes #8593
    
    Signed-off-by: Slava Koptilin <slava.koptilin@gmail.com>
    vldpyatkov authored and sk0x50 committed Dec 23, 2020
  3. IGNITE-13831 Move WAL archive cleanup from checkpoint to rollover - F…

    …ixes #8563.
    
    Signed-off-by: Ilya Kasnacheev <ilya.kasnacheev@gmail.com>
    tkalkirill authored and alamar committed Dec 23, 2020
  4. IGNITE-13720 Parallelism for defragmentation added. - Fixes #8574.

    Signed-off-by: Sergey Chugunov <sergey.chugunov@gmail.com>
    akalash authored and sergey-chugunov-1985 committed Dec 23, 2020
  5. IGNITE-13870 Removed obsolete GridCacheAdapter#validateCacheKey. Fixes

    …#8586
    
    Signed-off-by: Slava Koptilin <slava.koptilin@gmail.com>
    sanpwc authored and sk0x50 committed Dec 23, 2020

Commits on Dec 22, 2020

  1. IGNITE-13867 Fixed an issue related to erroneous sending TTL update r…

    …equests. Fixes #8583
    
    Signed-off-by: Slava Koptilin <slava.koptilin@gmail.com>
    sanpwc authored and sk0x50 committed Dec 22, 2020
  2. IGNITE-13869 Added additional logging for a query mapping. Fixes #8585

    Signed-off-by: Slava Koptilin <slava.koptilin@gmail.com>
    sanpwc authored and sk0x50 committed Dec 22, 2020
  3. IGNITE-13864 Fixed an issue where acknowledge on a stale latch could …

    …lead to assertion error. Fixes #8579
    
    Signed-off-by: Slava Koptilin <slava.koptilin@gmail.com>
    vldpyatkov authored and sk0x50 committed Dec 22, 2020
  4. IGNITE-13766 API for network connectivity check - Fixes #8500.

    Signed-off-by: Sergey Chugunov <sergey.chugunov@gmail.com>
    SammyVimes authored and sergey-chugunov-1985 committed Dec 22, 2020
  5. IGNITE-13880 Fix PageMemoryTracker related flaky tests - Fixes #8597.

    Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
    alex-plekhanov committed Dec 22, 2020

Commits on Dec 18, 2020

  1. IGNITE-13876 Updated documentation for 2.9.1 release (#8592)

    ymolochkov committed Dec 18, 2020

Commits on Dec 17, 2020

  1. IGNITE-13847 GridEncryptionManager#onWalSegmentRemoved should be invo…

    …ked async - Fixes #8576.
    
    Signed-off-by: Ilya Kasnacheev <ilya.kasnacheev@gmail.com>
    tkalkirill authored and alamar committed Dec 17, 2020
  2. IGNITE-13848 Fixed incorrect updating of SegmentReservationStorage#mi…

    …nReserveIdx when truncating WAL segments. Fixes #8573
    
    Signed-off-by: Slava Koptilin <slava.koptilin@gmail.com>
    tkalkirill authored and sk0x50 committed Dec 17, 2020

Commits on Dec 16, 2020

  1. IGNITE-13743 JMX API for Defragmentation monitoring and management - F…

    …ixes #8496.
    
    Signed-off-by: Sergey Chugunov <sergey.chugunov@gmail.com>
    SammyVimes authored and sergey-chugunov-1985 committed Dec 16, 2020

Commits on Dec 15, 2020

  1. ignite docs: fixed case of GitHub

    dmagda committed Dec 15, 2020
  2. IGNITE-12666 Provide cluster performance profiling tool (#7693)

    NSAmelchev committed Dec 15, 2020
  3. ignite docs: fixed broken links and updated the C++ API header

    dmagda committed Dec 15, 2020
  4. ignite docs: updated the index page with quick links to the APIs and …

    …examples
    dmagda committed Dec 15, 2020

Commits on Dec 11, 2020

  1. ignite docs: fixing a broken documentation link

    Nikita-tech-writer committed Dec 11, 2020
  2. IGNITE-13838 IgniteSqlSplitterSelfTest fixes various tests - Fixes #8565

    .
    
    Signed-off-by: Ilya Kasnacheev <ilya.kasnacheev@gmail.com>
    zstan authored and alamar committed Dec 11, 2020
  3. IGNITE-12892 WAL archive size configuration made more clear - Fixes #…

    …8550.
    
    Signed-off-by: Sergey Chugunov <sergey.chugunov@gmail.com>
    SammyVimes authored and sergey-chugunov-1985 committed Dec 11, 2020
  4. IGNITE-13815 Remove ability to delete segments from the middle of WAL…

    … archive - Fixes #8545.
    
    Signed-off-by: Ilya Kasnacheev <ilya.kasnacheev@gmail.com>
    tkalkirill authored and alamar committed Dec 11, 2020
  5. IGNITE-13101 Metastore should complete all write futures during stop …

    …and prohibit creating new ones - Fixes #8554.
    
    Signed-off-by: Sergey Chugunov <sergey.chugunov@gmail.com>
    ibessonov authored and sergey-chugunov-1985 committed Dec 11, 2020
  6. IGNITE-13832 Proper handling of interrupted exceptions in disco-notif…

    …ier-worker. - Fixes #8561.
    
    Signed-off-by: Sergey Chugunov <sergey.chugunov@gmail.com>
    ibessonov authored and sergey-chugunov-1985 committed Dec 11, 2020
  7. IGNITE-13833 More versions added to PersistenceBasicCompatibilityTest -

    Fixes #8562.
    
    Signed-off-by: Ilya Kasnacheev <ilya.kasnacheev@gmail.com>
    ibessonov authored and alamar committed Dec 11, 2020

Commits on Dec 10, 2020

  1. IGNITE-13826 .NET: Add RendezvousAffinityFunction.BackupFilter

    Add RendezvousAffinityFunction.BackupFilter with a single predefined implementation that delegates to Java: ClusterNodeAttributeAffinityBackupFilter.
    ptupitsyn committed Dec 10, 2020
  2. IGNITE-13786 Add defragmentation-specific B+Tree optimizations - Fixes

    …#8560.
    
    Signed-off-by: Alexey Goncharuk <alexey.goncharuk@gmail.com>
    ibessonov authored and agoncharuk committed Dec 10, 2020
  3. IGNITE-13450 [MINOR] Added missed javadoc for EVT_CACHE_QUERY_EXECUTE…

    …D event.
    sk0x50 committed Dec 10, 2020
  4. IGNITE-13823 WAL iterator WRITE permission requirement removed. - Fixes

    #8549.
    
    Signed-off-by: Sergey Chugunov <sergey.chugunov@gmail.com>
    ibessonov authored and sergey-chugunov-1985 committed Dec 10, 2020
  5. IGNITE-13353 Got rid of unnecessary rebalance on starting new cache.

    Signed-off-by: Slava Koptilin <slava.koptilin@gmail.com>
    sergeyuttsel authored and sk0x50 committed Dec 10, 2020
Older
You can’t perform that action at this time.