commit | 00c3f57d35dae14948e2e8b9c9f7901ed3da7875 | [log] [tgz] |
---|---|---|
author | HIGUCHI Yuta <y-higuchi@ak.jp.nec.com> | Wed Feb 25 07:33:50 2015 -0800 |
committer | Gerrit Code Review <gerrit@onlab.us> | Thu Feb 26 19:41:04 2015 +0000 |
tree | 917c189f3f1645ddba852066f68f249a4a2f4548 | |
parent | 6a8fd1de530d69b4c10dbf167517b212f7a780d9 [diff] |
Concurrently update EventuallyConsistentMap - Removed synchronized block on Map updates which may result in anti-entropy AD sent to the peer containing out-of-sync update/remove, such as update and remove for the same key, but stale information will be ignored on the remote peer by timestamp if timestamps are properly generated. Change-Id: Id4f993eb44b7858d37486be0d4baaff1f9025efa
ONOS is a new SDN network operating system designed for high availability, performance, scale-out.