zstan commented on code in PR #11653: URL: https://github.com/apache/ignite/pull/11653#discussion_r1838162626
########## docs/_docs/monitoring-metrics/system-views.adoc: ########## @@ -102,20 +102,20 @@ control.bat --system-view NODE_METRICS --node-id a1b77663-b37f-4ddf-87a6-1e2d684 |CACHE_MODE | string | Cache mode |ATOMICITY_MODE | string | Atomicity mode |CACHE_GROUP_NAME | string | Cache group name -|AFFINITY | string | toString representation of affinity function -|AFFINITY_MAPPER | string | toString representation of affinity mapper +|AFFINITY | string | String representation of affinity function +|AFFINITY_MAPPER | string | String representation of affinity mapper |BACKUPS | int | backup count |CACHE_GROUP_ID | int | cache group id -|CACHE_LOADER_FACTORY | string | toString representation of cache loader factory -|CACHE_STORE_FACTORY | string | toString representation of cache store factory -|CACHE_WRITER_FACTORY | string | toString representation of cache writer factory +|CACHE_LOADER_FACTORY | string | tring representation of cache loader factory Review Comment: ```suggestion |CACHE_LOADER_FACTORY | string | String representation of cache loader factory ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org