ndimiduk commented on pull request #4126: URL: https://github.com/apache/hbase/pull/4126#issuecomment-1048897099
I believe this patch fixes the issue because I no longer see a litany of these spans attached to a test-root span, and instead see spans of this name attached to a region scanner lifecycle, ``` 2022-02-23T15:00:48,627 DEBUG [Time-limited test] trace.StringTraceRenderer(98): ├─ [spanId=b0b3842300fa4bee,name=hbase.pb.ClientService/Scan,hasEnded=true] 2022-02-23T15:00:48,627 DEBUG [Time-limited test] trace.StringTraceRenderer(98): └─ [spanId=408de8bffa73710d,name=RpcServer.process,hasEnded=true] 2022-02-23T15:00:48,627 DEBUG [Time-limited test] trace.StringTraceRenderer(98): └─ [spanId=4a5742873c238ba9,name=hbase.pb.ClientService/Scan,hasEnded=true] 2022-02-23T15:00:48,627 DEBUG [Time-limited test] trace.StringTraceRenderer(98): └─ [spanId=55fe2264c8a3039d,name=Region.getScanner,hasEnded=true] 2022-02-23T15:00:48,627 DEBUG [Time-limited test] trace.StringTraceRenderer(98): ├─ [spanId=e2274d44a068b9b3,name=RegionScanner.close,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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
