Skip to content

[Improvement][MasterServer] event response handle parallel #7450

@caishunfeng

Description

@caishunfeng

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Description

Now when worker ack or response, master will put this event into a eventQueue, and use a single thread to handle looply, see TaskResponseService.
I found that in performance test, it will consume event slower than produce.
So I think it can use thread pool to handle it parallel.

Use case

No response

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions