Alluxio / Community

New Contributor Tasks for Alluxio
20 stars 38 forks source link

Remove redundant array creation in PropertyKey.java #638

Closed apc999 closed 2 years ago

apc999 commented 2 years ago

Change https://github.com/Alluxio/alluxio/blob/b9c66ca164d363bed9bcefb776a0b0f438d96441/core/common/src/main/java/alluxio/conf/PropertyKey.java#L4193

from .setAlias(new String[] {"alluxio.user.block.master.client.threads"})

to .setAlias("alluxio.user.block.master.client.threads")

lucaspeng12138 commented 2 years ago

/assign @lucaspeng12138