Giter VIP home page Giter VIP logo

Comments (6)

pmopmo avatar pmopmo commented on July 17, 2024 2

As I'm on wsl I can't be sure what IO is happening under the hood but the computer was pretty much idling. Writing helmcharts in emacs and a browser open.

But the error did occur when I did git mv on a directory and that can potentially be io-heavy for a brief moment.

I'll increase local_timeout and see how it goes.

You could turn this into a feature request to improve the error message.

from atuin.

hvisage avatar hvisage commented on July 17, 2024

Self hosted server, just now install the Atuin v18.2.0 - Build rev from Debian package

Executing via Supervisorctl
fronting it with Caddy
Postgresql 15.6

Using 4x servers and parallel terminal access, 3 works, and the fourth throws the error - "consistently"

IS that a RUST pool limit?

from atuin.

ellie avatar ellie commented on July 17, 2024

This occurs when we cannot write to your disk within a reasonable time

This could be due to IO pressure, or because you're using a filesystem like ZFS

essentially there are two options

  1. Hang until the write is complete
  2. Timeout
  1. was the old behaviour

We've introduced a background daemon that's currently on main and keeps filesystem writes out of the hot path, but realistically if you're having IO problems writing to SQLite within 2 seconds you will probably have issues elsewhere too.

See this for config option: #1726

I'll be closing this because it's not really a bug

from atuin.

hvisage avatar hvisage commented on July 17, 2024

Hmmm...

and when I write to Postgresql on the server?

or is this a problem on the client only?

from atuin.

ellie avatar ellie commented on July 17, 2024

This issue is for a client error. If you're seeing something similar on the server you might want to check on your Postgres setup

from atuin.

hvisage avatar hvisage commented on July 17, 2024

This occurs when we cannot write to your disk within a reasonable time

This could be due to IO pressure, or because you're using a filesystem like ZFS

Strange, there just wasn't any io, so I'm hard press to believe the IO pressure as a cause.

essentially there are two options

  1. Hang until the write is complete

  2. Timeout

  3. was the old behaviour

We've introduced a background daemon that's currently on main and keeps filesystem writes out of the hot path, but realistically if you're having IO problems writing to SQLite within 2 seconds you will probably have issues elsewhere too.

Hmmmm... I here what you are saying, though I'm hard pressed to believe it on these servers, though I think there might be something else involved causing the delay, so will keep an eye out

I'll be closing this because it's not really a bug

from atuin.

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.