X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-distributed-datastore%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Fdatastore%2FTransactionChainProxy.java;h=91e903f9e8993bfb68b83e0d28514124b163b258;hb=8a31e147100aa64b6090d856b2efe7ef50021555;hp=837ffc1b51dd8c5b2a80a3cf2f71a1076406648d;hpb=f78020d87663c8d9db1e4e33939f7b8b703703f8;p=controller.git diff --git a/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/TransactionChainProxy.java b/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/TransactionChainProxy.java index 837ffc1b51..91e903f9e8 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/TransactionChainProxy.java +++ b/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/TransactionChainProxy.java @@ -44,6 +44,7 @@ public class TransactionChainProxy implements DOMStoreTransactionChain{ @Override public void close() { + // FIXME : The problem here is don't know which shard the transaction chain is to be created on ??? throw new UnsupportedOperationException("close - not sure what to do here?"); } }