Ethereal-O opened a new pull request, #328: URL: https://github.com/apache/incubator-hugegraph-computer/pull/328
## Purpose of the PR - close #327 Use configurable options to configure the size of start_chan add error handling at the same time. Solve problem below: `The default size of startChan is 10 and cannot be changed. The queue size may need to be manually configured by users to reduce congestion.` ## Main Changes - Add a configuration item named start_chan_size to the master. - Add error rollback mechanism so that default options can still be used in case of configuration errors. - Remind the user that they have reverted back to the default options when an exception occurs. ## Does this PR potentially affect the following parts? <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. --> - [ ] Nope - [ ] Dependencies (add/update license info) <!-- Don't forget to add/update the info in "LICENSE" & "NOTICE" files (both in root & dist module) --> - [ x ] Modify configurations - [ ] The public API - [ ] Other affects (typed here) ## Documentation Status <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. --> - [ x ] `Doc - TODO` <!-- Your PR changes impact docs and you will update later --> - [ ] `Doc - Done` <!-- Related docs have been already added or updated --> - [ ] `Doc - No Need` <!-- Your PR changes don't impact/need docs --> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
