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

Cherry-pick #19408, #19533 to 7.x: Implement memlog on-disk handling #19720

Merged
merged 2 commits into from
Jul 8, 2020

Conversation

urso
Copy link

@urso urso commented Jul 7, 2020

Cherry-pick of PR #19408 and #19533 to 7.x branch. Original message:

  • Enhancement

What does this PR do?

This change introduces the implementation of the on-disk state handling.
Tests are currently not included due to placeholders that still will
panic. The final state of the current implementation can be found here: https://github.com/urso/beats/tree/fb-input-v2-combined/libbeat/statestore/backend/memlog

Implement store operation that get/set key value pairs from
the in-memory store, and log update operations.

This change also include unit tests and store compliance tests.

Why is it important?

The statestore introduces a simple key-value store to Beats. The statestore will be used to replace the registry in filebeat in the future.

Checklist

  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
    - [ ] I have made corresponding changes to the documentation
    - [ ] I have made corresponding change to the default configuration files
    - [ ] I have added tests that prove my fix is effective or that my feature works
    - [ ] I have added an entry in CHANGELOG.next.asciidoc or CHANGELOG-developer.next.asciidoc.

Related issues

This change introduces the implementation of the on-disk state handling.
Tests are currently not included due to placeholders that still will
panic. The final state of the current implementation can be found here: https://github.com/urso/beats/tree/fb-input-v2-combined/libbeat/statestore/backend/memlog

