07 Sep, 2009
5 commits
-
Description Example: Using 1 suffix, 2 DSes on which write operations are done when replication is enabled. After a given time (24 h by default config), the replication db is trimed. Searching the ECL, returns then the latest change done for each (DS, suffix). This result is not correct : - because the db is supposed to be trimmed - because it does not respect time consistency, since it contains some old changes (for example from DS1) while it does not contain some more recent changes (for example from DS2). Roughly, this happens because the ECL relies on the "logical" replication changelog db, and because of the triming policy of the changelog db. With more details, the replication db is made of one db instance by (DS, suffix) tuple. Trimming the "changelog db" consists in trimming each db instance, and for each instance to always leave at least the latest change (for some reason purely replication oriented). The fix of the ECL consists in : - at the beginning of the ECL search processing, getting the latest trim date from each replication server domain (stored when trim is done) - when each change is processed, to skip it when it is older than the latest trim date of the domain. From the above example: Now the ECL is empty after the changelog db trimming. Diff Code and new unit test git-svn-id: https://svn.forgerock.org/opendj/trunk@5784 41b1ffd8-f28e-4786-ab96-9950f0a78031 -
git-svn-id: https://svn.forgerock.org/opendj/trunk@5783 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5781 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5779 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5778 41b1ffd8-f28e-4786-ab96-9950f0a78031
04 Sep, 2009
3 commits
-
…s specs out of the STAX XML files specs commentaries git-svn-id: https://svn.forgerock.org/opendj/trunk@5775 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Use the JTextArea instead of TextArea and improve some insets in the panel. git-svn-id: https://svn.forgerock.org/opendj/trunk@5774 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…mode the license appears above and in GUI mode below the message. Allow the user to use 'y' and 'n' to accept (or reject) the license. Do not use duplicate messages in the GUI for the license panel. git-svn-id: https://svn.forgerock.org/opendj/trunk@5773 41b1ffd8-f28e-4786-ab96-9950f0a78031
03 Sep, 2009
7 commits
-
… assume any LDAP server)) The problem is that in some cases the property returned by UIManager through: UIManager.getBorder("List.focusCellHighlightBorder") can be null. This issue has nothing to do with the fact that the server is local or remote, but with the look and feel of the system. The fix consists of checking whether this border is defined or not; if it is not defined, use a predefined border. git-svn-id: https://svn.forgerock.org/opendj/trunk@5772 41b1ffd8-f28e-4786-ab96-9950f0a78031 -
git-svn-id: https://svn.forgerock.org/opendj/trunk@5771 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5770 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5769 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5768 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5767 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5766 41b1ffd8-f28e-4786-ab96-9950f0a78031
02 Sep, 2009
2 commits
-
Reset the contents of the panel when the user clicks Cancel. git-svn-id: https://svn.forgerock.org/opendj/trunk@5764 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5763 41b1ffd8-f28e-4786-ab96-9950f0a78031
01 Sep, 2009
3 commits
-
… This is a follow up to the typo fix on the messages done before. git-svn-id: https://svn.forgerock.org/opendj/trunk@5761 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5760 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5759 41b1ffd8-f28e-4786-ab96-9950f0a78031
31 Aug, 2009
4 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5758 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5757 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5756 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
A new argument (--i, interactivePassword) is added to prompt password git-svn-id: https://svn.forgerock.org/opendj/trunk@5752 41b1ffd8-f28e-4786-ab96-9950f0a78031
28 Aug, 2009
1 commit
-
…teException. This was not very strict, so when that usage is not appropriate RuntimeException is used. Fixed also a couple of typos in the thrown runtime exceptions. git-svn-id: https://svn.forgerock.org/opendj/trunk@5751 41b1ffd8-f28e-4786-ab96-9950f0a78031
27 Aug, 2009
5 commits
-
…ide the same host:port twice) The fix also applies to dsreplication initialize. git-svn-id: https://svn.forgerock.org/opendj/trunk@5746 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5745 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5744 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…n dsreplication to appear with the LDAP connection arguments. git-svn-id: https://svn.forgerock.org/opendj/trunk@5743 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5742 41b1ffd8-f28e-4786-ab96-9950f0a78031
26 Aug, 2009
7 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5729 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…e to improve unit tests reliability git-svn-id: https://svn.forgerock.org/opendj/trunk@5728 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5727 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5726 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5725 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5724 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5723 41b1ffd8-f28e-4786-ab96-9950f0a78031
25 Aug, 2009
3 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5718 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5717 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5716 41b1ffd8-f28e-4786-ab96-9950f0a78031