You are viewing a plain text version of this content. The canonical link for it is here.
- [kudu] branch master updated: KUDU-2612: loosen restrictions for BEGIN_COMMIT ops - posted by aw...@apache.org on 2021/02/01 08:37:20 UTC, 0 replies.
- [kudu] branch master updated (8c5e655 -> 3ac0633) - posted by al...@apache.org on 2021/02/01 15:52:12 UTC, 0 replies.
- [kudu] 01/02: [java] address warnings from the SonarLint tool - posted by al...@apache.org on 2021/02/01 15:52:13 UTC, 0 replies.
- [kudu] 02/02: [docs] minor update on the known issues - posted by al...@apache.org on 2021/02/01 15:52:14 UTC, 0 replies.
- [kudu] branch master updated (3ac0633 -> 7abbedf) - posted by gr...@apache.org on 2021/02/02 15:44:09 UTC, 0 replies.
- [kudu] 01/02: [test] Use the kudu binary in the external mini cluster - posted by gr...@apache.org on 2021/02/02 15:44:10 UTC, 0 replies.
- [kudu] 02/02: [docs] Add the 1.14.0 release notes to the prior release notes - posted by gr...@apache.org on 2021/02/02 15:44:11 UTC, 0 replies.
- [kudu] branch master updated (7abbedf -> 4a47e08) - posted by al...@apache.org on 2021/02/04 17:28:13 UTC, 0 replies.
- [kudu] 01/02: KUDU-2612: follow up of commit c033487 - posted by al...@apache.org on 2021/02/04 17:28:14 UTC, 0 replies.
- [kudu] 02/02: [test] enable TxnStatusManagerITest.TxnKeepAliveMultiTxnStatusManagerInstances - posted by al...@apache.org on 2021/02/04 17:28:15 UTC, 0 replies.
- [kudu] branch master updated: KUDU-2612: background task to commit transaction - posted by aw...@apache.org on 2021/02/05 07:31:10 UTC, 0 replies.
- [kudu] branch master updated (b9a8f2e -> d490850) - posted by aw...@apache.org on 2021/02/06 05:53:55 UTC, 0 replies.
- [kudu] 01/04: txn_commit-itest: deflake TestCommitTasksReloadOnLeadershipChange - posted by aw...@apache.org on 2021/02/06 05:53:56 UTC, 0 replies.
- [kudu] 02/04: rpc: reduce logging when server is shutting down - posted by aw...@apache.org on 2021/02/06 05:53:57 UTC, 0 replies.
- [kudu] 03/04: txn_commit-itest: reduce runtime of TestCommitWhileDeletingTxnStatusManager - posted by aw...@apache.org on 2021/02/06 05:53:58 UTC, 0 replies.
- [kudu] 04/04: [tablet_service] removed namespace prefixes - posted by aw...@apache.org on 2021/02/06 05:53:59 UTC, 0 replies.
- [kudu] branch master updated: [gutil] EmplaceOrDie() to return reference - posted by al...@apache.org on 2021/02/08 18:56:07 UTC, 0 replies.
- [kudu] branch master updated: [gutil] update map-util to benefit from C++17 - posted by al...@apache.org on 2021/02/08 21:54:15 UTC, 0 replies.
- [kudu] branch master updated: [master] KUDU-2181 Raft ChangeConfig request to remove a master - posted by ba...@apache.org on 2021/02/08 22:29:42 UTC, 0 replies.
- [kudu] branch master updated: [util] remove AutoReleasePool and cleanup related code - posted by al...@apache.org on 2021/02/09 05:05:31 UTC, 0 replies.
- [kudu] branch master updated: txns: syntactically sweeten some tuple-like variables - posted by aw...@apache.org on 2021/02/09 21:35:31 UTC, 0 replies.
- [kudu] branch master updated (7afdac0 -> 37bc427) - posted by gr...@apache.org on 2021/02/10 03:50:19 UTC, 0 replies.
- [kudu] 01/03: [test] Fix PasswdWebserverTest.TestCrashInFIPSMode test - posted by gr...@apache.org on 2021/02/10 03:50:20 UTC, 0 replies.
- [kudu] 02/03: [test] Skip CryptoTest.RsaPrivateKeyInputOutputPEM in FIPS mode - posted by gr...@apache.org on 2021/02/10 03:50:21 UTC, 0 replies.
- [kudu] 03/03: [test] Fix InstanceDetectorTest.Timeout when run on AWS - posted by gr...@apache.org on 2021/02/10 03:50:22 UTC, 0 replies.
- [kudu] branch master updated: [master] turn off client location assignment by default - posted by al...@apache.org on 2021/02/10 03:56:51 UTC, 0 replies.
- [kudu] branch master updated: KUDU-2612: add background task to abort transaction participants - posted by aw...@apache.org on 2021/02/10 06:34:33 UTC, 0 replies.
- [kudu] branch master updated: [test] Set PROCESSORS to 4 for maintenance_mode-itest - posted by gr...@apache.org on 2021/02/10 19:17:45 UTC, 0 replies.
- [kudu] branch master updated: [thirdparty] use system curl for cmake - posted by al...@apache.org on 2021/02/10 20:04:13 UTC, 0 replies.
- [kudu] branch master updated: [build] KUDU-3243 Fix cmake warnings - posted by ba...@apache.org on 2021/02/10 23:17:30 UTC, 0 replies.
- [kudu] branch master updated: [transactions] add TxnSystemClient::CheckOpenTxnSystemTable() - posted by al...@apache.org on 2021/02/11 02:17:12 UTC, 0 replies.
- [kudu] branch master updated: KUDU-2612: non-zero queue size for txn-commit pool - posted by al...@apache.org on 2021/02/12 15:33:09 UTC, 0 replies.
- [kudu] branch master updated: [test] Add PARALLEL_TESTS option to build-and-test.sh - posted by gr...@apache.org on 2021/02/12 18:33:42 UTC, 0 replies.
- [kudu] branch master updated (7b0648f -> a1ea45e) - posted by al...@apache.org on 2021/02/16 06:04:58 UTC, 0 replies.
- [kudu] 01/02: [test] enable hash partitioning for TestWorkload's table - posted by al...@apache.org on 2021/02/16 06:04:59 UTC, 0 replies.
- [kudu] 02/02: [txn_commit-itest] use hash partitioned table for tests - posted by al...@apache.org on 2021/02/16 06:05:00 UTC, 0 replies.
- [kudu] branch master updated (a1ea45e -> 0bda51a) - posted by al...@apache.org on 2021/02/16 19:19:22 UTC, 0 replies.
- [kudu] 01/02: [test] fix flake in TestConcurrentRepeatedCommitCalls - posted by al...@apache.org on 2021/02/16 19:19:23 UTC, 0 replies.
- [kudu] 02/02: [tests] small cleanup on TxnCommitITest - posted by al...@apache.org on 2021/02/16 19:19:24 UTC, 0 replies.
- [kudu] branch master updated: KUDU-2612: make BeginCommit return OK if already committed - posted by aw...@apache.org on 2021/02/17 01:37:41 UTC, 0 replies.
- [kudu] branch master updated: python: pin pytest-runner to <5.3.0 - posted by aw...@apache.org on 2021/02/17 02:30:53 UTC, 0 replies.
- [kudu] branch master updated: [master] fix race between shutdown and TxnManager init - posted by al...@apache.org on 2021/02/17 21:42:00 UTC, 0 replies.
- [kudu] branch master updated (4a88bde -> 645f9dc) - posted by ba...@apache.org on 2021/02/19 20:09:21 UTC, 0 replies.
- [kudu] 01/02: [tool] KUDU-2181 CLI to add master - posted by ba...@apache.org on 2021/02/19 20:09:22 UTC, 0 replies.
- [kudu] 02/02: [tool] KUDU-2181 CLI to remove master - posted by ba...@apache.org on 2021/02/19 20:09:23 UTC, 0 replies.
- [kudu] branch master updated: [test] use full specification for RedoType elements - posted by al...@apache.org on 2021/02/20 07:25:51 UTC, 0 replies.
- [kudu] branch master updated (91f332a -> 78bd6c0) - posted by ba...@apache.org on 2021/02/22 05:35:46 UTC, 0 replies.
- [kudu] 01/02: [thirdparty] Upgrade gmock/gtest to 1.10.0 - posted by ba...@apache.org on 2021/02/22 05:35:47 UTC, 0 replies.
- [kudu] 02/02: [test] Start using GTEST_SKIP where applicable - posted by ba...@apache.org on 2021/02/22 05:35:48 UTC, 0 replies.
- [kudu] branch master updated: [test] Fix flakiness with detecting a master in FAILED_UNRECOVERABLE state - posted by ba...@apache.org on 2021/02/22 22:21:56 UTC, 0 replies.
- [kudu] branch master updated: KUDU-2671: Adds compatibility for per range hash schemas with unbounded ranges. - posted by aw...@apache.org on 2021/02/24 00:08:29 UTC, 0 replies.
- [kudu] branch master updated: [master] Fix validation for NON_VOTER on adding a master - posted by ba...@apache.org on 2021/02/24 05:34:11 UTC, 0 replies.
- [kudu] branch master updated: [consensus] DriverType: rename REPLICA to FOLLOWER - posted by al...@apache.org on 2021/02/24 05:52:41 UTC, 0 replies.
- [kudu] branch master updated: [thirdparty] Update thirdparty licenses - posted by gr...@apache.org on 2021/02/25 19:29:22 UTC, 0 replies.
- [kudu] branch master updated: [client-test] added WriteWhileRestartingMultipleTabletServers - posted by al...@apache.org on 2021/02/26 03:10:16 UTC, 0 replies.
- [kudu] branch master updated (1ba4a4b -> 3faeb3d) - posted by aw...@apache.org on 2021/02/26 22:13:23 UTC, 0 replies.
- [kudu] 01/03: test: add more natural test for KUDU-2233 - posted by aw...@apache.org on 2021/02/26 22:13:24 UTC, 0 replies.
- [kudu] 02/03: k8s: minor updates to the StatefulSet - posted by aw...@apache.org on 2021/02/26 22:13:25 UTC, 0 replies.
- [kudu] 03/03: KUDU-2612: don't return NOT_FOUND when BEGIN_TXN has not yet run - posted by aw...@apache.org on 2021/02/26 22:13:26 UTC, 0 replies.
- [kudu] branch master updated: [client-test] more robust TestRetrieveAuthzTokenInParallel - posted by al...@apache.org on 2021/02/26 22:14:06 UTC, 0 replies.
- [kudu] branch master updated: tablet: allow interleaving of row liveness between compaction input rows - posted by aw...@apache.org on 2021/02/27 00:19:51 UTC, 0 replies.