[jira] [Updated] (SCB-532) support recursive dependence

2018-05-04 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin updated SCB-532: Description: {code:java} 1.class A{ A a; } 2.class A{ B b; } class B{ A a; }{code}   was: {code:java} class

[jira] [Updated] (SCB-533) javassistUtils create class from CtClass, not only JavaType

2018-05-06 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin updated SCB-533: Summary: javassistUtils create class from CtClass, not only JavaType (was: support cyclic dependence) >

[jira] [Updated] (SCB-533) javassistUtils create class from CtClass, not only JavaType

2018-05-06 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin updated SCB-533: Fix Version/s: java-chassis-1.0.0-m2 > javassistUtils create class from CtClass, not only JavaType >

[jira] [Updated] (SCB-533) javassistUtils create class from CtClass, not only JavaType

2018-05-06 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin updated SCB-533: Description: preparing for create recursive class (was: {code:java} class A{ B b; } class B{ A a; }{code}) >

[jira] [Resolved] (SCB-532) support recursive dependence

2018-05-14 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin resolved SCB-532. - Resolution: Done > support recursive dependence > > > Key: SCB-532 >

[jira] [Updated] (SCB-534) generic class generate optimize

2018-05-14 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin updated SCB-534: Fix Version/s: java-chassis-1.0.0-m2 > generic class generate optimize > --- > >

[jira] [Updated] (SCB-532) support recursive dependence

2018-05-09 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin updated SCB-532: Fix Version/s: java-chassis-1.0.0-m2 > support recursive dependence > > >

[jira] [Commented] (SCB-562) Java Chassis will throw NPE when producer impl do not contain any method

2018-05-08 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16468192#comment-16468192 ] wujimin commented on SCB-562: - why need to publish a empty schema? > Java Chassis will throw NPE when producer

[jira] [Resolved] (SCB-529) producer download file from byte[]

2018-05-09 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin resolved SCB-529. - Resolution: Done > producer download file from byte[] > -- > > Key:

[jira] [Updated] (SCB-539) clear javassist classpool when generated all classes to save memory

2018-05-09 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin updated SCB-539: Summary: clear javassist classpool when generated all classes to save memory (was: support same parameter name in one

[jira] [Updated] (SCB-539) clear javassist classpool when generated all classes to save memory

2018-05-09 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin updated SCB-539: Description: by javassist document, classpool cache will hold huge memory (was: {code:java} eg: query name: a path

[jira] [Resolved] (SCB-538) create SwaggerToClassGenerator to convert swagger to class

2018-05-09 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin resolved SCB-538. - Resolution: Done > create SwaggerToClassGenerator to convert swagger to class >

[jira] [Created] (SCB-570) reformat everything

2018-05-09 Thread wujimin (JIRA)
wujimin created SCB-570: --- Summary: reformat everything Key: SCB-570 URL: https://issues.apache.org/jira/browse/SCB-570 Project: Apache ServiceComb Issue Type: Improvement Components:

[jira] [Updated] (SCB-531) x-java-interface change from require to optional

2018-05-10 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin updated SCB-531: Fix Version/s: java-chassis-1.0.0-m2 > x-java-interface change from require to optional >

[jira] [Resolved] (SCB-533) javassistUtils create class from CtClass, not only JavaType

2018-05-11 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin resolved SCB-533. - Resolution: Done > javassistUtils create class from CtClass, not only JavaType >

[jira] [Commented] (SCB-534) generic class generate optimize

2018-05-10 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16471367#comment-16471367 ] wujimin commented on SCB-534: - unnecessary to do this. in normal process: already have related model, no need to

[jira] [Commented] (SCB-531) x-java-interface change from require to optional

2018-05-10 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16471371#comment-16471371 ] wujimin commented on SCB-531: - if there is no x-java-interface, and there is no x-java-class for definitions,

[jira] [Updated] (SCB-290) As a developer, I want to use standard http charset mechanism, not always utf-8

2018-05-17 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin updated SCB-290: Description: currently http request and response all hard code to use utf-8 should follow standard http charset

[jira] [Commented] (SCB-78) Request body is always null when using request.getinputstream

2018-05-16 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-78?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16477091#comment-16477091 ] wujimin commented on SCB-78:

[jira] [Resolved] (SCB-534) generic class generate optimize

2018-05-16 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin resolved SCB-534. - Resolution: Done > generic class generate optimize > --- > > Key:

[jira] [Commented] (SCB-13) refactor service registry module

2018-05-16 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-13?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16477145#comment-16477145 ] wujimin commented on SCB-13: infact, i can not understand what's this issue want to do .. > refactor service

[jira] [Commented] (SCB-70) Question about loadblance

2018-05-16 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-70?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16477110#comment-16477110 ] wujimin commented on SCB-70: is not clear now? > Question about loadblance > - > >

[jira] [Commented] (SCB-496) Fix test cases not good mentioned in https://github.com/apache/incubator-servicecomb-java-chassis/pull/627

2018-05-16 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16476975#comment-16476975 ] wujimin commented on SCB-496: - it's not about test case.. root cause is that developer use exception.toString

[jira] [Updated] (SCB-546) As a developer, want to reregistry schemas in the dev environment

2018-05-20 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin updated SCB-546: Description: 1、the servicecenter has a new rest interface which return all schemas with  signature, so we can compare

[jira] [Updated] (SCB-589) allow consumer upgrade before producer

2018-05-17 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin updated SCB-589: Description: 1.normal consumer use PrivateMicroserviceClassLoaderFactory, just like edge 2.consumer microserviceMeta

[jira] [Resolved] (SCB-570) reformat everything

2018-05-22 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin resolved SCB-570. - Resolution: Done > reformat everything > > > Key: SCB-570 >

[jira] [Updated] (SCB-530) optimize swagger to classes

2018-05-21 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin updated SCB-530: Fix Version/s: (was: java-chassis-1.0.0-m2) Java-chassis-1.0.0 > optimize swagger to classes >

[jira] [Updated] (SCB-535) ProduceProcessor optimize

2018-05-21 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin updated SCB-535: Fix Version/s: (was: java-chassis-1.0.0-m2) Java-chassis-1.0.0 > ProduceProcessor optimize >

[jira] [Updated] (SCB-257) As a developer, I want to download file from microservice

2018-05-21 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin updated SCB-257: Fix Version/s: (was: java-chassis-1.0.0-m2) Java-chassis-1.0.0 > As a developer, I want to

[jira] [Updated] (SCB-423) add jvm metrics, include cpu/mem/gc and so on.

2018-05-21 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin updated SCB-423: Fix Version/s: (was: java-chassis-1.0.0-m2) Java-chassis-1.0.0 > add jvm metrics, include

[jira] [Updated] (SCB-359) metrics optimize

2018-05-21 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin updated SCB-359: Fix Version/s: (was: java-chassis-1.0.0-m2) Java-chassis-1.0.0 > metrics optimize >

[jira] [Updated] (SCB-484) servlet rest support download

2018-05-21 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin updated SCB-484: Fix Version/s: (was: java-chassis-1.0.0-m2) Java-chassis-1.0.0 > servlet rest support download

[jira] [Updated] (SCB-537) add application/x-www-form-urlencoded ProduceProcessor

2018-05-21 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin updated SCB-537: Fix Version/s: (was: java-chassis-1.0.0-m2) Java-chassis-1.0.0 > add

[jira] [Updated] (SCB-539) clear javassist classpool when generated all classes to save memory

2018-05-21 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin updated SCB-539: Fix Version/s: (was: java-chassis-1.0.0-m2) Java-chassis-1.0.0 > clear javassist classpool when

[jira] [Resolved] (SCB-456) Provider a way to input configuration from a Map, instead of micreservice.yaml

2018-05-23 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin resolved SCB-456. - Resolution: Done > Provider a way to input configuration from a Map, instead of > micreservice.yaml >

[jira] [Updated] (SCB-589) allow consumer upgrade before producer

2018-05-23 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin updated SCB-589: Description: 1.normal consumer use PrivateMicroserviceClassLoaderFactory, just like edge 2.consumer microserviceMeta

[jira] [Updated] (SCB-589) allow consumer upgrade before producer

2018-05-23 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin updated SCB-589: Description: 1.normal consumer use PrivateMicroserviceClassLoaderFactory, just like edge 2.consumer microserviceMeta

[jira] [Updated] (SCB-589) allow consumer upgrade before producer

2018-05-24 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin updated SCB-589: Description: 1.normal consumer use PrivateMicroserviceClassLoaderFactory, just like edge 2.consumer microserviceMeta

[jira] [Updated] (SCB-589) allow consumer upgrade before producer

2018-05-24 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin updated SCB-589: Description: 1.normal consumer use PrivateMicroserviceClassLoaderFactory, just like edge 2.consumer microserviceMeta

[jira] [Updated] (SCB-589) allow consumer upgrade before producer

2018-05-24 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin updated SCB-589: Description: 1.normal consumer use PrivateMicroserviceClassLoaderFactory, just like edge 2.consumer microserviceMeta

[jira] [Updated] (SCB-589) allow consumer upgrade before producer

2018-05-24 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin updated SCB-589: Description: 1.normal consumer use PrivateMicroserviceClassLoaderFactory, just like edge 2.consumer microserviceMeta

[jira] [Closed] (SCB-284) how can edge service know a microservice meta changed?

2018-05-25 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin closed SCB-284. --- Resolution: Not A Problem > how can edge service know a microservice meta changed? >

[jira] [Created] (SCB-617) graceful shutdown with standalone tomcat

2018-05-26 Thread wujimin (JIRA)
wujimin created SCB-617: --- Summary: graceful shutdown with standalone tomcat Key: SCB-617 URL: https://issues.apache.org/jira/browse/SCB-617 Project: Apache ServiceComb Issue Type: Bug

[jira] [Updated] (SCB-617) graceful shutdown with standalone tomcat

2018-05-26 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin updated SCB-617: Description: standalone tomcat shutdown by receive shutdown command from shutdown port after everything prepared, then

[jira] [Updated] (SCB-589) allow consumer upgrade before producer

2018-05-24 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin updated SCB-589: Description: 1.normal consumer use PrivateMicroserviceClassLoaderFactory, just like edge 2.consumer microserviceMeta

[jira] [Created] (SCB-612) delete useless MicroserviceMetaManager

2018-05-24 Thread wujimin (JIRA)
wujimin created SCB-612: --- Summary: delete useless MicroserviceMetaManager Key: SCB-612 URL: https://issues.apache.org/jira/browse/SCB-612 Project: Apache ServiceComb Issue Type: Task

[jira] [Created] (SCB-614) enhance SCBEngine

2018-05-24 Thread wujimin (JIRA)
wujimin created SCB-614: --- Summary: enhance SCBEngine Key: SCB-614 URL: https://issues.apache.org/jira/browse/SCB-614 Project: Apache ServiceComb Issue Type: Task Components: Java-Chassis

[jira] [Updated] (SCB-614) enhance SCBEngine

2018-05-24 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin updated SCB-614: Description: change related instances from bean to normal pojo only compatible related beans will be retained

[jira] [Updated] (SCB-612) delete useless MicroserviceMetaManager

2018-05-25 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin updated SCB-612: Description: in previous versions, consumer and producer microserviceMeta all managed by MicroserviceMetaManager  

[jira] [Updated] (SCB-612) delete useless MicroserviceMetaManager

2018-05-25 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin updated SCB-612: Labels: newbie (was: ) > delete useless MicroserviceMetaManager > -- > >

[jira] [Updated] (SCB-613) delete useless EndpointsCache related classs

2018-05-25 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin updated SCB-613: Description: all internal logic changed to DiscoveryTree and VersionedCache so just delete everything about below

[jira] [Updated] (SCB-613) delete useless EndpointsCache related classs

2018-05-25 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin updated SCB-613: Labels: newbie (was: ) > delete useless EndpointsCache related classs >

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

2018-05-16 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16478367#comment-16478367 ] wujimin commented on SCB-353: - no, infact what customer want is not buckets, but p90/p99 and so on but implement

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

2018-05-16 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16478494#comment-16478494 ] wujimin commented on SCB-353: - nobody can get p90/p99 except we record times of each invocation   i'm not sure

[jira] [Created] (SCB-589) allow consumer upgrade before producer

2018-05-16 Thread wujimin (JIRA)
wujimin created SCB-589: --- Summary: allow consumer upgrade before producer Key: SCB-589 URL: https://issues.apache.org/jira/browse/SCB-589 Project: Apache ServiceComb Issue Type: Task

[jira] [Resolved] (SCB-531) x-java-interface change from require to optional

2018-05-17 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin resolved SCB-531. - Resolution: Done > x-java-interface change from require to optional >

[jira] [Updated] (SCB-654) DiscoveryTree has concurrency problems.

2018-06-10 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin updated SCB-654: Fix Version/s: java-chassis-1.0.0-m2 > DiscoveryTree has concurrency problems. >

[jira] [Updated] (SCB-658) leak of MicroserviceVersions register to EventBus

2018-06-10 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin updated SCB-658: Fix Version/s: java-chassis-1.0.0-m2 > leak of MicroserviceVersions register to EventBus >

[jira] [Updated] (SCB-203) servlet rest support file upload

2018-06-10 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin updated SCB-203: Fix Version/s: java-chassis-1.0.0-m2 > servlet rest support file upload > > >

[jira] [Resolved] (SCB-484) servlet rest support download

2018-06-10 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin resolved SCB-484. - Resolution: Done Fix Version/s: (was: Java-chassis-1.0.0) java-chassis-1.0.0-m2 >

[jira] [Resolved] (SCB-257) As a developer, I want to download file from microservice

2018-06-10 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin resolved SCB-257. - Resolution: Done Fix Version/s: (was: Java-chassis-1.0.0) java-chassis-1.0.0-m2 > As

[jira] [Created] (SCB-654) DiscoveryTree has concurrence problem.

2018-06-07 Thread wujimin (JIRA)
wujimin created SCB-654: --- Summary: DiscoveryTree has concurrence problem. Key: SCB-654 URL: https://issues.apache.org/jira/browse/SCB-654 Project: Apache ServiceComb Issue Type: Bug

[jira] [Updated] (SCB-654) DiscoveryTree has concurrency problems.

2018-06-08 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin updated SCB-654: Summary: DiscoveryTree has concurrency problems. (was: DiscoveryTree has concurrence problem.) > DiscoveryTree has

[jira] [Created] (SCB-658) leak of MicroserviceVersions register to EventBus

2018-06-08 Thread wujimin (JIRA)
wujimin created SCB-658: --- Summary: leak of MicroserviceVersions register to EventBus Key: SCB-658 URL: https://issues.apache.org/jira/browse/SCB-658 Project: Apache ServiceComb Issue Type: Bug

[jira] [Updated] (SCB-654) DiscoveryTree has concurrence problem.

2018-06-07 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin updated SCB-654: Description: there are two problems: 1.did not assign tmpRoot inside lock again 2.because of version overflow, root

[jira] [Comment Edited] (SCB-673) Edge Service support calls from different ApplicationIds

2018-06-16 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16514784#comment-16514784 ] wujimin edited comment on SCB-673 at 6/16/18 2:00 PM: -- 1.target microservice must

[jira] [Commented] (SCB-673) Edge Service support calls from different ApplicationIds

2018-06-16 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16514784#comment-16514784 ] wujimin commented on SCB-673: - 1.target microservice must declare: allow invoke from other application 2.edge

[jira] [Created] (SCB-674) protobuf codec based on idl from swagger

2018-06-18 Thread wujimin (JIRA)
wujimin created SCB-674: --- Summary: protobuf codec based on idl from swagger Key: SCB-674 URL: https://issues.apache.org/jira/browse/SCB-674 Project: Apache ServiceComb Issue Type: Improvement

[jira] [Created] (SCB-676) protobuf codec based on idl

2018-06-18 Thread wujimin (JIRA)
wujimin created SCB-676: --- Summary: protobuf codec based on idl Key: SCB-676 URL: https://issues.apache.org/jira/browse/SCB-676 Project: Apache ServiceComb Issue Type: Sub-task Components:

[jira] [Created] (SCB-675) generate protobuf idl from swagger

2018-06-18 Thread wujimin (JIRA)
wujimin created SCB-675: --- Summary: generate protobuf idl from swagger Key: SCB-675 URL: https://issues.apache.org/jira/browse/SCB-675 Project: Apache ServiceComb Issue Type: Sub-task

[jira] [Updated] (SCB-674) protobuf codec based on idl from swagger

2018-06-18 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin updated SCB-674: Description: not use RuntimeScheme any more 1.try protoStuff Parser mode    model maybe not a pojo, but to be a

[jira] [Commented] (SCB-638) create mechanism for read config item by priority

2018-06-12 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16510566#comment-16510566 ] wujimin commented on SCB-638: - logic of install config is confusion, need to be refactor: load and install

[jira] [Commented] (SCB-663) crossapp-client 单元测试 出现异常

2018-06-13 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16510768#comment-16510768 ] wujimin commented on SCB-663: - based on the latest code getContentType added in recent commit >

[jira] [Commented] (SCB-638) create mechanism for read config item by priority

2018-06-13 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16511915#comment-16511915 ] wujimin commented on SCB-638: - https://issues.apache.org/jira/browse/SCB-425 > create mechanism for read config

[jira] [Commented] (SCB-425) Add an easier way to read configurations

2018-06-13 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16511917#comment-16511917 ] wujimin commented on SCB-425: - https://issues.apache.org/jira/browse/SCB-638 > Add an easier way to read

[jira] [Resolved] (SCB-658) leak of MicroserviceVersions register to EventBus

2018-06-10 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin resolved SCB-658. - Resolution: Fixed > leak of MicroserviceVersions register to EventBus >

[jira] [Resolved] (SCB-654) DiscoveryTree has concurrency problems.

2018-06-11 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin resolved SCB-654. - Resolution: Fixed > DiscoveryTree has concurrency problems. > --- > >

[jira] [Resolved] (SCB-201) As a SDK user, I want to send file/stream data so that I can use ServiceComb to handle the music or image data

2018-06-11 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin resolved SCB-201. - Resolution: Done Fix Version/s: java-chassis-1.0.0-m2 > As a SDK user, I want to send file/stream data so

[jira] [Resolved] (SCB-203) servlet rest support file upload

2018-06-11 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin resolved SCB-203. - Resolution: Done > servlet rest support file upload > > > Key:

[jira] [Closed] (SCB-285) consumer cache schemas

2018-06-11 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin closed SCB-285. --- Resolution: Won't Do when run with docker, normally there is no available directory to cache this so we will get

[jira] [Created] (SCB-637) enhance HttpServletRequestEx impl

2018-06-03 Thread wujimin (JIRA)
wujimin created SCB-637: --- Summary: enhance HttpServletRequestEx impl Key: SCB-637 URL: https://issues.apache.org/jira/browse/SCB-637 Project: Apache ServiceComb Issue Type: Task Components:

[jira] [Resolved] (SCB-617) graceful shutdown with standalone tomcat

2018-06-03 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin resolved SCB-617. - Resolution: Fixed > graceful shutdown with standalone tomcat > > >

[jira] [Created] (SCB-638) create mechanism for read config item by priority

2018-06-03 Thread wujimin (JIRA)
wujimin created SCB-638: --- Summary: create mechanism for read config item by priority Key: SCB-638 URL: https://issues.apache.org/jira/browse/SCB-638 Project: Apache ServiceComb Issue Type: Task

[jira] [Updated] (SCB-316) As a SDK user, I want to look the details view of a microservice's latency so that metrics must collect the recently data

2018-06-01 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin updated SCB-316: Fix Version/s: (was: java-chassis-1.0.0-m2) > As a SDK user, I want to look the details view of a microservice's

[jira] [Updated] (SCB-493) parameters and DefaultLogPublisher optimize

2018-06-01 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin updated SCB-493: Fix Version/s: (was: java-chassis-1.0.0-m2) > parameters and DefaultLogPublisher optimize >

[jira] [Assigned] (SCB-203) servlet rest support file upload

2018-06-05 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin reassigned SCB-203: --- Assignee: wujimin > servlet rest support file upload > > >

[jira] [Resolved] (SCB-589) allow consumer upgrade before producer

2018-05-27 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin resolved SCB-589. - Resolution: Done Fix Version/s: java-chassis-1.0.0-m2 5/6 traced by other issue, close this one. > allow

[jira] [Updated] (SCB-589) allow consumer upgrade before producer

2018-05-27 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin updated SCB-589: Description: 1.normal consumer use PrivateMicroserviceClassLoaderFactory, just like edge 2.consumer microserviceMeta

[jira] [Resolved] (SCB-637) enhance HttpServletRequestEx impl

2018-06-04 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin resolved SCB-637. - Resolution: Done Fix Version/s: java-chassis-1.0.0-m2 > enhance HttpServletRequestEx impl >

[jira] [Commented] (SCB-371) support multiple config sources

2018-06-04 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16500279#comment-16500279 ] wujimin commented on SCB-371: - multiple remote source? > support multiple config sources >

[jira] [Created] (SCB-686) producer protected

2018-06-22 Thread wujimin (JIRA)
wujimin created SCB-686: --- Summary: producer protected Key: SCB-686 URL: https://issues.apache.org/jira/browse/SCB-686 Project: Apache ServiceComb Issue Type: Task Components: Java-Chassis

[jira] [Created] (SCB-688) vertx rest server not accept too many connection

2018-06-22 Thread wujimin (JIRA)
wujimin created SCB-688: --- Summary: vertx rest server not accept too many connection Key: SCB-688 URL: https://issues.apache.org/jira/browse/SCB-688 Project: Apache ServiceComb Issue Type: Sub-task

[jira] [Created] (SCB-689) servlet rest server not accept too many connection

2018-06-22 Thread wujimin (JIRA)
wujimin created SCB-689: --- Summary: servlet rest server not accept too many connection Key: SCB-689 URL: https://issues.apache.org/jira/browse/SCB-689 Project: Apache ServiceComb Issue Type: Sub-task

[jira] [Updated] (SCB-691) add vertx server/ rest client/highway client/ highway server connection meter

2018-06-22 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin updated SCB-691: Description: if we can get connection count of servlet rest server, then  create meter for it too. > add vertx

[jira] [Created] (SCB-690) when producer invocation prepare to run in executor, make sure not disconnect/ not time out

2018-06-22 Thread wujimin (JIRA)
wujimin created SCB-690: --- Summary: when producer invocation prepare to run in executor, make sure not disconnect/ not time out Key: SCB-690 URL: https://issues.apache.org/jira/browse/SCB-690 Project: Apache

[jira] [Created] (SCB-687) highway server not accept too many connection

2018-06-22 Thread wujimin (JIRA)
wujimin created SCB-687: --- Summary: highway server not accept too many connection Key: SCB-687 URL: https://issues.apache.org/jira/browse/SCB-687 Project: Apache ServiceComb Issue Type: Sub-task

[jira] [Created] (SCB-691) add vertx server/ rest client/highway client/ highway server connection meter

2018-06-22 Thread wujimin (JIRA)
wujimin created SCB-691: --- Summary: add vertx server/ rest client/highway client/ highway server connection meter Key: SCB-691 URL: https://issues.apache.org/jira/browse/SCB-691 Project: Apache ServiceComb

[jira] [Resolved] (SCB-514) update pom and code, so that we can treat warnings as errors

2018-05-02 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wujimin resolved SCB-514. - Resolution: Done > update pom and code, so that we can treat warnings as errors >

[jira] [Commented] (SCB-495) Compile java-chassis 1.0.0-m2-SNAPSHOT failed

2018-04-29 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16458078#comment-16458078 ] wujimin commented on SCB-495: - still traced? > Compile java-chassis 1.0.0-m2-SNAPSHOT failed >

[jira] [Commented] (SCB-78) Request body is always null when using request.getinputstream

2018-04-29 Thread wujimin (JIRA)
[ https://issues.apache.org/jira/browse/SCB-78?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16458093#comment-16458093 ] wujimin commented on SCB-78: 1.when in with servlet, servlet request not support read body more than one times.

  1   2   3   4   5   6   7   8   >