[
https://issues.apache.org/jira/browse/IGNITE-6295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16684843#comment-16684843
]
ASF GitHub Bot commented on IGNITE-6295:
----------------------------------------
GitHub user devozerov opened a pull request:
https://github.com/apache/ignite/pull/5373
IGNITE-6295
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-6295-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/5373.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5373
----
commit 5defccc2898049b1f40cb97873bc53e8e95e594d
Author: devozerov <vozerov@...>
Date: 2018-06-09T09:34:02Z
Implemented base logic, need to run tests.
commit b8b2e076d2e34f81eb73f34cb5308d2000883bde
Author: devozerov <vozerov@...>
Date: 2018-06-09T12:35:27Z
WIP on tests.
commit 5f145ba97f8ec41b14fd31c5a52fc9de46ef2134
Author: devozerov <vozerov@...>
Date: 2018-11-13T07:55:07Z
Merge branch 'master' into ignite-6295
# Conflicts:
#
modules/core/src/main/java/org/apache/ignite/internal/processors/query/GridQueryProcessor.java
commit 8825aeeca9e2c6ca734dd5b648a29874f5d78b66
Author: devozerov <vozerov@...>
Date: 2018-11-13T08:01:02Z
Merge.
commit 75a4fe4c217439d0c98f86736869173a49b75257
Author: devozerov <vozerov@...>
Date: 2018-11-13T08:01:43Z
WIP.
----
> SQL: Get rid of "replicatedOnly" flag
> -------------------------------------
>
> Key: IGNITE-6295
> URL: https://issues.apache.org/jira/browse/IGNITE-6295
> Project: Ignite
> Issue Type: Task
> Components: sql
> Reporter: Vladimir Ozerov
> Assignee: Vladimir Ozerov
> Priority: Major
> Labels: performance, usability
> Fix For: 2.8
>
>
> This flag acts as a hint that all tables are reside in {{REPLICATED}} cache.
> However, we already have this information in runtime! No need to ask users to
> think about it.
> Let's deprecate that flag.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)