[jira] [Updated] (SCB-1249) VertxServerRequestToHttpServletRequest#setBodyBuffer not reset inputstream to null

2019-04-10 Thread jeho0815 (JIRA)


 [ 
https://issues.apache.org/jira/browse/SCB-1249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jeho0815 updated SCB-1249:
--
Component/s: Java-Chassis

> VertxServerRequestToHttpServletRequest#setBodyBuffer not reset inputstream to 
> null
> --
>
> Key: SCB-1249
> URL: https://issues.apache.org/jira/browse/SCB-1249
> Project: Apache ServiceComb
>  Issue Type: Bug
>  Components: Java-Chassis
>Reporter: jeho0815
>Assignee: jeho0815
>Priority: Major
>
> setBodyBuffer not reset inputstream to null, will cause getInpustream return 
> old buffer



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (SCB-1249) VertxServerRequestToHttpServletRequest#setBodyBuffer not reset inputstream to null

2019-04-10 Thread jeho0815 (JIRA)
jeho0815 created SCB-1249:
-

 Summary: VertxServerRequestToHttpServletRequest#setBodyBuffer not 
reset inputstream to null
 Key: SCB-1249
 URL: https://issues.apache.org/jira/browse/SCB-1249
 Project: Apache ServiceComb
  Issue Type: Bug
Reporter: jeho0815
Assignee: jeho0815


setBodyBuffer not reset inputstream to null, will cause getInpustream return 
old buffer



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (SCB-1248) ServiceRegistry manage MicroserviceMeta

2019-04-10 Thread wujimin (JIRA)
wujimin created SCB-1248:


 Summary: ServiceRegistry manage MicroserviceMeta
 Key: SCB-1248
 URL: https://issues.apache.org/jira/browse/SCB-1248
 Project: Apache ServiceComb
  Issue Type: Sub-task
  Components: Java-Chassis
Reporter: wujimin
Assignee: wujimin
 Fix For: java-chassis-2.0.0






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (SCB-1096) [SCB-1096]change the method calculate process cpu rate to same with top

2019-04-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SCB-1096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

何一乐 updated SCB-1096:
-
Component/s: Java-Chassis

> [SCB-1096]change the method calculate process cpu rate  to same with top
> 
>
> Key: SCB-1096
> URL: https://issues.apache.org/jira/browse/SCB-1096
> Project: Apache ServiceComb
>  Issue Type: Bug
>  Components: Java-Chassis
>Reporter: 何一乐
>Assignee: 何一乐
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (SCB-1046) file upload support file array for the same name

2019-04-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SCB-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

何一乐 closed SCB-1046.

Resolution: Fixed

> file upload support file array for the same name
> 
>
> Key: SCB-1046
> URL: https://issues.apache.org/jira/browse/SCB-1046
> Project: Apache ServiceComb
>  Issue Type: Task
>  Components: Java-Chassis
>Reporter: wujimin
>Assignee: 何一乐
>Priority: Major
> Fix For: java-chassis-1.2.0
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> should test for both vertx and servlet
> for vertx:
>   1.modify 
> org.apache.servicecomb.foundation.vertx.http.VertxServerRequestToHttpServletRequest
>  to add override method: public Collection getParts() 
>   2.modify 
> org.apache.servicecomb.common.rest.codec.param.FormProcessorCreator.PartProcessor
>  to support file array



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (SCB-1046) file upload support file array for the same name

2019-04-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SCB-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

何一乐 updated SCB-1046:
-
Fix Version/s: java-chassis-1.2.0

> file upload support file array for the same name
> 
>
> Key: SCB-1046
> URL: https://issues.apache.org/jira/browse/SCB-1046
> Project: Apache ServiceComb
>  Issue Type: Task
>  Components: Java-Chassis
>Reporter: wujimin
>Assignee: 何一乐
>Priority: Major
> Fix For: java-chassis-1.2.0
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> should test for both vertx and servlet
> for vertx:
>   1.modify 
> org.apache.servicecomb.foundation.vertx.http.VertxServerRequestToHttpServletRequest
>  to add override method: public Collection getParts() 
>   2.modify 
> org.apache.servicecomb.common.rest.codec.param.FormProcessorCreator.PartProcessor
>  to support file array



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Reopened] (SCB-1046) file upload support file array for the same name

2019-04-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SCB-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

何一乐 reopened SCB-1046:
--

> file upload support file array for the same name
> 
>
> Key: SCB-1046
> URL: https://issues.apache.org/jira/browse/SCB-1046
> Project: Apache ServiceComb
>  Issue Type: Task
>  Components: Java-Chassis
>Reporter: wujimin
>Assignee: 何一乐
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> should test for both vertx and servlet
> for vertx:
>   1.modify 
> org.apache.servicecomb.foundation.vertx.http.VertxServerRequestToHttpServletRequest
>  to add override method: public Collection getParts() 
>   2.modify 
> org.apache.servicecomb.common.rest.codec.param.FormProcessorCreator.PartProcessor
>  to support file array



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (SCB-1051) when interface set produces=text/plain;charset=utf-8. and consumers set accept = text/plain,will cause error

2019-04-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SCB-1051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

何一乐 closed SCB-1051.

Resolution: Fixed

> when interface set produces=text/plain;charset=utf-8. and consumers set 
> accept = text/plain,will cause error
> 
>
> Key: SCB-1051
> URL: https://issues.apache.org/jira/browse/SCB-1051
> Project: Apache ServiceComb
>  Issue Type: Improvement
>  Components: Java-Chassis
>Reporter: 何一乐
>Assignee: 何一乐
>Priority: Major
> Fix For: java-chassis-1.2.0
>
> Attachments: screenshot-1.png
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (SCB-1054) when download file, we should ignore consumer acceptType

