Skip to content
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

Scan failed at tablet YDB QA #11858

Open
naspirato opened this issue Nov 21, 2024 · 0 comments
Open

Scan failed at tablet YDB QA #11858

naspirato opened this issue Nov 21, 2024 · 0 comments

Comments

@naspirato
Copy link
Collaborator

Error

Scan failed at tablet 72075186449855073, reason: task_error:cannot read blob range { Blob: DS:2181197740:[72075186449855073:46:5922:2:7:8344992:0] Offset: 0 Size: 2645936 }
severity level: 1
issue code: 2013

query

SELECT `res_0`, count(DISTINCT `t1`.`pull`) AS `res_1`, `res_2` 
FROM (
select   build_type,      
 job_name, job_id, commit, branch, pull, run_timestamp
 from `test_results/test_runs_column` 
) AS `t1` 
WHERE `t1`.`job_name` = 'PR-check' GROUP BY DateTime::MakeDatetime(DateTime::StartOf(`t1`.`run_timestamp`, DateTime::IntervalFromDays(1))) AS `res_0`, CASE WHEN (`t1`.`pull` LIKE '%_A1') THEN 1 WHEN (`t1`.`pull` LIKE '%_A2') THEN 2 WHEN (`t1`.`pull` LIKE '%_A3') THEN 3 ELSE 1 END AS `res_2`
 LIMIT 1000001

db monitoring https://nda.ya.ru/t/qO-4rUNt78RtEx
Cloud of db https://nda.ya.ru/t/JZwCs8zs79nrsc

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

No branches or pull requests

1 participant