Coder Social home page Coder Social logo

switch active consumer but failed about pulsar HOT 5 CLOSED

apache avatar apache commented on July 1, 2024
switch active consumer but failed

from pulsar.

Comments (5)

merlimat avatar merlimat commented on July 1, 2024

This part of code gets executed every time a consumer connects and we never saw this error.

Collections.sort() should not call set() on the iterator itself, and in the latest JDK it's not doing it. I also don't see that line at Collections.java:234. Can you specify which JDK version you're using?

In any case, in PersistentDispatcherSingleActiveConsumer.java:75 using list.sort() instead of Collections.sort(list) might fix the issue.

from pulsar.

merlimat avatar merlimat commented on July 1, 2024

Just verified, earlier JDK8 versions were using the iterator.set() instead of relying on the list.sort() interface.

Workaround for now is to upgrade your JDK.

from pulsar.

chakra-coder avatar chakra-coder commented on July 1, 2024

ok, thanks very much.

from pulsar.

chakra-coder avatar chakra-coder commented on July 1, 2024

my jdk info is (running on ubuntu:14.04):
java version "1.8.0_11"
Java(TM) SE Runtime Environment (build 1.8.0_11-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.11-b03, mixed mode)

from pulsar.

merlimat avatar merlimat commented on July 1, 2024

It was fixed in jdk-1.8.0_20 : http://bugs.java.com/view_bug.do?bug_id=8032636

from pulsar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.