2019-04-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SCB-1054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

何一乐 closed SCB-1054.

Resolution: Fixed

> when download file, we should ignore consumer acceptType
> 
>
> Key: SCB-1054
> URL: https://issues.apache.org/jira/browse/SCB-1054
> Project: Apache ServiceComb
>  Issue Type: Bug
>  Components: Java-Chassis
>Reporter: 何一乐
>Assignee: 何一乐
>Priority: Critical
> Fix For: java-chassis-1.2.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (SCB-1054) when download file, we should ignore consumer acceptType

2019-04-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SCB-1054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

何一乐 updated SCB-1054:
-
Component/s: Java-Chassis

> when download file, we should ignore consumer acceptType
> 
>
> Key: SCB-1054
> URL: https://issues.apache.org/jira/browse/SCB-1054
> Project: Apache ServiceComb
>  Issue Type: Bug
>  Components: Java-Chassis
>Reporter: 何一乐
>Assignee: 何一乐
>Priority: Critical
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (SCB-1054) when download file, we should ignore consumer acceptType

2019-04-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SCB-1054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

何一乐 updated SCB-1054:
-
Fix Version/s: java-chassis-1.2.0

> when download file, we should ignore consumer acceptType
> 
>
> Key: SCB-1054
> URL: https://issues.apache.org/jira/browse/SCB-1054
> Project: Apache ServiceComb
>  Issue Type: Bug
>  Components: Java-Chassis
>Reporter: 何一乐
>Assignee: 何一乐
>Priority: Critical
> Fix For: java-chassis-1.2.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Reopened] (SCB-1054) when download file, we should ignore consumer acceptType

2019-04-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SCB-1054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

何一乐 reopened SCB-1054:
--

> when download file, we should ignore consumer acceptType
> 
>
> Key: SCB-1054
> URL: https://issues.apache.org/jira/browse/SCB-1054
> Project: Apache ServiceComb
>  Issue Type: Bug
>Reporter: 何一乐
>Assignee: 何一乐
>Priority: Critical
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (SCB-1051) when interface set produces=text/plain;charset=utf-8. and consumers set accept = text/plain,will cause error

2019-04-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SCB-1051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

何一乐 updated SCB-1051:
-
Fix Version/s: java-chassis-1.2.0

> when interface set produces=text/plain;charset=utf-8. and consumers set 
> accept = text/plain,will cause error
> 
>
> Key: SCB-1051
> URL: https://issues.apache.org/jira/browse/SCB-1051
> Project: Apache ServiceComb
>  Issue Type: Improvement
>  Components: Java-Chassis
>Reporter: 何一乐
>Assignee: 何一乐
>Priority: Major
> Fix For: java-chassis-1.2.0
>
> Attachments: screenshot-1.png
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (SCB-968) [SCB-968] http2 do not support pump download

2019-04-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SCB-968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

何一乐 closed SCB-968.
---
Resolution: Fixed

> [SCB-968] http2 do not support pump download
> 
>
> Key: SCB-968
> URL: https://issues.apache.org/jira/browse/SCB-968
> Project: Apache ServiceComb
>  Issue Type: Bug
>  Components: Java-Chassis
>Reporter: 何一乐
>Assignee: 何一乐
>Priority: Major
> Fix For: java-chassis-1.2.0
>
>
> when use http2 settings, TestDownload in demo will throw a can not save zero 
> bytes exception. as the last item in pending stack is empty string ""



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Reopened] (SCB-1202) pump down with vertx3.6.3 no need to check buff length in AsynFileImpl#doWrite

2019-04-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SCB-1202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

何一乐 reopened SCB-1202:
--

> pump down with vertx3.6.3 no need to check buff length in AsynFileImpl#doWrite
> --
>
> Key: SCB-1202
> URL: https://issues.apache.org/jira/browse/SCB-1202
> Project: Apache ServiceComb
>  Issue Type: Improvement
>Reporter: 何一乐
>Assignee: 何一乐
>Priority: Major
> Attachments: 捕获.PNG
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (SCB-1096) [SCB-1096]change the method calculate process cpu rate to same with top

2019-04-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SCB-1096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

何一乐 updated SCB-1096:
-
Fix Version/s: java-chassis-1.2.0

> [SCB-1096]change the method calculate process cpu rate  to same with top
> 
>
> Key: SCB-1096
> URL: https://issues.apache.org/jira/browse/SCB-1096
> Project: Apache ServiceComb
>  Issue Type: Bug
>  Components: Java-Chassis
>Reporter: 何一乐
>Assignee: 何一乐
>Priority: Major
> Fix For: java-chassis-1.2.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (SCB-1202) pump down with vertx3.6.3 no need to check buff length in AsynFileImpl#doWrite

2019-04-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SCB-1202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

何一乐 updated SCB-1202:
-
Component/s: Java-Chassis

> pump down with vertx3.6.3 no need to check buff length in AsynFileImpl#doWrite
> --
>
> Key: SCB-1202
> URL: https://issues.apache.org/jira/browse/SCB-1202
> Project: Apache ServiceComb
>  Issue Type: Improvement
>  Components: Java-Chassis
>Reporter: 何一乐
>Assignee: 何一乐
>Priority: Major
> Attachments: 捕获.PNG
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (SCB-1047) microservice.yaml service_description.version support format xxx.xx.xxx.xxx

2019-04-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SCB-1047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

何一乐 closed SCB-1047.

Resolution: Fixed

