Skip to content

Commit

Permalink
fix(interactive): Interactive CI hot fix (#4079)
Browse files Browse the repository at this point in the history
As titled.

Compiling with aocc compiler fails.
  • Loading branch information
zhanglei1949 authored Jul 23, 2024
1 parent c16ffce commit c87d388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flex/engines/http_server/actor/admin_actor.act.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,7 @@ seastar::future<admin_query_result> admin_actor::start_service(
seastar::future<admin_query_result> admin_actor::stop_service(
query_param&& query_param) {
auto& hqps_service = HQPSService::get();
return hqps_service.stop_query_actors().then([this, &hqps_service] {
return hqps_service.stop_query_actors().then([this] {
LOG(INFO) << "Successfully stopped query handler";
// Add also remove current running graph
{
Expand Down

0 comments on commit c87d388

Please sign in to comment.