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

.net thin client - node selection on start up incorrect - wrong node chosen in ClientFailoverSocket GetNextSocket

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.8, 2.8.1
    • None
    • thin client
    • None
    • .net core 3.1 / windows server 2019 / c#

    • Docs Required, Release Notes Required

    Description

      To reproduce 
      var cfg = new IgniteClientConfiguration()
      {
      Endpoints = new List<string>()

      { "localhost","ignite01","ignite02","ignite03","ignite04" }

      };
      Ignition.StartClient(cfg)

      Log show ignite Thin client connecting to "ignite01" and not "localhost" first - the first elment in the array?

      if Port randes are used: eg: 

      Endpoints = new List<string>()

      { "localhost:10800..10810","ignite01:10800..10810","ignite02:10800..10810" //snip }

      };
      logs show connecting to localhost:10801 and localhost:10800 is skipped

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            rankin david
            Ilya Kasnacheev Ilya Kasnacheev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: