Bug 1031223

Summary: hard coded limit of 64 masters in agreement and changelog code
Product: Red Hat Enterprise Linux 7 Reporter: Nathan Kinder <nkinder>
Component: 389-ds-baseAssignee: Rich Megginson <rmeggins>
Status: CLOSED CURRENTRELEASE QA Contact: Sankar Ramalingam <sramling>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.0CC: jgalipea, mreynolds, nhosoi, rmeggins
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 389-ds-base-1.3.1.6-12.el7 Doc Type: Bug Fix
Doc Text:
Cause: Need for more than 64 replication masters. Consequence: Not able to use more than 64 masters Fix: Allow unlimited number of masters. Result: Replication deployments can now use as many master as needed.
Story Points: ---
Clone Of: 1031222 Environment:
Last Closed: 2014-06-13 12:08:03 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1031222    
Bug Blocks:    

Description Nathan Kinder 2013-11-15 23:05:08 UTC
+++ This bug was initially created as a clone of Bug #1031222 +++

This bug is created as a clone of upstream ticket:
https://fedorahosted.org/389/ticket/47587

repl5.h:
#define MAX_NUM_OF_MASTERS		64

repl5_agmt.c:
typedef struct repl5agmt {
...
	struct changecounter *changecounters[MAX_NUM_OF_MASTERS]; /* changes sent/skipped since server start up */
...
}

cl5_cache.c:
struct clc_buffer {
...
	struct csn_seq_ctrl_block *buf_cscbs [MAX_NUM_OF_MASTERS];
}

Comment 1 Sankar Ramalingam 2013-11-25 17:41:02 UTC
Request you to add steps to verify buzilla.

Comment 3 mreynolds 2013-12-11 17:35:09 UTC
Not sure how easy this is to reproduce, as you need to set up more than 64 master directory servers.

Steps:

[1]  Create 65 servers
[2]  Setup MMR replication between all of them
[3]  Verify replication is working between all the servers

Comment 5 Sankar Ramalingam 2014-02-07 13:34:10 UTC
Adding qe_test_coverage+ flag

Comment 6 Ludek Smid 2014-06-13 12:08:03 UTC
This request was resolved in Red Hat Enterprise Linux 7.0.

Contact your manager or support representative in case you have further questions about the request.