Skip to content

Alive monitor refactor cleanup - #571

Open
WilliamRoebuck wants to merge 15 commits into
eclipse-score:mainfrom
etas-contrib:feature/alive-mon-refactor-cleanup
Open

Alive monitor refactor cleanup#571
WilliamRoebuck wants to merge 15 commits into
eclipse-score:mainfrom
etas-contrib:feature/alive-mon-refactor-cleanup

Conversation

@WilliamRoebuck

Copy link
Copy Markdown
Contributor

Small cleanup after #522. The last 2 commits are the new changes.

  • Removed supervision control client folder and distributed files within to alive monitor
  • Added getConnectionId() to SupervisionHandle
  • Renamed start/stop methods to startMonitoring/stopMonitoring

@github-actions

github-actions Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

License Check Results

🚀 The license check job ran with the Bazel command:

bazel run --lockfile_mode=error //:license-check

Status: ⚠️ Needs Review

Click to expand output
[License Check Output]
Extracting Bazel installation...
Starting local Bazel server (8.7.0) and connecting to it...
INFO: Invocation ID: 2d1c4d59-2ec8-49e1-bb0e-9beb198e75b5
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Loading: 
Loading: 0 packages loaded
Loading: 0 packages loaded
Loading: 0 packages loaded
    currently loading: 
Loading: 0 packages loaded
    currently loading: 
Loading: 0 packages loaded
    currently loading: 
Loading: 0 packages loaded
    currently loading: 
Analyzing: target //:license-check (1 packages loaded, 0 targets configured)
Analyzing: target //:license-check (1 packages loaded, 0 targets configured)

Analyzing: target //:license-check (67 packages loaded, 10 targets configured)

Analyzing: target //:license-check (142 packages loaded, 1852 targets configured)

Analyzing: target //:license-check (157 packages loaded, 6732 targets configured)

Analyzing: target //:license-check (161 packages loaded, 9365 targets configured)

Analyzing: target //:license-check (164 packages loaded, 9491 targets configured)

Analyzing: target //:license-check (171 packages loaded, 9661 targets configured)

INFO: Analyzed target //:license-check (173 packages loaded, 11555 targets configured).
INFO: Found 1 target...
Target //:license.check.license_check up-to-date:
  bazel-bin/license.check.license_check
  bazel-bin/license.check.license_check.jar
INFO: Elapsed time: 20.286s, Critical Path: 0.23s
INFO: 16 processes: 4 disk cache hit, 12 internal.
INFO: Build completed successfully, 16 total actions
INFO: Running command line: bazel-bin/license.check.license_check ./formatted.txt <args omitted>
usage: org.eclipse.dash.licenses.cli.Main [-batch <int>] [-cd <url>]
       [-confidence <int>] [-ef <url>] [-excludeSources <sources>] [-help] [-lic
       <url>] [-project <shortname>] [-repo <url>] [-review] [-summary <file>]
       [-timeout <seconds>] [-token <token>]

@WilliamRoebuck
WilliamRoebuck force-pushed the feature/alive-mon-refactor-cleanup branch from 082e24e to eed747a Compare August 31, 2026 12:13
@WilliamRoebuck
WilliamRoebuck force-pushed the feature/alive-mon-refactor-cleanup branch from eed747a to 9d9cbe8 Compare August 31, 2026 12:18
explicit SupervisionHandle(IdentifierHash process_id, std::shared_ptr<SupervisionBufferType> buffer)
: process_id_(process_id), buffer_(buffer)
{
ipc_path_ = std::move(internal::aliveInterfacePath(process_id_));

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can be in the member initializer lists above

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

2 participants