caddyserver / cache-handler

Distributed HTTP caching module for Caddy
Apache License 2.0
235 stars 17 forks source link

nutsdb: server hang without log #90

Open daflyinbed opened 6 days ago

daflyinbed commented 6 days ago

caddy 2.8.4 cache-handler v0.13.0 in global option:

    cache {
        nuts {
            configuration {
                Dir /tmp/nuts-configuration
                EntryIdxMode 1
                RWMode 0
                SegmentSize 1024
                NodeNum 42
                SyncEnable true
                StartFileLoadingMode 1
            }
        }
        storers nuts
    }

/tmp/nuts-configuration is created, but caddy response internal server error to client.

darkweak commented 3 days ago

Hello @daflyinbed do you have some logs about that? Are there any error logs during startup?

daflyinbed commented 2 days ago

No. I will try to reproduce this problem in test environment in next few weeks. ( I've reverted back to using Varnish, so this is not my top priority task )