From commits-return-14950-archive-asf-public=cust-asf.ponee.io@pulsar.apache.org Sat Sep 22 20:49:43 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 217C9180677 for ; Sat, 22 Sep 2018 20:49:42 +0200 (CEST) Received: (qmail 54786 invoked by uid 500); 22 Sep 2018 18:49:42 -0000 Mailing-List: contact commits-help@pulsar.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pulsar.apache.org Delivered-To: mailing list commits@pulsar.apache.org Received: (qmail 54777 invoked by uid 99); 22 Sep 2018 18:49:42 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Sep 2018 18:49:42 +0000 From: GitBox To: commits@pulsar.apache.org Subject: [GitHub] sijie opened a new issue #2639: NullPointerException at closing consumer Message-ID: <153764218169.25192.7692848587101982146.gitbox@gitbox.apache.org> Date: Sat, 22 Sep 2018 18:49:41 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit sijie opened a new issue #2639: NullPointerException at closing consumer URL: https://github.com/apache/pulsar/issues/2639 *Problem* ``` Stacktrace java.lang.NullPointerException at org.apache.pulsar.client.impl.ConsumerImpl.closeAsync(ConsumerImpl.java:696) at org.apache.pulsar.client.impl.ConsumerBase.close(ConsumerBase.java:284) at org.apache.pulsar.client.api.ServiceUrlProviderTest.testCreateClientWithAutoChangedServiceUrlProvider(ServiceUrlProviderTest.java:115) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124) at org.testng.internal.InvokeMethodRunnable.runOne(InvokeMethodRunnable.java:54) at org.testng.internal.InvokeMethodRunnable.run(InvokeMethodRunnable.java:44) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services