ocurrent / ocurrent/ocluster

Limit log sizes

Open
#53 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
OCaml
Stars
42
Forks
20
PR merge metrics
No merged PRs in 30d

Description

At the moment, workers will buffer any amount of log data (until they run out of memory and crash). We should abort any job that produces more than some limit, as it's probably stuck in a loop.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no files or tests. Start by locating how workers buffer log data and how jobs are aborted, then determine an appropriate maximum and verify that a job exceeding it is aborted without allowing unbounded log growth.

Written by the indexing model from the issue text.

Assessment

Tech stack
ocaml
Domain
ci-cd, distributed-systems
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.