Skip to content

Insufficient TemporaryStore disk space halting FEDORA #401

Description

@McFateM

Issue description

In my local instance of ISLE the FEDORA container frequently crashes with an ERROR like this:

ERROR 2020-12-18 17:03:20.119 [localhost-startStop-1] (BrokerService) Temporary Store limit is 51200 mb, whilst the temporary data directory: /usr/local/fedora/data/activemq-data/localhost/tmp_storage only has 49895 mb of usable space
Killed

These ERRORs are often accompanied by warnings that don't appear to kill the container, like so:

WARN 2020-12-18 17:03:20.093 [localhost-startStop-1] (BrokerService) Store limit is 102400 mb, whilst the data directory: /usr/local/fedora/data/activemq-data/localhost/KahaDB only has 49895 mb of usable space

For an issue, describe steps to reproduce the issue

System setup (OS information, software versions, etc):

Steps:

  1. Launch my local ISLE stack using docker-compose up -d. The container appears to be OK.
  2. After the stack is up, check for seven healthy containers, like docker ps.
  3. In my local workflow the next step involves importing a previously saved MySQL Drupal database, like so:
# Import the named .sql export
docker exec -i isle-mysql-ld mysql -uroot -pmydigitalgrinnellpassword20 digital_grinnell < ${VOLUME}/Backup-Data/local-export.sql
What's the expected result?

Seven healthy containers with a new imported Drupal database.

What's the actual result?

In my case, the isle-fedora-ld container stops and the logs show the ERROR and WARN messages I've included above.

Metadata

Metadata

Labels

DevelopmentDevelopment for one of the images or scripts.ISLE-FEDORARelated to the Docker ISLE-Fedora image

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions