Sign in
apache
/
incubator-pegasus
/
HEAD
8fbebd8
build(thirdparty): bump zookeeper-client-c from 3.7.0 to 3.9.4 (#2289)
by Dan Wang
· 16 hours ago
master
7c0fd25
fix(build): replace variable-length arrays with proper structures to fix compilation errors on macOS (#2290)
by Dan Wang
· 6 days ago
bf37fc5
perf(network): support client RPC connection pool to each server address (#2272)
by Dan Wang
· 2 weeks ago
e42f1a6
fix(java-client): use `remove_result` instead of `put_result` for `rrdb_remove_operator` (#2280)
by Dan Wang
· 4 weeks ago
2b7020f
build(deps): bump org.apache.zookeeper:zookeeper from 3.7.2 to 3.9.3 in /java-client (#2274)
by Dan Wang
· 4 weeks ago
fd39e6f
ci(github): pin the action `dorny/paths-filter` to the commit SHA pointing to `v3.0.2` (#2275)
by Dan Wang
· 5 weeks ago
0650638
build(deps): bump io.netty:netty-bom from 4.1.85.Final to 4.1.123.Final in /java-client (#2273)
by Dan Wang
· 6 weeks ago
4f824e2
build(deps): bump org.apache.commons:commons-lang3 in /java-client (#2271)
by dependabot[bot]
· 6 weeks ago
a987da9
fix: fix undefined behavior due to overflow or underflow when handling `incr` requests (#2269)
by Dan Wang
· 8 weeks ago
6bcca89
chore: update NOTICE year to 2025 (#2268)
by Dan Wang
· 9 weeks ago
123427e
test: terminate the test case once `SetUp()` of the base fixture fails (#2265)
by Dan Wang
· 9 weeks ago
c6e52b0
build: support building and testing Java and Scala Clients with JDK 17 (#2263)
by Dan Wang
· 2 months ago
18e8aeb
test: enable validation logic in debug-only code to run during unit tests (#2262)
by Dan Wang
· 2 months ago
d4693fd
perf(make_idempotent): improve performance of idempotent writes by reducing deserialization and removing the mapping table for atomic write handlers (#2261)
by Dan Wang
· 2 months ago
c6cf82b
fix: use RTTI to do double-check for `down_cast` only in debug mode (#2260)
by Dan Wang
· 3 months ago
b868170
fix(security): fix DDD diagnose request failure with `app_id = -1` and improve ACL handling (#2259)
by Dan Wang
· 3 months ago
c11158d
feat(go-client): generate interfaces for the hotkey detection (#2255)
by Dan Wang
· 3 months ago
06e06d4
fix(go-client): fix the data race issue caused by concurrent read/write access to the session list of `metaCall` (#2257)
by Dan Wang
· 4 months ago
154bb16
feat(make_idempotent): re-adapt `make_idempotent()` and `put()` to support batched single-update requests for atomic writes (#2249)
by Dan Wang
· 4 months ago
656d849
fix(shell): Fix potential vulnerable cloned function (#2253)
by Phuc-Thanh Nguyen
· 4 months ago
e098041
fix: fix build failure on Apple M chips (#2252)
by Yingchun Lai
· 4 months ago
ce267cb
refactor(FQDN): further more refator on idl/dsn.layer2.thrift v2 (#2217)
by Samunroyu
· 4 months ago
ae6ace2
ci: introduce `revive` as the linter replacement for `golint` (#2247)
by Dan Wang
· 4 months ago
5b229e5
feat(make_idempotent): support making `check_and_mutate` request idempotent in `pegasus_write_service::impl` (#2246)
by Dan Wang
· 4 months ago
9fed575
build: restrict the `CMake` version installed on Ubuntu 20.04 and 22.04 to 3.x.x (#2245)
by Dan Wang
· 4 months ago
9806897
feat(duplication): support resumable download for checkpoint files during full duplication on the server side (#2238)
by Dan Wang
· 4 months ago
e64faa7
feat(make_idempotent): support making `check_and_set` request idempotent in `pegasus_write_service` (#2239)
by Dan Wang
· 5 months ago
6a40395
build(deps): bump golang.org/x/net from 0.36.0 to 0.38.0 in /collector (#2232)
by dependabot[bot]
· 5 months ago
34f5562
build(deps): bump golang.org/x/net from 0.33.0 to 0.38.0 in /pegic (#2231)
by dependabot[bot]
· 5 months ago
908d3ee
build(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 in /go-client (#2226)
by dependabot[bot]
· 5 months ago
bed48da
ci(github): fix Go workflows which failed due to Ubuntu 20.04 retirement (#2240)
by Dan Wang
· 5 months ago
a59acd0
ci(github): fix that sbt could not be found while checking format for Scala (#2236)
by Dan Wang
· 5 months ago
60bb031
ci(github): bump actions/cache from v2 to v3 for Java workflows (#2234)
by Dan Wang
· 5 months ago
682d960
feat(make_idempotent): support making `check_and_set` request idempotent in `pegasus_write_service::impl` (#2230)
by Dan Wang
· 5 months ago
600b34f
fix(learn): avoid learn use DEFAULT_POOL (#2126)
by Pengfan Lu
· 5 months ago
034d79a
feat(make_idempotent): support getting/enabling/disabling `atomic_idempotent` on shell (#2229)
by Dan Wang
· 5 months ago
980ee28
feat(new_metrics): introduce metrics for memory usage of RocksDB Write Buffer Manager (#2224)
by Dan Wang
· 5 months ago
586119a
build(deps): bump golang.org/x/net from 0.23.0 to 0.36.0 in /collector (#2228)
by dependabot[bot]
· 5 months ago
7144844
build(deps): bump golang.org/x/crypto in /collector (#2225)
by dependabot[bot]
· 5 months ago
5bc6421
build(deps): bump golang.org/x/net from 0.23.0 to 0.36.0 in /admin-cli (#2207)
by dependabot[bot]
· 5 months ago
ff4a7d3
feat(new_metrics): support `server_stat` command showing some important server-level metrics (part 2) (#2223)
by Dan Wang
· 5 months ago
2da689c
feat(make_idempotent): each primary replica uses `atomic_idempotent` to decide whether to make all atomic writes idempotent (#2222)
by Dan Wang
· 5 months ago
03a2c92
feat(make_idempotent): support `atomic_idempotent` for `create` and `ls` commands on shell (#2221)
by Dan Wang
· 5 months ago
fc416e3
feat(make_idempotent): sync `atomic_idempotent` from meta server into `.app-info` file for each replica (#2220)
by Dan Wang
· 5 months ago
cebbfae
perf(make_idempotent): introduce row lock to improve 2PC for idempotent atomic writes (#2214)
by Dan Wang
· 5 months ago
e612d2c
ci: bump dorny/paths-filter from v2 to v3.0.2 (#2218)
by Dan Wang
· 5 months ago
76cd798
feat(make_idempotent): introduce new table-level APIs to meta servers to list/control idempotence for atomic writes (#2205)
by Dan Wang
· 6 months ago
ac64263
refactor(FQDN): Minor refactor on remove_node() (#1994)
by Yingchun Lai
· 6 months ago
a875cb4
build(deps): bump golang.org/x/net from 0.23.0 to 0.33.0 in /go-client (#2176)
by dependabot[bot]
· 6 months ago
61ccc5b
Add the --config parameter to pegasus_manual_compact.sh (#2204)
by Guangshuo Wang
· 6 months ago
28dc695
build(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0 in /collector(#2178)
by dependabot[bot]
· 6 months ago
1eeac73
build(deps): bump golang.org/x/net from 0.23.0 to 0.33.0 in /pegic (#2177)
by dependabot[bot]
· 6 months ago
e561ed6
build(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 in /go-client (#1980)
by dependabot[bot]
· 6 months ago
5ccb322
feat(bulk_load): reduce partition ingest time (#2195)
by Pengfan Lu
· 6 months ago
933ac39
feat(make_idempotent): support making write requests idempotent for primary replicas (#2198)
by Dan Wang
· 6 months ago
d42d839
fix(bulk_load): fix core dump while downloading sst files (#2077)
by Pengfan Lu
· 6 months ago
df0eb5a
feat(go-client): add DelRange API to go-client (#2199)
by nanorth
· 6 months ago
cb9a1d3
feat(duplication): make the task code for incremental loading from private logs configurable (#2184)
by ninsmiracle
· 6 months ago
88bd9a3
feat(admin-cli): update admin-cli import depository (#2174)
by Pengfan Lu
· 6 months ago
6249c13
feat(make_idempotent): support making `incr` request idempotent in `pegasus_server_write` and `replication_app_base` (#2196)
by Dan Wang
· 7 months ago
cd71c5b
feat(make_idempotent): support making `incr` request idempotent in `pegasus_write_service` (#2192)
by Dan Wang
· 7 months ago
e72bb77
fix(scripts): Fix the way the wait_manual_compact function parses the output of the remote_command -t replica-server replica.query-compact shell command (#2191)
by Guangshuo Wang
· 7 months ago
89f43c3
refactor(java-client): optimize code for meta session to eliminate potential problems (#2186)
by Dan Wang
· 7 months ago
8f75b52
feat(make_idempotent): support making `incr` request idempotent in `pegasus_write_service::impl` (#2185)
by Dan Wang
· 7 months ago
2222230
fix(java-client): package `org.apache.pegasus.utils` does not exist while building java client (#2187)
by Dan Wang
· 8 months ago
c950ffe
chore: update actions download-artifact and up-artifact to v4 (#2151)
by Yingchun Lai
· 8 months ago
f5c322f
refactor: specify data column family explicitly for RocksDB wrapper (#2182)
by Dan Wang
· 8 months ago
12f331f
fix(meta): fix null pointer while clearing environment variables after table was dropped (#2181)
by Dan Wang
· 8 months ago
2432972
feat(meta): list tables with specified name pattern (#2172)
by Dan Wang
· 8 months ago
c13247d
fix(rockylinux): add the missing ccache package (#2180)
by Yingchun Lai
· 8 months ago
496d7a3
chore(gha): introduce RockyLinux as an action runner (#2179)
by Yingchun Lai
· 8 months ago
201b424
chore: Upgrade to use macOS 15 in action (#2175)
by Yingchun Lai
· 8 months ago
1091da5
fix(duplication): deal with bulkload dup crash (#2101)
by ninsmiracle
· 8 months ago
24ee71c
refactor: support close admin-cli client (#2162)
by Pengfan Lu
· 8 months ago
d711b08
perf: enhance the loading process of replicas particularly when a significant number of replicas are spread across multiple disks (#2078)
by Dan Wang
· 9 months ago
7ceef5d
fix(meta): fix null pointer while deleting environment variables after table was dropped (#2170)
by Dan Wang
· 9 months ago
a65d1f4
feat: introduce a new task code for replicas stat (#2169)
by Dan Wang
· 9 months ago
c2c070b
feat(duplication): improve `dups` command to make the output info easier to understand (#2167)
by Dan Wang
· 9 months ago
2c121aa
fix(shell): fix the validation for the command while there is not any positional argument (#2166)
by Dan Wang
· 9 months ago
eb88b27
fix(bulkload): Sometime ingest will hang when encountering write throttling (#2157)
by Pengfan Lu
· 9 months ago
fb2ed45
feat(duplication): add a new command to shell to list duplications for one or multiple tables (#2165)
by Dan Wang
· 9 months ago
2837b17
fix: fix some build errors on the latest MacOS (#2158)
by Yingchun Lai
· 9 months ago
db13635
feat(duplication): add a new RPC to list duplications for one or multiple tables with specified pattern (#2164)
by Dan Wang
· 9 months ago
1bec66d
feat(new_metircs): collect the number of primary and secondary replicas (#2161)
by Dan Wang
· 9 months ago
7c49e41
feat(duplication): support duplication entry for multiple purposes (#2163)
by Dan Wang
· 9 months ago
d9f2600
feat(duplication): collect last committed decrees from primary replicas to meta server of the master cluster for duplication (#2159)
by Dan Wang
· 9 months ago
32a982f
fix(download): fix the broken download URL of thrift 0.11.0 tarball (#2154)
by Dan Wang
· 10 months ago
6ece2f3
feat(remote_command): allow empty writes to be queried/enabled/disabled by remote command (#2153)
by Dan Wang
· 10 months ago
f8de6da
ci: recover the workflows building thirdparty images for centos7 on Github (#2150)
by Dan Wang
· 10 months ago
9daa73f
fix(meta): meta server failed and could not be started normally while setting environment variables after dropping table (#2148)
by Dan Wang
· 10 months ago
5886404
ci: fix the workflow building images of compilation environment for centos7 on Github (#2145)
by shalk(xiao kun)
· 10 months ago
6330427
fix(duplication): dup would get stuck in `DS_PREPARE` indefinitely once some error occurred during creating follower table (#2144)
by Dan Wang
· 10 months ago
f13084a
fix(java-client): fix `Negotiation failed` after a session with authentication enabled is closed (#2132)
by Dan Wang
· 11 months ago
d91a6e7
fix(github): fix redundant `hadoop-bin` while uploading artifact and build `thirdparties-src` image on each OS version (#2134)
by Dan Wang
· 11 months ago
73d4bf7
fix(github): zookeeper-bin cannot be found while uploading artifact (#2127)
by Dan Wang
· 12 months ago
f7f608e
feat(thirdparty): bump Hadoop to 3.3.6 (#2037)
by Yingchun Lai
· 12 months ago
297d605
feat(thirdparty): Bump boost to 1.86.0 (#2124)
by Yingchun Lai
· 12 months ago
20a478d
build(deps): bump k8s.io/apimachinery in /go-client (#2004)
by dependabot[bot]
· 12 months ago
2bd86c1
fix(build): Fix a linkage error for thrift (#2125)
by Yingchun Lai
· 12 months ago
dc2714a
refactor(java-client): introduce validateHashKey() to simplify code (#2123)
by Dan Wang
· 12 months ago
Next »