mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-02 19:25:52 +08:00
Merge pull request #3779 from ajbeamon/fix-write-tag-test-memory-error
Fix memory issue in write tag throttling test
This commit is contained in:
commit
94e7e11664
@ -220,7 +220,7 @@ struct WriteTagThrottlingWorkload : KVWorkload {
|
||||
state int availableRange = std::max(int(self->rangeEachBadActor * self->hotRangeRate), 1);
|
||||
state double lastTime = now();
|
||||
state double opStart;
|
||||
state StringRef key;
|
||||
state Key key;
|
||||
try {
|
||||
loop {
|
||||
wait(poisson(&lastTime, self->trInterval));
|
||||
|
Loading…
x
Reference in New Issue
Block a user