finished compaction logs -
> there's a file in your data directories that will end with .log - can you
> paste the contents somewhere like pastebin/gist?
>
>
>
> On Tue, Jun 19, 2018 at 7:42 AM, Deniz Acay wrote:
>
>> I checked file system integrity and contents. Everything s
:
> Deniz,
>
> The assertion error you're seeing appears to be coming from this line:
>
> https://github.com/apache/cassandra/blob/cassandra-3.11.0/src/java/org/apache/cassandra/db/lifecycle/LogReplicaSet.java#L63
>
> This file describes a LogReplicaSet as "A set of physica
hat may be wrong?
Thanks in advance,
Deniz
es for saving raw bytes.
I generally recommend using Thrift if you're going to do a lot of read/write of
binary data. CQL is good for primitive types, and maps/lists of primitive
types. I'm bias, but it's simpler and easier to use thrift for storing file
attachments.
On Tue, Jan 1
Hi All,
I want to store PDF documents on Cassandra db.What is the best way to store
this type of data on Cassandra.How can I insert and select PDF file to the
database.If possible can you explain with sample CQL statements
Thanks in Advance
Nil