Skip to content

java.lang.IllegalStateException: Exit span doesn't include meaningful peer information. #6441

@lvcarlei

Description

@lvcarlei

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()
    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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    agentLanguage agent related.bugSomething isn't working and you are sure it's a bug!no updateThe owner doesn't provide further feedback.pluginPlugin for agent or collector. Be used to extend the capabilities of default implementor.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions