Skip to content

Request transactions, which were rejected by the mempool limit, again when the mempool has enough space #70

Open
@hyunsikjeong

Description

@hyunsikjeong

The current implementation of body_downloader imports a transaction only once, and the transaction can be rejected while importing to the mempool because of the mempool limit (memory limit or size limit). After being rejected, body_downloader will never request them again.

Activity

changed the title [-]Request transactions, which were rejected by the mempool limit, again in the sync module when the mempool has enough space[/-] [+]Request transactions, which were rejected by the mempool limit, again when the mempool has enough space[/+] on Sep 20, 2019
transferred this issue fromCodeChain-io/codechainon Jan 3, 2020
added
bugSomething isn't working
on Feb 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @kseo@hyunsikjeong@HoOngEe

        Issue actions

          Request transactions, which were rejected by the mempool limit, again when the mempool has enough space · Issue #70 · CodeChain-io/foundry