Skip to content

Conversation

@vadimfilimonov
Copy link

No description provided.

@alexv-smirnov alexv-smirnov merged commit 37722c7 into ydb-platform:main Apr 30, 2022
@vadimfilimonov vadimfilimonov deleted the fix-typos branch April 30, 2022 06:05
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
...
```
GrigoriyPA referenced this pull request in GrigoriyPA/ydb Jan 26, 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 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
GrigoriyPA referenced this pull request in GrigoriyPA/ydb Feb 5, 2024
GrigoriyPA referenced this pull request in GrigoriyPA/ydb Feb 7, 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
@rekby rekby mentioned this pull request Mar 20, 2024
4 tasks
This was referenced Mar 29, 2024
ya-ksgamora pushed a commit to ya-ksgamora/ydb that referenced this pull request May 29, 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
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
maVovk referenced this pull request in maVovk/ydb Aug 19, 2025
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
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.

2 participants