Vladimir Ozerov created IGNITE-5431:
---------------------------------------
Summary: Better exception message when SQL cache flag doesn't match
Key: IGNITE-5431
URL: https://issues.apache.org/jira/browse/IGNITE-5431
Project: Ignite
Issue Type: Task
Components: sql
Reporter: Vladimir Ozerov
Assignee: Alexander Paschenko
Fix For: 2.1
SQL flag configuration check is performed in {{ClusterCachesInfo>checkCache}}.
Default validation mechanics is used and the following error message appears:
{code}
SQL flag mismatch (fix sql flag in cache configuration or set
-DIGNITE_SKIP_CONFIGURATION_CONSISTENCY_CHECK=true system property)
[cacheName=SQL_PUBLIC_Person, localSql=false, remoteSql=true,
rmtNodeId=b975316b-ad6a-4f64-b8a4-9eaac6400002]
{code}
Apparently, it is misleading because there is no such config property. Need to
fix that and make sure that {{DIGNITE_SKIP_CONFIGURATION_CONSISTENCY_CHECK}}
has no effect on this check.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)