Andras Beni
Andras Beni
/pulsarbot rerun-failure-checks
/pulsarbot rerun-failure-checks
/pulsarbot rerun-failure-checks
/pulsarbot rerun-failure-checks
/pulsarbot run-failure-checks
@AFFogarty, I'm curious what you think of the following alternatives: - Mapping SparkApp.State.FAILED to SessionState.ERROR() - Introducing SessionState.FAILED() I'm not too familiar with the state transitions, so above ideas may...
@runzhiwang do you plan to continue working on this? If not, I am happy to address present concerns and move forward the feature.
Nice catch. LGTM
@codelipenghui , can you please let me know what tests you would like to see for the admin CLI? As I can see, [runAdminCommandOnAnyBroker](https://github.com/apache/pulsar/blob/master/tests/integration/src/test/java/org/apache/pulsar/tests/integration/topologies/PulsarCluster.java#L634) does use the admin cli and...
@codelipenghui , I believe integration tests are too expensive to do a full validation of output and command line parameters. Having taken a quick look at admin command implementations and...