Imported Upstream version 5.3.21
[platform/upstream/libdb.git] / docs / upgrading / upgrade_4_6_full_election.html
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4   <head>
5     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6     <title>DB_REP_FULL_ELECTION</title>
7     <link rel="stylesheet" href="gettingStarted.css" type="text/css" />
8     <meta name="generator" content="DocBook XSL Stylesheets V1.73.2" />
9     <link rel="start" href="index.html" title="Berkeley DB Upgrade Guide" />
10     <link rel="up" href="upgrade_4_6_toc.html" title="Chapter 4. Upgrading Berkeley DB 4.5 applications to Berkeley DB 4.6" />
11     <link rel="prev" href="upgrade_4_6_event.html" title="Replication Events" />
12     <link rel="next" href="upgrade_4_6_verbose.html" title="Verbose Output" />
13   </head>
14   <body>
15     <div xmlns="" class="navheader">
16       <div class="libver">
17         <p>Library Version 11.2.5.3</p>
18       </div>
19       <table width="100%" summary="Navigation header">
20         <tr>
21           <th colspan="3" align="center">DB_REP_FULL_ELECTION</th>
22         </tr>
23         <tr>
24           <td width="20%" align="left"><a accesskey="p" href="upgrade_4_6_event.html">Prev</a> </td>
25           <th width="60%" align="center">Chapter 4. Upgrading Berkeley DB 4.5 applications to Berkeley DB 4.6</th>
26           <td width="20%" align="right"> <a accesskey="n" href="upgrade_4_6_verbose.html">Next</a></td>
27         </tr>
28       </table>
29       <hr />
30     </div>
31     <div class="sect1" lang="en" xml:lang="en">
32       <div class="titlepage">
33         <div>
34           <div>
35             <h2 class="title" style="clear: both"><a id="upgrade_4_6_full_election"></a>DB_REP_FULL_ELECTION</h2>
36           </div>
37         </div>
38       </div>
39       <p>The DB_REP_FULL_ELECTION flag historically specified to the
40 <a href="../api_reference/C/repmgrstart.html" class="olink">DB_ENV-&gt;repmgr_start()</a> method has been removed from the 4.6 release.</p>
41       <p>In the Berkeley DB 4.6 release, a simpler and more flexible implementation of
42 this functionality is available.  Applications needing to configure the
43 first election of a replication group differently from subsequent
44 elections should use the <a href="../api_reference/C/repset_timeout.html#set_timeout_DB_REP_FULL_ELECTION_TIMEOUT" class="olink">DB_REP_FULL_ELECTION_TIMEOUT</a> flag to
45 the <a href="../api_reference/C/repset_timeout.html" class="olink">DB_ENV-&gt;rep_set_timeout()</a> method to specify a different timeout for the
46 first election.</p>
47     </div>
48     <div class="navfooter">
49       <hr />
50       <table width="100%" summary="Navigation footer">
51         <tr>
52           <td width="40%" align="left"><a accesskey="p" href="upgrade_4_6_event.html">Prev</a> </td>
53           <td width="20%" align="center">
54             <a accesskey="u" href="upgrade_4_6_toc.html">Up</a>
55           </td>
56           <td width="40%" align="right"> <a accesskey="n" href="upgrade_4_6_verbose.html">Next</a></td>
57         </tr>
58         <tr>
59           <td width="40%" align="left" valign="top">Replication Events </td>
60           <td width="20%" align="center">
61             <a accesskey="h" href="index.html">Home</a>
62           </td>
63           <td width="40%" align="right" valign="top"> Verbose Output</td>
64         </tr>
65       </table>
66     </div>
67   </body>
68 </html>