apache / celeborn

Apache Celeborn is an elastic and high-performance service for shuffle and spilled data.
https://celeborn.apache.org/
Apache License 2.0
886 stars 359 forks source link

[MINOR] Remove unused TODO comments in CelebornTierProducerAgent#processBuffer #2883

Open reswqa opened 13 hours ago

reswqa commented 13 hours ago

What changes were proposed in this pull request?

Remove unused TODO comments in CelebornTierProducerAgent#processBuffer

Why are the changes needed?

In order for buffers to be packed together, we are going to modify the Flink side implementation to delegate buffer compression to tiers. But after discussion, we have been able to handle the case of receiving the compressed buffer on the Celeborn side, so this TODO is no longer needed.

Does this PR introduce any user-facing change?

No

How was this patch tested?

No need.