Fix reader thread name of MapPartitionData which contains null.
Why are the changes needed?
The reader thread name of MapPartitionData has null at present, which is caused by MapFileMeta#getMountPoint that returns null. The reader thread name of MapPartitionData is as follows:
What changes were proposed in this pull request?
Fix reader thread name of
MapPartitionData
which containsnull
.Why are the changes needed?
The reader thread name of
MapPartitionData
has null at present, which is caused byMapFileMeta#getMountPoint
that returns null. The reader thread name ofMapPartitionData
is as follows:Does this PR introduce any user-facing change?
No.
How was this patch tested?
GA.