Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
Apache RocketMQ
Rocketmq
提交
37a642cc
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看板
提交
37a642cc
编写于
8月 29, 2018
作者:
D
duheng
提交者:
von gosling
8月 29, 2018
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[ISSUE430]Remove scripts releate to filtersrv (#431)
上级
901e06af
变更
5
显示空白变更内容
内联
并排
Showing
5 changed file
with
1 addition
and
201 deletion
+1
-201
common/src/main/java/org/apache/rocketmq/common/MQVersion.java
...n/src/main/java/org/apache/rocketmq/common/MQVersion.java
+1
-1
distribution/bin/mqfiltersrv
distribution/bin/mqfiltersrv
+0
-45
distribution/bin/mqfiltersrv.cmd
distribution/bin/mqfiltersrv.cmd
+0
-23
distribution/bin/mqfiltersrv.xml
distribution/bin/mqfiltersrv.xml
+0
-45
distribution/conf/logback_filtersrv.xml
distribution/conf/logback_filtersrv.xml
+0
-87
未找到文件。
common/src/main/java/org/apache/rocketmq/common/MQVersion.java
浏览文件 @
37a642cc
...
...
@@ -18,7 +18,7 @@ package org.apache.rocketmq.common;
public
class
MQVersion
{
public
static
final
int
CURRENT_VERSION
=
Version
.
V4_3_
0
.
ordinal
();
public
static
final
int
CURRENT_VERSION
=
Version
.
V4_3_
1
.
ordinal
();
public
static
String
getVersionDesc
(
int
value
)
{
int
length
=
Version
.
values
().
length
;
...
...
distribution/bin/mqfiltersrv
已删除
100644 → 0
浏览文件 @
901e06af
#!/bin/sh
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
if
[
-z
"
$ROCKETMQ_HOME
"
]
;
then
## resolve links - $0 may be a link to maven's home
PRG
=
"
$0
"
# need this for relative symlinks
while
[
-h
"
$PRG
"
]
;
do
ls
=
`
ls
-ld
"
$PRG
"
`
link
=
`
expr
"
$ls
"
:
'.*-> \(.*\)$'
`
if
expr
"
$link
"
:
'/.*'
>
/dev/null
;
then
PRG
=
"
$link
"
else
PRG
=
"
`
dirname
"
$PRG
"
`
/
$link
"
fi
done
saveddir
=
`
pwd
`
ROCKETMQ_HOME
=
`
dirname
"
$PRG
"
`
/..
# make it fully qualified
ROCKETMQ_HOME
=
`
cd
"
$ROCKETMQ_HOME
"
&&
pwd
`
cd
"
$saveddir
"
fi
export
ROCKETMQ_HOME
sh
${
ROCKETMQ_HOME
}
/bin/runserver.sh org.apache.rocketmq.filtersrv.FiltersrvStartup
$@
distribution/bin/mqfiltersrv.cmd
已删除
100644 → 0
浏览文件 @
901e06af
@echo
off
rem Licensed to the Apache Software Foundation (ASF) under one or more
rem contributor license agreements. See the NOTICE file distributed with
rem this work for additional information regarding copyright ownership.
rem The ASF licenses this file to You under the Apache License, Version 2.0
rem (the "License"); you may not use this file except in compliance with
rem the License. You may obtain a copy of the License at
rem
rem http://www.apache.org/licenses/LICENSE-2.0
rem
rem Unless required by applicable law or agreed to in writing, software
rem distributed under the License is distributed on an "AS IS" BASIS,
rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
rem See the License for the specific language governing permissions and
rem limitations under the License.
if
not
exist
"
%ROCKETMQ_HOME%
\bin\runbroker.cmd"
echo
Please
set
the
ROCKETMQ_HOME
variable
in
your
environment
!
&
EXIT
/B
1
call
"
%ROCKETMQ_HOME%
\bin\runserver.cmd"
org
.apache.rocketmq.filtersrv.FiltersrvStartup
%
*
IF
%ERRORLEVEL%
EQU
0
(
ECHO
"Filtersrv starts OK"
)
\ No newline at end of file
distribution/bin/mqfiltersrv.xml
已删除
100644 → 0
浏览文件 @
901e06af
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<java>
<debug>
false
</debug>
<javahome>
${JAVA_HOME}
</javahome>
<jvmtype>
server
</jvmtype>
<mainclass>
org.apache.rocketmq.filtersrv.FiltersrvStartup
</mainclass>
<properties>
<java.ext.dirs>
${cpd}/../lib
</java.ext.dirs>
<rocketmq.home.dir>
${cpd}/..
</rocketmq.home.dir>
</properties>
<classpaths>
</classpaths>
<options>
<
-Xms512m>
<
/-Xms512m>
<
-Xmx1g>
<
/-Xmx1g>
<
-XX:NewSize>256M
<
/-XX:NewSize>
<
-XX:MaxNewSize>512M
<
/-XX:MaxNewSize>
<
-XX:PermSize>128M
<
/-XX:PermSize>
<
-XX:MaxPermSize>128M
<
/-XX:MaxPermSize>
</options>
</java>
distribution/conf/logback_filtersrv.xml
已删除
100644 → 0
浏览文件 @
901e06af
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<configuration>
<appender
name=
"DefaultAppender"
class=
"ch.qos.logback.core.rolling.RollingFileAppender"
>
<file>
${user.home}/logs/rocketmqlogs/filtersrv_default.log
</file>
<append>
true
</append>
<rollingPolicy
class=
"ch.qos.logback.core.rolling.FixedWindowRollingPolicy"
>
<fileNamePattern>
${user.home}/logs/rocketmqlogs/otherdays/filtersrv_default.%i.log.gz
</fileNamePattern>
<minIndex>
1
</minIndex>
<maxIndex>
5
</maxIndex>
</rollingPolicy>
<triggeringPolicy
class=
"ch.qos.logback.core.rolling.SizeBasedTriggeringPolicy"
>
<maxFileSize>
100MB
</maxFileSize>
</triggeringPolicy>
<encoder>
<pattern>
%d{yyy-MM-dd HH:mm:ss,GMT+8} %p %t - %m%n
</pattern>
<charset
class=
"java.nio.charset.Charset"
>
UTF-8
</charset>
</encoder>
</appender>
<appender
name=
"RocketmqFiltersrvAppender_inner"
class=
"ch.qos.logback.core.rolling.RollingFileAppender"
>
<file>
${user.home}/logs/rocketmqlogs/filtersrv.log
</file>
<append>
true
</append>
<rollingPolicy
class=
"ch.qos.logback.core.rolling.FixedWindowRollingPolicy"
>
<fileNamePattern>
${user.home}/logs/rocketmqlogs/otherdays/filtersrv.%i.log.gz
</fileNamePattern>
<minIndex>
1
</minIndex>
<maxIndex>
5
</maxIndex>
</rollingPolicy>
<triggeringPolicy
class=
"ch.qos.logback.core.rolling.SizeBasedTriggeringPolicy"
>
<maxFileSize>
100MB
</maxFileSize>
</triggeringPolicy>
<encoder>
<pattern>
%d{yyy-MM-dd HH:mm:ss,GMT+8} %p %t - %m%n
</pattern>
<charset
class=
"java.nio.charset.Charset"
>
UTF-8
</charset>
</encoder>
</appender>
<appender
name=
"RocketmqFiltersrvAppender"
class=
"ch.qos.logback.classic.AsyncAppender"
>
<appender-ref
ref=
"RocketmqFiltersrvAppender_inner"
/>
<discardingThreshold>
0
</discardingThreshold>
</appender>
<appender
name=
"STDOUT"
class=
"ch.qos.logback.core.ConsoleAppender"
>
<append>
true
</append>
<encoder>
<pattern>
%d{yyy-MM-dd HH\:mm\:ss,SSS} %p %t - %m%n
</pattern>
<charset
class=
"java.nio.charset.Charset"
>
UTF-8
</charset>
</encoder>
</appender>
<logger
name=
"RocketmqFiltersrv"
additivity=
"false"
>
<level
value=
"INFO"
/>
<appender-ref
ref=
"RocketmqFiltersrvAppender"
/>
</logger>
<logger
name=
"RocketmqCommon"
additivity=
"false"
>
<level
value=
"INFO"
/>
<appender-ref
ref=
"RocketmqFiltersrvAppender"
/>
</logger>
<logger
name=
"RocketmqRemoting"
additivity=
"false"
>
<level
value=
"INFO"
/>
<appender-ref
ref=
"RocketmqFiltersrvAppender"
/>
</logger>
<root>
<level
value=
"INFO"
/>
<appender-ref
ref=
"DefaultAppender"
/>
</root>
</configuration>
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录