Skip to content

Commit

Permalink
Protocol intervals in conf/jg-protocol-ids.xml are out of sync with C…
Browse files Browse the repository at this point in the history
…lassConfigurator
  • Loading branch information
rhusar committed Feb 13, 2017
1 parent 7a33f58 commit 5087913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/jg-protocol-ids.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@
<!-- FORK needs to have an ID > 200 in order for RELAY2 to copy it -->
<class id="203" name="org.jgroups.protocols.FORK"/>

<!-- Reserved IDs for external classes: [500..1000] -->
<!-- Reserved IDs for external classes: [512..1023] -->
<class id="520" name="org.jgroups.protocols.raft.ELECTION" external="true"/>
<class id="521" name="org.jgroups.protocols.raft.RAFT" external="true"/>
<class id="522" name="org.jgroups.protocols.raft.REDIRECT" external="true"/>
<class id="523" name="org.jgroups.protocols.raft.CLIENT" external="true"/>
<class id="530" name="org.jgroups.protocols.azure.AZURE_PING" external="true"/>

<!-- User-defined protocols should use IDs > 1000 -->
<!-- User-defined protocols should use IDs >= 1024 -->

</protocol-ids>

0 comments on commit 5087913

Please sign in to comment.