X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=benchmark%2Fdsbenchmark%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fdsbenchmark%2Ftxchain%2FTxchainBaRead.java;h=9b2ec412056ac2697334d9f4f1db9202d2485acb;hp=19a0bfeae8e528d335b08e5e4b19343899d153f3;hb=3f26179cf9ed4ebd4b680805d2d93f904ea60806;hpb=a0c03dc8daedc57415c80b3503bb9c81d0f7bf6b diff --git a/benchmark/dsbenchmark/src/main/java/org/opendaylight/dsbenchmark/txchain/TxchainBaRead.java b/benchmark/dsbenchmark/src/main/java/org/opendaylight/dsbenchmark/txchain/TxchainBaRead.java index 19a0bfeae8..9b2ec41205 100644 --- a/benchmark/dsbenchmark/src/main/java/org/opendaylight/dsbenchmark/txchain/TxchainBaRead.java +++ b/benchmark/dsbenchmark/src/main/java/org/opendaylight/dsbenchmark/txchain/TxchainBaRead.java @@ -36,12 +36,12 @@ public class TxchainBaRead extends DatastoreAbstractWriter implements Transactio final long writesPerTx, final DataStore dataStore) { super(StartTestInput.Operation.DELETE, outerListElem, innerListElem, writesPerTx, dataStore); this.bindingDataBroker = bindingDataBroker; - LOG.info("Created TxchainBaRead"); + LOG.debug("Created TxchainBaRead"); } @Override public void createList() { - LOG.info("TxchainBaRead: reading data in the data store"); + LOG.debug("TxchainBaRead: reading data in the data store"); // Dump the whole list into the data store in a single transaction // with PUTs on the transaction @@ -108,7 +108,7 @@ public class TxchainBaRead extends DatastoreAbstractWriter implements Transactio @Override public void onTransactionChainSuccessful(final TransactionChain chain) { - LOG.info("TxchainBaDelete closed successfully, chain {}", chain); + LOG.debug("TxchainBaDelete closed successfully, chain {}", chain); } }