[jira] [Commented] (IGNITE-10328) Allow to destroy cache in code which were created via SQL

2018-11-20 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/IGNITE-10328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16693096#comment-16693096
 ] 

ASF GitHub Bot commented on IGNITE-10328:
-

Github user asfgit closed the pull request at:

https://github.com/apache/ignite/pull/5431


> Allow to destroy cache in code which were created via SQL
> -
>
> Key: IGNITE-10328
> URL: https://issues.apache.org/jira/browse/IGNITE-10328
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Eduard Shangareev
>Assignee: Eduard Shangareev
>Priority: Major
> Fix For: 2.8
>
>
> We couldn't destroy cache without using SQL if it was created via SQL.
> {code}
> Caused by: class org.apache.ignite.IgniteCheckedException: Only cache created 
> with cache API may be removed with direct call to destroyCache 
> [cacheName=SQL_PUBLIC_T1]
>   at 
> org.apache.ignite.internal.processors.cache.ClusterCachesInfo.processCacheChangeRequests(ClusterCachesInfo.java:677)
>   at 
> org.apache.ignite.internal.processors.cache.ClusterCachesInfo.onCacheChangeRequested(ClusterCachesInfo.java:430)
>   at 
> org.apache.ignite.internal.processors.cache.GridCacheProcessor.onCustomEvent(GridCacheProcessor.java:3827)
>   at 
> org.apache.ignite.internal.managers.discovery.GridDiscoveryManager$4.onDiscovery0(GridDiscoveryManager.java:697)
>   at 
> org.apache.ignite.internal.managers.discovery.GridDiscoveryManager$4.lambda$onDiscovery$0(GridDiscoveryManager.java:604)
>   at 
> org.apache.ignite.internal.managers.discovery.GridDiscoveryManager$DiscoveryMessageNotifierWorker.body0(GridDiscoveryManager.java:2667)
>   at 
> org.apache.ignite.internal.managers.discovery.GridDiscoveryManager$DiscoveryMessageNotifierWorker.body(GridDiscoveryManager.java:2705)
>   at 
> org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:120)
>   ... 1 more
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10328) Allow to destroy cache in code which were created via SQL

2018-11-20 Thread Alexey Goncharuk (JIRA)


[ 
https://issues.apache.org/jira/browse/IGNITE-10328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16693093#comment-16693093
 ] 

Alexey Goncharuk commented on IGNITE-10328:
---

[~EdShangGG] looks good, merged your changes to master. Please create a 
documentation ticket and close this one.

> Allow to destroy cache in code which were created via SQL
> -
>
> Key: IGNITE-10328
> URL: https://issues.apache.org/jira/browse/IGNITE-10328
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Eduard Shangareev
>Assignee: Eduard Shangareev
>Priority: Major
> Fix For: 2.8
>
>
> We couldn't destroy cache without using SQL if it was created via SQL.
> {code}
> Caused by: class org.apache.ignite.IgniteCheckedException: Only cache created 
> with cache API may be removed with direct call to destroyCache 
> [cacheName=SQL_PUBLIC_T1]
>   at 
> org.apache.ignite.internal.processors.cache.ClusterCachesInfo.processCacheChangeRequests(ClusterCachesInfo.java:677)
>   at 
> org.apache.ignite.internal.processors.cache.ClusterCachesInfo.onCacheChangeRequested(ClusterCachesInfo.java:430)
>   at 
> org.apache.ignite.internal.processors.cache.GridCacheProcessor.onCustomEvent(GridCacheProcessor.java:3827)
>   at 
> org.apache.ignite.internal.managers.discovery.GridDiscoveryManager$4.onDiscovery0(GridDiscoveryManager.java:697)
>   at 
> org.apache.ignite.internal.managers.discovery.GridDiscoveryManager$4.lambda$onDiscovery$0(GridDiscoveryManager.java:604)
>   at 
> org.apache.ignite.internal.managers.discovery.GridDiscoveryManager$DiscoveryMessageNotifierWorker.body0(GridDiscoveryManager.java:2667)
>   at 
> org.apache.ignite.internal.managers.discovery.GridDiscoveryManager$DiscoveryMessageNotifierWorker.body(GridDiscoveryManager.java:2705)
>   at 
> org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:120)
>   ... 1 more
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10328) Allow to destroy cache in code which were created via SQL

2018-11-20 Thread Ignite TC Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/IGNITE-10328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16693082#comment-16693082
 ] 

Ignite TC Bot commented on IGNITE-10328:


{panel:title=No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity Run All 
Results|https://ci.ignite.apache.org/viewLog.html?buildId=2354114buildTypeId=IgniteTests24Java8_RunAll]

> Allow to destroy cache in code which were created via SQL
> -
>
> Key: IGNITE-10328
> URL: https://issues.apache.org/jira/browse/IGNITE-10328
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Eduard Shangareev
>Assignee: Eduard Shangareev
>Priority: Major
> Fix For: 2.8
>
>
> We couldn't destroy cache without using SQL if it was created via SQL.
> {code}
> Caused by: class org.apache.ignite.IgniteCheckedException: Only cache created 
> with cache API may be removed with direct call to destroyCache 
> [cacheName=SQL_PUBLIC_T1]
>   at 
> org.apache.ignite.internal.processors.cache.ClusterCachesInfo.processCacheChangeRequests(ClusterCachesInfo.java:677)
>   at 
> org.apache.ignite.internal.processors.cache.ClusterCachesInfo.onCacheChangeRequested(ClusterCachesInfo.java:430)
>   at 
> org.apache.ignite.internal.processors.cache.GridCacheProcessor.onCustomEvent(GridCacheProcessor.java:3827)
>   at 
> org.apache.ignite.internal.managers.discovery.GridDiscoveryManager$4.onDiscovery0(GridDiscoveryManager.java:697)
>   at 
> org.apache.ignite.internal.managers.discovery.GridDiscoveryManager$4.lambda$onDiscovery$0(GridDiscoveryManager.java:604)
>   at 
> org.apache.ignite.internal.managers.discovery.GridDiscoveryManager$DiscoveryMessageNotifierWorker.body0(GridDiscoveryManager.java:2667)
>   at 
> org.apache.ignite.internal.managers.discovery.GridDiscoveryManager$DiscoveryMessageNotifierWorker.body(GridDiscoveryManager.java:2705)
>   at 
> org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:120)
>   ... 1 more
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10328) Allow to destroy cache in code which were created via SQL

2018-11-19 Thread Ignite TC Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/IGNITE-10328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16692792#comment-16692792
 ] 

Ignite TC Bot commented on IGNITE-10328:


{panel:title=Possible 
Blockers|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}Platform .NET{color} [[tests 
1|https://ci.ignite.apache.org/viewLog.html?buildId=2355707]]
* exe: CacheQueriesTest.TestSqlFieldsQuery(True,True,True,True) - 1,0% fails in 
last 100 master runs.

{panel}
[TeamCity Run All 
Results|https://ci.ignite.apache.org/viewLog.html?buildId=2354114buildTypeId=IgniteTests24Java8_RunAll]

> Allow to destroy cache in code which were created via SQL
> -
>
> Key: IGNITE-10328
> URL: https://issues.apache.org/jira/browse/IGNITE-10328
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Eduard Shangareev
>Assignee: Eduard Shangareev
>Priority: Major
> Fix For: 2.8
>
>
> We couldn't destroy cache without using SQL if it was created via SQL.
> {code}
> Caused by: class org.apache.ignite.IgniteCheckedException: Only cache created 
> with cache API may be removed with direct call to destroyCache 
> [cacheName=SQL_PUBLIC_T1]
>   at 
> org.apache.ignite.internal.processors.cache.ClusterCachesInfo.processCacheChangeRequests(ClusterCachesInfo.java:677)
>   at 
> org.apache.ignite.internal.processors.cache.ClusterCachesInfo.onCacheChangeRequested(ClusterCachesInfo.java:430)
>   at 
> org.apache.ignite.internal.processors.cache.GridCacheProcessor.onCustomEvent(GridCacheProcessor.java:3827)
>   at 
> org.apache.ignite.internal.managers.discovery.GridDiscoveryManager$4.onDiscovery0(GridDiscoveryManager.java:697)
>   at 
> org.apache.ignite.internal.managers.discovery.GridDiscoveryManager$4.lambda$onDiscovery$0(GridDiscoveryManager.java:604)
>   at 
> org.apache.ignite.internal.managers.discovery.GridDiscoveryManager$DiscoveryMessageNotifierWorker.body0(GridDiscoveryManager.java:2667)
>   at 
> org.apache.ignite.internal.managers.discovery.GridDiscoveryManager$DiscoveryMessageNotifierWorker.body(GridDiscoveryManager.java:2705)
>   at 
> org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:120)
>   ... 1 more
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10328) Allow to destroy cache in code which were created via SQL

2018-11-19 Thread Ignite TC Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/IGNITE-10328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16692325#comment-16692325
 ] 

Ignite TC Bot commented on IGNITE-10328:


{panel:title=Possible 
Blockers|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}Platform .NET{color} [[tests 
2|https://ci.ignite.apache.org/viewLog.html?buildId=2354102]]
* exe: ServicesTest.TestCallJavaServiceDynamicProxy - 0,0% fails in last 100 
master runs.

{color:#d04437}ZooKeeper (Discovery) 2{color} [[tests 
2|https://ci.ignite.apache.org/viewLog.html?buildId=2354052]]
* ZookeeperDiscoverySpiTestSuite2: 
IgniteCacheEntryListenerWithZkDiscoAtomicTest.testSynchronousEvents - 0,0% 
fails in last 100 master runs.

{color:#d04437}Spring{color} [[tests 
1|https://ci.ignite.apache.org/viewLog.html?buildId=2354040]]
* IgniteSpringTestSuite: GridFactorySelfTest.testConcurrentStartStop - 1,0% 
fails in last 100 master runs.

{panel}
[TeamCity Run All 
Results|https://ci.ignite.apache.org/viewLog.html?buildId=2354114buildTypeId=IgniteTests24Java8_RunAll]

> Allow to destroy cache in code which were created via SQL
> -
>
> Key: IGNITE-10328
> URL: https://issues.apache.org/jira/browse/IGNITE-10328
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Eduard Shangareev
>Assignee: Eduard Shangareev
>Priority: Major
> Fix For: 2.8
>
>
> We couldn't destroy cache without using SQL if it was created via SQL.
> {code}
> Caused by: class org.apache.ignite.IgniteCheckedException: Only cache created 
> with cache API may be removed with direct call to destroyCache 
> [cacheName=SQL_PUBLIC_T1]
>   at 
> org.apache.ignite.internal.processors.cache.ClusterCachesInfo.processCacheChangeRequests(ClusterCachesInfo.java:677)
>   at 
> org.apache.ignite.internal.processors.cache.ClusterCachesInfo.onCacheChangeRequested(ClusterCachesInfo.java:430)
>   at 
> org.apache.ignite.internal.processors.cache.GridCacheProcessor.onCustomEvent(GridCacheProcessor.java:3827)
>   at 
> org.apache.ignite.internal.managers.discovery.GridDiscoveryManager$4.onDiscovery0(GridDiscoveryManager.java:697)
>   at 
> org.apache.ignite.internal.managers.discovery.GridDiscoveryManager$4.lambda$onDiscovery$0(GridDiscoveryManager.java:604)
>   at 
> org.apache.ignite.internal.managers.discovery.GridDiscoveryManager$DiscoveryMessageNotifierWorker.body0(GridDiscoveryManager.java:2667)
>   at 
> org.apache.ignite.internal.managers.discovery.GridDiscoveryManager$DiscoveryMessageNotifierWorker.body(GridDiscoveryManager.java:2705)
>   at 
> org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:120)
>   ... 1 more
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)