This is an automated email from the ASF dual-hosted git repository. abudnikov pushed a commit to branch IGNITE-7595 in repository https://gitbox.apache.org/repos/asf/ignite.git
commit 5186d30cc3688c35f3f7bb7463e531f75ec8744f Author: abudnikov <[email protected]> AuthorDate: Tue Aug 25 18:10:22 2020 +0300 minor fixes --- docs/_docs/monitoring-metrics/system-views.adoc | 4 +++- docs/_docs/setup.adoc | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/_docs/monitoring-metrics/system-views.adoc b/docs/_docs/monitoring-metrics/system-views.adoc index 940b98e..e678501 100644 --- a/docs/_docs/monitoring-metrics/system-views.adoc +++ b/docs/_docs/monitoring-metrics/system-views.adoc @@ -597,6 +597,8 @@ Page list is a data structure used to store a list of partially free data pages Page lists organized in buckets. Each bucket group pages with about the same size of free space. If persistence is enabled page lists are created for each partition of each cache group, to view such page lists cacheGroupPageLists system view (SQL name CACHE_GROUP_PAGE_LISTS) can be used. If persistence is disabled page lists are created for each data region, in this case, dataRegionPageLists system view (SQL name DATA_REGION_PAGE_LISTS) can be used. These views contain information about each bucket of each page list what is useful to understand how much data can be inserted into the [...] + +//// === Columns of cacheGroupPageLists @@ -668,4 +670,4 @@ If persistence is enabled page lists are created for each partition of each cach |WRITE_BEHIND_FLUSH_THREAD_COUNT | int | Number of threads that will perform cache flushing |WRITE_SYNCHRONIZATION_MODE | string | Gets write synchronization mode - +//// diff --git a/docs/_docs/setup.adoc b/docs/_docs/setup.adoc index bd1315b..e13237c 100644 --- a/docs/_docs/setup.adoc +++ b/docs/_docs/setup.adoc @@ -22,7 +22,7 @@ installation folder and make sure there is no trailing `/` in the path. The easiest way to use Ignite is to add it to your pom. -[source, xml] +[source, xml,subs="attributes,specialchars" ] ---- <properties>
