Skip to content
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

Fatal error #5638

Closed
anonymous-matomo-user opened this issue May 10, 2008 · 3 comments
Closed

Fatal error #5638

anonymous-matomo-user opened this issue May 10, 2008 · 3 comments
Labels
Bug For errors / faults / flaws. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Milestone

Comments

@anonymous-matomo-user
Copy link

i used piwik on website has large amount connection, about 20000 record in table log_visit each day. And i got error:

Uncaught exception: ‘Error during the archiving process: array ( 0 => array ( ’idarchive’ => ‘126’, ‘value’ => ‘18346’, ‘name’ => ‘nb_visits’, ‘timestamp’ => ‘1210266000’, ), )’
.
I configed my system:
buffer size=1G
max_connection=1500
How i can solve this problem

@anonymous-matomo-user
Copy link
Author

Replying to [qanh](ticket:218):

> i used piwik on website has large amount connection, about 20000 record in table log_visit each day. And i got error:
>
> Uncaught exception: ‘Error during the archiving process: array ( 0 => array ( ’idarchive’ => ‘126’, ‘value’ => ‘18346’, ‘name’ => ‘nb_visits’, ‘timestamp’ => ‘1210266000’, ), )’
> .
> I configed my system:
> buffer size=1G
> max_connection=1500
> How i can solve this problem

I think you are using INNODB. if you change db type to myisam this problem will solve.

@mattab
Copy link
Member

mattab commented May 24, 2008

doiphocapon, how do you guess he is using Innodb? Did you have problem with innodb in the past?

@mattab
Copy link
Member

mattab commented May 29, 2008

(In 497) – fix #5638: fixed problem when archiving failed to finish, but partly succeeded. Instead of throwing an exception, we now launch the archiving process again.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Projects
None yet
Development

No branches or pull requests

2 participants