You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by ji...@apache.org on 2020/10/27 14:27:32 UTC

[rocketmq] branch develop updated: [ISSUE #2366] Fix tproducer start faild with parameter w

This is an automated email from the ASF dual-hosted git repository.

jinrongtong pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/develop by this push:
     new f5a119f  [ISSUE #2366] Fix tproducer start faild with parameter w
f5a119f is described below

commit f5a119f197cf7cdf9a065adf5ad87578e0c57c5f
Author: 张旭 <ma...@gmail.com>
AuthorDate: Tue Oct 27 22:27:12 2020 +0800

    [ISSUE #2366] Fix tproducer start faild with parameter w
---
 distribution/benchmark/tproducer.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distribution/benchmark/tproducer.sh b/distribution/benchmark/tproducer.sh
index ac4bbf3..9ced41f 100644
--- a/distribution/benchmark/tproducer.sh
+++ b/distribution/benchmark/tproducer.sh
@@ -15,4 +15,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-sh ./runclass.sh org.apache.rocketmq.example.benchmark.TransactionProducer  $@
+sh ./runclass.sh org.apache.rocketmq.example.benchmark.TransactionProducer $@ &