Added support for multiple data store types to DOM transaction chains and to simple...
[controller.git] / benchmark / dsbenchmark / src / main / java / org / opendaylight / dsbenchmark / txchain / TxchainDomWrite.java
index 97d9222809c9c8dfc923e5e9014fbeb0e67df739..7e8c6aab6018805d991bf98fa5bf50a78ae4e482 100644 (file)
@@ -71,6 +71,7 @@ public class TxchainDomWrite extends DatastoreAbstractWriter implements Transact
 
             writeCnt++;
 
+            // Start performing the operation; submit the transaction at every n-th operation
             if (writeCnt == writesPerTx) {
                 txSubmitted++;
                 Futures.addCallback(tx.submit(), new FutureCallback<Void>() {