Bug #47160 | rpl_binlog_max_cache_size fails sporadically on PB2 | ||
---|---|---|---|
Submitted: | 6 Sep 2009 23:19 | Modified: | 2 Oct 2009 16:24 |
Reporter: | Luis Soares | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S3 (Non-critical) |
Version: | 5.1+ | OS: | Any |
Assigned to: | Assigned Account | CPU Architecture: | Any |
[6 Sep 2009 23:19]
Luis Soares
[2 Oct 2009 15:06]
Alfranio Tavares Correia Junior
The errors reported seem to be related to environment problems, specifically storage space. There are other tests failing due to the same reasons. Please, check the links reported above. However, we are going to try to minimize the problem by avoiding using ./include/diff_master_slave.inc as it dumps tables in order to the comparison. In particular, this is not a good approach as the tables are bigger than usual in this test to trigger the cache failures.
[2 Oct 2009 15:46]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/85567 3109 Alfranio Correia 2009-10-02 BUG#47160 rpl_binlog_max_cache_size fails sporadically on PB2 The errors reported seem to be related to environment problems, specifically storage space. There are other tests failing due to the same reasons. In this patch, however, we are going to try to minimize the problem by avoiding using ./include/diff_master_slave.inc as it dumps tables in order to the comparison. In particular, this is not a good approach as the tables are bigger than usual to trigger the cache failures.
[2 Oct 2009 16:14]
Alfranio Tavares Correia Junior
Before both failures, one will find the following error message: fork failed sleep 1 second and redo: Not enough space at lib/My/SafeProcess/Base.pm line 52.
[2 Oct 2009 16:17]
Alfranio Tavares Correia Junior
This is a duplicate of BUG#46530.
[2 Oct 2009 16:23]
Alfranio Tavares Correia Junior
We are not going to push the patch as it seems that the problem is not related to storage space but to the number of leftover processes.