Update ydb version to 25.1#4805
Conversation
a1370a7 to
0d9ac10
Compare
|
Note This is an automated comment that will be appended during run. 🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit e9564af.
🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit e9564af.
|
|
Note This is an automated comment that will be appended during run. 🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit bdb81d1.
🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit bdb81d1.
🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit bdb81d1.
|
71dcf03 to
56c2671
Compare
|
Note This is an automated comment that will be appended during run. 🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit 8a66ebd.
🟢 linux-x86_64-relwithdebinfo: all tests PASSED for commit 8a66ebd.
|
|
Note This is an automated comment that will be appended during run. 🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit 8a66ebd.
🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit 8a66ebd.
🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit 8a66ebd.
|
8a66ebd to
d82edf5
Compare
…ensors from ydb upstream (#5524) This cherry-pick ahead of 25-1 gives us dsproxy-level max time sensors Specifically, these 2 PRs: * ydb-platform/ydb#34619 * ydb-platform/ydb#33717 <img width="726" height="639" alt="image" src="https://github.com/user-attachments/assets/ff31dfc8-502f-456a-82b0-d57d0069f4f5" /> --------- Co-authored-by: Vlad <Kuznetsov va-kuznecov@ydb.tech> Co-authored-by: Daniil <Zakhlystov 47750602+usernamedt@users.noreply.github.com>
…ble via a cgi param (#5040)
…licDepot (#5374) ### Notes `ReadItems()` contains a check for 0 `Size` but `ExtractItems()` doesn't - adding it. Zero-initializing `Front` and `Back` as well to get an immediate `SIGSEGV` instead of possible memory corruption if there's some other code path that tries to access `TCyclicBuffer` items w/o `Size` checks. Fixed lwtrace unittests to actually do something upon `TItem::Clear()` - otherwise there's no memory access and no crash upon null item access. ### Issue #5306
issue: #5194 ydb branch: stream-nb-24-4 commit id: 9cd067441858f3196766f1c7949cbc642e4d7746
Re-upload resources to sandbox
Current `default-linux-aarch64` target platform emits code that is not optimized for Grace CPU. This patch adds new target platform for yatool that sets compiler flags to emit code that would be utilizing full feature set of NVIDIA Grace. Unfortunately, it also introduces workaround for USE_LLVM_BC14() that leaks upper C_PLATFORM_FLAGS into LLVM14 toolchaint that doesn't understand `-mcpu=neoverse-v2`. This is to be dropped with future YDB upgrades. Usage: ``` ./ya make --target-platform default-linux-armv9a_grace ``` Signed-off-by: Andrey Korzinev <ak@nebius.com>
This reverts commit a7728c9.
### Notes changed Content-Type: text/html -> Content-Type: text/html; charset=utf-8 for all monpage html replies better to hardcode utf-8 than to let the browser figure out the encoding by itself - sometimes browsers decide to use weird things like windows-1252 for some reason <img width="642" height="230" alt="Screenshot from 2026-04-02 14-51-02" src="https://github.com/user-attachments/assets/c3857d2f-321b-4999-82b4-edacfa0bf7e2" /> <img width="642" height="230" alt="Screenshot from 2026-04-02 14-50-55" src="https://github.com/user-attachments/assets/61613fd0-a235-4226-9027-41bab237567e" /> ### Issue related to #5507
…letion when NodeBroker lease is expired (#5372)
…ble via a cgi param (#5040)
Sometimes Y_UNIT_TEST(ShouldReassignTablet) fails because of the
```
group = tablet->FindFreeAllocationUnit(channelId);
if (group == nullptr) {
BLOG_ERROR("THive::TTxUpdateTabletGroups::Execute{" << (ui64)this << "}: tablet "
<< tablet->Id
<< " could not find a group for channel " << channelId
<< " pool " << tablet->GetChannelStoragePoolName(channelId));
```
In order to get more details logging was added to
TLeaderTabletInfo::FindFreeAllocationUnit,
TStoragePoolInfo::FindFreeAllocationUnit.
…s_initializers.cpp to aviod memory leak on Bind() failure (#4042)
|
Note This is an automated comment that will be appended during run. Note All workloads for linux-x86_64-relwithdebinfo have completed. Tip Planned checks for linux-x86_64-relwithdebinfo. 🟢 linux-x86_64-relwithdebinfo target: cloud/tasks/,cloud/storage/ (test time: 277s): all tests PASSED for commit 3177c4f.
🟢 linux-x86_64-relwithdebinfo target: cloud/disk_manager/ (test time: 269s): all tests PASSED for commit 3177c4f.
🟢 linux-x86_64-relwithdebinfo target: cloud/blockstore/ (test time: 1633s): all tests PASSED for commit 3177c4f.
🔴 linux-x86_64-relwithdebinfo target: cloud/filestore/ (test time: 7621s): some tests FAILED for commit 3177c4f.
🔴 linux-x86_64-relwithdebinfo target: cloud/filestore/ (test time: 649s): some tests FAILED for commit 3177c4f.
🔴 linux-x86_64-relwithdebinfo target: cloud/filestore/ (test time: 646s): some tests FAILED for commit 3177c4f.
|
No description provided.