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

Change bookkeeper main method class #8065

Merged
merged 1 commit into from
Sep 17, 2020
Merged

Change bookkeeper main method class #8065

merged 1 commit into from
Sep 17, 2020

Conversation

hrsakai
Copy link
Contributor

@hrsakai hrsakai commented Sep 15, 2020

Motivation

    /**
     * Legacy Method to run bookie server.
     */
    public static void main(String[] args) {
        Main.main(args);
    }

Modifications

@hrsakai hrsakai added this to the 2.7.0 milestone Sep 15, 2020
@hrsakai hrsakai self-assigned this Sep 15, 2020
@sijie
Copy link
Member

sijie commented Sep 15, 2020

/pulsarbot run-failure-checks

@jiazhai jiazhai merged commit 41c4f44 into apache:master Sep 17, 2020
lbenc135 pushed a commit to lbenc135/pulsar that referenced this pull request Oct 3, 2020
### Motivation
* `BookieServer::main()` is legacy method.
https://github.com/apache/bookkeeper/blob/release-4.9.2/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/BookieServer.java#L310-L315
```
    /**
     * Legacy Method to run bookie server.
     */
    public static void main(String[] args) {
        Main.main(args);
    }

```

### Modifications

* Call `Main::main()` instead of `BookieServer::main()`.
https://github.com/apache/bookkeeper/blob/release-4.9.2/bookkeeper-server/src/main/java/org/apache/bookkeeper/server/Main.java#L202-L205
zymap added a commit to zymap/pulsar that referenced this pull request Dec 2, 2020
---

Fixes apache#8790

*Motivation*

The test HealthCheckTest.testBookKeeperDown always failed.
That because of we have a change in the `bin/pulsar bookie`. apache#8065
changed the main class name so the bookie process name change to
the `MAIN` not `BookieServer`.
merlimat pushed a commit that referenced this pull request Dec 2, 2020
---

Fixes #8790

*Motivation*

The test HealthCheckTest.testBookKeeperDown always failed.
That because of we have a change in the `bin/pulsar bookie`. #8065
changed the main class name so the bookie process name change to
the `MAIN` not `BookieServer`.
RobertIndie pushed a commit to RobertIndie/pulsar that referenced this pull request Dec 8, 2020
---

Fixes apache#8790

*Motivation*

The test HealthCheckTest.testBookKeeperDown always failed.
That because of we have a change in the `bin/pulsar bookie`. apache#8065
changed the main class name so the bookie process name change to
the `MAIN` not `BookieServer`.
eolivelli pushed a commit to datastax/pulsar that referenced this pull request May 26, 2021
---

Fixes apache#8790

*Motivation*

The test HealthCheckTest.testBookKeeperDown always failed.
That because of we have a change in the `bin/pulsar bookie`. apache#8065
changed the main class name so the bookie process name change to
the `MAIN` not `BookieServer`.

(cherry picked from commit 258d166)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants