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

job run error #2600

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open

job run error #2600

wants to merge 18 commits into from

Conversation

WangJi92
Copy link
Contributor

@WangJi92 WangJi92 commented Jul 31, 2023

job run error

not run in background

watch CityRestController getCity '{params,returnObj,throwExp}'  -n 5  -x 3  &

save result

[arthas@3244]$ options save-result true
 NAME         BEFORE-VALUE  AFTER-VALUE
----------------------------------------
 save-result  false         true
[arthas@3244]$ watch CityRestController getCity '{params,returnObj,throwExp}'  -n 5  -x 3
save result job output file location : /Users/wangji/logs/arthas-cache/result.log
Press Q or Ctrl+C to abort.
Affect(class count: 1 , method count: 1) cost in 155 ms, listenerId: 1

&

[arthas@3244]$ watch CityRestController getCity '{params,returnObj,throwExp}'  -n 5  -x 3  &
job id  : 3
job output file location : /Users/wangji/logs/arthas-cache/result.log

> a.txt

[arthas@3244]$ watch CityRestController getCity '{params,returnObj,throwExp}'  -n 5  -x 3  > a.txt
job id  : 4
job output file location : /Users/wangji/Documents/project/arthas-plugin-demo/a.txt
Press Q or Ctrl+C to abort.

> a.txt &

[arthas@3244]$ watch CityRestController getCity '{params,returnObj,throwExp}'  -n 5  -x 3  > a.txt &
job id  : 5
job output file location : /Users/wangji/Documents/project/arthas-plugin-demo/a.txt
[arthas@3244]$

> &

[arthas@3244]$ watch CityRestController getCity '{params,returnObj,throwExp}'  -n 5  -x 3  >  &
job id  : 6
job output file location : /Users/wangji/logs/arthas-cache/3244/6
[arthas@3244]$

WangJi92 and others added 18 commits January 5, 2021 07:10
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ WangJi92
❌ 汪吉


汪吉 seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants