[teiid-issues] [JBoss JIRA] (TEIID-5144) Infinispan hotrod translator doesn't overcome error in unrelated proto-schema

Van Halbert (JIRA) issues at jboss.org
Tue Nov 14 08:21:00 EST 2017


    [ https://issues.jboss.org/browse/TEIID-5144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13489852#comment-13489852 ] 

Van Halbert edited comment on TEIID-5144 at 11/14/17 8:20 AM:
--------------------------------------------------------------

In the 6.x connector, performed the following:

{code}
			String errors = metadataCache
					.get(ProtobufMetadataManagerConstants.ERRORS_KEY_SUFFIX);
			if (errors != null) {
				throw new ResourceException(
						"Error registering Protobuf schema files:\n" + errors);
			}
{code}
and it appears that this same logic still exist in the 7.1 quickstarts.


was (Author: van.halbert):
In the 6.x connector, performed the following:

{code}
			String errors = metadataCache
					.get(ProtobufMetadataManagerConstants.ERRORS_KEY_SUFFIX);
			if (errors != null) {
				throw new ResourceException(
						"Error registering Protobuf schema files:\n" + errors);
			}
{code}
and it appears that this same logic still exist in the quickstarts.

> Infinispan hotrod translator doesn't overcome error in unrelated proto-schema
> -----------------------------------------------------------------------------
>
>                 Key: TEIID-5144
>                 URL: https://issues.jboss.org/browse/TEIID-5144
>             Project: Teiid
>          Issue Type: Bug
>          Components: JDG Connector, Misc. Connectors
>    Affects Versions: 8.12.x-6.4
>            Reporter: Jan Stastny
>            Assignee: Ramesh Reddy
>
> Infinispan Hotrod translator can't overcome an error in any proto-schema on the JDG server.
> It ends with a message, that there's an issue with a proto-schema. Doesn't say which.
> Note, that this can be completely unrelated proto-schema to Teiid. Then the only solution is to reload JDG, or possibly clear proto-schema cache.
> If Teiid is checking for errors in .errors cache, it should be selective and look only for the newly added proto-schema.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the teiid-issues mailing list