MongoDB exception 12520 File Allocation failure Solution

Source: Internet
Author: User

1) Problem

When using MongoDB to insert data,"Exception 12520 FileAllocation failure"Error. As a result, the data cannot be successfully inserted into the database.

2) Analysis

After analysis, it is found that the disk space is full. After the redundant data is deleted, "exception 12520 File Allocation failure" still occurs. The solution is to restart MongoDB,

As mentioned in issues after running out of space: "The only way to get it to continue operating normally is to shut it down completely and start it back up. this is an issue for large datasets where it takes the cache a while to warm up ".

3) Enable and stop MongoDB

Starting and stopping Mongo provides the following information:

How to stop MongoDB:

$./Mongo> Use admin> dB. shutdownserver ()

Restart MongoDB

Run the following command:

$./Mongod -- fork -- logpath/VaR/Log/MongoDB. log -- logappend -- Port yourport
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.