-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
2
-
False
-
None
-
False
-
-
-
-
-
-
+
-
https://github.com/infinispan/infinispan/pull/12004, https://github.com/infinispan/infinispan/pull/12176, https://gitlab.cee.redhat.com/red-hat-jboss-data-grid-documentation/rhdg-documentation/-/commit/f7d7ee63c81f2de88844f9ec3498f2625b45d2d7, https://gitlab.cee.redhat.com/red-hat-jboss-data-grid-documentation/rhdg-documentation/-/commit/e52e149f454b035b91a9636a0ca47d7ac500577a
-
-
There are several issues with proto schema examples in 6.10.3.1. SQL query store configuration section of Configuring Data Grid Caches documentation:
- The section is showing two proto schemas where first (person) refers the second one. Attempt to create the schemas in this order will fail.
- Address proto schema is missing ; at the end of package line
- Person proto schema needs to import ${address_proto_file_name} in order so it can be successfully created.
- documents
-
ISPN-15717 Fix proto schema and cache configurtion in SQL query store configuration section
- Resolved
- is related to
-
JDG-6687 [DOCS] SQL query store configuration section uses invalid cache configuration
- Verified