Re: UDF for sorting

2017-07-04 Thread Justin Cameron
Yes, it does - you'll just have to build for the 2.1.17 branch. You also will have to use their alternative query syntax: https://github.com/Stratio/cassandra-lucene-index/blob/branch-3.0.10/doc/documentation.rst#alternative-syntaxes On Tue, 4 Jul 2017 at 17:27 techpyaasa . wrote: > Hi Justin,

Re: Adding a New Node With The Same IP of an Old Node

2017-07-04 Thread Nitan Kainth
Try rolling restart of cluster as solution for schema version mismatch. Sent from my iPhone > On Jul 4, 2017, at 8:31 AM, Shalom Sagges wrote: > > Hi Experts, > > My plan is to upgrade the C* nodes' OS from Centos6 to Centos7. > Since an upgrade wasn't recommended I needed to install new ma

Re: RE: Cassandra issue “Unable to gossip with any seeds”

2017-07-04 Thread Subroto Barua
check firewall rules to/from .152 to seed nodes (telnet On Tuesday, July 4, 2017, 6:38:16 AM PDT, Jonathan Baynes wrote: #yiv3228115995 #yiv3228115995 -- _filtered #yiv3228115995 {font-family:Calibri;panose-1:2 15 5 2 2 2 4 3 2 4;} _filtered #yiv3228115995 {font-family:Tahoma;panose-1:2 11

Re: jbod disk usage unequal

2017-07-04 Thread Micha
thanks for answering, On 03.07.2017 20:01, Jeff Jirsa wrote: > > > Is there a reason you feel it's required, other than being bothered by the > fact that they're not equal? Just out of interest. I'm not sure if it would spread the io better between the disks if the files are spread more even

Adding a New Node With The Same IP of an Old Node

2017-07-04 Thread Shalom Sagges
Hi Experts, My plan is to upgrade the C* nodes' OS from Centos6 to Centos7. Since an upgrade wasn't recommended I needed to install new machines with Centos7 and join them to the cluster. I didn't want to decommission/bootstrap dozens of nodes, so I decided to do the following: - Create a new

Merkle trees requests hanging

2017-07-04 Thread Jean Carlo
Hello. What if a node send a merkle tree to its replica but this one would never received by any network issues. The repair will be hanging eternally ? or Should I modify the parameter # streaming_socket_timeout_in_ms: 0 to avoid this ? Saludos Jean Carlo "The best way to predict the future is

RE: Cassandra issue “Unable to gossip with any seeds”

2017-07-04 Thread Jonathan Baynes
Hi Bhargav I had this recently when making changes to a cluster, and It was down to the Listen_address & broadcast_address. Check your cassandra.yaml and make sure that your listen_address/broadcast_address and "seeds" values match. Make sure the Data folder is empty as well. I would go throu

Cassandra issue “Unable to gossip with any seeds”

2017-07-04 Thread Mokkapati, Bhargav (Nokia - IN/Chennai)
Hi Team, I am getting the below issue when I started a node. “Unable to gossip with any seeds” [cid:image003.jpg@01D2F4F3.8B790480] I am using Apache Cassandra 3.0.6 version. I have 5 nodes in the cluster,10.50.20.151 , 10.50.20.152 , 10.50.20.153 , 10.50.20.154 , 10.50.20.155 Seed nodes -

Sending merkle trees

2017-07-04 Thread Jean Carlo
Hello In cassandra 2.1. When a replica has sent its merkle tree, Does it via streaming ? which protocol does it use ? Best regards Jean Carlo "The best way to predict the future is to invent it" Alan Kay

Re: UDF for sorting

2017-07-04 Thread techpyaasa .
Hi Justin, Thanks for the reply. We are using c*-2.1.17 , does lucene plugin works with this version?? On Tue, Jul 4, 2017 at 4:49 AM, Justin Cameron wrote: > While you can't do this with Cassandra, you can get the functionality you > want with the cassandra-lucene-plugin (https://github.com/St