Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-push RocketMQ's commit logs from May 2013 to December 2016 #4503

Merged
merged 4,427 commits into from
Jun 24, 2022

Conversation

lollipopjin
Copy link
Contributor

Make sure set the target branch to develop

What is the purpose of the change

Re-push RocketMQ's commit logs from May 2013 to December 2016, in order to help users who have deployed the old version of RokcetMQ to locate problems quickly.

Brief changelog

Add commit logs from May 2013 to December 2016.

Verifying this change

No code changes.

Follow this checklist to help us incorporate your contribution quickly and easily. Notice, it would be helpful if you could finish the following 5 checklist(the last one is not necessary)before request the community to review your PR.

  • Make sure there is a Github issue filed for the change (usually before you start working on it). Trivial changes like typos do not require a Github issue. Your pull request should address just this issue, without pulling in other changes - one PR resolves one issue.
  • Format the pull request title like [ISSUE #123] Fix UnknownException when host config not exist. Each commit in the pull request should have a meaningful subject line and body.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Write necessary unit-test(over 80% coverage) to verify your logic correction, more mock a little better when cross module dependency exist. If the new feature or significant change is committed, please remember to add integration-test in test module.
  • Run mvn -B clean apache-rat:check findbugs:findbugs checkstyle:checkstyle to make sure basic checks pass. Run mvn clean install -DskipITs to make sure unit-test pass. Run mvn clean test-compile failsafe:integration-test to make sure integration-test pass.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

vintagewang and others added 30 commits July 30, 2016 20:53
xigu.lx and others added 21 commits November 29, 2016 16:23
show accumulation
Feature/namesrv config 20161115

see apache#163 

see apache#158 


See merge request !23
Issue apache#169

1. show accumulation
2. support to show selected topic

See merge request !24
Rmq.msgid



See merge request !25
printmsg bug fix



See merge request !27
Issue apache#179 [BUG]check properties length

put消息时针对属性长度判断失效,会导致过长属性的消息写入成功并丢弃了所有属性。


See merge request !26
…er to help users who have deployed the old version of RokcetMQ to locate problems quickly.
@lizhanhui
Copy link
Contributor

It is nice to have them back... +1

@lizhanhui lizhanhui self-requested a review June 23, 2022 11:16
@lizhanhui
Copy link
Contributor

@lollipopjin Can rebase help make the commit records linear?

@codecov-commenter
Copy link

codecov-commenter commented Jun 23, 2022

Codecov Report

Merging #4503 (782ba89) into develop (da01deb) will increase coverage by 0.05%.
The diff coverage is n/a.

@@              Coverage Diff              @@
##             develop    #4503      +/-   ##
=============================================
+ Coverage      48.05%   48.10%   +0.05%     
- Complexity      5108     5116       +8     
=============================================
  Files            649      649              
  Lines          43026    43026              
  Branches        5626     5626              
=============================================
+ Hits           20675    20697      +22     
+ Misses         19838    19823      -15     
+ Partials        2513     2506       -7     
Impacted Files Coverage Δ
...rg/apache/rocketmq/common/stats/StatsSnapshot.java 84.61% <0.00%> (-15.39%) ⬇️
.../apache/rocketmq/common/stats/MomentStatsItem.java 38.09% <0.00%> (-9.53%) ⬇️
...va/org/apache/rocketmq/common/stats/StatsItem.java 50.83% <0.00%> (-5.00%) ⬇️
...ache/rocketmq/common/stats/MomentStatsItemSet.java 43.47% <0.00%> (-4.35%) ⬇️
...org/apache/rocketmq/common/stats/StatsItemSet.java 46.26% <0.00%> (-1.50%) ⬇️
...he/rocketmq/client/trace/AsyncTraceDispatcher.java 82.43% <0.00%> (-1.47%) ⬇️
...ava/org/apache/rocketmq/filter/util/BitsArray.java 59.82% <0.00%> (ø)
...a/org/apache/rocketmq/store/StoreStatsService.java 37.53% <0.00%> (ø)
...ent/impl/consumer/DefaultLitePullConsumerImpl.java 71.52% <0.00%> (ø)
...rocketmq/client/impl/factory/MQClientInstance.java 51.28% <0.00%> (+0.45%) ⬆️
... and 11 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update da01deb...782ba89. Read the comment docs.

@coveralls
Copy link

coveralls commented Jun 23, 2022

Coverage Status

Coverage increased (+0.1%) to 52.192% when pulling 782ba89 on lollipopjin:develop_with_commitlog_history into da01deb on apache:develop.

@lollipopjin lollipopjin reopened this Jun 24, 2022
@lizhanhui lizhanhui merged commit d3b0795 into apache:develop Jun 24, 2022
@apache apache locked as resolved and limited conversation to collaborators Aug 13, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants