Jiwei Guo

Results 18 issues of Jiwei Guo

### Motivation When there are many partitioned topics under a namespace, deleting the namespace forcibly will fail, because many requests update ns policies simultaneously and cause the metadata store throws...

type/improvement
component/admin
doc-not-needed

Fixes #15891 Master Issue: #15891 ### Motivation Pulsar-manager could see all the topics including the system topic and can terminate them. If terminates system topic by mistake, there would cause...

type/improvement
component/admin
doc-not-needed

``` Error: Tests run: 4, Failures: 1, Errors: 0, Skipped: 3, Time elapsed: 78.765 s

component/test
flaky-tests
Stale

``` Error: Tests run: 14, Failures: 6, Errors: 0, Skipped: 7, Time elapsed: 21.986 s

component/test
flaky-tests
Stale

As some end users have implemented an annotated job and the boot module has supported, we should support annotation jobs at the same time. Discusion [here](https://github.com/apache/shardingsphere-elasticjob/issues/970)

new feature
volunteer wanted
spring
lite

JobConfiguration should add timeout for users. If the job executes timeout event if, in sharding level, we can trace it and monitor it further. As for dag, we can decide...

new feature
volunteer wanted

We welcome front-end volunteers to take part in the development of [Admin Console of ElasticJob](https://github.com/apache/shardingsphere-elasticjob-ui), including beautifying the pages, more friendly interaction design and etc.

ui
volunteer wanted

We hard code '2016-12-16' as the online date, it's not nice to users. ``` private Date getOnlineDate() { SimpleDateFormat formatter = new SimpleDateFormat("yyyy-MM-dd"); try { return formatter.parse("2016-12-16"); } catch (final...

### Motivation Suppose there are 2 messages in the topic. One is consumed by consumer with packetId=1. but then broker-A crashes and broker-B owns the topic, it will send msg-2...