You are viewing a plain text version of this content. The canonical link for it is here.
- [kudu] branch master updated: [util] info on sent/received if Blocking{Recv, Write} timed out - posted by al...@apache.org on 2020/10/01 19:29:45 UTC, 0 replies.
- [kudu] branch master updated: KUDU-3192: [hms] Leverage the cluster ID in HMS sync - posted by gr...@apache.org on 2020/10/01 23:16:15 UTC, 0 replies.
- [kudu] branch master updated: txn_participant-itest: deflake TestFrequentElections - posted by aw...@apache.org on 2020/10/02 00:00:39 UTC, 0 replies.
- [kudu] branch master updated: [java-example] insert rows in AUTO_FLUSH_BACKGROUND mode - posted by al...@apache.org on 2020/10/02 17:27:42 UTC, 0 replies.
- [kudu] branch master updated: [tests] fix flake in TestTabletServerProxyCallErrors - posted by al...@apache.org on 2020/10/03 03:48:15 UTC, 0 replies.
- [kudu] branch master updated: [catalog_manager] Status::AlreadyPresent for range duplicates - posted by al...@apache.org on 2020/10/06 18:16:36 UTC, 0 replies.
- [kudu] branch master updated: KUDU-2612 p2 (c): small fix on TxnStatusManager's behavior - posted by al...@apache.org on 2020/10/07 05:07:11 UTC, 0 replies.
- [kudu] branch master updated (9b4a83a -> 90aa4fa) - posted by aw...@apache.org on 2020/10/07 07:23:56 UTC, 0 replies.
- [kudu] 01/02: KUDU-2612 p10: have timestamp assignment account for commit timestamps - posted by aw...@apache.org on 2020/10/07 07:23:57 UTC, 0 replies.
- [kudu] 02/02: KUDU-2612 p11: persist txn metadata in superblock - posted by aw...@apache.org on 2020/10/07 07:23:58 UTC, 0 replies.
- [kudu] branch master updated: KUDU-3187: Enhance the HMS plugin to check if synchronization is enabled - posted by gr...@apache.org on 2020/10/07 18:31:48 UTC, 0 replies.
- [kudu] branch master updated: [master] introduce filter_type for ListTables - posted by al...@apache.org on 2020/10/07 23:36:40 UTC, 0 replies.
- [kudu] branch master updated: KUDU-2612 p5 (b): add highest_seen_txn_id into CoordinatorOpResultPB - posted by al...@apache.org on 2020/10/08 03:21:43 UTC, 0 replies.
- [kudu] branch master updated (c400dae -> 81720a4) - posted by ab...@apache.org on 2020/10/09 18:27:20 UTC, 0 replies.
- [kudu] 01/02: Upgrade Bootstrap to 3.4.1 in web UI - posted by ab...@apache.org on 2020/10/09 18:27:21 UTC, 0 replies.
- [kudu] 02/02: Bump version in examples to 1.13.0 - posted by ab...@apache.org on 2020/10/09 18:27:22 UTC, 0 replies.
- [kudu] branch master updated (81720a4 -> 164d784) - posted by gr...@apache.org on 2020/10/09 19:13:52 UTC, 0 replies.
- [kudu] 01/02: KUDU-3198: fix encodeRow() when encoding delete operations - posted by gr...@apache.org on 2020/10/09 19:13:53 UTC, 0 replies.
- [kudu] 02/02: [hms] Fix testSyncDisabled on Hive 4 - posted by gr...@apache.org on 2020/10/09 19:13:54 UTC, 0 replies.
- [kudu] branch master updated: [test] add ReplicatedAlterTableTest.AlterTableAndDropTablet - posted by al...@apache.org on 2020/10/09 19:27:27 UTC, 0 replies.
- [kudu] branch master updated: KUDU-3201: [hms] Support gzipped HMS notifications (GzipJSONMessageEncoder) - posted by gr...@apache.org on 2020/10/09 21:23:24 UTC, 0 replies.
- [kudu] branch master updated: docs: fix PK column order - posted by aw...@apache.org on 2020/10/10 01:06:06 UTC, 0 replies.
- [kudu] branch master updated (18964fd -> c0cd104) - posted by al...@apache.org on 2020/10/13 16:19:29 UTC, 0 replies.
- [kudu] 01/02: mini_ranger: fix typo in error message - posted by al...@apache.org on 2020/10/13 16:19:30 UTC, 0 replies.
- [kudu] 02/02: [client] robust handling of absent master address(es) - posted by al...@apache.org on 2020/10/13 16:19:31 UTC, 0 replies.
- [kudu] branch master updated (c0cd104 -> a6c9331) - posted by gr...@apache.org on 2020/10/13 19:52:55 UTC, 0 replies.
- [kudu] 01/03: KUDU-3202: [build] Add Spark 3 Support - posted by gr...@apache.org on 2020/10/13 19:52:56 UTC, 0 replies.
- [kudu] 02/03: [Java] Upgrade dependencies - posted by gr...@apache.org on 2020/10/13 19:52:57 UTC, 0 replies.
- [kudu] 03/03: [subprocess] Avoid transitive log4j dependencies - posted by gr...@apache.org on 2020/10/13 19:52:58 UTC, 0 replies.
- [kudu] branch master updated: KUDU-3195: flush when any DMS in the tablet is older than the time threshold - posted by aw...@apache.org on 2020/10/14 02:34:16 UTC, 0 replies.
- [kudu] branch master updated: KUDU-2612: initial implementation of TxnManager - posted by al...@apache.org on 2020/10/14 18:43:40 UTC, 0 replies.
- [kudu] branch master updated: [java] Fixes for JDK 12 to 15 - posted by gr...@apache.org on 2020/10/14 19:00:45 UTC, 0 replies.
- [kudu] branch master updated: KUDU-2612: add TxnManager::BeginTransaction() - posted by al...@apache.org on 2020/10/14 19:33:59 UTC, 0 replies.
- [kudu] branch master updated: [kudu-admin-test] fix TestUnsafeChangeConfigWithFiveReplicaConfig - posted by al...@apache.org on 2020/10/14 19:53:21 UTC, 0 replies.
- [kudu] branch master updated (bd18cd1 -> b4c1775) - posted by gr...@apache.org on 2020/10/19 17:53:38 UTC, 0 replies.
- [kudu] 01/02: [java] add method to deserialize scanner token into scanner builder - posted by gr...@apache.org on 2020/10/19 17:53:39 UTC, 0 replies.
- [kudu] 02/02: [docs] Automatically generate a metrics reference page - posted by gr...@apache.org on 2020/10/19 17:53:40 UTC, 0 replies.
- [kudu] branch master updated: KUDU-3149: don't block op registration on MM mutex - posted by aw...@apache.org on 2020/10/19 23:24:55 UTC, 0 replies.
- [kudu] branch master updated: [client] reorder methods for KuduSession in client.cc - posted by al...@apache.org on 2020/10/21 18:34:18 UTC, 0 replies.
- [kudu] branch master updated: [tool] fix inconsistent definition among tool_action_common header and src - posted by al...@apache.org on 2020/10/22 15:24:07 UTC, 0 replies.
- [kudu] branch gh-pages updated: site: add an ecosystem page - posted by aw...@apache.org on 2020/10/22 18:52:24 UTC, 0 replies.
- [kudu] branch master updated (14dec6d -> 185d2c9) - posted by al...@apache.org on 2020/10/22 23:28:58 UTC, 0 replies.
- [kudu] 01/02: [backup] Fix Spark 2 and Scala 2.11 compilation - posted by al...@apache.org on 2020/10/22 23:28:59 UTC, 0 replies.
- [kudu] 02/02: [common] introduce TxnId wrapper - posted by al...@apache.org on 2020/10/22 23:29:00 UTC, 0 replies.
- [kudu] branch master updated: KUDU-2612: C++ client sets txn_id in WriteRequestPB - posted by al...@apache.org on 2020/10/23 02:43:51 UTC, 0 replies.
- [kudu] branch master updated: [tools] mention whitespace as a separator for variadic args - posted by al...@apache.org on 2020/10/24 00:36:04 UTC, 0 replies.
- [kudu] branch master updated: KUDU-2612: have MRS iteration account for txn metadata - posted by aw...@apache.org on 2020/10/24 05:47:43 UTC, 0 replies.
- [kudu] branch master updated: tablet: fix handling of ghost rows when merging MRSs - posted by aw...@apache.org on 2020/10/24 05:49:42 UTC, 0 replies.
- [kudu] branch master updated: KUDU-2612: Java client sets txnId in WriteRequestPB - posted by al...@apache.org on 2020/10/25 06:41:07 UTC, 0 replies.
- [kudu] branch master updated: Fix order of clearing and printing openssl error - posted by ab...@apache.org on 2020/10/26 13:57:32 UTC, 0 replies.
- [kudu] branch master updated: tablet: fix build on macOS - posted by aw...@apache.org on 2020/10/26 20:20:35 UTC, 0 replies.
- [kudu] branch master updated (2f5605d -> 7a347a7) - posted by al...@apache.org on 2020/10/28 07:07:45 UTC, 0 replies.
- [kudu] 01/03: [catalog manager] fix the typo in the comment for 'leader_lock_' - posted by al...@apache.org on 2020/10/28 07:07:46 UTC, 0 replies.
- [kudu] 02/03: Remove redundant code in TabletReplica - posted by al...@apache.org on 2020/10/28 07:07:47 UTC, 0 replies.
- [kudu] 03/03: [tserver] --scanner_max_wait_ms is a run-time flag - posted by al...@apache.org on 2020/10/28 07:07:48 UTC, 0 replies.
- [kudu] branch master updated (7a347a7 -> 17d569b) - posted by gr...@apache.org on 2020/10/28 13:13:54 UTC, 0 replies.
- [kudu] 01/02: KUDU-1563. Add UPDATE_IGNORE and DELETE_IGNORE operations - posted by gr...@apache.org on 2020/10/28 13:13:55 UTC, 0 replies.
- [kudu] 02/02: [java] KUDU-1563. Add support for UPDATE_IGNORE and DELETE_IGNORE - posted by gr...@apache.org on 2020/10/28 13:13:56 UTC, 0 replies.
- [kudu] branch master updated: KUDU-2612: persist commit MVCC op timestamp in txn metadata - posted by aw...@apache.org on 2020/10/29 01:20:51 UTC, 0 replies.
- [kudu] branch master updated: [python] KUDU-1563. Add support for UPDATE_IGNORE and DELETE_IGNORE - posted by gr...@apache.org on 2020/10/30 20:00:07 UTC, 0 replies.
- [kudu] branch master updated: KUDU-1563: Fix DELETE_IGNORE operations with extra columns set - posted by gr...@apache.org on 2020/10/31 00:59:44 UTC, 0 replies.