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

Ftr: move task pool to endpoint layer #879

Merged
merged 8 commits into from
Jan 5, 2021

Conversation

watermelo
Copy link
Member

What this PR does:

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?:


@watermelo watermelo changed the title feat: move task pool to endpoint layer Ftr: move task pool to endpoint layer Nov 15, 2020
@watermelo
Copy link
Member Author

watermelo commented Nov 15, 2020

Related PR:
dubbogo/gost#35
apache/dubbo-getty#50

@codecov-io
Copy link

codecov-io commented Dec 5, 2020

Codecov Report

Merging #879 (1c1c7d3) into develop (e308e19) will decrease coverage by 0.05%.
The diff coverage is 76.19%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #879      +/-   ##
===========================================
- Coverage    59.91%   59.85%   -0.06%     
===========================================
  Files          261      261              
  Lines        12912    12884      -28     
===========================================
- Hits          7736     7712      -24     
+ Misses        4224     4218       -6     
- Partials       952      954       +2     
Impacted Files Coverage Δ
registry/etcdv3/service_discovery.go 17.59% <0.00%> (ø)
...gistry/event/event_publishing_service_discovery.go 45.71% <ø> (ø)
registry/file/service_discovery.go 45.74% <ø> (ø)
remoting/getty/getty_server.go 45.83% <60.00%> (+3.86%) ⬆️
remoting/getty/pool.go 66.82% <85.71%> (-1.91%) ⬇️
registry/consul/service_discovery.go 73.33% <100.00%> (ø)
registry/nacos/service_discovery.go 64.13% <100.00%> (ø)
registry/zookeeper/service_discovery.go 81.20% <100.00%> (ø)
remoting/getty/getty_client.go 44.30% <100.00%> (+2.32%) ⬆️
filter/filter_impl/metrics_filter.go 87.50% <0.00%> (-12.50%) ⬇️
... and 5 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e308e19...8d0ccff. Read the comment docs.

@AlexStocks
Copy link
Contributor

pls update dubbo-getty to v1.4.1

}

if s.conf.GrPoolSize != 0 {
Copy link
Member

Choose a reason for hiding this comment

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

!= 0 ?what about < 0? Is that a right logic?

@AlexStocks AlexStocks force-pushed the develop branch 4 times, most recently from 70eb671 to a276be8 Compare January 2, 2021 19:34
@AlexStocks AlexStocks force-pushed the develop branch 20 times, most recently from 9ef971c to f11f1f9 Compare January 4, 2021 14:53
@AlexStocks AlexStocks merged commit ded3c49 into apache:develop Jan 5, 2021
AlexStocks added a commit that referenced this pull request Apr 14, 2021
Ftr: move task pool to endpoint layer
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.

None yet

6 participants