View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000606 | bareos-core | webui | public | 2016-01-20 16:14 | 2016-01-20 16:58 |
Reporter | holtkamp | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | Linux | OS | RHEL | OS Version | 6 |
Product Version | 15.2.2 | ||||
Summary | 0000606: Errors when data gets too large | ||||
Description | Using the "Volumes" Tab and the "Jobs" tab produce errors for me on our main server. This is quite obviously from the large set of data that needs to be parsed on those requests. Other servers with smaller databases donĀ“t have this problem. Console Error from accessing Jobs tab: 20-Jan 15:45 backup.mb-dir: ERROR in output_formatter.c:633 Failed to send result as json. Maybe result message to long? Message length = 4328413 Looking into the database this is what he requests: mysql> select count(*) from job where StartTime>'2016-01-10 00:00:00'; 10943 1 row in set (0.31 sec) Console Error from accessing Volumes tab: 20-Jan 15:43 backup.mb-dir: ERROR in output_formatter.c:633 Failed to send result as json. Maybe result message to long? Message length = 8586476 Looking into the database this is what he is requesting: mysql> select count(*) from media; 11495 1 row in set (0.00 sec) | ||||
Steps To Reproduce | 1) create some 10k volumes in your database 2) create 10k jobs a week 3) klick on volumes 4) klick on jobs 5) kaboom | ||||
Tags | No tags attached. | ||||