-
Notifications
You must be signed in to change notification settings - Fork 22
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
[BUG] Query times inserted in exponential notation #18
Comments
Please do a SELECT * FROM and show the output here. |
Very strange, the exponential data seems to come and go from the report_by_status table. For the other tables it's still there....
|
How can I reproduce it? |
I used the master branch of pinba_extension compiled as a module for php 5.2.10. |
I also use both, but I don't observe any problems like this. |
I'm also using MariaDB 10.0.12 for the db. I ran the php code... output seems fine:
also this:
I did see it once in exponential notation though. I ran php again though and it was overwritten. It seems it happens only occasionally, but when it does it corrupts the Intaro pinba data. |
I just rebuilt pinba_engine with the latest MariaDB 10.0.13. It's fresh data, and it's happening again. I'm thinking the issue is with the extension. We need to limit the size of the floating point numbers that get inserted. We should never have exponential form in the database.
|
I'm seeing data put into the pinba tables as exponential notation. The data itself is incorrect as queries aren't actually taking such a long time, and it's messing up Pinboard:
I've had a bug opened on pinboard: intaro/pinboard#86 but I realize this seems to be a bug with either the php extension (master branch), or the engine (also master branch).
The text was updated successfully, but these errors were encountered: