Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-5399

Improve DebugComponent for distributed requests

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 6.0
    • 4.7, 6.0
    • None
    • None

    Description

      I'm working on extending the DebugComponent for adding some useful information to be able to track distributed requests better. I'm adding two different things, first, the request can generate a "request ID" that will be printed in the logs for the main query and all the different internal requests to the different shards. This should make it easier to find the different parts of a single user request in the logs. It would also add the "purpose" of each internal request to the logs, like: RequestPurpose=GET_FIELDS,GET_DEBUG or RequestPurpose=GET_TOP_IDS.

      Also, I'm adding a "track" section to the debug info where to add information about the different phases of the distributed request (right now, I'm only including QTime, but could eventually include more information) like:

      <lst name="debug">
          <lst name="track">
              <lst name="EXECUTE_QUERY">
                  <str name="localhost:8985/solr">QTime: 10</str>
                  <str name="localhost:8984/solr">QTime: 25</str>
              </lst>
              <lst name="GET_FIELDS">
                  <str name="localhost:8985/solr">QTime: 1</str>
              </lst>
          </lst>
      </lst>
      

      To get this, debugQuery must be set to true, or debug must include "debug=track". This information is only added to distributed requests. I would like to get feedback on this.

      Attachments

        1. SOLR-5399.patch
          21 kB
          Tomas Eduardo Fernandez Lobbe
        2. SOLR-5399.patch
          31 kB
          Tomas Eduardo Fernandez Lobbe
        3. SOLR-5399.patch
          32 kB
          Tomas Eduardo Fernandez Lobbe
        4. SOLR-5399_windows_fix.patch
          1 kB
          Tomas Eduardo Fernandez Lobbe

        Issue Links

          Activity

            People

              rjernst Ryan Ernst
              tflobbe Tomas Eduardo Fernandez Lobbe
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: