GithubHelp home page GithubHelp logo

Comments (4)

joannajarmulska avatar joannajarmulska commented on June 2, 2024

To handle corrupted log file additional field cfg.handleBadJournal will be added to configuration tickHF.qsd with three options:

  • ABORT - process will be stopped and journal needs to be handled manually (it can be moved or truncated).
  • ARCHIVE_BAD_JRN - invalid journal is archived and new one is created. Note that messages from the invalid journal will be dropped. Afterwards it can be manually injected to the running system.
  • TRUNCATE_BAD_TAIL - invalid journal is truncated to the size that contains only valid chunks (assigned as occurence of the first corrupted message). New messages will be appened to the existing journal.
    Note that for Windows truncate is not implemented. The code for that can be injected by the user. Therefore please overwrite .os.p.W.truncate function in os.q.

from enterprise-components.

sevastos avatar sevastos commented on June 2, 2024

Hi Joanna,
Does TRUNCATE_BAD_TAIL archive the invalid chunks for later inspection/use.
Thanks

from enterprise-components.

isaac-love avatar isaac-love commented on June 2, 2024

I set timestampMode = LOCAL eodDelay = 14:31:00.000, why I can't get hdb file at 14:31:00.000?

from enterprise-components.

pawelhudak avatar pawelhudak commented on June 2, 2024

I set timestampMode = LOCAL eodDelay = 14:31:00.000, why I can't get hdb file at 14:31:00.000?

Please note that eodDelay configuration field is designed to delay the eod by reasonable small amount of time only (say minutes), see late ticks handling documentation for more details. Implementation of this mechamism includes caching of the incomming data in the memory of tickHF process, which imply limitation on the eodDelay duration.

Cheers,
Pawel

from enterprise-components.

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.