You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2019/02/22 12:42:05 UTC

[GitHub] liuzhengyang opened a new issue #2283: java.lang.ArrayIndexOutOfBoundsException

liuzhengyang opened a new issue #2283: java.lang.ArrayIndexOutOfBoundsException
URL: https://github.com/apache/incubator-skywalking/issues/2283
 
 
   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [ ] Bug
   
   ___
   ### Bug
   In latest 6.1.0-SNAPSHOT version, when we called `net.spy.memcached.MemcachedClient.getStats()`.
   ```
   java.lang.ArrayIndexOutOfBoundsException: 0
     at org.apache.skywalking.apm.plugin.spymemcached.v2.MemcachedMethodInterceptor.beforeMethod(MemcachedMethodInterceptor.java:44)
     at org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.InstMethodsInter.intercept(InstMethodsInter.java:82)
     at net.spy.memcached.MemcachedClient.getStats(MemcachedClient.java)
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services