Is your feature request related to a problem? Please describe.
The naming format for compaction tmp files is very different between 2.1 and 4.0. Any compaction tmp files left from 2.1 during upgrade would never be used. Does not seem any 4.0 code would every clean up these 2.1 tmp files.
Describe the solution you'd like
During 4.0 upgrade look for 2.1 compaction tmp files in each volume and remove them.
Is your feature request related to a problem? Please describe.
The naming format for compaction tmp files is very different between 2.1 and 4.0. Any compaction tmp files left from 2.1 during upgrade would never be used. Does not seem any 4.0 code would every clean up these 2.1 tmp files.
Describe the solution you'd like
During 4.0 upgrade look for 2.1 compaction tmp files in each volume and remove them.