Giter VIP home page Giter VIP logo

Comments (18)

jelu avatar jelu commented on June 19, 2024

Thanks for the report, there seem to be issues with the threading, signaling and forking. Working on it but hard to say when it can be ready for testing.

What distribution are you running?

You can try running with the -T flag that will disable the usage of threads.

from dsc.

McStork avatar McStork commented on June 19, 2024

Thanks for the quick reply :-).
We are running Debian Jessie x64 on both servers.

from dsc.

jelu avatar jelu commented on June 19, 2024

Can you give me the spec of the servers and the QPS your receiving?

from dsc.

McStork avatar McStork commented on June 19, 2024

Servers receive around 2 to 3 QPS.
They are LXC containers with 4 cpu @ 2.80GHz and 4GB RAM each.

from dsc.

jelu avatar jelu commented on June 19, 2024

Can you describe how it stopped? What did you see on the ps output? Did you do a strace?

from dsc.

McStork avatar McStork commented on June 19, 2024

ps showed that the process was still running even though reports stopped being written. We did not run strace :-(.

from dsc.

jelu avatar jelu commented on June 19, 2024

What was the last file in the data directory? An ...xml.XXX?

from dsc.

McStork avatar McStork commented on June 19, 2024

No, the last written file had the proper .xml / .json extension.

from dsc.

jelu avatar jelu commented on June 19, 2024

If you have the possibility could you setup another container and run the develop branch and generate some QPS to it?

It seems that the issue is related to threads and that the process forks when writing the files, this makes libraries very rarely lock up. I was lucky enough to catch this while stracing and I saw a lockup in the NSS library used to get the IP protocol name.

The latest commits to develop has been to ensure signal handlers are correct after fork and to use thread safe libc functions.

I am also setting up dsc on all our build VMs to run the latest develop branch build continuously, generating 10 QPS against them and will monitor file creation.

from dsc.

jelu avatar jelu commented on June 19, 2024

If you have not already please read my announcement regarding this:
https://lists.dns-oarc.net/pipermail/dsc/2017-January/000361.html

I have setup some test now for dsc, if you have any other ideas of tests please let me know:
https://dev.dns-oarc.net/jenkins/view/dsctest/

from dsc.

jelu avatar jelu commented on June 19, 2024

Are you able to test the latest develop branch?

from dsc.

McStork avatar McStork commented on June 19, 2024

Hi @jelu. We haven't tested the develop branch yet. But we might be able to do so next week.

from dsc.

McStork avatar McStork commented on June 19, 2024

We now have it running on a server.

from dsc.

jelu avatar jelu commented on June 19, 2024

from dsc.

McStork avatar McStork commented on June 19, 2024

fa191b0

from dsc.

jelu avatar jelu commented on June 19, 2024

Do you have any issue to report with the develop branch?

from dsc.

McStork avatar McStork commented on June 19, 2024

We had no issue with the develop branch so far.

from dsc.

McStork avatar McStork commented on June 19, 2024

Thanks @jelu! Good job. :-)

from dsc.

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.