Move initial list creation to create-prefix-shard. 42/56542/4
authorTomas Cere <tcere@cisco.com>
Wed, 3 May 2017 13:21:00 +0000 (15:21 +0200)
committerRobert Varga <nite@hq.sk>
Sat, 6 May 2017 10:02:22 +0000 (10:02 +0000)
commit882258f1e7727bbcb4a5e12700d78c8454f7ecea
tree97319a560d83a9d9df289605313b4a2552f2cb13
parentaa307bc6c06d9bcf8e877553af9babc95c42c39b
Move initial list creation to create-prefix-shard.

This move the initial list population of produce-transactions
to create-prefix-shard rpc with 3 hardcoded prefixes(prefix-1,prefix-2,prefix-3)
so that csit suites can populate the id-int list just once when the shard is created
and produce-transactions can now run parallely on multiple entries from
multiple nodes.

Change-Id: If70990c0e217cd68027ae960a7545c69acf52cdb
Signed-off-by: Tomas Cere <tcere@cisco.com>
(cherry picked from commit 74175c48bb2b3ee786108bdda8e665484080b7f5)
opendaylight/md-sal/samples/clustering-test-app/provider/src/main/java/org/opendaylight/controller/clustering/it/provider/MdsalLowLevelTestProvider.java
opendaylight/md-sal/samples/clustering-test-app/provider/src/main/java/org/opendaylight/controller/clustering/it/provider/impl/PrefixShardHandler.java
opendaylight/md-sal/samples/clustering-test-app/provider/src/main/java/org/opendaylight/controller/clustering/it/provider/impl/ProduceTransactionsHandler.java