1. 8644d88 KUDU-3498 Scanner keeps alive in periodically by xinghuayu007 · 9 months ago
  2. 976e9fc Fix a unit test in aarch64 system by xinghuayu007 · 7 months ago
  3. 13a66ea [tools] KUDU-3337 Add unsafe_create_cmeta tool by Attila Bukor · 6 months ago
  4. aee9870 [master] fix typo in MasterAddrsToCsv() by Alexey Serbin · 6 months ago
  5. ee9e0f0 [util] fix compilation warning by Alexey Serbin · 6 months ago
  6. 3bdaf50 [compaction] Skip memory allocation for ancient undo deltas by Ashwani Raina · 7 months ago
  7. 7be030b KUDU-3519: List masters in /dump-entities by Attila Bukor · 6 months ago
  8. 7bc13ef Minor refactoring on kudu-tool-test (take 2) by Yingchun Lai · 6 months ago
  9. 0ce3e14 Fix the missing parameterized unit test by Yingchun Lai · 6 months ago
  10. d4023e4 KUDU-3522 Fail early when encryption init fails by Attila Bukor · 6 months ago
  11. 09d185c [util] check if EVP_CIPHER_CTX_new() returns null by Alexey Serbin · 6 months ago
  12. 4859d29 [clock] KUDU-3521 fix crash when clock is synchronized by PTPd by Alexey Serbin · 6 months ago
  13. e75c8af Minor refactoring on kudu-tool-test by Yingchun Lai · 7 months ago
  14. f6f6c24 [KUDU-3447] Limit tablets copying speed by xinghuayu007 · 1 year, 3 months ago
  15. aeaec84 [fs] fix compilation on macOS by Alexey Serbin · 6 months ago
  16. 4a1ce1b [tablet] fix compilation warnings by Alexey Serbin · 6 months ago
  17. 0dbd63a [thirdparty] Fix the curl missing patch by Yingchun Lai · 6 months ago
  18. 3932a77 [rpc] add hostname in Messenger to use it in ServerNegotiation by Alexey Serbin · 7 months ago
  19. c9e6e36 KUDU-3483 Fix flushing data in batch when table schema changed by xinghuayu007 · 11 months ago
  20. d317baf refactor: move SetEncryptionFlags to constructors by Yingchun Lai · 7 months ago
  21. 9c68353 [server] cleanup on setting JWT verifier for messenger by Alexey Serbin · 7 months ago
  22. 060bb39 [test] fix negotiation-test for krb5 version 1.19.2 by Alexey Serbin · 7 months ago
  23. 7b87668 Small refactor to use DirManager::WaitOnClosures() by Yingchun Lai · 7 months ago
  24. 5d6dcfd [build] Make uncompress symbols local in exported libkudu_client.so by Zoltan Martonka · 7 months ago
  25. 3eb745f KUDU-3516 No need to traverse all delta stores while computing score. by 宋家成 · 7 months ago
  26. 19fbacf KUDU-3507 instruct mini-ranger-{kms} JVM to use IPv4 by Alexey Serbin · 7 months ago
  27. 8c5d195 KUDU-3371 [fs] make LBMCorruptor a base class by Yingchun Lai · 8 months ago
  28. cd0d93d [style] clean-up on virtual & override specifiers by Alexey Serbin · 7 months ago
  29. 28c9218 [thirdparty] bump curl version up to 8.4.0 by Yingchun Lai · 7 months ago
  30. 05d631e [ranger] disable Tomcat's shutdown port by Alexey Serbin · 7 months ago
  31. 4814bb2 [tablet] a small clean up on 'disable_compaction' by Alexey Serbin · 7 months ago
  32. 1b015d7 [Python] KUDU-3353 add support for UPSERT IGNORE by Marton Greber · 7 months ago
  33. c02ad2f [Python] KUDU-3351 Add write op metrics by Marton Greber · 7 months ago
  34. ad32f5c [rpc] add local address into connection negotiation trace by Alexey Serbin · 7 months ago
  35. fcd3119 Remove unused parameter by xinghuayu007 · 7 months ago
  36. 8aab39e [gutil] fix ASAN warning in CountOnes() by Alexey Serbin · 7 months ago
  37. 71e2ba2 [CMakeLists] clean-up ARCH_NAME conditions for x86_64 by Alexey Serbin · 7 months ago
  38. 49e90d1 [CLI] Set rpc_max_message_size to accommodate huge response payloads by Ashwani Raina · 7 months ago
  39. 6f8ed84 [util] redirect stderr to /dev/null during AVX2 detection by Alexey Serbin · 7 months ago
  40. 8e79043 [thirpdarty] upgrade gperftools to 2.13 by Alexey Serbin · 7 months ago
  41. 71ffac3 [thirdparty] build gperftools with libunwind support by Alexey Serbin · 7 months ago
  42. 10b46ef [util] clean up libunwind headers for aarch64 by Alexey Serbin · 7 months ago
  43. dd5fd45 [thirdparty] upgrade libunwind to 1.7.2 version by Alexey Serbin · 7 months ago
  44. 9ae68af KUDU-3515: fix incompatibility introduced with KUDU-2671 by Alexey Serbin · 7 months ago
  45. 0d837c5 [rpc] KUDU-3514 add metric to track per-RPC timeouts by Alexey Serbin · 7 months ago
  46. 8a6acff [master] fix mistake in status message for SOFT_DELETED tables by Alexey Serbin · 8 months ago
  47. a0c4bca [server] log information on OpenSSL version by Alexey Serbin · 8 months ago
  48. 605e171 [rpc] detect HTTP client on RPC port by Alexey Serbin · 8 months ago
  49. 3dbde7b [misc] replace vector::resize() with constructor's parameter by Alexey Serbin · 8 months ago
  50. 438216a KUDU-3461 [client] Avoid impala crash by returning error if invalid tablet id found by Ashwani Raina · 9 months ago
  51. 4da1e3d [docs] Add 1.17.0 release notes to previous release notes by Yingchun Lai · 8 months ago
  52. fd67d40 [examples] Bump up Kudu version to 1.17.0 for examples by Yingchun Lai · 8 months ago
  53. 1351c19 [arm64] implement with native NEON instructions by Sebastian Pop · 10 months ago
  54. e0b5778 [util] SKIP_IF_SLOW_NOT_ALLOWED for some BlockBloomFilterTest scenarios by Alexey Serbin · 8 months ago
  55. b030c7b Fix python client build failure by Yingchun Lai · 8 months ago
  56. 86bdc67 [util] deprecate {MonoTime,MonoDelta}::Equals() methods by Alexey Serbin · 9 months ago
  57. 63ca4b5 [client] fix doxygen warnings by Alexey Serbin · 8 months ago
  58. ecb51af KUDU-3508 increase Ranger start timeout to 120 seconds by Alexey Serbin · 8 months ago
  59. f1f3c90 KUDU-3495 Initialize the bitmap while decoding insert/upsert by 宋家成 · 9 months ago
  60. 72430fb [clock] instantiate 'clock_ntp_status' first thing in SystemNtp::Init() by Alexey Serbin · 8 months ago
  61. 36120ff [cfile] use std::move where appropriate by Alexey Serbin · 1 year, 5 months ago
  62. 8217fd8 Add rocksdb license declaration by Yingchun Lai · 9 months ago
  63. 092a0ef Unify patch file names to avoid RAT issue by Yingchun Lai · 8 months ago
  64. b46bbdd KUDU-3326 disable compaction for soft-deleted table by kedeng · 10 months ago
  65. 06f2d5c [catalog_manager] Fix substitute indexes in log messages by Ádám Bakai · 9 months ago
  66. 0329d35 Change order of operations during InitCatalogManagerTask by Ádám Bakai · 1 year, 2 months ago
  67. 83cec9c [tools] Enable building 'kudu test' CLI tool by default by Yingchun Lai · 9 months ago
  68. acd1622 KUDU-3432: Fix flakiness in client-test.cc by kedeng · 9 months ago
  69. fd98e9e KUDU-3504 Crash master on subprocess death by Attila Bukor · 9 months ago
  70. 6b1240a KUDU-3359 Allow multi-JAR cp for Ranger client by Attila Bukor · 9 months ago
  71. 0a9c9e7 KUDU-3503 Allow extra JVM arguments by Attila Bukor · 9 months ago
  72. 75c38d2 [thirdparty] fix TSAN build on Ubuntu 22.04 by Zoltan Martonka · 9 months ago
  73. 1602653 KUDU-3502: disable http2 support in libcurl by zhangyifan27 · 9 months ago
  74. 2bddb6b [util] small cleanup on debug-util by Alexey Serbin · 9 months ago
  75. c96a837 [clock] clearer logging on the hybrid clock time source by Alexey Serbin · 9 months ago
  76. a5674dd [consensus] clean-up on OpId utilities by Alexey Serbin · 9 months ago
  77. 1f2fe80 [mvcc] use operator==() instead of Equals() by Alexey Serbin · 9 months ago
  78. ebf0a64 [clock] fix HybridClockTest.TimeSourceAutoSelection by Alexey Serbin · 9 months ago
  79. 6c04968 KUDU-3500 don't start operations timed out in prepare queue by Alexey Serbin · 10 months ago
  80. 34bf623 [test_util] more accurate status codes for WaitForBind() by Alexey Serbin · 9 months ago
  81. 956f202 [docs] Add 1.16.0 release notes to previous release notes by Yingchun Lai · 9 months ago
  82. 2acc287 [common] minor optimization on ComputeHashBuckets by Alexey Serbin · 9 months ago
  83. 7c33356 [java client] Make row errors more readable by xinghuayu007 · 10 months ago
  84. 2596a51 [common] fix compilation warning by Alexey Serbin · 9 months ago
  85. 7f9b74f [cmake] clean up on targets when using NO_TESTS=1 by Alexey Serbin · 9 months ago
  86. bee1283 [multi-tenancy] add add/remove tenant api in fs layer by kedeng · 10 months ago
  87. 8369b37 [tools] KUDU-3487 rebalancer checks the voter num. by 宋家成 · 10 months ago
  88. 909b567 [tests] a small clean-up on create-table-itest.cc by Alexey Serbin · 10 months ago
  89. a7922c6 [tests] Fix flakiness in TestAsyncKuduSession.java by kedeng · 10 months ago
  90. 7f9b3e3 [compile] fix a compile warning by kedeng · 10 months ago
  91. ab2f15d KUDU-3493 upgrade Guava to 32.1.1-jre by Alexey Serbin · 10 months ago
  92. b7b9c05 KUDU-3492 upgrade Netty to 4.1.98.Final by Alexey Serbin · 10 months ago
  93. 68009e8 KUDU-3494 upgrade protobuf up to 3.21.12 by Alexey Serbin · 10 months ago
  94. 4d0a654 KUDU-1945 Update default range partition key by Abhishek Chennaka · 10 months ago
  95. 4d2af99 [tablet] add more details for operation's APPLY trace by Alexey Serbin · 10 months ago
  96. d9fc68f KUDU-3402 Update trace-viewer with newest catapult changes. by Zoltan Martonka · 10 months ago
  97. bb654e5 Fix flaky TestDownloadSuperblockInBatch by Marton Greber · 10 months ago
  98. 5659541 Remove the supporting of EOL macOS 10.x by Yingchun Lai · 10 months ago
  99. 628c5d3 [minidump] a minor cleanup on the minidump code by Alexey Serbin · 10 months ago
  100. 2e953e4 [subprocess] KUDU-3489: Support reading large messages through pipes by Abhishek Chennaka · 10 months ago