Uploaded image for project: 'Observability Documentation'
  1. Observability Documentation
  2. OBSDOCS-1335

oc explain ClusterLogForwarder.spec.outputs.tuning.delivery definition is not correct

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • None
    • Logging
    • False
    • Hide

      None

      Show
      None
    • False
    • Moderate

      Description of problem:

      Using oc explain ClusterLogForwarder.spec.outputs.tuning.delivery is defined that AtLeastOnce is the default option--> - AtLeastOnce (default). But this is not correct because the default option is AtMostOnce

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

      RHOL 5.9 

      How reproducible:

          

      Steps to Reproduce:

          1. oc explain ClusterLogForwarder.spec.outputs.tuning.delivery
      
      DESCRIPTION:
          Delivery mode for log forwarding. 
           - AtLeastOnce (default): if the forwarder crashes or is re-started, any
          logs that were read before the crash but not sent to their destination will
          be re-read and re-sent. Note it is possible that some logs are duplicated in
          the event of a crash - log records are delivered at-least-once. -
          AtMostOnce: The forwarder makes no effort to recover logs lost during a
          crash. This mode may give better throughput, but could result in more log
          loss.     
          
          2. Default should be defined in AtMostOnce
      
          

      Actual results:

      AtLeastOnce is defined as Default.    

      Expected results:

      AtMostOnce should be defined as Default.

      Additional info:

          

              bdooley@redhat.com Brian Dooley
              acandelp Adrian Candel
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: