1. 6721ab9 IGNITE-22464 Java thin client: Add events for client start and stop - Fixes #11387. by Aleksey Plekhanov · 3 days ago master
  2. 42b3285 IGNITE-22420 Fix expireTime setting for thin client replication (#11376) by Maksim Timonin · 3 days ago
  3. faea3b2 IGNITE-22449 Documentation: Add new Cache View column (#11385) by Maksim Davydov · 5 days ago
  4. b43ca98 IGNITE-22439 SQL Calcite: Add test for duplicate keys (#11380) by Andrey Nadyktov · 6 days ago
  5. 794a536 IGNITE-22189 Add expiry policy info to CacheView - Fixes #11357. by Maksim Davydov · 6 days ago
  6. 8be2e2c IGNITE-22412: Unify snapshot validation jobs (#11368) by Vladimir Steshin · 10 days ago
  7. 5d0d4e3 IGNITE-22400 Fixed flaky IgniteClusterSnapshotStreamerTest (#11369) by Vladimir Steshin · 12 days ago
  8. b046793 IGNITE-22401 Code cleanup of snapshot classes (#11366) by Vladimir Steshin · 12 days ago
  9. dfff5d7 IGNITE-22140 Add test for IndexQuery pagination (#11350) by oleg-vlsk · 13 days ago
  10. c8f2252 IGNITE-20688 Fixed orphaned handles after binary object detach operation. (#11272) by Mikhail Petrov · 2 weeks ago
  11. 344dad8 IGNITE-22089 Removal of MVCC benchmarks in Yardstick (#11345) by Julia Bakulina · 2 weeks ago
  12. 4a8ed5f IGNITE-21866 SQL Calcite: Add memory quotas control for Cursor.getAll() method - Fixes #11288. by Aleksey Plekhanov · 2 weeks ago
  13. 370693a IGNITE-22182 : Move snapshop metadata validation to SnapshotMetadataVerificationTask (#11346) by Vladimir Steshin · 3 weeks ago
  14. 67dd34e IGNITE-22299 Drop GridCacheVersion#otherClusterVersion for cache resending (#11360) by Maksim Timonin · 3 weeks ago
  15. 987d1a1 IGNITE-22215 Fix for ThinClientIndexQueryTest#testPageSize (#11349) by oleg-vlsk · 3 weeks ago
  16. d27740e IGNITE-21835 MVCC removal: final cleanup (#11330) by Ilya Shishkov · 3 weeks ago
  17. 5c26896 IGNITE-22028 Java Thin: Implement invoke/invokeAll operations - Fixes #11358. by Aleksey Plekhanov · 3 weeks ago
  18. b1b76e0 IGNITE-21225 Fix redundant lambda object allocation in ClockPageReplacementFlags#setFlag - Fixes #11170. by Aleksey Plekhanov · 3 weeks ago
  19. 98f200a IGNITE-21823 Add proper logging of default pageSize (#11355) by Andrey N · 3 weeks ago
  20. a2cd44c IGNITE-22308 .NET: Update vulnerable Newtonsoft.Json (#11359) by Pavel Tupitsyn · 3 weeks ago
  21. 0b0915f IGNITE-21830 Fixed logging of failed attempts to connect to the previous node in the ring. (#11327) by Maksim Davydov · 4 weeks ago
  22. 9836647 IGNITE-22219 Remove useless SqlQuery code in GridCacheQueryManager (#11347) by Maksim Timonin · 4 weeks ago
  23. e1a7f8e IGNITE-22183 Recording of IndexQuery events added (#11342) by oleg-vlsk · 5 weeks ago
  24. ff1c7ed IGNITE-22203 Refactor CommandHandler, remove unnecessary code (#11343) by Nikita Amelchev · 5 weeks ago
  25. 7b8b4ba IGNITE-21542 Add documentation on Ignite Security Model (#11277) by oleg-vlsk · 5 weeks ago
  26. a3e24d1 .NET: Fix examples install instructions in README.md by Pavel Tupitsyn · 5 weeks ago
  27. 123127a IGNITE-22101 Fix performance drop for thin client cache operations - Fixes #11328. by Aleksey Plekhanov · 6 weeks ago
  28. 78c0970 IGNITE-22168 Fix fieldsCount in TcpCommunication messages - Fixes #11339. by Ilya Shishkov · 6 weeks ago
  29. ad73c62 IGNITE-22165: Add dump cancellation test (#11337) by Vladimir Steshin · 6 weeks ago
  30. a1908ed IGNITE-22173 Added logging for CDC mode switching (#11340) by Aleksandr Nikolaev · 6 weeks ago
  31. 00cf185 Fix spelling and punctuation in Streamer docs by Pavel Tupitsyn · 6 weeks ago
  32. 9d9446d IGNITE-21629 Add o.a.i.client.SslProtocol#TLSv1_3 (#11335) by Pavel Tupitsyn · 6 weeks ago
  33. b964439 IGNITE-22069 Optimize persistent entries expiration - Fixes #11319. by Aleksey Plekhanov · 7 weeks ago
  34. 01d7719 IGNITE-22104 Added documentation of custom metrics (#11331) by Vladimir Steshin · 7 weeks ago
  35. 5acdf4a IGNITE-22081 Delete TransactionSerializationException and TransactionAlreadyCompletedException (#11324) by Andrey N · 7 weeks ago
  36. c4d122d IGNITE-21345 TxState and MvccSnapshot removal (#11323) by Ilya Shishkov · 8 weeks ago
  37. a2053f1 IGNITE-21888 Remove MvccVersion and MvccUpdateVersionAware (#11320) by Julia Bakulina · 8 weeks ago
  38. 1c34e2d IGNITE-22026 Fix incorrect retry logic in GridCacheIoManager send method (#11311) by Ilya Shishkov · 8 weeks ago
  39. b300ef0 IGNITE-21156 Implemented custom metrics (#11293) by Vladimir Steshin · 8 weeks ago
  40. 63c95b7 IGNITE-21369 Removal of MVCC code in WAL classes (#11204) by Ilya Shishkov · 9 weeks ago
  41. 33fcc99 IGNITE-21826 Remove MvccCoordinator and MvccFuture (#11314) by Julia Bakulina · 9 weeks ago
  42. 2083812 IGNITE-21994 Fix broken link (#11315) by AlexLev-Tor · 9 weeks ago
  43. 1bb2920 IGNITE-21884 Removal of MvccIO and MvccVersionAware (#11299) by Ilya Shishkov · 9 weeks ago
  44. af86920 IGNITE-21770 Extend logging for the AbstractFileIO#fully() method (#11294) by oleg-vlsk · 9 weeks ago
  45. 1fb6ad0 IGNITE-22020 Add 'keepRaw' parameter to DumpReaderConfiguration (#11309) by Vladimir Steshin · 9 weeks ago
  46. 327df73 IGNITE-21961 Fix entries cleaning on node shutdown/deactivation for in-memory mode - Fixes #11302. by Aleksey Plekhanov · 9 weeks ago
  47. 30ed7b9 IGNITE-21183 Thin client: Fix client-connector threads blocking by transactional operations - Fixes #11176. by Aleksey Plekhanov · 9 weeks ago
  48. fbdd3de IGNITE-13114 : 65535 is the **inclusive** upper bound for port numbers (#7896) by Chris Dennis · 2 months ago
  49. 5145c80 IGNITE-21656: Fix cache dump check fails on a cache with a node filter (#11276) by Vladimir Steshin · 2 months ago
  50. 2ccb962 IGNITE-21929 Fix pending tree extra cleanup on entries expiration - Fixes #11300. by Yuri Naryshkin · 2 months ago
  51. 0024e37 IGNITE-21886 Refactor CompressionProcessorImpl, move code partially to ignite-core module - Fixes #11290. by Aleksey Plekhanov · 2 months ago
  52. 7b25be9 IGNITE-21145 Remove MVCC classes from package o.a.i.internal.processors.cache.tree.mvcc.* (#11282) by Julia Bakulina · 2 months ago
  53. f967969 IGNITE-21628 Transactional SQL commands removal (#11281) by Ilya Shishkov · 2 months ago
  54. 3a63713 IGNITE-21900 Remove meta command need to remove marshaller data (#11295) by Evgeniy Stanilovskiy · 2 months ago
  55. 8fb97ae IGNITE-21223 Add xml example in WAL Records Compression section of Ignite documentation (#11289) by Andrey N · 3 months ago
  56. 9285414 IGNITE-21832 Remove permissions check to obtain cluster tag and id via Control Utility (#11287) by Anastasia Iakimova · 3 months ago
  57. 4365f71 IGNITE-21796 Update grpc-context version from 1.61.0 to 1.62.2 in opencensus module (#11286) by Andrey N · 3 months ago
  58. 1c318e1 IGNITE-21478 Fix OOM crash on unstable topology (#11283) by yurinaryshkin · 3 months ago
  59. db4ac5f IGNITE-21587 SQL Calcite: Add operations authorization (#11278) by Aleksey Plekhanov · 3 months ago
  60. 89e3617 IGNITE-21087 Remove VacuumTask, MvccQueryTracker and MvccLongList (#11273) by Julia Bakulina · 3 months ago
  61. e79b654 IGNITE-21769 [ducktests] Fix dns_failure_test.py to work with the JDK versions greater then 8 (#11279) by Sergey Korotkov · 3 months ago
  62. 7950200 IGNITE-21367 IgniteH2Indexing transactional code removal (#11242) by Ilya Shishkov · 3 months ago
  63. 4fbe4d4 IGNITE-21636 MVCC code cleanup and abbreviation fixes (#11259) by Vladimir Steshin · 3 months ago
  64. f324805 IGNITE-21630 Fix cluster failure on topology change when DNS service is unavailable - Fixes #11260. by Aleksey Plekhanov · 3 months ago
  65. 2ebc8df IGNITE-21678 Fix Cdc error with ignite to ignite streamer in case BinaryConfiguration is specified in config (#11275) by Sergey Korotkov · 3 months ago
  66. c758187 IGNITE-21713 Data streamer does not fire all the CQ events (#11269) by Evgeniy Stanilovskiy · 3 months ago
  67. e35f91f IGNITE-21637 Fix integer overflow in page eviction trackers (#11261) by Ilya Shishkov · 3 months ago
  68. 062d293 IGNITE-21162 SQL Calcite: Use table level hints - Fixes #11175. by Vladimir Steshin · 4 months ago
  69. b27817a IGNITE-21550 Expose CDC metrics via push metrics exporter spi (#11248) by Sergey Korotkov · 4 months ago
  70. 7cd0c7a IGNITE-21603 Fixed backward connection check with loopback address (#11255) by Vladimir Steshin · 4 months ago
  71. 38d3359 IGNITE-21607 Fixed typos and code cleaned up in the CacheGroupContext. (#11257) by Vladimir Steshin · 4 months ago
  72. a86f88b IGNITE-21346 Removal of MVCC code from GridCacheEntryEx and IgniteCacheOffheapManager (#11225) by Ilya Shishkov · 4 months ago
  73. aed3a60 IGNITE-21586 Removed orphaned rawRetVal flag. (#11254) by Mikhail Petrov · 4 months ago
  74. 4eeb459 IGNITE-21266 Java Thin Client: Fixed PA after cluster restart with the same topology version. (#11191) by Mikhail Petrov · 4 months ago
  75. 6f6b947 IGNITE-21570 Add buffer for reading files while checking cache dumps (#11252) by yurinaryshkin · 4 months ago
  76. 65c8e26 IGNITE-21522 Removed C++ example for nonexistant API (#11244) by IgGusev · 4 months ago
  77. ffde1db IGNITE-21102 Use ClusterState enum for baseline control.sh commands output (#11138) by oleg-vlsk · 4 months ago
  78. 61682fc IGNITE-21475 Replacing currentTimeMillis with nanoTime in LongJVMPauseDetector (#11239) by oleg-vlsk · 4 months ago
  79. b6b8cfc IGNITE-21485 : Refactoring of lost code and codestyle related to GridCacheVersion (#11236) by Vladimir Steshin · 4 months ago
  80. 3ad3f0f IGNITE-21236 Fix dump doesn't contain data inserted before node restart (#11233) by Vladimir Steshin · 4 months ago
  81. 6286f67 IGNITE-21436 Removal of MVCC *Enlist* classes (#11217) by Ilya Shishkov · 4 months ago
  82. 63c4fca IGNITE-14317 Fix IgniteCache.removeAsync(key,val) failure inside an optimistic transaction (#11238) by Aleksey Plekhanov · 4 months ago
  83. b53bd55 IGNITE-21368 MVCC code removal from transactional classes (#11203) by Ilya Shishkov · 4 months ago
  84. 0c87c39 IGNITE-14823 Value abbrevation (#11235) by Nikolay · 4 months ago
  85. 5481a2d IGNITE-21449 Avoid excessive invocation of channel.position() while dump create (#11234) by yurinaryshkin · 4 months ago
  86. 7ddf565b IGNITE-21139 Provide ability to extract a command argument and class from management task event (#11125) by Nikita Amelchev · 4 months ago
  87. 16b2edd IGNITE-21110 Added the management event to all management commands (#11121) by Nikita Amelchev · 4 months ago
  88. 968e6ec IGNITE-14823 Query abbrevation (#11232) by Nikolay · 4 months ago
  89. d5cf808 IGNITE-14823 Group abbrevation (#11231) by Nikolay · 4 months ago
  90. 6cc7bb2 IGNITE-14823 Local abbrevation (#11230) by Nikolay · 4 months ago
  91. aa8f557 IGNITE-14823 Topology abbrevation (#11227) by Nikolay · 4 months ago
  92. c213797 IGNITE-14823 Iterator abbrevation (#11226) by Nikolay · 4 months ago
  93. dbf5320 IGNITE-21351 Fix NPE on metric "TransactionsHoldingLockNumber" if tx is not initialized (#11197) by Aleksey Plekhanov · 5 months ago
  94. 483043f IGNITE-21366 SQL: Fix AssertionError due to cache size overflow (#11214) by Aleksandr Nikolaev · 5 months ago
  95. 62ee94f IGNITE-21342 Overridden outdated guava and grpc dependency versions in the OpenCensus module. (#11193) by Aleksandr Nikolaev · 5 months ago
  96. 5a068eb IGNITE-21132 Buffered disk writing when creating dump (#11118) by yurinaryshkin · 5 months ago
  97. 855b617 IGNITE-14823 String abbrevation (#11213) by Nikolay · 5 months ago
  98. c1fad6d IGNITE-21417 .NET: Disable TestReconnectToOldNodeDisablesPartitionAwareness on JDK 11+ (#11212) by Pavel Tupitsyn · 5 months ago
  99. 597302d IGNITE-21399 Fixed logging of reduced cache entries for distributed long running operations. (#11210) by Mikhail Petrov · 5 months ago
  100. f4c1d6b IGNITE-14823 Version, subject abbrevations (#11211) by Nikolay · 5 months ago