kadlmt

Results 2 issues of kadlmt

### Which version of XXL-JOB do you using? v2.3.0 ### Expected behavior 执行glue(python),代码如下 ![image](https://user-images.githubusercontent.com/28049052/125010667-8d4a3180-e099-11eb-89ec-004b3c9a8e48.png) ### Actual behavior 报错信息如下 ![image](https://user-images.githubusercontent.com/28049052/125010355-ef566700-e098-11eb-8e71-c648bd0a764a.png) ### Steps to reproduce the behavior ### Other information

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version 2.9.2 ### Minimal reproduce step Consumer consumer = client.newConsumer() .topic("prod/collect/78_detail_common_urgent") .subscriptionName("my-subscription") .subscriptionType(SubscriptionType.Shared) .ackTimeout(5,...

type/bug