sneller icon indicating copy to clipboard operation
sneller copied to clipboard

World's fastest log analysis: λ + SQL + JSON + S3

Results 4 sneller issues
Sort by recently updated
recently updated
newest added

Hi, I was trying to get the package setup using ceph object storage (theoretically s3 compatible) as the backing store but the etag system used to protect against concurrent writes...

![Screenshot_20230724_043612](https://github.com/SnellerInc/sneller/assets/18581488/0c21e642-8208-4d3d-9a8b-21ab9d9acf2e) It also takes a lot of time before displaying an error.

I just noticed that there is some fd leak detection logic here: https://github.com/SnellerInc/sneller/blob/86e9f118cf6517220d8dc8e0af788e1a312fc056/cmd/snellerd/run_worker.go#L71-L78 With Go 1.23 this will probably break since it will make use of pidfd on Linux, see...