Skip to content

bug: <The database fills up the hard disk>Β #1502

@lintianyuan666

Description

@lintianyuan666

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

The database writes more than 60M per second, and the hard disk is filled from 20G to 200G within an hour, causing the database docker to fail to start

The picture shows the command to check the data volume capacity executed 3 times within 3 seconds
Image

After investigation, it was found that the startScan_Command table occupied too much space.
Image

After executing VACUUM FULL startScan_command;, the capacity is restored to 128K. However, the next time you start scanning, the hard disk will be full again.

Expected Behavior

Can be used normally without causing the hard disk to become full

Steps To Reproduce

1.stat scan with full scan engine.
2.after half a day,database will expansion

Environment

- reNgine: 2.2.0
- OS: ubantu 24.02
- Python: 3.12.3
- Docker Engine:26.1.3 
- Docker Compose: 1.29.2
- Browser: chrome 131

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions