-
Task
-
Resolution: Fixed
-
None
-
High
-
Added error 5017 to the errors list that are supposed to trigger t5memory memory reorganize process
-
Emptyshow more show less
Problem
error code 5017 means in t5memory, that the highest number for the internal-key (t5memory-specific internal segment counter, that we introduced for it) is reached. The highest possible key is somewhere above 16777000 entries. So if this occurs in a TM, it usually means, the TM is corrupted, because before we reach that number TMs should be splitted anyway.
Solution
Add error cocde 5017 to the list of error codes, that trigger reorganize.