Re: Issues in moving data from cassandra to elasticsearch in java.

2014-11-25 Thread William Arbaugh
Sounds like you're trying to use C* as a message broker. Perhaps try using Kafka or RabbitMQ as a front-end. Then have two subscribers - one pulls and places into elasticsearch and the other inserts into C*. Yes it is more complex front-end, but it will give you the functionality you want. > O

Re: Trying to build Cassandra for FreeBSD 10.1

2014-11-18 Thread William Arbaugh
failure (which should throw OOM) - though you should add a >> log statement to the Memory class to check that - I’d suggest logging to >> see if anyone is calling SSTableReader.releaseSummary, which could set >> the peer to 0 >> >>> On Nov 17, 2014, at 7:30 PM, Michael

Trying to build Cassandra for FreeBSD 10.1

2014-11-17 Thread William Arbaugh
I've successfully built 2.1.2 for FreeBSD, but the JVM crashes upon start-up. Here's the snippet from the top of the log file (attached) # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x000802422655, pid=76732, tid=34384931840 # Any hints on how