The addition of the statestore package is split up into multiple
changeset to ease review. The final version of the package can be found
[here](https://github.com/urso/beats/tree/fb-input-v2-combined/libbeat/statestore).

Once finalized, the libbeat/statestore package contains:
- The statestore frontend and interface for use within Beats
- Interfaces for the store backend
- A common set of tests store backends need to support
- a storetest package for testing new features that require a store. The
  testing helpers use map[string]interface{} that can be initialized or
  queried after the test run for validation purposes.
- The default memlog backend + tests

(cherry picked from commit 30f0799)
@urso urso added [zube]: In Review backport Team:Services (Deprecated) Label for the former Integrations-Services team labels Jul 7, 2020
@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Jul 7, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/integrations-services (Team:Services)

@botelastic botelastic bot removed the needs_team Indicates that the issue/PR needs a Team:* label label Jul 7, 2020
Implement store operation that get/set key value pairs from
the in-memory store, and log update operations.

This change also include unit tests and store compliance tests.

The addition of the statestore package is split up into multiple
changeset to ease review. The final version of the package can be found
[here](https://github.com/urso/beats/tree/fb-input-v2-combined/libbeat/statestore).

Once finalized, the libbeat/statestore package contains:
- The statestore frontend and interface for use within Beats
- Interfaces for the store backend
- A common set of tests store backends need to support
- a storetest package for testing new features that require a store. The
  testing helpers use map[string]interface{} that can be initialized or
  queried after the test run for validation purposes.
- The default memlog backend + tests
@urso urso changed the title Cherry-pick #19408 to 7.x: Implement memlog on-disk handling Cherry-pick #19408, #19533 to 7.x: Implement memlog on-disk handling Jul 7, 2020
@elasticmachine
Copy link
Collaborator

elasticmachine commented Jul 8, 2020

❕ Build Aborted

Either there was a build timeout or someone aborted the build.'}

Pipeline View Test View Changes Artifacts

Expand to view the summary

Build stats

  • Build Cause: [Pull request #19720 updated]

  • Start Time: 2020-07-07T23:57:58.972+0000

  • Duration: 123 min 29 sec

Test stats 🧪

Test Results
Failed 0
Passed 8767
Skipped 1576
Total 10343

Steps errors

Expand to view the steps failures

  • Name: Report to Codecov

    • Description: curl -sSLo codecov https://codecov.io/bash for i in auditbeat filebeat heartbeat libbeat metricbeat packetbeat winlogbeat journalbeat do FILE="${i}/build/coverage/full.cov" if [ -f "${FILE}" ]; then bash codecov -f "${FILE}" fi done

    • Duration: 2 min 22 sec

    • Start Time: 2020-07-08T01:08:57.181+0000

    • log

  • Name: Install Go 1.13.10

    • Description: .ci/scripts/install-go.sh

    • Duration: 1 min 32 sec

    • Start Time: 2020-07-08T00:21:08.310+0000

    • log

  • Name: Report to Codecov

    • Description: curl -sSLo codecov https://codecov.io/bash for i in auditbeat filebeat heartbeat libbeat metricbeat packetbeat winlogbeat journalbeat do FILE="${i}/build/coverage/full.cov" if [ -f "${FILE}" ]; then bash codecov -f "${FILE}" fi done

    • Duration: 2 min 22 sec

    • Start Time: 2020-07-08T00:33:06.607+0000

    • log

  • Name: Mage build unitTest

    • Description: mage build unitTest

    • Duration: 0 min 26 sec

    • Start Time: 2020-07-08T00:29:26.353+0000

    • log

  • Name: Recursively delete the current directory from the workspace

    • Description: script returned exit code 1

    • Duration: 0 min 10 sec

    • Start Time: 2020-07-08T00:29:58.018+0000

    • log

  • Name: Report to Codecov

    • Description: curl -sSLo codecov https://codecov.io/bash for i in auditbeat filebeat heartbeat libbeat metricbeat packetbeat winlogbeat journalbeat do FILE="${i}/build/coverage/full.cov" if [ -f "${FILE}" ]; then bash codecov -f "${FILE}" fi done

    • Duration: 2 min 22 sec

    • Start Time: 2020-07-08T00:56:10.546+0000

    • log

Log output

Expand to view the last 100 lines of log output

[2020-07-08T02:00:18.034Z] + FILE=journalbeat/build/coverage/full.cov
[2020-07-08T02:00:18.034Z] + [ -f journalbeat/build/coverage/full.cov ]
[2020-07-08T02:00:18.210Z] + curl -sSLo codecov https://codecov.io/bash
[2020-07-08T02:00:19.749Z] Failed in branch Filebeat oss
[2020-07-08T02:01:00.832Z] Body did not finish within grace period; terminating with extreme prejudice
[2020-07-08T02:01:01.016Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats
[2020-07-08T02:01:01.338Z] + find . -type f -name TEST*.xml -path */build/* -delete
[2020-07-08T02:01:01.352Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Lint
[2020-07-08T02:01:01.436Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Elastic-Agent-Mac-OS-X
[2020-07-08T02:01:01.510Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Winlogbeat-oss
[2020-07-08T02:01:01.584Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Auditbeat-oss-Mac-OS-X
[2020-07-08T02:01:01.662Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Elastic-Agent-x-pack
[2020-07-08T02:01:01.737Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Auditbeat-crosscompile
[2020-07-08T02:01:01.811Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Journalbeat-oss
[2020-07-08T02:01:01.884Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Dockerlogbeat
[2020-07-08T02:01:01.959Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Generators-Metricbeat-Linux
[2020-07-08T02:01:02.033Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Functionbeat-x-pack
[2020-07-08T02:01:02.107Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Filebeat-Mac-OS-X
[2020-07-08T02:01:02.181Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Elastic-Agent-x-pack-Windows
[2020-07-08T02:01:02.256Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Functionbeat-Mac-OS-X-x-pack
[2020-07-08T02:01:02.331Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Auditbeat-x-pack-Mac-OS-X
[2020-07-08T02:01:02.405Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Metricbeat-OSS-Unit-tests
[2020-07-08T02:01:02.480Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Auditbeat-x-pack-Windows
[2020-07-08T02:01:02.556Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Metricbeat-x-pack-Mac-OS-X
[2020-07-08T02:01:02.632Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Heartbeat-oss
[2020-07-08T02:01:02.707Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Auditbeat-x-pack
[2020-07-08T02:01:02.781Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Auditbeat-oss-Windows
[2020-07-08T02:01:02.854Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Metricbeat-crosscompile
[2020-07-08T02:01:02.929Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Winlogbeat-Windows-x-pack
[2020-07-08T02:01:03.003Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Filebeat-x-pack-Windows
[2020-07-08T02:01:03.077Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Libbeat-x-pack
[2020-07-08T02:01:03.151Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Metricbeat-Mac-OS-X
[2020-07-08T02:01:03.227Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Heartbeat-Mac-OS-X
[2020-07-08T02:01:03.385Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Filebeat-Windows
[2020-07-08T02:01:03.461Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Auditbeat-oss-Linux
[2020-07-08T02:01:03.536Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Winlogbeat-Windows
[2020-07-08T02:01:03.609Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Metricbeat-x-pack-Windows
[2020-07-08T02:01:03.682Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Packetbeat-oss
[2020-07-08T02:01:03.755Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Generators-Beat-Linux
[2020-07-08T02:01:03.827Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Metricbeat-Windows
[2020-07-08T02:01:03.900Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Filebeat-x-pack-Mac-OS-X
[2020-07-08T02:01:03.974Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Heartbeat-Windows
[2020-07-08T02:01:04.048Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Metricbeat-Python-integration-tests
[2020-07-08T02:01:04.121Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Generators-Metricbeat-Mac-OS-X
[2020-07-08T02:01:04.193Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Libbeat-oss
[2020-07-08T02:01:04.269Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Generators-Beat-Mac-OS-X
[2020-07-08T02:01:04.347Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Libbeat-crosscompile
[2020-07-08T02:01:04.420Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Metricbeat-x-pack
[2020-07-08T02:01:04.495Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Libbeat-stress-tests
[2020-07-08T02:01:04.568Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Metricbeat-OSS-Integration-tests
[2020-07-08T02:01:04.644Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Filebeat-oss
[2020-07-08T02:01:04.717Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Filebeat-x-pack
[2020-07-08T02:01:05.076Z] + cat
[2020-07-08T02:01:05.077Z] + /usr/local/bin/runbld ./runbld-script
[2020-07-08T02:01:05.077Z] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[2020-07-08T02:01:11.690Z] runbld>>> runbld started
[2020-07-08T02:01:11.690Z] runbld>>> 1.6.12/f45d832f2ba0aa2722ab4ec1fda8ad140f027f8b
[2020-07-08T02:01:14.251Z] runbld>>> The following profiles matched the job 'Beats/beats-beats-mbp/PR-19720' in order of occurrence in the config (last value wins).
[2020-07-08T02:01:15.199Z] runbld>>> Debug logging enabled.
[2020-07-08T02:01:15.199Z] runbld>>> Storing result
[2020-07-08T02:01:15.462Z] runbld>>> Store result: created {:total 2, :successful 2, :failed 0} 1
[2020-07-08T02:01:15.462Z] runbld>>> BUILD: https://c150076387b5421f9154dfbf536e5c60.us-west1.gcp.cloud.es.io:9243/build-1587637540455/t/20200708020114-BF6E7A77
[2020-07-08T02:01:15.462Z] runbld>>> Adding system facts.
[2020-07-08T02:01:16.410Z] runbld>>> Adding vcs info for the latest commit:  64cfc4091b644473d865a01e37b4e6c85a6f982f
[2020-07-08T02:01:16.410Z] runbld>>> >>>>>>>>>>>> SCRIPT EXECUTION BEGIN >>>>>>>>>>>>
[2020-07-08T02:01:16.673Z] runbld>>> Adding /usr/lib/jvm/java-8-openjdk-amd64/bin to the path.
[2020-07-08T02:01:16.673Z] Processing JUnit reports with runbld...
[2020-07-08T02:01:16.673Z] + echo 'Processing JUnit reports with runbld...'
[2020-07-08T02:01:16.936Z] runbld>>> <<<<<<<<<<<< SCRIPT EXECUTION END <<<<<<<<<<<<
[2020-07-08T02:01:16.936Z] runbld>>> DURATION: 29ms
[2020-07-08T02:01:16.936Z] runbld>>> STDOUT: 40 bytes
[2020-07-08T02:01:16.936Z] runbld>>> STDERR: 49 bytes
[2020-07-08T02:01:16.936Z] runbld>>> WRAPPED PROCESS: SUCCESS (0)
[2020-07-08T02:01:16.936Z] runbld>>> Searching for build metadata in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats
[2020-07-08T02:01:17.885Z] runbld>>> Storing build metadata: 
[2020-07-08T02:01:17.885Z] runbld>>> Adding test report.
[2020-07-08T02:01:17.885Z] runbld>>> Searching for junit test output files with the pattern: TEST-.*\.xml$ in: /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats
[2020-07-08T02:01:18.831Z] runbld>>> Found 109 test output files
[2020-07-08T02:01:19.093Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-istio.xml
[2020-07-08T02:01:19.093Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-tomcat.xml
[2020-07-08T02:01:19.093Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-iis.xml
[2020-07-08T02:01:19.093Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-openmetrics.xml
[2020-07-08T02:01:19.356Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-activemq.xml
[2020-07-08T02:01:20.749Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Metricbeat-OSS-Integration-tests/metricbeat/build/TEST-go-integration-graphite.xml
[2020-07-08T02:01:20.749Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720/src/github.com/elastic/beats/Metricbeat-OSS-Integration-tests/metricbeat/build/TEST-go-integration-windows.xml
[2020-07-08T02:01:20.749Z] runbld>>> Test output logs contained: Errors: 0 Failures: 0 Tests: 10193 Skipped: 1341
[2020-07-08T02:01:21.012Z] runbld>>> Storing result
[2020-07-08T02:01:21.012Z] runbld>>> FAILURES: 0
[2020-07-08T02:01:21.274Z] runbld>>> Store result: updated {:total 2, :successful 2, :failed 0} 2
[2020-07-08T02:01:21.274Z] runbld>>> BUILD: https://c150076387b5421f9154dfbf536e5c60.us-west1.gcp.cloud.es.io:9243/build-1587637540455/t/20200708020114-BF6E7A77
[2020-07-08T02:01:21.536Z] runbld>>> Email notification disabled by environment variable.
[2020-07-08T02:01:21.536Z] runbld>>> Slack notification disabled by environment variable.
[2020-07-08T02:01:27.574Z] Running on Jenkins in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19720
[2020-07-08T02:01:27.794Z] [INFO] getVaultSecret: Getting secrets
[2020-07-08T02:01:27.857Z] Masking supported pattern matches of $VAULT_ADDR or $VAULT_ROLE_ID or $VAULT_SECRET_ID
[2020-07-08T02:01:28.609Z] + chmod 755 generate-build-data.sh
[2020-07-08T02:01:28.609Z] + ./generate-build-data.sh https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats-beats-mbp/PR-19720/ https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats-beats-mbp/PR-19720/runs/2 ABORTED 7409376
[2020-07-08T02:01:28.609Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats-beats-mbp/PR-19720/runs/2/steps/?limit=10000 -o steps-info.json
[2020-07-08T02:01:31.093Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats-beats-mbp/PR-19720/runs/2/tests/?status=FAILED -o tests-errors.json
[2020-07-08T02:01:31.343Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats-beats-mbp/PR-19720/runs/2/log/ -o pipeline-log.txt

@urso urso merged commit 5f37ab5 into elastic:7.x Jul 8, 2020
@urso urso deleted the backport_19408_7.x branch July 8, 2020 14:51
@zube zube bot removed the [zube]: Done label Oct 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport Team:Services (Deprecated) Label for the former Integrations-Services team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants