Skip to content

Rogue Garbage Collector #6087

@mguidon

Description

@mguidon

Which deploy/s?

All

Current Behavior

I think I could (togehter with @matusdrobuliak66) finally reproduce why the garbage collector is treating me like garbage:

  1. I often use the platform from my laptop when I am in the train
  2. When arriving at my destination, I typically close the lid.
  3. I go to work and forget about it
  4. A few hours later I want to start a new service in the same deployment from my desktop machine at the office
  5. Garbage collector insists of shutting me down all the time
  6. In Redis I have two client_session_ids the new one and the old one
  7. Somehow the GC sees the stale one and assumes all of my sessions are to be terminated
  8. Deleteing the stale key manually allows me to start again a service

Metadata

Metadata

Labels

bugbuggy, it does not work as expected

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions