[
https://issues.apache.org/jira/browse/IGNITE-9735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ivan Pavlukhin updated IGNITE-9735:
-----------------------------------
Description:
Now with for MVCC caches query like below is broadcasted instead of sending to
single node only.
{code:java}
update table set _val = _val + 1 where _key = ?{code}
was:
Now with for MVCC caches query like below is broadcasted instead off sending to
single node only.
{code:java}
update table set _val = _val + 1 where _key = ?{code}
> Determine partitions during parsing for MVCC DML statements
> -----------------------------------------------------------
>
> Key: IGNITE-9735
> URL: https://issues.apache.org/jira/browse/IGNITE-9735
> Project: Ignite
> Issue Type: Bug
> Components: mvcc
> Reporter: Ivan Pavlukhin
> Priority: Major
>
> Now with for MVCC caches query like below is broadcasted instead of sending
> to single node only.
> {code:java}
> update table set _val = _val + 1 where _key = ?{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)