[kudu] 01/02: [write_throttling-itest] relax threshold to avoid flakiness

2022-03-17 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 df65b3a3d04115fc38bdb739207123816999557d Author: Alexey Serbin AuthorDate: Mon Mar 14 17:13:16 2022 -0700

[kudu] branch master updated: [tool] Fix rebuild master tool's help infomation

2022-03-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 c45eba4 [tool] Fix rebuild master tool's help

[kudu] branch master updated: [tools] Support copying unpartitioned table

2022-03-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 7189b51 [tools] Support copying unpartitioned

[kudu] branch master updated: [tablet] add tablet_id into trace of a slow write op

2022-03-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 2a5e565 [tablet] add tablet_id into trace

[kudu] branch master updated: [tablet] output more info for long row lock waits

2022-03-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 8e704f2 [tablet] output more info for long row

[kudu] branch master updated: [tools] correct rebalancer's initial status message

2022-03-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 9e952ad [tools] correct rebalancer's initial

[kudu] branch branch-1.16.x updated: [thirdparty] build curl without brotli

2022-03-04 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch branch-1.16.x in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/branch-1.16.x by this push: new fd18103 [thirdparty] build curl

[kudu] 01/02: KUDU-3197 [tserver] optimal Schema's memory used, using std::shared_ptr

2022-03-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 commit f4b6d8917b79b9de53957174ade1a7ffc76e0090 Author: shenxingwuying AuthorDate: Tue Jan 4 20:07:29 2022 +0800 KUDU-3197

[kudu] 02/02: [thirdparty] build curl without brotli

2022-03-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 commit 1750aedbbe20134b7dec52cd52ac6c2e330d77e0 Author: Alexey Serbin AuthorDate: Thu Mar 3 14:39:34 2022 -0800 [thirdparty

[kudu] branch master updated (43905d8 -> 1750aed)

2022-03-03 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 43905d8 [security] avoid allocating string in SimpleAcl::UserAllowed() new f4b6d89 KUDU-3197 [tserver] optimal

[kudu] branch master updated: [tablet] don't call UpdateMetricsForOp() for rows with errors

2022-02-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 a2ba855 [tablet] don't call UpdateMetricsForOp

[kudu] branch master updated: [security] handle a few unexpected authn token conditions

2022-02-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 24f85ce [security] handle a few unexpected authn

[kudu] branch master updated: [tests] harmonize assertions on the expected status

2022-02-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 cd48ce7 [tests] harmonize assertions

[kudu] branch branch-1.16.x updated: [tool] fix a command bug, cmd: kudu wal dump ...

2022-02-21 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch branch-1.16.x in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/branch-1.16.x by this push: new f5e06a5 [tool] fix a command bug

[kudu] branch master updated: KUDU-3344: catalog manager clean up metadata for deleted tables/tablets

2022-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 2de290d KUDU-3344: catalog manager clean up

[kudu] branch master updated: [webserver-test] unify generation of the server's URL

2022-02-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 7db93eb [webserver-test] unify generation

[kudu] branch master updated: [util] harmonize random_util

2022-02-17 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 d1cfc20 [util] harmonize random_util d1cfc20

[kudu] 02/03: [util] harmonize logging.h

2022-02-17 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 b18e07a18fec1ecc868e18acbf06a19f4d8a410f Author: Andrew Wong AuthorDate: Wed Feb 16 18:40:45 2022 -0800 [util

[kudu] 01/03: [security] harmonize tls_handshake.cc

2022-02-17 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 d2b1d2f40f6fc4aacf73b2cc865a9e5c35e00c10 Author: Andrew Wong AuthorDate: Wed Feb 16 18:37:54 2022 -0800 [security

[kudu] 03/03: [security] harmonize updates to mini_kdc

2022-02-17 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 8a26e843a1ff5a807a4b6f1c77f6146bc5156398 Author: Andrew Wong AuthorDate: Wed Feb 16 18:32:00 2022 -0800 [security

[kudu] branch master updated (5f0964a -> 8a26e84)

2022-02-17 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 5f0964a [tserver] avoid copying Schema in SplitKeyRange() new d2b1d2f [security] harmonize tls_handshake.cc

[kudu] branch master updated: [tserver] avoid copying Schema in SplitKeyRange()

2022-02-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 5f0964a [tserver] avoid copying Schema

[kudu] branch master updated: [docs] add more filter declare for http api used by collecting metrics

2022-02-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 e260d54 [docs] add more filter declare for http

[kudu] 01/02: [tool] fix a command bug, cmd: kudu wal dump ...

2022-02-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 commit 9f164b3c542a2e44c963c43488b4fc5b0d0f0f65 Author: shenxingwuying AuthorDate: Thu Jan 20 23:04:19 2022 +0800 [tool

[kudu] 02/02: [schema] use operator==() instead of Equals()

2022-02-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 commit 5557c488e1c4264c20b764235b4830456f73ce3b Author: Alexey Serbin AuthorDate: Tue Feb 15 13:43:53 2022 -0800 [schema

[kudu] branch master updated (31a9b01 -> 5557c48)

2022-02-16 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 31a9b01 [thread] Small refactor to improve ThreadMgr performance new 9f164b3 [tool] fix a command bug, cmd

[kudu] branch branch-1.16.x updated: [common] fix a bug in Schema::Reset(cols, ...)

2022-02-16 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch branch-1.16.x in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/branch-1.16.x by this push: new f52a5cc [common] fix a bug

[kudu] branch master updated: [java] KUDU-3350 add the support for deleteIgnoreRows

2022-02-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 c7afc43 [java] KUDU-3350 add the support

[kudu] branch master updated: [common] fix a bug in Schema::Reset(cols, ...)

2022-02-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 426d2ec [common] fix a bug in Schema::Reset(cols

[kudu] branch branch-1.16.x updated: KUDU-3352 fix handling sockaddr_in in Sockaddr

2022-02-14 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch branch-1.16.x in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/branch-1.16.x by this push: new 2a8d35c KUDU-3352 fix handling

[kudu] branch master updated: KUDU-3352 fix handling sockaddr_in in Sockaddr

2022-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 136a8c2 KUDU-3352 fix handling sockaddr_in

[kudu] branch branch-1.16.x updated: [java] KUDU-3349 Fix the failure to demote a leader

2022-02-11 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch branch-1.16.x in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/branch-1.16.x by this push: new 5428ea8 [java] KUDU-3349 Fix

[kudu] branch master updated: [java] KUDU-3349 Fix the failure to demote a leader

2022-02-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 90895ce [java] KUDU-3349 Fix the failure

[kudu] 01/02: [tablet] fix compilation warning in rowset_info.cc

2022-02-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 commit 2392bf72a0abc0cb02b0e67633e29f69be3baf2f Author: Alexey Serbin AuthorDate: Fri Feb 4 20:35:27 2022 -0800 [tablet

[kudu] 02/02: [security] VerificationResult --> TokenVerificationResult

2022-02-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 commit 205710c9246ea847b19d6d923297bcf5002cd70b Author: Alexey Serbin AuthorDate: Fri Feb 4 18:28:47 2022 -0800 [security

[kudu] branch master updated (f4fa4d2 -> 205710c)

2022-02-04 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 f4fa4d2 [asan] improve asan success rate, kerberos context init and destroy new 2392bf7 [tablet] fix

[kudu] branch master updated (ee5e856 -> f4fa4d2)

2022-02-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 ee5e856 [java] KUDU-3240 Make connection negotiation timeout configurable for Java client new 3a5cc44

[kudu] 02/03: [util] optimized version of BitUtil::Ceil()

2022-02-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 bac76fcf9d496995591e968dffa822fe0fb21d5d Author: Alexey Serbin AuthorDate: Mon Jan 31 15:42:09 2022 -0800 [util

[kudu] 03/03: [asan] improve asan success rate, kerberos context init and destroy

2022-02-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 f4fa4d22f2dc122c2c130fd08142317869729e28 Author: shenxingwuying AuthorDate: Mon Jan 10 19:00:36 2022 +0800 [asan

[kudu] 01/03: [benchmarks] updated RLE benchmark

2022-02-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 3a5cc4409fac2e264da5553d7ec8defce9457397 Author: Alexey Serbin AuthorDate: Mon Jan 31 21:47:38 2022 -0800

[kudu] branch master updated: [java] KUDU-3240 Make connection negotiation timeout configurable for Java client

2022-02-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 ee5e856 [java] KUDU-3240 Make connection

[kudu] branch master updated: [tests] don't build client-stress-test with ASAN/TSAN

2022-01-31 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 a760429 [tests] don't build client-stress-test

[kudu] branch master updated: [clang-tidy] add modernize-{deprecated-headers, use-override}

2022-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 e8bc5ce [clang-tidy] add modernize-{deprecated

[kudu] branch master updated: [thirparty] fix TSAN builds after adding jwt-cpp

2022-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 c2e3efd [thirparty] fix TSAN builds after adding

[kudu] branch master updated: [thirdparty] add jwt-cpp to thirdparty build

2022-01-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 6f3087b [thirdparty] add jwt-cpp to thirdparty

[kudu] branch master updated: [clock] add 'unsafe' tag for --use_hybrid_clock

2022-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 27ac602 [clock] add 'unsafe' tag

[kudu] branch master updated: [tools] OSX tc_malloc fix

2022-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 1489f81 [tools] OSX tc_malloc fix 1489f81

[kudu] branch master updated: [thirdparty] upgrade LZ4 to 1.9.3

2022-01-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 791502b [thirdparty] upgrade LZ4 to 1.9.3

[kudu] branch master updated: [docs] add information on clock and time source

2022-01-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 96a6a8b [docs] add information on clock and time

[kudu] branch gh-pages updated: Update PMC chair

2022-01-21 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 ab2942f Update PMC chair ab2942f

[kudu] branch master updated: [rebalancer_tool] refactor on IgnoredTserversRunner

2022-01-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 9f7c80d [rebalancer_tool] refactor

[kudu] branch master updated: [docs] add info on READ_YOUR_WRITES scan mode

2022-01-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 320ba72 [docs] add info on READ_YOUR_WRITES scan

[kudu] 01/02: [docs] update Transaction Semantics page

2022-01-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 commit a379e5447d63a9c675d888f88e062ec62859e922 Author: Andrew Wong AuthorDate: Tue Jan 18 23:12:37 2022 -0800 [docs

[kudu] branch master updated (03f80e2 -> a0fd40f)

2022-01-20 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 03f80e2 [docs] update on clock synchronization in 'known issues' new a379e54 [docs] update Transaction

[kudu] 02/02: [docs] add kudu.table.disable_compaction table's property

2022-01-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 commit a0fd40fd5fe71f10ceb8f9966b43df2b8a40b68c Author: Alexey Serbin AuthorDate: Wed Jan 19 16:02:22 2022 -0800 [docs] add

[kudu] branch master updated: [docs] update on clock synchronization in 'known issues'

2022-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 03f80e2 [docs] update on clock synchronization

[kudu] branch master updated: [tools] Kudu table schema in Avro format revisited

2022-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 c9d7db6 [tools] Kudu table schema in Avro format

[kudu] branch master updated: [tools] limit auto-generated values for DATE columns

2022-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 7dc2c22 [tools] limit auto-generated values

[kudu] branch master updated: [tests] make DisableWriteWhenExceedingQuotaTest more stable

2022-01-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 c146454 [tests] make

[kudu] branch master updated: [util] add scheduling priority metric for a server

2022-01-12 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 234b498 [util] add scheduling priority metric

[kudu] branch master updated: KUDU-3340 [compaction] Disable compaction on the specified table

2022-01-12 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 1e5fadb KUDU-3340 [compaction] Disable

[kudu] branch master updated: [security] cleanup on InitKerberosForServer()

2022-01-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 034b85f [security] cleanup

[kudu] 01/02: [tool] Add --host to start_kudu.sh script

2022-01-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 commit 0becb2484041210182afef511ced5f4a883075c8 Author: Attila Bukor AuthorDate: Thu Jan 6 18:34:24 2022 +0100 [tool] Add

[kudu] branch master updated (a157dec -> 0cb2b7c)

2022-01-10 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 a157dec KUDU-3328: make rebalancer tool take into account maintenance mode new 0becb24 [tool] Add --host

[kudu] 02/02: [tools] Add the role field for 'kudu remote_replica list'

2022-01-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 commit 0cb2b7c6225b7502101f350a878216cbbaa7acc2 Author: Yingchun Lai AuthorDate: Fri Dec 10 00:44:05 2021 +0800 [tools] Add

[kudu] branch branch-1.15.x updated: [java] bump log4j up to 2.17.0 version

2021-12-20 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch branch-1.15.x in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/branch-1.15.x by this push: new 54cf446 [java] bump log4j up

[kudu] branch branch-1.14.x updated: [java] bump log4j up to 2.17.0 version

2021-12-20 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch branch-1.14.x in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/branch-1.14.x by this push: new e6b1435 [java] bump log4j up

[kudu] branch master updated: [java] bump log4j up to 2.17.0 version

2021-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 84600f4 [java] bump log4j up to 2.17.0 version

[kudu] branch master updated: [test] make one scenario of client-stress-test more stable

2021-12-17 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 46891a0 [test] make one scenario of client

[kudu] branch master updated: [consensus] force fsync metadata on XFS

2021-12-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 6908620 [consensus] force fsync metadata on XFS

[kudu] branch master updated: [tool] KUDU-3343 Display the "Data state" and "Last status" in remote_replica list command.

2021-12-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 7f6d819 [tool] KUDU-3343 Display the "Data

[kudu] 01/02: [ranger] clarify error message from subprocess

2021-12-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 commit 21d25d23fc6d0696592668fa56a02a884458982f Author: Andrew Wong AuthorDate: Thu Dec 2 21:32:20 2021 -0800 [ranger

[kudu] branch master updated (41a4d03 -> 0741fd3)

2021-12-15 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 41a4d03 Fix some typo in help docs new 21d25d2 [ranger] clarify error message from subprocess new 0741fd3

[kudu] 02/02: [consensus] reduce critical section in LogCache::ReadOps()

2021-12-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 commit 0741fd3a3b6db561465840192888072762a0a926 Author: Alexey Serbin AuthorDate: Fri Dec 10 22:25:59 2021 -0800 [consensus

[kudu] branch branch-1.15.x updated: [java] bump log4j up to 2.16.0 version

2021-12-14 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch branch-1.15.x in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/branch-1.15.x by this push: new b35c53e [java] bump log4j up

[kudu] branch branch-1.14.x updated: [java] bump log4j up to 2.16.0 version

2021-12-14 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch branch-1.14.x in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/branch-1.14.x by this push: new b5fb608 [java] bump log4j up

[kudu] branch branch-1.13.x updated: [java] bump log4j up to 2.15.0 version

2021-12-14 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch branch-1.13.x in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/branch-1.13.x by this push: new e415f39 [java] bump log4j up

[kudu] branch master updated: Fix some typo in help docs

2021-12-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 41a4d03 Fix some typo in help docs 41a4d03

[kudu] branch branch-1.13.x updated: KUDU-3297 fix Thrift client used for HMS integration

2021-12-13 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch branch-1.13.x in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/branch-1.13.x by this push: new 519e50f KUDU-3297 fix Thrift

[kudu] 01/02: [KUDU-1959] - Fix the counter in StartupProgressStepsRemainingMetric()

2021-12-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 commit 60d34b68f4c42da04dd0a064db135568c5d75af9 Author: Abhishek Chennaka AuthorDate: Mon Dec 6 17:43:13 2021 -0500 [KUDU

[kudu] 02/02: [java] bump log4j up to 2.16.0 version

2021-12-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 commit ea67260aad998db7d34a94d25261e121a668faec Author: Alexey Serbin AuthorDate: Mon Dec 13 17:22:16 2021 -0800 [java

[kudu] branch branch-1.15.x updated: [java] bump log4j up to 2.15.0 version

2021-12-10 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch branch-1.15.x in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/branch-1.15.x by this push: new 2c91708 [java] bump log4j up

[kudu] 02/02: [java] bump log4j up to 2.15.0 version

2021-12-10 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch branch-1.14.x in repository https://gitbox.apache.org/repos/asf/kudu.git commit 206d269387edcd1d34a3f31f4b90ed6620a6f1de Author: Alexey Serbin AuthorDate: Fri Dec 10 11:59:32 2021 -0800

[kudu] branch branch-1.14.x updated (2f842fc -> 206d269)

2021-12-10 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a change to branch branch-1.14.x in repository https://gitbox.apache.org/repos/asf/kudu.git. from 2f842fc KUDU-3297 fix RPC negotiations with cyrus-sasl-gssapi-2.1.27-5 and newer new 837872f KUDU-3297

[kudu] 01/02: KUDU-3297 fix Thrift client used for HMS integration

2021-12-10 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch branch-1.14.x in repository https://gitbox.apache.org/repos/asf/kudu.git commit 837872f55b7b4b1355bf06c2cc82088ed4fd3b3d Author: Alexey Serbin AuthorDate: Wed Oct 20 16:39:22 2021 -0700

[kudu] branch branch-1.13.x updated: KUDU-3297 fix RPC negotiations with cyrus-sasl-gssapi-2.1.27-5 and newer

2021-12-10 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch branch-1.13.x in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/branch-1.13.x by this push: new 19b51ef KUDU-3297 fix RPC

[kudu] branch branch-1.14.x updated: KUDU-3297 fix RPC negotiations with cyrus-sasl-gssapi-2.1.27-5 and newer

2021-12-10 Thread alexey
This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch branch-1.14.x in repository https://gitbox.apache.org/repos/asf/kudu.git The following commit(s) were added to refs/heads/branch-1.14.x by this push: new 2f842fc KUDU-3297 fix RPC

[kudu] branch master updated: [java] bump log4j up to 2.15.0 version

2021-12-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 44e5175 [java] bump log4j up to 2.15.0 version

[kudu] 01/02: [rpc] style cleanup on transfer.{cc,h}

2021-12-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 commit 58ee81bcf8d1da1a10918deedf2a14ae9104bed6 Author: Alexey Serbin AuthorDate: Thu Dec 9 21:17:41 2021 -0800 [rpc] style

[kudu] branch master updated (370e58c -> d0243af)

2021-12-10 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 370e58c [client] KUDU-2623 Expose table as public in WriteOp new 58ee81b [rpc] style cleanup on transfer.{cc,h

[kudu] 02/02: [consensus] minor clean-up on LogCache

2021-12-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 commit d0243afe2ed93aeb18e318068df1bc02de72ad1a Author: Alexey Serbin AuthorDate: Thu Dec 9 19:49:23 2021 -0800 [consensus

[kudu] branch master updated: [client] KUDU-2623 Expose table as public in WriteOp

2021-12-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 370e58c [client] KUDU-2623 Expose table

[kudu] branch master updated: [bootstrap] Speedup tablet bootstrap

2021-12-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 3779690 [bootstrap] Speedup tablet bootstrap

[kudu] branch master updated (0222c31 -> fdf83f7)

2021-12-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 0222c31 KUDU-3341: Stop retrying to DeleteTablet on wrong server new 5932b9c [scripts] add hard memory limit

[kudu] 02/02: [scripts] fix bogus warning in start_kudu.sh

2021-12-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 fdf83f7624b797f1f63d4bc0c63a2ebb45966d1d Author: Alexey Serbin AuthorDate: Thu Dec 2 12:37:58 2021 -0800 [scripts

[kudu] 01/02: [scripts] add hard memory limit for mini-cluster processes

2021-12-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 5932b9c35dd50df3412ad3a63aef27b6b41506e5 Author: Alexey Serbin AuthorDate: Tue Nov 30 16:55:09 2021 -0800 [scripts

[kudu] branch master updated: [benchmarks] add MetaCacheLookupStressTest scenarios

2021-11-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 e266f71 [benchmarks] add

[kudu] branch master updated: KUDU-2671 number of per-range hash dimensions should be fixed for now

2021-11-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 6998193 KUDU-2671 number of per-range hash

[kudu] branch master updated: [tests] fix flakiness in RaftConsensusITest.TestSlowFollower

2021-11-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 b6d8c1d [tests] fix flakiness

[kudu] branch master updated: [tests] fix flakiness in TableLocationsCacheMultiMasterTest

2021-11-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 4547400 [tests] fix flakiness

<    2   3   4   5   6   7   8   9   10   11   >