Uploaded image for project: 'OpenShift Console'
  1. OpenShift Console
  2. CONSOLE-3366

No limit for the displayed logs in the console

    XMLWordPrintable

Details

    • Bug
    • Resolution: Obsolete
    • Major
    • None
    • openshift-4.10
    • Console Operator
    • None
    • False
    • None
    • False

    Description

      Description of problem:

      After upgrading to OCP 4.10.x, there is no limit for the displayed logs from the console.

      Version-Release number of selected component (if applicable):

      NA

      How reproducible:

      1- Upgrade or install OCP 4.10.x cluster
      2- Create a test project and a pod that will generate more than a 1000 lines of logs
      3- From the console, select project "test" then go to: Workloads -> Pods -> "Click on testpod" -> Logs 4- Full logs will be shown and not the last 1000 lines 

      Steps to Reproduce:

      >> Upgrade to or install OCP 4.10.x cluster <<
      # oc new-project test
      # oc project test
      # oc run testpod --image=registry.access.redhat.com/ubi8/ubi --command -- bash -c 'for i in {1..2000}; do echo $i ; done'
      

      Actual results:

      Full logs are displayed and not limited to 1000 lines

      Expected results:

      Logs to be limited to last 1000 lines to be loaded quickly

      Additional info:

      For one of my customers, he can see more than 100K log lines which takes longer time to load and results is a poor console response time.

      Attachments

        Activity

          People

            Unassigned Unassigned
            rhn-support-aelganzo Amr Elganzory
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: