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

BE-834 Fix memory leak issue of sync process #206

Merged
merged 3 commits into from
Dec 11, 2020

Conversation

nekia
Copy link
Contributor

@nekia nekia commented Dec 11, 2020

https://jira.hyperledger.org/browse/BE-834

Also recreated a new unit test suite for server backend (FabricGateway.ts)
We can run the unit test with the following:

cd blockchain-explorer
npm install
npm run test
  • This is the work item for BE-837

Changed to keep a discovery service instance after initializing it at
the boot phase.

Signed-off-by: Atsushi Neki <nekiaiken@gmail.com>
Signed-off-by: Atsushi Neki <nekiaiken@gmail.com>
Signed-off-by: Atsushi Neki <nekiaiken@gmail.com>
@nekia nekia changed the title BE-834 memory leak BE-834 Fix memory leak issue of sync process Dec 11, 2020
@sonarcloud
Copy link

sonarcloud bot commented Dec 11, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link
Contributor

@JeevaSang JeevaSang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.
Thank you!

@JeevaSang JeevaSang merged commit ed36c28 into hyperledger-labs:master Dec 11, 2020
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.

2 participants