[JBoss JIRA] (TEIID-2410) issues with output buffer blocking
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/TEIID-2410?page=com.atlassian.jira.plugin... ]
RH Bugzilla Integration updated TEIID-2410:
-------------------------------------------
Bugzilla Update: Perform
Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=916247
> issues with output buffer blocking
> ----------------------------------
>
> Key: TEIID-2410
> URL: https://issues.jboss.org/browse/TEIID-2410
> Project: Teiid
> Issue Type: Bug
> Components: Query Engine
> Affects Versions: 7.7
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Fix For: 8.3
>
>
> when a local connection (regardless of using the calling thread) blocks on the output buffer (which cannot happen with forward only and using the calling thread, but due to another issue can occur with a scroll insensitive result) no corresponding process thread is awakened to process pending work.
> Output blocking should also be disabled for non-forward only results. This was disabled at some point by a refactoring to reuse the output buffer from the plan.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 10 months
[JBoss JIRA] (TEIID-2412) OData does not handle exceptions correctly
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-2412?page=com.atlassian.jira.plugin... ]
Ramesh Reddy resolved TEIID-2412.
---------------------------------
Labels: CR1 (was: )
Resolution: Done
Added overloaded the ExceptionMapper that handles the Web engine thrown errors much more gracefully such that all exceptions handled rather than swallowed.
> OData does not handle exceptions correctly
> ------------------------------------------
>
> Key: TEIID-2412
> URL: https://issues.jboss.org/browse/TEIID-2412
> Project: Teiid
> Issue Type: Bug
> Components: Server
> Affects Versions: 8.3
> Reporter: Ramesh Reddy
> Assignee: Ramesh Reddy
> Labels: CR1
> Fix For: 8.3
>
>
> When a unexpected exception occurs, OData implementation masks correct error occurred and throws following
> {code}
> org.jboss.resteasy.core.ContextParameterInjector$GenericDelegatingProxy.invoke(ContextParameterInjector.java:53)
> $Proxy33.getBaseUri(Unknown Source)
> org.teiid.odata.TeiidProducerProvider.getContext(TeiidProducerProvider.java:54) org.teiid.odata.TeiidProducerProvider.getContext(TeiidProducerProvider.java:37) org.odata4j.producer.resources.ExceptionMappingProvider.getODataProducer(ExceptionMappingProvider.java:85) org.odata4j.producer.resources.ExceptionMappingProvider.toResponse(ExceptionMappingProvider.java:53)
> org.odata4j.producer.resources.ExceptionMappingProvider.toResponse(ExceptionMappingProvider.java:35) org.jboss.resteasy.core.SynchronousDispatcher.executeExceptionMapper(SynchronousDispatcher.java:324)
> org.jboss.resteasy.core.SynchronousDispatcher.handleException(SynchronousDispatcher.java:229) org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:123)
> org.teiid.odata.ODataServletContainerDispatcher.service(ODataServletContainerDispatcher.java:97)
> org.teiid.odata.ODataServlet.service(ODataServlet.java:61) org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50)
> javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 10 months
[JBoss JIRA] (TEIID-2412) OData does not handle exceptions correctly
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-2412?page=com.atlassian.jira.plugin... ]
Ramesh Reddy updated TEIID-2412:
--------------------------------
Affects Version/s: 8.3
> OData does not handle exceptions correctly
> ------------------------------------------
>
> Key: TEIID-2412
> URL: https://issues.jboss.org/browse/TEIID-2412
> Project: Teiid
> Issue Type: Bug
> Components: Server
> Affects Versions: 8.3
> Reporter: Ramesh Reddy
> Assignee: Ramesh Reddy
> Fix For: 8.3
>
>
> When a unexpected exception occurs, OData implementation masks correct error occurred and throws following
> {code}
> org.jboss.resteasy.core.ContextParameterInjector$GenericDelegatingProxy.invoke(ContextParameterInjector.java:53)
> $Proxy33.getBaseUri(Unknown Source)
> org.teiid.odata.TeiidProducerProvider.getContext(TeiidProducerProvider.java:54) org.teiid.odata.TeiidProducerProvider.getContext(TeiidProducerProvider.java:37) org.odata4j.producer.resources.ExceptionMappingProvider.getODataProducer(ExceptionMappingProvider.java:85) org.odata4j.producer.resources.ExceptionMappingProvider.toResponse(ExceptionMappingProvider.java:53)
> org.odata4j.producer.resources.ExceptionMappingProvider.toResponse(ExceptionMappingProvider.java:35) org.jboss.resteasy.core.SynchronousDispatcher.executeExceptionMapper(SynchronousDispatcher.java:324)
> org.jboss.resteasy.core.SynchronousDispatcher.handleException(SynchronousDispatcher.java:229) org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:123)
> org.teiid.odata.ODataServletContainerDispatcher.service(ODataServletContainerDispatcher.java:97)
> org.teiid.odata.ODataServlet.service(ODataServlet.java:61) org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50)
> javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 10 months
[JBoss JIRA] (TEIID-2412) OData does not handle exceptions correctly
by Ramesh Reddy (JIRA)
Ramesh Reddy created TEIID-2412:
-----------------------------------
Summary: OData does not handle exceptions correctly
Key: TEIID-2412
URL: https://issues.jboss.org/browse/TEIID-2412
Project: Teiid
Issue Type: Bug
Components: Server
Reporter: Ramesh Reddy
Assignee: Ramesh Reddy
Fix For: 8.3
When a unexpected exception occurs, OData implementation masks correct error occurred and throws following
{code}
org.jboss.resteasy.core.ContextParameterInjector$GenericDelegatingProxy.invoke(ContextParameterInjector.java:53)
$Proxy33.getBaseUri(Unknown Source)
org.teiid.odata.TeiidProducerProvider.getContext(TeiidProducerProvider.java:54) org.teiid.odata.TeiidProducerProvider.getContext(TeiidProducerProvider.java:37) org.odata4j.producer.resources.ExceptionMappingProvider.getODataProducer(ExceptionMappingProvider.java:85) org.odata4j.producer.resources.ExceptionMappingProvider.toResponse(ExceptionMappingProvider.java:53)
org.odata4j.producer.resources.ExceptionMappingProvider.toResponse(ExceptionMappingProvider.java:35) org.jboss.resteasy.core.SynchronousDispatcher.executeExceptionMapper(SynchronousDispatcher.java:324)
org.jboss.resteasy.core.SynchronousDispatcher.handleException(SynchronousDispatcher.java:229) org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:123)
org.teiid.odata.ODataServletContainerDispatcher.service(ODataServletContainerDispatcher.java:97)
org.teiid.odata.ODataServlet.service(ODataServlet.java:61) org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50)
javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 10 months