BUG-5280: define RetiredGenerationException 40/39540/47
authorRobert Varga <rovarga@cisco.com>
Fri, 27 May 2016 15:24:20 +0000 (17:24 +0200)
committerRobert Varga <rovarga@cisco.com>
Mon, 20 Jun 2016 10:59:34 +0000 (12:59 +0200)
commit3ebd44f9b7a4a217222036c2889d2a04b4f1eb30
treeb7f94eaf2a96f6855c266ef5d5836589f92b26d2
parent8ef9a9c246b2389938b8211defb4911f0806565c
BUG-5280: define RetiredGenerationException

This defines the error reported by the backend whenever it sees
a request coming from an outdated client generation. The client
behavior handles these failures by invoking an upcall to the subclass
and initiate shutdown.

Change-Id: Iea1e04e3754fdc09fbdd9c6dc0d420a05145791c
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/cds-access-api/src/main/java/org/opendaylight/controller/cluster/access/concepts/RetiredGenerationException.java [new file with mode: 0644]
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/databroker/actors/dds/DistributedDataStoreClientBehavior.java
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/actors/client/ClientActorBehavior.java