Skip to content
This repository was archived by the owner on Mar 12, 2026. It is now read-only.

refactor: remove async remote write decode logic#1631

Merged
jiacai2050 merged 1 commit intoapache:mainfrom
BaldDemian:main
Dec 11, 2025
Merged

refactor: remove async remote write decode logic#1631
jiacai2050 merged 1 commit intoapache:mainfrom
BaldDemian:main

Conversation

@BaldDemian
Copy link
Contributor

Rationale

Deserialization is a CPU-intensive task, so introducing async does not provide significant benefits. In addition, using async causes function contagion issues. Therefore, it is necessary to remove the async decode logic.

Detailed Changes

  • Remove decode_async interface
  • Change the back-end object pool dependency from deadpool to object-pool
  • Change benchmark logic accordingly

Test Plan

Manual test

@jiacai2050 jiacai2050 merged commit 8f9698c into apache:main Dec 11, 2025
6 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants