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

[RELEASE] Release version 2.8.0 #3434

Closed
41 of 42 tasks
github-actions bot opened this issue Apr 23, 2023 · 16 comments
Closed
41 of 42 tasks

[RELEASE] Release version 2.8.0 #3434

github-actions bot opened this issue Apr 23, 2023 · 16 comments
Assignees

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Apr 23, 2023

Release OpenSearch and OpenSearch Dashboards 2.8.0

I noticed that a manifest was automatically created in manifests/2.8.0. Please follow the following checklist to make a release.

How to use this issue

This Release Issue

This issue captures the state of the OpenSearch release, its assignee is responsible for driving the release. Please contact them or @mention them on this issue for help. There are linked issues on components of the release where individual components can be tracked. More details are included in the Maintainers Release owner section.

Release Steps

There are several steps to the release process, these steps are completed as the whole release and components that are behind present risk to the release. The release owner completes the tasks in this ticket, whereas component owners resolve tasks on their ticket in their repositories.

Steps have completion dates for coordinating efforts between the components of a release; components can start as soon as they are ready far in advance of a future release.

Component List

To aid in understanding the state of the release there is a table with status indicating each component state. This is updated based on the status of the component issues.

Preparation

  • Assign this issue to a release owner.
  • Declare a pencils down date for new features to be merged.
  • 2023/05/30 is pencils down date for feature freeze.
  • Update the Campaigns section to include monitoring campaigns during this release.
  • Update this issue so all __REPLACE_RELEASE-__ placeholders have actual dates.
  • Document any new quality requirements or changes.
  • Finalize scope and feature set and update the Public Roadmap.
  • Create a release issue in every component repo that links back to this issue, update Components section with these links.
  • Ensure the label is created in each component repo for this new version, and the next minor release. Create a version label
  • Ensure that all release issues created above are assigned to an owner in the component team.
  • Increase the build frequency for the this release from once a day (H 1 * * *) to once every hour (H/60 * * * *) in jenkinsFile.

Campaigns

See comments

Release Branch - Ends 2023/05/25

  • Component versions are auto-incremented to 2.8.0 version.
  • Plugins team to ensure working CI in component repositories and merge the version increment PRs.
  • OpenSearch / OpenSearch-Dashboards core cut branch 2.8 early.
  • All component repos create 2.8 branch for the release.

Feature Freeze - Ends 2023/05/30

Code Complete - Ends 2023/05/30

Release testing - Starts 2023/05/31 - Ends 2023/06/02

  • Declare a release candidate build, and provide the instructions with the release candidates for teams on testing.
  • Stop builds for this version of OpenSearch and/or OpenSearch Dashboards in order to avoid accidental commits going in unknowingly. Restart only if necessary else manually run the build workflow and declare new release candidate.
  • After generate the release candidates, raise PR to lock input manifest refs of both OS and OSD builds with the commit ids from distribution manifest of the release candidates.
  • Sanity Testing (2023/06/01): Sanity testing and fixing of critical issues found by teams. Teams test their components within the distribution, ensuring integration, backwards compatibility, and perf tests pass.
  • Publish all test results in the comments of this issue.

Performance testing validation - Starts 2023/06/01 - Ends 2023/06/03

  • Performance tests do not show a regression.
  • Longevity tests do not show any issues.

Release - 2023/06/06

Post Release

  • Create release tags for each component (Jenkins job name: release-tag-creation).
  • Replace refs in manifests/2.8.0 with tags and remove checks.
  • If this is a major or minor version release, stop building previous patch version.
  • Generate distribution release notes reviewed by PM team for opensearch-build repository.
  • Increment version for Helm Charts (sample PR) for the 2.8.0 release.
  • Increment version for Ansible Charts (sample PR) for the 2.8.0 release.
  • Prepare for next patch release by incrementing patch versions for each component.
  • Update this template with any new or missed steps.
  • Create an issue for a retrospective, solicit feedback, and publish a summary.

Components

Replace with links to all component tracking issues.

GitHub issue custom search

Component Untriaged issues Issues tagged with 2.8.0
opensearch-project/OpenSearch#7664
opensearch-project/OpenSearch-Dashboards#4074
opensearch-project/alerting#927
opensearch-project/anomaly-detection#910
opensearch-project/asynchronous-search#286
opensearch-project/reporting#703
opensearch-project/dashboards-visualizations#186
opensearch-project/index-management#787
opensearch-project/job-scheduler#388
opensearch-project/k-NN#905
opensearch-project/performance-analyzer#449
opensearch-project/performance-analyzer-rca#372
opensearch-project/security-dashboards-plugin#1433
opensearch-project/security#2785
opensearch-project/sql#1646
opensearch-project/observability#1542
opensearch-project/alerting-dashboards-plugin#556
opensearch-project/notifications#681
opensearch-project/index-management-dashboards-plugin#749
opensearch-project/anomaly-detection-dashboards-plugin#488
opensearch-project/cross-cluster-replication#857
opensearch-project/common-utils#434
opensearch-project/geospatial#316
opensearch-project/ml-commons#903
opensearch-project/ml-commons-dashboards#188
opensearch-project/dashboards-maps#413
opensearch-project/dashboards-observability#477
opensearch-project/dashboards-reporting#117
opensearch-project/security-analytics#439
opensearch-project/neural-search#176
opensearch-project/security-analytics-dashboards-plugin#593
opensearch-project/dashboards-notifications#47
opensearch-project/dashboards-query-workbench#73
opensearch-project/opensearch-dashboards-functional-test#666
opensearch-project/dashboards-search-relevance#204
Legend

Symbol Meaning
🟢 On track with overall release
🟡 Missed last milestone
🔴 Missed multiple milestones

@github-actions github-actions bot added release untriaged Issues that have not yet been triaged v2.8.0 labels Apr 23, 2023
@rishabh6788 rishabh6788 removed the untriaged Issues that have not yet been triaged label Apr 25, 2023
@peterzhuamazon
Copy link
Member

peterzhuamazon commented May 17, 2023

Issues / Campaigns

We will see once release build occurs but seeing some issues were node 18 + localhost and cypress latest wasn’t playing nicely.
therefore some plugins (if not all) might need https://github.com/opensearch-project/opensearch-build/blob/main/manifests/2.8.0/opensearch-dashboards-2.8.0-test.yml#L13 to include server.host: 0.0.0.0 and an environment variable for baseUrl: 'http://0.0.0.0:5601/ but I recommended holding off any action until we get a test run.
More info:
https://github.com/cypress-io/github-action/issues/811

PRs:

more

2nd RC possibility:

3rd RC possibility:

@bbarani bbarani pinned this issue May 22, 2023
This was referenced May 22, 2023
@kavilla
Copy link
Member

kavilla commented Jun 1, 2023

