[JBoss JIRA] (TEIID-4971) Infinispan Hotrod can't access remote instance
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-4971?page=com.atlassian.jira.plugin... ]
Steven Hawkins resolved TEIID-4971.
-----------------------------------
Resolution: Duplicate Issue
Marking as a duplicate of TEIID-4904
> Infinispan Hotrod can't access remote instance
> ----------------------------------------------
>
> Key: TEIID-4971
> URL: https://issues.jboss.org/browse/TEIID-4971
> Project: Teiid
> Issue Type: Bug
> Components: Infinispan, JDG Connector
> Affects Versions: 8.12.x-6.4
> Reporter: Jan Stastny
> Assignee: Steven Hawkins
> Priority: Blocker
>
> The Infinispan Hotrod connector writes to jdg's internal cache, which can't be accessed from remote hosts if the cache container is not secured and the user accessing the internal cache doesn't have specific privileges.
> User can't authenticate via resource-adapter currently, enhancement TEIID-4904 is needed.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 2 months
[JBoss JIRA] (TEIID-4986) Couchbase import nested array handling
by Steven Hawkins (JIRA)
Steven Hawkins created TEIID-4986:
-------------------------------------
Summary: Couchbase import nested array handling
Key: TEIID-4986
URL: https://issues.jboss.org/browse/TEIID-4986
Project: Teiid
Issue Type: Bug
Components: Misc. Connectors
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 10.0, 8.12.x-6.4
The import logic dim indexing logic will produce different results depending upon the order in which attributes are visited. This is due to only having on Dimension per document. The nesting structure needs to be considered more.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 2 months
[JBoss JIRA] (TEIID-4977) Support materialization as the 8.12.x version did
by Van Halbert (JIRA)
[ https://issues.jboss.org/browse/TEIID-4977?page=com.atlassian.jira.plugin... ]
Van Halbert commented on TEIID-4977:
------------------------------------
I actually removed the caches in the JDG standalone config, restarted JDG, then readded the caches to check.
> Support materialization as the 8.12.x version did
> -------------------------------------------------
>
> Key: TEIID-4977
> URL: https://issues.jboss.org/browse/TEIID-4977
> Project: Teiid
> Issue Type: Feature Request
> Components: Infinispan
> Affects Versions: 8.12.x-6.4
> Reporter: Van Halbert
> Assignee: Ramesh Reddy
> Priority: Critical
> Attachments: ispn-vdb.xml, jdg-mat-cache-vdb.xml
>
>
> Need to enable the materialization process to load the cache "offline" and not impact access to current cache and data. This would be similar to how the 8.12.x version was implemented and similar to how RDBMS materialization is done.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 2 months
[JBoss JIRA] (TEIID-4977) Support materialization as the 8.12.x version did
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-4977?page=com.atlassian.jira.plugin... ]
Ramesh Reddy commented on TEIID-4977:
-------------------------------------
Did you clean up old caches?
> Support materialization as the 8.12.x version did
> -------------------------------------------------
>
> Key: TEIID-4977
> URL: https://issues.jboss.org/browse/TEIID-4977
> Project: Teiid
> Issue Type: Feature Request
> Components: Infinispan
> Affects Versions: 8.12.x-6.4
> Reporter: Van Halbert
> Assignee: Ramesh Reddy
> Priority: Critical
> Attachments: ispn-vdb.xml, jdg-mat-cache-vdb.xml
>
>
> Need to enable the materialization process to load the cache "offline" and not impact access to current cache and data. This would be similar to how the 8.12.x version was implemented and similar to how RDBMS materialization is done.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 2 months
[JBoss JIRA] (TEIID-4977) Support materialization as the 8.12.x version did
by Van Halbert (JIRA)
[ https://issues.jboss.org/browse/TEIID-4977?page=com.atlassian.jira.plugin... ]
Van Halbert edited comment on TEIID-4977 at 7/10/17 11:20 AM:
--------------------------------------------------------------
There appears to be an issue with the registering of descriptors, getting this error:
11:19:05,827 INFO [org.teiid.MATVIEWS] (Worker0_QueryProcessorQueue14) qBavvKZfOH1H Materialization of view StocksMatView.Stock started.
11:19:05,952 ERROR [org.teiid.CONNECTOR] (Worker3_QueryProcessorQueue29) qBavvKZfOH1H Connector worker process failed for atomic-request=qBavvKZfOH1H.0.102.7: java.lang.IllegalArgumentException: Unknown type name : StockJDGSource.ST_StockCache
at org.infinispan.protostream.impl.SerializationContextImpl.getTypeIdByName(SerializationContextImpl.java:370)
at org.infinispan.protostream.WrappedMessage.writeMessage(WrappedMessage.java:199)
at org.infinispan.protostream.ProtobufUtil.toWrappedByteArray(ProtobufUtil.java:131)
at org.infinispan.query.remote.client.BaseProtoStreamMarshaller.objectToBuffer(BaseProtoStreamMarshaller.java:56)
at org.infinispan.commons.marshall.AbstractMarshaller.objectToByteBuffer(AbstractMarshaller.java:70)
at org.infinispan.client.hotrod.impl.RemoteCacheImpl.obj2bytes(RemoteCacheImpl.java:496)
at org.infinispan.client.hotrod.impl.RemoteCacheImpl.put(RemoteCacheImpl.java:268)
at org.infinispan.client.hotrod.impl.RemoteCacheSupport.put(RemoteCacheSupport.java:79)
at org.teiid.translator.infinispan.hotrod.InfinispanUpdateExecution.execute(InfinispanUpdateExecution.java:179)
at org.teiid.dqp.internal.datamgr.ConnectorWorkItem$1.execute(ConnectorWorkItem.java:399)
at org.teiid.dqp.internal.datamgr.ConnectorWorkItem.execute(ConnectorWorkItem.java:361)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
attached is the vdb.
was (Author: van.halbert):
There appears to be an issue with the registering of descriptors, getting this error:
11:12:29,091 ERROR [org.teiid.CONNECTOR] (Worker3_QueryProcessorQueue1507) D7RRxtVf8ezY Connector worker process failed for atomic-request=D7RRxtVf8ezY.6.3.676: org.infinispan.client.hotrod.exceptions.HotRodClientException:Request for messageId=1489 returned server error (status=0x85): java.lang.IllegalArgumentException: Message descriptor not found : StockJDGSource.ST_StockCache
at org.infinispan.client.hotrod.impl.protocol.Codec20.checkForErrorsInResponseStatus(Codec20.java:363)
at org.infinispan.client.hotrod.impl.protocol.Codec20.readPartialHeader(Codec20.java:152)
at org.infinispan.client.hotrod.impl.protocol.Codec20.readHeader(Codec20.java:138)
at org.infinispan.client.hotrod.impl.operations.HotRodOperation.readHeaderAndValidate(HotRodOperation.java:60)
at org.infinispan.client.hotrod.impl.operations.QueryOperation.executeOperation(QueryOperation.java:68)
at org.infinispan.client.hotrod.impl.operations.QueryOperation.executeOperation(QueryOperation.java:30)
at org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation.execute(RetryOnFailureOperation.java:56)
at org.infinispan.client.hotrod.impl.query.RemoteQuery.executeQuery(RemoteQuery.java:68)
at org.infinispan.client.hotrod.impl.query.RemoteQuery.list(RemoteQuery.java:53)
at org.teiid.translator.infinispan.hotrod.InfinispanResponse.fetchNextBatch(InfinispanResponse.java:70)
at org.teiid.translator.infinispan.hotrod.InfinispanResponse.getNextRow(InfinispanResponse.java:86)
at org.teiid.translator.infinispan.hotrod.InfinispanQueryExecution.next(InfinispanQueryExecution.java:130)
at org.teiid.dqp.internal.datamgr.ConnectorWorkItem.handleBatch(ConnectorWorkItem.java:431)
[^jdg-mat-cache-vdb.xml]
attached is the vdb.
> Support materialization as the 8.12.x version did
> -------------------------------------------------
>
> Key: TEIID-4977
> URL: https://issues.jboss.org/browse/TEIID-4977
> Project: Teiid
> Issue Type: Feature Request
> Components: Infinispan
> Affects Versions: 8.12.x-6.4
> Reporter: Van Halbert
> Assignee: Ramesh Reddy
> Priority: Critical
> Attachments: ispn-vdb.xml, jdg-mat-cache-vdb.xml
>
>
> Need to enable the materialization process to load the cache "offline" and not impact access to current cache and data. This would be similar to how the 8.12.x version was implemented and similar to how RDBMS materialization is done.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 2 months