This is an automated email from the ASF dual-hosted git repository.

dpavlov pushed a change to branch ignite-2.7.5
in repository https://gitbox.apache.org/repos/asf/ignite.git.


    from 88ae866  IGNITE-11436 Added module flags to sqlline.sh and .bat to 
support JDK 9+ - Fixes #6195.
     new be0840d  IGNITE-11600: Fix launch scripts for Java 12 (#6326)
     new df73704  IGNITE-11030 Fix Pages List to preserve partition ID 
consistency. (#5915)
     new 70db06e  IGNITE-11030 Test for for change "Fix Pages List to preserve 
partition ID consistency."

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 bin/control.bat                                    |  2 +-
 bin/control.sh                                     |  2 +-
 bin/ignite-tf.sh                                   |  2 +-
 bin/ignite.bat                                     |  2 +-
 bin/ignite.sh                                      |  2 +-
 bin/ignitevisorcmd.bat                             |  2 +-
 bin/ignitevisorcmd.sh                              |  2 +-
 .../wal/record/delta/InitNewPageRecord.java        | 10 +++
 .../cache/persistence/freelist/PagesList.java      |  8 +-
 .../cache/persistence/pagemem/PageMemoryImpl.java  | 16 +++-
 .../persistence/db/IgniteTcBotInitNewPageTest.java | 89 ++++++++++++++++++++++
 .../testsuites/IgnitePdsWithIndexingTestSuite.java |  2 +
 modules/sqlline/bin/sqlline.bat                    |  2 +-
 modules/sqlline/bin/sqlline.sh                     |  2 +-
 .../web-console/web-agent/bin/ignite-web-agent.bat |  2 +-
 .../web-console/web-agent/bin/ignite-web-agent.sh  |  2 +-
 16 files changed, 132 insertions(+), 15 deletions(-)
 create mode 100644 
modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/persistence/db/IgniteTcBotInitNewPageTest.java

Reply via email to