Giter VIP home page Giter VIP logo

proglog's People

Contributors

inegm avatar

Watchers

 avatar

proglog's Issues

[Feature] Implement graceful shutdown

On init, the index resizes the memory-mapped files to their maximums (it's too late to extend once mapped) and resizes them back down on Close(). If Close() doesn't run for some reason (eg. power loss), the memory-mapped files could be corrupted. Graceful shutdown should include checking for and fixing corrupted file at startup.

See pages 33 and 34 of DSwG.

[Investigate] `nearestMultiple` appears useless

The nearestMultiple function from page 41 of DSwG isn't called by anything. It does, however, have a good reason to exist (see the text describing it in the book). The printed implementation (p 41) is erroneous (see the book's errata page).
Implement it correctly, and apply it to the log to ensure no fractional segments are created.

[Investigate] server-csr config with host "127.0.0.1" causes tests to fail

See pp 78-87 of DSwG (Authenticate the Server with TLS) and https://github.com/inegm/proglog/tree/main/test/server-csr.json

Example output:

    --- FAIL: TestServer/consume_past_log_boundary_fails (0.03s)
        server_test.go:112: 
                Error Trace:    /Users/daedalus/Code/learning/golang/proglog/internal/server/server_test.go:112
                                                        /Users/daedalus/Code/learning/golang/proglog/internal/server/server_test.go:30
                Error:          Received unexpected error:
                                rpc error: code = Unavailable desc = connection error: desc = "transport: authentication handshake failed: tls: failed to verify certificate: x509: certificate is valid for 127.0.0.1, not ::"
                Test:           TestServer/consume_past_log_boundary_fails

with similar results for the other TestServer scenarios.

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.