Re: Cassandra sstable to Mysql

2016-04-04 Thread Abhishek Aggarwal
Thanks Bryan, I don't want to use the sstable as it will increase the load on Cassandra . I directly want to use the data file created using the CQLSSTablewriter for migrating to Mysql. Abhishek Aggarwal *Senior Software Engineer* *M*: +91 8861212073 , 8588840304 *T*: 0124 6600600 *EXT*: 12128

Cassandra sstable to Mysql

2016-04-01 Thread Abhishek Aggarwal
with the solution. Abhishek Aggarwal *Senior Software Engineer* *M*: +91 8861212073 , 8588840304 *T*: 0124 6600600 *EXT*: 12128 ASF Center -A, ASF Center Udyog Vihar Phase IV, Download Our App [image: A] <https://play.google.com/store/apps/details?id=com.snapdeal.main_source=mobileAppLp_campaign=android>

problem starting incremental repair using TheLastPicke Reaper

2016-10-19 Thread Abhishek Aggarwal
is there a way to start the incremental repair using the reaper. we completed full repair successfully and after that i tried to run the incremental run but getting the below error. A repair run already exist for the same cluster/keyspace/table but with a different incremental repair

Re: problem starting incremental repair using TheLastPicke Reaper

2016-10-19 Thread Abhishek Aggarwal
delete the repair_unit then due to referential constraints i need to delete repair_segment and repair_run as well which will delete the run history corresponds to the repaid_unit. Abhishek Aggarwal *Senior Software Engineer* *M*: +91 8861212073 , 8588840304 *T*: 0124 6600600 *EXT*: 12128 ASF Center

Cassandra 3.6 Repair issue with Reaper

2016-11-14 Thread Abhishek Aggarwal
and never got completed and one of the node was shown down to other nodes due to gossip issue and we had to do rolling restart of all the nodes. In both the cases 2 nodes out of 6 nodes are getting stuck either in compaction or in generating snapshot. Abhishek Aggarwal *Senior Software Engineer

cluster creating problem due to same cluster name

2016-10-26 Thread Abhishek Aggarwal
Not able to create new cluster with existing name in reaper with diff seed. As per code firstly using the jmx cluster name is fetched and looked into DB if the cluster with same name exists or not. My point is if the seed ip is different then it should allow to create the new cluster.