-
Notifications
You must be signed in to change notification settings - Fork 48
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
Смирнов Андрей ИТМО КТ Stage 5 #181
Merged
Merged
Changes from all commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
33dec72
added first realization
sandrew-uj 4ed27a3
added wrk2
sandrew-uj 215a47c
remove long line
sandrew-uj b4630db
style fix
sandrew-uj 62ee00a
style fix1
sandrew-uj 474f3f0
added profiling
sandrew-uj 2cd4f41
Merge branch 'main' into main
daniil-ushkov ea708bc
Merge branch 'main' into main
daniil-ushkov 6197f2f
Merge branch 'polis-vk:main' into main
sandrew-uj 11f2f3f
added stage 2
sandrew-uj 8ba7877
Merge branch 'main' into main
incubos 508c025
codeclimate fix + stage2.md
sandrew-uj a10c6db
Merge remote-tracking branch 'origin/main'
sandrew-uj a0aa716
codeclimate fix1
sandrew-uj dd51faa
Merge branch 'main' into main
sandrew-uj a3d2c05
fixes in code provided
sandrew-uj b4e208a
codeclimate fix + added comparing
sandrew-uj cf7c014
images in md added
sandrew-uj d816a3a
Merge branch 'main' into main
sandrew-uj dcdc8d2
executor fix
sandrew-uj fabb285
style fix
sandrew-uj 9b5f96d
added first realization
sandrew-uj 3673f33
added better stage readme
sandrew-uj 506da2d
Merge branch 'main' into main
sandrew-uj 7da5b8e
fixes with asyncSend
sandrew-uj 1deba38
Merge branch 'main' into main
sandrew-uj f916e7e
removed unused implements
sandrew-uj 0023be5
Merge remote-tracking branch 'origin/main'
sandrew-uj fce0383
removed unused import
sandrew-uj 2d05f98
Merge branch 'main' into stage4
sandrew-uj 3895f6e
added realization
sandrew-uj f4b18fd
fixes
sandrew-uj 31eef05
tests passed
sandrew-uj 7a7bdf5
style fix
sandrew-uj 8b125f3
Merge branch 'main' into stage4
sandrew-uj 0fa4876
style fix1
sandrew-uj 906f9e3
Merge remote-tracking branch 'origin/stage4' into stage4
sandrew-uj 8fd039f
style fix2
sandrew-uj 3ab4bca
flopping
sandrew-uj a5f3699
flopping1
sandrew-uj fe005fd
Merge branch 'polis-vk:main' into main
sandrew-uj 359ca1b
Merge branch 'main' into stage4
sandrew-uj 745c99f
added first realization
sandrew-uj b103ff5
codeclimate fix
sandrew-uj 7a2d010
Merge branch 'main' into s5
sandrew-uj 33303de
codeclimate fix1
sandrew-uj 7b503fa
codeclimate fix2
sandrew-uj 9877d83
Merge branch 'main' into s5
incubos 9007e40
changes provided and readme added
fe3810b
codeclimate fix
60e8b9e
Merge branch 'main' into s5
sandrew-uj 63f606d
Merge branch 'main' into s5
sandrew-uj 4466032
build rollback
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
На каком пуле потоков выполняются запросы к другим репликам?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
На том же, что задается вот в этой строчке
this.executor = new MyExecutor(corePoolSize, availableProcessors);
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Но ведь при создании HttpClient в него не передается никакой executor. Соответственно, будет создан отдельный вот тут
Или я что-то не заметил?