| | |
| | | { |
| | | /* |
| | | * create the balanced tree that will be used to forward changes |
| | | * TODO initialize it will all the previous changes that this replicaID |
| | | * has not seen |
| | | */ |
| | | synchronized (connectedServers) |
| | | { |
| | |
| | | { |
| | | /* |
| | | * create the balanced tree that will be used to forward changes |
| | | * TODO initialize it will all the previous changes that this replicaID |
| | | * has not seen |
| | | * TODO throw proper exception |
| | | */ |
| | | synchronized (changelogServers) |
| | |
| | | public void sendAck(ChangeNumber changeNumber, boolean isLDAPserver, |
| | | short serverId) |
| | | { |
| | | // TODO Auto-generated method stub |
| | | ServerHandler handler; |
| | | if (isLDAPserver) |
| | | handler = connectedServers.get(serverId); |