You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Roman Puchkovskiy (Jira)" <ji...@apache.org> on 2022/12/14 07:53:00 UTC

[jira] [Created] (IGNITE-18407) PageIo#printPage() should use either commas or NLs to separate fields, not both

Roman Puchkovskiy created IGNITE-18407:
------------------------------------------

             Summary: PageIo#printPage() should use either commas or NLs to separate fields, not both
                 Key: IGNITE-18407
                 URL: https://issues.apache.org/jira/browse/IGNITE-18407
             Project: Ignite
          Issue Type: Improvement
            Reporter: Roman Puchkovskiy
            Assignee: Roman Puchkovskiy
             Fix For: 3.0.0-beta2


Some {{PageIo}} implementations (like {{{}PartitionMetaIo{}}}) separate fields in {{printPage}} by both newlines and commas, which seems excessive. We should either use newlines OR commas (newlines seem to be preferrable).



--
This message was sent by Atlassian Jira
(v8.20.10#820010)