Giter VIP home page Giter VIP logo

Comments (7)

bbinet avatar bbinet commented on August 16, 2024

Note that when I simply stop and restart hindsight (while keeping both the hindsight.cp checkpoint file and the input log files), the issue was fixed, which is surprising because I thought it would read the same buggy heka message again and reproduce the issue.

from hindsight.

trink avatar trink commented on August 16, 2024

It sounds like a client connection couldn't be re-established and it was just thrashing here:

if not client then return -3, err end -- retry indefinitely

But the sequence identifier indicates memory corruption. I will do a quick code review. On a related note the current lua_sandbox (actually lua_sandbox_extensions now) pulls in a much newer version of the socket and ssl library with many bug fixes, so that is worth trying. FYI: All the extensions (modules and sandboxes) are now created as separate packages so they can be maintained/upgraded/deployed independently. For convenience I have grouped the extensions Mozilla uses here: https://github.com/mozilla-services/lua_sandbox_extensions/ but they can now live anywhere and work consistently (no more special built-in modules or updating the core library for business logic changes)

from hindsight.

bbinet avatar bbinet commented on August 16, 2024

Thanks this sounds good!
I'd may try to create a LuaFileSystem (LFS) lua_sandbox extension which I often need in my sandboxes: should I host it myself of create a pull request to the https://github.com/mozilla-services/lua_sandbox_extensions/ repository?

from hindsight.

trink avatar trink commented on August 16, 2024

Either way is fine but I won't be a bottleneck if you use your own repo (I will be happy to review it in either case). In the end I will just hopefully yum install it when I need it and not be concerned with the repo :)

from hindsight.

trink avatar trink commented on August 16, 2024

@bbinet have you been able to reproduce this with the latest packages?

from hindsight.

bbinet avatar bbinet commented on August 16, 2024

I'm currently in the process of upgrading to the latest packages, but this is not functional yet.

Note that I've still not reproduced this issue with the old Hindsight version I'm using.

from hindsight.

trink avatar trink commented on August 16, 2024

Reopen if you can reproduce it as the heka_tcp output was reworked since this time
mozilla-services/lua_sandbox_extensions@90144b5

from hindsight.

Related Issues (20)

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.