Skip to content

Conversation

@mbenson1
Copy link

No description provided.

dependabot bot and others added 28 commits September 2, 2021 12:31
Bumps [tar](https://github.com/npm/node-tar) from 6.1.0 to 6.1.11.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v6.1.0...v6.1.11)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Modify BatchSetParameterValuesRequest.SetParameterValueRequest and
SetParameterValueRequest to have an optional generation time for the
new value. Modify processing API to use the generation time in the
request, if specified.
Allow specification of generation time in set parameter value requests
…-web/src/main/webapp/tar-6.1.11

Bump tar from 6.1.0 to 6.1.11 in /yamcs-web/src/main/webapp
Bumps [nth-check](https://github.com/fb55/nth-check) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/fb55/nth-check/releases)
- [Commits](fb55/nth-check@v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: nth-check
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…-web/src/main/webapp/nth-check-2.0.1

Bump nth-check from 2.0.0 to 2.0.1 in /yamcs-web/src/main/webapp
Before writing new segments in the archive, delete the old overlapping ones.
Otherwise, if the new segment start does not coincide with the old segment start, duplicated data will exist

Fixes yamcs#617
The sorting threshold was not working properly.

Fixes yamcs#618
- refactored the RealtimeFiller.SegmentQueue into a static class to allow unit tests
- fixed the sortingThreshold interpretation
- fixed the SegmentIterator iteration order (when ascending, the realtime filler should be last)

See yamcs#618 and yamcs#619
moved bad/good stream options to the right place
added the missing frameMaxRate
Fix segment queue so that the queue is full when there is one slot free,
so that the head==tail test is only satisfied when the queue is empty.
Fix realtime archiver so that segments are archived as soon as they are
either from a prior segment and the current time is past the sorting
threshold into the new segment, or they are full and they end prior to
the current time minus the sorting threshold. This avoids a problem
where segments are never archived, causing the cache to eventually fill
up. Added unit tests that fail without the new code changes.
Allow absolute positions for parameters in the container sheet
@mbenson1 mbenson1 self-assigned this Jan 25, 2022
Copy link
Collaborator

@lorenzo-gomez-windhover lorenzo-gomez-windhover left a comment

Choose a reason for hiding this comment

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

LGTM! I'll cleanup it up and make a PR to be merged into YAMCS main.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants