-
Notifications
You must be signed in to change notification settings - Fork 13
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
Error: uint value for field 'bytes_added' out of range #933
Comments
Thanks for reporting this. I have never seen anything like it, to be honest.. Very interesting! One question: How much RAM does your Sense server(s) have? |
Another question: Are you using InfluxDB 1 or 2? Qlik Sense may return a I will make this change, next version of Butler SOS will allow bytes_added to be either positive or negative for InfluxDB 2. Butler SOS' code for InfluxDB v1 already supports positive and negative numbers. |
Thank you for the quick and positive response to our bug report. Allowing positive and negative numbers sounds like a good idea, even more so if its about the change in bytes in the cache.
Currently the maximum we have on a single node is 240GB RAM. In case the total is relevant too, that would be 624GB RAM.
Your suspicion was correct, we use InfluxDB 2. |
A new version (11.0.3) of Butler SOS is building right now, should be done within the hour. |
What version of Butler SOS are you using?
10.2.1
What version of Node.js are you using? Not applicable if you use the standalone version of Butler SOS.
v20.17.0
What command did you use to start Butler SOS?
node src/butler-sos.js --configfile /nodeapp/config/prod.yaml
What operating system are you using?
Debian GNU/Linux bullseye
What CPU architecture are you using?
x64
What Qlik Sense versions are you using?
Qlik Sense February 2024 Patch 4 - 14.173.8
Describe the Bug
Hello,
we have ran into a problem, where our Butler SOS deployment randomly fails because of the follwoing error. As this is now the second time it has happened, we would want to inquire about, if this is a bug.
During this behaviour, neither the Qlik environment nor the environment on which Butler SOS runs on, showed any signs of problems so we can not explain where the value comes from.
Once Butler SOS is redeployed, it works like normal.
Attached Logfile: butler-sos-prod-765585cdc6-4ffln.txt
Expected Behavior
When there is a value, that does not conform with the defined data base column types, a warning should be displayed instead of an error. This way Butler SOS can continue working like normal, as most times the next value is a normal value.
To Reproduce
No response
The text was updated successfully, but these errors were encountered: