Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Not A Bug
-
2.23.0
-
None
Description
FileBasedPrimitiveManager.java line 134 has
getDistributedLock("ML:" + mutableLongId);
But the ':' is invalid on a Windows filesystem. This should maybe be replaced with an '_' or a '-'?