Skip to content

@Aggregates({EventSource.SAFEPOINT}) will fall into dead loop #183

@ZhangShushu123

Description

@ZhangShushu123

When I create an Aggregator with @Aggregates({EventSource.SAFEPOINT}). The program will loop forever.
I read the source code and I found that there is no LogFileParser with the outbox SAFEPOINT .
Therefore, when the program execute the code aggregatorVerticles.forEach(AggregatorVerticle::awaitCompletion); , the Aggregator with @Aggregates({EventSource.SAFEPOINT}) will not complete forever.

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

    Issue actions