| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Exclude more files from src package (#14415) Source packages might include pom.xml.versionsBackup and dependency-reduced-pom.xml files. This change adds exclude rules to avoid including them. (cherry picked from commit 8e9fa9d378357044ea572a23245979ee512ea3f2) | 4 年前 | |
[cherry-pick][pulsar-sql] Java version trim agent presto332 branch2.10 (#15371) | 4 年前 | |
Update ZooKeeper to 3.6.2 and Curator to 5.1.0 (#8590) ### Motivation Upgrade to latest stable ZK version 3.6.2. The new minor versions brings several advantages: Performance improvements (eg: tuning group commit on txn log) Prometheus based metrics (so that we can get rid of AspectJ hacky way to instrument ZK) New features like persistent recursive watches which would greatly simplify the logic to handle metadata cache invalidations. The possibility of rollback to previous version has also been validated. ### Modifications - Update ZooKeeper to 3.6.2 - Updated Apache Curator to 5.1.0 (that supports ZK 3.6.x), Curator was implicitly imported by BookKeeper Storage Service ### Verifying this change - This change is already covered by existing tests, such as *(please describe tests)*. - Test manually a Pulsar service and Pulsar Standalone - Test ZooKeeper metrics ### Problems Unfortunately we cannot upgrade Curator because there is an error with "pulsar standalone": **Basically we have to upgrade ZooKeeper and Curator on BookKeeper before doing this change here** ``` 09:40:36.781 [main] ERROR org.apache.bookkeeper.common.component.AbstractLifecycleComponent - Failed to start Component: zk-storage-container-manager java.lang.NoSuchMethodError: 'org.apache.curator.framework.listen.ListenerContainer org.apache.curator.framework.recipes.cache.NodeCache.getListenable()' at org.apache.bookkeeper.stream.storage.impl.cluster.ZkClusterMetadataStore.watchClusterAssignmentData(ZkClusterMetadataStore.java:169) ~[org.apache.bookkeeper-stream-storage-service-impl-4.12.0.jar:4.12.0] at org.apache.bookkeeper.stream.storage.impl.sc.ZkStorageContainerManager.doStart(ZkStorageContainerManager.java:105) ~[org.apache.bookkeeper-stream-storage-service-impl-4.12.0.jar:4.12.0] at org.apache.bookkeeper.common.component.AbstractLifecycleComponent.start(AbstractLifecycleComponent.java:83) [org.apache.bookkeeper-bookkeeper-common-4.12.0.jar:4.12.0] at org.apache.bookkeeper.stream.storage.impl.StorageContainerStoreImpl.doStart(StorageContainerStoreImpl.java:97) [org.apache.bookkeeper-stream-storage-service-impl-4.12.0.jar:4.12.0] at org.apache.bookkeeper.common.component.AbstractLifecycleComponent.start(AbstractLifecycleComponent.java:83) [org.apache.bookkeeper-bookkeeper-common-4.12.0.jar:4.12.0] at org.apache.bookkeeper.stream.server.service.StorageService.doStart(StorageService.java:47) [org.apache.bookkeeper-stream-storage-server-4.12.0.jar:4.12.0] at org.apache.bookkeeper.common.component.AbstractLifecycleComponent.start(AbstractLifecycleComponent.java:83) [org.apache.bookkeeper-bookkeeper-common-4.12.0.jar:4.12.0] at org.apache.bookkeeper.common.component.LifecycleComponentStack.lambda$start$4(LifecycleComponentStack.java:144) [org.apache.bookkeeper-bookkeeper-common-4.12.0.jar:4.12.0] at com.google.common.collect.ImmutableList.forEach(ImmutableList.java:405) [com.google.guava-guava-30.0-jre.jar:?] at org.apache.bookkeeper.common.component.LifecycleComponentStack.start(LifecycleComponentStack.java:144) [org.apache.bookkeeper-bookkeeper-common-4.12.0.jar:4.12.0] at org.apache.bookkeeper.stream.server.StreamStorageLifecycleComponent.doStart(StreamStorageLifecycleComponent.java:51) [org.apache.bookkeeper-stream-storage-server-4.12.0.jar:4.12.0] at org.apache.bookkeeper.common.component.AbstractLifecycleComponent.start(AbstractLifecycleComponent.java:83) [org.apache.bookkeeper-bookkeeper-common-4.12.0.jar:4.12.0] at org.apache.pulsar.zookeeper.LocalBookkeeperEnsemble.runStreamStorage(LocalBookkeeperEnsemble.java:350) [org.apache.pulsar-pulsar-zookeeper-utils-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT] at org.apache.pulsar.zookeeper.LocalBookkeeperEnsemble.startStandalone(LocalBookkeeperEnsemble.java:432) [org.apache.pulsar-pulsar-zookeeper-utils-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT] at org.apache.pulsar.PulsarStandalone.start(PulsarStandalone.java:258) [org.apache.pulsar-pulsar-broker-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT] at org.apache.pulsar.PulsarStandaloneStarter.main(PulsarStandaloneStarter.java:115) [org.apache.pulsar-pulsar-broker-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT] 09:40:36.782 [main] ERROR org.apache.bookkeeper.common.component.AbstractLifecycleComponent - Failed to start Component: range-service java.lang.NoSuchMethodError: 'org.apache.curator.framework.listen.ListenerContainer org.apache.curator.framework.recipes.cache.NodeCache.getListenable()' at org.apache.bookkeeper.stream.storage.impl.cluster.ZkClusterMetadataStore.watchClusterAssignmentData(ZkClusterMetadataStore.java:169) ~[org.apache.bookkeeper-stream-storage-service-impl-4.12.0.jar:4.12.0] at org.apache.bookkeeper.stream.storage.impl.sc.ZkStorageContainerManager.doStart(ZkStorageContainerManager.java:105) ~[org.apache.bookkeeper-stream-storage-service-impl-4.12.0.jar:4.12.0] ``` | 5 年前 | |
[c++] Define and expose PULSAR_VERSION macro (#12769) * Define and expose PULSAR_VERSION macro * Change default value of _PULSAR_VERSION_INTERNAL_ to unknown | 4 年前 | |
Update #! in shell scripts (#8076) Some new distributions like nix and guix have stressed the definition of posix compliance and do not provide `/bin/bash`, breaking pulsar builds for these distros. This PR applies the most straightforward fix, as `/usr/bin/env` is posix. Note for those searching in the future: there are still issues with nix builds relating to [this ridiculousness](https://discourse.nixos.org/t/runtime-alternative-to-patchelf-set-interpreter/3539), but that's truly a nix issue, not pulsar. | 5 年前 | |
[fix][ci][branch-2.10] Fix the release tools (#19711) ## Modification 1. Upgrade python to python3 2. Remove the cpp-related command | 3 年前 | |
Add instructions to configure code style and checkstyle for IDEA (#10493) * Add instructions to configure code style and checkstyle for IDEA in the README * Apply suggestions from code review Co-authored-by: Yu Liu <50226895+Anonymitaet@users.noreply.github.com> Co-authored-by: Yu Liu <50226895+Anonymitaet@users.noreply.github.com> | 5 年前 | |
Updates headers with ASF source files header (#519) * Updates headers with ASF source files header * change license to additional files | 9 年前 | |
[improve][misc] Upgrade Netty to 4.1.87.Final (#19417) (cherry picked from commit 27d392d48f407ffe4816b740a790f35213b67072) | 3 年前 | |
[improve][build] Upgrade dependencies to reduce CVE. (#20162) | 3 年前 | |
Apply executable file permissions to py scripts. (#12852) | 4 年前 | |
Make pulsar compile on windows (#3221) Motivation To solve make pulsar compile on windows. | 7 年前 | |
Fix the broken rename-netty-native-libs.sh script (#8598) *Motivation* The script was broken after we upgraded the `netty-tc-native` version to `2.0.33.Final`. This change fixes the script to make sure it is able to run on MacOS. | 5 年前 | |
Release 2.10.4 | 3 年前 | |
Move settings.xml back for the Pulsar release. (#10842) The settings.xml been remove by https://github.com/apache/pulsar/pull/10111. Move it back since we need the setting.xml for the maven package upload. | 5 年前 | |
Update #! in shell scripts (#8076) Some new distributions like nix and guix have stressed the definition of posix compliance and do not provide `/bin/bash`, breaking pulsar builds for these distros. This PR applies the most straightforward fix, as `/usr/bin/env` is posix. Note for those searching in the future: there are still issues with nix builds relating to [this ridiculousness](https://discourse.nixos.org/t/runtime-alternative-to-patchelf-set-interpreter/3539), but that's truly a nix issue, not pulsar. | 5 年前 | |
[fix][ci][branch-2.10] Fix the release tools (#19711) ## Modification 1. Upgrade python to python3 2. Remove the cpp-related command | 3 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 4 年前 | ||
| 4 年前 | ||
| 5 年前 | ||
| 4 年前 | ||
| 5 年前 | ||
| 3 年前 | ||
| 5 年前 | ||
| 9 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 4 年前 | ||
| 7 年前 | ||
| 5 年前 | ||
| 3 年前 | ||
| 5 年前 | ||
| 5 年前 | ||
| 3 年前 |