Skip to content

IGNITE-28747 GridToStringBuilder#handleRecursion may cause NPE. Colle…#13262

Open
EgorBaranovEnjoysTyping wants to merge 3 commits into
apache:masterfrom
EgorBaranovEnjoysTyping:IGNITE-28747
Open

IGNITE-28747 GridToStringBuilder#handleRecursion may cause NPE. Colle…#13262
EgorBaranovEnjoysTyping wants to merge 3 commits into
apache:masterfrom
EgorBaranovEnjoysTyping:IGNITE-28747

Conversation

@EgorBaranovEnjoysTyping

Copy link
Copy Markdown
Contributor

Collect toString as tree, avoid extra allocations and problems in recursion resolution
Problems solved:
Any recursive call in toString method would be handled
Allocate less memory
Memory wouldn't be kept for a whole thread life

…ct toString as tree, avoid extra allocations and problems in recursion resolution
…ide all SBLengthLimit's parent methods (wrong logic). Added new tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant