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

Expose bookkeeper expose explicit lac configuration in broker.conf #5822

Merged
merged 1 commit into from
Feb 10, 2020

Conversation

codelipenghui
Copy link
Contributor

@codelipenghui codelipenghui commented Dec 9, 2019

Motivation

Expose bookkeeper expose explicit lac configuration in broker.conf
It's related to #3828 #4976, some Pulsar SQL users need to enable the explicitLacInterval, so that they can get the last message in Pulsar SQL.

Verifying this change

Added unit tests.

Does this pull request potentially affect one of the following parts:

If yes was chosen, please highlight the changes

  • Dependencies (does it add or upgrade a dependency): (no)
  • The public API: (no)
  • The schema: (no)
  • The default values of configurations: (yes)
  • The wire protocol: (no)
  • The rest endpoints: (no)
  • The admin cli options: (no)
  • Anything that affects deployment: (no)

Documentation

  • Does this pull request introduce a new feature? (no)

@codelipenghui
Copy link
Contributor Author

related to #3828 #4976

@codelipenghui
Copy link
Contributor Author

run java8 tests
run integration tests

2 similar comments
@codelipenghui
Copy link
Contributor Author

run java8 tests
run integration tests

@codelipenghui
Copy link
Contributor Author

run java8 tests
run integration tests

@fangpengcheng95
Copy link
Contributor

@codelipenghui what should we do to deal with “ Integration Tests Failure”?just retry?

@codelipenghui
Copy link
Contributor Author

@fangpengcheng95 Some tests are unstable, some times we need to rerun it

@codelipenghui
Copy link
Contributor Author

run integration tests

@rdhabalia
Copy link
Contributor

can you please describe need of this configuration and how it will help or impact the behavior?

@codelipenghui
Copy link
Contributor Author

@rdhabalia It's related to #3828 #4976, some Pulsar SQL users need to enable the explicitLacInterval, so that they can get the last message in Pulsar SQL

@codelipenghui
Copy link
Contributor Author

run integration tests

@jiazhai
Copy link
Member

jiazhai commented Dec 17, 2019

run integration tests

@jiazhai
Copy link
Member

jiazhai commented Dec 17, 2019

@rdhabalia It's related to #3828 #4976, some Pulsar SQL users need to enable the explicitLacInterval, so that they can get the last message in Pulsar SQL

Added these above into description.

@codelipenghui
Copy link
Contributor Author

run integration tests

1 similar comment
@jiazhai
Copy link
Member

jiazhai commented Dec 18, 2019

run integration tests

@sijie
Copy link
Member

sijie commented Dec 20, 2019

run integration tests

@sijie sijie added this to the 2.5.0 milestone Dec 20, 2019
@codelipenghui
Copy link
Contributor Author

run integration tests

4 similar comments
@codelipenghui
Copy link
Contributor Author

run integration tests

@codelipenghui
Copy link
Contributor Author

run integration tests

@codelipenghui
Copy link
Contributor Author

run integration tests

@codelipenghui
Copy link
Contributor Author

run integration tests

@codelipenghui
Copy link
Contributor Author

rerun integration tests

@sijie
Copy link
Member

sijie commented Jan 8, 2020

run java8 tests
run integration tests

2 similar comments
@codelipenghui
Copy link
Contributor Author

run java8 tests
run integration tests

@codelipenghui
Copy link
Contributor Author

run java8 tests
run integration tests

@codelipenghui
Copy link
Contributor Author

run java8 tests

@codelipenghui
Copy link
Contributor Author

run java8 tests
run integration tests

@codelipenghui
Copy link
Contributor Author

run integration tests

@codelipenghui
Copy link
Contributor Author

run java8 tests
run integration tests

2 similar comments
@sijie
Copy link
Member

sijie commented Jan 11, 2020

run java8 tests
run integration tests

@codelipenghui
Copy link
Contributor Author

run java8 tests
run integration tests

@codelipenghui
Copy link
Contributor Author

codelipenghui commented Jan 17, 2020

run integration tests

org.apache.pulsar.tests.integration.cli.CLITest.pulsar-test-suite
org.apache.pulsar.tests.integration.schema.SchemaTest.pulsar-test-suite
org.apache.pulsar.tests.integration.functions.PulsarFunctionsProcessTest.pulsar-test-suite
org.apache.pulsar.tests.integration.presto.TestBasicPresto.pulsar-test-suite
org.apache.pulsar.tests.integration.functions.PulsarFunctionsThreadTest.pulsar-test-suite
org.apache.pulsar.tests.integration.offload.TestS3Offload.tiered-storage-test-suite
org.apache.pulsar.tests.integration.offload.TestFileSystemOffload.tiered-storage-test-suite
org.apache.pulsar.tests.integration.functions.PulsarStateTest.pulsar-standalone-suite
org.apache.pulsar.tests.integration.messaging.PersistentTopicMessagingTest.pulsar-test-suite

@codelipenghui
Copy link
Contributor Author

run integration tests

@codelipenghui codelipenghui merged commit 4fd17d4 into apache:master Feb 10, 2020
@codelipenghui codelipenghui deleted the expose_explicit_lac branch February 17, 2020 09:17
tuteng pushed a commit to AmateurEvents/pulsar that referenced this pull request Feb 23, 2020
### Motivation

Expose bookkeeper expose explicit lac configuration in broker.conf
It's related to apache#3828 apache#4976, some Pulsar SQL users need to enable the explicitLacInterval, so that they can get the last message in Pulsar SQL.
tuteng pushed a commit to AmateurEvents/pulsar that referenced this pull request Mar 21, 2020
### Motivation

Expose bookkeeper expose explicit lac configuration in broker.conf
It's related to apache#3828 apache#4976, some Pulsar SQL users need to enable the explicitLacInterval, so that they can get the last message in Pulsar SQL.

(cherry picked from commit 4fd17d4)
tuteng pushed a commit that referenced this pull request Apr 13, 2020
### Motivation

Expose bookkeeper expose explicit lac configuration in broker.conf
It's related to #3828 #4976, some Pulsar SQL users need to enable the explicitLacInterval, so that they can get the last message in Pulsar SQL.

(cherry picked from commit 4fd17d4)
jiazhai pushed a commit to jiazhai/pulsar that referenced this pull request May 18, 2020
### Motivation

Expose bookkeeper expose explicit lac configuration in broker.conf
It's related to apache#3828 apache#4976, some Pulsar SQL users need to enable the explicitLacInterval, so that they can get the last message in Pulsar SQL.
(cherry picked from commit 4fd17d4)
huangdx0726 pushed a commit to huangdx0726/pulsar that referenced this pull request Aug 24, 2020
### Motivation

Expose bookkeeper expose explicit lac configuration in broker.conf
It's related to apache#3828 apache#4976, some Pulsar SQL users need to enable the explicitLacInterval, so that they can get the last message in Pulsar SQL.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants