[
https://issues.apache.org/jira/browse/IGNITE-12808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17130714#comment-17130714
]
Andrey Mashenkov commented on IGNITE-12808:
-------------------------------------------
Bot visa is invalid, some tests (e.g. Query 2 suite) were not restarted after
new commits were added.
I've restarted TC.
I found it is possible to add query entity with non-default query parallelism,
but I see no tests for this.
Also it would be nice to cover next case:
* Assume user has 2 servers and enough backups (no partition loss happens) and
a client.
* Then one of servers goes down.
* Then index is enabled for a cache.
* Then second server goes down.
* Then first is started back.
* Client should be able to reconnect with no issues.
> Allow create tables for existing caches
> ---------------------------------------
>
> Key: IGNITE-12808
> URL: https://issues.apache.org/jira/browse/IGNITE-12808
> Project: Ignite
> Issue Type: New Feature
> Components: sql
> Reporter: Mikhail Cherkasov
> Assignee: Ivan Daschinskiy
> Priority: Major
> Time Spent: 40m
> Remaining Estimate: 0h
>
> If you have a big cache with a lot of data and you need to index it, right
> now you have to destroy cache and create a new one to index your data. Or
> create a new cache with a table and reload it to data to the new cache which
> definitely is time-consuming and super inconvenient.
> I believe we can allow users to create tables for existing caches.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)