Describe the bug
Using the itango3 client
d.get_server_list()
DB_SQLError: Failed to query TANGO database (error=Lost connection to MySQL server during query)
The query was: SELECT DISTINCT server FROM device WHERE server LIKE "%" ORDER BY server
(For more detailed information type: tango_error)
In [9]: d.get_server_list()
Out[9]: DbDatum(name = 'server', value_string = ['DataBaseds/2', 'processing_block_ds/1', 'sdp_master_ds/1', 'subarray_ds/1', 'TangoAccessControl/1', 'TangoTest/test'])
To Reproduce
Leave the tango-db service idle for some ill-defined time!
- '...'
- '...'
- See error '...'
Expected behavior
No error
Screenshots &/or terminal output
If applicable, add screenshots or terminal output to help explain the problem.
Context
Please add as much context as possible to help narrow down the problem.
Describe the bug
Using the itango3 client
d.get_server_list()
DB_SQLError: Failed to query TANGO database (error=Lost connection to MySQL server during query)
The query was: SELECT DISTINCT server FROM device WHERE server LIKE "%" ORDER BY server
(For more detailed information type: tango_error)
In [9]: d.get_server_list()
Out[9]: DbDatum(name = 'server', value_string = ['DataBaseds/2', 'processing_block_ds/1', 'sdp_master_ds/1', 'subarray_ds/1', 'TangoAccessControl/1', 'TangoTest/test'])
To Reproduce
Leave the tango-db service idle for some ill-defined time!
Expected behavior
No error
Screenshots &/or terminal output
If applicable, add screenshots or terminal output to help explain the problem.
Context
Please add as much context as possible to help narrow down the problem.