Questions tagged [repair]

156 questions
4
votes
0 answers

Free MongoDB disk space

I'm having problems with MongoDB excessive use of space. I had a Collection using 8 GB of space. I was trying to compact this space using mongo command "db.repairDatabase()" but it got worst. The Collection now uses 11 GB of space! I found the…
Antonio
  • 10,457
  • 6
  • 30
  • 45
4
votes
3 answers

How to repair a MySQL table without using phpMyAdmin?

I had a table with complicated columns, I started to fill it with a heavy data, during that, it crashed. table reported as crashed and need to be repaired. Repair Table in phpmyadmin could not repair it. Then I decided to start filling process…
Alexar
  • 1,715
  • 4
  • 22
  • 32
4
votes
5 answers

How do I compact and repair an ACCESS 2007 database by .NET code?

I need to compact and repair an Access 2007 .accdb database file. I know that JRO.JetEngine can do this with .mdb files, but I need to repair the newer version 2007 format by code. Any suggestions? EDIT: Here is the thing: I found that I can use the…
TheAgent
  • 1,412
  • 5
  • 21
  • 41
4
votes
2 answers

How to delete all the data and metadata in HBase WITHOUT uninstalling and reinstalling?

Running HBase in pseudo-distributed mode on my dev box. Cloudera CDH4. CentOS. Somehow, my HBase installation has gotten totally corrupted. I ran this command : ./bin/hbase hbck -repairHoles and the readout ended with this : Summary: -ROOT- is…
sangfroid
  • 3,603
  • 10
  • 35
  • 41
3
votes
2 answers

Nodetool repair - how to automate on linux & actions during repair

Currently, I'm running once a week manually nodetool repair (while no action is happening to the cassandra nodes (nothing is inserted, e.t.c.)). Just wondering, if I can run nodetool repair, while data is being inserted? Secondly - Can I create a…
Patiss
  • 159
  • 3
  • 11
3
votes
1 answer

Are there tools to repair OPUS file stream?

Opus audio codec format [and OGG as its container] started to gain traction, which is great. However it also means that everyday problems surface. Mine today is a corrupted file, and the question is whether there are tools to repair the stream. The…
grin
  • 315
  • 4
  • 12
3
votes
2 answers

Cassandra: primary range full repair on all nodes of cluster or datacenter

As everyone would agree, Cassandra repairs are necessary but are very expensive and failure prone, gets stuck most of the time if any node in the cluster go down while the repair is running on any other node in the cluster. I am running full…
Pankaj Yadav
  • 117
  • 1
  • 10
3
votes
2 answers

Is it recommended to do periodic cassandra repair

We recently had a disk fail in one of our Cassandra node (its a 5 Cassandra 2.2 cluster with replication factor of 3). It took about a week or more to perform a full repair on that node. Each node contains 3/5 of the data and doing nodetool repair…
Danish Shrestha
  • 417
  • 3
  • 12
3
votes
1 answer

Disk space not changed after massive data removal from Cassandra db with compaction and repair

We have a Cassandra cluster (2.1.11) with 15 nodes, replication factor 3 on SSD drives. One of the table occupies 12 TB. Both live disk space and total disk space are equivalent. I also verified this number is the same on Ops center, JMX reports,…
3
votes
1 answer

Do we need to run 'repair' if new data center is added

Consider my current Cassandra cluster is following, DC1: 2 DC2: 2 each data center has 2 nodes and RF=2. Now i am adding 2 more data centers DC1: 2, DC2:2 , DC3: 2, DC4 : 2. So is it required to run nodetool repair on new nodes in DC3 and DC4. So…
Dinesh Kumar
  • 131
  • 10
3
votes
5 answers

mongod unclean shutdown detected

I try to start mongod.exe but I have and I get the following error: C:\MongoDB\Server\30\bin>mongod.exe 2015-12-16T19:12:17.108+0100 I CONTROL 2015-12-16T19:12:17.110+0100 W CONTROL 32-bit servers don't have journaling enabled by default. Please…
ccfarre
  • 39
  • 1
  • 5
3
votes
1 answer

GIT how can I repair the history of a moved file (specifically for blame, etc)

I moved a .js file from one folder to another manually. Now, although GIT seems to have the complete history log for the file, it still seems to treat the move as a delete/create event. Further, using git BLAME, I cannot go back to track changes…
sbiefeni
  • 33
  • 1
  • 6
3
votes
6 answers

Find "problematic" rows in a mysql table that will fail to export

I wanted to backup my database with PHP. I tested the linked script but it was never ending, I tried to prepend the repair $table before the query but it didn't help. So I figured out if I just skip two tables (you can see in the code) then it works…
Toni Michel Caubet
  • 17,157
  • 49
  • 178
  • 335
3
votes
1 answer

Repair installation and Service Packs

What happens if: I install VS2010. I install VS2010 SP1. I run VS2010's Repair installation because of some problem in VS2010. At this point, do I need to install SP1 again? In simple words, is the Repair Installation intelligent enough not to…
dotNET
  • 28,678
  • 19
  • 120
  • 206
2
votes
0 answers

JAXB Repair Files

I have several XML config files which are regularly modified and reread using JAXB (Java) by my program and are necessary for it to work however third party apps may also edit and create these files so to allow updating of my software after…
feldoh
  • 650
  • 2
  • 6
  • 17
1
2
3
10 11