[kudu] branch master updated: bitshuffle: check for a multiple-of-8-bytes invariant in Finish

2020-04-04 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar 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 0bc19d2 bitshuffle: check for a multiple-of-8

[kudu] branch master updated: bitshuffle: stop using uninitialized data as padding

2020-04-03 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar 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 882ae58 bitshuffle: stop using uninitialized data

[kudu] branch master updated: remove last vestiges of boost::bind, boost::function, and std::bind

2020-04-03 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar 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 5739add remove last vestiges of boost::bind, boost

[kudu] branch master updated: [client] Add a note that only FAST_HASH is supported in Bloom filter predicate

2020-03-30 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar 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 03d79bd [client] Add a note that only FAST_HASH

[kudu] 07/07: KUDU-3093: another band-aid for this DebugUtilTest.TestSignalStackTrace

2020-03-30 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit 263c3aa894c087691ef2c4463d46a52a94f12c2b Author: Adar Dembo AuthorDate: Mon Mar 30 15:10:18 2020 -0700 KUDU-3093

[kudu] 03/07: [util] Add special handling for nullptr in fast hash

2020-03-30 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit 270746e845317ed2d0a53acec94a1877798e9d88 Author: Bankim Bhavsar AuthorDate: Mon Mar 30 11:24:37 2020 -0700 [util] Add

[kudu] 01/07: Add functionality to serialize a RowBlock into columnar format

2020-03-30 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit 1d28104cac0866c83b3022e3ddf3b7237962c1da Author: Todd Lipcon AuthorDate: Wed Mar 25 11:38:56 2020 -0700 Add

[kudu] branch master updated (8d1b6e1 -> 263c3aa)

2020-03-30 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git. from 8d1b6e1 consensus: remove kudu::Bind usage from dirty callbacks new 1d28104 Add functionality to serialize

[kudu] 05/07: Remove return types from various lambdas

2020-03-30 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit 37bda7be50f5b0e280612c3dfa0cf10bd8cb6dcf Author: Adar Dembo AuthorDate: Mon Mar 30 11:40:31 2020 -0700 Remove return

[kudu] 02/07: [docs] added RHEL/CentOS 8 into the list of supported systems

2020-03-30 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit 1de208dcf19468bbf3f7a67818006ea7a98c1889 Author: Alexey Serbin AuthorDate: Mon Mar 30 07:51:55 2020 -0700 [docs] added

[kudu] branch gh-pages updated: [site] add Yifan Zhang to the committers page

2020-03-30 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar 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 1c6b511 [site] add Yifan Zhang

[kudu] 06/07: KUDU-2059: add a TSAN suppression

2020-03-30 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit ce82af1171099e00606c67a351362a0b68549141 Author: Adar Dembo AuthorDate: Mon Mar 30 14:14:29 2020 -0700 KUDU-2059: add

[kudu] branch master updated: consensus: remove kudu::Bind usage from dirty callbacks

2020-03-30 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar 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 8d1b6e1 consensus: remove kudu::Bind usage from

[kudu] 07/07: fs: remove kudu::Bind usage from DataDir closures

2020-03-30 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit 676a765f2f8744bd7273b7358ab3a8b22c148edb Author: Adar Dembo AuthorDate: Sat Mar 28 01:46:12 2020 -0700 fs: remove kudu

[kudu] 01/07: env: remove kudu::Bind usage from Walk

2020-03-30 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit 08464561d95651470957ddeceb94a1ad3170df3d Author: Adar Dembo AuthorDate: Fri Mar 27 23:49:07 2020 -0700 env: remove

[kudu] branch master updated (5cd26cf -> 676a765)

2020-03-30 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git. from 5cd26cf env: add a fifo class new 0846456 env: remove kudu::Bind usage from Walk new 5db8297 gutil: remove

[kudu] 06/07: tracing: remove kudu::Bind usage from various callbacks

2020-03-30 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit c497253f0d95313dc6ea5d3a6dbf64ef0787115b Author: Adar Dembo AuthorDate: Sat Mar 28 01:44:14 2020 -0700 tracing: remove

[kudu] 05/07: fs: remove kudu::Bind usage from ErrorManager

2020-03-30 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit ea9243a10cfa7d67547d3e1996af35b0455d1e97 Author: Adar Dembo AuthorDate: Sat Mar 28 01:42:01 2020 -0700 fs: remove kudu

[kudu] 02/07: gutil: remove BASE_EXPORT

2020-03-30 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit 5db82975fd9729d90551b7a4c8f4b28b5375deef Author: Adar Dembo AuthorDate: Sat Mar 28 01:22:31 2020 -0700 gutil: remove

[kudu] 03/07: logging: remove kudu::Bind usage from LoggingCallback

2020-03-30 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit 8d92905a472e5b010d8f1bdfbe1770fd564ce082 Author: Adar Dembo AuthorDate: Sat Mar 28 01:25:43 2020 -0700 logging: remove

[kudu] 04/07: rpc: remove kudu::Bind usage from ServerPicker

2020-03-30 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit 56ec81e06dd7e25f5513521256085d40309446b0 Author: Adar Dembo AuthorDate: Sat Mar 28 01:27:37 2020 -0700 rpc: remove

[kudu] branch master updated: log: clean up entry batch append callback usage

2020-03-28 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar 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 daced7e log: clean up entry batch append callback

[kudu] branch master updated: status_callback: replace Bind usage with lambdas

2020-03-28 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar 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 be2d7c5 status_callback: replace Bind usage

[kudu] branch master updated: KUDU-3093: fix DebugUtilTest.TestSignalStackTrace in RELEASE mode

2020-03-28 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar 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 5ce3a02 KUDU-3093: fix

[kudu] 01/02: iwyu: standardize on libc++

2020-03-27 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit 458e6ced2f7c092c403d5d6ef3502fe94d0d98cc Author: Adar Dembo AuthorDate: Wed Mar 18 14:45:22 2020 -0700 iwyu

[kudu] branch master updated (557f070 -> 092cecc)

2020-03-27 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git. from 557f070 KUDU-3085: Create Scala/SBT integration test example. new 458e6ce iwyu: standardize on libc++ new

[kudu] branch master updated: Fix loop unroll pragma for GCC < 8

2020-03-25 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar 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 c0cb960 Fix loop unroll pragma for GCC < 8 c0cb

[kudu] branch master updated: [clock] hybrid_clock-test to run in different environments

2020-03-25 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar 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 2612fc7 [clock] hybrid_clock-test to run

[kudu] branch master updated: [python] KUDU-3087 use 2048-bit RSA keys for CA and server certs

2020-03-25 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar 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 11d6686 [python] KUDU-3087 use 2048-bit RSA keys

[kudu] branch master updated: Fix some gcc warnings

2020-03-24 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar 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 d42c143 Fix some gcc warnings d42c143 is described

[kudu] branch master updated: KUDU-3072 Add glog patch to support stacktrace for aarch64

2020-03-24 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar 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 6dd3fc1 KUDU-3072 Add glog patch to support

[kudu] branch master updated: bitmap: faster implementation of iteration over a bitmap

2020-03-24 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar 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 5b290cd bitmap: faster implementation of iteration

[kudu] 02/02: tell IWYU to keep all inclusions of kudu/client/shared_ptr.h

2020-03-19 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit 60a47781aa05550b7f8ea9d46b6b2a32f754d19f Author: Adar Dembo AuthorDate: Thu Mar 19 00:15:53 2020 -0700 tell IWYU

[kudu] branch master updated (fefb433 -> 60a4778)

2020-03-19 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git. from fefb433 rpc: use a lighter weight completion for sync RPCs new 9f382f7 client: avoid an extra construction

[kudu] 01/02: client: avoid an extra construction of ColumnSchema

2020-03-19 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit 9f382f7aefb6a66a6962b0bdc4509f530975c56e Author: Todd Lipcon AuthorDate: Mon Mar 2 23:10:51 2020 -0800 client: avoid

[kudu] 02/02: util: stop using namespaces

2020-03-19 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit 0923488fda7ce8dfa9ea676a0ece5f1d313b Author: Adar Dembo AuthorDate: Thu Mar 19 00:27:41 2020 -0700 util: stop

[kudu] 01/02: [ranger] validate the JAR file path of the subprocess

2020-03-19 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit 332d4bb0bcda04276be1ec25123f204877664966 Author: Hao Hao AuthorDate: Fri Mar 13 22:19:43 2020 -0700 [ranger] validate

[kudu] branch master updated (c0e922d -> 0923488)

2020-03-19 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git. from c0e922d [client] Mark the Bloom filter predicate method as experimental new 332d4bb [ranger] validate the JAR

[kudu] branch master updated: metrics: replace kudu::Bind usage with lambdas in FunctionGauge

2020-03-19 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar 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 7dd10ba metrics: replace kudu::Bind usage

[kudu] branch master updated (33fdea5 -> f37e7a6)

2020-03-18 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git. from 33fdea5 [build] Fix buildSrc lock timeout new 2bfc1b0 [ranger] parameterize the Java binary path

[kudu] 01/03: [ranger] parameterize the Java binary path for the subprocess

2020-03-18 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit 2bfc1b03c59eae95423faa97d8c7715247e19bc7 Author: Hao Hao AuthorDate: Wed Mar 11 16:50:09 2020 -0700 [ranger

[kudu] 03/03: thread: simplify Thread::Create API

2020-03-18 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit f37e7a6e0a249d32568707bdd2f5305c3663e0b3 Author: Adar Dembo AuthorDate: Sat Mar 14 02:07:20 2020 -0700 thread

[kudu] 02/03: remove kudu::Thread from tests

2020-03-18 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit 9a0ad9569286dedc3ba699d37f95e96070b548cc Author: Adar Dembo AuthorDate: Sat Mar 14 02:05:16 2020 -0700 remove kudu

[kudu] 01/02: [java] fix Kudu Ranger plugin when Ranger is Kerberized

2020-03-17 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit 5fce4225a3e315bd0c8ad0e2e7fd9b068edef240 Author: Hao Hao AuthorDate: Wed Mar 11 00:17:37 2020 -0700 [java] fix Kudu

[kudu] branch master updated (2c01b80 -> 895e34e)

2020-03-17 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git. from 2c01b80 BloomFileTestBase: refactor test fixture new 5fce422 [java] fix Kudu Ranger plugin when Ranger

[kudu] 02/02: build: fix linker error in BloomFileTestBase

2020-03-17 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit 895e34ec7fa2dc1957f793c04d696a869d932f86 Author: Andrew Wong AuthorDate: Tue Mar 17 02:21:06 2020 -0700 build: fix

[kudu] branch master updated: BloomFileTestBase: refactor test fixture

2020-03-16 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar 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 2c01b80 BloomFileTestBase: refactor test fixture

[kudu] 02/02: [util] Minor changes in BlockBloomFilter requested by Impala

2020-03-16 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit 1c60956335675ea0b6ba87a5548cce37634e8306 Author: Bankim Bhavsar AuthorDate: Fri Mar 13 23:04:22 2020 -0700 [util

[kudu] 01/02: [subprocess] copy subprocess JAR to be next to the master binary

2020-03-16 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit 867bf8b4257da69a6bb67bb36655a3ffdf947806 Author: Hao Hao AuthorDate: Sat Mar 14 14:41:07 2020 -0700 [subprocess] copy

[kudu] branch master updated (d84b743 -> 1c60956)

2020-03-16 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git. from d84b743 [build] Disable parallel Gradle builds in pre-commit. new 867bf8b [subprocess] copy subprocess JAR

[kudu] branch master updated: build-and-test.sh: address follow-up feedback from Andrew

2020-03-16 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar 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 f374cb6 build-and-test.sh: address follow-up

[kudu] branch master updated: build-and-test.sh: fix TIDY build

2020-03-16 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar 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 c4e2561 build-and-test.sh: fix TIDY build c4e2561

[kudu] 02/02: [java] use KuduTestHarness in TestNegotiation

2020-03-14 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit 6bf82d40f8799ddc110fc83f479b72a45c3a0c49 Author: Alexey Serbin AuthorDate: Fri Mar 13 20:42:20 2020 -0700 [java] use

[kudu] 01/02: [java] use KuduTestHarness in TestConnectionCache

2020-03-14 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit af7595bbff5a1578fc1978a8ec00f9946458c43e Author: Alexey Serbin AuthorDate: Fri Mar 13 14:11:53 2020 -0700 [java] use

[kudu] branch master updated (1394746 -> 6bf82d4)

2020-03-14 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git. from 1394746 [util] Changes to allow serializing/de-serializing BlockBloomFilter to a custom format new af7595b [java

[kudu] branch master updated: [util] Changes to allow serializing/de-serializing BlockBloomFilter to a custom format

2020-03-14 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar 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 1394746 [util] Changes to allow serializing/de

[kudu] branch master updated: threadpool: simplify Submit API

2020-03-12 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar 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 e133157 threadpool: simplify Submit API e133157

[kudu] branch master updated: KUDU-3064 Make libunwind symbols work for all platform

2020-03-12 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar 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 9e0d17e KUDU-3064 Make libunwind symbols work

[kudu] branch master updated (eaed5fb -> 1b3b26d)

2020-03-10 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git. from eaed5fb replace gscoped_ptr with std::unique_ptr new cf555ce [util] Add support for 32 & 64 byte align

[kudu] 02/03: [util] Import "Or" function to BlockBloomFilter from Impala

2020-03-10 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit 885d7946c771ea875919d479c67b2ddac5c5103e Author: Bankim Bhavsar AuthorDate: Tue Mar 3 16:18:17 2020 -0800 [util

[kudu] 03/03: KUDU-3070 skip open block manager

2020-03-10 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit 1b3b26d957e2944ff3197eea4ee99dec22640721 Author: wangning <1994wangn...@gmail.com> AuthorDate: Fri Mar 6 21:08:28 2020

[kudu] 01/03: [util] Add support for 32 & 64 byte alignment to Arena allocator

2020-03-10 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit cf555cecc0d0bd86862dd47ad7c9f075192cf000 Author: Bankim Bhavsar AuthorDate: Wed Mar 4 10:08:09 2020 -0800 [util] Add

[kudu] branch master updated: common/tserver: replace gscoped_ptr with unique_ptr

2020-03-08 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar 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 f4bab12 common/tserver: replace gscoped_ptr

[kudu] branch master updated (6f01667 -> fd4c477)

2020-03-05 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git. from 6f01667 subprocess: add server-side metrics new 0d29977 KUDU-2972 Add Ranger authorization provider new

[kudu] 01/03: KUDU-2972 Add Ranger authorization provider

2020-03-05 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit 0d29977c688ffeffb80785fe8966a4ffc3ee6a43 Author: Attila Bukor AuthorDate: Thu Mar 5 22:44:22 2020 +0100 KUDU-2972 Add

[kudu] 02/03: subprocess: add server metric for queue size

2020-03-05 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit 771d36f84ef86c80334b9c322bf0748397cd8dd9 Author: Andrew Wong AuthorDate: Thu Mar 5 01:10:37 2020 -0800 subprocess: add

[kudu] 03/03: util: remove all gscoped_ptr

2020-03-05 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit fd4c4771d1a146b75c4648f1807b0e3417c42bf9 Author: Adar Dembo AuthorDate: Wed Mar 4 18:37:09 2020 -0800 util: remove all

[kudu] branch master updated: blocking_queue: replace gscoped_ptr with unique_ptr

2020-03-04 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar 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 61ddfe3 blocking_queue: replace gscoped_ptr

[kudu] branch master updated: [ycm] Support recent versions of YouCompleteMe

2020-02-26 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar 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 8b043e8 [ycm] Support recent versions

[kudu] branch master updated: [client] Remove range bounds in Bloom filter predicate

2020-02-19 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar 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 88ebbea [client] Remove range bounds in Bloom

[kudu] branch master updated: faststring-test: squelch unknown pragmas warning when building with gcc

2020-02-19 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar 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 a65745e faststring-test: squelch unknown pragmas

[kudu] branch master updated (d941dd5 -> e97e894)

2020-02-06 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git. from d941dd5 [clock] ntp_gettime(): STA_NANO bites again new 807c3e5 [wire_protocol] Trivial comment typo fix

[kudu] 02/02: [rpc-test] fix flaky TestCancellation

2020-02-06 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit e97e8947f7edced314a9e22084a2738e8474451b Author: Thomas Tauber-Marshall AuthorDate: Thu Feb 6 11:08:20 2020 -0800 [rpc

[kudu] 01/02: [wire_protocol] Trivial comment typo fix.

2020-02-06 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit 807c3e50e44ee9b2ed70e5fb4ef3bee0f323bfc4 Author: triplesheep AuthorDate: Wed Feb 5 21:35:08 2020 +0800 [wire_protocol

[kudu] branch master updated: [clock] ntp_gettime(): STA_NANO bites again

2020-02-05 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar 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 d941dd5 [clock] ntp_gettime(): STA_NANO bites

[kudu] branch master updated: KUDU-2155: disable failure detector around elections

2020-02-04 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar 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 b32283d KUDU-2155: disable failure detector around

[kudu] branch master updated: full_stack-insert-scan-test: allow customization of number of tservers

2020-01-23 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar 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 d64ac1c full_stack-insert-scan-test: allow

[kudu] 01/02: file cache: support alternate open modes

2020-01-22 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit 21073b06ce30171b10ed09bee133fcafe650f022 Author: Adar Dembo AuthorDate: Mon Jan 20 21:18:08 2020 -0800 file cache

[kudu] 02/02: log: start using file cache

2020-01-22 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit fc4ab691a502067bc4d5bdff30507cac7feb7cfe Author: Adar Dembo AuthorDate: Mon Jan 20 21:40:38 2020 -0800 log: start

[kudu] branch master updated (69cf206 -> fc4ab69)

2020-01-22 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git. from 69cf206 [clock] auto-config of built-in NTP client in cloud new 21073b0 file cache: support alternate open modes

[kudu] 02/04: compression: fix handling of NO_COMPRESSION

2020-01-21 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit 37c3a960e9b0f86069876f049e9a073d4b5fd907 Author: Adar Dembo AuthorDate: Mon Jan 20 00:43:07 2020 -0800 compression

[kudu] 03/04: rpc-test-base.h: squelch a warning

2020-01-21 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit ceeabc5460bf4d791441bc1b2d37347475c1b399 Author: Adar Dembo AuthorDate: Mon Jan 20 01:14:54 2020 -0800 rpc-test-base.h

[kudu] 01/04: tablet copy client: delete WAL data using existing function

2020-01-21 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit 07e36221b8d8b3ce48690e40181a51a6953323b8 Author: Adar Dembo AuthorDate: Sun Jan 19 16:09:59 2020 -0800 tablet copy

[kudu] 04/04: file cache: evict open fd when descriptor goes out of scope

2020-01-21 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit 0f22f1268c4fda855456d6245c28024daf881d00 Author: Adar Dembo AuthorDate: Sun Jan 19 15:54:25 2020 -0800 file cache

[kudu] branch master updated (45af2ad -> 0f22f12)

2020-01-21 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git. from 45af2ad [spark] Replace bad Guava import new 07e3622 tablet copy client: delete WAL data using existing function

[kudu] branch master updated: [client] support resolve one master address to multiple addresses

2020-01-17 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar 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 4bf7e45 [client] support resolve one master

[kudu] 01/02: [build] Fix the RAT report

2020-01-15 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit ad8fc5316ad1459509fa3433d0798c22ecf642dc Author: Grant Henke AuthorDate: Wed Jan 15 14:12:40 2020 -0600 [build] Fix

[kudu] branch master updated (31ed4a1 -> 8463663)

2020-01-15 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git. from 31ed4a1 KUDU-3011 p6: don't transfer leadership to quiescing followers new ad8fc53 [build] Fix the RAT report

[kudu] 02/02: [python] Fix Python 3 syntax issues

2020-01-15 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit 8463663ca9d6b0f4440dc2d4d321de62b7b6f909 Author: Grant Henke AuthorDate: Wed Jan 15 10:23:35 2020 -0600 [python] Fix

[kudu] branch master updated: [metrics] Fix bugs when metrics do merge

2020-01-15 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar 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 926bca8 [metrics] Fix bugs when metrics do merge

[kudu] branch master updated: [server] validate RPC vs Raft maximum message size flags

2020-01-13 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar 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 c0bf8ca [server] validate RPC vs Raft maximum

[kudu] branch master updated: [tools] Add 'run_cleanup' option for 'kudu perf loadgen'

2020-01-13 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar 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 ef0d3bd [tools] Add 'run_cleanup' option for 'kudu

[kudu] branch master updated: [java] KUDU-3035: Pass last propagated timestamp in Batch

2020-01-13 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar 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 90c12dc [java] KUDU-3035: Pass last propagated

[kudu] 01/02: maintenance_manager-test: fix cascading CHECK failure

2020-01-13 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit d5fab3e808357ff7f7af77934cc5ff0b641f35ab Author: Adar Dembo AuthorDate: Mon Jan 13 12:05:14 2020 -0800

[kudu] branch master updated (69172e8 -> c20aecc)

2020-01-13 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git. from 69172e8 fs: move file cache to server new d5fab3e maintenance_manager-test: fix cascading CHECK failure new

[kudu] 02/02: maintenance_manager-test: deflake TestPriorityOpLaunch

2020-01-13 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit c20aecce285e05500a49925502f4a9a259fd20c7 Author: Adar Dembo AuthorDate: Mon Jan 13 12:37:00 2020 -0800

[kudu] branch master updated: fs: move file cache to server

2020-01-13 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar 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 69172e8 fs: move file cache to server 69172e8

[kudu] branch master updated: fs: remove test-only constructor

2020-01-13 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar 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 b6a2985 fs: remove test-only constructor b6a2985

[kudu] branch master updated: catalog_manager: rename HMS catalog accessor

2020-01-10 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar 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 76cba44 catalog_manager: rename HMS catalog

[kudu] branch master updated: time_manager: remove shared ownership

2020-01-10 Thread adar
This is an automated email from the ASF dual-hosted git repository. adar 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 ad7f591 time_manager: remove shared ownership

  1   2   3   4   5   6   7   8   9   10   >