Re: Apache Kudu 1.15.0-RC2

2021-06-17 Thread Mahesh Reddy
+1 Successfully built and ran C++ tests on macOS 10.15.7 in debug configuration. The following C++ tests failed: 149 - master_authz-itest.0 (Failed) 150 - master_authz-itest.1 (Failed) 151 - master_authz-itest.2 (Failed) 152 - master_authz-itest.3 (Failed) 153 - master_authz-itest.4 (Failed)

Re: [VOTE] Apache Kudu 1.16.0-RC1

2022-04-06 Thread Mahesh Reddy
+1 I successfully built the C++ code on DEBUG and RELEASE mode on macOS Catalina 10.15.7. The following C++ tests failed: 151 - master_authz-itest.0 (Failed) 152 - master_authz-itest.1 (Failed) 153 - master_authz-itest.2 (Failed) 154 - master_authz-itest.3 (Failed) 155 -

Re: [ANNOUNCE] Welcoming Abhishek Chennaka as Kudu committer and PMC member

2023-02-22 Thread Mahesh Reddy
Congrats Abhishek!!! Great work and well deserved! On Wed, Feb 22, 2023 at 9:12 AM Andrew Wong wrote: > Hi Kudu community, > > I'm happy to announce that the Kudu PMC has voted to add Abhishek Chennaka > as a > new committer and PMC member. > > Some of Abhishek's contributions include: > -

Re: [VOTE] Apache Kudu 1.17.0-RC1

2023-08-04 Thread Mahesh Reddy
+1 for the 1.17 release. I used the source artifacts staged here: https://dist.apache.org/repos/dist/dev/kudu/1.17.0-RC1 I successfully built Kudu's C++ components and tests in the RELEASE configuration on CentOS Linux release 7.3.1611 (Core). All the tests passed except the following:

Range Aware Replica Placement

2023-06-29 Thread Mahesh Reddy
Hi all, Seems like I forgot to make the design doc for KUDU-3476 public, it's a bit late in the development in the feature but I'd appreciate any feedback on this feature. Design doc: https://docs.google.com/document/d/1r-p0GW8lj2iLA3VGvZWAem09ykCmR5jEe8npUhJ07G8/edit?usp=sharing Initial