We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d24ea15 commit aca5ae6Copy full SHA for aca5ae6
src/crimson/tools/perf_crimson_msgr.cc
@@ -369,7 +369,7 @@ static seastar::future<> run(
369
return seastar::smp::invoke_on_all([&report, this] {
370
auto &server = container().local();
371
server.get_report(report.reports[seastar::this_shard_id()]);
372
- }).then([&report, this] {
+ }).then([&report] {
373
auto now = mono_clock::now();
374
auto prv = report.start_time;
375
report.start_time = now;
@@ -417,7 +417,7 @@ static seastar::future<> run(
417
});
418
}
419
);
420
- }).then([this] {
+ }).then([] {
421
logger().info("report is stopped!");
422
}).forward_to(std::move(pr_report));
423
0 commit comments