[
https://issues.apache.org/jira/browse/IGNITE-17591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17832166#comment-17832166
]
Philipp Shergalis commented on IGNITE-17591:
--------------------------------------------
S.toString already trims big arrays (retaining first 100 elements) and huge
strings (leaving only 10000 symbols, head and tail). So adding only possibility
to hide sensitive info
> Refactor toString generation for network messages
> -------------------------------------------------
>
> Key: IGNITE-17591
> URL: https://issues.apache.org/jira/browse/IGNITE-17591
> Project: Ignite
> Issue Type: Task
> Components: networking
> Reporter: Semyon Danilov
> Assignee: Philipp Shergalis
> Priority: Major
> Labels: ignite-3
> Time Spent: 10m
> Remaining Estimate: 0h
>
> toString method generation for the network message should be taking into
> account several things:
> 1) Message may contain large objects (such as byte arrays)
> 2) Some data can be sensitive, so it should be possible to ignore or mask a
> field in the toString method
--
This message was sent by Atlassian Jira
(v8.20.10#820010)