Questions tagged [repair]

156 questions
2
votes
1 answer

What exactly is blocked when performing a compact in MongoDB?

When running the new, 2.0+ compact command on a collection on a MongoDB shard, the documentation says that commands are blocked while the compact is running. My question is, what exactly is blocked? Commands against that collection on that shard…
Justin Miller
  • 697
  • 2
  • 8
  • 19
2
votes
3 answers

How to Create a Patch in WiX that is not a "Repair"

I have an existing large WiX install that has already been released. I need to create a small install for just a couple of files that have changed. I have created a patch (.MSP file) in WiX for these few files using the "PatchCreation" element. …
user761749
  • 43
  • 5
2
votes
1 answer

Magento - Database repair tool - Added missing foreign keys problems

I recently ran the database repair tool as per this link: http://www.magentocommerce.com/wiki/1_-_installation_and_configuration/db-repair-tool At the bottom of the instructions, it says “Added missing foreign key or field (or even a table!) —…
Nick
  • 8,822
  • 6
  • 41
  • 65
2
votes
1 answer

cassandra: scheduling nodetool repair best practice

I have several questions regarding to nodetool repair and its scheduling. Assumption: use partitioner ranges option (-pr) use parallel repair GCgracesecodns is default (10 days) Q1. what's the best practice to determine the groups with which…
simotunes
  • 157
  • 2
  • 14
2
votes
1 answer

Database stuck in restoring state

Last night I had a database that had it's data and log files physically removed without first taking the proper steps to move the database files. After the disk were physically reattached, the database went into "Restoring..." state. I have tried…
Aaron Lewis
  • 89
  • 1
  • 1
  • 6
2
votes
1 answer

Need assistance in repair of corrupted Inndob table

Our Magento website has been having problems lately and every now and then we receive on our webpage an error: SQLSTATE[HY000]: General error: 1712 Index [table] is corrupted As i understand, innodb does not support repair via phpmyadmin. We are…
OREO
  • 21
  • 4
2
votes
1 answer

Wix repair installs in default path, not where the app is installed

I have this property: My directories:
KaeL
  • 3,509
  • 2
  • 24
  • 52
2
votes
2 answers

Can't uninstall or repair Microsoft Visual Studio 2015 community

I've tried repair/uninstall, the same from an ISO and the same from the web installer with no result. The program starts the "repair"/"uninstall" and freezes at the very begining. And when I try to close it the same, the animation of "im doing sth"…
Raziel Feründir
  • 21
  • 1
  • 1
  • 2
2
votes
1 answer

Disable microsoft word "Show Repairs" dialog box

In VBA I am cycling through thousands of documents. The script stalls when it hits a document needomg repair. A dialog box opens entitled: "Show Repairs" with the message: "Errors were detected in thsi file, but Word was able to open the file by…
user2104778
  • 932
  • 1
  • 12
  • 33
2
votes
1 answer

What to look for after Cassandra repair

We have issues currently with our cluster and it has been recommended that we don't run OpsCenter until we add some more nodes/scale up our current environment. That said, we obviously can't run the continuous repair with OpsCenter down and thus…
bentramer
  • 21
  • 1
2
votes
0 answers

Increased database size after a mongodb repair

I have used mongodb --repair in the past to recover sparse space due to document deletion; but never in my time have I experienced an increase in DB size using the --repair process. I have ran the repair three times on the original data, and every…
Mike
  • 21
  • 1
2
votes
1 answer

nodetool repair across replicas of data center

Just want to understand the performance of 'nodetool repair' in a multi data center setup with Cassandra 2. We are planning to have keyspaces with 2-4 replicas in each data center. We may have several tens of data centers. Writes are done with…
vishr
  • 895
  • 10
  • 27
2
votes
2 answers

Cassandra nodetool repair freezes entire cluster

Need help understanding what's happening to Cassandra when attempting a nodetool repair on one of the column families in our keyspace. We are running Cassandra 2.0.7 and have a table we use for indexing object data in our system. CREATE TABLE…
2
votes
1 answer

Visual Studio 2012 crashes when trying to update, repair, deinstall

My copy of Visual Studio 2012 is instable. It starts up and I can load projects, compile and run them. But from time to time it crashes randomly. It now also crashes when I try to add a new windows form to a project. But the crashes are independent…
2
votes
1 answer

Can't connect to MySQL - missing stuff after power failure?

I'm trying to connect to an application. There was a power failure that corrupted the hard drive, and after taking a backup from it externally, I've managed to get the application back up. Looking at the files it seems fine, the database is there…
user961627
  • 11,059
  • 35
  • 119
  • 202
1 2
3
10 11