> microservice.yaml  service_description.version support format xxx.xx.xxx.xxx
> 
>
> Key: SCB-1047
> URL: https://issues.apache.org/jira/browse/SCB-1047
> Project: Apache ServiceComb
>  Issue Type: Improvement
>  Components: Java-Chassis
>Reporter: 何一乐
>Assignee: 何一乐
>Priority: Major
> Fix For: java-chassis-1.2.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Reopened] (SCB-1051) when interface set produces=text/plain;charset=utf-8. and consumers set accept = text/plain,will cause error

2019-04-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SCB-1051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

何一乐 reopened SCB-1051:
--

> when interface set produces=text/plain;charset=utf-8. and consumers set 
> accept = text/plain,will cause error
> 
>
> Key: SCB-1051
> URL: https://issues.apache.org/jira/browse/SCB-1051
> Project: Apache ServiceComb
>  Issue Type: Improvement
>  Components: Java-Chassis
>Reporter: 何一乐
>Assignee: 何一乐
>Priority: Major
> Attachments: screenshot-1.png
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (SCB-1047) microservice.yaml service_description.version support format xxx.xx.xxx.xxx

2019-04-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SCB-1047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

何一乐 updated SCB-1047:
-
Fix Version/s: java-chassis-1.2.0

> microservice.yaml  service_description.version support format xxx.xx.xxx.xxx
> 
>
> Key: SCB-1047
> URL: https://issues.apache.org/jira/browse/SCB-1047
> Project: Apache ServiceComb
>  Issue Type: Improvement
>  Components: Java-Chassis
>Reporter: 何一乐
>Assignee: 何一乐
>Priority: Major
> Fix For: java-chassis-1.2.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Reopened] (SCB-1047) microservice.yaml service_description.version support format xxx.xx.xxx.xxx

2019-04-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SCB-1047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

何一乐 reopened SCB-1047:
--

> microservice.yaml  service_description.version support format xxx.xx.xxx.xxx
> 
>
> Key: SCB-1047
> URL: https://issues.apache.org/jira/browse/SCB-1047
> Project: Apache ServiceComb
>  Issue Type: Improvement
>  Components: Java-Chassis
>Reporter: 何一乐
>Assignee: 何一乐
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (SCB-1144) change samples use log4j2

2019-04-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SCB-1144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

何一乐 updated SCB-1144:
-
Fix Version/s: java-chassis-1.2.0

> change samples use log4j2
> -
>
> Key: SCB-1144
> URL: https://issues.apache.org/jira/browse/SCB-1144
> Project: Apache ServiceComb
>  Issue Type: Sub-task
>  Components: Java-Chassis
>Reporter: 何一乐
>Assignee: 何一乐
>Priority: Major
> Fix For: java-chassis-1.2.0
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (SCB-1066) when start error, destroy method may throw an exception lead to origin exception losed

2019-04-10 Thread jeho0815 (JIRA)


 [ 
https://issues.apache.org/jira/browse/SCB-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jeho0815 updated SCB-1066:
--
Fix Version/s: java-chassis-1.2.0

> when start error, destroy method may throw an exception lead to origin 
> exception losed
> --
>
> Key: SCB-1066
> URL: https://issues.apache.org/jira/browse/SCB-1066
> Project: Apache ServiceComb
>  Issue Type: Bug
>  Components: Java-Chassis
>Reporter: jeho0815
>Assignee: jeho0815
>Priority: Major
> Fix For: java-chassis-1.2.0
>
> Attachments: image-2018-12-04-21-25-08-309.png
>
>
>  
> 1、when operationid repead, ProducerProviderManager shutdown error with a NPE
> 2、using LocalServiceRegistryClientImpl 
> !image-2018-12-04-21-25-08-309.png!
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Reopened] (SCB-353) Servicecomb当前性能统计不支持时延分布的统计,这个对于业务有重要意义

2019-04-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SCB-353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

何一乐 reopened SCB-353:
-

> Servicecomb当前性能统计不支持时延分布的统计,这个对于业务有重要意义
> ---
>
> Key: SCB-353
> URL: https://issues.apache.org/jira/browse/SCB-353
> Project: Apache ServiceComb
>  Issue Type: Sub-task
>  Components: Java-Chassis
>Reporter: renyingxin
>Assignee: 何一乐
>Priority: Major
>
> Servicecomb当前性能统计不支持时延分布的统计,这个对于业务有重要意义,也就是类似[0,200),[200,400)这种时延分布的统计,平均时延可能会掩盖系统的部分问题,比如部分高延时,但是被正常平均值掩盖了
>  
> latency scopes should support configuration, not hard code.
> https://github.com/apache/servicecomb-java-chassis/pull/1075



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Reopened] (SCB-968) [SCB-968]968 http2 do not support pump download

2019-04-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SCB-968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

何一乐 reopened SCB-968:
-

> [SCB-968]968 http2 do not support pump download
> ---
>
> Key: SCB-968
> URL: https://issues.apache.org/jira/browse/SCB-968
> Project: Apache ServiceComb
>  Issue Type: Bug
>  Components: Java-Chassis
>Reporter: 何一乐
>Assignee: 何一乐
>Priority: Major
>
> when use http2 settings, TestDownload in demo will throw a can not save zero 
> bytes exception. as the last item in pending stack is empty string ""



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (SCB-968) [SCB-968] http2 do not support pump download

2019-04-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SCB-968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

何一乐 updated SCB-968:

Summary: [SCB-968] http2 do not support pump download  (was: [SCB-968]968 
http2 do not support pump download)

> [SCB-968] http2 do not support pump download
> 
>
> Key: SCB-968
> URL: https://issues.apache.org/jira/browse/SCB-968
> Project: Apache ServiceComb
>  Issue Type: Bug
>  Components: Java-Chassis
>Reporter: 何一乐
>Assignee: 何一乐
>Priority: Major
>
> when use http2 settings, TestDownload in demo will throw a can not save zero 
> bytes exception. as the last item in pending stack is empty string ""



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (SCB-968) [SCB-968] http2 do not support pump download

2019-04-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SCB-968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

何一乐 updated SCB-968:

Fix Version/s: java-chassis-1.2.0

> [SCB-968] http2 do not support pump download
> 
>
> Key: SCB-968
> URL: https://issues.apache.org/jira/browse/SCB-968
> Project: Apache ServiceComb
>  Issue Type: Bug
>  Components: Java-Chassis
>Reporter: 何一乐
>Assignee: 何一乐
>Priority: Major
> Fix For: java-chassis-1.2.0
>
>
> when use http2 settings, TestDownload in demo will throw a can not save zero 
> bytes exception. as the last item in pending stack is empty string ""



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Reopened] (SCB-1037) in vertx 3.6.0, PumpImpl do not support "", it will throw exception

2019-04-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SCB-1037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

何一乐 reopened SCB-1037:
--

> in vertx 3.6.0, PumpImpl do not support "", it will throw exception
> ---
>
> Key: SCB-1037
> URL: https://issues.apache.org/jira/browse/SCB-1037
> Project: Apache ServiceComb
>  Issue Type: Improvement
>  Components: Java-Chassis
>Reporter: 何一乐
>Assignee: 何一乐
>Priority: Critical
>
> so we avoid it by replace it with our own PumpImpl
> when vertx is updated, we need delete our own PumpImpl
> https://github.com/apache/servicecomb-java-chassis/pull/1001



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (SCB-1037) in vertx 3.6.0, PumpImpl do not support "", it will throw exception

2019-04-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SCB-1037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

何一乐 closed SCB-1037.

Resolution: Fixed

> in vertx 3.6.0, PumpImpl do not support "", it will throw exception
> ---
>
> Key: SCB-1037
> URL: https://issues.apache.org/jira/browse/SCB-1037
> Project: Apache ServiceComb
>  Issue Type: Improvement
>  Components: Java-Chassis
>Reporter: 何一乐
>Assignee: 何一乐
>Priority: Critical
> Fix For: java-chassis-1.2.0
>
>
> so we avoid it by replace it with our own PumpImpl
> when vertx is updated, we need delete our own PumpImpl
> https://github.com/apache/servicecomb-java-chassis/pull/1001



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (SCB-1037) in vertx 3.6.0, PumpImpl do not support "", it will throw exception

2019-04-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SCB-1037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

何一乐 updated SCB-1037:
-
Fix Version/s: java-chassis-1.2.0

> in vertx 3.6.0, PumpImpl do not support "", it will throw exception
> ---
>
> Key: SCB-1037
> URL: https://issues.apache.org/jira/browse/SCB-1037
> Project: Apache ServiceComb
>  Issue Type: Improvement
>  Components: Java-Chassis
>Reporter: 何一乐
>Assignee: 何一乐
>Priority: Critical
> Fix For: java-chassis-1.2.0
>
>
> so we avoid it by replace it with our own PumpImpl
> when vertx is updated, we need delete our own PumpImpl
> https://github.com/apache/servicecomb-java-chassis/pull/1001



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (SCB-1044) add current process CPU rate and net packets in the metrics

2019-04-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SCB-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

何一乐 closed SCB-1044.

Resolution: Fixed

> add current process CPU rate  and net packets in the metrics
> 
>
> Key: SCB-1044
> URL: https://issues.apache.org/jira/browse/SCB-1044
> Project: Apache ServiceComb
>  Issue Type: Improvement
>  Components: Java-Chassis
>Reporter: 何一乐
>Assignee: 何一乐
>Priority: Major
> Fix For: java-chassis-1.2.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Reopened] (SCB-1044) add current process CPU rate and net packets in the metrics

2019-04-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SCB-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

何一乐 reopened SCB-1044:
--

> add current process CPU rate  and net packets in the metrics
> 
>
> Key: SCB-1044
> URL: https://issues.apache.org/jira/browse/SCB-1044
> Project: Apache ServiceComb
>  Issue Type: Improvement
>  Components: Java-Chassis
>Reporter: 何一乐
>Assignee: 何一乐
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (SCB-1044) add current process CPU rate and net packets in the metrics

2019-04-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SCB-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

何一乐 updated SCB-1044:
-
Fix Version/s: java-chassis-1.2.0

> add current process CPU rate  and net packets in the metrics
> 
>
> Key: SCB-1044
> URL: https://issues.apache.org/jira/browse/SCB-1044
> Project: Apache ServiceComb
>  Issue Type: Improvement
>  Components: Java-Chassis
>Reporter: 何一乐
>Assignee: 何一乐
>Priority: Major
> Fix For: java-chassis-1.2.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (SCB-1096) [SCB-1096]change the method calculate process cpu rate to same with top

2019-04-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SCB-1096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

何一乐 closed SCB-1096.

Resolution: Fixed

> [SCB-1096]change the method calculate process cpu rate  to same with top
> 
>
> Key: SCB-1096
> URL: https://issues.apache.org/jira/browse/SCB-1096
> Project: Apache ServiceComb
>  Issue Type: Bug
>  Components: Java-Chassis
>Reporter: 何一乐
>Assignee: 何一乐
>Priority: Major
> Fix For: java-chassis-1.2.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Reopened] (SCB-1096) [SCB-1096]change the method calculate process cpu rate to same with top

2019-04-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SCB-1096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

何一乐 reopened SCB-1096:
--

> [SCB-1096]change the method calculate process cpu rate  to same with top
> 
>
> Key: SCB-1096
> URL: https://issues.apache.org/jira/browse/SCB-1096
> Project: Apache ServiceComb
>  Issue Type: Bug
>Reporter: 何一乐
>Assignee: 何一乐
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (SCB-1177) update vertx to 3.6+ version to result .vertx directory was default created

2019-04-10 Thread jeho0815 (JIRA)


 [ 
https://issues.apache.org/jira/browse/SCB-1177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jeho0815 updated SCB-1177:
--
Fix Version/s: java-chassis-1.2.0

> update vertx to 3.6+ version to result .vertx directory was default created 
> 
>
> Key: SCB-1177
> URL: https://issues.apache.org/jira/browse/SCB-1177
> Project: Apache ServiceComb
>  Issue Type: Improvement
>  Components: Java-Chassis
>Reporter: jeho0815
>Assignee: jeho0815
>Priority: Major
> Fix For: java-chassis-1.2.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> latest vertx use the config to 
> {code:java}
> public class FileSystemOptions {
> /**
> * The default behavior for caching files for class path resolution = {@code 
> false} if and only if the system property {@code "vertx.disableFileCaching"} 
> exists and is set to the string {@code "false"}
> */
> public static final boolean DEFAULT_FILE_CACHING_ENABLED = 
> !Boolean.getBoolean(DISABLE_FILE_CACHING_PROP_NAME);
> /**
> * The default behavior to cache or not class path resolution = {@code false} 
> if and only if the system property {@code "vertx.disableFileCPResolving"} 
> exists and is set to the string {@code "false"}
> */
> public static final boolean DEFAULT_CLASS_PATH_RESOLVING_ENABLED = 
> !Boolean.getBoolean(DISABLE_CP_RESOLVING_PROP_NAME);
> private boolean classPathResolvingEnabled = 
> DEFAULT_CLASS_PATH_RESOLVING_ENABLED;
> private boolean fileCachingEnabled = DEFAULT_FILE_CACHING_ENABLED;
> {code}
> the default value change to static final, but the ServiceComb use 
> System.setProperty, it dose not work now
> {code:java}
> /**
> * 配置vertx的文件缓存功能,默认关闭
> */
> protected static void configureVertxFileCaching() {
> if (System.getProperty(FileResolver.DISABLE_CP_RESOLVING_PROP_NAME) == null) {
> System.setProperty(FileResolver.DISABLE_CP_RESOLVING_PROP_NAME, "true");
> }
> }
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (SCB-1224) [SCB-1224] az affinity is conflict with empty instance protection

2019-04-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SCB-1224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

何一乐 updated SCB-1224:
-
Component/s: Java-Chassis

> [SCB-1224] az affinity is conflict with empty instance protection
> -
>
> Key: SCB-1224
> URL: https://issues.apache.org/jira/browse/SCB-1224
> Project: Apache ServiceComb
>  Issue Type: Bug
>  Components: Java-Chassis
>Reporter: 何一乐
>Assignee: 何一乐
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (SCB-1224) [SCB-1224] az affinity is conflict with empty instance protection

2019-04-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SCB-1224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

何一乐 updated SCB-1224:
-
Fix Version/s: java-chassis-1.2.0

> [SCB-1224] az affinity is conflict with empty instance protection
> -
>
> Key: SCB-1224
> URL: https://issues.apache.org/jira/browse/SCB-1224
> Project: Apache ServiceComb
>  Issue Type: Bug
>  Components: Java-Chassis
>Reporter: 何一乐
>Assignee: 何一乐
>Priority: Major
> Fix For: java-chassis-1.2.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (SCB-1177) update vertx to 3.6+ version to result .vertx directory was default created

2019-04-10 Thread jeho0815 (JIRA)


 [ 
https://issues.apache.org/jira/browse/SCB-1177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jeho0815 closed SCB-1177.
-
Resolution: Fixed

> update vertx to 3.6+ version to result .vertx directory was default created 
> 
>
> Key: SCB-1177
> URL: https://issues.apache.org/jira/browse/SCB-1177
> Project: Apache ServiceComb
>  Issue Type: Improvement
>  Components: Java-Chassis
>Reporter: jeho0815
>Assignee: jeho0815
>Priority: Major
> Fix For: java-chassis-1.2.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> latest vertx use the config to 
> {code:java}
> public class FileSystemOptions {
> /**
> * The default behavior for caching files for class path resolution = {@code 
> false} if and only if the system property {@code "vertx.disableFileCaching"} 
> exists and is set to the string {@code "false"}
> */
> public static final boolean DEFAULT_FILE_CACHING_ENABLED = 
> !Boolean.getBoolean(DISABLE_FILE_CACHING_PROP_NAME);
> /**
> * The default behavior to cache or not class path resolution = {@code false} 
> if and only if the system property {@code "vertx.disableFileCPResolving"} 
> exists and is set to the string {@code "false"}
> */
> public static final boolean DEFAULT_CLASS_PATH_RESOLVING_ENABLED = 
> !Boolean.getBoolean(DISABLE_CP_RESOLVING_PROP_NAME);
> private boolean classPathResolvingEnabled = 
> DEFAULT_CLASS_PATH_RESOLVING_ENABLED;
> private boolean fileCachingEnabled = DEFAULT_FILE_CACHING_ENABLED;
> {code}
> the default value change to static final, but the ServiceComb use 
> System.setProperty, it dose not work now
> {code:java}
> /**
> * 配置vertx的文件缓存功能,默认关闭
> */
> protected static void configureVertxFileCaching() {
> if (System.getProperty(FileResolver.DISABLE_CP_RESOLVING_PROP_NAME) == null) {
> System.setProperty(FileResolver.DISABLE_CP_RESOLVING_PROP_NAME, "true");
> }
> }
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Reopened] (SCB-1177) update vertx to 3.6+ version to result .vertx directory was default created

2019-04-10 Thread jeho0815 (JIRA)


 [ 
https://issues.apache.org/jira/browse/SCB-1177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jeho0815 reopened SCB-1177:
---

> update vertx to 3.6+ version to result .vertx directory was default created 
> 
>
> Key: SCB-1177
> URL: https://issues.apache.org/jira/browse/SCB-1177
> Project: Apache ServiceComb
>  Issue Type: Improvement
>  Components: Java-Chassis
>Reporter: jeho0815
>Assignee: jeho0815
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> latest vertx use the config to 
> {code:java}
> public class FileSystemOptions {
> /**
> * The default behavior for caching files for class path resolution = {@code 
> false} if and only if the system property {@code "vertx.disableFileCaching"} 
> exists and is set to the string {@code "false"}
> */
> public static final boolean DEFAULT_FILE_CACHING_ENABLED = 
> !Boolean.getBoolean(DISABLE_FILE_CACHING_PROP_NAME);
> /**
> * The default behavior to cache or not class path resolution = {@code false} 
> if and only if the system property {@code "vertx.disableFileCPResolving"} 
> exists and is set to the string {@code "false"}
> */
> public static final boolean DEFAULT_CLASS_PATH_RESOLVING_ENABLED = 
> !Boolean.getBoolean(DISABLE_CP_RESOLVING_PROP_NAME);
> private boolean classPathResolvingEnabled = 
> DEFAULT_CLASS_PATH_RESOLVING_ENABLED;
> private boolean fileCachingEnabled = DEFAULT_FILE_CACHING_ENABLED;
> {code}
> the default value change to static final, but the ServiceComb use 
> System.setProperty, it dose not work now
> {code:java}
> /**
> * 配置vertx的文件缓存功能,默认关闭
> */
> protected static void configureVertxFileCaching() {
> if (System.getProperty(FileResolver.DISABLE_CP_RESOLVING_PROP_NAME) == null) {
> System.setProperty(FileResolver.DISABLE_CP_RESOLVING_PROP_NAME, "true");
> }
> }
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Reopened] (SCB-1143) Servicecomb support watch service center with auth headers

2019-04-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SCB-1143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

何一乐 reopened SCB-1143:
--

> Servicecomb support watch service center with auth headers
> --
>
> Key: SCB-1143
> URL: https://issues.apache.org/jira/browse/SCB-1143
> Project: Apache ServiceComb
>  Issue Type: Bug
>Reporter: 何一乐
>Assignee: 何一乐
>Priority: Major
>  Time Spent: 1h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (SCB-1143) Servicecomb support watch service center with auth headers

2019-04-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SCB-1143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

何一乐 closed SCB-1143.

Resolution: Fixed

> Servicecomb support watch service center with auth headers
> --
>
> Key: SCB-1143
> URL: https://issues.apache.org/jira/browse/SCB-1143
> Project: Apache ServiceComb
>  Issue Type: Bug
>  Components: Java-Chassis
>Reporter: 何一乐
>Assignee: 何一乐
>Priority: Major
> Fix For: java-chassis-1.2.0
>
>  Time Spent: 1h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (SCB-1068) As a developer want to know instance detail info when instance isolation

2019-04-10 Thread jeho0815 (JIRA)


 [ 
https://issues.apache.org/jira/browse/SCB-1068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jeho0815 closed SCB-1068.
-
Resolution: Fixed

> As a developer want to know instance detail info when instance isolation 
> -
>
> Key: SCB-1068
> URL: https://issues.apache.org/jira/browse/SCB-1068
> Project: Apache ServiceComb
>  Issue Type: Improvement
>  Components: Java-Chassis
>Reporter: jeho0815
>Assignee: jeho0815
>Priority: Major
> Fix For: java-chassis-1.2.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (SCB-1068) As a developer want to know instance detail info when instance isolation

2019-04-10 Thread jeho0815 (JIRA)


 [ 
https://issues.apache.org/jira/browse/SCB-1068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jeho0815 updated SCB-1068:
--
Fix Version/s: java-chassis-1.2.0

> As a developer want to know instance detail info when instance isolation 
> -
>
> Key: SCB-1068
> URL: https://issues.apache.org/jira/browse/SCB-1068
> Project: Apache ServiceComb
>  Issue Type: Improvement
>  Components: Java-Chassis
>Reporter: jeho0815
>Assignee: jeho0815
>Priority: Major
> Fix For: java-chassis-1.2.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Reopened] (SCB-1068) As a developer want to know instance detail info when instance isolation

2019-04-10 Thread jeho0815 (JIRA)


 [ 
https://issues.apache.org/jira/browse/SCB-1068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jeho0815 reopened SCB-1068:
---

> As a developer want to know instance detail info when instance isolation 
> -
>
> Key: SCB-1068
> URL: https://issues.apache.org/jira/browse/SCB-1068
> Project: Apache ServiceComb
>  Issue Type: Improvement
>  Components: Java-Chassis
>Reporter: jeho0815
>Assignee: jeho0815
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (SCB-1143) Servicecomb support watch service center with auth headers

2019-04-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SCB-1143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

何一乐 updated SCB-1143:
-
Component/s: Java-Chassis

> Servicecomb support watch service center with auth headers
> --
>
> Key: SCB-1143
> URL: https://issues.apache.org/jira/browse/SCB-1143
> Project: Apache ServiceComb
>  Issue Type: Bug
>  Components: Java-Chassis
>Reporter: 何一乐
>Assignee: 何一乐
>Priority: Major
>  Time Spent: 1h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (SCB-1143) Servicecomb support watch service center with auth headers

2019-04-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SCB-1143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

何一乐 updated SCB-1143:
-
Fix Version/s: java-chassis-1.2.0

> Servicecomb support watch service center with auth headers
> --
>
> Key: SCB-1143
> URL: https://issues.apache.org/jira/browse/SCB-1143
> Project: Apache ServiceComb
>  Issue Type: Bug
>  Components: Java-Chassis
>Reporter: 何一乐
>Assignee: 何一乐
>Priority: Major
> Fix For: java-chassis-1.2.0
>
>  Time Spent: 1h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (SCB-1144) change samples use log4j2

2019-04-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SCB-1144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

何一乐 closed SCB-1144.

Resolution: Fixed

> change samples use log4j2
> -
>
> Key: SCB-1144
> URL: https://issues.apache.org/jira/browse/SCB-1144
> Project: Apache ServiceComb
>  Issue Type: Sub-task
>  Components: Java-Chassis
>Reporter: 何一乐
>Assignee: 何一乐
>Priority: Major
> Fix For: java-chassis-1.2.0
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (SCB-1144) change samples use log4j2

2019-04-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SCB-1144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

何一乐 updated SCB-1144:
-
Component/s: Java-Chassis

> change samples use log4j2
> -
>
> Key: SCB-1144
> URL: https://issues.apache.org/jira/browse/SCB-1144
> Project: Apache ServiceComb
>  Issue Type: Sub-task
>  Components: Java-Chassis
>Reporter: 何一乐
>Assignee: 何一乐
>Priority: Major
>  Time Spent: 40m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (SCB-1066) when start error, destroy method may throw an exception lead to origin exception losed

2019-04-10 Thread jeho0815 (JIRA)


 [ 
https://issues.apache.org/jira/browse/SCB-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jeho0815 closed SCB-1066.
-
Resolution: Fixed

> when start error, destroy method may throw an exception lead to origin 
> exception losed
> --
>
> Key: SCB-1066
> URL: https://issues.apache.org/jira/browse/SCB-1066
> Project: Apache ServiceComb
>  Issue Type: Bug
>  Components: Java-Chassis
>Reporter: jeho0815
>Assignee: jeho0815
>Priority: Major
> Fix For: java-chassis-1.2.0
>
> Attachments: image-2018-12-04-21-25-08-309.png
>
>
>  
> 1、when operationid repead, ProducerProviderManager shutdown error with a NPE
> 2、using LocalServiceRegistryClientImpl 
> !image-2018-12-04-21-25-08-309.png!
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Reopened] (SCB-1144) change samples use log4j2

2019-04-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SCB-1144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

何一乐 reopened SCB-1144:
--

> change samples use log4j2
> -
>
> Key: SCB-1144
> URL: https://issues.apache.org/jira/browse/SCB-1144
> Project: Apache ServiceComb
>  Issue Type: Sub-task
>Reporter: 何一乐
>Assignee: 何一乐
>Priority: Major
>  Time Spent: 40m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Reopened] (SCB-1066) when start error, destroy method may throw an exception lead to origin exception losed

2019-04-10 Thread jeho0815 (JIRA)


 [ 
https://issues.apache.org/jira/browse/SCB-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jeho0815 reopened SCB-1066:
---

> when start error, destroy method may throw an exception lead to origin 
> exception losed
> --
>
> Key: SCB-1066
> URL: https://issues.apache.org/jira/browse/SCB-1066
> Project: Apache ServiceComb
>  Issue Type: Bug
>  Components: Java-Chassis
>Reporter: jeho0815
>Assignee: jeho0815
>Priority: Major
> Attachments: image-2018-12-04-21-25-08-309.png
>
>
>  
> 1、when operationid repead, ProducerProviderManager shutdown error with a NPE
> 2、using LocalServiceRegistryClientImpl 
> !image-2018-12-04-21-25-08-309.png!
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (SCB-353) Servicecomb当前性能统计不支持时延分布的统计,这个对于业务有重要意义

2019-04-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SCB-353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

何一乐 closed SCB-353.
---
Resolution: Fixed

> Servicecomb当前性能统计不支持时延分布的统计,这个对于业务有重要意义
> ---
>
> Key: SCB-353
> URL: https://issues.apache.org/jira/browse/SCB-353
> Project: Apache ServiceComb
>  Issue Type: Sub-task
>  Components: Java-Chassis
>Reporter: renyingxin
>Assignee: 何一乐
>Priority: Major
> Fix For: java-chassis-1.2.0
>
>
> Servicecomb当前性能统计不支持时延分布的统计,这个对于业务有重要意义,也就是类似[0,200),[200,400)这种时延分布的统计,平均时延可能会掩盖系统的部分问题,比如部分高延时,但是被正常平均值掩盖了
>  
> latency scopes should support configuration, not hard code.
> https://github.com/apache/servicecomb-java-chassis/pull/1075



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (SCB-353) Servicecomb当前性能统计不支持时延分布的统计,这个对于业务有重要意义

2019-04-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SCB-353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

何一乐 updated SCB-353:

Fix Version/s: java-chassis-1.2.0

> Servicecomb当前性能统计不支持时延分布的统计,这个对于业务有重要意义
> ---
>
> Key: SCB-353
> URL: https://issues.apache.org/jira/browse/SCB-353
> Project: Apache ServiceComb
>  Issue Type: Sub-task
>  Components: Java-Chassis
>Reporter: renyingxin
>Assignee: 何一乐
>Priority: Major
> Fix For: java-chassis-1.2.0
>
>
> Servicecomb当前性能统计不支持时延分布的统计,这个对于业务有重要意义,也就是类似[0,200),[200,400)这种时延分布的统计,平均时延可能会掩盖系统的部分问题,比如部分高延时,但是被正常平均值掩盖了
>  
> latency scopes should support configuration, not hard code.
> https://github.com/apache/servicecomb-java-chassis/pull/1075



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (SCB-1202) pump down with vertx3.6.3 no need to check buff length in AsynFileImpl#doWrite

2019-04-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SCB-1202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

何一乐 closed SCB-1202.

Resolution: Fixed

> pump down with vertx3.6.3 no need to check buff length in AsynFileImpl#doWrite
> --
>
> Key: SCB-1202
> URL: https://issues.apache.org/jira/browse/SCB-1202
> Project: Apache ServiceComb
>  Issue Type: Improvement
>  Components: Java-Chassis
>Reporter: 何一乐
>Assignee: 何一乐
>Priority: Major
> Fix For: java-chassis-1.2.0
>
> Attachments: 捕获.PNG
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (SCB-1224) [SCB-1224] az affinity is conflict with empty instance protection

2019-04-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SCB-1224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

何一乐 closed SCB-1224.

Resolution: Fixed

> [SCB-1224] az affinity is conflict with empty instance protection
> -
>
> Key: SCB-1224
> URL: https://issues.apache.org/jira/browse/SCB-1224
> Project: Apache ServiceComb
>  Issue Type: Bug
>  Components: Java-Chassis
>Reporter: 何一乐
>Assignee: 何一乐
>Priority: Major
> Fix For: java-chassis-1.2.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (SCB-1224) [SCB-1224] az affinity is conflict with empty instance protection

2019-04-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SCB-1224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

何一乐 updated SCB-1224:
-
Affects Version/s: (was: java-chassis-1.2.0)

> [SCB-1224] az affinity is conflict with empty instance protection
> -
>
> Key: SCB-1224
> URL: https://issues.apache.org/jira/browse/SCB-1224
> Project: Apache ServiceComb
>  Issue Type: Bug
>  Components: Java-Chassis
>Reporter: 何一乐
>Assignee: 何一乐
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (SCB-1202) pump down with vertx3.6.3 no need to check buff length in AsynFileImpl#doWrite

2019-04-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SCB-1202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

何一乐 updated SCB-1202:
-
Fix Version/s: java-chassis-1.2.0

> pump down with vertx3.6.3 no need to check buff length in AsynFileImpl#doWrite
> --
>
> Key: SCB-1202
> URL: https://issues.apache.org/jira/browse/SCB-1202
> Project: Apache ServiceComb
>  Issue Type: Improvement
>  Components: Java-Chassis
>Reporter: 何一乐
>Assignee: 何一乐
>Priority: Major
> Fix For: java-chassis-1.2.0
>
> Attachments: 捕获.PNG
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (SCB-1224) [SCB-1224] az affinity is conflict with empty instance protection

2019-04-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SCB-1224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

何一乐 updated SCB-1224:
-
Affects Version/s: java-chassis-1.2.0

> [SCB-1224] az affinity is conflict with empty instance protection
> -
>
> Key: SCB-1224
> URL: https://issues.apache.org/jira/browse/SCB-1224
> Project: Apache ServiceComb
>  Issue Type: Bug
>  Components: Java-Chassis
>Affects Versions: java-chassis-1.2.0
>Reporter: 何一乐
>Assignee: 何一乐
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (SCB-1135) Add client max receive header size config item

2019-04-10 Thread YaoHaishi (JIRA)


 [ 
https://issues.apache.org/jira/browse/SCB-1135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

YaoHaishi updated SCB-1135:
---
Fix Version/s: java-chassis-1.2.0

> Add client max receive header size config item
> --
>
> Key: SCB-1135
> URL: https://issues.apache.org/jira/browse/SCB-1135
> Project: Apache ServiceComb
>  Issue Type: Improvement
>  Components: Java-Chassis
>Affects Versions: java-chassis-1.2.0
>Reporter: YaoHaishi
>Assignee: YaoHaishi
>Priority: Major
> Fix For: java-chassis-1.2.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Currently the max header size that consumer can receive is always 8192 bytes, 
> which is the default value given by Vert.x.
> We need to provide a config item to allow users to change it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Reopened] (SCB-1224) [SCB-1224] az affinity is conflict with empty instance protection

2019-04-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SCB-1224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

何一乐 reopened SCB-1224:
--

> [SCB-1224] az affinity is conflict with empty instance protection
> -
>
> Key: SCB-1224
> URL: https://issues.apache.org/jira/browse/SCB-1224
> Project: Apache ServiceComb
>  Issue Type: Bug
>Reporter: 何一乐
>Assignee: 何一乐
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (SCB-1246) EventBus subscriber support order

2019-04-10 Thread wujimin (JIRA)


 [ 
https://issues.apache.org/jira/browse/SCB-1246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

wujimin updated SCB-1246:
-
Fix Version/s: java-chassis-1.3.0

> EventBus subscriber support order
> -
>
> Key: SCB-1246
> URL: https://issues.apache.org/jira/browse/SCB-1246
> Project: Apache ServiceComb
>  Issue Type: Task
>  Components: Java-Chassis
>Reporter: wujimin
>Assignee: wujimin
>Priority: Major
> Fix For: java-chassis-1.3.0
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)