Git Product home page Git Product logo

Comments (10)

wojtek-t avatar wojtek-t commented on September 27, 2024 4

The fix for it is already approved.

from kubernetes.

k8s-ci-robot avatar k8s-ci-robot commented on September 27, 2024

This issue is currently awaiting triage.

If a SIG or subproject determines this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

from kubernetes.

Atharva-Shinde avatar Atharva-Shinde commented on September 27, 2024

/sig storage
@kubernetes/release-team-release-signal

from kubernetes.

Atharva-Shinde avatar Atharva-Shinde commented on September 27, 2024

/sig api-machinery

from kubernetes.

wojtek-t avatar wojtek-t commented on September 27, 2024

/cc @serathius @p0lyn0mial

This started last week, but it seems to be fairly rare, so might be a consequence of something a bit earlier.

The value of "2" suggests that it's happening on the first event, and my brain goes towards: https://github.com/kubernetes/kubernetes/pull/124754/files

@p0lyn0mial - will you be able to take a look at it?

from kubernetes.

p0lyn0mial avatar p0lyn0mial commented on September 27, 2024

@p0lyn0mial - will you be able to take a look at it?

sure, I will have a look.

/assign @p0lyn0mial

from kubernetes.

wojtek-t avatar wojtek-t commented on September 27, 2024

We chatted with @p0lyn0mial about that offline and it seems like a real correctness issue.

Regression indeed introduced by https://github.com/kubernetes/kubernetes/pull/124754/files

We have a race with setting RV in watchcache and incoming events.

The current explanation is:

  1. watchcache initializeds with RV=N
  2. an event comes with RV=N+1 [but wasn't yet dispatched]
  3. the polling introduced in that PR catches RV=N+1
  4. only then the event (with RV=N+1) is received

from kubernetes.

Vyom-Yadav avatar Vyom-Yadav commented on September 27, 2024

@wojtek-t @p0lyn0mial So it is a release blocker, then? (Upcoming alpha 1 release cut scheduled for tomorrow)

from kubernetes.

p0lyn0mial avatar p0lyn0mial commented on September 27, 2024

@wojtek-t @p0lyn0mial So it is a release blocker, then? (Upcoming alpha 1 release cut scheduled for tomorrow)

I don't know what the release policy is but we might have a potential fix for this issue.

from kubernetes.

wojtek-t avatar wojtek-t commented on September 27, 2024

@wojtek-t @p0lyn0mial So it is a release blocker, then? (Upcoming alpha 1 release cut scheduled for tomorrow)

This is a real correctness bug introduced 2 weeks ago. I'm not sure what's our policy is for alpha releases, but it sounds like a potential blocker to me.

from kubernetes.

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.