Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Process exited after beanstalkd backend error #271

Open
WeirdCarrotMonster opened this issue Feb 8, 2021 · 0 comments
Open

Process exited after beanstalkd backend error #271

WeirdCarrotMonster opened this issue Feb 8, 2021 · 0 comments

Comments

@WeirdCarrotMonster
Copy link

Got this error after running magneticod with beanstalkd backend:

FATAL   Could not add new torrent to the database
{
    "infohash": "6ea8a0648f4ba3fd53dd2b835fce32e25164a643", 
    "error": "DB engine beanstalkd Put() error: job too big", 
    "errorVerbose": "job too big\nDB engine beanstalkd Put() error\ngithub.com/boramalper/magnetico/pkg/persistence.(*beanstalkd).AddNewTorrent\n\t/build/magnetico-master/pkg/persistence/beanstalkd.go:69\nmain.main\n\t/build/magnetico-master/cmd/magneticod/main.go:118\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:204\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1374"
}

beanstalkd is running with -z 1048560. I get that increasing maximum job size should help, but magneticod shouldn't exit after this kind of failure.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant