Re: TEST Cluster corrupt after removenode. how to restore

2020-05-20 Thread Leena Ghatpande
. Thank you all for your responses. For now, offline sstablescrub on corrupt table has helped us bring back the cluster to a stable state. From: Erick Ramirez Sent: Wednesday, May 20, 2020 3:28 AM To: user@cassandra.apache.org Subject: Re: TEST Cluster corrupt

Re: TEST Cluster corrupt after removenode. how to restore

2020-05-20 Thread Erick Ramirez
I've seen this stacktrace before: WARN [SharedPool-Worker-1] 2020-05-18 10:22:29,152 > AbstractLocalAwareExecutorService.java:169 - Uncaught exception on thread > Thread[SharedPool-Worker-1,5,main]: {} > org.apache.cassandra.io.sstable.CorruptSSTableException: Corrupted: > /opt/app/dir1/dir2/data

Re: TEST Cluster corrupt after removenode. how to restore

2020-05-19 Thread manish khandelwal
Even when one table is corrupt your repair will fail. To handle this case without data loss you could replace the complete node ( safest and sureshot option) On 19 May 2020 20:20, "Leena Ghatpande" wrote: > One of the tables SStable got corrupted on all nodes. But repairs were > failing for all

Re: TEST Cluster corrupt after removenode. how to restore

2020-05-19 Thread Leena Ghatpande
One of the tables SStable got corrupted on all nodes. But repairs were failing for all the tables in the keyspaces. So I took the cluster down and did an offline sstablescrub and that fixed the corrupt table, but had loss of data. I did not get a chance to try the consistency_all option. will k

Re: TEST Cluster corrupt after removenode. how to restore

2020-05-18 Thread James Shaw
Do you mean that you want to fix sstable table corrupt error and don't mind the testing data ? You may run nodetool scrub or nodetool upgradesstable -a( -a is re-write to current version). Thanks, James On Mon, May 18, 2020 at 12:54 PM Leena Ghatpande wrote: > Running cassandra 3.7 > ou

Re: TEST Cluster corrupt after removenode. how to restore

2020-05-18 Thread Erick Ramirez
On face value, it looks to me that your recovery approach is sound (but of course, the devil is in the details). If you're getting inconsistent results, try running the same query in cqlsh with CONSISTENCY ALL (to force a read-repair from both replicas). If you get the expected result, that would i

Re: Test repair command

2017-09-05 Thread Alain RODRIGUEZ
Hi, To check that repairs are running, you should be able to see VALIDATION compactions (using 'nodetool compactionstats -H'). You could also see some streaming if you had some entropy (using 'nodetool netstats -H | grep -v 100%') during the repair. To know roughly the state of your data, you ca

Re: Test repair command

2017-09-04 Thread kurt greaves
Try checking the Percent Repaired reported in nodetool cfstats​

RE: Test

2014-12-03 Thread Servando Muñoz G .
Saludos… Quien eres tu De: Castelain, Alain [mailto:alain.castel...@xerox.com] Enviado el: miércoles, 3 de diciembre de 2014 09:46 a. m. Para: user@cassandra.apache.org Asunto: Test Test Cordialement, Regards, Alain Castelain Database Administrator Xerox - Global Document Ou

Re: Test Data creation in Cassandra

2012-03-05 Thread aaron morton
try tools/stress in the source distribution. Cheers - Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com On 3/03/2012, at 6:01 AM, A J wrote: > What is the best way to create millions of test data in Cassandra ? > > I would like to have some script wher

Re: Test idea on cassandra

2011-04-06 Thread Sheng Chen
Stress tools in contrib directory use multiple threads/processes. 2011/4/7 Mengchen Yu > I'm trying to simulate a multi-user scenario. The reason why I > want to use MPJ is to create different processes act like individual > users. Do any one have idea how to do this clearly? > Sorry for duplica

Re: test

2010-08-19 Thread mallikarj...@iss-global.com
Don't keep these test mails and don't waist the time of others. ChingShen wrote: test