You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2022/04/28 15:24:28 UTC

[GitHub] [hbase] ndimiduk commented on pull request #4381: HBASE-26986 Trace Master Procedure Execution

ndimiduk commented on PR #4381:
URL: https://github.com/apache/hbase/pull/4381#issuecomment-1112344031

   This gives us nicely contained traces like this,
   ```
   ├─ [spanId=52131d42d4b9b99a,name=TransitRegionStateProcedure table=testCreateOpenDeleteTableSpans, region=dcbb606f964a33df720cae68ae9d44b3, UNASSIGN,hasEnded=true]
     └─ [spanId=b110180fbf63f086,name=PUT hbase:meta,hasEnded=true]
       └─ [spanId=d68bcb4131ebe421,name=AsyncRegionLocator.getRegionLocation,hasEnded=true]
       ├─ [spanId=f3dec62bf805b93d,name=hbase.pb.ClientService/Mutate,hasEnded=true]
         └─ [spanId=b919b8289e36f306,name=RpcServer.process,hasEnded=true]
           └─ [spanId=458fd550bcf0fc10,name=hbase.pb.ClientService/Mutate,hasEnded=true]
             └─ [spanId=bba75977ca158a3e,name=Region.put,hasEnded=true]
               └─ [spanId=48e63e8dd8cedce9,name=WAL.sync,hasEnded=true]
               ├─ [spanId=f2545d1cdd8df88c,name=WAL.appendData,hasEnded=true]
               ├─ [spanId=5245192c950f563b,name=Region.getRowLock,hasEnded=true]
     ├─ [spanId=85d7316b561ca0fc,name=WAL.appendData,hasEnded=true]
     ├─ [spanId=95d636764e433992,name=Region.getRowLock,hasEnded=true]
     ├─ [spanId=9360c4de11428864,name=WAL.sync,hasEnded=true]
     ├─ [spanId=7a78b0d2ef332573,name=Region.put,hasEnded=true]
       └─ [spanId=99dbb2e60aa47b12,name=WAL.sync,hasEnded=true]
       ├─ [spanId=ba71434842eb98db,name=Region.getRowLock,hasEnded=true]
       ├─ [spanId=8bfd48b9277978b7,name=WAL.appendData,hasEnded=true]
     ├─ [spanId=8f0717e91a8852c9,name=Region.getRowLock,hasEnded=true]
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hbase.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org