Broken link in Cassandra homepage

2017-11-21 Thread Mahdi Mohammadi
Hello, The link in "http://cassandra.apache.org/"; which points to list of 1500 companies that are using Cassandra is broken (it was hosted in PlanetCassandra before). Can someone fix it? As a side note, why "Apple" is not on the list of companies that are using Cassandra? [image: Inline image 1]

Netflix Billing Migration to AWS

2016-06-21 Thread Mahdi Mohammadi
Worth reading. It has references to Cassandra and how/where they use it. http://techblog.netflix.com/2016/06/netflix-billing-migration-to-aws.html Best Regards

Better code review

2016-06-15 Thread Mahdi Mohammadi
Hi, Today I noticed there is a https://reviews.apache.org/r/# website which can be used for code review. Why not use it or even better use GitHub PR code review facilities? Best Regards

Re: Jira down, again?

2016-06-13 Thread Mahdi Mohammadi
And when it is not down, it is very slow for me. Do others have the same experience? Best Regards On Tue, Jun 14, 2016 at 4:19 AM, Brandon Williams wrote: > Everyone. > > On Mon, Jun 13, 2016 at 3:18 PM, Michael Kjellman < > mkjell...@internalcircle.com> wrote: > > > Seems like Apache Jira is

Code which sends INSERT command to corresponding node

2016-06-11 Thread Mahdi Mohammadi
Hi, When an INSERT command is received in a coordinator node, it uses a partitioner to find out the node which is responsible for storing that row. It then sends the command to that node to be further processed and stored locally. I am looking for the place in the code which does the above. I tri

Re: Unit tests in IDE

2016-06-09 Thread Mahdi Mohammadi
You can create JUnit run configurations in IDEA and run/debug a single unit test. You will need to specify class name of the test. [image: Inline image 1] Best Regards On Fri, Jun 10, 2016 at 12:53 AM, Josh McKenzie wrote: > Does ant generate-idea-files >

Java Driver 3.0 for Apache Cassandra - Documentation Outdated?

2016-06-06 Thread Mahdi Mohammadi
Team, I was checking the documentation for TupleType in DataStax docs here and the code example was like this: TupleType theType = TupleType.of(DataType.cint(), DataType.text(), DataType.cfloat()); But in th

ant warning - multiple versions of ant detected in path for junit

2016-06-04 Thread Mahdi Mohammadi
Output of `ant test` for each test suit contains this warning: *test:* *[mkdir] Created dir: /Users/mahdi/box/cassandra/build/test/cassandra* *[mkdir] Created dir: /Users/mahdi/box/cassandra/build/test/output* *[junit] WARNING: multiple versions of ant detected in path for junit * *

Wiki contributor

2016-06-01 Thread Mahdi Mohammadi
Hi, Would someone please add me to the Wiki contributors? Username: MahdiMohammadi Best Regards

Tab completion in cqlsh doesn't work for capitalized letters

2016-05-22 Thread Mahdi Mohammadi
Regarding CASSANDRA-11664 : I checked this issue and seems it's because in Parser.g file for ANTLR we have specified that casing should not be preserved for keyspace name identifiers which are not quoted: t=IDENT { $name.setKeysp

Any plan to migrate from Ant to Maven?

2016-05-21 Thread Mahdi Mohammadi
Best Regards

Re: How to debug a unit test?

2016-05-20 Thread Mahdi Mohammadi
o debug in terminal. But you can set break > > points and debug in eclipse and IntelliJ without a problem. > > > > I strongly recommend reading the contributing guide: > > https://wiki.apache.org/cassandra/HowToContribute > > > > On Fri, 20 May 2016 at 03:18, Mahd

How to debug a unit test?

2016-05-19 Thread Mahdi Mohammadi
Hi, I can run a single unit test using `ant test -Dtest.name=TraceCqlTest`. How can I debug the test using gdb (in the terminal)? Best Regards

Re: Error running 'ant test'

2016-05-19 Thread Mahdi Mohammadi
mail.com> wrote: > I just tried it locally, `ant clean && ant test > -Dtest.name=TopKSamplerTest` works just fine (tried the other test, too). > What's your JDK version? I can't see anything obvious that is wrong. If the > branch is up-to-date, it usually has

Error running 'ant test'

2016-05-18 Thread Mahdi Mohammadi
I am trying to run `ant test` on cassandra-3.0 branch but get some errors: *[junit] Testcase: testSamplerSingleInsertionsEqualMulti(org.apache.cassandra.utils.TopKSamplerTest): FAILED* *[junit] expected:<{item2=2, item1=1, item8=8, item7=7, item9=9, item4=4, item10=10, item3=3, item6=6,

Re: Error running tests: java.security.InvalidKeyException: Illegal key size

2016-05-18 Thread Mahdi Mohammadi
/java/javase/downloads/jce8-download-2133166.html > > On Tue, 17 May 2016 at 22:58 Mahdi Mohammadi wrote: > > > I can successfully compile cassandra source using `ant` command but when > > running `ant test` for EncryptionUtilsTest I am getting this error: > > > &g

Error running tests: java.security.InvalidKeyException: Illegal key size

2016-05-17 Thread Mahdi Mohammadi
I can successfully compile cassandra source using `ant` command but when running `ant test` for EncryptionUtilsTest I am getting this error: *[junit] - Standard Output ---* *[junit] ERROR 21:55:32 SLF4J: stderr* *[junit] INFO 21:55:32 initializing CipherFactory