takeseem

Results 16 comments of takeseem

can't find the greendao gradle pulgin source...

It really needs improvement, the waiting time is too long in multiple configurations. The first configuration is the main configuration, and I only need to monitor the first configuration. details...

定时器我只是举一个例子,实际的需求场景是:服务是有状态的,这个状态与分片有直接关系。 1. elasticjob调度器:用于分片调度,但是任务是有状态的 2. 分片如果重新分配后,需要感知到这个分片变化,重新设定任务的状态。

如果没有分片信息,UI界面上很多操作都无法执行,如触发。详情也无法点击进入,否则NPE:https://github.com/apache/shardingsphere-elasticjob-ui/issues/154 原因是:https://github.com/apache/shardingsphere-elasticjob/blob/master/elasticjob-lite/elasticjob-lite-lifecycle/src/main/java/org/apache/shardingsphere/elasticjob/lite/lifecycle/internal/statistics/ShardingStatisticsAPIImpl.java#L64 `JobInstance jobInstance = YamlEngine.unmarshal(regCenter.get(jobNodePath.getInstanceNodePath(instanceId)), JobInstance.class);` regCenter.get将返回null ``` [ERROR] 01:33:13.385 [http-nio-8118-exec-9] o.a.s.e.l.u.w.h.RestExceptionHandler - null java.lang.NullPointerException: null at java.util.regex.Matcher.getTextLength(Matcher.java:1283) at java.util.regex.Matcher.reset(Matcher.java:309) at java.util.regex.Matcher.(Matcher.java:229) at java.util.regex.Pattern.matcher(Pattern.java:1093) at org.yaml.snakeyaml.reader.StreamReader.checkPrintable(StreamReader.java:64) at org.yaml.snakeyaml.reader.StreamReader.(StreamReader.java:47) at...

my mind is: nodeID: include my application id, ip and pid. or nodeData: will be set zookeeper node data path /io.vertx/cluster/nodes/mynode-uuid when I monitor zookeeper, I can fast found my...

I think the info order is : input position > input mode > element state > find field. ![Image](https://github.com/user-attachments/assets/04bfa644-ff8a-4bc9-a4e5-d5e1ec6ef741) in debug I change the init `STATUS_FIELD_DEFS`, It's better. ``` STATUS_FIELD_DEFS[1]=STATUS_FIELD_DEFS[2]...

your can add others to status bar. see the right area of under image ![Image](https://github.com/user-attachments/assets/a1f45557-0bc3-4859-9125-b54f52c8a139)