[
https://issues.apache.org/jira/browse/KAFKA-7793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16740910#comment-16740910
]
ASF GitHub Bot commented on KAFKA-7793:
---------------------------------------
cmccabe commented on pull request #6133: KAFKA-7793: Improve the Trogdor
command line.
URL: https://github.com/apache/kafka/pull/6133
* Allow the Trogdor agent to be started in "exec mode", where it simply
runs a single task and exits after it is complete.
* For AgentClient and CoordinatorClient, allow the user to pass the path
to a file containing JSON, instead of specifying the JSON object in the
command-line text itself. This means that we can get rid of the bash
scripts whose only function was to load task specs into a bash string
and run a Trogdor command.
* Print dates and times in a human-readable way, rather than as numbers
of milliseconds.
* When listing tasks or workers, output human-readable tables of
information.
* Allow the user to filter on task ID name, task ID pattern, or task
state.
* Support a --json flag to provide raw JSON output if desired.
*More detailed description of your change,
if necessary. The PR title and PR message become
the squashed commit message, so use a separate
comment to ping reviewers.*
*Summary of testing strategy (including rationale)
for the feature or bug fix. Unit and/or integration
tests are expected for any behaviour change and
system tests should be considered for larger changes.*
### Committer Checklist (excluded from commit message)
- [ ] Verify design and implementation
- [ ] Verify test coverage and CI build status
- [ ] Verify documentation (including upgrade notes)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Improve the Trogdor command-line
> --------------------------------
>
> Key: KAFKA-7793
> URL: https://issues.apache.org/jira/browse/KAFKA-7793
> Project: Kafka
> Issue Type: Improvement
> Reporter: Colin P. McCabe
> Priority: Major
>
> Improve the Trogdor command-line. It should be easier to launch tasks from a
> task spec in a file. It should be easier to list the currently-running tasks
> in a readable way. We should be able to filter the currently-running tasks.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)