Coder Social home page Coder Social logo

EchoMany response lost about rpc-frmwrk HOT 5 CLOSED

zhiming99 avatar zhiming99 commented on May 25, 2024
EchoMany response lost

from rpc-frmwrk.

Comments (5)

zhiming99 avatar zhiming99 commented on May 25, 2024

Probably we fixed this issue in commit on 4.12. We haven't seen this issue occur for 8days. the commit removed all the references to fuse_lowlevel_notify_delete on the execution path of unlink. I close it now and if it occurs again, I will reopen this issue.

from rpc-frmwrk.

zhiming99 avatar zhiming99 commented on May 25, 2024

reopened due to this run

from rpc-frmwrk.

zhiming99 avatar zhiming99 commented on May 25, 2024

another try to fix this issue, by commit on 5.31
Actually the response of EchoMany did not lose, and instead, github does not log
the hanging program, which is seemingly like the program hangs at the first
request EchoMany waiting for its response. But actually the last request
EchoStream request was also completed. And most likely this time, the program
hangs endlessly at the call to 'select' on the stmfile because of a race
condition between fs_poll and OnStmRecv. That is, There is a slim chance when
the fs_poll checked to found no data, and then preempted right before setting
a valid notify handle, the OnStmRecv arrived and found there is no notify handle,
and left. and when the fs_poll got back the control and set the pollhandle, the
pollhandle will never be notified, because the OnStmRecv has gone. Now I have
added to stmfile a FillAndNotify to address this issue.

from rpc-frmwrk.

zhiming99 avatar zhiming99 commented on May 25, 2024

reopened by this run. This time the hanging happens in mkDirTest ROS, not the previous stressTest normal. probably, the last fix hit something, but not a knockout.

from rpc-frmwrk.

zhiming99 avatar zhiming99 commented on May 25, 2024

close this issue by this commit on Jun. 11, 2023. Just a few hours after reopened.

from rpc-frmwrk.

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.