Alluxio / Community

New Contributor Tasks for Alluxio
20 stars 38 forks source link

Mark field mExecutorServiceFactory final in core/server/common/src/main/java/alluxio/master/AbstractMaster.java #627

Closed apc999 closed 2 years ago

apc999 commented 2 years ago

in https://github.com/Alluxio/alluxio/blob/b85788b0075101f3291bf8bb9f8c08f92869977f/core/server/common/src/main/java/alluxio/master/AbstractMaster.java#L46

mark mExecutorServiceFactory final:

private final ExecutorServiceFactory mExecutorServiceFactory;

PhVHoang commented 2 years ago

/assign @PhVHoang