-
Notifications
You must be signed in to change notification settings - Fork 737
Fix typos #1
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
Merged
Merged
Fix typos #1
Conversation
This file contains hidden or 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
robot-piglet
pushed a commit
that referenced
this pull request
Jul 1, 2023
Deleted run_script_actor/ut/ Fixed issues #1 iter
robot-piglet
pushed a commit
that referenced
this pull request
Oct 20, 2023
…inter'
```
#0 0x23d0d55b in GetSchemePrefixSize(TBasicStringBuf<char, std::__y1::char_traits<char> >) /home/vmordovin/src/arcadia/fuse/arcadia/library/cpp/string_utils/url/url.cpp:111:11
#1 0x23d0ce99 in GetSchemeHostAndPort(TBasicStringBuf<char, std::__y1::char_traits<char> >, bool, bool) /home/vmordovin/src/arcadia/fuse/arcadia/library/cpp/string_utils/url/url.cpp:173:31
#2 0x23d0da8b in NUrl::SplitUrlToHostAndPath(TBasicStringBuf<char, std::__y1::char_traits<char> >) /home/vmordovin/src/arcadia/fuse/arcadia/library/cpp/string_utils/url/url.cpp:68:27
#3 0x23d0da8b in SplitUrlToHostAndPath(TBasicStringBuf<char, std::__y1::char_traits<char> >, TBasicStringBuf<char, std::__y1::char_traits<char> >&, TBasicStringBuf<char, std::__y1::char_traits<char> >&) /hom
e/vmordovin/src/arcadia/fuse/arcadia/library/cpp/string_utils/url/url.cpp:201:31
#4 0x2c0d8715 in NReportSnippets::SplitGreenUrl(NSc::TValue&, TBasicStringBuf<char, std::__y1::char_traits<char> >, TBasicStringBuf<char, std::__y1::char_traits<char> >) /home/vmordovin/src/arcadia/fuse/arca
dia/search/web/util/report_snippets/report_snippets.cpp:50:5
#5 0x2363d63b in (anonymous namespace)::TReportSnippetGenericContext::ProcessGrouping(TMetaGrouping&, TGroupingIndex const&, IMetaRearrangeContext::TRearrangeParams const&) /home/vmordovin/src/arcadia/fuse/a
rcadia/search/web/rearrange/rep_snip_generic/generic.cpp:129:21
...
```
Alnen
added a commit
to Alnen/ydb
that referenced
this pull request
Jan 30, 2024
Alnen
added a commit
to Alnen/ydb
that referenced
this pull request
Jan 30, 2024
Alnen
added a commit
to Alnen/ydb
that referenced
this pull request
Jan 31, 2024
Alnen
added a commit
to Alnen/ydb
that referenced
this pull request
Jan 31, 2024
Alnen
added a commit
to Alnen/ydb
that referenced
this pull request
Feb 14, 2024
Alnen
added a commit
to Alnen/ydb
that referenced
this pull request
Feb 16, 2024
Alnen
added a commit
to Alnen/ydb
that referenced
this pull request
Feb 16, 2024
robot-piglet
pushed a commit
that referenced
this pull request
Mar 20, 2024
https://github.com/yandex/toolchain-registry/releases/tag/clang16-v1 2ab31da8d0f6fc7d9e5ea14cbe2a247516679f4f
This was referenced Mar 29, 2024
Merged
This was referenced Apr 4, 2024
Merged
ya-ksgamora
pushed a commit
to ya-ksgamora/ydb
that referenced
this pull request
May 29, 2025
This was referenced Jun 3, 2025
asmyasnikov
added a commit
that referenced
this pull request
Jun 6, 2025
Enabled `view` grpc service and feature flag `enable_views`
ya-ksgamora
added a commit
to ya-ksgamora/ydb
that referenced
this pull request
Jun 17, 2025
robot-piglet
pushed a commit
that referenced
this pull request
Jun 25, 2025
commit_hash:5b246144e81555f1bc12b2c8ca111e351dcd5ed7
robot-piglet
pushed a commit
that referenced
this pull request
Jul 28, 2025
https://github.com/yandex/toolchain-registry/releases/tag/clang20-v1 commit_hash:c4ed5a7b8a5529269a0fd2fc59e360964306e789
pzuev
pushed a commit
to pzuev/ydb
that referenced
this pull request
Aug 14, 2025
pzuev
pushed a commit
to pzuev/ydb
that referenced
this pull request
Aug 14, 2025
RFC for a new sdk method to describe system views
PavelEfarinov
pushed a commit
to PavelEfarinov/ydb
that referenced
this pull request
Aug 18, 2025
https://github.com/yandex/toolchain-registry/releases/tag/clang20-v1 commit_hash:c4ed5a7b8a5529269a0fd2fc59e360964306e789
maVovk
referenced
this pull request
in maVovk/ydb
Aug 19, 2025
https://github.com/yandex/toolchain-registry/releases/tag/clang20-v1 commit_hash:c4ed5a7b8a5529269a0fd2fc59e360964306e789
robot-piglet
pushed a commit
that referenced
this pull request
Sep 24, 2025
```
WARNING: ThreadSanitizer: data race (pid=123179)
Read of size 8 at 0x0000065aad98 by thread T14:
#0 NSystemInfo::CachedNumberOfCpus() util/system/info.cpp:241:10 (taxi-uservices-userver-core-tests+0x4155bba)
#1 engine::(anonymous namespace)::TaskProcessorThreadStartedHook() userver/core/src/engine/task/task_processor.cpp:100:15 (taxi-uservices-userver-core-tests+0x5306bc8)
#2 engine::TaskProcessor::PrepareWorkerThread(unsigned long) userver/core/src/engine/task/task_processor.cpp:347:5 (taxi-uservices-userver-core-tests+0x5306bc8)
```
The change on a hot path is equivalent to the previously compiler generated x86 code (just a `load` instruction). On other platforms this could actually fix a data race.
commit_hash:acb1fe1b8f3075cc27b18aab4f1bd0b88292c270
AlexanderShprot
pushed a commit
to AlexanderShprot/ydb
that referenced
this pull request
Sep 25, 2025
```
WARNING: ThreadSanitizer: data race (pid=123179)
Read of size 8 at 0x0000065aad98 by thread T14:
#0 NSystemInfo::CachedNumberOfCpus() util/system/info.cpp:241:10 (taxi-uservices-userver-core-tests+0x4155bba)
ydb-platform#1 engine::(anonymous namespace)::TaskProcessorThreadStartedHook() userver/core/src/engine/task/task_processor.cpp:100:15 (taxi-uservices-userver-core-tests+0x5306bc8)
ydb-platform#2 engine::TaskProcessor::PrepareWorkerThread(unsigned long) userver/core/src/engine/task/task_processor.cpp:347:5 (taxi-uservices-userver-core-tests+0x5306bc8)
```
The change on a hot path is equivalent to the previously compiler generated x86 code (just a `load` instruction). On other platforms this could actually fix a data race.
commit_hash:acb1fe1b8f3075cc27b18aab4f1bd0b88292c270
APozdniakov
referenced
this pull request
in APozdniakov/ydb
Sep 26, 2025
```
WARNING: ThreadSanitizer: data race (pid=123179)
Read of size 8 at 0x0000065aad98 by thread T14:
#0 NSystemInfo::CachedNumberOfCpus() util/system/info.cpp:241:10 (taxi-uservices-userver-core-tests+0x4155bba)
#1 engine::(anonymous namespace)::TaskProcessorThreadStartedHook() userver/core/src/engine/task/task_processor.cpp:100:15 (taxi-uservices-userver-core-tests+0x5306bc8)
ydb-platform#2 engine::TaskProcessor::PrepareWorkerThread(unsigned long) userver/core/src/engine/task/task_processor.cpp:347:5 (taxi-uservices-userver-core-tests+0x5306bc8)
```
The change on a hot path is equivalent to the previously compiler generated x86 code (just a `load` instruction). On other platforms this could actually fix a data race.
commit_hash:acb1fe1b8f3075cc27b18aab4f1bd0b88292c270
neyrox
pushed a commit
to neyrox/ydb
that referenced
this pull request
Oct 10, 2025
```
WARNING: ThreadSanitizer: data race (pid=123179)
Read of size 8 at 0x0000065aad98 by thread T14:
#0 NSystemInfo::CachedNumberOfCpus() util/system/info.cpp:241:10 (taxi-uservices-userver-core-tests+0x4155bba)
ydb-platform#1 engine::(anonymous namespace)::TaskProcessorThreadStartedHook() userver/core/src/engine/task/task_processor.cpp:100:15 (taxi-uservices-userver-core-tests+0x5306bc8)
ydb-platform#2 engine::TaskProcessor::PrepareWorkerThread(unsigned long) userver/core/src/engine/task/task_processor.cpp:347:5 (taxi-uservices-userver-core-tests+0x5306bc8)
```
The change on a hot path is equivalent to the previously compiler generated x86 code (just a `load` instruction). On other platforms this could actually fix a data race.
commit_hash:acb1fe1b8f3075cc27b18aab4f1bd0b88292c270
13 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.