Skip to content

QpsWorker doesn't terminate after it has run a client and QuitWorker has been invoked. #1685

Description

@jtattermusch

I was able to successfully run a benchmarking scenario using Java QPS woker, and the worker that was running the server terminates fine, but the worker that acted as a client doesn't terminate.

Output from the worker:

INFO: Client Config 
server_targets: "localhost:60164"
outstanding_rpcs_per_channel: 1
client_channels: 1
async_client_threads: 1
load_params {
  closed_loop {
  }
}
payload_config {
  simple_params {
  }
}
histogram_params {
  resolution: 0.01
  max_possible: 6.0E10
}

Apr 18, 2016 1:36:40 PM io.grpc.internal.ManagedChannelImpl <init>
INFO: [ManagedChannelImpl@58d8050a] Created with target directaddress:///localhost/127.0.0.1:60164
Apr 18, 2016 1:37:25 PM io.grpc.internal.ManagedChannelImpl maybeTerminateChannel
INFO: [ManagedChannelImpl@58d8050a] Terminated

after printing "Terminated" the process never finishes.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions