[JBoss JIRA] (TEIID-3557) Can't reload VDB in domain mode
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-3557?page=com.atlassian.jira.plugin... ]
Steven Hawkins updated TEIID-3557:
----------------------------------
Fix Version/s: 8.11.1
> Can't reload VDB in domain mode
> -------------------------------
>
> Key: TEIID-3557
> URL: https://issues.jboss.org/browse/TEIID-3557
> Project: Teiid
> Issue Type: Bug
> Components: Server
> Affects Versions: 8.0
> Reporter: Van Halbert
> Assignee: Ramesh Reddy
> Priority: Critical
> Fix For: 8.7.1.6_2, 8.12, 8.11.1
>
>
> Can't reload VDB in domain mode, get the following error:
> Server throws the following exception:
> [Server:server-one] 12:26:45,678 ERROR [org.teiid.RUNTIME] (teiid-async-threads - 1) TEIID40088 Could not replicate object org.teiid.query.tempdata.GlobalTableStoreImpl@4e6c9a30: java.lang.IllegalStateException: cluster 'ModeShape.1' is already connected to singleton transport: [dummy-1435055090515, loopback.1, ModeShape.1, loopback-dynamic.1, $TEIID_BM$, dummy-1435055090188, dummy-1435055205654, $TEIID_ED$, teiid-cache, ddl2-vdb.1]
> [Server:server-one] at org.jgroups.stack.ProtocolStack.startStack(ProtocolStack.java:919) [jgroups-3.2.13.Final-redhat-1.jar:3.2.13.Final-redhat-1]
> [Server:server-one] at org.jgroups.JChannel.startStack(JChannel.java:827) [jgroups-3.2.13.Final-redhat-1.jar:3.2.13.Final-redhat-1]
> [Server:server-one] at org.jgroups.JChannel._preConnect(JChannel.java:525) [jgroups-3.2.13.Final-redhat-1.jar:3.2.13.Final-redhat-1]
> [Server:server-one] at org.jgroups.JChannel.connect(JChannel.java:277) [jgroups-3.2.13.Final-redhat-1.jar:3.2.13.Final-redhat-1]
> [Server:server-one] at org.jgroups.JChannel.connect(JChannel.java:268) [jgroups-3.2.13.Final-redhat-1.jar:3.2.13.Final-redhat-1]
> [Server:server-one] at org.teiid.replication.jgroups.JGroupsObjectReplicator.replicate(JGroupsObjectReplicator.java:563) [teiid-runtime-8.7.1.6_2-redhat-2.jar:8.7.1.6_2-redhat-2]
> [Server:server-one] at org.teiid.deployers.CompositeGlobalTableStore.createInstance(CompositeGlobalTableStore.java:57) [teiid-runtime-8.7.1.6_2-redhat-2.jar:8.7.1.6_2-redhat-2]
> [Server:server-one] at org.teiid.jboss.VDBService$1.finishedDeployment(VDBService.java:156) [teiid-jboss-integration-8.7.1.6_2-redhat-2.jar:8.7.1.6_2-redhat-2]
> [Server:server-one] at org.teiid.deployers.VDBRepository.notifyFinished(VDBRepository.java:352) [teiid-runtime-8.7.1.6_2-redhat-2.jar:8.7.1.6_2-redhat-2]
> [Server:server-one] at org.teiid.deployers.VDBRepository.finishDeployment(VDBRepository.java:308) [teiid-runtime-8.7.1.6_2-redhat-2.jar:8.7.1.6_2-redhat-2]
> [Server:server-one] at org.teiid.runtime.AbstractVDBDeployer.metadataLoaded(AbstractVDBDeployer.java:202) [teiid-runtime-8.7.1.6_2-redhat-2.jar:8.7.1.6_2-redhat-2]
> [Server:server-one] at org.teiid.jboss.VDBService.access$1100(VDBService.java:85) [teiid-jboss-integration-8.7.1.6_2-redhat-2.jar:8.7.1.6_2-redhat-2]
> [Server:server-one] at org.teiid.jboss.VDBService$6.run(VDBService.java:411) [teiid-jboss-integration-8.7.1.6_2-redhat-2.jar:8.7.1.6_2-redhat-2]
> [Server:server-one] at org.teiid.jboss.VDBService$7.run(VDBService.java:442) [teiid-jboss-integration-8.7.1.6_2-redhat-2.jar:8.7.1.6_2-redhat-2]
> [Server:server-one] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_25]
> [Server:server-one] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_25]
> [Server:server-one] at java.lang.Thread.run(Thread.java:724) [rt.jar:1.7.0_25]
> [Server:server-one] at org.jboss.threads.JBossThread.run(JBossThread.java:122)
> VDB reload works fine in standalone mode.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 6 months
[JBoss JIRA] (TEIID-3558) Duplicate records being for formed for Internal Materialized View cluster
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-3558?page=com.atlassian.jira.plugin... ]
Steven Hawkins resolved TEIID-3558.
-----------------------------------
Resolution: Done
Adding the missing page iteration to the replication.
> Duplicate records being for formed for Internal Materialized View cluster
> -------------------------------------------------------------------------
>
> Key: TEIID-3558
> URL: https://issues.jboss.org/browse/TEIID-3558
> Project: Teiid
> Issue Type: Bug
> Components: Query Engine
> Affects Versions: 8.0
> Reporter: Pranav K
> Assignee: Steven Hawkins
> Priority: Critical
> Fix For: 8.7.1.6_2, 8.12, 8.11.1
>
>
> -On running a query over one of the nodes of a cluster (say node A) to fetch 25000 records (with internal materialization switched on), the cache gets formed on node A and presumably gets synced using the JgroupsObjectReplicator.
> -On running the same query on the cache formed in the other node (node B), I noticed that I was getting 25600 records.
> -On analysis the records, I saw there were only 1024 distinct records each of which repeated 25 times.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 6 months
[JBoss JIRA] (TEIID-3558) Duplicate records being for formed for Internal Materialized View cluster
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-3558?page=com.atlassian.jira.plugin... ]
Steven Hawkins updated TEIID-3558:
----------------------------------
Fix Version/s: 8.7.1.6_2
8.12
8.11.1
Affects Version/s: 8.0
(was: 8.11)
Component/s: Query Engine
(was: Embedded)
> Duplicate records being for formed for Internal Materialized View cluster
> -------------------------------------------------------------------------
>
> Key: TEIID-3558
> URL: https://issues.jboss.org/browse/TEIID-3558
> Project: Teiid
> Issue Type: Bug
> Components: Query Engine
> Affects Versions: 8.0
> Reporter: Pranav K
> Assignee: Steven Hawkins
> Priority: Critical
> Fix For: 8.7.1.6_2, 8.12, 8.11.1
>
>
> -On running a query over one of the nodes of a cluster (say node A) to fetch 25000 records (with internal materialization switched on), the cache gets formed on node A and presumably gets synced using the JgroupsObjectReplicator.
> -On running the same query on the cache formed in the other node (node B), I noticed that I was getting 25600 records.
> -On analysis the records, I saw there were only 1024 distinct records each of which repeated 25 times.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 6 months
[JBoss JIRA] (TEIID-3558) Duplicate records being for formed for Internal Materialized View cluster
by Pranav K (JIRA)
[ https://issues.jboss.org/browse/TEIID-3558?page=com.atlassian.jira.plugin... ]
Pranav K updated TEIID-3558:
----------------------------
Description:
-On running a query over one of the nodes of a cluster (say node A) to fetch 25000 records (with internal materialization switched on), the cache gets formed on node A and presumably gets synced using the JgroupsObjectReplicator.
-On running the same query on the cache formed in the other node (node B), I noticed that I was getting 25600 records.
-On analysis the records, I saw there were only 1024 distinct records each of which repeated 25 times.
was:
On running a query over one of the nodes of a cluster (say node A) to fetch 25000 records (with internal materialization switched on), the cache gets formed on node A and presumably gets synced using the JgroupsObjectReplicator.
On running the same query on the cache formed in the other node (node B), I noticed that I was getting 25600 records.
On analysis the records, I saw there were only 1024 distinct records each of which repeated 25 times
> Duplicate records being for formed for Internal Materialized View cluster
> -------------------------------------------------------------------------
>
> Key: TEIID-3558
> URL: https://issues.jboss.org/browse/TEIID-3558
> Project: Teiid
> Issue Type: Bug
> Components: Embedded
> Affects Versions: 8.11
> Reporter: Pranav K
> Assignee: Steven Hawkins
> Priority: Critical
>
> -On running a query over one of the nodes of a cluster (say node A) to fetch 25000 records (with internal materialization switched on), the cache gets formed on node A and presumably gets synced using the JgroupsObjectReplicator.
> -On running the same query on the cache formed in the other node (node B), I noticed that I was getting 25600 records.
> -On analysis the records, I saw there were only 1024 distinct records each of which repeated 25 times.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 6 months