Fix static field initialization from a non-static method in the virtualmap
package
#15946
Labels
Platform Data Structures
Platform
Tickets pertaining to the platform
Tech Debt Reduced
Issues which reduce technical debt.
This is a follow-up for #15562. After it will be merged, there will be static field initialization from a non-static method in the following classes:
VirtualNodeCache
-- staticgetCleaningPool
will be invoked from a non-static method and initializecleaningPool
.VirtualHasher
-- staticgetHashingPool
will be invoked from a non-static method and initializehashingPool
.(more detailed info will be in method-level docs)
The task is to refactor it so that there are no static fields but just instance fields.
The text was updated successfully, but these errors were encountered: