Fix write transaction shard stats 89/82189/3
authorTomas Cere <tomas.cere@pantheon.tech>
Tue, 21 May 2019 11:42:47 +0000 (13:42 +0200)
committerRobert Varga <nite@hq.sk>
Fri, 24 May 2019 15:27:53 +0000 (15:27 +0000)
With the changes in ask protocol due to to tell based
integration, shards stats had incorrectly reported
write transaction counts. Since backend doesnt care
about the difference between write-only and read-write
transactions and all are read-write from backend point of view
we can safely remove writeOnly counter.

Change-Id: I18046ad3b229755bbd0daa788a3fe62f59e4140d
Signed-off-by: Tomas Cere <tomas.cere@pantheon.tech>

No differences found