Closed jordi-domingo closed 8 years ago
Thank you for the report. Indeed that is a problem of FDSNWS, not SeisComP3 in general and also not oyur MYSQL server. The issue exhibits if another query is started through the same database connection while another query is still running, e.g. a result set is still being fetched. We will take a look.
Ok. Thanks!
Dear all,
We have problems with our FDSNws service when there are simultaneous (2,3,4...) fdsnws-event medium-large queries (i.e.: 30 events). The module give the following errors (lots of lines):
After multiple errors messages, the module returns a incomplete result or event shuts down with the following message:
[warning/DatabaseArchive] Unable to read schema version from database, assuming v0.0
I searched in the code and the error seems to be produced here...
...however, I don't understand the reason of the fail. Is it a SeisComP3 problem or it comes from the MySQL server?
I tried to reproduce it in other systems and it happens as well, but for some of these systems I had to do more and larger queries (i.e.: 6 concurrent queries of ~6000 events).
Do you have any clue why this happens?
Many thanks