Tagged Questions
Terracotta is an open source JVM-level clustering software for Java developed by Terracotta, Inc.
19
votes
11answers
7k views
Distributed Concurrency Control
I've been working on this for a few days now, and I've found several solutions but none of them incredibly simple or lightweight. The problem is basically this: We have a cluster of 10 machines, ...
15
votes
1answer
270 views
Write-Behind Cache for JPA
It would appear from searching around here and the web at large that it is not possible to implement EHCache as a write-behind cache for Hibernate, as that would require substantial changes to the ...
12
votes
2answers
2k views
On using Terracotta as a persistence solution
Would it be a good idea to use Terracotta as a persistence solution (replacing a database)? I'm specifically wondering about data integrity issues and support for transactional systems.
10
votes
4answers
1k views
What would you recommend for a large-scale Java data grid technology: Terracotta, GigaSpaces, Coherence, etc?
I've been reading up on so-called "data grid" solutions for the Java platform including Terracotta, GigaSpaces and Coherence. I was wondering if anyone has real-world experience working any of these ...
9
votes
3answers
691 views
How does Terracotta work in this situation?
So lets say I have an N sized server array set up like so:
I have a simple JavaBean/POJO:
package example;
public class Person {
private OtherObject obj;
public void setObj(OtherObject ...
8
votes
3answers
590 views
Does Terracotta make JMS an unneeded layer?
We're currently writing an application for which IT has already purchased hardware for. Their approach was to buy big hardware on which we would deploy. In order to add more processing, they plan on ...
7
votes
3answers
1k views
Terracotta Performance and Tips
I am just learning how to use Terracotta after discovering it about a month ago. It is a very cool technology.
Basically what I am trying to do:
My root (System of Record) is a ConcurrentHashMap.
...
7
votes
4answers
2k views
Any experience using Terracotta open source?
Does anybody have experience using the open source offering from Terracotta as opposed to their enterprise offering? Specifically, I'm interested if it is worth the effort to use terracotta without ...
7
votes
1answer
871 views
Can I use Terracotta to scale a RAM-intensive application?
I'm evaluating Terracotta to help me scale up an application which is currently RAM-bounded. It is a collaborative filter and stores about 2 kilobytes of data per-user. I want to use Amazon's EC2, ...
6
votes
2answers
1k views
EHCache with Terracotta Vs Infinispan [closed]
We are working in the design phase of new project where we need to decide the caching framework. We need decide whether to go with EHCache with Terracotta or Infinispan for caching requirement? Can ...
5
votes
1answer
172 views
Is there a BigMemory like system for .net
I have just been reading about how BigMemory allows Java systems to scale up rather than out.
About BigMemory:
BigMemory gives Java applications instant, effortless access to a
large memory ...
5
votes
3answers
399 views
Is Java Native Memory Faster than the heap?
I'm exploring options to help my memory-intensive application, and in doing so I came across Terracotta's BigMemory. From what I gather, they take advantage of non-garbage-collected, off-heap "native ...
5
votes
2answers
433 views
What does a Terracotta server do when it is used as a backend for EHCache with Hibernate?
My DAL is implemented with Hibernate and I want to use EHCache as its second level cache with its distributed capabilities (for scalability and HA).
Seeing as EHCache provides distributed caching ...
5
votes
3answers
1k views
5
votes
1answer
405 views
Would you consider Terracotta to be a mature product?
I just don't know. I mean, there are a few topics that point me away from believing such.
For example, the latest stable version (3.0.0-stable), has a broken eclipse plugin that simply doesn't work ...
5
votes
5answers
2k views
experience with java clustering?
Would like to hear from people about their experience with java clustering (ie. implementing HA solutions). aka . terracotta, jgroups etc. It doesn't have to be web apps. Experience writing custom ...
4
votes
2answers
101 views
What does “it deltas memory” mean in the context of Terracotta?
I am reading the book Spring Recipes. I am not able to comprehend certain things said about terracota.
The following is a paragraph from the book
Terracotta is different than most clustered ...
4
votes
6answers
523 views
Best NoSQL approach to handle 100+ million records
I am working on a project were we are batch loading and storing huge volume of data in Oracle database which is constantly getting queried via Hibernate against this 100+ million records table (the ...
4
votes
1answer
178 views
Integrating Neo4J and Terracotta?
Has anyone tried or even thought about using a terracotta solution (i.e. ehcache) to run/store Neo4J?
I understand Neo4J has High Availability, but that's really just replication. Want I really want ...
4
votes
4answers
479 views
Java distributed objects with locality?
I am evaluating various Java object distribution libraries (Terracotta, JCS, JBoss, Hazelcast ...) for an application server and I'm having trouble understanding their behavior on various axes.
My ...
4
votes
6answers
847 views
Distributed Caching
I am looking for a java distributed caching solution. We would like features likes:
Distributed
Auto-Discovery
Redundancy
Non-Centralized
We've analyzed a framework like TerraCotta which seems to ...
3
votes
4answers
57 views
Can several threads hold a lock on the same monitor in Java?
Currently we are analyzing a tomcat thread dump. A single thread dump of all threads running at that same
time on a tomcat contains the following lines:
...
"soldOutJmsConsumerContainer-1" prio=10 ...
3
votes
2answers
80 views
Java & the Different Types/Methods of Clustering
I'm relatively new to Java EE and have already began to hear about the many different types of systems that can be clustered:
Virtual Machines (i.e. "that appliance is a cluster of VMs...")
...
3
votes
2answers
131 views
Java Frameworks in the Cloud
So I'm trying to finally grasp how cloud-based, enterprise applications work, and what their architectures typically look like. Say I use a cloud provider like Amazon. I assume (please correct me if ...
3
votes
3answers
1k views
Why is EhCacheProvider deprecated?
I am configuring my hibernate project to use a 2nd-level cache provider, so that I can take advantage of query caching.
I added a dependency to ehcache:
<dependency>
...
3
votes
2answers
319 views
Are “dirty reads” safe to use in Terracotta?
"Dirty reads", meaning reading an object's value even though it is write-locked by another thread, are described on Terracotta's website, yet I've heard that they shouldn't be used, even if you don't ...
3
votes
4answers
2k views
Looking for terracotta examples
I am looking for good example code for terracotta. Especially around using master/worker pattern. In particular using custom routing (we like, but would like to use some strick data affinity type ...
2
votes
1answer
28 views
What's the difference between terracotta-hibernate-cache and Ehcache Distributed with Terracotta?
Is there a difference between using Ehcache as Hibernate's second-level cache provider and distributing it with Terracotta, and using terracotta-hibernate-cache and terracotta-hibernate-agent?
2
votes
1answer
104 views
Using Terracotta with Railo/ColdFusion
I'm trying to set up Terracotta (Web Sessions + ehcache + hibernate) with Railo (Open Source ColdFusion Engine - www.getrailo.org). I'm able to start the Terracotta server, to connect the application ...
2
votes
1answer
127 views
Grails 1.3.4 / Terracotta 3.5.1: Deploying a .war file fails
We have a Grails (1.3.4) app running with Terracotta Ehcache 3.3. We are trying to update our Terracotta installation to the latest one, 3.5.1. I added these lines in the BuildConfig.groovy:
...
2
votes
2answers
133 views
Is Terracota Cluster still opensource?
and if yes, where it could be found?!
According to this infoq entry, they have opensourced it. But right now, there is not such a product in their website.
2
votes
1answer
383 views
How does EHCache using Terracotta handle eviction from the distributed heap?
We've recently started using EHCache with Terracotta to run a distributed data cache for application data. Let's say that any client node has about 2gb for their heaps, whereas server nodes have 8gb. ...
2
votes
1answer
146 views
Using Hibernate between different threads,JVMs and servers
I'm working on a system which has a 4 modules, each working on its own server and each should be able to clustered.
What I basically need is to have the ability to work on the same entities on the ...
2
votes
1answer
543 views
Clustering COMET using Terracotta
We're trying to cluster a COMET web application written in Java using JETTY 7.0's implementation of suspended servlet 3.0 API.
Does anyone have experience using Terracotta in a suspend/resume servlet ...
2
votes
4answers
237 views
Querying Terracotta
Is there any way to Query against the objects stored by a Terracotta instance?
I am looking for SQL-Like Queries or any way to filter objects based on fields.
2
votes
9answers
2k views
Terracotta + Compass = Hibernate + HSQLDB + JMS?
I am currently in need of a high performance java storage mechanism.
This means:
1) I have 10,000+ objects with 1 - Many Relationship.
2) The objects are updated every 5 seconds, with the most ...
1
vote
2answers
64 views
Are Hibernate Pessimistic Locks Distributed with EHCache/Terracotta?
Can Hibernate implement pessimistic locking at the start of a Java transaction, or does it instead rely on a pessimistic lock being applied when all the work in the Java realm is done, and then the ...
1
vote
2answers
89 views
Distributed Ehcache working using JTA
I am trying to do some bench-marking of Distributed transaction memory using Terracotta Ehcache (Open Source). I am having some problem understanding its working with JTA. In code I have found that ...
1
vote
1answer
159 views
Clustering Glassfish Web Sessions with Terracotta
Can Terracotta 3.5.x be configured to cluster web sessions in Glassfish 3.1?
I would like to secure a clustered Jersey application using a JDBC Realm. Multicasting for native Clustering is not ...
1
vote
0answers
147 views
Has anyone integrated Terracotta EHcache + WebSession with JBoss?
I`m using JBoss 5.1.0 GA with Terracotta EHcache(with Hibernate). This setup works fine but when I try to add Terracotta WebSessions I get
09:28:11,894 ERROR [CoyoteAdapter] An exception or error ...
1
vote
1answer
281 views
Error building jetty with maven?
I'm trying to build jetty 6.1.26 from source using maven, i'm running the command "mvn" to build it however at the end of the build process i'm getting a terracotta build error.
The output is at: ...
1
vote
1answer
84 views
Need universal/dynamic serialization/marshaling, similar to Terracotta
Problem: The Software I use, Lift, has "user sessions", where one can put any kind of objects, which are preserved between user requests (with a GC timeout). While it's easy to use and powerful, it ...
1
vote
1answer
78 views
Restart terracotta after adding/modifying domain classes in Grails app
We have a Grails app, and we are using Terracotta for caching. We have noticed that every time we add some fields in existing domain classes or add new domain classes, the app crashes with "unexpected ...
1
vote
1answer
148 views
Is Terracotta used professionally?
Today at work I had a discussion with my co-workers and my boss about stateless/stateful beans (we just finished a project using JSF, it was the first time anyone at this company did something JSF ...
1
vote
1answer
877 views
JPA2.0 support of custom user-types and second level cache
I'm trying to decide whether to switch from having Hibernate sprinkled all over to using JPA2.0 and thus be provider portable.
1.Does JPA2.0 support custom user-types?
2.I'm on the verge of ...
1
vote
1answer
431 views
Ehcache eternal cache forget items
Env: Spring 2.5.6, Hibernate 3.3.2, Ehcache 2.0.1, terracotta 3.2.1
I have a cache on an abstract class (with 5 inheritors)
<cache name="com.f4.owl.domain.good.GoodType"
...
1
vote
3answers
534 views
What is Terracotta?
What is Terracotta?
What services does it offer?
What problems does it solve?
What other products solve problems similar to those that Terracotta solves?
1
vote
2answers
799 views
Distributed, persistent cache using EHCache
I currently have a distributed cache using EHCache via RMI that works just fine. I was wondering if you can include persistence with the caches to create a distributed, persistent cache.
Alongside ...
1
vote
4answers
173 views
Architecture question for implementation of a cache server
This is something of an architecture question.
I have this idea of having a server with huge memory, that is used as a big objects cache holder. The clients send "Actions" to this server(like Search ...
1
vote
0answers
291 views
Terracotta Web Sessions - dynamically reload configuration and/or change configured webapps on the fly
Is there a way to dynamically reload the Terracotta configuration file without restarting Terracotta and losing Session replication for every web app?
More Info: I'm in charge of about 30 unruly, ...