Results 7 issues of lubinwang

参考文档[staging-an-update]( https://kubernetes.io/docs/tutorials/stateful-application/basic-stateful-set/#staging-an-update) 发布的时候可以指定partition,例如,一个test服务有4个pod,我可以今天只更新test-3, 观察没问题明天再继续发test-2,如此重复,实现Canary Deployment的功能。

kind/feature

Hi, it would be great that if we can specify the cpu request and limit for a pod freely not limited by the cpuRequestLimitPercent. Could you add a config option...

kind/feature

How can JavaVerbalExpressions build a simple regex like this: [\d,]+ ```java VerbalExpression.regex().anyOf("0123456789,").oneOrMore().build() ``` It 's too ugly! How about this one: [a-k\s\d,]+ ? It would be nice to add a...

Hi, nice project, thank you very much. I think you should store the code array in the BinaryDocValuesField instead of the StoredField. It's too slow to access the store field...

server 端提示: failed to write: Bad file descriptor failed to write: Bad file descriptor ... failed to write: Bad file descriptor failed to write: Bad file descriptor^C client端提示: ... result:19993...

Hi, all Cobar-server-1.2.7 can not initialize successfully, and error log is as following: 17:26:54,044 INFO Cobar is ready to startup ... 17:26:54,044 INFO Startup processors ... 17:26:54,069 INFO Startup connector...

Hi, all I think there is no need to make a tcp connection to redis server everytime you execute a udf function, a connection pool would be great for performance....