Mahadevan

Results 5 issues of Mahadevan

If lfs is unmounted, and then the underlying block device size increases, is it possible to remount such that lfs can make use of the entire space? Like resize2fs or...

enhancement
puzzle

You might want to add the following HAVE_* defines in sqlite.go: ``` #cgo CFLAGS: -DHAVE_FDATASYNC #cgo CFLAGS: -DHAVE_GMTIME_R #cgo CFLAGS: -DHAVE_ISNAN #cgo CFLAGS: -DHAVE_LOCALTIME_R #cgo linux CFLAGS: -DHAVE_STRCHRNUL #cgo CFLAGS:...

enhancement

The columns `port` and `local_port` are declared as integers in the console commands "show servers" and "show clients". See: https://github.com/yandex/odyssey/blob/master/sources/console.c#L1040 https://github.com/yandex/odyssey/blob/master/sources/console.c#L1192 but they can return a string sometimes: `` This...

OpsDash is a self-hosted server and service monitoring solution, that can monitor MongoDB: https://www.opsdash.com/blog/mongodb-monitoring.html.

In this line: https://github.com/varlink/go/blob/38f589fef6e11cd44a3206a4b6037a8693fef8e1/varlink/internal/ctxio/conn.go#L130 bufio.Reader.ReadBytes will continue to read and exhaust available memory without constraints (until the delimiter is read of course), which makes it easy to DoS with: ```...