Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Merged to main branch.
-
Docs Required, Release Notes Required
Description
Constructor of the class org.apache.ignite.internal.metastorage.server.Operation contains assertion that prints (in case of fail) key and value byte array using default toString() method. It isn't convenient. Printing of actual value (as hex string) could help in problem localization. Also the length of hex string should be limited (e.g. by 256 bytes) in order to avoid printing of massive blocks of data.
Attachments
Issue Links
- links to