apache / incubator-uniffle

Uniffle is a high performance, general purpose Remote Shuffle Service.
https://uniffle.apache.org/
Apache License 2.0
388 stars 149 forks source link

[Improvement] reduce the redundant appId info for partitionKey in AbstractStorage #2198

Closed lwllvyb closed 1 month ago

lwllvyb commented 1 month ago

Code of Conduct

Search before asking

What would you like to be improved?

There are three private variables in AbstractStorage that use partitionKey as the key for the internal Map.
PartitionKey uses the redundant appId info which is already the first key of the three private variables .

How should we improve?

No response

Are you willing to submit PR?