1. a5eb212 [rpc-test] make RpcPendingConnectionsMetric more stable by Alexey Serbin · 3 weeks ago master
  2. 7b5fc9f Update build pattern for fetching flaky tests list by Marton Greber · 6 days ago
  3. 946acb7 KUDU-3518: Fix the unexpected scan predicate by Abhishek Chennaka · 9 days ago
  4. 61d437f KUDU-3371 Unify the 'rdb' directory name by Yingchun Lai · 10 days ago
  5. 634d967 [tablet] one less memory allocation in CBTree::count() by Alexey Serbin · 2 weeks ago
  6. e5f3d2b KUDU-3433 Fix flakiness in ClientTest.TestDeleteWithDeletedTableReserveSecondsWorks by kedeng · 2 weeks ago
  7. d06f35d KUDU-3326 correct error messages in tool usage instructions by kedeng · 2 weeks ago
  8. 5a2c776 KUDU-3564: Fix IN list predicate pruning by zhangyifan27 · 3 weeks ago
  9. d8c3157 [c++17] fix unsorted compilation warnings with CLANG15 by Alexey Serbin · 3 weeks ago
  10. 1b52332 [c++17] address std::move() warnings by Alexey Serbin · 3 weeks ago
  11. 6fd9410 [test] add binary path for SLES15 SP14 by Alexey Serbin · 3 weeks ago
  12. 25e7a75 [c++17] address std::iterator deprecation warnings by Alexey Serbin · 3 weeks ago
  13. 48ee1e8 [compaction] Code cleanup and readability improvement by Ashwani Raina · 3 months ago
  14. 3a856f4 [codegen] fix compilation with CLANG 15 on macOS by Alexey Serbin · 3 weeks ago
  15. dd4e37b KUDU-3561 skip tablet entities in Prometheus format by Alexey Serbin · 3 weeks ago
  16. ab36844 [tests] fix a misprint by Alexey Serbin · 3 weeks ago
  17. d980c68 [rpc] relax settings for MeasureAcceptorDispatchTimes by Alexey Serbin · 4 weeks ago
  18. 4dc4100 [gutil] fix compilation with clang 15 by Alexey Serbin · 4 weeks ago
  19. e54c80c KUDU-3562 fix integer overflow in available space metrics by Alexey Serbin · 3 weeks ago
  20. a0aa9cf [codegen] use std::atomic instead of AtomicInt by Alexey Serbin · 3 weeks ago
  21. 79a89c1 [rpc] fix rare race in GetPendingConnectionsNum by Alexey Serbin · 4 weeks ago
  22. 56371ef [thirdparty] upgrade boost up to 1.84.0 by Alexey Serbin · 4 weeks ago
  23. 4da8b20 KUDU-3371 [fs] Use RocksDB to store LBM metadata (2nd try) by Yingchun Lai · 1 year, 1 month ago
  24. be36cc0 [cmake_modules] recognize linker coming with LLVM 15 by Alexey Serbin · 4 weeks ago
  25. 926cac0 KUDU-3557 Simple way to change maximum thread cache size of tcmalloc. by 宋家成 · 8 weeks ago
  26. 8683b8b [Java] KUDU-3498 Scanner keeps alive in periodically by xinghuayu007 · 3 months ago
  27. 96a1770 [thirdparty] upgrade bison up to 3.8.2 by Alexey Serbin · 5 weeks ago
  28. 647726a [ranger] KUDU-3558 Error out early when keytab file flag is empty by Ashwani Raina · 8 weeks ago
  29. d7fa4f9 [Tool] Return not OK status when copying tablets failed by xinghuayu007 · 8 weeks ago
  30. 0e390e1 [java] methods for setting run-time flags via test harness by Alexey Serbin · 8 weeks ago
  31. c11c028 [rpc] validate security-related parameters earlier by Alexey Serbin · 3 months ago
  32. a24fbb7 [test] make TestRpcHandlerLatencyMetric more robust by Alexey Serbin · 9 weeks ago
  33. 1749ec2 [rpc] a bit of clean-up on LifoServiceQueue by Alexey Serbin · 9 weeks ago
  34. f03de68 [Java] Fix concurrent problem while traversing the traces of KuduRpc. by 宋家成 · 9 weeks ago
  35. 3dcf481 [tests] make token_signer-itest more robust by Alexey Serbin · 3 months ago
  36. 7b35b1d [rpc] fix typo in branch prediction by Alexey Serbin · 9 weeks ago
  37. 86b4f78 Revert "KUDU-3371 [fs] Use RocksDB to store LBM metadata" by Marton Greber · 2 months ago
  38. ec8c31d [catalog_manager] Tighten leader UUID fallback by Ádám Bakai · 3 months ago
  39. 368225e KUDU-3535 Clear log cache while tombstoning a tablet replica. by 宋家成 · 4 months ago
  40. 6b1c1eb KUDU-3549 fix WriteAsPrometheus() for non-arithmetic gauges by Alexey Serbin · 3 months ago
  41. ce8ef84 [test] a small clean-up on StringGaugePrometheusTest by Alexey Serbin · 3 months ago
  42. 58d2338 KUDU-3371 [fs] Use RocksDB to store LBM metadata by Yingchun Lai · 1 year, 1 month ago
  43. 89e2715 [compaction] Add tests to generate high memory rowset compaction by Ashwani Raina · 4 months ago
  44. 3665963 KUDU-3527 Fix block manager test when using 64k container block alignment by Zoltan Martonka · 3 months ago
  45. 4648c96 [rpc] introduce rpc_pending_connections metric by Alexey Serbin · 3 months ago
  46. c0c44a8 [rpc] introduce rpc_listened_socket_rx_queue_size metric by Alexey Serbin · 3 months ago
  47. de87aca Fix CheckHolePunch for bigger than 4k blocks. by Zoltan Martonka · 3 months ago
  48. 0ed0b91 Fix typos by Ádám Bakai · 3 months ago
  49. 3895f4f KUDU-3526 [java] Scanner should bind with a tserver in java client. by 宋家成 · 5 months ago
  50. f15a1ca [net] DiagnosticSocket wrapper for sock_diag API by Alexey Serbin · 3 months ago
  51. 7562277 KUDU-3491 Destruct master before creating a new one by Ádám Bakai · 3 months ago
  52. cdbe457 KUDU-3496 support spnego dedicated keytab by halim.kim · 9 months ago
  53. 14d95ca [net] remove unused Socket::GetSockError() method by Alexey Serbin · 3 months ago
  54. ec6cf7b [compaction/flush] Cleanup of compaction and flush code paths by Ashwani Raina · 5 months ago
  55. 264510c Use GTEST_SKIP() to skip tests by Yingchun Lai · 4 months ago
  56. bfc6d48 Add CLion build directories to .gitignore by Yingchun Lai · 4 months ago
  57. 2af34c1 [fs] Simplify the data directory inheritance hierarchy by Yingchun Lai · 4 months ago
  58. 2810e63 KUDU-3252: Follow up to replica placement bug by Mahesh Reddy · 4 months ago
  59. 89b7a08 [docs] updated info on the C++ standard used in Kudu code by Alexey Serbin · 4 months ago
  60. fde29c3 [java] fix NPE in Connection::exceptionCaught() by Alexey Serbin · 4 months ago
  61. 1214a38 [log] use THROTTLE_MSG for KLOG_EVERY_N_SECS when necessary by Alexey Serbin · 4 months ago
  62. b88e3e9 [java] add sequenceId into the tracked RPCs' trace by Alexey Serbin · 4 months ago
  63. 7b1e179 Do not enter ALTERING state just for replication factor changed. by 宋家成 · 4 months ago
  64. 9181f9e [Tool] Find file path where the block is located by xinghuayu007 · 6 months ago
  65. 0c8d2ee [rpc] extra test scenarios for exactly-once RPC logic by Alexey Serbin · 5 months ago
  66. 1f6f7e5 KUDU-3534 [compaction] Log timestamp of two matching DELETE REDO mutations. by Ashwani Raina · 4 months ago
  67. 26ad5ad [webserver] add security-related HTTP headers by Alexey Serbin · 2 years, 2 months ago
  68. 2871977 [util] move TCP socket stats into the Socket class by Alexey Serbin · 5 months ago
  69. 84c838d [util] Add a warning into 'heap_sample_every_n_bytes' flag description. by 宋家成 · 5 months ago
  70. 2a9250b [Refactor] Fix a memory leak warning by xinghuayu007 · 5 months ago
  71. 19bade3 [rpc] modernize code a bit by Alexey Serbin · 4 months ago
  72. e8f4592 [logging] simplify and improve LogThrottler by Alexey Serbin · 4 months ago
  73. dc64df6 [tests] fix flakiness in TestSpaceAvailableMetrics by Alexey Serbin · 4 months ago
  74. fab3569 KUDU-3486 Periodically send tombstoned replica report to delete it. by 宋家成 · 6 months ago
  75. 6c02274 [rpc] increase listened socket backlog up to 512 by Alexey Serbin · 4 months ago
  76. 8bc0be5 [tserver] unify logging on rejected write requests by Alexey Serbin · 5 months ago
  77. 6bcda5e KUDU-3524 Fix crash when sending periodic keep-alive requests by xinghuayu007 · 5 months ago
  78. 2a07d95 [rpc] add metric for AcceptorPool's dispatch timing by Alexey Serbin · 4 months ago
  79. a7e0a36 [rpc] modernize AcceptorPool's code by Alexey Serbin · 4 months ago
  80. a84c837 KUDU-3532: Fix range aware replica placement bug by Mahesh Reddy · 4 months ago
  81. 6681514 [rpc] micro-optimizations on RpczStore::LogTrace by Alexey Serbin · 5 months ago
  82. a69d9b1 [util] make Socket::SetTcpKeepAlive() available on macOS by Alexey Serbin · 5 months ago
  83. ae7b08c [compaction] Fix the incorrect memory budgeting condition by Ashwani Raina · 5 months ago
  84. 864c260 [util] a few test scenarios for KLOG_EVERY_N_SECS() macro by Alexey Serbin · 5 months ago
  85. 50f8729 [security] a small style-related code cleanup by Alexey Serbin · 5 months ago
  86. bc4c70c more strict check for [un]setenv() return code by Alexey Serbin · 5 months ago
  87. cda2301 [ARM] Fix CountOnes() function by Zoltan Martonka · 5 months ago
  88. 7f1bfb5 [tools] disambiguate parse_metrics' output by Alexey Serbin · 5 months ago
  89. 9ede74b [java] sync slow DNS resolution threshold with the C++ code by Alexey Serbin · 5 months ago
  90. 158cf0f [ExternalMiniCluster] improve leader_master() by Ádám Bakai · 5 months ago
  91. 6e83143 [messenger] Initialize SASL proto name to principal by Ádám Bakai · 5 months ago
  92. 18ff6d9 [cfile] remove redundant StringPrintf in status messages by Alexey Serbin · 5 months ago
  93. cab7e5a [thirdparty] update lz4 up to 1.9.4 version by Alexey Serbin · 5 months ago
  94. d8467c5 KUDU-3497 optimize leader rebalancer algorithm by 宋家成 · 9 months ago
  95. 66a79dd KUDU-3407 Avoid unchecked scheduling of flush operations. by 宋家成 · 10 months ago
  96. 2efdd37 [tablet] NewReplicaOpDriver() --> NewFollowerOpDriver() by Alexey Serbin · 5 months ago
  97. 3d5497c [cfile] clean up on IndexBlock{Builder,Iterator,Reader} by Alexey Serbin · 6 months ago
  98. 63dcd56 [tablet] modernize MultiColumnWriter's code by Alexey Serbin · 5 months ago
  99. fdaf706 Fix typo by Ádám Bakai · 5 months ago
  100. 1c5eb9f KUDU-3520 Fix file descriptor leak in encryption by Attila Bukor · 6 months ago