You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/06/21 02:37:31 UTC

[GitHub] [shardingsphere-elasticjob] Oliverwqcwrw opened a new issue, #2096: [Dump] Can't dump job info

Oliverwqcwrw opened a new issue, #2096:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/2096

   ## Bug Report
   
   When I config the `elasticjob.dump.port`, then I exec `echo "dump" | nc localhost 9888 > dump.txt` but no anything is export
   
   
   ### Which version of ElasticJob did you use?
   
   3.0.1
   
   ### Which project did you use? ElasticJob-Lite or ElasticJob-Cloud?
   
   Elastic-Job-Lite
   
   ### Expected behavior
   
   It can dump the job info normally
   
   ### Actual behavior
   
   The dump file is 0 byte
   
   ### Reason analyze (If you can)
   
   ### Steps to reproduce the behavior.
   
   1. config `elasticjob.dump.port`
   2. start application
   3. exec `echo "dump" | nc localhost 9888 > dump.txt`
   
   ### Example codes for reproduce this issue (such as a github link).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere-elasticjob] Oliverwqcwrw commented on issue #2096: [Dump] Can't dump job info

Posted by GitBox <gi...@apache.org>.
Oliverwqcwrw commented on issue #2096:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/2096#issuecomment-1161304065

   After reviewing the source code, I executed the wrong command,it should be `echo "dump@jobName" | nc localhost 9888 > dump.txt`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere-elasticjob] Oliverwqcwrw closed issue #2096: [Dump] Can't dump job info

Posted by GitBox <gi...@apache.org>.
Oliverwqcwrw closed issue #2096: [Dump] Can't dump job info
URL: https://github.com/apache/shardingsphere-elasticjob/issues/2096


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org