Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-16535

Fail to init Cassandra Startup with an API connected with other cluster machines (3.11.9 version)

Agile BoardAttach filesAttach ScreenshotBulk Copy AttachmentsBulk Move AttachmentsVotersWatch issueWatchersCreate sub-taskConvert to sub-taskMoveLinkCloneLabelsUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Availability
    • Normal
    • Low Hanging Fruit
    • User Report
    • All
    • None
    • Hide

      Specified in post

      Show
      Specified in post

    Description

      The code in the function "VerifyPortsAreAvailable", look for the ports: 7000, 9042, 7199 and 9160 in the "netstat -an" command output.

       

      If we have an API connected to the cluster in a node, and we try to start the execution of cassandra (with that API working, accesing ports 9042 of the other cluster machines), the output of that command return us that the port is already in use, and Cassandra´s startup process fails, showing the output message : "port already in use" in the .log file.

      Thus, if we change the code of the function, adding the line: " -and $line -match "LISTENING" ", just next to the "$line -match "TCP" ", we will only interrupt the execution if the load port is in the state: "LISTENING", but no if it´s an active connection on the other node of the cluster.

      Attachments

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            aramis22 Aramis Assign to me
            aramis22 Aramis
            Aramis
            Yuki Morishita
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment