[JBoss JIRA] (TEIID-3865) too much logging of source cancel
by Steven Hawkins (JIRA)
Steven Hawkins created TEIID-3865:
-------------------------------------
Summary: too much logging of source cancel
Key: TEIID-3865
URL: https://issues.jboss.org/browse/TEIID-3865
Project: Teiid
Issue Type: Quality Risk
Components: Query Engine
Affects Versions: 8.10
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.13, 8.12.3
With TEIID-3275 we made more pervasive use of cancel to ensure that pending work did not hold up close. However that proactive cancel does not need to be reported in the command log and does not need to occur if we have read the last batch.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years
[JBoss JIRA] (TEIID-3863) upgrade spring version
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-3863?page=com.atlassian.jira.plugin... ]
Ramesh Reddy resolved TEIID-3863.
---------------------------------
Resolution: Done
Upgraded to 3.2.6.RELEASE
> upgrade spring version
> ----------------------
>
> Key: TEIID-3863
> URL: https://issues.jboss.org/browse/TEIID-3863
> Project: Teiid
> Issue Type: Sub-task
> Components: Misc. Connectors
> Affects Versions: 8.13
> Reporter: Kylin Soong
> Assignee: Ramesh Reddy
> Fix For: 8.13
>
>
> The spring version(current use 3.0.7.RELEASE) need to be update, as
> http://mvnrepository.com/artifact/org.apache.cxf/cxf-core/3.0.5
> CXF 3.0.5 compatible spring version is 3.2.6.RELEASE. This cause ws resource adapter run failed in embedded
> {code}
> Caused by: java.lang.NoSuchMethodError: org.springframework.util.ClassUtils.isCglibProxyClass(Ljava/lang/Class;)Z
> at org.apache.cxf.common.util.SpringAopClassHelper.getRealClassInternal(SpringAopClassHelper.java:86)
> at org.apache.cxf.common.util.ClassHelper.getRealClass(ClassHelper.java:85)
> at org.apache.cxf.jaxrs.provider.ProviderFactory.setCommonProviders(ProviderFactory.java:498)
> at org.apache.cxf.jaxrs.client.ClientProviderFactory.setProviders(ClientProviderFactory.java:85)
> at org.apache.cxf.jaxrs.provider.ProviderFactory.initBaseFactory(ProviderFactory.java:137)
> at org.apache.cxf.jaxrs.client.ClientProviderFactory.initBaseFactory(ClientProviderFactory.java:77)
> at org.apache.cxf.jaxrs.client.ClientProviderFactory.createInstance(ClientProviderFactory.java:56)
> at org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean.initClient(JAXRSClientFactoryBean.java:377)
> at org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean.createWebClient(JAXRSClientFactoryBean.java:225)
> at org.teiid.resource.adapter.ws.WSConnectionImpl$HttpDispatch.createWebClient(WSConnectionImpl.java:141)
> at org.teiid.resource.adapter.ws.WSConnectionImpl$HttpDispatch.invoke(WSConnectionImpl.java:168)
> at org.teiid.resource.adapter.ws.WSConnectionImpl$HttpDispatch.invoke(WSConnectionImpl.java:123)
> at org.teiid.translator.ws.BinaryWSProcedureExecution.execute(BinaryWSProcedureExecution.java:155)
> at org.teiid.dqp.internal.datamgr.ConnectorWorkItem.execute(ConnectorWorkItem.java:349)
> ... 17 more
> {code}
> run [1] will reproduce this issue.
> [1] https://github.com/teiid/teiid-embedded-examples/tree/master/restservice-...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years
[JBoss JIRA] (TEIID-3863) upgrade spring version
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-3863?page=com.atlassian.jira.plugin... ]
Ramesh Reddy updated TEIID-3863:
--------------------------------
Parent: TEIID-3519
Issue Type: Sub-task (was: Task)
> upgrade spring version
> ----------------------
>
> Key: TEIID-3863
> URL: https://issues.jboss.org/browse/TEIID-3863
> Project: Teiid
> Issue Type: Sub-task
> Components: Misc. Connectors
> Affects Versions: 8.13
> Reporter: Kylin Soong
> Assignee: Ramesh Reddy
> Fix For: 8.13
>
>
> The spring version(current use 3.0.7.RELEASE) need to be update, as
> http://mvnrepository.com/artifact/org.apache.cxf/cxf-core/3.0.5
> CXF 3.0.5 compatible spring version is 3.2.6.RELEASE. This cause ws resource adapter run failed in embedded
> {code}
> Caused by: java.lang.NoSuchMethodError: org.springframework.util.ClassUtils.isCglibProxyClass(Ljava/lang/Class;)Z
> at org.apache.cxf.common.util.SpringAopClassHelper.getRealClassInternal(SpringAopClassHelper.java:86)
> at org.apache.cxf.common.util.ClassHelper.getRealClass(ClassHelper.java:85)
> at org.apache.cxf.jaxrs.provider.ProviderFactory.setCommonProviders(ProviderFactory.java:498)
> at org.apache.cxf.jaxrs.client.ClientProviderFactory.setProviders(ClientProviderFactory.java:85)
> at org.apache.cxf.jaxrs.provider.ProviderFactory.initBaseFactory(ProviderFactory.java:137)
> at org.apache.cxf.jaxrs.client.ClientProviderFactory.initBaseFactory(ClientProviderFactory.java:77)
> at org.apache.cxf.jaxrs.client.ClientProviderFactory.createInstance(ClientProviderFactory.java:56)
> at org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean.initClient(JAXRSClientFactoryBean.java:377)
> at org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean.createWebClient(JAXRSClientFactoryBean.java:225)
> at org.teiid.resource.adapter.ws.WSConnectionImpl$HttpDispatch.createWebClient(WSConnectionImpl.java:141)
> at org.teiid.resource.adapter.ws.WSConnectionImpl$HttpDispatch.invoke(WSConnectionImpl.java:168)
> at org.teiid.resource.adapter.ws.WSConnectionImpl$HttpDispatch.invoke(WSConnectionImpl.java:123)
> at org.teiid.translator.ws.BinaryWSProcedureExecution.execute(BinaryWSProcedureExecution.java:155)
> at org.teiid.dqp.internal.datamgr.ConnectorWorkItem.execute(ConnectorWorkItem.java:349)
> ... 17 more
> {code}
> run [1] will reproduce this issue.
> [1] https://github.com/teiid/teiid-embedded-examples/tree/master/restservice-...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years
[JBoss JIRA] (TEIID-3863) upgrade spring version
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-3863?page=com.atlassian.jira.plugin... ]
Ramesh Reddy reassigned TEIID-3863:
-----------------------------------
Assignee: Ramesh Reddy (was: Steven Hawkins)
> upgrade spring version
> ----------------------
>
> Key: TEIID-3863
> URL: https://issues.jboss.org/browse/TEIID-3863
> Project: Teiid
> Issue Type: Task
> Components: Misc. Connectors
> Affects Versions: 8.13
> Reporter: Kylin Soong
> Assignee: Ramesh Reddy
> Fix For: 8.13
>
>
> The spring version(current use 3.0.7.RELEASE) need to be update, as
> http://mvnrepository.com/artifact/org.apache.cxf/cxf-core/3.0.5
> CXF 3.0.5 compatible spring version is 3.2.6.RELEASE. This cause ws resource adapter run failed in embedded
> {code}
> Caused by: java.lang.NoSuchMethodError: org.springframework.util.ClassUtils.isCglibProxyClass(Ljava/lang/Class;)Z
> at org.apache.cxf.common.util.SpringAopClassHelper.getRealClassInternal(SpringAopClassHelper.java:86)
> at org.apache.cxf.common.util.ClassHelper.getRealClass(ClassHelper.java:85)
> at org.apache.cxf.jaxrs.provider.ProviderFactory.setCommonProviders(ProviderFactory.java:498)
> at org.apache.cxf.jaxrs.client.ClientProviderFactory.setProviders(ClientProviderFactory.java:85)
> at org.apache.cxf.jaxrs.provider.ProviderFactory.initBaseFactory(ProviderFactory.java:137)
> at org.apache.cxf.jaxrs.client.ClientProviderFactory.initBaseFactory(ClientProviderFactory.java:77)
> at org.apache.cxf.jaxrs.client.ClientProviderFactory.createInstance(ClientProviderFactory.java:56)
> at org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean.initClient(JAXRSClientFactoryBean.java:377)
> at org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean.createWebClient(JAXRSClientFactoryBean.java:225)
> at org.teiid.resource.adapter.ws.WSConnectionImpl$HttpDispatch.createWebClient(WSConnectionImpl.java:141)
> at org.teiid.resource.adapter.ws.WSConnectionImpl$HttpDispatch.invoke(WSConnectionImpl.java:168)
> at org.teiid.resource.adapter.ws.WSConnectionImpl$HttpDispatch.invoke(WSConnectionImpl.java:123)
> at org.teiid.translator.ws.BinaryWSProcedureExecution.execute(BinaryWSProcedureExecution.java:155)
> at org.teiid.dqp.internal.datamgr.ConnectorWorkItem.execute(ConnectorWorkItem.java:349)
> ... 17 more
> {code}
> run [1] will reproduce this issue.
> [1] https://github.com/teiid/teiid-embedded-examples/tree/master/restservice-...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years
[JBoss JIRA] (TEIID-3022) refine removed vdb handling
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/TEIID-3022?page=com.atlassian.jira.plugin... ]
RH Bugzilla Integration commented on TEIID-3022:
------------------------------------------------
Van Halbert <vhalbert(a)redhat.com> changed the Status of [bug 1291719|https://bugzilla.redhat.com/show_bug.cgi?id=1291719] from NEW to MODIFIED
> refine removed vdb handling
> ---------------------------
>
> Key: TEIID-3022
> URL: https://issues.jboss.org/browse/TEIID-3022
> Project: Teiid
> Issue Type: Quality Risk
> Components: Server
> Affects Versions: 8.1
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Fix For: 8.8
>
>
> With TEIID-2105 the server will reject requests against a non-active vdb, which includes a removed vdb. This is against the original intent of allowing for lazy cleanup. We should either have a vdb remove proactively terminate all sessions and fully cleanup or we should reinstate the lazy logic. At this point it probably makes the most sense to go the first route as there is other logic (materialization management for one) now checking the vdb state and assuming that removal will invalidate the vdb.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years