[teiid/teiid] a0aba1: TEIID-3519: Buffer release
by Ramesh Reddy
Branch: refs/heads/master
Home: https://github.com/teiid/teiid
Commit: a0aba1b32ed123fdf856054dad4e6a018c41ee5f
https://github.com/teiid/teiid/commit/a0aba1b32ed123fdf856054dad4e6a018c4...
Author: Ramesh Reddy <rareddy(a)jboss.org>
Date: 2015-12-07 (Mon, 07 Dec 2015)
Changed paths:
M runtime/src/main/java/org/teiid/transport/ObjectDecoder.java
M runtime/src/main/java/org/teiid/transport/ObjectEncoder.java
M runtime/src/main/java/org/teiid/transport/PgBackendProtocol.java
Log Message:
-----------
TEIID-3519: Buffer release
Commit: 97d84e171d046e8db20106b89daa4b6362e0cef1
https://github.com/teiid/teiid/commit/97d84e171d046e8db20106b89daa4b6362e...
Author: Ramesh Reddy <rareddy(a)jboss.org>
Date: 2015-12-07 (Mon, 07 Dec 2015)
Changed paths:
M jboss-integration/src/main/java/org/teiid/jboss/JGroupsObjectReplicatorService.java
M jboss-integration/src/main/java/org/teiid/jboss/TeiidAdd.java
Log Message:
-----------
TEIID-3519: fixing the container clustering, container already gives ForkChannel object without the FORK in the stack, just needed to adjust the service name and join the cluster
Commit: b7c453768477156b3cad1bee4137fe00f044f1e6
https://github.com/teiid/teiid/commit/b7c453768477156b3cad1bee4137fe00f04...
Author: Ramesh Reddy <rareddy(a)jboss.org>
Date: 2015-12-07 (Mon, 07 Dec 2015)
Changed paths:
M jboss-integration/src/main/java/org/teiid/jboss/JGroupsObjectReplicatorService.java
M jboss-integration/src/main/java/org/teiid/jboss/TeiidAdd.java
M runtime/src/main/java/org/teiid/transport/ObjectDecoder.java
M runtime/src/main/java/org/teiid/transport/ObjectEncoder.java
M runtime/src/main/java/org/teiid/transport/PgBackendProtocol.java
Log Message:
-----------
Merge pull request #561 from rareddy/TEIID-3519
Teiid 3519
Compare: https://github.com/teiid/teiid/compare/f1908dc58d8b...b7c453768477
9 years
[teiid/teiid] f1908d: TEIID-3519 removing nodeid for consistency with la...
by shawkins
Branch: refs/heads/master
Home: https://github.com/teiid/teiid
Commit: f1908dc58d8b431e5ebb3f1e8eb000edb889ca8f
https://github.com/teiid/teiid/commit/f1908dc58d8b431e5ebb3f1e8eb000edb88...
Author: shawkins <shawkins(a)redhat.com>
Date: 2015-12-07 (Mon, 07 Dec 2015)
Changed paths:
M engine/src/main/java/org/teiid/query/ObjectReplicator.java
M jboss-integration/src/main/java/org/teiid/jboss/EventDistributorFactoryService.java
M jboss-integration/src/main/java/org/teiid/jboss/TeiidAdd.java
M jboss-integration/src/main/java/org/teiid/jboss/TupleBufferCacheService.java
M jboss-integration/src/main/java/org/teiid/jboss/VDBDeployer.java
M jboss-integration/src/main/java/org/teiid/jboss/VDBService.java
M runtime/src/main/java/org/teiid/deployers/CompositeGlobalTableStore.java
M runtime/src/main/java/org/teiid/replication/jgroups/JGroupsObjectReplicator.java
M runtime/src/main/java/org/teiid/runtime/EmbeddedConfiguration.java
M runtime/src/main/java/org/teiid/runtime/EmbeddedServer.java
M runtime/src/main/java/org/teiid/services/AbstractEventDistributorFactoryService.java
M runtime/src/test/java/org/teiid/deployers/TestCompositeGlobalTableStore.java
M test-integration/common/src/test/java/org/teiid/jdbc/FakeServer.java
M test-integration/common/src/test/java/org/teiid/systemmodel/TestReplication.java
Log Message:
-----------
TEIID-3519 removing nodeid for consistency with last release
9 years
[teiid/teiid] 1459e4: TEIID-3519 getting the clusting working further
by shawkins
Branch: refs/heads/master
Home: https://github.com/teiid/teiid
Commit: 1459e4a29b0fa0e0784cf4bc9e7137ee4735307d
https://github.com/teiid/teiid/commit/1459e4a29b0fa0e0784cf4bc9e7137ee473...
Author: shawkins <shawkins(a)redhat.com>
Date: 2015-12-04 (Fri, 04 Dec 2015)
Changed paths:
M runtime/src/main/java/org/teiid/replication/jgroups/JGroupsObjectReplicator.java
M runtime/src/main/java/org/teiid/replication/jgroups/JGroupsOutputStream.java
M runtime/src/main/java/org/teiid/runtime/EmbeddedConfiguration.java
M runtime/src/main/java/org/teiid/runtime/SimpleChannelFactory.java
R test-integration/common/src/test/java/org/teiid/systemmodel/RpcDispatcherTest.java
R test-integration/common/src/test/java/org/teiid/systemmodel/RpcForkDispatcherTest.java
M test-integration/common/src/test/java/org/teiid/systemmodel/TestReplication.java
M test-integration/common/src/test/resources/infinispan-replicated-config-1.xml
R test-integration/common/src/test/resources/tcp-shared-1.xml
R test-integration/common/src/test/resources/tcp-shared.xml
Log Message:
-----------
TEIID-3519 getting the clusting working further
9 years