Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOC-8

Isabel Schoeps Thiel IST GitHub

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: High High

      issue is related to crashing of pod as explained below.

      Following are the logs of the Ping xapp

      root@near-rtric:~# kubectl logs   -n ricxapp  ricxapp-hw-python1-7f68697c57-scnkx --follow
      1642063682 1/RMR [INFO] ric message routing library on SI95/g mv=3 flg=02 (f25dc7f 4.0.5 built: May  7 2020)
      ping is healthy? True
      1642063683 1/RMR [INFO] sends: ts=1642063683 src=service-ricxapp-hw-python1-rmr.ricxapp:4564 target=127.0.0.1:4562 open=0 succ=0 fail=0 (hard=0 soft=0)
      ping is healthy? True
      ping is healthy? True
      ping is healthy? True
      ping is healthy? True
      ping is healthy? True
      ping is healthy? True
      ping is healthy? True
      ping is healthy? True
      ping is healthy? True
      ping is healthy? True
      ping is healthy? True
      ping is healthy? True
      ping is healthy? True
      ping is healthy? True
      ping is healthy? True
      1642063714 1/RMR [INFO] sends: ts=1642063714 src=service-ricxapp-hw-python1-rmr.ricxapp:4564 target=127.0.0.1:4562 open=0 succ=0 fail=0 (hard=0 soft=0)
      ping is healthy? True
      ping is healthy? True
      ping is healthy? True
      ping is healthy? True
      ping is healthy? True
      ping is healthy? True
      ping is healthy? True
      ping is healthy? True
      ping is healthy? True
      ping is healthy? True
      ping is healthy? True
      ping is healthy? True
      ping is healthy? True
      ping is healthy? True
      ping is healthy? True
      ping is healthy? True
      1642063745 1/RMR [INFO] sends: ts=1642063745 src=service-ricxapp-hw-python1-rmr.ricxapp:4564 target=127.0.0.1:4562 open=0 succ=0 fail=0 (hard=0 soft=0)
      ping is healthy? True
      ping is healthy? True
      ping is healthy? True
      ping is healthy? True
      ping is healthy? True
      root@near-rtric:~# cd E-Release/hw-python/
      root@near-rtric:~# kubectl get po -n ricxapp
      NAME                                  READY   STATUS             RESTARTS   AGE
      ricxapp-hw-go-644cb685fb-clwsw        1/1     Running            0          19h
      ricxapp-hw-python1-7f68697c57-scnkx   0/1     CrashLoopBackOff   389        24h 

       

      As you can see the Ping xapp runs for sometime and then without any error logs exits and goes into crashloopback.

       

      Following is the output of describe pod.

      Events:
        Type     Reason     Age                     From                 Message
        ----     ------     ----                    ----                 -------
        Warning  Unhealthy  35m (x1861 over 24h)    kubelet, near-rtric  Readiness probe failed: Get http://10.244.0.100:8080/ric/v1/health/ready: dial tcp 10.244.0.100:8080: connect: connection refused
        Warning  Unhealthy  5m50s (x1195 over 24h)  kubelet, near-rtric  Liveness probe failed: Get http://10.244.0.100:8080/ric/v1/health/alive: dial tcp 10.244.0.100:8080: connect: connection refused
        Warning  BackOff    44s (x4931 over 24h)    kubelet, near-rtric  Back-off restarting failed container 

      So its the Readiness and liveness probe failing.I tried to increase the initialDelaySeconds  and periodSeconds but still no help.  

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            isabelschoeps Isabel Schöps Thiel (GitHub)
            naman.gupta Naman Gupta
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: