Skip to content

Commit

Permalink
ROCKETMQ-18 Use apache email as author.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouxinyu committed Dec 27, 2016
1 parent 07a8862 commit f56e038
Show file tree
Hide file tree
Showing 345 changed files with 406 additions and 409 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ It offers a variety of features as follows:
----------

## RocketMQ Community
* [`Docker images`](https://registry.hub.docker.com/u/vongosling/rocketmq/)
* [`Docker images`](https://registry.hub.docker.com/u/vongosling@apache.org/rocketmq/)
* [RocketMQ Community Projects](https://github.com/rocketmq)

----------
Expand Down
3 changes: 0 additions & 3 deletions benchmark/consumer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

#
# $Id: consumer.sh 1831 2013-05-16 01:39:51Z shijia.wxr $
#
sh ./runclass.sh org.apache.rocketmq.example.benchmark.Consumer $@ &
2 changes: 1 addition & 1 deletion benchmark/producer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
# limitations under the License.

#
# $Id: producer.sh 1831 2013-05-16 01:39:51Z shijia.wxr $
# $Id: producer.sh 1831 2013-05-16 01:39:51Z [email protected] $
#
sh ./runclass.sh -Dorg.apache.rocketmq.client.sendSmartMsg=true org.apache.rocketmq.example.benchmark.Producer $@ &
2 changes: 1 addition & 1 deletion benchmark/runclass.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.

#
# $Id: runserver.sh 1831 2013-05-16 01:39:51Z shijia.wxr $
# $Id: runserver.sh 1831 2013-05-16 01:39:51Z [email protected] $
#

if [ $# -lt 1 ];
Expand Down
2 changes: 1 addition & 1 deletion benchmark/tproducer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
# limitations under the License.

#
# $Id: producer.sh 1831 2013-05-16 01:39:51Z shijia.wxr $
# $Id: producer.sh 1831 2013-05-16 01:39:51Z [email protected] $
#
sh ./runclass.sh org.apache.rocketmq.example.benchmark.TransactionProducer $@
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@


/**
* @author shijia.wxr
* @author [email protected]
*/
public class BrokerController {
private static final Logger log = LoggerFactory.getLogger(LoggerName.BROKER_LOGGER_NAME);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@


/**
* @author shijia.wxr
* @author [email protected]
*/
public class BrokerStartup {
public static Properties properties = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@


/**
* @author shijia.wxr
* @author [email protected]
*/
public class ClientChannelInfo {
private final Channel channel;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@


/**
* @author shijia.wxr
* @author [email protected]
*/
public class ClientHousekeepingService implements ChannelEventListener {
private static final Logger log = LoggerFactory.getLogger(LoggerName.BROKER_LOGGER_NAME);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@


/**
* @author shijia.wxr
* @author [email protected]
*/
public class ConsumerGroupInfo {
private static final Logger log = LoggerFactory.getLogger(LoggerName.BROKER_LOGGER_NAME);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@


/**
* @author shijia.wxr
* @author [email protected]
*/
public interface ConsumerIdsChangeListener {
public void consumerIdsChanged(final String group, final List<Channel> channels);
void consumerIdsChanged(final String group, final List<Channel> channels);
}
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@


/**
* @author shijia.wxr
* @author [email protected]
*/
public class ConsumerManager {
private static final Logger log = LoggerFactory.getLogger(LoggerName.BROKER_LOGGER_NAME);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@


/**
* @author shijia.wxr
* @author [email protected]
*/
public class DefaultConsumerIdsChangeListener implements ConsumerIdsChangeListener {
private final BrokerController brokerController;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@


/**
* @author shijia.wxr
* @author [email protected]
*/
public class ProducerManager {
private static final Logger log = LoggerFactory.getLogger(LoggerName.BROKER_LOGGER_NAME);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@


/**
* @author shijia.wxr
* @author [email protected]
*/
public class Broker2Client {
private static final Logger log = LoggerFactory.getLogger(LoggerName.BROKER_LOGGER_NAME);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@


/**
* @author shijia.wxr
* @author [email protected]
*/
public class RebalanceLockManager {
private static final Logger log = LoggerFactory.getLogger(LoggerName.REBALANCE_LOCK_LOGGER_NAME);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@


/**
* @author shijia.wxr
* @author [email protected]
*/
public class BrokerFastFailure {
private static final Logger log = LoggerFactory.getLogger(LoggerName.BROKER_LOGGER_NAME);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import java.util.concurrent.*;

/**
* @author shijia.wxr
* @author [email protected]
*/
public class BrokerFixedThreadPoolExecutor extends ThreadPoolExecutor {
public BrokerFixedThreadPoolExecutor(final int corePoolSize, final int maximumPoolSize, final long keepAliveTime, final TimeUnit unit, final BlockingQueue<Runnable> workQueue) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import java.util.concurrent.FutureTask;

/**
* @author shijia.wxr
* @author [email protected]
*/
public class FutureTaskExt<V> extends FutureTask<V> {
private final Runnable runnable;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@


/**
* @author shijia.wxr
* @author [email protected]
*/
public class ManyPullRequest {
private final ArrayList<PullRequest> pullRequestList = new ArrayList<PullRequest>();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@


/**
* @author shijia.wxr
* @author [email protected]
*/
public class PullRequest {
private final RemotingCommand requestCommand;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@


/**
* @author shijia.wxr
* @author [email protected]
*/
public class PullRequestHoldService extends ServiceThread {
private static final Logger log = LoggerFactory.getLogger(LoggerName.BROKER_LOGGER_NAME);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@


/**
* @author shijia.wxr
* @author [email protected]
*/
public class ConsumerOffsetManager extends ConfigManager {
private static final Logger log = LoggerFactory.getLogger(LoggerName.BROKER_LOGGER_NAME);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@


/**
* @author shijia.wxr
* @author [email protected]
* @author manhong.yqd
*/
public class BrokerOuterAPI {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@


/**
* @author shijia.wxr
* @author [email protected]
*/
public class ManyMessageTransfer extends AbstractReferenceCounted implements FileRegion {
private final ByteBuffer byteBufferHeader;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@


/**
* @author shijia.wxr
* @author [email protected]
*/
public class OneMessageTransfer extends AbstractReferenceCounted implements FileRegion {
private final ByteBuffer byteBufferHeader;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@


/**
* @author shijia.wxr
* @author [email protected]
*/
public class QueryMessageTransfer extends AbstractReferenceCounted implements FileRegion {
private final ByteBuffer byteBufferHeader;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@


/**
* @author shijia.wxr
* @author [email protected]
*/
public abstract class AbstractSendMessageProcessor implements NettyRequestProcessor {
protected static final Logger log = LoggerFactory.getLogger(LoggerName.BROKER_LOGGER_NAME);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@


/**
* @author shijia.wxr
* @author [email protected]
* @author manhong.yqd
*/
public class AdminBrokerProcessor implements NettyRequestProcessor {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@


/**
* @author shijia.wxr
* @author [email protected]
*/
public class ClientManageProcessor implements NettyRequestProcessor {
private static final Logger log = LoggerFactory.getLogger(LoggerName.BROKER_LOGGER_NAME);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@


/**
* @author shijia.wxr
* @author [email protected]
*/
public class ConsumerManageProcessor implements NettyRequestProcessor {
private static final Logger log = LoggerFactory.getLogger(LoggerName.BROKER_LOGGER_NAME);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@


/**
* @author shijia.wxr
* @author [email protected]
*/
public class EndTransactionProcessor implements NettyRequestProcessor {
private static final Logger LOGGER = LoggerFactory.getLogger(LoggerName.TRANSACTION_LOGGER_NAME);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@


/**
* @author shijia.wxr
* @author [email protected]
*/
public class ForwardRequestProcessor implements NettyRequestProcessor {
private static final Logger log = LoggerFactory.getLogger(LoggerName.BROKER_LOGGER_NAME);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@


/**
* @author shijia.wxr
* @author [email protected]
*/
public class PullMessageProcessor implements NettyRequestProcessor {
private static final Logger LOG = LoggerFactory.getLogger(LoggerName.BROKER_LOGGER_NAME);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@


/**
* @author shijia.wxr
* @author [email protected]
*/
public class QueryMessageProcessor implements NettyRequestProcessor {
private static final Logger log = LoggerFactory.getLogger(LoggerName.BROKER_LOGGER_NAME);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@


/**
* @author shijia.wxr
* @author [email protected]
*/
public class SendMessageProcessor extends AbstractSendMessageProcessor implements NettyRequestProcessor {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@


/**
* @author shijia.wxr
* @author [email protected]
* @author manhong.yqd
*/
public class SlaveSynchronize {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@


/**
* @author shijia.wxr
* @author [email protected]
*/
public class SubscriptionGroupManager extends ConfigManager {
private static final Logger log = LoggerFactory.getLogger(LoggerName.BROKER_LOGGER_NAME);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@


/**
* @author shijia.wxr
* @author [email protected]
*/
public class TopicConfigManager extends ConfigManager {
private static final Logger LOG = LoggerFactory.getLogger(LoggerName.BROKER_LOGGER_NAME);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

/**
* $Id: SendMessageTest.java 1831 2013-05-16 01:39:51Z shijia.wxr $
* $Id: SendMessageTest.java 1831 2013-05-16 01:39:51Z [email protected] $
*/
package org.apache.rocketmq.broker;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

/**
* $Id: SendMessageTest.java 1831 2013-05-16 01:39:51Z shijia.wxr $
* $Id: SendMessageTest.java 1831 2013-05-16 01:39:51Z [email protected] $
*/
package org.apache.rocketmq.broker.api;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

/**
* $Id: ConsumerOffsetManagerTest.java 1831 2013-05-16 01:39:51Z shijia.wxr $
* $Id: ConsumerOffsetManagerTest.java 1831 2013-05-16 01:39:51Z [email protected] $
*/
package org.apache.rocketmq.broker.offset;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

/**
* $Id: TopicConfigManagerTest.java 1831 2013-05-16 01:39:51Z shijia.wxr $
* $Id: TopicConfigManagerTest.java 1831 2013-05-16 01:39:51Z [email protected] $
*/
package org.apache.rocketmq.broker.topic;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
/**
* Client Common configuration
*
* @author shijia.wxr
* @author vongosling
* @author [email protected]
* @author vongosling@apache.org
*/
public class ClientConfig {
public static final String SEND_MESSAGE_WITH_VIP_CHANNEL_PROPERTY = "com.rocketmq.sendMessageWithVIPChannel";
Expand Down
Loading

0 comments on commit f56e038

Please sign in to comment.