SDC 7/12/2021 weekly meeting report

Date Jul 12, 2021 

Meeting Logistics

Day

Time

Meeting ID

Zoom Link

Join by phone

Monday

[sdc] Team ONAP3, Mon UTC 11:00 / China 19:00 / Eastern 06:00 / Pacific 03:00

https://lists.onap.org/g/onap-meetings/calendar

See Groups.io calendar invite

See Groups.io Calendar Invite

Note that a Waiting room has been added to the meeting room, the host will let you join once identified

Meeting Attendees

@Michael Morris

@Vasyl Razinkov

@Krupa Nagabhushan

@André Schmid

@Tomasz Wróbel

@Anderson Ribeiro

@Gervais-Martial Ngueko

 

Agenda & Minutes

Review open action items from last week

Agenda

Minutes (Draft to be updated during call)

Slides

JIRA Updates

  • High priority defects

  • Open Reviews

  • Defects & tasks backlog

  • Current Release progress : H release

  • Others

 

High priority defects :

 

type key summary assignee reporter priority status resolution created updated due
Loading...
Refresh

  • Other High priority ticket to discuss ?

Open Reviews :

Important : for new features, please provide explanation of changes and API/UI/unit testing, it is also advised to present changes at SDC weekly

 

Defect & Tasks Backlog (no update this week):

 

type key summary assignee reporter priority status resolution created updated due
Loading...
Refresh

 

  • Use the AID (Architecture Integration DocumentSDC Data model also for new comers

 

Others:

 

3 new GR being reviewed for Istanbul and 1 BP :

 

  1. Promote to Global Requirement: CONTINUATION OF PACKAGES UPGRADES IN DIRECT DEPENDENCIES, SECCOM to provide recommendations

    Updates in progress : SDC-3572: Update Vulnerable package dependencies for I releaseClosed

  1. Promote to Global Requirement: CONTINUATION OF CII BADGING SCORE IMPROVEMENTS FOR GOLD LEVEL, target is to reach silver level more info : CII Badging Program

  2. IPV4/V6 support : should be no issue for SDC (tested daily by Nokia Lab)

  3. Promote to Best Practice: LOGS MANAGEMENT - PHASE 1: COMMON PLACE FOR DATA → use STDOUT as output for logs in Logback conf as a first step

 

2 new Best Practices approved by TSC for Jakarta:

REQ-399: ONAP Projects dealing with GUI must provide GUI test suitesTo Do

REQ-396: Clearly split ONAP code and use case code To Do

 

 

SDC performance issue

During H release Stability testing for SDC, it was noticed that performance decreases over time, up to the point where onboarding is not successful

Not had time to investigate logs yet but saw some exceptions happening

Test details and logs can be found here :

INT-1912: SDC Stability test: success rate drops after ~ 500 onboardingIn Progress

Jul 5, 2021 

Cassandra configuration changes in stability tests resulted in significant improvement with success rate in excess of 90%. Remaining failures are likely to be due to timing issues

Duration per request increases as DB becomes more loaded. 

Patchset to be pushed with new configuration and to expose configuration through helm charts to enable tunning where required.

Test results: https://logs.onap.org/onap-integration/weekly/onap_weekly_pod4_master/2021-06/28_21-34/stability/results_sdc_5_24h/onaptests_bench.html

Jul 12, 2021 

Review push for exposing the configuration 

https://gerrit.onap.org/r/c/sdc/+/122516

 

Intermittent distribution failures in Gating

Intermittent failures in distribution causing Gating to fail. Was previously investigated, what is the current status?

 

Following issue reported during onboarding which can lead to distribution failures but the issue is in the onboarding: 

SDC-3508: VF reported as available then not foundClosed

Suspected to be caused by consistency issue between cassandra nodes. Changes to consistent settings in cassandra has been suggested by Orange that may resolve this issue

Jul 5, 2021 

Priority likely to be lowered, failures due to concurrent requests to cassandra 

 

Important Jira tasks we need to pick up

 

Long Term tasks

INCREASE SONAR Coverage and lower SONAR bugs

We've noticed a growth of SONAR issues and coverage is getting lower,

https://sonarcloud.io/dashboard?id=onap_sdc

Stats are computed only on Merged code, it would be good for contributors to :

1) Enable Sonar plugins in IDE try to fix issues before they get in

