Skip to content

Memory and database storage grow indefinitely #2

@ben221199

Description

@ben221199

As many people may be aware, this hub implementation has bugs that causes memory or database storage to grow. I will describe both bugs here with all information that is known about it:

Memory:

This bug is also mentioned in lbryio#100. Sometimes, the hub needs a restart in order to fix this. I don't have any indication on what could be the cause.

Database Storage:

The only part of the hub that has the task to write to the database is the scribe part. Other parts (TCP Server and Elasticsearch Updater) only read from it, so the bug is very likely in the scribe part too. It is guessed that scribe writes bullshit to the RocksDB database storage when a blockchain reorganization has happened.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions