GithubHelp home page GithubHelp logo

Comments (7)

Aiee avatar Aiee commented on June 8, 2024

Is the nebula service still alive?

from nebula-go.

zwkno1 avatar zwkno1 commented on June 8, 2024

Is the nebula service still alive?

yes. After a lot of errors i can invoke this method normally。

from nebula-go.

ColorfulDick avatar ColorfulDick commented on June 8, 2024

i got the same problem

from nebula-go.

lllfx avatar lllfx commented on June 8, 2024

i got the same problem

from nebula-go.

violin0622 avatar violin0622 commented on June 8, 2024

I've met same error. I found that when there'a long idle time(8 hours by default in config file), TCP connection may be recycled.

Then client try to write a request to that connection after that, causing the EPIPE error.

from nebula-go.

Dong148 avatar Dong148 commented on June 8, 2024

is this why cleaner doesn't work?

if pool.conf.idleTime > 0 && pool.cleanerChan == nil {

means If configured idleTime, cleaner will clean dead conn automaticly, but
maxCleanSize := pool.idleSessions.Len() + pool.activeSessions.Len() - pool.conf.minSize

means If all sessions eventually expire, they may not be cleaned up because the number of sessions in pool did not exceed minSize

from nebula-go.

HarrisChu avatar HarrisChu commented on June 8, 2024

after this #279, the issue should be not existed.

when execute with error write: broken pipe, it would create a new session, and return the valid session into pool.

from nebula-go.

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.