kaihekaihe

Results 16 issues of kaihekaihe

## Question Why persistence need to be redone after reconnection in `RegistryCenterConnectionStateListener` `public void stateChanged(final CuratorFramework client, final ConnectionState newState) { if (JobRegistry.getInstance().isShutdown(jobName)) { return; } JobScheduleController jobScheduleController = JobRegistry.getInstance().getJobScheduleController(jobName);...

question

## Bug Report **For English only**, other languages will not accept. Before report a bug, make sure you have: - Searched open and closed [GitHub issues](https://github.com/apache/shardingsphere-elasticjob/issues). - Read documentation: [ElasticJob...

bug
lite

## Feature Request **For English only**, other languages will not accept. Please pay attention on issues you submitted, because we maybe need more details. If no response anymore and we...

enhancement
spring

## Bug Report **For English only**, other languages will not accept. Before report a bug, make sure you have: - Searched open and closed [GitHub issues](https://github.com/apache/shardingsphere-elasticjob/issues). - Read documentation: [ElasticJob...

question

## Feature Request **For English only**, other languages will not accept. Please pay attention on issues you submitted, because we maybe need more details. If no response anymore and we...

enhancement

## Feature Request **For English only**, other languages will not accept. Please pay attention on issues you submitted, because we maybe need more details. If no response anymore and we...

question

saturn 对k8s的支持支持到了什么程度。elasticjob支持mesos,将任务执行、任务重试等都通过mesos框架来完成。 saturn是否是将资源调度、任务执行、任务重试等都借助于k8s api来完成的

Please answer some questions before submitting your issue. Thanks! ### Which version of XXL-JOB do you using? ### Expected behavior ### Actual behavior 我现在用的是2.3.0版本的xxl-job,但是我们的框架是spring,不是spring boot。我往里面注册一个bean:XxlJobSpringExecutor。断点发现这个bean判断instanceof SmartInitializingSingleton接口为FALSE,所以没有执行afterSingletonsInstantiated方法。执行器没有初始化成功.发现2.3.0版本里面的example删除了spring的示例,不知道是什么原因呢?同样的代码和配置用2.2.0的时候没有任何问题 ### Steps to reproduce...