lvcarlei opened a new issue #6441:
URL: https://github.com/apache/skywalking/issues/6441
Please answer these questions before submitting your issue.
- Why do you submit this issue?
- [ ] Question or discussion
- [ ] Bug
- [ ] Requirement
- [ ] Feature or performance improvement
___
### Question
- What do you want to know?
___
### Bug
- Which version of SkyWalking, OS, and JRE?
SkyWalking version 8.3.0
Alpine Linux v3.8
java version "1.8.0_192"
- What happened?
ERROR 2021-02-25 14:41:03:221 AnalysisSaveAsync-235 InstMethodsInter :
class[class org.apache.hadoop.hbase.client.HTable] before method[getScanner]
intercept failure
java.lang.IllegalStateException: Exit span doesn't include meaningful peer
information.
at
org.apache.skywalking.apm.agent.core.context.TracingContext.inject(TracingContext.java:163)
at
org.apache.skywalking.apm.agent.core.context.TracingContext.inject(TracingContext.java:143)
at
org.apache.skywalking.apm.agent.core.context.ContextManager.createExitSpan(ContextManager.java:112)
at
org.apache.skywalking.apm.plugin.hbase.HTableInterceptor.beforeMethod(HTableInterceptor.java:72)
at
org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.InstMethodsInter.intercept(InstMethodsInter.java:76)
at org.apache.hadoop.hbase.client.HTable.getScanner(HTable.java)
at executor.aicoin.utils.HbaseUtil.scanLast(HbaseUtil.java:226)
at
executor.aicoin.service.AnalysisService.parseDataT(AnalysisService.java:57)
at
executor.aicoin.service.AnalysisService.parseData(AnalysisService.java:682)
at
executor.aicoin.service.AnalysisService$$FastClassBySpringCGLIB$$c21a2f26.invoke(<generated>)
at
org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
at
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:736)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
at
org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:115)
at
org.apache.skywalking.apm.plugin.spring.async.SWCallable.call(SWCallable.java:47)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]