[ https://issues.apache.org/jira/browse/IGNITE-24977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17940284#comment-17940284 ]
Pavel Tupitsyn commented on IGNITE-24977: ----------------------------------------- https://github.com/apache/ignite-3/commit/68bb7056ebd0bf44bdb78e7aad7ab92be0243431 > Ignore tree-sitter update > ------------------------- > > Key: IGNITE-24977 > URL: https://issues.apache.org/jira/browse/IGNITE-24977 > Project: Ignite > Issue Type: Bug > Components: cli > Reporter: Vadim Pakhnushev > Assignee: Vadim Pakhnushev > Priority: Major > Labels: ignite-3 > Time Spent: 10m > Remaining Estimate: 0h > > On some specific configuration of agents the HighlighterTest.hoconHighlight > fails with > {noformat} > java.lang.NullPointerException: Cannot invoke "String.hashCode()" because > "<local4>" is null > at > org.apache.ignite.internal.cli.commands.treesitter.parser.HoconTokenType.fromNode(HoconTokenType.java:34) > at > org.apache.ignite.internal.cli.commands.treesitter.parser.Indexer.index(Indexer.java:83) > at > org.apache.ignite.internal.cli.commands.treesitter.parser.Indexer.indexHocon(Indexer.java:54) > at > org.apache.ignite.internal.cli.commands.treesitter.highlighter.HoconAnsiHighlighter.highlight(HoconAnsiHighlighter.java:51) > at > org.apache.ignite.internal.cli.commands.treesitter.highlighter.HighlighterTest.hoconHighlight(HighlighterTest.java:51) > {noformat} > The root cause is unknown, it's not reproducible locally. > Reverting the version helps. -- This message was sent by Atlassian Jira (v8.20.10#820010)