[rocketmq] Diff for: [GitHub] alaric27 closed pull request #677: sendLatencyFaultEnable logical optimization

2019-01-13 Thread GitBox
diff --git a/client/src/main/java/org/apache/rocketmq/client/latency/MQFaultStrategy.java b/client/src/main/java/org/apache/rocketmq/client/latency/MQFaultStrategy.java index 7854fcb7d..e1e4c2587 100644 --- a/client/src/main/java/org/apache/rocketmq/client/latency/MQFaultStrategy.java +++ b/cli

[rocketmq-client-nodejs] Diff for: [GitHub] ShannonDing closed pull request #5: chore(.travis.yml): add NODE_ROCKETMQ_REGISTRY env var

2019-01-13 Thread GitBox
diff --git a/.travis.yml b/.travis.yml index 3ced58e..c7d31e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ language: node_js node_js: 10 +env: + NODE_ROCKETMQ_REGISTRY=https://opensource-rocketmq-client-us.oss-us-west-1.aliyuncs.com/ before_script: - wget http://us.mirror

[rocketmq-client-nodejs] Diff for: [GitHub] ShannonDing closed pull request #6: docs:Add NOTICE file and update gitignore file

2019-01-13 Thread GitBox
diff --git a/.gitignore b/.gitignore index c9d16aa..1a90945 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,10 @@ # Created by https://www.gitignore.io/api/c++,node,linux,macos,windows # Edit at https://www.gitignore.io/?templates=c++,node,linux,macos,windows +### IDE ### +.idea +idea/* +

[rocketmq-client-nodejs] Diff for: [GitHub] ShannonDing merged pull request #7: chore(license): add apache license to source code

2019-01-13 Thread GitBox
diff --git a/.eslintrc b/.eslintrc deleted file mode 100644 index 4601220..000 --- a/.eslintrc +++ /dev/null @@ -1,5 +0,0 @@ -{ -"extends": [ - "rocketmq-style" -] -} diff --git a/.eslintrc.js b/.eslintrc.js new file mode 100644 index 000..dc18852 --- /dev/null +++ b/.eslintrc.

[rocketmq-client-cpp] Diff for: [GitHub] ShannonDing merged pull request #59: [ISSUE #52]Fix infinite loop on tcptransport connect

2019-01-14 Thread GitBox
diff --git a/src/transport/TcpTransport.cpp b/src/transport/TcpTransport.cpp index 011c4202..2c148e7c 100644 --- a/src/transport/TcpTransport.cpp +++ b/src/transport/TcpTransport.cpp @@ -35,7 +35,7 @@ TcpTransport::TcpTransport(TcpRemotingClient *pTcpRemointClient, m_event_base_cv(),

[rocketmq-client-cpp] Diff for: [GitHub] ShannonDing merged pull request #66: Resolve the compile warning and bug

2019-01-14 Thread GitBox
diff --git a/src/consumer/PullRequest.cpp b/src/consumer/PullRequest.cpp index 8510e430..b261d82d 100644 --- a/src/consumer/PullRequest.cpp +++ b/src/consumer/PullRequest.cpp @@ -28,8 +28,8 @@ PullRequest::PullRequest(const string& groupname) m_queueOffsetMax(0), m_bDroped(false),

[rocketmq-client-nodejs] Diff for: [GitHub] ShannonDing merged pull request #9: chore(package): bump version to 1.0.0-rc1

2019-01-15 Thread GitBox
diff --git a/package.json b/package.json index ae0df92..074198d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apache-rocketmq", - "version": "0.0.1-dev", + "version": "1.0.0-rc1", "cppSDKVersion": "1.2.0", "description": "RocketMQ binding for Node.js", "main

[rocketmq-client-cpp] Diff for: [GitHub] ShannonDing merged pull request #65: Realization C asynSend

2019-01-15 Thread GitBox
diff --git a/example/CAsyncProducer.c b/example/CAsyncProducer.c new file mode 100644 index ..56496b5a --- /dev/null +++ b/example/CAsyncProducer.c @@ -0,0 +1,95 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE f

[rocketmq] Diff for: [GitHub] duhenglucky merged pull request #692: polish and adjust codes for remoting module.

2019-01-16 Thread GitBox
diff --git a/distribution/conf/flowControl.yml b/distribution/conf/flowControl.yml new file mode 100644 index 0..cf71d2ddc --- /dev/null +++ b/distribution/conf/flowControl.yml @@ -0,0 +1,19 @@ +snode: + countLimit: # flow control type, only requestCount & requestSize support +- flow

[GitHub] [rocketmq-site] Oliverwqcwrw opened a new issue, #343: Spelling mistake in Chinese

2022-10-17 Thread GitBox
Oliverwqcwrw opened a new issue, #343: URL: https://github.com/apache/rocketmq-site/issues/343 The issue tracker is **ONLY** used for bug report and feature request. Any question or RocketMQ proposal please use our [mailing lists](http://rocketmq.apache.org/about/contact/). **

[GitHub] [rocketmq-site] Oliverwqcwrw opened a new pull request, #344: [ISSUE #343] Fix typo

2022-10-17 Thread GitBox
Oliverwqcwrw opened a new pull request, #344: URL: https://github.com/apache/rocketmq-site/pull/344 Please do not create a Pull Request without creating an issue first. ## What is the purpose of the change Close #343 ## Brief changelog XX ## Verifying this

[GitHub] [rocketmq-operator] caigy commented on issue #131: Broker supports dynamic update of the nameservice address

2022-10-17 Thread GitBox
caigy commented on issue #131: URL: https://github.com/apache/rocketmq-operator/issues/131#issuecomment-1281746695 @Slideee In current implementation, the complexity will increase as the number of broker clusters increases, because name service controller should update the `namesrvAddr` of

[GitHub] [rocketmq-operator] caigy opened a new issue, #135: Support auto-switching cluster mode for brokers in RocketMQ 5.x

2022-10-17 Thread GitBox
caigy opened a new issue, #135: URL: https://github.com/apache/rocketmq-operator/issues/135 In RocketMQ 5.0, a new cluster mode enabling auto-switching broker roles is provided (https://rocketmq.apache.org/docs/deploymentOperations/16autoswitchdeploy). RocketMQ Operator should support it.

[GitHub] [rocketmq-site] tsunghanjacktsai opened a new issue, #345: Fix the Download Links in Download Page

2022-10-17 Thread GitBox
tsunghanjacktsai opened a new issue, #345: URL: https://github.com/apache/rocketmq-site/issues/345 Some download links in the download page are not able to download the released files directly, but can only jump to the Apache official website. It is expected to start downloading the file it

[GitHub] [rocketmq-site] RongtongJin opened a new pull request, #346: Fix some releases download url invalid

2022-10-17 Thread GitBox
RongtongJin opened a new pull request, #346: URL: https://github.com/apache/rocketmq-site/pull/346 Please do not create a Pull Request without creating an issue first. ## What is the purpose of the change Fix some releases download url invalid ## Brief changelog F

[GitHub] [rocketmq-site] RongtongJin opened a new issue, #347: Fix some releases download url invalid

2022-10-17 Thread GitBox
RongtongJin opened a new issue, #347: URL: https://github.com/apache/rocketmq-site/issues/347 The issue tracker is **ONLY** used for bug report and feature request. Any question or RocketMQ proposal please use our [mailing lists](http://rocketmq.apache.org/about/contact/). **B

[GitHub] [rocketmq-operator] caigy commented on a diff in pull request #134: 【ISSUE #133】RocketMQ-Operator support the rocketmq-5.0 proxy node for cluster pattern

2022-10-17 Thread GitBox
caigy commented on code in PR #134: URL: https://github.com/apache/rocketmq-operator/pull/134#discussion_r997677475 ## deploy/crds/rocketmq.apache.org_proxys.yaml: ## @@ -0,0 +1,7899 @@ + Review Comment: Pls add license header. ## pkg/apis/rocketmq/v1alpha1/proxy_

[GitHub] [rocketmq-site] odbozhou merged pull request #346: [ISSUE #347] Fix some releases download url invalid

2022-10-17 Thread GitBox
odbozhou merged PR #346: URL: https://github.com/apache/rocketmq-site/pull/346 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@rocke

[GitHub] [rocketmq-operator] caigy commented on issue #130: rocketmq-operator/bin/controller-gen: No such file or directory

2022-10-17 Thread GitBox
caigy commented on issue #130: URL: https://github.com/apache/rocketmq-operator/issues/130#issuecomment-1281811829 > > @koalawangyang Please try running `go mod tidy`. BTW, would you like to optimize the building part of README after the problem is resolved? > > Hi caigy, Thanks for

[GitHub] [rocketmq]: Workflow run "Build and Run Tests by Maven" failed!

2022-10-17 Thread GitBox
ist (#5341) Report URL: https://github.com/apache/rocketmq/actions/runs/3270710848 With regards, GitHub Actions via GitBox

[GitHub] [rocketmq] MumfordSons commented on issue #5342: how to get message's body from messgeView

2022-10-17 Thread GitBox
MumfordSons commented on issue #5342: URL: https://github.com/apache/rocketmq/issues/5342#issuecomment-1281840372 > @MumfordSons Thanks for your feedback! Actually message body in `messageView` is readonly, which means you could not get `byte[]` from `bytebuffer` directly because `byte[]` h

[GitHub] [rocketmq] MumfordSons closed issue #5342: how to get message's body from messgeView

2022-10-17 Thread GitBox
MumfordSons closed issue #5342: how to get message's body from messgeView URL: https://github.com/apache/rocketmq/issues/5342 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [rocketmq] ShannonDing merged pull request #5340: [ISSUE #5339] Fix BrokerContainer document error

2022-10-17 Thread GitBox
ShannonDing merged PR #5340: URL: https://github.com/apache/rocketmq/pull/5340 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@rocke

[GitHub] [rocketmq] ShannonDing closed issue #5339: Fix BrokerContainer document error

2022-10-17 Thread GitBox
ShannonDing closed issue #5339: Fix BrokerContainer document error URL: https://github.com/apache/rocketmq/issues/5339 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubs

[GitHub] [rocketmq]: Workflow run "Coverage" failed!

2022-10-17 Thread GitBox
com/apache/rocketmq/actions/runs/3270883986 With regards, GitHub Actions via GitBox

[GitHub] [rocketmq-clients] MumfordSons opened a new issue, #262: Could MessageView provide a graceful method to get message body

2022-10-17 Thread GitBox
MumfordSons opened a new issue, #262: URL: https://github.com/apache/rocketmq-clients/issues/262 now messageView.getBody() returns a ByteBuffer object and can't directly get body byte array from ByteBuffer ![196329537-6fc05f7b-de85-4e72-a547-7bddda14e828](https://user-images.git

[GitHub] [rocketmq]: Workflow run "Build and Run Tests by Maven" failed!

2022-10-17 Thread GitBox
URL: https://github.com/apache/rocketmq/actions/runs/3270883981 With regards, GitHub Actions via GitBox

[GitHub] [rocketmq-site] ShannonDing merged pull request #342: Move enterprise section

2022-10-17 Thread GitBox
ShannonDing merged PR #342: URL: https://github.com/apache/rocketmq-site/pull/342 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@ro

[GitHub] [rocketmq-site] ShannonDing merged pull request #344: [ISSUE #343] Fix typo

2022-10-17 Thread GitBox
ShannonDing merged PR #344: URL: https://github.com/apache/rocketmq-site/pull/344 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@ro

[GitHub] [rocketmq-site] ShannonDing closed issue #343: Spelling mistake in Chinese

2022-10-17 Thread GitBox
ShannonDing closed issue #343: Spelling mistake in Chinese URL: https://github.com/apache/rocketmq-site/issues/343 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscrib

[GitHub] [rocketmq-site] ShannonDing merged pull request #340: [ISSUE #339] Fix issue #339 with a correct spelling

2022-10-17 Thread GitBox
ShannonDing merged PR #340: URL: https://github.com/apache/rocketmq-site/pull/340 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@ro

[GitHub] [rocketmq-site] ShannonDing closed issue #339: a spelling mistake

2022-10-17 Thread GitBox
ShannonDing closed issue #339: a spelling mistake URL: https://github.com/apache/rocketmq-site/issues/339 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail

[GitHub] [rocketmq-site] ShannonDing merged pull request #341: 添加对Dledger集群部署的描述信息

2022-10-17 Thread GitBox
ShannonDing merged PR #341: URL: https://github.com/apache/rocketmq-site/pull/341 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@ro

[GitHub] [rocketmq-site] ShannonDing merged pull request #338: [ISSUE #337] Modify 03whatis En document Chinese words to English words in 4.x version

2022-10-17 Thread GitBox
ShannonDing merged PR #338: URL: https://github.com/apache/rocketmq-site/pull/338 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@ro

[GitHub] [rocketmq-site] ShannonDing closed issue #337: Modify 03wathis en document Chinese worlds to english worlds in 4.x version

2022-10-17 Thread GitBox
ShannonDing closed issue #337: Modify 03wathis en document Chinese worlds to english worlds in 4.x version URL: https://github.com/apache/rocketmq-site/issues/337 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [rocketmq-flink] SteNicholas merged pull request #66: [ISSUE #65]Update expired usage for RocketMQSink in README.md.

2022-10-18 Thread GitBox
SteNicholas merged PR #66: URL: https://github.com/apache/rocketmq-flink/pull/66 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@roc

[GitHub] [rocketmq-clients] aaron-ai commented on issue #262: Could MessageView provide a graceful method to get message body

2022-10-18 Thread GitBox
aaron-ai commented on issue #262: URL: https://github.com/apache/rocketmq-clients/issues/262#issuecomment-1281913560 The underlying byte array of `bytebuffer` is readonly, which means you could not get it directly, so copy it from `bytebuffer` rather than get it directly if you need `byte[

[GitHub] [rocketmq-connect] odbozhou commented on a diff in pull request #347: [ISSUE #346] Add elasticsearch source connector

2022-10-18 Thread GitBox
odbozhou commented on code in PR #347: URL: https://github.com/apache/rocketmq-connect/pull/347#discussion_r996643519 ## connectors/rocketmq-connect-elasticsearch/README.md: ## @@ -0,0 +1,29 @@ +# ElasticsearchSourceConnector fully-qualified name +org.apache.rocketmq.connect

[GitHub] [rocketmq-clients] codecov-commenter commented on pull request #263: Bump rocketmq proto to 2.0.1

2022-10-18 Thread GitBox
codecov-commenter commented on PR #263: URL: https://github.com/apache/rocketmq-clients/pull/263#issuecomment-1281938311 # [Codecov](https://codecov.io/gh/apache/rocketmq-clients/pull/263?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term

[GitHub] [rocketmq] aaron-ai commented on issue #5312: How to upgrade to 5.0

2022-10-18 Thread GitBox
aaron-ai commented on issue #5312: URL: https://github.com/apache/rocketmq/issues/5312#issuecomment-1281939516 Yes, You can use 4.x/5.x clients at the same time. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [rocketmq-operator] overstep123 commented on pull request #83: add pod anti affinity for broker

2022-10-18 Thread GitBox
overstep123 commented on PR #83: URL: https://github.com/apache/rocketmq-operator/pull/83#issuecomment-1281949781 I just found out that it's possible to pass through affinity from broker.yaml to statefulset.yaml(this is only after I initiated the PR). Although it is still difficult to set

[GitHub] [rocketmq-operator] overstep123 closed pull request #83: add pod anti affinity for broker

2022-10-18 Thread GitBox
overstep123 closed pull request #83: add pod anti affinity for broker URL: https://github.com/apache/rocketmq-operator/pull/83 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. T

[GitHub] [rocketmq-clients]: Workflow run "Java Coverage" failed!

2022-10-18 Thread GitBox
mq-clients/actions/runs/3271455298 With regards, GitHub Actions via GitBox

[GitHub] [rocketmq] lollipopjin opened a new pull request, #5343: Upgrade proto version to 2.0.1, and adapt to parse dlq information.

2022-10-18 Thread GitBox
lollipopjin opened a new pull request, #5343: URL: https://github.com/apache/rocketmq/pull/5343 **Make sure set the target branch to `develop`** ## What is the purpose of the change Parse DLQ information as message's system properties. ## Brief changelog Upgrade r

[GitHub] [rocketmq]: Workflow run "Coverage" failed!

2022-10-18 Thread GitBox
URL: https://github.com/apache/rocketmq/actions/runs/3271532586 With regards, GitHub Actions via GitBox

[GitHub] [rocketmq-clients]: Workflow run "Java Coverage" is working again!

2022-10-18 Thread GitBox
e/rocketmq-clients/actions/runs/3271455298 With regards, GitHub Actions via GitBox

[GitHub] [rocketmq]: Workflow run "Build and Run Tests by Bazel" failed!

2022-10-18 Thread GitBox
nformation. Report URL: https://github.com/apache/rocketmq/actions/runs/3271532595 With regards, GitHub Actions via GitBox

[GitHub] [rocketmq-clients] aaron-ai merged pull request #263: Bump rocketmq proto to 2.0.1

2022-10-18 Thread GitBox
aaron-ai merged PR #263: URL: https://github.com/apache/rocketmq-clients/pull/263 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@ro

[GitHub] [rocketmq]: Workflow run "Build and Run Tests by Maven" failed!

2022-10-18 Thread GitBox
nformation. Report URL: https://github.com/apache/rocketmq/actions/runs/3271532591 With regards, GitHub Actions via GitBox

[GitHub] [rocketmq] BiggerBrain commented on issue #5331: Resolve the unstable unit tests

2022-10-18 Thread GitBox
BiggerBrain commented on issue #5331: URL: https://github.com/apache/rocketmq/issues/5331#issuecomment-1282017105 > I also believe that the quality of rocketmq unit testing needs to be improved, and I would love to be a part of that effort -- This is an automated message from the

[GitHub] [rocketmq]: Workflow run "Build and Run Tests by Bazel" failed!

2022-10-18 Thread GitBox
nformation. Report URL: https://github.com/apache/rocketmq/actions/runs/3271532595 With regards, GitHub Actions via GitBox

[GitHub] [rocketmq]: Workflow run "Build and Run Tests by Bazel" is working again!

2022-10-18 Thread GitBox
Report URL: https://github.com/apache/rocketmq/actions/runs/3271865835 With regards, GitHub Actions via GitBox

[GitHub] [rocketmq]: Workflow run "Coverage" is working again!

2022-10-18 Thread GitBox
github.com/apache/rocketmq/actions/runs/3271865841 With regards, GitHub Actions via GitBox

[GitHub] [rocketmq]: Workflow run "Coverage" failed!

2022-10-18 Thread GitBox
3271983702 With regards, GitHub Actions via GitBox

[GitHub] [rocketmq]: Workflow run "Build and Run Tests by Maven" failed!

2022-10-18 Thread GitBox
URL: https://github.com/apache/rocketmq/actions/runs/3271865837 With regards, GitHub Actions via GitBox

[GitHub] [rocketmq] aaron-ai merged pull request #5343: Upgrade proto version to 2.0.1, and adapt to parse dlq information.

2022-10-18 Thread GitBox
aaron-ai merged PR #5343: URL: https://github.com/apache/rocketmq/pull/5343 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@rocketmq

[GitHub] [rocketmq]: Workflow run "Build and Run Tests by Maven" failed!

2022-10-18 Thread GitBox
e/rocketmq/actions/runs/3271983689 With regards, GitHub Actions via GitBox

[GitHub] [rocketmq] lizhanhui merged pull request #5336: [ISSUE #5332]Remove DefaultMessageStore's private field printTimes that is never used

2022-10-18 Thread GitBox
lizhanhui merged PR #5336: URL: https://github.com/apache/rocketmq/pull/5336 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@rocketm

[GitHub] [rocketmq] lizhanhui closed issue #5332: Remove DefaultMessageStore's private field printTimes that is never used

2022-10-18 Thread GitBox
lizhanhui closed issue #5332: Remove DefaultMessageStore's private field printTimes that is never used URL: https://github.com/apache/rocketmq/issues/5332 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

[GitHub] [rocketmq]: Workflow run "Coverage" failed!

2022-10-18 Thread GitBox
rade proto version to 2.0.1, and adapt to parse dlq information. * Upgrade proto version to 2.0.1 in bazel config. Report URL: https://github.com/apache/rocketmq/actions/runs/3272145409 With regards, GitHub Actions via GitBox

[GitHub] [rocketmq]: Workflow run "Build and Run Tests by Bazel" failed!

2022-10-18 Thread GitBox
ntTimes that is never used (#5336) * [ISSUE #5332]Remove DefaultMessageStore's private field printTimes that is never used * Remove unused imports Co-authored-by: Zhanhui Li Report URL: https://github.com/apache/rocketmq/actions/runs/3272298326 With regards, GitHub Actions via GitBox

[GitHub] [rocketmq]: Workflow run "Build and Run Tests by Maven" failed!

2022-10-18 Thread GitBox
on. (#5343) * Upgrade proto version to 2.0.1, and adapt to parse dlq information. * Upgrade proto version to 2.0.1 in bazel config. Report URL: https://github.com/apache/rocketmq/actions/runs/3272145406 With regards, GitHub Actions via GitBox

[GitHub] [rocketmq]: Workflow run "Coverage" is working again!

2022-10-18 Thread GitBox
ver used (#5336) * [ISSUE #5332]Remove DefaultMessageStore's private field printTimes that is never used * Remove unused imports Co-authored-by: Zhanhui Li Report URL: https://github.com/apache/rocketmq/actions/runs/3272298341 With regards, GitHub Actions via GitBox

[GitHub] [rocketmq]: Workflow run "Build and Run Tests by Maven" failed!

2022-10-18 Thread GitBox
ntTimes that is never used (#5336) * [ISSUE #5332]Remove DefaultMessageStore's private field printTimes that is never used * Remove unused imports Co-authored-by: Zhanhui Li Report URL: https://github.com/apache/rocketmq/actions/runs/3272298329 With regards, GitHub Actions via GitBox

[GitHub] [rocketmq] lizhanhui opened a new issue, #5344: Disable some test cases on Windows to make the Windows pipeline pass

2022-10-18 Thread GitBox
lizhanhui opened a new issue, #5344: URL: https://github.com/apache/rocketmq/issues/5344 The store module assumes Linux as OS. This results in test case failure for the Windows CI pipeline. Introduce Junit5 and disable test cases that do not work on Windows using https://junit.org/ju

[GitHub] [rocketmq] lizhanhui opened a new pull request, #5345: [ISSUE #5344] Fix Windows CI pipeline

2022-10-18 Thread GitBox
lizhanhui opened a new pull request, #5345: URL: https://github.com/apache/rocketmq/pull/5345 **Make sure set the target branch to `develop`** ## What is the purpose of the change Fix https://github.com/apache/rocketmq/issues/5344 ## Brief changelog XX ## Ve

[GitHub] [rocketmq]: Workflow run "Build and Run Tests by Bazel" failed!

2022-10-18 Thread GitBox
tions/runs/3272885627 With regards, GitHub Actions via GitBox

[GitHub] [rocketmq]: Workflow run "Build and Run Tests by Bazel" failed!

2022-10-18 Thread GitBox
mq/actions/runs/3272932508 With regards, GitHub Actions via GitBox

[GitHub] [rocketmq]: Workflow run "Build and Run Tests by Bazel" failed!

2022-10-18 Thread GitBox
mq/actions/runs/3272952307 With regards, GitHub Actions via GitBox

[GitHub] [rocketmq] codecov-commenter commented on pull request #5345: [ISSUE #5344] Fix Windows CI pipeline

2022-10-18 Thread GitBox
codecov-commenter commented on PR #5345: URL: https://github.com/apache/rocketmq/pull/5345#issuecomment-1282249318 # [Codecov](https://codecov.io/gh/apache/rocketmq/pull/5345?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+S

[GitHub] [rocketmq]: Workflow run "Build and Run Tests by Maven" failed!

2022-10-18 Thread GitBox
tions/runs/3272885629 With regards, GitHub Actions via GitBox

[GitHub] [rocketmq]: Workflow run "Build and Run Tests by Maven" failed!

2022-10-18 Thread GitBox
mq/actions/runs/3272932513 With regards, GitHub Actions via GitBox

[GitHub] [rocketmq]: Workflow run "Build and Run Tests by Bazel" is working again!

2022-10-18 Thread GitBox
e Report URL: https://github.com/apache/rocketmq/actions/runs/3270267414 With regards, GitHub Actions via GitBox

[GitHub] [rocketmq]: Workflow run "Build and Run Tests by Maven" failed!

2022-10-18 Thread GitBox
e Report URL: https://github.com/apache/rocketmq/actions/runs/3270267417 With regards, GitHub Actions via GitBox

[GitHub] [rocketmq]: Workflow run "Build and Run Tests by Maven" failed!

2022-10-18 Thread GitBox
mq/actions/runs/3272952292 With regards, GitHub Actions via GitBox

[GitHub] [rocketmq]: Workflow run "Coverage" failed!

2022-10-18 Thread GitBox
://github.com/apache/rocketmq/actions/runs/3270267419 With regards, GitHub Actions via GitBox

[GitHub] [rocketmq] mxsm opened a new pull request, #5346: Bbb

2022-10-18 Thread GitBox
mxsm opened a new pull request, #5346: URL: https://github.com/apache/rocketmq/pull/5346 **Make sure set the target branch to `develop`** ## What is the purpose of the change X ## Brief changelog XX ## Verifying this change Follow this

[GitHub] [rocketmq] mxsm closed pull request #5346: Bbb

2022-10-18 Thread GitBox
mxsm closed pull request #5346: Bbb URL: https://github.com/apache/rocketmq/pull/5346 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr..

[GitHub] [rocketmq]: Workflow run "Coverage" failed!

2022-10-18 Thread GitBox
ctions via GitBox

[GitHub] [rocketmq]: Workflow run "Build and Run Tests by Maven" failed!

2022-10-18 Thread GitBox
0156 With regards, GitHub Actions via GitBox

[GitHub] [rocketmq] mxsm commented on pull request #5325: [ISSUE #5324]Replace deprecated class PosixParser with DefaultParser for CLI

2022-10-18 Thread GitBox
mxsm commented on PR #5325: URL: https://github.com/apache/rocketmq/pull/5325#issuecomment-1282553176 Hi @lizhanhui I have sloved failed test case, PTAL~ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

[GitHub] [rocketmq]: Workflow run "Coverage" is working again!

2022-10-18 Thread GitBox
github.com/apache/rocketmq/actions/runs/3274425507 With regards, GitHub Actions via GitBox

[GitHub] [rocketmq] travisdowns opened a new issue, #5347: rocketmq-tools should not depend on logback-classic

2022-10-18 Thread GitBox
travisdowns opened a new issue, #5347: URL: https://github.com/apache/rocketmq/issues/5347 rocketmq-tools depends on logback-classic, which includes a `StaticLoggerBinder` class which binds slf4j to logback. This binding shouldn't be made by a library since only one binding can exist

[GitHub] [rocketmq-client-go] j2gg0s closed issue #941: PushConsumer's default config easy to casue recreate `processQueue`

2022-10-18 Thread GitBox
j2gg0s closed issue #941: PushConsumer's default config easy to casue recreate `processQueue` URL: https://github.com/apache/rocketmq-client-go/issues/941 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

[GitHub] [rocketmq] lizhimins closed issue #5292: [RIP-48] Support reset offset in server side to improve the success rate

2022-10-18 Thread GitBox
lizhimins closed issue #5292: [RIP-48] Support reset offset in server side to improve the success rate URL: https://github.com/apache/rocketmq/issues/5292 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

[GitHub] [rocketmq] lizhimins opened a new issue, #5348: [RIP-48] Support server-side offset management in broadcast consumption mode

2022-10-18 Thread GitBox
lizhimins opened a new issue, #5348: URL: https://github.com/apache/rocketmq/issues/5348 doc: https://github.com/apache/rocketmq/wiki/RIP-48-Enhance-server-side-offset-management-ability -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [rocketmq]: Workflow run "Coverage" failed!

2022-10-18 Thread GitBox
mq/actions/runs/3278221610 With regards, GitHub Actions via GitBox

[GitHub] [rocketmq]: Workflow run "Build and Run Tests by Bazel" failed!

2022-10-18 Thread GitBox
github.com/apache/rocketmq/actions/runs/3278221617 With regards, GitHub Actions via GitBox

[GitHub] [rocketmq]: Workflow run "Build and Run Tests by Maven" failed!

2022-10-18 Thread GitBox
github.com/apache/rocketmq/actions/runs/3278221621 With regards, GitHub Actions via GitBox

[GitHub] [rocketmq] lizhimins commented on issue #5348: [RIP-48] Support server-side offset management in broadcast consumption mode

2022-10-18 Thread GitBox
lizhimins commented on issue #5348: URL: https://github.com/apache/rocketmq/issues/5348#issuecomment-1283275259 Can you help review this pull request? @xdkxlk -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [rocketmq]: Workflow run "Build and Run Tests by Bazel" failed!

2022-10-18 Thread GitBox
tions/runs/3278243916 With regards, GitHub Actions via GitBox

[GitHub] [rocketmq]: Workflow run "Coverage" failed!

2022-10-18 Thread GitBox
th regards, GitHub Actions via GitBox

[GitHub] [rocketmq]: Workflow run "Build and Run Tests by Maven" failed!

2022-10-18 Thread GitBox
tions/runs/3278243917 With regards, GitHub Actions via GitBox

[GitHub] [rocketmq-eventbridge] 2011shenlin commented on a diff in pull request #36: add access log

2022-10-18 Thread GitBox
2011shenlin commented on code in PR #36: URL: https://github.com/apache/rocketmq-eventbridge/pull/36#discussion_r998873415 ## domain/src/main/java/org/apache/rocketmq/eventbridge/domain/model/apidestination/ApiDestinationService.java: ## @@ -57,7 +58,11 @@ public String createA

[GitHub] [rocketmq]: Workflow run "Build and Run Tests by Bazel" is working again!

2022-10-18 Thread GitBox
e/rocketmq/actions/runs/3278348272 With regards, GitHub Actions via GitBox

[GitHub] [rocketmq] caigy commented on issue #5347: rocketmq-tools should not depend on logback-classic

2022-10-18 Thread GitBox
caigy commented on issue #5347: URL: https://github.com/apache/rocketmq/issues/5347#issuecomment-1283319777 rocketmq-tool is also a 'final' application, used in `mqadmin` command. It might be the reason why logback-classic was imported. -- This is an automated message from the Apache Git

[GitHub] [rocketmq-site] Oliverwqcwrw opened a new pull request, #348: [ISSUE #343] Fix some typo and format

2022-10-18 Thread GitBox
Oliverwqcwrw opened a new pull request, #348: URL: https://github.com/apache/rocketmq-site/pull/348 Please do not create a Pull Request without creating an issue first. ## What is the purpose of the change Follow #343 ## Brief changelog XX ## Verifying thi

[GitHub] [rocketmq]: Workflow run "Coverage" is working again!

2022-10-18 Thread GitBox
3278348271 With regards, GitHub Actions via GitBox

[GitHub] [rocketmq] codecov-commenter commented on pull request #5349: [ISSUE #5292] [RIP-48] Support server-side offset management in broadcast consumption mode

2022-10-18 Thread GitBox
codecov-commenter commented on PR #5349: URL: https://github.com/apache/rocketmq/pull/5349#issuecomment-1283331597 # [Codecov](https://codecov.io/gh/apache/rocketmq/pull/5349?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+S

[GitHub] [rocketmq]: Workflow run "Build and Run Tests by Maven" failed!

2022-10-18 Thread GitBox
e/rocketmq/actions/runs/3278348291 With regards, GitHub Actions via GitBox

  1   2   3   4   5   6   7   8   9   10   >