Skip to content
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

Migrations-985 - Add ability to build LoggableNetty4 plugin for ES #2

Closed
wants to merge 1 commit into from

Conversation

okhasawn
Copy link

@okhasawn okhasawn commented Mar 2, 2023

Description

This change enables the ability to build the LoggableNetty4 capture plugin for ES.

To build the plugin for ES:

1- From the root of the project, go into the elasticsearch loggable-transport-netty4 plugin directory
cd plugins/elasticsearch/loggable-transport-netty4

2- Generate the gradle wrapper files.
gradle wrapper

3- Generate the zip file containing the plugin
./gradlew assemble

Issues Resolved

Migrations-985

Check List

  • New functionality includes testing
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@okhasawn okhasawn closed this Mar 2, 2023
gregschohn pushed a commit that referenced this pull request May 9, 2023
MIGRATIONS-1014: Add optional VPC stack with unit tests and updated doc

Signed-off-by: Tanner Lewis <[email protected]>
gregschohn added a commit that referenced this pull request Apr 25, 2024
… to allow for chaining.

In addition to chaining sequential stages together (which now, again, need to create all intermediates before the current work item), the class now emits which sequential stages are missing (outstanding) in the DCF's diagnostic supplier.
Sample output may look like this
[504336483] Caller-task completion for idx=3[…]<-[335107734] OnlineRadixSorterForIntegratedKeys.addFutureForWork[…]<-[215078753] Kickoff for slot #3[…]<-[1384454980] Work to finish for slot #2 is awaiting [slotsOutstanding:2][…]

Signed-off-by: Greg Schohn <[email protected]>
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.

1 participant