Giter VIP home page Giter VIP logo

Comments (3)

voron avatar voron commented on May 24, 2024

The suspected cause is the upload-last-synced-block-file container can't terminate gracefully for some reason.

Correct.
Please review PR #12

from blockchain-etl-streaming.

voron avatar voron commented on May 24, 2024

Closed by #12

from blockchain-etl-streaming.

medvedev1088 avatar medvedev1088 commented on May 24, 2024

This time the error code is 143.

Вероятно, с кодом ошибки 143 выходит прерываемый sleep 1, который есть в preStop
mail ~ # timeout --preserve-status 1 sleep 2
mail ~ # echo $?
143
А это, в свою очередь, значит, что pid-файл от ETL был на месте.


143 это 128+ 15 SIGTERM. То есть по факту это просто говорит нам что что-то было завершено через sigterm. А значит lifeCycle не успел отработать до конца в течении terminationGracePeriodSeconds


man bash
Simple Commands
A simple command is a sequence of optional variable assignments followed by blank-separated words and redirections, and terminated by a control operator. The first word specifies the com‐
mand to be executed, and is passed as argument zero. The remaining words are passed as arguments to the invoked command.

   The return value of a simple command is its exit status, or 128+n if the command is terminated by signal n.

from blockchain-etl-streaming.

Related Issues (8)

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.