Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: Qserv
-
Labels:None
-
Story Points:5
-
Epic Link:
-
Sprint:DB_S15_06, DB_S15_07, DB_S15_08
-
Team:Data Access and Database
Description
I noticed some strange (reproducible!) behavior: if I run:
qserv-check-integration.py --case=01
|
then restart mysqld
<runDir>/etc/init.d/mysqld restart
|
then the query:
mysql --host=127.0.0.1 --port=4040 --user=qsmaster
|
qservTest_case01_qserv -e
|
"SELECT COUNT(*) as OBJ_COUNT
|
FROM Object
|
WHERE qserv_areaspec_box(0.1, -6, 4, 6)"
|
consistently fails every single time.
To fix it, it is enough to restart xrootd.
Let's open a new story that captures this future refactoring, it can be attached to
DM-3171