You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/12/04 14:52:18 UTC

[GitHub] [pulsar] eolivelli opened a new issue, #18736: [Bug]

eolivelli opened a new issue, #18736:
URL: https://github.com/apache/pulsar/issues/18736

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar.
   
   
   ### Version
   
   2.11.0 rc1
   
   ### Minimal reproduce step
   
   run mvn clean install -DskipTest on 2.11 rc1 sources
   
   ### What did you expect to see?
   
   No warnings/errors from spotbugs
   
   
   ### What did you see instead?
   
   
   ```
   [INFO] --- spotbugs-maven-plugin:4.2.2:spotbugs (spotbugs) @ pulsar-common ---
   [INFO] Fork Value is true
        [java] WARNING: A terminally deprecated method in java.lang.System has been called
        [java] WARNING: System::setSecurityManager has been called by edu.umd.cs.findbugs.ba.jsr305.TypeQualifierValue (file:/Users/enricoolivelli/.m2/repository/com/github/spotbugs/spotbugs/4.2.2/spotbugs-4.2.2.jar)
        [java] WARNING: Please consider reporting this to the maintainers of edu.umd.cs.findbugs.ba.jsr305.TypeQualifierValue
        [java] WARNING: System::setSecurityManager will be removed in a future release
        [java] The following errors occurred during analysis:
        [java]   Exception analyzing io.netty.channel.epoll.EpollDatagramChannel using detector edu.umd.cs.findbugs.detect.CalledMethods
        [java]     java.lang.ArrayIndexOutOfBoundsException: Index 4531501 out of bounds for length 10264
        [java]       At org.objectweb.asm.ClassReader.readInt(ClassReader.java:3597)
        [java]       At org.objectweb.asm.ClassReader.getFirstAttributeOffset(ClassReader.java:3436)
        [java]       At org.objectweb.asm.ClassReader.accept(ClassReader.java:478)
        [java]       At edu.umd.cs.findbugs.asm.FBClassReader.accept(FBClassReader.java:44)
        [java]       At org.objectweb.asm.ClassReader.accept(ClassReader.java:401)
        [java]       At edu.umd.cs.findbugs.classfile.engine.ClassParserUsingASM.parse(ClassParserUsingASM.java:552)
        [java]       At edu.umd.cs.findbugs.classfile.engine.ClassParserUsingASM.parse(ClassParserUsingASM.java:736)
        [java]       At edu.umd.cs.findbugs.classfile.engine.ClassInfoAnalysisEngine.analyze(ClassInfoAnalysisEngine.java:79)
        [java]       At edu.umd.cs.findbugs.classfile.engine.ClassInfoAnalysisEngine.analyze(ClassInfoAnalysisEngine.java:38)
        [java]       At edu.umd.cs.findbugs.classfile.impl.AnalysisCache.getClassAnalysis(AnalysisCache.java:261)
        [java]       At edu.umd.cs.findbugs.ba.XFactory.resolveXMethod(XFactory.java:375)
        [java]       At edu.umd.cs.findbugs.ba.XFactory.createXMethod(XFactory.java:344)
        [java]       At edu.umd.cs.findbugs.ba.XFactory.createXMethodUsingSlashedClassName(XFactory.java:319)
        [java]       At edu.umd.cs.findbugs.ba.XFactory.createReferencedXMethod(XFactory.java:497)
   ```
   
   
   ### Anything else?
   
   I am using this Java and Maven versions
   
   ```
   Java version: 17.0.4.1, vendor: Eclipse Adoptium, runtime: /Users/xxxxx/.sdkman/candidates/java/17.0.4.1-tem
   Default locale: en_IT, platform encoding: UTF-8
   OS name: "mac os x", version: "13.0.1", arch: "x86_64", family: "mac"
   ```
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
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: commits-unsubscribe@pulsar.apache.org.apache.org

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


[GitHub] [pulsar] Technoboy- commented on issue #18736: [Bug] Compile error on 2.11.0 rc1

Posted by GitBox <gi...@apache.org>.
Technoboy- commented on issue #18736:
URL: https://github.com/apache/pulsar/issues/18736#issuecomment-1336758667

   https://lists.apache.org/thread/3o1cqb91z1mpjzx14fc7w021wo3fm01d


-- 
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: commits-unsubscribe@pulsar.apache.org

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


[GitHub] [pulsar] Technoboy- closed issue #18736: [Bug] Compile error on 2.11.0 rc1

Posted by GitBox <gi...@apache.org>.
Technoboy- closed issue #18736: [Bug] Compile error on 2.11.0 rc1
URL: https://github.com/apache/pulsar/issues/18736


-- 
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: commits-unsubscribe@pulsar.apache.org

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


[GitHub] [pulsar] mattisonchao commented on issue #18736: [Bug]

Posted by GitBox <gi...@apache.org>.
mattisonchao commented on issue #18736:
URL: https://github.com/apache/pulsar/issues/18736#issuecomment-1336568187

   @Technoboy- pushed the 2.11 RC-2. Could you check this new version?


-- 
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: commits-unsubscribe@pulsar.apache.org

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