Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-7317

consider "full-featured" support for HTrace for HBase debugging

    XMLWordPrintableJSON

Details

    • Brainstorming
    • Status: Closed
    • Minor
    • Resolution: Duplicate
    • None
    • None
    • IPC/RPC, regionserver
    • None

    Description

      I've seen cases during integration tests where the write or read request took an unexpectedly large amount of time (that, after the client went to the region server that is reported alive and well, which I know from temporary debug logging ), and it's impossible to understand what is going on on the server side, short of catching the moment with jstack.

      Some solutions (off by default) could be

      • a facility for tests (especially integration tests) that would trace Server/Master calls into some log or file (won't help with internals but at least one could see what was actually received);
      • logging the progress of requests between components inside master/server (e.g. "request id=N received", "request id=N is being processed in MyClass", N being drawn on client from local sequence - no guarantees of uniqueness are necessary).

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              sershe Sergey Shelukhin
              Votes:
              0 Vote for this issue
              Watchers:
              9 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: