An Urgent Note to Boost Users

Announcements concerning Plugins for Cacti

Moderators: Developers, Moderators

Post Reply
User avatar
TheWitness
Developer
Posts: 16997
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

An Urgent Note to Boost Users

Post by TheWitness »

All,

I have been doing some investigation on Boost and gaps, and have found the following bug in MySQL. I don't know what versions it affects. I will do more research.

However, if you have a MEMORY table and the PRIMARY KEY is BTREE, deletes do not work properly!!!

The following command should resolve this problem:

Code: Select all

ALTER TABLE poller_output_boost, drop primary key, add primary key  (`local_data_id`,`rrd_name`,`time`);
This has me completely baffled. Again, I will report if I can find the bug in the MySQL bug database.

Regards,

TheWitness
Last edited by TheWitness on Fri Sep 24, 2010 5:43 am, edited 1 time in total.
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
User avatar
timi
Cacti User
Posts: 240
Joined: Wed Nov 09, 2005 8:35 am
Location: Timisoara, Romania
Contact:

Post by timi »

valid for any version of boost ? I have 2.4
User avatar
TheWitness
Developer
Posts: 16997
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

If you do a show create table poller_output_boost and the primary key is listed as btree, then the issue might be with you. It also depends on your MySQL version.

TheWitness
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
tuux1598g
Posts: 9
Joined: Fri Sep 05, 2008 4:15 am

Post by tuux1598g »

Any further news on this? MySQL Bug#30590 would appear to relate directly to this, and was committed to versions > 5.0.52 / 4.1.24. I have also tested this using a Debian 5.0.5 package (assumed fairly common) which reports MySQL 5.0.51a and the issue mentioned isn't replicable. Additionally, boost has been running fine on this (fairly large) test system using BTREE indexes without any issues for the past month or so.
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests