t for
> the CheckedFuture to get completed ?
>
>
>
> Regards,
>
> -Satish
>
>
>
> *From:* Tom Pantelis [mailto:tompante...@gmail.com]
> *Sent:* Thursday, February 23, 2017 12:27 AM
> *To:* Satish Dutt
> *Cc:* controller-dev@lists.opendaylight.org
> *Subject:*
roller-dev@lists.opendaylight.org
Subject: Re: [controller-dev] Shard leader down scenario
On Wed, Feb 22, 2017 at 1:36 PM, Satish Dutt
mailto:sd...@advaoptical.com>> wrote:
Hi All,
We have a 3-node clustered deployment.
Code extract :
WriteTransaction writeTxn = dataBroker.newWriteOnlyTransaction
On Wed, Feb 22, 2017 at 1:36 PM, Satish Dutt wrote:
> Hi All,
>
>
>
> We have a 3-node clustered deployment.
>
>
>
> *Code extract : *
>
>
>
> WriteTransaction writeTxn = dataBroker.newWriteOnlyTransaction();
>
> writeTxn.put()
>
> CheckedFuture<> checkedFuture = writeTxn.submit()
>
>
>
>
>
> *Sc
Hi All,
We have a 3-node clustered deployment.
Code extract :
WriteTransaction writeTxn = dataBroker.newWriteOnlyTransaction();
writeTxn.put()
CheckedFuture<> checkedFuture = writeTxn.submit()
Scenario :
1) Three nodes in the setup N1, N2, N3
2) N3 is the shard leader.
3) All RPC requests fro