This is an automated email from the ASF dual-hosted git repository.
nizhikov pushed a change to branch IGNITE-15629
in repository https://gitbox.apache.org/repos/asf/ignite.git
from 44cb58227c0 IGNITE-15629 TX commands implemented (#10715)
add ea2d3fe52f9 IGNITE-17157 Added documentation for the Index Reader
Utility (#10668)
add f9e1ab3aa62 IGNITE-18832 Add CLIENT_CONNECTION_ATTRIBUTES system view
- Fixes #10719.
add 82dc1391dd0 IGNITE-19495 Fix failure on sqlOnHeapCache=enabled and
more than one index used - Fixes #10722.
add 9a532d217cd Merge branch 'master' into IGNITE-15629
No new revisions were added by this update.
Summary of changes:
docs/_data/toc.yaml | 2 +
docs/_docs/monitoring-metrics/system-views.adoc | 14 +++++++
docs/_docs/tools/index-reader.adoc | 44 +++++++++++++++++++
.../internal/jdbc2/JdbcMetadataSelfTest.java | 1 +
.../ignite/jdbc/thin/JdbcThinMetadataSelfTest.java | 4 ++
.../SystemViewRowAttributeWalkerGenerator.java | 2 +
.../internal/commandline/indexreader/README.md | 25 +++++++++++
.../apache/ignite/util/SystemViewCommandTest.java | 1 +
.../query/index/sorted/inline/InlineIndexTree.java | 6 ++-
...va => ClientConnectionAttributeViewWalker.java} | 21 +++++-----
.../ClientListenerAbstractConnectionContext.java | 5 +++
.../odbc/ClientListenerConnectionContext.java | 6 +++
.../processors/odbc/ClientListenerProcessor.java | 49 ++++++++++++++++++++++
...iew.java => ClientConnectionAttributeView.java} | 39 +++++++----------
.../ignite/internal/metric/SystemViewSelfTest.java | 47 +++++++++++++++++++++
.../processors/cache/index/H2RowCacheSelfTest.java | 2 +-
.../cache/metric/SqlViewExporterSpiTest.java | 1 +
.../processors/query/SqlSystemViewsSelfTest.java | 41 ++++++++++++++++++
18 files changed, 272 insertions(+), 38 deletions(-)
create mode 100644 docs/_docs/tools/index-reader.adoc
create mode 100644
modules/control-utility/src/main/java/org/apache/ignite/internal/commandline/indexreader/README.md
copy
modules/core/src/main/java/org/apache/ignite/internal/managers/systemview/walker/{NodeAttributeViewWalker.java
=> ClientConnectionAttributeViewWalker.java} (74%)
copy
modules/core/src/main/java/org/apache/ignite/spi/systemview/view/{NodeAttributeView.java
=> ClientConnectionAttributeView.java} (68%)