Giter Site home page Giter Site logo

Comments (9)

armon avatar armon commented on August 24, 2024

@kainosnoema Good catch! Just pushed a change to master that should fix this. Its an issue of us just forgetting to update the node meta data on the re-join.

from serf.

armon avatar armon commented on August 24, 2024

Let me know if that fixes it, and I can close the ticket!

from serf.

kainosnoema avatar kainosnoema commented on August 24, 2024

Hmm... thanks for the incredibly quick response, but after pulling, building and running the test case again, I'm seeing the same result. Your fix looks reasonable, but somehow it's still not being updated. Tested on: Serf v0.2.1.dev (727963506453a17d78f09154dc52b78a4a1beaf4).

from serf.

kainosnoema avatar kainosnoema commented on August 24, 2024

@armon I have a feeling the relevant section might be here:

serf/serf/serf.go

Lines 574 to 578 in 7279635

} else {
oldStatus = member.Status
member.Status = StatusAlive
member.leaveTime = time.Time{}
}

from serf.

kainosnoema avatar kainosnoema commented on August 24, 2024

The spot you updated is related to nodes that have left the cluster, but we still have a leaving intent for it, whereas I'm testing a failed node that's still in the members list. It might be nice to de-duplicate some of that similar "rejoining" code. :/

from serf.

armon avatar armon commented on August 24, 2024

Yeah I don't know what the hell I was thinking... I had an intuition it was a bug in that method, but I just put the code in a completely irrelevant block. I moved those two lines to the area you indicated. But it looks like a more subtle issue involving Memberlist.

from serf.

armon avatar armon commented on August 24, 2024

Looks like it was due to a similar bug upstream in Memberlist. I've updated master on both, can you please try to update dependencies and try the latest build?

from serf.

kainosnoema avatar kainosnoema commented on August 24, 2024

Yup, that fixed it (hashicorp/memberlist@c9b8047 and 10511cd). Thanks!

from serf.

mitchellh avatar mitchellh commented on August 24, 2024

Given how this was our only bug reported in a week of 0.2, I think it is safe to push this out in a 0.2.1 right away. Will release.

from serf.

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.