World Party! Check out speaker lineup and
register: https://www.cassandraworldparty.org/
- Thank you to #ApacheCassandra World Party sponsors @AxonOpsSoftware and
@HomeDepotCareer! Join us on 7/20 for fun and fast lighting talks. Virtual
+ in person event: https://www.cassandraworldparty.org/
- Sche
email&utm_source=mkto&utm_campaign=idcsig>
On Sun, Nov 20, 2016 at 10:24 PM, Vladimir Yudovin
wrote:
> Hi,
>
> Centos 7 has Java 8 available, so there shouldn't be any problem to run
> Casandra.
>
> Best regards, Vladimir Yudovin,
>
> *Winguzone <https:
Hi,
Centos 7 has Java 8 available, so there shouldn't be any problem to run
Casandra.
Best regards, Vladimir Yudovin,
Winguzone - Hosted Cloud Cassandra
Launch your cluster in minutes.
On Sun, 20 Nov 2016 11:14:07 -0500Shalom Sagges
<shal...@liveperson.com> wrote
Hi Guys,
A simple question for which I couldn't find an answer in the docs.
Is Centos 7 supported on DataStax Community Edition v3.0.9?
Thanks!
Shalom Sagges
DBA
T: +972-74-700-4035
<http://www.linkedin.com/company/164748> <http://twitter.com/liveperson>
<http://www.facebo
ead of decreasing it should help drop (faster)
>> rather than promoting to sv/oldgen (slower) ?
>>
>>
>>
>> From: Anishek Agarwal
>> Reply-To: "user@cassandra.apache.org"
>> Date: Thursday, March 3, 2016 at 8:55 PM
>>
>> To: "user@cassan
m: Anishek Agarwal
> Reply-To: "user@cassandra.apache.org"
> Date: Thursday, March 3, 2016 at 8:55 PM
>
> To: "user@cassandra.apache.org"
> Subject: Re: Lot of GC on two nodes out of 7
>
> Hello,
>
> Bryan, most of the partition sizes are under 45 KB
>
>
at 8:55 PM
To: "user@cassandra.apache.org"
Subject: Re: Lot of GC on two nodes out of 7
Hello,
Bryan, most of the partition sizes are under 45 KB
I have tried with concurrent_compactors : 8 for one of the nodes still no
improvement,
I have tried max_heap_Size : 8G, no improveme
o please check whether you have mutations drop in other nodes or not.
>>
>>
>>
>> Hope this helps in your cluster too.
>>
>>
>>
>> Regards
>>
>> Amit Singh
>>
>> *From:* Jonathan Haddad [mailto:j...@jonhaddad.com]
>> *S
;
> Hope this helps in your cluster too.
>
>
>
> Regards
>
> Amit Singh
>
> *From:* Jonathan Haddad [mailto:j...@jonhaddad.com]
> *Sent:* Wednesday, March 02, 2016 9:33 PM
> *To:* user@cassandra.apache.org
> *Subject:* Re: Lot of GC on two nodes out of 7
>
>
&g
To: user@cassandra.apache.org
Subject: Re: Lot of GC on two nodes out of 7
Can you post a gist of the output of jstat -gccause (60 seconds worth)? I
think it's cool you're willing to experiment with alternative JVM settings but
I've never seen anyone use max tenuring threshold of
To: user@cassandra.apache.org<mailto:user@cassandra.apache.org>
Subject: Re: Lot of GC on two nodes out of 7
Can you post a gist of the output of jstat -gccause (60 seconds worth)? I
think it's cool you're willing to experiment with alternative JVM settings but
I've neve
4 49323 0
>> 0
>>
>> commitlog_archiver0 0 0 0
>> 0
>>
>> HintedHandoff 0 0116 0
>> 0
>>
>>
SE 0
>
> COUNTER_MUTATION 0
>
> all the other 5 nodes show no pending numbers.
>
>
> our machine configurations are : 2 X 800 GB SSD , 48 cores, 64 GB RAM
> compaction throughput is 0 MB/s
> concurrent_compactors: 48
> flush_writers: 4
>
>
>
with your system, so
> looking at the max row size on those nodes compared to other is more
> relevant than average size for this check.
i think is what you are looking for, please correct me if i am wrong
Compacted partition maximum bytes: 1629722
similar value on all 7 nodes.
grep -i &qu
I think Jeff is trying to spot a wide row messing with your system, so
looking at the max row size on those nodes compared to other is more
relevant than average size for this check.
the only other thing that stands out in cfstats is the read time and write
> time on the nodes with high GC is 5-7 ti
erage row size for compacted partitions is about 1640 bytes on all
> nodes. We have replication factor 3 but the problem is only on two nodes.
> the only other thing that stands out in cfstats is the read time and write
> time on the nodes with high GC is 5-7 times higher than other 5 nodes, b
nodes.
the only other thing that stands out in cfstats is the read time and write
time on the nodes with high GC is 5-7 times higher than other 5 nodes, but
i think thats expected.
thanks
anishek
On Wed, Mar 2, 2016 at 1:09 PM, Jeff Jirsa
wrote:
> Compaction falling behind will likely ca
mitigate that type of pain).
- Jeff
From: Anishek Agarwal
Reply-To: "user@cassandra.apache.org"
Date: Tuesday, March 1, 2016 at 11:12 PM
To: "user@cassandra.apache.org"
Subject: Lot of GC on two nodes out of 7
Hello,
we have a cassandra cluster of 7 nodes, all of them
Hello,
we have a cassandra cluster of 7 nodes, all of them have the same JVM GC
configurations, all our writes / reads use the TokenAware Policy wrapping
a DCAware policy. All nodes are part of same Datacenter.
We are seeing that two nodes are having high GC collection times. Then
mostly seem
;=1.7 (OpenJDK and Oracle JVMS have been tested)
>
>
>
> Does this mean that Cassandra 2.2.1 (binary release) can work with Java 7?
>
>
>
> Thanks
>
>
> Boying
>
>
>
>
>
>
>
>
>
Hi, All,
The latest stable release of Cassandra is 2.2.1 and I notice the following line
in the "Requirements" section of README.asc comes with the source codes:
Java >=1.7 (OpenJDK and Oracle JVMS have been tested)
Does this mean that Cassandra 2.2.1 (binary release) can wor
This should be fixed in 3.0 by a combination of
https://issues.apache.org/jira/browse/CASSANDRA-8709 and
https://issues.apache.org/jira/browse/CASSANDRA-4050.
The changes in 8709 and 4050 are invasive enough that we didn't want to
target them for the 2.1 release and is actually a big part of why w
What is the current status of clearing snapshots on Windows?
When running Cassandra 2.1.3, trying manually to run clearSnapshot I get:
"FSWriteError… Caused by: java.nio.file.FileSystemException… File is used by
another process"
I know there’s been numerous issues in JIRA trying to fix similar pr
.
As with most things in c* you can run different versions on different
nodes, you are not forced into an all at once upgrade.
On Sun, Dec 23, 2012 at 4:37 AM, Fabrice Facorat
wrote:
> At Orange portails we are presently testing Cassandra 1.2.0 beta/rc
> with Java 7, and presnetly we have no
At Orange portails we are presently testing Cassandra 1.2.0 beta/rc
with Java 7, and presnetly we have no issues
2012/12/22 Brian Tarbox :
> What I saw in all cases was
> a) set JAVA_HOME to java7, run program fail
> b) set JAVA_HOME to java6, run program success
>
> I should ha
wrote:
> Brian, did any of your issues with java 7 result in corrupting data in
> cassandra?
>
> We just ran into an issue after upgrading a test cluster from Cassandra
> 1.1.5 and Oracle JDK 1.6.0_29-b11 to Cassandra 1.1.7 and 7u10.
>
> What we saw is values in colum
Brian, did any of your issues with java 7 result in corrupting data in
cassandra?
We just ran into an issue after upgrading a test cluster from Cassandra
1.1.5 and Oracle JDK 1.6.0_29-b11 to Cassandra 1.1.7 and 7u10.
What we saw is values in columns with validation
Class
I was using jre-7u9-linux-x64 which was the latest at the time.
I'll confess that I did not file any bugs...at the time the advice from
both the Cassandra and Zookeeper lists was to stay away from Java 7 (and my
boss had had enough of my reporting that "*the problem was Java 7"*
;
> On Sun, Dec 16, 2012 at 4:54 AM, Sylvain Lebresne
> wrote:
>> On Sat, Dec 15, 2012 at 7:12 PM, Michael Kjellman
>> wrote:
>>>
>>> What "issues" have you ran into? Actually curious because we push 1.1.5-7
>>> really hard and have no issu
I'm using
Java(TM) SE Runtime Environment (build 1.7.0_07-b11)
Java HotSpot(TM) 64-Bit Server VM (build 23.3-b01, mixed mode)
On Sun, Dec 16, 2012 at 4:54 AM, Sylvain Lebresne wrote:
> On Sat, Dec 15, 2012 at 7:12 PM, Michael Kjellman
> wrote:
>>
>> What "issues&
On Sat, Dec 15, 2012 at 7:12 PM, Michael Kjellman
wrote:
> What "issues" have you ran into? Actually curious because we push 1.1.5-7
> really hard and have no issues whatsoever.
>
>
A related question is "which which version of java 7 did you try"? The
first re
What "issues" have you ran into? Actually curious because we push 1.1.5-7
really hard and have no issues whatsoever.
On Dec 15, 2012, at 7:51 AM, "Brian Tarbox"
mailto:tar...@cabotresearch.com>> wrote:
We've reverted all machines back to Java 6 after running into
We've reverted all machines back to Java 6 after running into numerous Java
7 issues...some running Cassandra, some running Zookeeper, others just
general problems. I don't recall any other major language release being
such a mess.
On Fri, Dec 14, 2012 at 5:07 PM, Bill de hÓra wro
"At least that would be one way of defining "officially supported".
Not quite, because, Datastax is not Apache Cassandra.
"the only issue related to Java 7 that I know of is CASSANDRA-4958, but that's
osx specific (I wouldn't advise using osx in production
for what it's worth, I'm running on java 7 with 1.1.x release without
any problems.
On Fri, Dec 14, 2012 at 2:43 PM, Drew Kutcharian wrote:
> In addition, the DataStax official documentation states: "Versions earlier
> than 1.6.0_19 should not be used. Java 7 is not r
In addition, the DataStax official documentation states: "Versions earlier than
1.6.0_19 should not be used. Java 7 is not recommended."
http://www.datastax.com/docs/1.1/install/install_rpm
On Dec 14, 2012, at 9:42 AM, Aaron Turner wrote:
> Does Datastax (or any other com
Does Datastax (or any other company) support Cassandra under Java 7?
Or will they tell you to downgrade when you have some problem, because
they don't support C* running on 7?
At least that would be one way of defining "officially supported".
On Fri, Dec 14, 2012 at 2:22 AM, S
What kind of official statement do you want? As far as I can be considered
an official voice of the project, my statement is: "various people run in
production with Java 7 and it seems to work".
Or to answer the initial question, the only issue related to Java 7 that I
know of is CASS
On Thu, Dec 13, 2012 at 11:43 AM, Drew Kutcharian wrote:
> With Java 6 begin EOL-ed soon
> (https://blogs.oracle.com/java/entry/end_of_public_updates_for), what's the
> status of Cassandra's Java 7 support? Anyone using it in production? Any
> outstanding *known* issue
Works just fine for us.
On 12/13/12 11:43 AM, "Drew Kutcharian" wrote:
>Hey Guys,
>
>With Java 6 begin EOL-ed soon
>(https://blogs.oracle.com/java/entry/end_of_public_updates_for), what's
>the status of Cassandra's Java 7 support? Anyone using it in producti
Hey Guys,
With Java 6 begin EOL-ed soon
(https://blogs.oracle.com/java/entry/end_of_public_updates_for), what's the
status of Cassandra's Java 7 support? Anyone using it in production? Any
outstanding *known* issues?
-- Drew
'm not an expert.) -Brennan
>
>
> On Thu, Nov 1, 2012 at 9:31 AM, Ramesh Natarajan wrote:
>
>> I am trying to bootstrap cassandra 1.0.10 cluster of 7 nodes to 14 nodes.
>>
>> My seed nodes are 101, 102, 103 and 104.
>>
>> Here is my initial ring
>>
ootstrap cassandra 1.0.10 cluster of 7 nodes to 14 nodes.
>
> My seed nodes are 101, 102, 103 and 104.
>
> Here is my initial ring
>
> Address DC RackStatus State Load
> OwnsToken
>
> 145835300108973627198589117470757804908
> 192.
I am using the Sun JDK. There are only two issues I have found
unrelated to Cassandra.
1) DateFormat is more liberal mmDD vs yyymmdd If you write an
application with java 7 the format is forgiving with DD vs dd. Yet if
you deploy that application to some JDK 1.6 jvms it fails
2) Ran into
FWIW, we're using openjdk7 on most of our clusters. For those where we
are still on openjdk6, it's not because of an issue - just haven't
gotten to rolling out the upgrade yet.
We haven't had any issues that I recall with upgrading the JDK.
--
/ Peter Schuller (@scode, http://worldmodscode.wordp
Are you using openJDK or Oracle JDK? I know java7 should be based on
openJDK since 7, but still not sure.
On 25 October 2012 05:42, Edward Capriolo wrote:
> We have been using cassandra and java7 for months. No problems. A key
> concept of java is portable binaries. There are sometimes wr
We have been using cassandra and java7 for months. No problems. A key
concept of java is portable binaries. There are sometimes wrinkles with
upgrades. If you hit one undo the upgrade and restart.
On Tuesday, October 23, 2012, Eric Evans wrote:
> On Tue, Oct 16, 2012 at 7:54 PM, Rob Coli wr
On Wed, Oct 24, 2012 at 11:41 AM, Voodoo wrote:
> And if you want a competitive edge, use it, tune it, take full advantage of
> the better version (7) and DON'T share. See the problem with not assigning
> this as a first class task for ASF team?
Umm, no? Care to explain?
>
And if you want a competitive edge, use it, tune it, take full advantage of the
better version (7) and DON'T share. See the problem with not assigning this as
a first class task for ASF team?
Sent from my iPad
On Oct 23, 2012, at 11:12 PM, Eric Evans wrote:
> On Tue, Oct 16, 2012 at
On Tue, Oct 16, 2012 at 7:54 PM, Rob Coli wrote:
> On Tue, Oct 16, 2012 at 4:45 PM, Edward Sargisson
> wrote:
>> The Datastax documentation says that Java 7 is not recommended[1]. However,
>> Java 6 is due to EOL in Feb 2013 so what is the reasoning behind that
>> comm
On Tue, Oct 16, 2012 at 4:45 PM, Edward Sargisson
wrote:
> The Datastax documentation says that Java 7 is not recommended[1]. However,
> Java 6 is due to EOL in Feb 2013 so what is the reasoning behind that
> comment?
I've asked this approximate question here a few times, wi
Hi all,
The Datastax documentation says that Java 7 is not recommended[1].
However, Java 6 is due to EOL in Feb 2013 so what is the reasoning
behind that comment?
Is it something we should be still concerned about?
Cheers,
Edward
Links:
[1] http://www.datastax.com/docs/1.1/install
> It is not a total waste, but practically your time is better spent in other
> places. The problem is just about everything is a moving target, schema,
> request rate, hardware. Generally tuning nudges a couple variables in one
> direction or the other and you see some decent returns. But each nud
Haha Ok.
It is not a total waste, but practically your time is better spent in other
places. The problem is just about everything is a moving target, schema,
request rate, hardware. Generally tuning nudges a couple variables in one
direction or the other and you see some decent returns. But each nu
> Generally tuning the garbage collector is a waste of time.
Sorry, that's BS. It can be absolutely critical, when done right, and
only "useless" when done wrong. There's a spectrum in between.
> Just follow
> someone else's recommendation and use that.
No, don't.
Most recommendations out there
Generally tuning the garbage collector is a waste of time. Just follow
someone else's recommendation and use that.
The problem with tuning is that workloads change then you have to tune
again and again. New garbage collectors come out and you have to tune again
and again. Someone at your company r
> Our full gc:s are typically not very frequent. Few days or even weeks
> in between, depending on cluster.
*PER NODE* that is. On a cluster of hundreds of nodes, that's pretty
often (and all it takes is a single node).
--
/ Peter Schuller (@scode, http://worldmodscode.wordpress.com)
> I was able to run IBM Java 7 with Cassandra (could not do it with 1.6
> because of snappy). It has a new Garbage collection policy (called balanced)
> that is good for very large heap size (over 8 GB), documented here that is
> so promising with Cassandra. I have not tried it but I
> Relatedly, I'd love to learn how to reliably reproduce full GC pauses
> on C* 1.1+.
Our full gc:s are typically not very frequent. Few days or even weeks
in between, depending on cluster. But it happens on several clusters;
I'm guessing most (but I haven't done a systematic analysis). The only
q
--Chris
On Sep 9, 2012, at 7:13 AM, dong.yajun wrote:
ruuning for a while, you should set the -Xss to more than 160k when you
using jdk1.7.>>>> On Sun, Sep 9, 2012 at 3:39 AM, Peter Schuller
wrote:
Has anyone tried running 1.1.1 on Java 7?
Have been running jdk 1.7 on se
I was able to run IBM Java 7 with Cassandra (could not do it with 1.6
because of snappy). It has a new Garbage collection policy (called
balanced) that is good for very large heap size (over 8 GB),
documented
<http://www.ibm.com/developerworks/websphere/techjournal/1108_sciampac
Relatedly, I'd love to learn how to reliably reproduce full GC pauses
on C* 1.1+.
On Mon, Sep 10, 2012 at 12:37 PM, Oleg Dulin wrote:
> I am currently profiling a Cassandra 1.1.1 set up using G1 and JVM 7.
>
> It is my feeble attempt to reduce Full GC pauses.
>
> Has anyon
> I am currently profiling a Cassandra 1.1.1 set up using G1 and JVM 7.
>
> It is my feeble attempt to reduce Full GC pauses.
>
> Has anyone had any experience with this ? Anyone tried it ?
Have tried; for some workloads it's looking promising. This is without
key cache and
I am currently profiling a Cassandra 1.1.1 set up using G1 and JVM 7.
It is my feeble attempt to reduce Full GC pauses.
Has anyone had any experience with this ? Anyone tried it ?
--
Regards,
Oleg Dulin
NYC Java Big Data Engineer
http://www.olegdulin.com/
ference to what required a higher stack.
On Sep 9, 2012, at 12:47 PM, Christopher Keller wrote:
> This is necessary under the later versions of 1.6v35 as well. Nodetool will
> show the cluster as being down even though individual nodes will be up.
>
> --Chris
>
>
> On Sep
This is necessary under the later versions of 1.6v35 as well. Nodetool will
show the cluster as being down even though individual nodes will be up.
--Chris
On Sep 9, 2012, at 7:13 AM, dong.yajun wrote:
> ruuning for a while, you should set the -Xss to more than 160k when you using
>
t;> > Has anyone tried running 1.1.1 on Java 7?
>>
>> Have been running jdk 1.7 on several clusters on 1.1 for a while now.
>>
>> --
>> / Peter Schuller (@scode, http://worldmodscode.wordpress.com)
>>
>
>
>
> --
> *Ric Dong *
> Newegg Ecommerce, MIS department
>
>
>
ruuning for a while, you should set the -Xss to more than 160k when you
using jdk1.7.
On Sun, Sep 9, 2012 at 3:39 AM, Peter Schuller
wrote:
> > Has anyone tried running 1.1.1 on Java 7?
>
> Have been running jdk 1.7 on several clusters on 1.1 for a while now.
>
> --
> / P
> Has anyone tried running 1.1.1 on Java 7?
Have been running jdk 1.7 on several clusters on 1.1 for a while now.
--
/ Peter Schuller (@scode, http://worldmodscode.wordpress.com)
Has anyone tried running 1.1.1 on Java 7?
I know Datastax does not recommend it for DSE, is there a reason why ?
Regards,
Oleg
7?
Sent from my iPhone
On Sep 28, 2011, at 4:18 PM, RAJASHEKAR REDDY wrote:
> ..Your friend wants to help you! Don’t ignore this letter!
> http://alexeist.euweb.cz/com.friend.php?baflucky=16uv0
---
> Aaron Morton
> Freelance Cassandra Developer
> @aaronmorton
> http://www.thelastpickle.com
>
> On 22/09/2011, at 5:46 PM, Suman Ghosh wrote:
>
>> Any suggestions on this, folks?
>>
>>
>> On Tue, Sep 6, 2011 at 12:59 AM, tushar pal wrote:
&
ly something client developers do.
>
> Cheers
>
>
> -
> Aaron Morton
> Freelance Cassandra Developer
> @aaronmorton
> http://www.thelastpickle.com
>
> On 22/09/2011, at 5:46 PM, Suman Ghosh wrote:
>
> Any suggestions on this, folks?
>
>
> On Tue, Sep 6,
s, folks?
>
>
> On Tue, Sep 6, 2011 at 12:59 AM, tushar pal wrote:
> Hi,
> I am facing some problem using Thrift 7.
> I downloaded the tar file.I downloaded the windows exe too for . Created a
> thrift jar from the lib java path and then generated the java class from
>
Cassandra uses Thrift 6 for now (a ticket is open for upgrading to Thrift 7
(https://issues.apache.org/jira/browse/CASSANDRA-3213), I refer you to
the discussion there). That being said I don't know what is the story of Thrift
for having a client and server of different versions, but I su
Any suggestions on this, folks?
On Tue, Sep 6, 2011 at 12:59 AM, tushar pal wrote:
> Hi,
> I am facing some problem using Thrift 7.
> I downloaded the tar file.I downloaded the windows exe too for . Created a
> thrift jar from the lib java path and then generated the jav
Hi,
I am facing some problem using Thrift 7.
I downloaded the tar file.I downloaded the windows exe too for . Created a
thrift jar from the lib java path and then generated the java class from
tutorial.thrift file.Now while I use run the ant file inside example I got
some error that some of
On Thu, Aug 11, 2011 at 11:32 AM, Martin Lansler
wrote:
> Hi,
>
> Has anybody run Cassandra on Java SE 7? Any issues/caveats?
>
> I'm on a mac so I have to wait a while :-(
>
> -Martin
>
Now mind you I am running Cassandra 0.7, Tomcat 7.0, and Hive 0.7, so I love
an
Hi,
Has anybody run Cassandra on Java SE 7? Any issues/caveats?
I'm on a mac so I have to wait a while :-(
-Martin
On 03/05/2011 05:27 PM, Paul Pak wrote:
> Hello all,
>
> I was wondering if people could share their overall experiences with
> using .7 series of Cassandra in production? Is anyone using it?
>
For what it's worth we are using a dozen node 0.7.x cluster have not had
any
was wondering if people could share their overall experiences with
> using .7 series of Cassandra in production? Is anyone using it?
>
> I see a lot of people have troubles on the list, but it's hard to see
> which issues get resolved and which remain. So I was wondering ho
Hello all,
I was wondering if people could share their overall experiences with
using .7 series of Cassandra in production? Is anyone using it?
I see a lot of people have troubles on the list, but it's hard to see
which issues get resolved and which remain. So I was wondering how many
p
va:205) at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:683) at com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:672) at javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:280) ... 7 moreOn Oct 12, 2010, at 1:39
Are you aware of this: http://wiki.apache.org/cassandra/JmxGotchas/ ?
-Scott
et to ? I've seen thrift_framed_transport_size_in_mb set to 0 after an
> upgrade which will cause faults.
>
> Andy
>
>
>
> On 12 Oct 2010, at 16:40, Brayton Thompson wrote:
>
>> I'm having some issues getting three nodes to cluster together in .7 beta 2.
>>
>
wrote:
> I'm having some issues getting three nodes to cluster together in .7 beta 2.
>
> Seed: xxx.xxx.xxx.xxx
> other node Y: yyy.yyy.yyy.yyy
> other node Z: zzz.zzz.zzz.zzz
>
> when starting node Y this is the output... As you can see it binds thrift to
> localhost e
at
javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:280)
... 7 more
On Oct 12, 2010, at 1:39 PM, aaron morton wrote:
> What setting do you have for the rpc_address ? I use 0.0.0.0 to bind to all
> interfaces, you may want to set it to your ip_address listed.
>
!
listen_address:
# The address to bind the Thrift RPC service to
rpc_address: 0.0.0.0
Aaron
On 13 Oct 2010, at 04:40, Brayton Thompson wrote:
> I'm having some issues getting three nodes to cluster together in .7 beta 2.
>
> Seed: xxx.xxx.xxx.xxx
> other node Y: yyy.yyy.yyy.y
I'm having some issues getting three nodes to cluster together in .7 beta 2.
Seed: xxx.xxx.xxx.xxx
other node Y: yyy.yyy.yyy.yyy
other node Z: zzz.zzz.zzz.zzz
when starting node Y this is the output... As you can see it binds thrift to
localhost even though its set as the machines ip i
On Mon, Sep 6, 2010 at 8:39 PM, Jonathan Ellis wrote:
> On Mon, Sep 6, 2010 at 4:04 PM, Edward Capriolo wrote:
>> I was not aware of that. Also is the default for 6.o non framed and
>> 7.o framed?
>
> Yes.
>
>>I was thinking possibly replace cassanda.client detect
On Mon, Sep 6, 2010 at 4:04 PM, Edward Capriolo wrote:
> I was not aware of that. Also is the default for 6.o non framed and
> 7.o framed?
Yes.
>I was thinking possibly replace cassanda.client detect the
> server version and use reflection.
This would have to be tested; the speed
Welcome to Thrift.
On Mon, Sep 6, 2010 at 4:04 PM, Edward Capriolo wrote:
>
> I was not aware of that. Also is the default for 6.o non framed and
> 7.o framed? I was thinking possibly replace cassanda.client detect the
> server version and use reflection. This way hector s
t;>>> tricky?
>>>>
>>>> Thank you,
>>>> Edward
>>>
>>>
>>>
>>> --
>>> /Ran
>>>
>>
>> I am going to cross post this to get the vibe on what people are
>> thinking. Does it make sense
l one version of hector
>>> support both 6.0 and 7.0? This would be great as performing a
>>> cassandra upgrade and an app server upgrade at the same time is always
>>> tricky?
>>>
>>> Thank you,
>>> Edward
>>
>>
>>
>> --
;>
>> Thank you,
>> Edward
>
>
>
> --
> /Ran
>
I am going to cross post this to get the vibe on what people are
thinking. Does it make sense that the thrift api for 7.X should also
have deprecated methods that match the signature of 6.X? In this way,
code that was
/FAQ#no_keyspaces , or the Upgrading section in NEWS.txt.
-Original Message-
From: "Frank LoVecchio"
Sent: Sunday, August 22, 2010 11:10pm
To: user@cassandra.apache.org
Subject: No Keyspace found after fresh .7 install
I now have 2 running nodes : one running .6.3, and one runn
See http://wiki.apache.org/cassandra/FAQ#no_keyspaces , or the Upgrading
section in NEWS.txt.
-Original Message-
From: "Frank LoVecchio"
Sent: Sunday, August 22, 2010 11:10pm
To: user@cassandra.apache.org
Subject: No Keyspace found after fresh .7 install
I now have 2 run
I now have 2 running nodes : one running .6.3, and one running .7 beta 1.
No Keyspace is recognized (aside from system) on the .7 beta 1 node; I saw
this wiki page ->http://wiki.apache.org/cassandra/LiveSchemaUpdates about
doing a one-time schema update, but I am still confused (and jsconsole
yes. NEWS.txt
On Fri, Aug 13, 2010 at 10:31 AM, Claire Chang
wrote:
> I was wondering if there will be a document on how to do it?
>
> Sent from my iPhone
>
--
Jonathan Ellis
Project Chair, Apache Cassandra
co-founder of Riptano, the source for professional Cassandra support
http://riptano.c
I was wondering if there will be a document on how to do it?
Sent from my iPhone
1 - 100 of 114 matches
Mail list logo