2) To reduce issues, we could try and run through module per module (divide and conquer approach)

3) other ideas ?

4) Coverage is back up to 55.3%

  • Reduce line of codes (unused code)

  • Increase testing

  • Use LomBok to cover getter setter

  • You can see where coverage per module in sonar views

Other long term tasks

 

 

Security issues

type key summary assignee reporter priority status resolution created updated due
Loading...
Refresh

https://lf-onap.atlassian.net/browse/OJSI-94

This issue significantly impact SDC APIs, since SDC does not have password and has to defer request to portal/aaf. PORTAL provides credentials validation API so that SDC can check users - will see if we have time to do something about these.

Changes presented to SECCOM and they agreed on current progress.

Parking this topic until further updates.

Exemption was previously requested from SECCOM. Solution may cause big impact in sdc-wfd-fe.

Jun 21, 2021 

@Xue Gao have confirmed this significantly impacts SDC, and the changes must be studied and planned properly.

Added as a risk in the Istanbul release as we do not have resources to commit in fixing the issue: Istanbul Risks.

 

 

Intermittent Integration Tests

UI Tests Jun 14, 2021 

Tooltip problem:

 

Unknown timeout exception: https://logs.onap.org/production/vex-yul-ecomp-jenkins-1/sdc-integration-tests-master-verify-java/650/integration-tests/target/ExtentReport/UI/SDC_UI_Extent_Report.html.gz

 

Startup Jun 14, 2021 

sdc-backend-init error:

https://jenkins.onap.org/job/sdc-integration-tests-master-verify-java/670/console

[ERROR] Failed to execute goal io.fabric8:docker-maven-plugin:0.31.0:start (docker-start-for-it) on project sdc-integration-tests: I/O Error: [onap/sdc-backend-init:latest] "sdc-backend-init": Container stopped with exit code 0 unexpectedly after 541089 ms while waiting on log out 'Chef Client finished' -> [Help 1]

 

 

Build issues

Jun 14, 2021 

NPM / YARN issue:

https://jenkins.onap.org/job/sdc-integration-tests-master-verify-java/671/console

[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.8.0:install-node-and-yarn (install node and yarn) on project onboarding-fe: Could not extract the Node archive: Could not extract archive: '/home/jenkins/.m2/repository/com/github/eirslett/node/10.17.0/node-10.17.0-linux-x64.tar.gz': EOFException -> [Help 1]

Jun 21, 2021 

@Vasyl Razinkov has opened a ticket on LFN related to it: https://jira.linuxfoundation.org/plugins/servlet/theme/portal/2/IT-22249

There is a work in progress to update Node/NPM dependencies (@Vasyl Razinkov): SDC-3600: Update node/npm dependenciesClosed

Jul 5, 2021 

Patchset merged in today, monitor result of patchset

Jul 12, 2021 

New issue seen with maven version preventing all builds from succeeding. LF ticket created:

https://jira.linuxfoundation.org/plugins/servlet/theme/portal/2/IT-22401

 

Q&A

If you have time, pay attention to SDC mailing list and Slack channel questions

 

 

Action Items

 

 

Slack Channel: #SDC on LFN ONAP.org Slack instance (onapproject.slack.com)

 

SDC Dev lab on Windriver:

ssh ubuntu@10.12.6.10 (with onap key)

10.12.6.10 - LAb is installed with latest release (SDC 1.8.4) on helm 3 and K8s 1.19

 new wiki entry if you want to build a lab of your own : Deploy OOM and SDC (or ONAP) on a single VM with microk8s - Honolulu Setup

 

Recording

Chat