-
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
Тимофеев Кирилл, ИТМО DWS, Stage 5 #171
Conversation
# Conflicts: # src/main/java/ru/vk/itmo/test/timofeevkirill/ApplicationServer.java # src/main/java/ru/vk/itmo/test/timofeevkirill/Settings.java # src/main/java/ru/vk/itmo/test/timofeevkirill/TimofeevServer.java # src/main/java/ru/vk/itmo/test/timofeevkirill/TimofeevService.java
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.
The PR diff size of 114683 lines exceeds the maximum allowed for the inline comments feature.
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.
The PR diff size of 114683 lines exceeds the maximum allowed for the inline comments feature.
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.
The PR diff size of 114683 lines exceeds the maximum allowed for the inline comments feature.
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.
The PR diff size of 114683 lines exceeds the maximum allowed for the inline comments feature.
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.
Есть существенные замечания и вопросы, в т.ч. к отчёту -- ждём исправлений.
src/main/java/ru/vk/itmo/test/timofeevkirill/reference/MergeHandleResult.java
Outdated
Show resolved
Hide resolved
src/main/java/ru/vk/itmo/test/timofeevkirill/reference/ReferenceServer.java
Outdated
Show resolved
Hide resolved
src/main/java/ru/vk/itmo/test/timofeevkirill/reference/ReferenceServer.java
Outdated
Show resolved
Hide resolved
src/main/java/ru/vk/itmo/test/timofeevkirill/reference/ReferenceServer.java
Outdated
Show resolved
Hide resolved
src/main/java/ru/vk/itmo/test/timofeevkirill/reference/ReferenceServer.java
Outdated
Show resolved
Hide resolved
src/main/java/ru/vk/itmo/test/timofeevkirill/results/task5/readme.md
Outdated
Show resolved
Hide resolved
src/main/java/ru/vk/itmo/test/timofeevkirill/results/task5/readme.md
Outdated
Show resolved
Hide resolved
src/main/java/ru/vk/itmo/test/timofeevkirill/results/task5/readme.md
Outdated
Show resolved
Hide resolved
Исправил замечания. По отчету действительно были проблемы, тк получилось снять аномальные профили и не было достаточно времени, чтобы анализировать проблемы. Частично это связано с тем, что для синхронной реализации пришлось заново собирать профили, что требует доп. времени на этапе. |
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.
The PR diff size of 114705 lines exceeds the maximum allowed for the inline comments feature.
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.
The PR diff size of 114704 lines exceeds the maximum allowed for the inline comments feature.
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.
The PR diff size of 114704 lines exceeds the maximum allowed for the inline comments feature.
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.
10 баллов.
SchedulableTask.run() - по идее класс отвечает за постановку задач в очередь на потоки. Насколько я понимаю, он помогает | ||
в обработке цепочек в completable future. Единственное, чего я не понимаю - это почему он такой же большой для sync флейм графа. | ||
|
||
Появился ForkJoinWorkerThread. Он отвечает за выполнение ForkJoinTask CompletableFuture. |
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.
Откуда этот FJP? Он нам нужен? Можем от него избавиться? Запускать свои задачи в common default FJP так себе идея.
Ready