The table 'vicidial_manager' is full

All installation and configuration problems and questions

Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N

The table 'vicidial_manager' is full

Postby vkad » Tue May 29, 2018 3:53 pm

May 29 16:50:33 dialsf mysql-systemd-helper[1518]: 2018-05-29 16:50:33 140693801236224 [ERROR] mysqld: The table 'vicidial_manager' is full

We are getting this error in journalctl. How can we fix it?
Vicibox 8.0.1 (Asterisk 13.21.0-vici) + Remote WebRTC Agents
Version: 2.14b0.5 | SVN: 2990 | DB Version: 1548
1 x DB + Web + Dialer - E3 1270 v6 + 16gb ddr4 + 256gb SSD
2 x Additional Dialer - E3 1270 v6 + 8gb ddr4 + 256gb SSD
vkad
 
Posts: 208
Joined: Thu Nov 09, 2017 3:46 am

Re: The table 'vicidial_manager' is full

Postby vkad » Tue May 29, 2018 8:48 pm

I had converted the table to Memory table. How do I convert it back to MyISAM
Vicibox 8.0.1 (Asterisk 13.21.0-vici) + Remote WebRTC Agents
Version: 2.14b0.5 | SVN: 2990 | DB Version: 1548
1 x DB + Web + Dialer - E3 1270 v6 + 16gb ddr4 + 256gb SSD
2 x Additional Dialer - E3 1270 v6 + 8gb ddr4 + 256gb SSD
vkad
 
Posts: 208
Joined: Thu Nov 09, 2017 3:46 am

Re: The table 'vicidial_manager' is full

Postby thephaseusa » Tue May 29, 2018 8:54 pm

http://www.eflo.net/VICIDIALforum/viewt ... =4&t=35047

Previous thread about this same issue. Hope it helps.

John
thephaseusa
 
Posts: 345
Joined: Tue May 16, 2017 2:23 pm

Re: The table 'vicidial_manager' is full

Postby thephaseusa » Tue May 29, 2018 9:32 pm

mysql -p asterisk

select engine from information_schema.tables where table_schema ='asterisk' and table_name = 'vicidial_manager';

That shows the engine type of vicidial_manager.

ALTER TABLE vicidial_manager ENGINE='MyISAM';

That converts it to MyISAM.

select engine from information_schema.tables where table_schema ='asterisk' and table_name = 'vicidial_manager';

verify that it is now engine MyISAM.
thephaseusa
 
Posts: 345
Joined: Tue May 16, 2017 2:23 pm

Re: The table 'vicidial_manager' is full

Postby mflorell » Wed May 30, 2018 11:58 am

I would suggest running the /usr/share/astguiclient/AST_flush_DBqueue.pl script more frequently in your crontab, also setting it to a shorter time period with the "--seconds" option. Wouldn't recommend setting it any lower than 300 seconds.
mflorell
Site Admin
 
Posts: 18338
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Re: The table 'vicidial_manager' is full

Postby vkad » Thu May 31, 2018 10:27 pm

mflorell wrote:I would suggest running the /usr/share/astguiclient/AST_flush_DBqueue.pl script more frequently in your crontab, also setting it to a shorter time period with the "--seconds" option. Wouldn't recommend setting it any lower than 300 seconds.


So, should I keep the table as Memory or convert it to MyISAM
Vicibox 8.0.1 (Asterisk 13.21.0-vici) + Remote WebRTC Agents
Version: 2.14b0.5 | SVN: 2990 | DB Version: 1548
1 x DB + Web + Dialer - E3 1270 v6 + 16gb ddr4 + 256gb SSD
2 x Additional Dialer - E3 1270 v6 + 8gb ddr4 + 256gb SSD
vkad
 
Posts: 208
Joined: Thu Nov 09, 2017 3:46 am

Re: The table 'vicidial_manager' is full

Postby mflorell » Fri Jun 01, 2018 12:08 am

If you clear it out more frequently, you might be able to keep it as MEMORY
mflorell
Site Admin
 
Posts: 18338
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Re: The table 'vicidial_manager' is full

Postby vkad » Fri Jun 01, 2018 2:35 pm

Is memory better for autodialing? Does it reduce load or reduce waiting times or dropped calls, etc?
Vicibox 8.0.1 (Asterisk 13.21.0-vici) + Remote WebRTC Agents
Version: 2.14b0.5 | SVN: 2990 | DB Version: 1548
1 x DB + Web + Dialer - E3 1270 v6 + 16gb ddr4 + 256gb SSD
2 x Additional Dialer - E3 1270 v6 + 8gb ddr4 + 256gb SSD
vkad
 
Posts: 208
Joined: Thu Nov 09, 2017 3:46 am

Re: The table 'vicidial_manager' is full

Postby mflorell » Fri Jun 01, 2018 2:56 pm

Sometimes it is better for some clients, it's not the same for everyone, depends on the configurations and usage.
mflorell
Site Admin
 
Posts: 18338
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida


Return to Support

Who is online

Users browsing this forum: Google [Bot] and 67 guests