Skip to content

producer not stop after shutdown since #3199 #3609

@yuz10

Description

@yuz10

BUG REPORT

  1. Please describe the issue you observed:
  • What did you do (The steps to reproduce)?
   public static void main(String[] args) throws MQClientException, InterruptedException {

        DefaultMQProducer producer = new DefaultMQProducer("ProducerGroupName");
        producer.setNamesrvAddr("localhost:9876");
        producer.start();
        producer.shutdown();
    }
  • What did you expect to see?
    the producer will exit.

  • What did you see instead?
    the producer dont exit forever.

  1. Please tell us about your environment:

  2. Other information (e.g. detailed explanation, logs, related issues, suggestions how to fix, etc):

Metadata

Metadata

Assignees

No one assigned

    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