You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Dmitriy Borunov (Jira)" <ji...@apache.org> on 2021/11/03 10:46:02 UTC

[jira] [Created] (IGNITE-15868) Unexpected command: PROBE when Control Center authorisation is enabled

Dmitriy Borunov created IGNITE-15868:
----------------------------------------

             Summary: Unexpected command: PROBE when Control Center authorisation is enabled
                 Key: IGNITE-15868
                 URL: https://issues.apache.org/jira/browse/IGNITE-15868
             Project: Ignite
          Issue Type: Bug
          Components: rest
    Affects Versions: 2.12
            Reporter: Dmitriy Borunov
             Fix For: 2.13


Rest API Probe is not working when Control Center authorisation is enabled
{noformat}
[2021-11-01T13:35:33,550][ERROR][rest-#125%nebula-node%][GridRestProcessor] Runtime error caught during grid runnable execution: GridWorker [name=rest-proc-work
er, igniteInstanceName=nebula-node, finished=false, heartbeatTs=1635773733544, hashCode=1386655371, interrupted=false, runner=rest-#125%nebula-node%]
java.lang.AssertionError: Unexpected command: PROBE
        at org.apache.ignite.internal.processors.rest.GridRestProcessor.authorize(GridRestProcessor.java:968) ~[ignite-core-8.8.10.jar:8.8.10]
        at org.apache.ignite.internal.processors.rest.GridRestProcessor.handleRequest(GridRestProcessor.java:286) ~[ignite-core-8.8.10.jar:8.8.10]
        at org.apache.ignite.internal.processors.rest.GridRestProcessor.access$100(GridRestProcessor.java:108) ~[ignite-core-8.8.10.jar:8.8.10]
        at org.apache.ignite.internal.processors.rest.GridRestProcessor$2.body(GridRestProcessor.java:183) ~[ignite-core-8.8.10.jar:8.8.10]
        at org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:119) [ignite-core-8.8.10.jar:8.8.10]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
        at java.lang.Thread.run(Thread.java:829) [?:?]{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)