Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-13087

LLAP: Print STW pause time and useful application time

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.1.0
    • 2.1.0
    • None
    • None

    Description

      The daemons currently prints GC details. It will be useful to print the total useful time application spent and the total time for which application threads are stopped.

      Need to add

      -XX:+PrintGCApplicationStoppedTime -XX:+PrintGCApplicationConcurrentTime
      

      to get something like

      Application time: 0.3440086 seconds
      Total time for which application threads were stopped: 0.0620105 seconds
      Application time: 0.2100691 seconds
      Total time for which application threads were stopped: 0.0890223 seconds
      

      Reference: https://plumbr.eu/blog/performance-blog/logging-stop-the-world-pauses-in-jvm

      NO PRECOMMIT TESTS

      Attachments

        1. HIVE-13087.1.patch
          0.7 kB
          Prasanth Jayachandran

        Activity

          People

            prasanth_j Prasanth Jayachandran
            prasanth_j Prasanth Jayachandran
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: