Uploaded image for project: 'JS - JobScheduler'
  1. JS - JobScheduler
  2. JS-1037

After stopping JobScheduler the TCP port should be closed immediately

    XMLWordPrintable

Details

    Description

      After stopping the JobScheduler with JOC or with the startscript (both calls the command "<modify_spooler cmd='terminate'/>"):

      ./bin/jobscheduler.sh stop
      

      then the tcp port is not closed immediately.

      netstat -na | grep 4444
      tcp        0      0 127.0.0.1:44824         127.0.0.1:4444          TIME_WAIT   
      tcp        0      0 127.0.0.1:44825         127.0.0.1:4444          TIME_WAIT
      

      The port are closed after the net.ipv4.tcp_fin_timeout settings in /etc/sysctl.conf

      Attachments

        Issue Links

          Activity

            People

              jz Joacim Zschimmer
              oh Oliver Haufe
              Florian Schreiber Florian Schreiber (Inactive)
              Oliver Haufe Oliver Haufe
              Votes:
              1 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: