Re: [VOTE] Release Apache ServiceComb Pack version 0.4.0 (RC-02)

2019-04-08 Thread zhang_...@boco.com.cn
eibo: 姜宁willem > > On Mon, Apr 8, 2019 at 12:07 PM zhang_...@boco.com.cn > wrote: >> >> Hi @bismy @Willem Jiang >> >> I tried to specify the spring boot version to 2.0.4 in my hotel project. The >> following error occurred during startup. This error i

Re: [VOTE] Release Apache ServiceComb Pack version 0.4.0 (RC-02)

2019-04-07 Thread zhang_...@boco.com.cn
ry.java:1101) > at > org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1062) > at > org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:818) > at > org.springframework.beans.factory.s

Re: [VOTE] Release Apache ServiceComb Pack version 0.4.0 (RC-02)

2019-04-04 Thread zhang_...@boco.com.cn
Hi @bi...@qq.com, @Willem Jiang Avoid confusion with the same name directory in the distribution package, I submitted a PR https://github.com/apache/servicecomb-pack/pull/448, modify the directory name libs to plugins in the documentation > 在 2019年4月4日,下午3:20,bismy 写道: > > I am trying to

Re: [VOTE] Release Apache ServiceComb Pack version 0.4.0 (RC-02)

2019-04-04 Thread zhang_...@boco.com.cn
Oh, I guessed it. Do not use the libs directory in the apache-servicecomb-pack-distribution-0.4.0-bin, because it contains all the jars. You can create a new libs2 directory and copy mysql-connector-java-8.0.12.jar to libs2 folder > 在 2019年4月4日,下午3:20,bismy 写道: > > I am trying to run

Re: [VOTE] Release Apache ServiceComb Pack version 0.4.0 (RC-02)

2019-04-04 Thread zhang_...@boco.com.cn
Please send your full log file to 760...@qq.com Zhang Lei. > 在 2019年4月4日,下午3:20,bismy 写道: > > OmegaSpringConfig

Re: [VOTE] Release Apache ServiceComb Pack version 0.4.0 (RC-02)

2019-04-04 Thread zhang_...@boco.com.cn
You can try this startup script java -Dloader.path=./libs \ -jar alpha-server-0.4.0-SNAPSHOT-exec.jar \ --spring.profiles.active=mysql \ --spring.datasource.url="jdbc:mysql://127.0.0.1:3306/saga?serverTimezone=GMT%2b8=false" \ --spring.datasource.username=saga-user \

Re: [DISCUSS] Require the review before merging the PR

2019-04-03 Thread zhang_...@boco.com.cn
+1 > 在 2019年4月3日,下午2:55,Zheng Feng 写道: > > Hi, > > I just wonder if we can enable this setting [1] on servicecomb-pack [2] and > it could be helpful when reviewing the PR. I think at least one people > review the changes and approve before merging it. We have to raise a JIRA > for the infra

Re: [ANN] New ServiceComb committer: Zhang Lei (张磊)

2019-04-01 Thread zhang_...@boco.com.cn
I am very happy to learn to grow together with everyone. Thanks, Zhang Lei. > 在 2019年4月1日,下午11:19,Willem Jiang 写道: > > Sorry, there is a typo in the first mail. The first sentence should be: > > Please join me and the rest of the ServiceComb PPMC members in welcoming our > new ServiceComb

Re: [ANN] New ServiceComb committer: Zhang Lei (张磊)

2019-04-01 Thread zhang_...@boco.com.cn
I went to confirm the official mail again. (*^__^*) Zhang Lei. > 在 2019年4月1日,下午11:30,Zheng Feng 写道: > > I just think it was the April fools Day message :) > > Willem Jiang 于2019年4月1日周一 下午11:19写道: > >> Sorry, there is a typo in the first mail. The first sentence should be: >> >> Please

Re: [ANN] New ServiceComb committer: Zhang Lei (张磊)

2019-04-01 Thread zhang_...@boco.com.cn
I went to confirm the official mail again. (*^__^*) Zhang Lei. > 在 2019年4月1日,下午11:30,Zheng Feng 写道: > > I just think it was the April fools Day message :) > > Willem Jiang 于2019年4月1日周一 下午11:19写道: > >> Sorry, there is a typo in the first mail. The first sentence should be: >> >> Please

Re: [VOTE] Release Apache ServiceComb Pack version 0.4.0

2019-04-01 Thread zhang_...@boco.com.cn
I agree, this will avoid mistakes Zhang Lei. > 在 2019年4月1日,下午3:26,Zheng Feng 写道: > > So do we have to do the license checking by using the license-maven-plugin ? > > Willem Jiang 于2019年4月1日周一 下午3:10写道: > >> I checked the staging repo by running the demo against it. >> But I found Alpha

Re: [VOTE] Release Apache ServiceComb Pack version 0.4.0

2019-04-01 Thread zhang_...@boco.com.cn
eureka-client.jar dependent a (LGPL 3.0 license) Compact HashMap (com.github.vlsi.compactmap:compactmap:1.2.1 - https://github.com/vlsi/compactmap/compactmap) I have removed the dependency on eureka from the release version on this PR https://github.com/apache/servicecomb-pack/pull/444 . We can

Re: Microsoft Orleans Brings Distributed Transactions to Cloud

2019-03-28 Thread zhang_...@boco.com.cn
Do we need to do some pre-research work on akka? E.g. 1. fsm 2. persistence 3. cluster Zhang Lei. > 在 2019年3月19日,上午11:40,Willem Jiang 写道: > > Yeah, it's an exciting news. > I just found another paper[1] of Phil after went through the news. > > Using Akka to rewrite the Alpha server is

Re: Release of ServiceComb

2019-03-25 Thread zhang_...@boco.com.cn
verification all passed with spring-boot-1 and spring-boot-2 # Cluster 1. alpha cluster master node switch - Pass 2. random gRPC port - Pass 3. alpha cluster with random gRPC port - Pass # Eureka 4. alpha register to Eureka - Pass 5. alpha cluster register to Eureka - Pass 6. alpha cluster

Re: Release of ServiceComb

2019-03-25 Thread zhang_...@boco.com.cn
OK. I will pull master branch and test again. coolbeevip BOCO > 在 2019年3月26日,上午8:59,Willem Jiang 写道: > > Hi Zhanglei, > > Thanks for the verification. I just merged the PRs into master branch. > > Willem Jiang > > Twitter: willemjiang > Weibo: 姜宁willem > On Mon,

Re: [Saga] Ask questions about the Saga transaction process

2019-03-22 Thread zhang_...@boco.com.cn
now the transaction is aborted at that time) > In this way, we could leverage the @Tranactional feature that Spring > provides to revert the local transaction without sending out the > compensation command. > > Any thought about that? > > Willem Jiang > > Twitter: willemjiang >

Re: [Saga] Ask questions about the Saga transaction process

2019-03-21 Thread zhang_...@boco.com.cn
: 18610099300 移邮:zhang_...@boco.com.cn > 在 2019年3月21日,上午11:47,zhang_...@boco.com.cn 写道: > > The following link is a sequence diagram, step 4 cannot be compensated. Will > this happen? > > https://github.com/coolbeevip/servicecomb-pack-notes/blob/master/ServiceComb%20Alpha%20E

[Saga] Ask questions about the Saga transaction process

2019-03-20 Thread zhang_...@boco.com.cn
The following link is a sequence diagram, step 4 cannot be compensated. Will this happen? https://github.com/coolbeevip/servicecomb-pack-notes/blob/master/ServiceComb%20Alpha%20EventScanner/assets/sequence-booking-request-hotel-timeout.png?raw=true coolbeevip BOCO

Re: Release of ServiceComb

2019-03-19 Thread zhang_...@boco.com.cn
I will update the document about alpha support consul later today coolbeevip BOCO > 在 2019年3月19日,下午4:54,Willem Jiang 写道: > > As we talked, it's time to prepare the release. > There is only ten days to the end of this month, we need to make sure > the branches are

Re: Release of ServiceComb

2019-03-06 Thread zhang_...@boco.com.cn
+1 Please merge my PR https://github.com/apache/servicecomb-pack/pull/420 before this coolbeevip BOCO > 在 2019年3月6日,下午2:29,Willem Jiang 写道: > > It's time for us to think about ServiceComb release now. > > As usual, we will release ServiceComb Java-Chassis 1.2.0,

Re: [discuss][java-chassis] new feature for inspect internal status of a microservice instance

2019-03-04 Thread zhang_...@boco.com.cn
Maybe you can customize it with spring boot actuator & metrics coolbeevip BOCO > 在 2019年3月5日,上午9:20,wjm wjm 写道: > > currently it's difficult to collect internal status of a microservice > instance when some problem happened. > eg: > routing depend on cached

Re: [discuss][pack]About Alpha module naming

2019-02-27 Thread zhang_...@boco.com.cn
> BTW, we need to update the License file[1] for the new third party > dependencies we introduced. > > [1]https://github.com/apache/servicecomb-pack/blob/master/distribution/src/release/LICENSE > > Willem Jiang > > Twitter: willemjiang > Weibo: 姜宁willem > > On Thu

Re: [discuss][pack]About Alpha module naming

2019-02-27 Thread zhang_...@boco.com.cn
em Jiang > > Twitter: willemjiang > Weibo: 姜宁willem > > On Mon, Feb 25, 2019 at 6:17 PM zhang_...@boco.com.cn > wrote: >> >> The alpha-spring-boot-compatibility module now contains the dependencies of >> spring cloud eureka. I want to do the following refactoring &g

Re: [discuss][pack]About Alpha module naming

2019-02-25 Thread zhang_...@boco.com.cn
> Twitter: willemjiang > Weibo: 姜宁willem > > On Mon, Feb 25, 2019 at 6:17 PM zhang_...@boco.com.cn > wrote: >> >> The alpha-spring-boot-compatibility module now contains the dependencies of >> spring cloud eureka. I want to do the following refactoring >> >

[discuss][pack]About Alpha module naming

2019-02-25 Thread zhang_...@boco.com.cn
The alpha-spring-boot-compatibility module now contains the dependencies of spring cloud eureka. I want to do the following refactoring 1. Remove spring-cloud-starter-netflix-eureka-client dependency from the alpha-spring-boot-compatibility module 2. Add alpha-starter-eureka model and added

What protocol is used to access http://${alpha-server:port}/events

2019-02-18 Thread zhang_...@boco.com.cn
“Then you can start your micro-services and access all saga events via http://${alpha-server:port}/events. ” ,The description in the user_guide.md What protocol? gRPC or RESTful coolbeevip BOCO

Re: [DISCUSSION]No need to rebuild the way to let alpha support multiple database types

2019-02-17 Thread zhang_...@boco.com.cn
: 北京市海淀区杏石口路99号西山赢府商务中心2410 邮编: 100093 手机: 18610099300 移邮:zhang_...@boco.com.cn > 在 2019年2月17日,下午10:42,Willem Jiang 写道: > > It's good solution, but due to license issue, we cannot ship the MySQL > binary jars in our convenience binary release. > But We could update t

[DISCUSSION]No need to rebuild the way to let alpha support multiple database types

2019-02-16 Thread zhang_...@boco.com.cn
We can use loads external jars support multiple database types create libs directory in the alpha-server-0.4.0-SNAPSHOT-exec.jar directory, copy mysql-connector-java-8.0.15.jar to the libs directory And add config -Dloader.path=./libs to the command line, e.g. java -Dloader.path=./libs -jar

[discuss] Use random port when configuring alpha.server.port=0

2019-02-14 Thread zhang_...@boco.com.cn
When alpha is used in conjunction with Eureka, Omega can get the Alpha gRPC port from Eureka, so use random port when configuring alpha.server.port=0 We don't have to plan ports when alpha dynamic scaling any suggestion? coolbeevip BOCO

Re: Spring boot version compatibility issue when using actuator in Alpha

2019-02-01 Thread zhang_...@boco.com.cn
Do not worry that the shutdown interface can be enabled by the startup parameter only when the acceptance test 张 磊 部门: 亿阳信通IT运维支撑产品线 地址: 北京市海淀区杏石口路99号西山赢府商务中心2410 邮编: 100093 手机: 18610099300 移邮:zhang_...@boco.com.cn > 在 2019年2月1日,下午2:04,Wil

Re: Spring boot version compatibility issue when using actuator in Alpha

2019-01-31 Thread zhang_...@boco.com.cn
石口路99号西山赢府商务中心2410 邮编: 100093 手机: 18610099300 移邮:zhang_...@boco.com.cn > 在 2019年1月31日,下午9:03,Willem Jiang 写道: > > Hi, > > You don't need to pass all the code here. You can show your proposal > by telling us what you want to do with Actuator. > My question is how ca