X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fcds-access-api%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Faccess%2Fconcepts%2FTransactionIdentifier.java;fp=opendaylight%2Fmd-sal%2Fcds-access-api%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Faccess%2Fconcepts%2FTransactionIdentifier.java;h=5f96074fceec577f802595ab571f5390018fc38d;hb=db9a673c114febc785fbd324947ac2c3e3095d06;hp=405d1f9c8287829b877997e108ef2c5f4ee9ff74;hpb=a12683b9e6445f48216ce0ca357dfcf359c8e3b3;p=controller.git diff --git a/opendaylight/md-sal/cds-access-api/src/main/java/org/opendaylight/controller/cluster/access/concepts/TransactionIdentifier.java b/opendaylight/md-sal/cds-access-api/src/main/java/org/opendaylight/controller/cluster/access/concepts/TransactionIdentifier.java index 405d1f9c82..5f96074fce 100644 --- a/opendaylight/md-sal/cds-access-api/src/main/java/org/opendaylight/controller/cluster/access/concepts/TransactionIdentifier.java +++ b/opendaylight/md-sal/cds-access-api/src/main/java/org/opendaylight/controller/cluster/access/concepts/TransactionIdentifier.java @@ -112,7 +112,8 @@ public final class TransactionIdentifier implements WritableIdentifier { String histStr = historyId.getHistoryId() == 0 ? "" : "-chn-" + historyId.getHistoryId(); shortString = historyId.getClientId().getFrontendId().getMemberName().getName() + "-" + historyId.getClientId().getFrontendId().getClientType().getName() + "-fe-" - + historyId.getClientId().getGeneration() + histStr + "-txn-" + transactionId; + + historyId.getClientId().getGeneration() + histStr + "-txn-" + transactionId + + "-" + historyId.getCookie(); } return shortString;