-
-
Notifications
You must be signed in to change notification settings - Fork 97
Introduce a potpourri of smaller improvements #2832
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mavam
reviewed
Jan 3, 2023
mavam
reviewed
Jan 3, 2023
This makes it easier to add additional logic to query parsing in the future, as now query parsing is centralized in the plugin API.
This whole early expression-modifying approach for queries with the PCAP writer attached didn't work properly as soon as a pipeline was attached anyways, so we might as well remove it. We already had the correct check in place within the writer, and this essentially just improves its error message.
Now that we have broken anyways the next release will have to be a major release—so let's also clean up older deprecation warnings while we're at it.
To review this, run: ```bash vast --bare-mode --enable-metrics --plugins= start --commands=stop ``` Before this change, this took exactly 10s to shut down as the telemetry loops held some actors alive with strong references on the actor clock's scheduler.
95fcc1f
to
6953dd0
Compare
6953dd0
to
6958bb2
Compare
mavam
reviewed
Jan 4, 2023
mavam
reviewed
Jan 4, 2023
mavam
reviewed
Jan 4, 2023
mavam
reviewed
Jan 4, 2023
mavam
reviewed
Jan 4, 2023
mavam
approved these changes
Jan 4, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Neat stuff.
I know the PR is still an draft mode, but it was very reviewable already. 🙂
mavam
approved these changes
Jan 5, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice touch ups. 🌴
mavam
added a commit
that referenced
this pull request
Jan 7, 2023
This PR updates the documentation after VASTQL became its own language frontend in #2832.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a set of improvements seemingly unrelated to one another that amassed in one branch locally whenever I was traveling this vacation season.
These are the notable changes:
(1), (4), and (5) probably need changelog entries.
Not urgent to review, I won't be back in action before next week anyways, and it might very well be the case that I push another few things onto this. :)