View Issue Details

IDProjectCategoryView StatusLast Update
0000606bareos-corewebuipublic2016-01-20 16:58
Reporterholtkamp Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformLinuxOSRHELOS Version6
Product Version15.2.2 
Summary0000606: Errors when data gets too large
DescriptionUsing 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 Reproduce1) create some 10k volumes in your database
2) create 10k jobs a week
3) klick on volumes
4) klick on jobs
5) kaboom
TagsNo tags attached.

Activities

frank

frank

2016-01-20 16:58

developer   ~0002129

In 15.2 this was a design decision. Messages do have a 4 mb limit. 15.2 master has a 2gb limit.

Issue History

Date Modified Username Field Change
2016-01-20 16:14 holtkamp New Issue
2016-01-20 16:58 frank Note Added: 0002129
2016-01-20 16:58 frank Status new => closed
2016-01-20 16:58 frank Resolution open => fixed