Local test run on linux with security (with my node modules cached so some errors aren't accurate)

Rocky Test OSD with the Security
Spec                                              Tests  Passing  Failing  Pending  Skipped  
  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ ✔  common/dashboard_sample_data_spec.j        2ms        -        -        -        -        - │
  │    s                                                                                           │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  core-opensearch-dashboards/opensear      01:04        5        5        -        -        - │
  │    ch-dashboards/apps/vis_builder/basi                                                         │
  │    c.spec.js                                                                                   │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  core-opensearch-dashboards/opensear      00:37        4        4        -        -        - │
  │    ch-dashboards/apps/vis_builder/dash                                                         │
  │    board.spec.js                                                                               │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  core-opensearch-dashboards/opensear      00:37        4        4        -        -        - │
  │    ch-dashboards/apps/vis_builder/expe                                                         │
  │    rimental.spec.js                                                                            │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  core-opensearch-dashboards/opensear      00:24        1        1        -        -        - │
  │    ch-dashboards/apps/vis_builder/vis_                                                         │
  │    types/area.spec.js                                                                          │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  core-opensearch-dashboards/opensear      00:24        1        1        -        -        - │
  │    ch-dashboards/apps/vis_builder/vis_                                                         │
  │    types/bar.spec.js                                                                           │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  core-opensearch-dashboards/opensear      00:25        1        1        -        -        - │
  │    ch-dashboards/apps/vis_builder/vis_                                                         │
  │    types/line.spec.js                                                                          │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  core-opensearch-dashboards/opensear      00:24        1        1        -        -        - │
  │    ch-dashboards/apps/vis_builder/vis_                                                         │
  │    types/metric.spec.js                                                                        │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  core-opensearch-dashboards/opensear      00:29        1        1        -        -        - │
  │    ch-dashboards/apps/vis_builder/vis_                                                         │
  │    types/table.spec.js                                                                         │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  core-opensearch-dashboards/opensear      00:30        4        4        -        -        - │
  │    ch-dashboards/apps/vis_type_table/b                                                         │
  │    asic.spec.js                                                                                │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✖  core-opensearch-dashboards/opensear      03:55        9        4        5        -        - │
  │    ch-dashboards/apps/vis_type_table/d                                                         │
  │    ata.spec.js                                                                                 │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✖  core-opensearch-dashboards/opensear      01:53        4        2        2        -        - │
  │    ch-dashboards/apps/vis_type_table/e                                                         │
  │    mbed.spec.js                                                                                │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  core-opensearch-dashboards/opensear      01:02       11       11        -        -        - │
  │    ch-dashboards/apps/vis_type_table/o                                                         │
  │    ptions.spec.js                                                                              │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  core-opensearch-dashboards/opensear       35ms        7        -        -        7        - │
  │    ch-dashboards/apps/vis_type_table/s                                                         │
  │    plit.spec.js                                                                                │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  core-opensearch-dashboards/opensear      01:25       34       34        -        -        - │
  │    ch-dashboards/dashboard_sanity_test                                                         │
  │    _spec.js                                                                                    │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  core-opensearch-dashboards/opensear        2ms        -        -        -        -        - │
  │    ch-dashboards/datasource-management                                                         │
  │    -plugin/1_create_datasource.spec.js                                                         │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  core-opensearch-dashboards/opensear        1ms        -        -        -        -        - │
  │    ch-dashboards/datasource-management                                                         │
  │    -plugin/2_datasource_table.spec.js                                                          │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  core-opensearch-dashboards/opensear        1ms        -        -        -        -        - │
  │    ch-dashboards/datasource-management                                                         │
  │    -plugin/3_update_datasource.spec.js                                                         │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✖  core-opensearch-dashboards/vanilla-      02:21       38        1        2        -       35 │
  │    opensearch-dashboards/dashboard_fil                                                         │
  │    tering_spec.js                                                                              │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/alerting-dashboards-plugin/      02:07        3        3        -        -        - │
  │    acknowledge_alerts_modal_spec.js                                                            │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/alerting-dashboards-plugin/      03:21        5        5        -        -        - │
  │    alert_spec.js                                                                               │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/alerting-dashboards-plugin/      02:00        2        2        -        -        - │
  │    alerts_dashboard_flyout_spec.js                                                             │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/alerting-dashboards-plugin/      03:45        4        4        -        -        - │
  │    bucket_level_monitor_spec.js                                                                │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/alerting-dashboards-plugin/      03:27        6        6        -        -        - │
  │    cluster_metrics_monitor_spec.js                                                             │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/alerting-dashboards-plugin/      04:58        5        5        -        -        - │
  │    document_level_monitor_spec.js                                                              │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/alerting-dashboards-plugin/      05:30        8        8        -        -        - │
  │    query_level_monitor_spec.js                                                                 │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✖  plugins/anomaly-detection-dashboard      00:37        1        -        1        -        - │
  │    s-plugin/create_detector_spec.js                                                            │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/anomaly-detection-dashboard      01:03        8        8        -        -        - │
  │    s-plugin/dashboard_spec.js                                                                  │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✖  plugins/anomaly-detection-dashboard      847ms        5        -        1        -        4 │
  │    s-plugin/detector_configuration_spe                                                         │
  │    c.js                                                                                        │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/anomaly-detection-dashboard      01:10       11       11        -        -        - │
  │    s-plugin/detector_list_spec.js                                                              │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✖  plugins/anomaly-detection-dashboard      666ms        6        -        1        -        5 │
  │    s-plugin/historical_analysis_spec.j                                                         │
  │    s                                                                                           │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/anomaly-detection-dashboard      00:26        4        4        -        -        - │
  │    s-plugin/overview_spec.js                                                                   │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/anomaly-detection-dashboard      00:24        2        2        -        -        - │
  │    s-plugin/real_time_results_spec.js                                                          │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✖  plugins/anomaly-detection-dashboard      759ms        3        -        1        -        2 │
  │    s-plugin/sample_detector_spec.js                                                            │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/custom-import-map-dashboard      01:31        1        1        -        -        - │
  │    s/add_saved_object.spec.js                                                                  │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/custom-import-map-dashboard      02:20        2        2        -        -        - │
  │    s/documentsLayer.spec.js                                                                    │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/custom-import-map-dashboard      01:19        1        1        -        -        - │
  │    s/import_vector_map_tab.spec.js                                                             │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/custom-import-map-dashboard      01:53        1        1        -        -        - │
  │    s/opensearchMapLayer.spec.js                                                                │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/gantt-chart-dashboards/gant      03:11        9        9        -        -        - │
  │    t_ui.spec.js                                                                                │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/index-management-dashboards      02:35        7        7        -        -        - │
  │    -plugin/aliases.js                                                                          │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/index-management-dashboards      01:22        4        4        -        -        - │
  │    -plugin/create_index.js                                                                     │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/index-management-dashboards      01:33        6        6        -        -        - │
  │    -plugin/data_streams.js                                                                     │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/index-management-dashboards      00:28        1        1        -        -        - │
  │    -plugin/force_merge.js                                                                      │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/index-management-dashboards      04:46       13       13        -        -        - │
  │    -plugin/indices_spec.js                                                                     │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/index-management-dashboards      03:13        5        5        -        -        - │
  │    -plugin/managed_indices_spec.js                                                             │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/index-management-dashboards      00:49        2        2        -        -        - │
  │    -plugin/notification_settings.js                                                            │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/index-management-dashboards      01:44        5        5        -        -        - │
  │    -plugin/policies_spec.js                                                                    │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/index-management-dashboards      00:34        2        2        -        -        - │
  │    -plugin/refresh_index.js                                                                    │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/index-management-dashboards      01:50        3        3        -        -        - │
  │    -plugin/reindex_spec.js                                                                     │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/index-management-dashboards      00:49        3        3        -        -        - │
  │    -plugin/rollover.js                                                                         │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/index-management-dashboards      02:20        4        4        -        -        - │
  │    -plugin/rollups_spec.js                                                                     │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/index-management-dashboards      01:24        5        5        -        -        - │
  │    -plugin/split_index.js                                                                      │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/index-management-dashboards      01:40        4        4        -        -        - │
  │    -plugin/template_components.js                                                              │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/index-management-dashboards      01:19        3        3        -        -        - │
  │    -plugin/templates.js                                                                        │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/index-management-dashboards      02:21        4        4        -        -        - │
  │    -plugin/transforms_spec.js                                                                  │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✖  plugins/ml-commons-dashboards/overv      04:12        4        -        4        -        - │
  │    iew_spec.js                                                                                 │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/notifications-dashboards/1_      02:02       11       11        -        -        - │
  │    email_senders_and_groups.spec.js                                                            │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/notifications-dashboards/2_      02:56       13       13        -        -        - │
  │    channels.spec.js                                                                            │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/observability-dashboards/0_      00:25        1        1        -        -        - │
  │    before.spec.js                                                                              │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/observability-dashboards/1_      02:10        7        7        -        -        - │
  │    trace_analytics_dashboard.spec.js                                                           │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/observability-dashboards/2_      01:07        5        5        -        -        - │
  │    trace_analytics_services.spec.js                                                            │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/observability-dashboards/3_      00:49        4        4        -        -        - │
  │    trace_analytics_traces.spec.js                                                              │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✖  plugins/observability-dashboards/4_      01:55        7        6        1        -        - │
  │    panels.spec.js                                                                              │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✖  plugins/observability-dashboards/5_      02:22        4        3        1        -        - │
  │    event_analytics.spec.js                                                                     │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/observability-dashboards/6_      03:43       16       16        -        -        - │
  │    notebooks.spec.js                                                                           │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/observability-dashboards/7_      01:51        1        1        -        -        - │
  │    app_analytics.spec.js                                                                       │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/observability-dashboards/8_      192ms        1        1        -        -        - │
  │    after.spec.js                                                                               │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/query-workbench-dashboards/      02:06       20       20        -        -        - │
  │    ui.spec.js                                                                                  │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/reports-dashboards/01-creat      05:27       14       14        -        -        - │
  │    e.spec.js                                                                                   │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/reports-dashboards/02-edit.      01:42        3        3        -        -        - │
  │    spec.js                                                                                     │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/reports-dashboards/03-detai      02:31        6        6        -        -        - │
  │    ls.spec.js                                                                                  │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/reports-dashboards/04-downl      01:40        5        5        -        -        - │
  │    oad.spec.js                                                                                 │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/search-relevance-dashboards      00:32        1        1        -        -        - │
  │    /1_query_compare.spec.js                                                                    │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/security-analytics-dashboar      03:31        8        8        -        -        - │
  │    ds-plugin/1_detectors.spec.js                                                               │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✖  plugins/security-analytics-dashboar      01:13        3        -        1        -        2 │
  │    ds-plugin/2_rules.spec.js                                                                   │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/security-analytics-dashboar      02:42        8        8        -        -        - │
  │    ds-plugin/3_alerts.spec.js                                                                  │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/security-analytics-dashboar      02:42        6        6        -        -        - │
  │    ds-plugin/4_findings.spec.js                                                                │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/security-dashboards-plugin/        1ms        -        -        -        -        - │
  │    aggregation_view.js                                                                         │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/security-dashboards-plugin/      00:26        1        1        -        -        - │
  │    default_tenant.js                                                                           │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✖  plugins/security-dashboards-plugin/      01:12        1        -        1        -        - │
  │    inaccessible_tenancy_features.js                                                            │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/security-dashboards-plugin/      03:02        2        2        -        -        - │
  │    multi_tenancy.js                                                                            │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/security/audit_log_spec.js       00:34        4        4        -        -        - │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/security/auth_spec.js            00:17        2        2        -        -        - │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/security/get_started_spec.j      00:44        8        8        -        -        - │
  │    s                                                                                           │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✖  plugins/security/internalusers_spec      01:37        4        3        1        -        - │
  │    .js                                                                                         │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/security/permissions_spec.j      01:05        5        5        -        -        - │
  │    s                                                                                           │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/security/roles_spec.js           00:37        4        4        -        -        - │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  plugins/security/tenants_spec.js         00:29        2        2        -        -        - │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘
    ✖  13 of 88 failed (15%)                  2:21:44      464      387       22        7       48 

@rishabh6788
Copy link
Collaborator

rishabh6788 commented Jun 1, 2023

Product/ Version Architecture Description Instance Type Workload Index latency (p50) Index latencyp90 Index latencyp99 Index latencyp100 Index throughputp0 Index throughputp50 Index throughputp100 Ops Count Op Error Count Error Rate Query latencyp50 Query latencyp90 Query latencyp99 Query latencyp100 Query throughputp0 Query throughputp50 Query throughputp100 Ops Count Op Error Count Error Rate CPUp50 CPUp90 CPUp99 CPUp100 Memoryp50 Memoryp90 Memoryp99 Memoryp100 Old Young
2.8.0 x64 with_security m5.xlarge nyc_taxis / 2 warmupIterations / 3 testIterations 2,258.1 3,007.8 5,871.9 8,746.7 32,246 33,971.4 38,121.1 46,890 0 0 276.1 281.6 292 313.6 1.726 1.74 1.753 1,510 0 0 97 100 100 100 53 66 78.65 93 0 1,238,141
2.8.0 x64 without_security m5.xlarge nyc_taxis / 2 warmupIterations / 3 testIterations 2,160.6 2,881.2 5,637.9 9,982.8 33,564.6 35,734.3 40,595.5 46,742 0 0 285.5 292.7 302.4 309.7 1.727 1.741 1.756 1,510 0 0 97 99 100 100 50.75 65 91.38 97 0 1,053,492
Comparison         4.32% 4.21% 3.99% -14.13% 4.09% 5.19% 6.49%       -3.40% -3.94% -3.56% 1.24% 0.06% 0.06% 0.17%                          
Product/ Version Architecture Description Instance Type Workload Index latency (p50) Index latencyp90 Index latencyp99 Index latencyp100 Index throughputp0 Index throughputp50 Index throughputp100 Ops Count Op Error Count Error Rate Query latencyp50 Query latencyp90 Query latencyp99 Query latencyp100 Query throughputp0 Query throughputp50 Query throughputp100 Ops Count Op Error Count Error Rate CPUp50 CPUp90 CPUp99 CPUp100 Memoryp50 Memoryp90 Memoryp99 Memoryp100 Old Young
2.8.0 arm64 with_security m6g.xlarge nyc_taxis / 2 warmupIterations / 3 testIterations 1,710.3 2,275.4 4,314.7 6,987.6 42,197.8 44,490.6 48,768 46,102 0 0 409.9 422.1 430.2 435.3 1.725 1.739 1.753 1,510 0 0 96 98 100 100 53 67 88.04 93 0 996,946
2.8.0 arm64 without_security m6g.xlarge nyc_taxis / 2 warmupIterations / 3 testIterations 1,564.4 2,090.7 4,112.6 7,385.6 46,324.5 48,112.4 52,931.5 45,820 0 0 327.8 337.1 342.5 350 1.731 1.743 1.756 1,510 0 0 96 98 100 100 48 64 92.04 95 0 848,496
Product/ Version Architecture Description Instance Type Workload Index latency (p50) Index latencyp90 Index latencyp99 Index latencyp100 Index throughputp0 Index throughputp50 Index throughputp100 Ops Count Op Error Count Error Rate Query latencyp50 Query latencyp90 Query latencyp99 Query latencyp100 Query throughputp0 Query throughputp50 Query throughputp100 Ops Count Op Error Count Error Rate CPUp50 CPUp90 CPUp99 CPUp100 Memoryp50 Memoryp90 Memoryp99 Memoryp100 Old Young
2.7.0 x64 with_security m5.xlarge nyc_taxis / 2 warmupIterations / 3 testIterations 2,318.4 3,065.2 5,775.2 9,499 31,751 33,313.5 37,468.2 46,931 0 0 296.4 310.9 326.3 337 1.724 1.739 1.753 1510 0 0 97 99 100 100 53 66 87.14 94 0 1,220,516
2.8.0 x64 with_security m5.xlarge nyc_taxis / 2 warmupIterations / 3 testIterations 2,258.1 3,007.8 5,871.9 8,746.7 32,246 33,971.4 38,121.1 46,890 0 0 276.1 281.6 292 313.6 1.726 1.74 1.753 1,510 0 0 97 100 100 100 53 66 78.65 93 0 1,238,141
Comparison         2.60% 1.87% -1.67% 7.92% 1.56% 1.97% 1.74%       6.85% 9.42% 10.51% 6.94% 0.12% 0.06% 0.00%                          
Product/ Version Architecture Description Instance Type Workload Index latency (p50) Index latencyp90 Index latencyp99 Index latencyp100 Index throughputp0 Index throughputp50 Index throughputp100 Ops Count Op Error Count Error Rate Query latencyp50 Query latencyp90 Query latencyp99 Query latencyp100 Query throughputp0 Query throughputp50 Query throughputp100 Ops Count Op Error Count Error Rate CPUp50 CPUp90 CPUp99 CPUp100 Memoryp50 Memoryp90 Memoryp99 Memoryp100 Old Young
2.7.0 x64 without_security m5.xlarge nyc_taxis / 2 warmupIterations / 3 testIterations 2,170.8 2,916.6 5,512.7 9,747.3 33,671.9 35,557 39,831.6 46,783 0 0 277.3 282.9 290 300.2 1.716 1.734 1.752 1510 0 0 97 100 100 100 51 63 88 94 0 1,037,614
2.8.0 x64 without_security m5.xlarge nyc_taxis / 2 warmupIterations / 3 testIterations 2,160.6 2,881.2 5,637.9 9,982.8 33,564.6 35,734.3 40,595.5 46,742 0 0 285.5 292.7 302.4 309.7 1.727 1.741 1.756 1,510 0 0 97 99 100 100 50.75 65 91.38 97 0 1,053,492
Comparison         0.47% 1.21% -2.27% -2.42% -0.32% 0.50% 1.92%       -2.96% -3.46% -4.28% -3.16% 0.64% 0.40% 0.23%                          
Product/ Version Architecture Description Instance Type Workload Index latency (p50) Index latencyp90 Index latencyp99 Index latencyp100 Index throughputp0 Index throughputp50 Index throughputp100 Ops Count Op Error Count Error Rate Query latencyp50 Query latencyp90 Query latencyp99 Query latencyp100 Query throughputp0 Query throughputp50 Query throughputp100 Ops Count Op Error Count Error Rate CPUp50 CPUp90 CPUp99 CPUp100 Memoryp50 Memoryp90 Memoryp99 Memoryp100 Old Young
2.7.0 arm64 with_security m6g.xlarge nyc_taxis / 2 warmupIterations / 3 testIterations 1,741.8 2,336.1 4,227.1 6,758.6 41,226.7 42,941.1 46,643.1 46,281 0 0 317.8 331 334.3 407.8 1.718 1.735 1.749 1510 0 0 95.667 98.8 100 100 52 66 76.72 88 0 968,100
2.8.0 arm64 with_security m6g.xlarge nyc_taxis / 2 warmupIterations / 3 testIterations 1,710.3 2,275.4 4,314.7 6,987.6 42,197.8 44,490.6 48,768 46,102 0 0 409.9 422.1 430.2 435.3 1.725 1.739 1.753 1,510 0 0 96 98 100 100 53 67 88.04 93 0 996,946
Comparison         1.81% 2.60% -2.07% -3.39% 2.36% 3.61% 4.56%       -28.98% -27.52% -28.69% -6.74% 0.41% 0.23% 0.23%                          
Product/ Version Architecture Description Instance Type Workload Index latency (p50) Index latencyp90 Index latencyp99 Index latencyp100 Index throughputp0 Index throughputp50 Index throughputp100 Ops Count Op Error Count Error Rate Query latencyp50 Query latencyp90 Query latencyp99 Query latencyp100 Query throughputp0 Query throughputp50 Query throughputp100 Ops Count Op Error Count Error Rate CPUp50 CPUp90 CPUp99 CPUp100 Memoryp50 Memoryp90 Memoryp99 Memoryp100 Old Young
2.7.0 arm64 without_security m6g.xlarge nyc_taxis / 2 warmupIterations / 3 testIterations 1,649.4 2,232.5 4,155.6 7,537 43,950.6 45,584.2 49,754.1 46,048 0 0 331.7 372.7 377.9 383.7 1.727 1.741 1.756 1510 0 0 96 98 100 100 49 64 85.6 95 0 816,604
2.8.0 arm64 without_security m6g.xlarge nyc_taxis / 2 warmupIterations / 3 testIterations 1,564.4 2,090.7 4,112.6 7,385.6 46,324.5 48,112.4 52,931.5 45,820 0 0 327.8 337.1 342.5 350 1.731 1.743 1.756 1,510 0 0 96 98 100 100 48 64 92.04 95 0 848,496
Comparison         5.15% 6.35% 1.03% 2.01% 5.40% 5.55% 6.39%       1.18% 9.55% 9.37% 8.78% 0.23% 0.11% 0.00%                          

@Hailong-am
Copy link

see reindex may have some issue with the docker image , opensearch-project/OpenSearch#7878

@peterzhuamazon
Copy link
Member

All integTests are either passing or have plugin owner sign off manually.a

@rishabh6788
Copy link
Collaborator

rishabh6788 commented Jun 6, 2023

Native plugin installation working fine.

dev-dsk-sngri-1c-8de54c16 % bin/opensearch-plugin install discovery-ec2
-> Installing discovery-ec2
-> Downloading discovery-ec2 from opensearch
[=================================================] 100%
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@     WARNING: plugin requires additional permissions     @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
* java.lang.RuntimePermission accessDeclaredMembers
* java.lang.RuntimePermission getClassLoader
* java.lang.reflect.ReflectPermission suppressAccessChecks
* java.net.SocketPermission * connect,resolve
See http://docs.oracle.com/javase/8/docs/technotes/guides/security/permissions.html
for descriptions of what these permissions allow and the associated risks.

Continue with installation? [y/N]y
-> Installed discovery-ec2 with folder name discovery-ec2
dev-dsk-sngri-1c-8de54c16 % bin/opensearch-plugin install repository-s3
-> Installing repository-s3
-> Downloading repository-s3 from opensearch
[=================================================] 100%
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@     WARNING: plugin requires additional permissions     @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
* java.lang.RuntimePermission accessDeclaredMembers
* java.lang.RuntimePermission getClassLoader
* java.lang.reflect.ReflectPermission suppressAccessChecks
* java.net.NetPermission setDefaultAuthenticator
* java.net.SocketPermission * connect,resolve
* java.util.PropertyPermission opensearch.allow_insecure_settings read,write
See http://docs.oracle.com/javase/8/docs/technotes/guides/security/permissions.html
for descriptions of what these permissions allow and the associated risks.

Continue with installation? [y/N]y
-> Installed repository-s3 with folder name repository-s3

@peterzhuamazon
Copy link
Member

We have officially released 2.8.0 version on 2023/06/06:

Thanks.

@peterzhuamazon
Copy link
Member

Since 2.8.0 is released to the public and the retro is completed.
We will close this issue now.

Thanks.

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

No branches or pull requests

5 participants