1. a8fb42d [security] set minimum TLS protocol version to TSLv1.2 by Alexey Serbin · 3 years, 2 months ago
  2. b810512 [www] Add pagination and search to /tables by zhangyifan27 · 2 years, 2 months ago
  3. 8409d28 [metrics] Add table level metrics column_count and schema_version on master by Yingchun Lai · 2 years, 3 months ago
  4. 9a53fec [tools] KUDU-3333 Include Table Counts in kudu hms Dryrun by Abhishek Chennaka · 2 years, 3 months ago
  5. 91d3101 [tools] run intra-location rebalancing in parallel by Alexey Serbin · 2 years, 3 months ago
  6. df65b3a [write_throttling-itest] relax threshold to avoid flakiness by Alexey Serbin · 2 years, 3 months ago
  7. c45eba4 [tool] Fix rebuild master tool's help infomation by shenxingwuying · 2 years, 3 months ago
  8. 7189b51 [tools] Support copying unpartitioned table by zhangyifan27 · 2 years, 3 months ago
  9. 2a5e565 [tablet] add tablet_id into trace of a slow write op by Alexey Serbin · 2 years, 3 months ago
  10. 8e704f2 [tablet] output more info for long row lock waits by Alexey Serbin · 2 years, 3 months ago
  11. 9e952ad [tools] correct rebalancer's initial status message by Alexey Serbin · 2 years, 3 months ago
  12. 1750aed [thirdparty] build curl without brotli by Alexey Serbin · 2 years, 3 months ago
  13. f4b6d89 KUDU-3197 [tserver] optimal Schema's memory used, using std::shared_ptr by shenxingwuying · 2 years, 5 months ago
  14. 43905d8 [security] avoid allocating string in SimpleAcl::UserAllowed() by Alexey Serbin · 2 years, 3 months ago
  15. a2ba855 [tablet] don't call UpdateMetricsForOp() for rows with errors by Alexey Serbin · 2 years, 3 months ago
  16. 0335f3e [docs] add blurb about automatic master addition by Andrew Wong · 2 years, 3 months ago
  17. 24f85ce [security] handle a few unexpected authn token conditions by Alexey Serbin · 2 years, 3 months ago
  18. 2d070cd Bump version to 1.17.0-SNAPSHOT by Attila Bukor · 2 years, 3 months ago
  19. cd48ce7 [tests] harmonize assertions on the expected status by Alexey Serbin · 2 years, 6 months ago
  20. 78ee89e Fix some typo by xlwh · 2 years, 3 months ago
  21. 2de290d KUDU-3344: catalog manager clean up metadata for deleted tables/tablets by Zhang Yifan · 2 years, 5 months ago
  22. 7db93eb [webserver-test] unify generation of the server's URL by Alexey Serbin · 2 years, 3 months ago
  23. d1cfc20 [util] harmonize random_util by Andrew Wong · 2 years, 3 months ago
  24. 8a26e84 [security] harmonize updates to mini_kdc by Andrew Wong · 2 years, 3 months ago
  25. b18e07a [util] harmonize logging.h by Andrew Wong · 2 years, 3 months ago
  26. d2b1d2f [security] harmonize tls_handshake.cc by Andrew Wong · 2 years, 3 months ago
  27. 5f0964a [tserver] avoid copying Schema in SplitKeyRange() by Alexey Serbin · 2 years, 3 months ago
  28. e260d54 [docs] add more filter declare for http api used by collecting metrics by bsglz · 2 years, 4 months ago
  29. 5557c48 [schema] use operator==() instead of Equals() by Alexey Serbin · 2 years, 3 months ago
  30. 9f164b3 [tool] fix a command bug, cmd: kudu wal dump ... by shenxingwuying · 2 years, 4 months ago
  31. 31a9b01 [thread] Small refactor to improve ThreadMgr performance by Yingchun Lai · 2 years, 4 months ago
  32. c7afc43 [java] KUDU-3350 add the support for deleteIgnoreRows by Hongjiang Zhang · 2 years, 4 months ago
  33. 426d2ec [common] fix a bug in Schema::Reset(cols, ...) by shenxingwuying · 2 years, 4 months ago
  34. 136a8c2 KUDU-3352 fix handling sockaddr_in in Sockaddr by Alexey Serbin · 2 years, 4 months ago
  35. 90895ce [java] KUDU-3349 Fix the failure to demote a leader by Hongjiang Zhang · 2 years, 4 months ago
  36. 205710c [security] VerificationResult --> TokenVerificationResult by Alexey Serbin · 2 years, 4 months ago
  37. 2392bf7 [tablet] fix compilation warning in rowset_info.cc by Alexey Serbin · 2 years, 4 months ago
  38. f4fa4d2 [asan] improve asan success rate, kerberos context init and destroy by shenxingwuying · 2 years, 5 months ago
  39. bac76fc [util] optimized version of BitUtil::Ceil() by Alexey Serbin · 2 years, 4 months ago
  40. 3a5cc44 [benchmarks] updated RLE benchmark by Alexey Serbin · 2 years, 4 months ago
  41. ee5e856 [java] KUDU-3240 Make connection negotiation timeout configurable for Java client by yejiabao · 2 years, 4 months ago
  42. a760429 [tests] don't build client-stress-test with ASAN/TSAN by Alexey Serbin · 2 years, 7 months ago
  43. feaccee [security] KUDU-3316 Add encrypted file keys by Attila Bukor · 2 years, 4 months ago
  44. e8bc5ce [clang-tidy] add modernize-{deprecated-headers,use-override} by Alexey Serbin · 2 years, 4 months ago
  45. c2e3efd [thirparty] fix TSAN builds after adding jwt-cpp by Alexey Serbin · 2 years, 4 months ago
  46. 6f3087b [thirdparty] add jwt-cpp to thirdparty build by Bankim Bhavsar · 2 years, 6 months ago
  47. 10e3cec [java] Upgrade dependencies by Attila Bukor · 2 years, 4 months ago
  48. 27ac602 [clock] add 'unsafe' tag for --use_hybrid_clock by Alexey Serbin · 2 years, 4 months ago
  49. 1489f81 [tools] OSX tc_malloc fix by Zoltan Chovan · 2 years, 4 months ago
  50. 791502b [thirdparty] upgrade LZ4 to 1.9.3 by Alexey Serbin · 2 years, 4 months ago
  51. 9d01e10 KUDU-2915: add tool to unregister a tablet server by zhangyifan27 · 2 years, 5 months ago
  52. 96a6a8b [docs] add information on clock and time source by Alexey Serbin · 2 years, 4 months ago
  53. 9f7c80d [rebalancer_tool] refactor on IgnoredTserversRunner by zhangyifan27 · 2 years, 5 months ago
  54. 320ba72 [docs] add info on READ_YOUR_WRITES scan mode by Alexey Serbin · 2 years, 4 months ago
  55. a0fd40f [docs] add kudu.table.disable_compaction table's property by Alexey Serbin · 2 years, 4 months ago
  56. a379e54 [docs] update Transaction Semantics page by Andrew Wong · 2 years, 4 months ago
  57. 03f80e2 [docs] update on clock synchronization in 'known issues' by Alexey Serbin · 2 years, 4 months ago
  58. c9d7db6 [tools] Kudu table schema in Avro format revisited by Abhishek Chennaka · 2 years, 5 months ago
  59. 7dc2c22 [tools] limit auto-generated values for DATE columns by Alexey Serbin · 2 years, 5 months ago
  60. c146454 [tests] make DisableWriteWhenExceedingQuotaTest more stable by Alexey Serbin · 2 years, 5 months ago
  61. 234b498 [util] add scheduling priority metric for a server by Alexey Serbin · 2 years, 5 months ago
  62. 1e5fadb KUDU-3340 [compaction] Disable compaction on the specified table by kedeng · 2 years, 6 months ago
  63. 55cab44 [tools] Kudu table schema in Avro format by Abhishek Chennaka · 2 years, 5 months ago
  64. 1487467 [test] Add option to run tests with encrypted env by Attila Bukor · 2 years, 5 months ago
  65. b1fa1a6 [security] KUDU-3331 Encrypt file system by Attila Bukor · 2 years, 7 months ago
  66. 034b85f [security] cleanup on InitKerberosForServer() by Alexey Serbin · 2 years, 5 months ago
  67. 0cb2b7c [tools] Add the role field for 'kudu remote_replica list' by Yingchun Lai · 2 years, 6 months ago
  68. 0becb24 [tool] Add --host to start_kudu.sh script by Attila Bukor · 2 years, 5 months ago
  69. a157dec KUDU-3328: make rebalancer tool take into account maintenance mode by zhangyifan27 · 2 years, 6 months ago
  70. f94ff25 [docs] add a note on Token Authentication by Alexey Serbin · 2 years, 5 months ago
  71. 5ef0168 KUDU-3346: fix rebalancer tool fails to run with '--ignored_tservers' by zhangyifan27 · 2 years, 5 months ago
  72. 67ba3ca [java] Bump log4j to 2.17.1 by Attila Bukor · 2 years, 5 months ago
  73. 80c8dde [tools] Fix schema version incorrctly set to 0 bug after rebuilding master by Yingchun Lai · 2 years, 5 months ago
  74. 958248a KUDU-3339 [tool] CLI to add a column by shenxingwuying · 2 years, 9 months ago
  75. 84600f4 [java] bump log4j up to 2.17.0 version by Alexey Serbin · 2 years, 5 months ago
  76. 46891a0 [test] make one scenario of client-stress-test more stable by Alexey Serbin · 2 years, 5 months ago
  77. 6908620 [consensus] force fsync metadata on XFS by Andrew Wong · 2 years, 6 months ago
  78. 7f6d819 [tool] KUDU-3343 Display the "Data state" and "Last status" in remote_replica list command. by yejiabao · 2 years, 6 months ago
  79. 0741fd3 [consensus] reduce critical section in LogCache::ReadOps() by Alexey Serbin · 2 years, 6 months ago
  80. 21d25d2 [ranger] clarify error message from subprocess by Andrew Wong · 2 years, 6 months ago
  81. 41a4d03 Fix some typo in help docs by Yingchun Lai · 2 years, 6 months ago
  82. ea67260 [java] bump log4j up to 2.16.0 version by Alexey Serbin · 2 years, 6 months ago
  83. 60d34b6 [KUDU-1959] - Fix the counter in StartupProgressStepsRemainingMetric() by Abhishek Chennaka · 2 years, 6 months ago
  84. 44e5175 [java] bump log4j up to 2.15.0 version by Alexey Serbin · 2 years, 6 months ago
  85. d0243af [consensus] minor clean-up on LogCache by Alexey Serbin · 2 years, 6 months ago
  86. 58ee81b [rpc] style cleanup on transfer.{cc,h} by Alexey Serbin · 2 years, 6 months ago
  87. 370e58c [client] KUDU-2623 Expose table as public in WriteOp by Zoltan Chovan · 2 years, 6 months ago
  88. 3779690 [bootstrap] Speedup tablet bootstrap by Yingchun Lai · 2 years, 6 months ago
  89. fdf83f7 [scripts] fix bogus warning in start_kudu.sh by Alexey Serbin · 2 years, 6 months ago
  90. 5932b9c [scripts] add hard memory limit for mini-cluster processes by Alexey Serbin · 2 years, 6 months ago
  91. 0222c31 KUDU-3341: Stop retrying to DeleteTablet on wrong server by zhangyifan27 · 2 years, 6 months ago
  92. 150f3ee start_kudu.sh script changes by Zoltan Chovan · 2 years, 6 months ago
  93. cac9b48 [dense_node-itest] enable on macOS by Andrew Wong · 2 years, 6 months ago
  94. 6d81fe4 KUDU-1959 - Add tests for /startup page and metrics for tservers by Abhishek Chennaka · 2 years, 7 months ago
  95. e266f71 [benchmarks] add MetaCacheLookupStressTest scenarios by Alexey Serbin · 2 years, 6 months ago
  96. 6998193 KUDU-2671 number of per-range hash dimensions should be fixed for now by Alexey Serbin · 2 years, 6 months ago
  97. e3bcd74 [master] KUDU-3311 Allow to start with diff num of masters by Zoltan Chovan · 2 years, 7 months ago
  98. b6d8c1d [tests] fix flakiness in RaftConsensusITest.TestSlowFollower by Alexey Serbin · 2 years, 6 months ago
  99. 4547400 [tests] fix flakiness in TableLocationsCacheMultiMasterTest by Alexey Serbin · 2 years, 6 months ago
  100. e05ff65 [client] fix custom hash schema criterion in KuduTableCreator::Create() by Alexey Serbin · 2 years, 6 months ago