Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
Apache RocketMQ
Rocketmq
提交
a79c66ae
R
Rocketmq
项目概览
Apache RocketMQ
/
Rocketmq
上一次同步 大约 3 年
通知
267
Star
16139
Fork
68
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
R
Rocketmq
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
a79c66ae
编写于
12月 13, 2017
作者:
Y
yukon
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'master' into develop
上级
43730b78
c0b8735a
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
105 addition
and
2 deletion
+105
-2
1
1
+105
-0
client/src/main/java/org/apache/rocketmq/client/impl/factory/MQClientInstance.java
...apache/rocketmq/client/impl/factory/MQClientInstance.java
+0
-2
未找到文件。
1
0 → 100644
浏览文件 @
a79c66ae
# This is a combination of 3 commits.
# The first commit's message is:
remove spaces before and after the properties
# This is the 2nd commit message:
remove spaces before and after the properties
remove spaces before and after the properties
remove spaces before and after the properties
remove spaces before and after the properties
Remove spaces before and after the properties
Remove spaces before and after the properties
Remove spaces before and after the properties
Remove spaces before and after the properties
Remove the code that is not useful in the loop
Remove the code that is not useful in the loop
Remove the code that is not useful in the loop
Remove the code that is not useful in the loop
Remove the code that is not useful in the loop
Remove spaces before and after the properties
Remove spaces before and after the properties
Remove the code that is not useful in the loop
Remove the code that is not useful in the loop
Remove the code that is not useful in the loop
Remove the code that is not useful in the loop
Remove the code that is not useful in the loop
remove spaces before and after the properties
remove spaces before and after the properties
Remove spaces before and after the properties
Remove spaces before and after the properties
Remove spaces before and after the properties
Remove spaces before and after the properties
Remove the code that is not useful in the loop
Remove the code that is not useful in the loop
Remove the code that is not useful in the loop
Remove the code that is not useful in the loop
Remove the code that is not useful in the loop
Remove spaces before and after the properties
Remove spaces before and after the properties
Remove the code that is not useful in the loop
Remove the code that is not useful in the loop
Remove the code that is not useful in the loop
Remove the code that is not useful in the loop
Remove the code that is not useful in the loop
# This is the 3rd commit message:
remove spaces before and after the properties
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# Date: Wed May 17 16:11:07 2017 +0800
#
# interactive rebase in progress; onto a2894b6
# Last commands done (3 commands done):
# squash 76b35ab remove spaces before and after the properties
# squash 92f83bc remove spaces before and after the properties
# Next commands to do (12 remaining commands):
# squash d142037 remove spaces before and after the properties
# squash 9df0fcb remove spaces before and after the properties
# You are currently rebasing branch 'Branch_0616' on 'a2894b6'.
#
# Changes to be committed:
# modified: client/src/main/java/org/apache/rocketmq/client/impl/factory/MQClientInstance.java
# modified: common/src/main/java/org/apache/rocketmq/common/MixAll.java
# new file: "\357\200\272"
#
client/src/main/java/org/apache/rocketmq/client/impl/factory/MQClientInstance.java
浏览文件 @
a79c66ae
...
...
@@ -975,7 +975,6 @@ public class MQClientInstance {
HashMap
<
Long
/* brokerId */
,
String
/* address */
>
map
=
this
.
brokerAddrTable
.
get
(
brokerName
);
if
(
map
!=
null
&&
!
map
.
isEmpty
())
{
FOR_SEG:
for
(
Map
.
Entry
<
Long
,
String
>
entry
:
map
.
entrySet
())
{
Long
id
=
entry
.
getKey
();
brokerAddr
=
entry
.
getValue
();
...
...
@@ -983,7 +982,6 @@ public class MQClientInstance {
found
=
true
;
if
(
MixAll
.
MASTER_ID
==
id
)
{
slave
=
false
;
break
FOR_SEG
;
}
else
{
slave
=
true
;
}
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录