Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-16314

[RestApi] The rest service starts only on one node on the server and is not delegated to others if it is turned off.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Invalid
    • 2.11.1
    • None
    • rest
    • None
    • Docs Required, Release Notes Required

    Description

      As a result, until a new node is launched on this server, the rest api will not be available.

       

      STR: 
      1) Start 2 nodes one to one. 
      2) Make request to  http://localhost:8080/ignite?cmd=version. - result: success.
      3) Kill first started node.
      4) Make request to  http://localhost:8080/ignite?cmd=version. - result: ERR_CONNECTION_REFUSED.
      5) Start new one.
      6) Make request to  http://localhost:8080/ignite?cmd=version. - result: success.

      this is quite unpredictable behavior and automatic delegation to another node would be expected.

      Attachments

        1. logs.zip
          40 kB
          Fedor Malchikov

        Activity

          People

            Unassigned Unassigned
            prom1se Fedor Malchikov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: