ever heard of anyone shipping docs for multiple versions, I don’t know
> why we’d do that. You can get the docs for any version you need by
> downloading C*, the docs are included. I’m a firm -1 on changing that
> process.
>
> We should still host versioned docs on t
ed one, and don't
care which), and a `c-foreach-restart` that iteratively restarts. Those
are here: https://github.com/eevans/cassandra-tools-wmf
--
Eric Evans
eev...@wikimedia.org
http://cassandra.apache.org/doc/latest/operating/metrics.html#compaction-metrics
Hope this helps.
--
Eric Evans
john.eric.ev...@gmail.com
-
To unsubscribe, e-mail: user-unsubscr...@cassandra.apache.org
For additional commands, e-mail: user-h...@cassandra.apache.org
am to me.
I'll let others on the list chime-in if they disagree, but I'm
inclined to unsubscribe/ban anyone making posts like this.
--
Eric Evans
john.eric.ev...@gmail.com
-
To unsubscribe, e-mail: user-unsubscr...@cass
l node rebuild.
>> Otherwise repair will get the node consistent again.
>
> [ ... ]
--
Eric Evans
john.eric.ev...@gmail.com
-
To unsubscribe, e-mail: user-unsubscr...@cassandra.apache.org
For additional commands, e-mail: user-h...@cassandra.apache.org
#x27;s worth keeping in mind though that you'll still
have a 12-16T blast radius in the event of a host failure. As the
host density goes up, consider steps to make the host more robust
(RAID, redundant power supplies, etc).
f exponentially increasing size.
The 3rd level (level 2), is sized at 100 tables, and there are
currently 104. Compaction will work to get that down to the target of
100, and in doing so create new tables in the 4th level (level 3).
TL;DR This all looks perfectly normal.
--
Eric Evans
john.eric.ev...@gmail.com
1 year respectively).
--
Eric Evans
john.eric.ev...@gmail.com
meant to represent a causal ordering.
In other words, if you somehow unconditionally enforced monotonicity
on the server side[*] you'd break a whole other set of use-cases.
[*]: But, how would you even manage such a thing without coordination,
in a distributed environment?
--
Eric Evans
john.eric.ev...@gmail.com
t; should continue using it or switch to the Apache repo.
If it is your intention to run Apache Cassandra, from the Apache
Cassandra project, then you should be using the Apache repo.
--
Eric Evans
eev...@apache.org
It does, doesn't it? I'll fix this.
Thanks Drew!
--
Eric Evans
john.eric.ev...@gmail.com
ly a part of Debian™.
Make sense? :)
--
Eric Evans
john.eric.ev...@gmail.com
gt;>>>>>>> ~[guava-16.0.jar:na]
>>>>>>>>>>> at
>>>>>>>>>>> org.apache.cassandra.streaming.StreamResultFuture.maybeComplete(StreamResultFuture.java:208)
>>>>>>>>>>> ~[apache-cassandra-2.1.13.jar:2.1.13]
>>>>>>>>>>> at
>>>>>>>>>>> org.apache.cassandra.streaming.StreamResultFuture.handleSessionComplete(StreamResultFuture.java:184)
>>>>>>>>>>> ~[apache-cassandra-2.1.13.jar:2.1.13]
>>>>>>>>>>> at
>>>>>>>>>>> org.apache.cassandra.streaming.StreamSession.closeSession(StreamSession.java:415)
>>>>>>>>>>> ~[apache-cassandra-2.1.13.jar:2.1.13]
>>>>>>>>>>> at
>>>>>>>>>>> org.apache.cassandra.streaming.StreamSession.sessionFailed(StreamSession.java:621)
>>>>>>>>>>> ~[apache-cassandra-2.1.13.jar:2.1.13]
>>>>>>>>>>> at
>>>>>>>>>>> org.apache.cassandra.streaming.StreamSession.messageReceived(StreamSession.java:475)
>>>>>>>>>>> ~[apache-cassandra-2.1.13.jar:2.1.13]
>>>>>>>>>>> at
>>>>>>>>>>> org.apache.cassandra.streaming.ConnectionHandler$IncomingMessageHandler.run(ConnectionHandler.java:256)
>>>>>>>>>>> ~[apache-cassandra-2.1.13.jar:2.1.13]
>>>>>>>>>>> at java.lang.Thread.run(Unknown Source) ~[na:1.7.0_79]
>>>>>>>>>>> ERROR [STREAM-OUT-/192.168.1.140] 2016-05-24 22:44:58,629
>>>>>>>>>>> StreamSession.java:505 - [Stream
>>>>>>>>>>> #2c290460-20d4-11e6-930f-1b05ac77baf9]
>>>>>>>>>>> Streaming error occurred
>>>>>>>>>>> java.io.IOException: Broken pipe
>>>>>>>>>>> at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
>>>>>>>>>>> ~[na:1.7.0_79]
>>>>>>>>>>> at sun.nio.ch.SocketDispatcher.write(Unknown Source)
>>>>>>>>>>> ~[na:1.7.0_79]
>>>>>>>>>>> at sun.nio.ch.IOUtil.writeFromNativeBuffer(Unknown
>>>>>>>>>>> Source) ~[na:1.7.0_79]
>>>>>>>>>>> at sun.nio.ch.IOUtil.write(Unknown Source) ~[na:1.7.0_79]
>>>>>>>>>>> at sun.nio.ch.SocketChannelImpl.write(Unknown Source)
>>>>>>>>>>> ~[na:1.7.0_79]
>>>>>>>>>>> at
>>>>>>>>>>> org.apache.cassandra.io.util.DataOutputStreamAndChannel.write(DataOutputStreamAndChannel.java:48)
>>>>>>>>>>> ~[apache-cassandra-2.1.13.jar:2.1.13]
>>>>>>>>>>> at
>>>>>>>>>>> org.apache.cassandra.streaming.messages.StreamMessage.serialize(StreamMessage.java:44)
>>>>>>>>>>> ~[apache-cassandra-2.1.13.jar:2.1.13]
>>>>>>>>>>> at
>>>>>>>>>>> org.apache.cassandra.streaming.ConnectionHandler$OutgoingMessageHandler.sendMessage(ConnectionHandler.java:351)
>>>>>>>>>>> [apache-cassandra-2.1.13.jar:2.1.13]
>>>>>>>>>>> at
>>>>>>>>>>> org.apache.cassandra.streaming.ConnectionHandler$OutgoingMessageHandler.run(ConnectionHandler.java:331)
>>>>>>>>>>> [apache-cassandra-2.1.13.jar:2.1.13]
>>>>>>>>>>> at java.lang.Thread.run(Unknown Source) [na:1.7.0_79]
--
Eric Evans
john.eric.ev...@gmail.com
important to have our Free Software project supported on the Free
Software JVM.
--
Eric Evans
john.eric.ev...@gmail.com
for us to list them?
I guess it depends on what it is, maybe one of:
http://wiki.apache.org/cassandra/ClientOptions
http://wiki.apache.org/cassandra/IntegrationPoints
http://wiki.apache.org/cassandra/Administration%2520Tools
Cheers,
--
Eric Evans
john.eric.ev...@gmail.com
a-slack.herokuapp.com/
>
> Looking forward to talk to you on Slack!
Please don't do this; We already have an (active) IRC channel on
Freenode, #cassandra (http://freenode.net/).
--
Eric Evans
john.eric.ev...@gmail.com
st prefix would be a
> really quick and easy way to return the first 1000 results.
>
>
> Is this even possible using cassandra?
Perhaps you could just store the objects as a simple key-value
representation (like your "stuff" table above), and then separately
index the components of the key (presumably in another table), using
adjacency lists (https://en.wikipedia.org/wiki/Adjacency_list).
--
Eric Evans
john.eric.ev...@gmail.com
x27;re free to design your own API, you could make the delimiter
arbitrary at PUT instead of GET.
--
Eric Evans
john.eric.ev...@gmail.com
m people nicely telling someone
how to unsubscribe.
--
Eric Evans
john.eric.ev...@gmail.com
r to do it manually.
Cheers,
--
Eric Evans
john.eric.ev...@gmail.com
#x27;t award such a status (everyone is a VP :)).
--
Eric Evans
john.eric.ev...@gmail.com
#x27;m speaking
on Saturday). I'd love to chat with anyone interested over
beers/coffee/whatever, and if there were enough folks, we could set up
something a little more formal.
Let me know!
Cheers,
--
Eric Evans
john.eric.ev...@gmail.com
(https://www.youtube.com/channel/UCoj4eQh_dZR37lL78ymC6XA), and it'll
be announced on the website (http://paperswelove.org/).
--
Eric Evans
john.eric.ev...@gmail.com
eneric keystore and
> truststore.
Can you explain what you mean by "generic keystore"? Are you looking
to create keystores signed by a self-signed root CA (distributed via a
truststore)?
--
Eric Evans
john.eric.ev...@gmail.com
ary}` to prevent client connections and `nodetool
disablegossip` to leave the ring.
Cheers,
--
Eric Evans
john.eric.ev...@gmail.com
On Thu, Oct 27, 2016 at 4:13 PM, Alexander Dejanovski
wrote:
> A few patches are pushing the limits of partition sizes so we may soon be
> more comfortable with big partitions.
You don't happen to have Jira links to these handy, do you?
--
Eric Evans
john.eric.ev...@gmail.com
On Thu, Nov 17, 2016 at 10:52 AM, sai krishnam raju potturi
wrote:
> I would suggest you create your own Certificate Authority, and create a
> generic keystore and trustore.
FWIW, that's what we (WMF) do: https://github.com/eevans/cassandra-ca-manager
--
Eric Evans
john.eric.ev...@gmail.com
g a thread dump and see what the
utilization of the sending threads are.
--
Eric Evans
john.eric.ev...@gmail.com
7;: '0.25',
> 'tombstone_compaction_interval': '300', 'class':
> 'org.apache.cassandra.db.compaction.LeveledCompactionStrategy'}
>
> How could this happen?
The subject says level 1 and 0; What does level 1 look like?
--
Eric Evans
john.eric.ev...@gmail.com
gt; (http://www.mail-archive.com/user@cassandra.apache.org/msg42095.html)
Right, that is your bottleneck. There is no per-host concurrency; I'm
afraid there is not much you can do about it at the moment.
https://issues.apache.org/jira/browse/CASSANDRA-4663 might be relevant
Cheers,
--
Eric Evans
john.eric.ev...@gmail.com
way they are dealing with
> Java in General.
I don't really have any opinions on Oracle per say, but Cassandra is a
Free Software project and I would prefer that we not depend on
commercial software, (and that's kind of what we have here, an
implicit dependency).
--
Eric Evans
john.eric.ev...@gmail.com
s a Free Software project,
or maybe that you just really like Oracle, I'm honestly not sure. It
doesn't seem relevant though, because there is in fact a Free Software
JVM (and in addition to some mere mortals, the fine people at Oracle
do contribute to it).
--
Eric Evans
john.eric.ev...@gmail.com
e Oracle JVM, and perhaps perform some test runs in CI against
OpenJDK. Actively discouraging people from using the Free Software
alternative here, one that is working well for many, isn't the
behavior I'd normally expect from a Free Software project.
--
Eric Evans
john.eric.ev...@gmail.com
rovides, but outputs JSON, either on the command line where
it could be wrapped by a script, or via a REST interface. There is no
exact equivalent to status just yet, but it would be pretty trivial to
add. I'm happy to do that (give me a few days), or I'd gladly accept
a pull request.
--
Eric Evans
john.eric.ev...@gmail.com
progress
> Compaction system hints
> 28.5 GB 92.38 GB bytes 30.85%
--
Eric Evans
john.eric.ev...@gmail.com
on?
>
https://issues.apache.org/jira/browse/CASSANDRA-9624, maybe?
--
Eric Evans
eev...@wikimedia.org
e to the number of versions stored. If versions are added at a low
rate, that might not pose an issue in practice, if it does though you'll
need to consider a different partitioning strategy.
TL;DR You need to understand what your data will look like. Min and max
value sizes aren't enough,
-2193-4f32-8426-3bd7ad8bf679 1a
> UN 744.12 GB 256 13.9%
> ff841094-7624-4dc5-b480-f39138b7f17c 1b
>
> 156GB might seem like a lot, but those extremes are less than 3% away; How
close do really need it to be (and why)?
--
Eric Evans
eev...@wikimedia.org
issues
> (e.g., outdated documentation, broken links)?
There is a "Documentation and Website" component in Jira
(https://issues.apache.org/jira/browse/CASSANDRA) you could use if you
like. Raising the issue here is probably enough though.
Thanks for the report,
--
Eric Evans
eev...@wikimedia.org
On Wed, Mar 2, 2016 at 1:55 PM, Robert Coli wrote:
> On Wed, Mar 2, 2016 at 7:00 AM, Eric Evans wrote:
>>
>> On Tue, Mar 1, 2016 at 8:30 PM, ANG ANG wrote:
>> > "#cassandra channel": http://freenode.net/
>>
>> The latter, while not presently usefu
On Thu, Mar 3, 2016 at 10:10 AM, Eric Evans wrote:
>> https://www.w3.org/Addressing/draft-mirashi-url-irc-01.txt
>>
>> irc://freenode.net/#cassandra
>
> Hrmm, that seems like more of a candidate for a channel name link, no?
> For example:
>
> Many of the C
stead of
>
> CREATE TABLE pns_fr_2_jean.table1 (
> bill_id text PRIMARY KEY,
> full text,
> name text,
> provider_date timestamp,
> total text
> )
--
Eric Evans
eev...@wikimedia.org
11303 aims to
introduce an inbound tunable though).
--
Eric Evans
eev...@wikimedia.org
d by a delete is
a good example). Now imagine having your clock yanked backward to
correct for drift between the first such operation and the second.
I would strongly recommend you come up with a stable NTP setup.
--
Eric Evans
eev...@wikimedia.org
to consider MySQL or Postgres.
--
Eric Evans
eev...@wikimedia.org
On Mon, Jul 30, 2012 at 8:31 PM, Alvin UW wrote:
> thx
http://wiki.apache.org/cassandra/FAQ#unsubscribe
You are welcome.
--
Eric Evans
Acunu | http://www.acunu.com | @acunu
binary distributions are listed on the
download page of the website:
http://cassandra.apache.org/download
Cheers,
[1]: http://goo.gl/Iu7W3 (CHANGES.txt)
[2]: http://goo.gl/yi8Iu (NEWS.txt)
[3]: https://issues.apache.org/jira/browse/CASSANDRA
--
Eric Evans
Acunu | http://www.acunu.com | @acunu
hat might provide some insight (and if you don't, it wouldn't hurt to
get one).
Cheers,
--
Eric Evans
Acunu | http://www.acunu.com | @acunu
ify you by email, and will now
proceed to destroy the original message.
Please don't sue me.
Love,
--
Eric Evans
Acunu | http://www.acunu.com | @acunu
notify us by reply message and we will send the contents to you. By
> messaging with Morgan Stanley you consent to the foregoing.
To unsubscribe from the list, you must send your 130 word boilerplate
disclaimer to user-unsubscr...@cassandra.apache.org.
--
Eric Evans
Acunu | http://www.acunu.com | @acunu
On Tue, Sep 25, 2012 at 1:23 PM, puneet loya wrote:
>
http://goo.gl/JcMcr
--
Eric Evans
Acunu | http://www.acunu.com | @acunu
On Wed, Oct 3, 2012 at 1:50 PM, Tomek Kuprowski
wrote:
> unsubscribe
http://assets0.ordienetworks.com/misc/bf7.gif
--
Eric Evans
Acunu | http://www.acunu.com | @acunu
. This is broad enough that people
of all skill levels should be able to contribute.
So, is anyone interested?
[1]: 5–8 November, Sinsheim, Germany
[2]: Guy Fawkes Day!
[3]: http://wiki.apache.org/apachecon/HackathonEU12
--
Eric Evans
Acunu | http://www.acunu.com | @acunu
ther channels, I have conjectured that the current advice on
> Java 7 is "it 'works' but is not as extensively tested (and definitely
> not as commonly deployed) as Java 6".
That sounds about right. The best way to change the status quo would
be to use Java 7, report any b
; On Oct 23, 2012, at 11:12 PM, Eric Evans wrote:
>
>> 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,
>&g
.e. num_tokens: 1), then it will
migrate you to virtual nodes by splitting the existing partition 256
ways. This is *not* the equivalent of starting a node with num_tokens
= 256 for the first time. The latter would leave you with randomized
placement, the former would require you to perform a
speak of from a computational or IO
perspective.
On the other hand, shuffling requires moving tokens around the
cluster. If you completely randomize placement, it follows that you
will need to relocate all of the clusters data, so it's quite costly.
It's also precedent setting, and not thor
On Fri, Nov 2, 2012 at 8:09 PM, Vivek Mishra wrote:
> any idea, how to insert into a column family for a column of type "blob" via
> cql query?
Yes, most of them involve binary data that is hex-encoded ascii. :)
--
Eric Evans
Acunu | http://www.acunu.com | @acunu
http://i1.kym-cdn.com/photos/images/newsfeed/000/263/866/403.gif
On Thu, Nov 15, 2012 at 2:02 PM, Kartik Padmanabhan
wrote:
>
--
Eric Evans
Acunu | http://www.acunu.com | @acunu
gt;
>
> --
> Richard Low
> Acunu | http://www.acunu.com | @acunu
>
> --
> 'Like' us on Facebook for exclusive content and other resources on all
> Barracuda Networks solutions.
> Visit http://barracudanetworks.com/facebook
>
--
Eric Evans
Acunu | http://www.acunu.com | @acunu
> The artifacts as well as the debian package are also available here:
> http://people.apache.org/~slebresne/
>
> The vote will be open for 72 hours (longer if needed).
+1
--
Eric Evans
Acunu | http://www.acunu.com | @acunu
t provide legal, accounting or tax advice.
> Any statement regarding legal, accounting or tax matters was not intended
> or written to be relied upon by any person as advice. Moon Capital does not
> waive confidentiality or privilege as a result of this email.
>
--
Eric Evans
Acunu | http://www.acunu.com | @acunu
<>
http://i.imgur.com/2ch9L.gif
On Mon, Jan 28, 2013 at 8:36 AM, Olivier Devos wrote:
> unsubscribe
>
--
Eric Evans
Acunu | http://www.acunu.com | @acunu
; In other words it is cluster wide parameter. Correct?
>
> Yes.
Actually, num_tokens is a per node setting. It might make sense for
example to assign different numbers of tokens in a cluster with
heterogeneous hardware, but I would urge caution as there is currently
no way post facto way to
s. The biggest question is of
> Load. Why does the .125 node have 2.85 GB, .126 has 1.15 GB, and .127 has
> only 0.69 GB? These boxes are all comparable and all configured
> identically.
>
>
>
> partitioner: org.apache.cassandra.dht.Murmur3Partitioner
>
>
>
> I’m sorry to ask so many questions – I’m having a hard time finding
> documentation that explains this stuff.
--
Eric Evans
Acunu | http://www.acunu.com | @acunu
t; 3111 Siebel Center,
> 201 N. Goodwin Avenue,
> Urbana, IL 61801
--
Eric Evans
Acunu | http://www.acunu.com | @acunu
t;
>> Any suggestion to improve the performance? It seems like I need to lower the
>> number of virtual nodes.
>>
>> Best Regards,
>> Cem
>>
>>
--
Eric Evans
Acunu | http://www.acunu.com | @acunu
stax.com/dev/blog/upgrading-an-existing-cluster-to-vnodes
>>>>>>>
>>>>>>> $ ./cassandra-shuffle --help
>>>>>>> Missing sub-command argument.
>>>>>>> Usage: shuffle [options]
>>>>>>>
>>>>>>> Sub-commands:
>>>>>>> create Initialize a new shuffle operation
>>>>>>> ls List pending relocations
>>>>>>> clearClear pending relocations
>>>>>>> en[able] Enable shuffling
>>>>>>> dis[able]Disable shuffling
>>>>>>>
>>>>>>> Options:
>>>>>>> -dc, --only-dc Apply only to named DC (create only)
>>>>>>> -tp, --thrift-port Thrift port number (Default: 9160)
>>>>>>> -p, --port JMX port number (Default: 7199)
>>>>>>> -tf, --thrift-framed Enable framed transport for Thrift
>>>>>>> (Default: false)
>>>>>>> -en, --and-enableImmediately enable shuffling (create only)
>>>>>>> -H, --help Print help information
>>>>>>> -h, --host JMX hostname or IP address (Default:
>>>>>>> localhost)
>>>>>>> -th, --thrift-host Thrift hostname or IP address (Default:
>>>>>>> JMX host)
>>>>>>>
>>>>>>> Cheers
>>>>>>>
>>>>>>> -
>>>>>>> Aaron Morton
>>>>>>> Freelance Cassandra Developer
>>>>>>> New Zealand
>>>>>>>
>>>>>>> @aaronmorton
>>>>>>> http://www.thelastpickle.com
>>>>>>>
>>>>>>> On 3/02/2013, at 11:32 PM, Manu Zhang
>>>>>>> wrote:
>>>>>>>
>>>>>>> On Sun 03 Feb 2013 05:45:56 AM CST, Daning Wang wrote:
>>>>>>>
>>>>>>> I'd like to upgrade from 1.1.6 to 1.2.1, one big feature in 1.2 is
>>>>>>> that it can have multiple tokens in one node. but there is only one
>>>>>>> token in 1.1.6.
>>>>>>>
>>>>>>> how can I upgrade to 1.2.1 then breaking the token to take advantage
>>>>>>> of this feature? I went through this doc but it does not say how to
>>>>>>> change the num_token
>>>>>>>
>>>>>>> http://www.datastax.com/docs/1.2/install/upgrading
>>>>>>>
>>>>>>> Is there other doc about this upgrade path?
>>>>>>>
>>>>>>> Thanks,
>>>>>>>
>>>>>>> Daning
>>>>>>>
>>>>>>>
>>>>>>> I think for each node you need to change the num_token option in
>>>>>>> conf/cassandra.yaml (this only split the current range into num_token
>>>>>>> parts)
>>>>>>> and run the bin/cassandra-shuffle command (this spread it all over the
>>>>>>> ring).
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>
>>
>
--
Eric Evans
Acunu | http://www.acunu.com | @acunu
ectations. I don't see where we've failed
here, but I'm definitely open to hearing that I'm wrong (or how we
could have done better).
> On Fri, Feb 15, 2013 at 11:10 PM, Eric Evans wrote:
>> On Fri, Feb 15, 2013 at 7:01 PM, Edward Capriolo
>> wrote:
>>>
On Tue, Feb 19, 2013 at 1:02 PM, Anurag Gujral wrote:
>
> Unsubscribe me please.
> Thanks
Could I interest you in picture of a lemur instead?
http://goo.gl/RZw3e
--
Eric Evans
Acunu | http://www.acunu.com | @acunu
, numa,
scheduling, concurrency, etc. At some point it got a little sales-y
on the one side, and caremad on the other.
¯\_(ツ)_/¯
--
Eric Evans
john.eric.ev...@gmail.com
ne is making you respond, either.
--
Eric Evans
john.eric.ev...@gmail.com
http://newts.io,
https://github.com/opennms/newts), I think it ticks all of the above
boxes.
--
Eric Evans
john.eric.ev...@gmail.com
-
To unsubscribe, e-mail: user-unsubscr...@cassandra.apache.org
For additional commands, e-mail: user-h...@cassandra.apache.org
tch out for? Or is the warning just legacy?
>
We use OpenJDK, and I get the impression that quite a few others do as
well. If it is working well for you, I would use it and ignore the
warnings (and if it is not, then let us know and submit a bug report).
--
Eric Evans
eev...@wikimedia.org
een my experience that recent versions of MAT are capable of
working in available memory less than the heap size. I wouldn't
hazard a guess exactly what it would take for a 30G heap, but I've
(lately) done OK with analyzing 12G heaps using a MAT max heap size of
4G.
--
Eric Evan
> What would you suggest ?
We're using https://github.com/wikimedia/cassandra-metrics-collector
--
Eric Evans
eev...@wikimedia.org
-
To unsubscribe, e-mail: user-unsubscr...@cassandra.apache.org
For add
ance in the same machine within one rack with
> different port?
>
> Could anyone please advise?
We do this. It works, but it is not pretty.
Honestly, I would gladly accept the (relatively small) overhead of a
virtual machine (or better yet, use containers), than do this.
--
>
> I am one of the people who didn’t know the history and is now as this
> article describes, caught between “A Rock and a hard place…:
>
> http://www.zdnet.com/article/a-rock-and-a-hard-place-between-scylladb-and-
> cassandra/
>
>
>
> I bet it’s been painful for everyone. It’s really said.
>
>
>
> Kenneth Brotman
>
--
Eric Evans
john.eric.ev...@gmail.com
luster=restbase&var-node=All&var-quantile=99p
Note: This graph suppresses series with a rate of zero for the graph
time-span, so you won't see all possible request-types.
--
Eric Evans
john.eric.ev...@gmail.com
apache.org/~eevans (Debian package)
--
Eric Evans
eev...@sym-link.com
signature.asc
Description: Digital signature
log;h=refs/tags/cassandra-2.1.0-rc4
--
Eric Evans
eev...@sym-link.com
signature.asc
Description: Digital signature
have any
questions, please ask.
Thanks!
[1]: http://goo.gl/Rh3A3 (CHANGES.txt)
[2]: http://goo.gl/wbXGM (NEWS.txt)
[3]: https://issues.apache.org/jira/browse/CASSANDRA
[3]: http://cassandra.apache.org/download
[4]: http://wiki.apache.org/cassandra/DebianPackaging
--
Eric Evans
eev...@rackspace.com
experiences in more detail.
I thought a hackathon was for... hacking. ;)
--
Eric Evans
eev...@rackspace.com
to name the key, don't do that (at least
not yet). Try instead:
CREATE COLUMNFAMILY magic (KEY text PRIMARY KEY, monkey text) WITH
comparator = text AND default_validation = text
--
Eric Evans
eev...@rackspace.com
/cassandra.debian.org/download
[3]: http://www.apache.org/dist/cassandra/drivers
[4]: https://github.com/racker/node-cassandra-client
[5]: http://wiki.apache.org/cassandra/DebianPackaging
--
Eric Evans
eev...@rackspace.com
le.com
> > On 5 Jun 2011, at 04:16, Yonder wrote:
> >
> > Hi,
> >
> > In Cassandra 0.8, CQL become the primary client interface, but I don't know
> > how to use it in a non-command line env. I could not find out any how-to do
> > docs in Wiki or DataStax's website.
--
Eric Evans
eev...@rackspace.com
On Sun, 2011-06-12 at 18:53 +, Mick Semb Wever wrote:
> Why not send all Jira changes to a mailing already (like other
> communities do).
We do.
> Along with threading (if it is ever implemented) you
> would get the best of both worlds right?
Threading would help, I'm sur
ing you
provide is parsed entirely on the server.
--
Eric Evans
eev...@rackspace.com
On Tue, 2011-06-28 at 11:54 +1200, aaron morton wrote:
> Without exception the timestamp is set by the client, not the server.
> The one exception to the without exception rule is CounterColumnType
> operations.
And CQL...
--
Eric Evans
eev...@rackspace.com
create a new record (or
overwrite an existing one).
TTBMK, there are currently no drivers with bugs that egregious, so make
use of the driver's parameter substitution, sanitize your input, and you
shouldn't have anything to worry about (there is almost certainly less
risk of an injection attack than with SQL).
--
Eric Evans
eev...@rackspace.com
dexing cannot save you; This is an
expensive query.
--
Eric Evans
eev...@rackspace.com
ct way of doing this? Is it possible that my key is
> too long?
What partitioner are you using? What is the key type?
--
Eric Evans
eev...@rackspace.com
7;3D5C78CAE2E143FBBD1F539A8496D472'
>
> Is this a known bug? Or I did something wrong?
It's the equivalent of get_count(), so it returns a column count instead
of row count.
--
Eric Evans
eev...@rackspace.com
On Wed, 2011-08-03 at 03:58 +0200, Jens Hartung wrote:
> Is there a way, to insert Strings with single quotes to Cassandra via
> CQL?
Yes, escape them with another single quote ('aa''bb').
--
Eric Evans
eev...@rackspace.com
On Tue, 2011-08-02 at 22:46 -0500, Brandon Williams wrote:
> On Tue, Aug 2, 2011 at 10:22 PM, Bill Hastings wrote:
> > Oops. Sorry. Any information would be great.
>
> The class does not exist in trunk and appears unused in the 0.8 branch.
>
> --
> Eric Evans
On Wed, 2011-08-03 at 17:22 +0200, Jens Hartung wrote:
> Odd, when you generally escape special chars with an backslash.
Not in SQL (which CQL is patterned after). SQL escapes single quotes
using an additional quote character.
--
Eric Evans
eev...@rackspace.com
On Fri, 2011-08-12 at 09:39 -0500, Jeremy Hanna wrote:
> In the future, I wonder if the CQL driver level is the right place for
> client encryption.
If/when a custom transport is written, that would be on the list, yeah.
--
Eric Evans
eev...@rackspace.com
rching for an include file.
> for include in /usr/share/cassandra/cassandra.in.sh \
> /usr/local/share/cassandra/cassandra.in.sh \
> /opt/cassandra/cassandra.in.sh \
> ~/.cassandra.in.sh \
> `dirname $0`/cassand
uot;installed" to the usual site-wide locations is not at all common that
I can see. I'd also classify it as falling squarely in the Better
Know What You're Doing category. Seen that way, editing
cassandra.in.sh, or passing an alternate using CASSANDRA_INCLUDE
doesn't seem unreasonable, but YMMV.
Your welcome to open a ticket though.
--
Eric Evans
Acunu | http://www.acunu.com | @acunu
some posts saying you shouldn't store file this big in
> Cassandra for example, use a path instead and let file system handle
> it. Is this true?
http://wiki.apache.org/cassandra/FAQ#large_file_and_blob_storage
--
Eric Evans
Acunu | http://www.acunu.com | @acunu
1 - 100 of 291 matches
Mail list logo