Mongo container failed
herodotos
TRIALOP

a year ago

My Mongo container was down and cannot be started and this was repeated in logs until it died. I was thinking it can be low space of volume, but volume shows only 190mb used from 500mb available. I fix it by using /data/db2 instead of /data/db it clean data but at least it was able to start, what can cause this problem?

Logs:

Mounting volume on: /var/lib/containers/railwayapp/bind-mounts/c5632c6d-e929-4509-a22a-3256b9bc5fc6/vol_pwq2qel9tqjyfkpe

Oct 28 18:50:36

Initialized wire specification

Oct 28 18:50:36

Automatically disabling TLS 1.0, to force-enable TLS 1.0 specify --sslDisabledProtocols 'none'

Oct 28 18:50:36

Implicit TCP FastOpen unavailable. If TCP FastOpen is required, set tcpFastOpenServer, tcpFastOpenClient, and tcpFastOpenQueueSize.

Oct 28 18:50:36

Successfully registered PrimaryOnlyService

Oct 28 18:50:36

Successfully registered PrimaryOnlyService

Oct 28 18:50:36

Multi threading initialized

Oct 28 18:50:36

Starting TenantMigrationAccessBlockerRegistry

Oct 28 18:50:36

MongoDB starting

Oct 28 18:50:36

Memory available to mongo process is less than total system memory

Oct 28 18:50:36

Build Info

Oct 28 18:50:36

Operating System

Oct 28 18:50:36

Options set by command line

Oct 28 18:50:36

Detected unclean shutdown - Lock file is not empty

Oct 28 18:50:36

Storage engine to use detected by data files

Oct 28 18:50:36

Recovering data from the last clean checkpoint.

Oct 28 18:50:36

Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See http://dochub.mongodb.org/core/prodnotes-filesystem

Oct 28 18:50:36

Opening WiredTiger

Oct 28 18:50:36

WiredTiger message

Oct 28 18:50:36

WiredTiger message

Oct 28 18:50:36

WiredTiger message

Oct 28 18:50:36

WiredTiger message

Oct 28 18:50:36

WiredTiger message

Oct 28 18:50:36

WiredTiger message

Oct 28 18:50:36

WiredTiger message

Oct 28 18:50:36

WiredTiger message

Oct 28 18:50:36

WiredTiger message

Oct 28 18:50:36

WiredTiger message

Oct 28 18:50:36

WiredTiger message

Oct 28 18:50:36

WiredTiger message

Oct 28 18:50:36

WiredTiger opened

Oct 28 18:50:36

WiredTiger recoveryTimestamp

Oct 28 18:50:36

/sys/kernel/mm/transparent_hugepage/enabled is 'always'. We suggest setting it to 'never' in this binary version

Oct 28 18:50:36

vm.max_map_count is too low

Oct 28 18:50:36

Updated wire specification

Oct 28 18:50:36

current featureCompatibilityVersion value

Oct 28 18:50:36

Clearing temp directory

Oct 28 18:50:36

Initializing cluster server parameters from disk

Oct 28 18:50:36

Flow Control is enabled on this deployment

Oct 28 18:50:36

Initializing full-time diagnostic data capture

Oct 28 18:50:36

Setting new configuration state

Oct 28 18:50:36

Timestamp monitor starting

Oct 28 18:50:36

Listening on

Oct 28 18:50:36

Listening on

Oct 28 18:50:36

Listening on

Oct 28 18:50:36

Waiting for connections

Oct 28 18:50:36

mongod startup complete

Oct 28 18:50:37

Unclean full-time diagnostic data capture shutdown detected, found interim file, some metrics may have been lost

Oct 28 18:50:37

Writing fatal message

Oct 28 18:50:37

Writing fatal message

Oct 28 18:50:37

Writing fatal message

Oct 28 18:50:37

BACKTRACE

Oct 28 18:50:37

Frame

Oct 28 18:50:37

Frame

Oct 28 18:50:37

Frame

Oct 28 18:50:37

Frame

Oct 28 18:50:37

Frame

Oct 28 18:50:37

Frame

Oct 28 18:50:37

Frame

Oct 28 18:50:37

Frame

Oct 28 18:50:37

Frame

Oct 28 18:50:37

Frame

Oct 28 18:50:37

Frame

Oct 28 18:50:37

Frame

Oct 28 18:50:37

Frame

Oct 28 18:50:37

Frame

Oct 28 18:50:37

Frame

1 Replies

brody
EMPLOYEE

a year ago

You're on the trial plan and are limited to 500MB Volumes, MongoDB can not happily run with only 500MB, you will need to upgrade to the Hobby plan for access to 5GB volumes, after the upgrade, go into the volumes settings to grow it to 5GB.


Loading...