(kudu) branch master updated: [metrics] Add tablet level metrics for scans op time

2024-05-23 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new 6d6364d19 [metrics] Add tablet level metrics

(kudu) branch branch-1.17.x updated: Fix row_project codegen params noalias overflow

2024-05-22 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch branch-1.17.x in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/branch-1.17.x by this push: new 9bb5c3c8a Fix row_project codegen

(kudu) branch branch-1.17.x updated: Fix deadlock on fail for CBTree-test

2024-05-22 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch branch-1.17.x in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/branch-1.17.x by this push: new 7e8876a10 Fix deadlock on fail

(kudu) branch master updated: Fix deadlock on fail for CBTree-test

2024-05-22 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new d1bc5b53e Fix deadlock on fail for CBTree-test

(kudu) branch master updated: Fix row_project codegen params noalias overflow

2024-05-21 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new c485c8c3c Fix row_project codegen params noalias

(kudu) branch master updated: [security-flags-itest] Fix missing command line flags

2024-05-15 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new 46c4cb1c2 [security-flags-itest] Fix missing

(kudu) 02/02: [common] get rid of MutexLock

2024-05-14 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit eb0a41fdb0642baa61a58f925bb82157330abe7a Author: Alexey Serbin AuthorDate: Wed May 8 17:43:57 2024 -0700 [common

(kudu) branch master updated (feaf1daf5 -> eb0a41fdb)

2024-05-14 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git from feaf1daf5 [tablet] fix race accessing OpState's start time new a3ed48d93 [common] switch from unique_lock

(kudu) 01/02: [common] switch from unique_lock to lock_guard

2024-05-14 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit a3ed48d932d203e9310cca396e5530d6ed6eaa87 Author: Alexey Serbin AuthorDate: Wed May 8 15:51:27 2024 -0700 [common

(kudu) branch master updated: KUDU-3568 Fix compaction budgeting test by setting memory hard limit

2024-05-13 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new b607633fd KUDU-3568 Fix compaction budgeting test

(kudu) branch master updated: [master] fix race in auto leader rebalancing

2024-05-10 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new 5fccfbc2b [master] fix race in auto leader

(kudu) branch master updated: KUDU-613: Cleanup of cache code

2024-05-08 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new 358f0f172 KUDU-613: Cleanup of cache code

(kudu) branch gh-pages updated: [blog] Fix typo in blogpost

2024-05-07 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch gh-pages in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/gh-pages by this push: new a71b5b54c [blog] Fix typo in blogpost

(kudu) branch master updated: [metrics] Add metrics for create and delete op time

2024-05-07 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new b72fc6255 [metrics] Add metrics for create

(kudu) branch master updated: [CMakeLists] Make kudu_test_main static

2024-05-07 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new 259fcc2b5 [CMakeLists] Make kudu_test_main static

(kudu) branch master updated: [g++11] Fix DecrementIntCell for g++10 and g++11

2024-05-03 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new 1f0c0b017 [g++11] Fix DecrementIntCell for g++10

(kudu) branch master updated: [tserver] limit number of trace metrics for TabletCopyClient

2024-05-03 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new 732f0c1e5 [tserver] limit number of trace metrics

(kudu) 01/02: KUDU-3570 fix use-after-free in MajorDeltaCompactionOp

2024-05-02 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch branch-1.17.x in repository https://gitbox.apache.org/repos/asf/kudu.git commit 75fc23a988fb582e5d8ffcdd0289bdd6b637a1e6 Author: Alexey Serbin AuthorDate: Fri Apr 26 16:55:37 2024 -0700

(kudu) branch branch-1.17.x updated (0de168f7e -> 1ca4559e4)

2024-05-02 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a change to branch branch-1.17.x in repository https://gitbox.apache.org/repos/asf/kudu.git from 0de168f7e KUDU-3518: Fix the unexpected scan predicate new 75fc23a98 KUDU-3570 fix use-after-free

(kudu) 02/02: KUDU-3569 fix race in CFileSet::Iterator::OptimizePKPredicates()

2024-05-02 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch branch-1.17.x in repository https://gitbox.apache.org/repos/asf/kudu.git commit 1ca4559e4b06141b62dbacd75a509ca2cc2e4b9e Author: Alexey Serbin AuthorDate: Thu Apr 25 22:46:32 2024 -0700

(kudu) branch master updated: [build] Fix RocksDB Snappy dependency.

2024-05-02 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new fdb42489d [build] Fix RocksDB Snappy dependency

(kudu) branch master updated: [tserver] fix typo in generating name of tablet copy pool

2024-04-30 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new 0d95304fa [tserver] fix typo in generating name

(kudu) branch master updated: Minor refactoring on Op class

2024-04-29 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new ad3936521 Minor refactoring on Op class ad3936521

(kudu) branch master updated: KUDU-3570 fix use-after-free in MajorDeltaCompactionOp

2024-04-27 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new 3912a97cd KUDU-3570 fix use-after-free

(kudu) branch master updated: KUDU-3569 fix race in CFileSet::Iterator::OptimizePKPredicates()

2024-04-26 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new 977f1911f KUDU-3569 fix race in CFileSet

(kudu) 01/02: [docs] encryption-at-rest is now natively supported

2024-04-25 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit c57263c62ee620b74673d19cd182cb07adc1815d Author: Alexey Serbin AuthorDate: Fri Apr 19 12:27:41 2024 -0700 [docs

(kudu) 02/02: [util] fix TidyBot warnings in ScopedTracer

2024-04-25 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit b2a6fe26266e170b5e885d1ddac6a5f03ded1759 Author: Alexey Serbin AuthorDate: Wed Apr 24 19:03:27 2024 -0700 [util] fix

(kudu) branch master updated (a0a523018 -> b2a6fe262)

2024-04-25 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git from a0a523018 [util] switch to using std::shared_lock new c57263c62 [docs] encryption-at-rest is now natively

(kudu) branch master updated: [util] switch to using std::shared_lock

2024-04-24 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new a0a523018 [util] switch to using std::shared_lock

(kudu) branch master updated: KUDU-3566 fix summary metrics in Prometheus format

2024-04-24 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new b236d534a KUDU-3566 fix summary metrics

(kudu) branch master updated: [util] expose recently seen value in a histogram

2024-04-24 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new 78b785b78 [util] expose recently seen value

(kudu) 02/02: [rpc-test] make RpcPendingConnectionsMetric more stable

2024-04-23 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit a5eb21270f9b5b13ffdb6184fc3e82e04450ddc5 Author: Alexey Serbin AuthorDate: Fri Apr 5 19:23:12 2024 -0700 [rpc-test

(kudu) 01/02: Update build pattern for fetching flaky tests list

2024-04-23 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit 7b5fc9f2f0ad538242656431bf76e253cc537772 Author: Marton Greber AuthorDate: Thu Apr 18 11:13:30 2024 +0200 Update

(kudu) branch master updated (946acb711 -> a5eb21270)

2024-04-23 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git from 946acb711 KUDU-3518: Fix the unexpected scan predicate new 7b5fc9f2f Update build pattern for fetching flaky tests

(kudu) branch gh-pages updated: [blog] blogpost about auto-incrementing column in Kudu

2024-04-23 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch gh-pages in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/gh-pages by this push: new b7bf6b03b [blog] blogpost about auto

(kudu) branch branch-1.17.x updated: KUDU-3518: Fix the unexpected scan predicate

2024-04-16 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch branch-1.17.x in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/branch-1.17.x by this push: new 0de168f7e KUDU-3518: Fix

(kudu) branch master updated: KUDU-3518: Fix the unexpected scan predicate

2024-04-16 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new 946acb711 KUDU-3518: Fix the unexpected scan

(kudu) branch branch-1.17.x updated: KUDU-3495 Initialize the bitmap while decoding insert/upsert

2024-04-16 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch branch-1.17.x in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/branch-1.17.x by this push: new 3f10f3e25 KUDU-3495 Initialize

(kudu) branch master updated: [tablet] one less memory allocation in CBTree::count()

2024-04-10 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new 634d967a0 [tablet] one less memory allocation

(kudu) branch branch-1.17.x updated (597d2bf15 -> 9de4325a1)

2024-04-10 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a change to branch branch-1.17.x in repository https://gitbox.apache.org/repos/asf/kudu.git from 597d2bf15 KUDU-3564: Fix IN list predicate pruning new 44f4b930a KUDU-3326 correct error messages in tool

(kudu) 01/02: KUDU-3326 correct error messages in tool usage instructions

2024-04-10 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch branch-1.17.x in repository https://gitbox.apache.org/repos/asf/kudu.git commit 44f4b930a8c2a4babc41870678683845694f3975 Author: kedeng AuthorDate: Tue Apr 9 14:44:26 2024 +0800 KUDU-3326

(kudu) 02/02: KUDU-3433 Fix flakiness in ClientTest.TestDeleteWithDeletedTableReserveSecondsWorks

2024-04-10 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch branch-1.17.x in repository https://gitbox.apache.org/repos/asf/kudu.git commit 9de4325a1a62f05ff29e6000daf60df4ef622e24 Author: kedeng AuthorDate: Tue Apr 9 16:57:57 2024 +0800 KUDU-3433

(kudu) branch master updated: KUDU-3433 Fix flakiness in ClientTest.TestDeleteWithDeletedTableReserveSecondsWorks

2024-04-09 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new e5f3d2b19 KUDU-3433 Fix flakiness

(kudu) branch master updated: KUDU-3326 correct error messages in tool usage instructions

2024-04-09 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new d06f35db2 KUDU-3326 correct error messages

(kudu) branch branch-1.17.x updated: KUDU-3564: Fix IN list predicate pruning

2024-04-07 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch branch-1.17.x in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/branch-1.17.x by this push: new 597d2bf15 KUDU-3564: Fix IN list

(kudu) branch master updated: KUDU-3564: Fix IN list predicate pruning

2024-04-07 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new 5a2c776df KUDU-3564: Fix IN list predicate

(kudu) 02/02: [c++17] fix unsorted compilation warnings with CLANG15

2024-04-05 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit d8c315782bcd64e6c512885cc3ba578acbd6f45c Author: Alexey Serbin AuthorDate: Thu Apr 4 13:04:13 2024 -0700 [c++17] fix

(kudu) branch master updated (6fd9410d2 -> d8c315782)

2024-04-05 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git from 6fd9410d2 [test] add binary path for SLES15 SP14 new 1b523322c [c++17] address std::move() warnings new

(kudu) 01/02: [c++17] address std::move() warnings

2024-04-05 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit 1b523322cb786d650ee5122ff26e45986f896761 Author: Alexey Serbin AuthorDate: Wed Apr 3 23:01:34 2024 -0700 [c++17

(kudu) branch master updated: [c++17] address std::iterator deprecation warnings

2024-04-05 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new 25e7a7549 [c++17] address std::iterator

(kudu) branch master updated: [compaction] Code cleanup and readability improvement

2024-04-05 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new 48ee1e8b5 [compaction] Code cleanup

(kudu) branch master updated: [codegen] fix compilation with CLANG 15 on macOS

2024-04-03 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new 3a856f450 [codegen] fix compilation with CLANG 15

(kudu) branch master updated (d980c688d -> dd4e37b44)

2024-04-02 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git from d980c688d [rpc] relax settings for MeasureAcceptorDispatchTimes new ab368443d [tests] fix a misprint new

(kudu) 01/02: [tests] fix a misprint

2024-04-02 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit ab368443d276006e93370a5b6bd5862eea2475fe Author: Alexey Serbin AuthorDate: Mon Apr 1 19:40:38 2024 -0700 [tests] fix

(kudu) 02/02: KUDU-3561 skip tablet entities in Prometheus format

2024-04-02 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit dd4e37b445da7f367746fb83d92e21b8dc3d8eb8 Author: Alexey Serbin AuthorDate: Sun Mar 31 21:05:36 2024 -0700 KUDU-3561

(kudu) branch branch-1.17.x updated: KUDU-3562 fix integer overflow in available space metrics

2024-04-02 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch branch-1.17.x in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/branch-1.17.x by this push: new 6e729fd76 KUDU-3562 fix integer

(kudu) 02/02: [rpc] relax settings for MeasureAcceptorDispatchTimes

2024-04-01 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit d980c688db3b86bd248723d23dc093c668307211 Author: Alexey Serbin AuthorDate: Wed Mar 27 16:45:23 2024 -0700 [rpc

(kudu) 01/02: [gutil] fix compilation with clang 15

2024-04-01 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit 4dc4100fe5cf994cccb5d87cc398e79dde038686 Author: Alexey Serbin AuthorDate: Mon Mar 25 21:30:20 2024 -0700 [gutil

(kudu) branch master updated (e54c80cf9 -> d980c688d)

2024-04-01 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git from e54c80cf9 KUDU-3562 fix integer overflow in available space metrics new 4dc4100fe [gutil] fix compilation

(kudu) branch master updated: KUDU-3562 fix integer overflow in available space metrics

2024-04-01 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new e54c80cf9 KUDU-3562 fix integer overflow

(kudu) branch master updated: [codegen] use std::atomic instead of AtomicInt

2024-04-01 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new a0aa9cf36 [codegen] use std::atomic instead

(kudu) branch master updated: [rpc] fix rare race in GetPendingConnectionsNum

2024-03-29 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new 79a89c1d7 [rpc] fix rare race

(kudu) branch master updated: [thirdparty] upgrade boost up to 1.84.0

2024-03-28 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new 56371ef8e [thirdparty] upgrade boost up to 1.84.0

(kudu) branch master updated: [cmake_modules] recognize linker coming with LLVM 15

2024-03-26 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new be36cc0e2 [cmake_modules] recognize linker coming

(kudu) branch master updated: KUDU-3557 Simple way to change maximum thread cache size of tcmalloc.

2024-03-26 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new 926cac023 KUDU-3557 Simple way to change maximum

(kudu) branch master updated: [thirdparty] upgrade bison up to 3.8.2

2024-03-25 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new 96a1770ad [thirdparty] upgrade bison up to 3.8.2

(kudu) branch branch-1.17.x updated: KUDU-3486 Periodically send tombstoned replica report to delete it.

2024-03-21 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch branch-1.17.x in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/branch-1.17.x by this push: new 50202b107 KUDU-3486 Periodically

(kudu) branch master updated: [ranger] KUDU-3558 Error out early when keytab file flag is empty

2024-03-01 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new 647726ad6 [ranger] KUDU-3558 Error out early when

(kudu) branch master updated: [Tool] Return not OK status when copying tablets failed

2024-02-29 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new d7fa4f9e6 [Tool] Return not OK status when

(kudu) branch master updated: [java] methods for setting run-time flags via test harness

2024-02-29 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new 0e390e19b [java] methods for setting run-time

(kudu) branch master updated: [rpc] validate security-related parameters earlier

2024-02-27 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new c11c028b4 [rpc] validate security-related

(kudu) branch master updated: [Java] Fix concurrent problem while traversing the traces of KuduRpc.

2024-02-22 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new f03de689b [Java] Fix concurrent problem while

(kudu) branch master updated: [rpc] fix typo in branch prediction

2024-02-21 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new 7b35b1d4e [rpc] fix typo in branch prediction

(kudu) branch master updated: Revert "KUDU-3371 [fs] Use RocksDB to store LBM metadata"

2024-02-14 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new 86b4f784d Revert "KUDU-3371 [fs] Use Ro

(kudu) branch master updated: [catalog_manager] Tighten leader UUID fallback

2024-02-08 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new ec8c31d36 [catalog_manager] Tighten leader UUID

(kudu) branch branch-1.17.x updated: KUDU-3535 Clear log cache while tombstoning a tablet replica.

2024-02-08 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch branch-1.17.x in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/branch-1.17.x by this push: new d9371b11f KUDU-3535 Clear log cache

(kudu) branch master updated: KUDU-3535 Clear log cache while tombstoning a tablet replica.

2024-02-07 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new 368225e87 KUDU-3535 Clear log cache while

(kudu) branch branch-1.17.x updated: KUDU-3549 fix WriteAsPrometheus() for non-arithmetic gauges

2024-02-07 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch branch-1.17.x in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/branch-1.17.x by this push: new 81823c1ed KUDU-3549 fix

(kudu) branch branch-1.17.x updated: [test] a small clean-up on StringGaugePrometheusTest

2024-02-06 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch branch-1.17.x in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/branch-1.17.x by this push: new b18f36ccf [test] a small clean-up

(kudu) branch master updated: KUDU-3549 fix WriteAsPrometheus() for non-arithmetic gauges

2024-02-06 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new 6b1c1eb0c KUDU-3549 fix WriteAsPrometheus

(kudu) branch master updated: [test] a small clean-up on StringGaugePrometheusTest

2024-02-02 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new ce8ef84d9 [test] a small clean-up

(kudu) branch master updated: [compaction] Add tests to generate high memory rowset compaction

2024-01-29 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new 89e2715fa [compaction] Add tests to generate high

(kudu) branch master updated: KUDU-3527 Fix block manager test when using 64k container block alignment

2024-01-29 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new 366596389 KUDU-3527 Fix block manager test when

(kudu) branch master updated: [rpc] introduce rpc_listened_socket_rx_queue_size metric

2024-01-25 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new c0c44a8ac [rpc] introduce

(kudu) branch branch-1.17.x updated: Fix CheckHolePunch for bigger than 4k blocks.

2024-01-25 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch branch-1.17.x in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/branch-1.17.x by this push: new 6bc692f99 Fix CheckHolePunch

(kudu) branch branch-1.17.x updated (587dbc0af -> df022eeb1)

2024-01-19 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a change to branch branch-1.17.x in repository https://gitbox.apache.org/repos/asf/kudu.git from 587dbc0af KUDU-3532: Follow up to replica placement bug new 8af89ca5e KUDU-3491 Destruct master before

(kudu) branch master updated: Fix CheckHolePunch for bigger than 4k blocks.

2024-01-19 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new de87aca3d Fix CheckHolePunch for bigger than 4k

(kudu) 02/02: KUDU-3526 [java] Scanner should bind with a tserver in java client.

2024-01-19 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch branch-1.17.x in repository https://gitbox.apache.org/repos/asf/kudu.git commit df022eeb1da6717310b72ab63466e6f0c629ebd2 Author: 宋家成 AuthorDate: Mon Nov 20 16:49:22 2023 +0800 KUDU-3526

(kudu) 01/02: KUDU-3491 Destruct master before creating a new one

2024-01-19 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch branch-1.17.x in repository https://gitbox.apache.org/repos/asf/kudu.git commit 8af89ca5e245460073882ce543cdb0b7b3ab Author: Ádám Bakai AuthorDate: Wed Jan 17 15:43:59 2024 +0100 KUDU

(kudu) branch master updated: Fix typos

2024-01-19 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new 0ed0b91a0 Fix typos 0ed0b91a0 is described below

(kudu) branch master updated: KUDU-3526 [java] Scanner should bind with a tserver in java client.

2024-01-18 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new 3895f4f79 KUDU-3526 [java] Scanner should bind

(kudu) branch master updated: [net] DiagnosticSocket wrapper for sock_diag API

2024-01-18 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new f15a1ca54 [net] DiagnosticSocket wrapper

(kudu) branch master updated: Add CLion build directories to .gitignore

2024-01-09 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new bfc6d485e Add CLion build directories

(kudu) branch branch-1.17.x updated: KUDU-3532: Follow up to replica placement bug

2024-01-05 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch branch-1.17.x in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/branch-1.17.x by this push: new 587dbc0af KUDU-3532: Follow up

(kudu) branch master updated: KUDU-3252: Follow up to replica placement bug

2024-01-04 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new 2810e635c KUDU-3252: Follow up to replica

(kudu) branch master updated: [java] add sequenceId into the tracked RPCs' trace

2024-01-04 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new b88e3e9e4 [java] add sequenceId into the tracked

(kudu) branch master updated: Do not enter ALTERING state just for replication factor changed.

2024-01-04 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new 7b1e17991 Do not enter ALTERING state just

(kudu) branch master updated: KUDU-3534 [compaction] Log timestamp of two matching DELETE REDO mutations.

2023-12-22 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new 1f6f7e5ba KUDU-3534 [compaction] Log timestamp

(kudu) branch master updated: [webserver] add security-related HTTP headers

2023-12-22 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new 26ad5ad96 [webserver] add security-related HTTP

(kudu) branch master updated: [util] Add a warning into 'heap_sample_every_n_bytes' flag description.

2023-12-20 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/master by this push: new 84c838d3b [util] Add a warning

  1   2   3   4   5   6   7   8   9   10   >