1. a7e9832 [codegen] fix build on macOS Tahoe with Xcode 26.x (x86_64) by Alexey Serbin · 8 days ago master
  2. c04e815 [client] fix typo on doc API visibility for RecallTable() by Alexey Serbin · 10 days ago
  3. a8d43ad [thirdparty] update boost up 1.91.0 by Alexey Serbin · 13 days ago
  4. cf54a3e KUDU-3789 auto_rebalancer: reliably clear replace marker after failed moves by Gabriella Lotz · 4 weeks ago
  5. 84f05a4 KUDU-3777: return HTTP 401 for bad SPNEGO headers by senzei1 · 3 weeks ago
  6. 6124d83 KUDU-3767 Add global leader awareness to auto leader rebalancer (Part 2) by Gabriella Lotz · 6 weeks ago
  7. a821a04 KUDU-3759 Randomize the choice among equally skewed tables by Gabriella Lotz · 4 weeks ago
  8. 844bedc [java] Fix javadocAggregate under Gradle 9 by zchovan · 3 weeks ago
  9. d55aacb [Python] modernize packaging and extend version support by Marton Greber · 4 months ago
  10. c3e20a4 [java] Tighten field visibility and thread-safety by zchovan · 4 weeks ago
  11. dddb4db [java] Replace deprecated APIs to silence build warnings by Zoltan Chovan · 5 weeks ago
  12. c404c69 [java] Upgrade build to Gradle 9 by Zoltan Chovan · 5 weeks ago
  13. bb85047 [java] Run example tests on JDK 17 by Zoltan Chovan · 5 weeks ago
  14. 3a4068a KUDU-3790: Fix NPE in HdrHistogramAccumulator.isZero() by zchovan · 4 weeks ago
  15. 8e54d7b KUDU-3787 Make tls_debug support Kerberos by Attila Bukor · 4 weeks ago
  16. 8582d9a KUDU-3779: support in-memory metadata replay for encrypted clusters by Yan-Daojiang · 8 weeks ago
  17. 094f53a [thirdparty] do not try building EOL-ed Python version by Alexey Serbin · 4 weeks ago
  18. 59f7715 KUDU-3785: Fix CLI flag validator failure by Marton Greber · 6 weeks ago
  19. 41d277d KUDU-3730 Add observability counters to the auto-rebalancer by Gabriella Lotz · 2 months ago
  20. 3ee2dfc [java] Refactor disabling publishing by zchovan · 6 weeks ago
  21. faec34f KUDU-3780: introduce KUDU_CLIENT_ONLY build option by Alexey Serbin · 9 weeks ago
  22. d362312 [thirdparty] fix arch detection in crcutil on Redhat10 by Alexey Serbin · 6 weeks ago
  23. 23b1055 Add security threat model and wire AGENTS.md -> SECURITY.md -> THREAT_MODEL.md by Jarek Potiuk · 7 weeks ago
  24. 3396d19 KUDU-3429 Fix rowset compaction memory accounting (2/n) by Ashwani · 10 weeks ago
  25. 9abc5a5 KUDU-3782 avoid unsigned underflow in MaterializingIterator::Init by Gabriella Lotz · 6 weeks ago
  26. 6b1bbe1 KUDU-3767 Add global leader awareness to auto leader rebalancer (Part 1) by Gabriella Lotz · 3 months ago
  27. 0b45a5f KUDU-3781 one more test scenario for HMS Thrift TLS support by Alexey Serbin · 7 weeks ago
  28. 00d42c4 Bump netty to 4.1.135.Final by Anu Sudarsan · 7 weeks ago
  29. c968d85 [subprocess] Fix buffer over-read/overflow in message discard by Ashwani · 7 weeks ago
  30. 39dfd48 [consensus] one dependency less for consensus_metadata_proto by Alexey Serbin · 7 weeks ago
  31. 43dc5b1 KUDU-3732 Get consensus state from CatalogManager in auto-rebalancer by Gabriella Lotz · 3 months ago
  32. 1f2e0ae [Java] Upgrade SLF4J to 2.0.17 and migrate to log4j-slf4j2-impl by Abhishek Chennaka · 8 weeks ago
  33. 3638b38 KUDU-3429 Make rows per block flag based (1/n) by Ashwani · 10 weeks ago
  34. e5519e5 KUDU-3781: add TLS transport support for HMS client by Alexey Serbin · 8 weeks ago
  35. fc27ecb KUDU-3781: upgrade Thrift from 0.21.0 to 0.23.0 with recent patches by Alexey Serbin · 8 weeks ago
  36. 60ded71 KUDU-3781: Add TLS support to MiniHms by Zoltan Chovan · 8 weeks ago
  37. 94b246a KUDU-3778 [fs] speed up LBM startup by replaying small metadata files from memory by Yan-Daojiang · 10 weeks ago
  38. 43e84f1 KUDU-3781: build 3rd-party Thrift with OpenSSL support by Alexey Serbin · 8 weeks ago
  39. 1a04834 KUDU-1865 reduce cross-thread allocations in RPC (part 2) by Alexey Serbin · 10 weeks ago
  40. 6ab30ab KUDU-1865 reduce cross-thread allocations in RPC (part 1) by Alexey Serbin · 2 months ago
  41. 66827b1 KUDU-3762 - Fix catchup deadlock on LMP mismatch by Abhishek Chennaka · 3 months ago
  42. c037ba5 KUDU-3216 fix flakiness in LeadershipChangeOnTskGeneration (take 2) by Alexey Serbin · 2 months ago
  43. 8882db7 KUDU-3693: Add bearer token auth for Prometheus by Marton Greber · 3 months ago
  44. 3e42c0e KUDU-3690: Add filtering to /metrics_prometheus by Marton Greber · 3 months ago
  45. 16079e3 [tools] fix `table add_column` failing to add DECIMAL/VARCHAR columns by Yan-Daojiang · 3 months ago
  46. 2a6d793 [tools] perf loadgen: support configurable column counts for auto-created table by Yan-Daojiang · 3 months ago
  47. 1aa3a7e [auto_rebalancer] address TODO in ExecuteMoves() by Gabriella Lotz · 3 months ago
  48. 5e476d4 KUDU-3538: Add Prometheus HTTP service discovery by Marton Greber · 1 year, 11 months ago
  49. 54bc0b0 [build] Include OS version in kudu-binary artifact names by Abhishek Chennaka · 6 months ago
  50. eebdd0d KUDU-3776 fix sporadic gperftools build failure by Alexey Serbin · 3 months ago
  51. 24c979d [rpc] in-bulk memory recycling for Connection::ProcessOutboundTransfers() by Alexey Serbin · 4 months ago
  52. 0ba7f54 KUDU-3769 Upgrade Ranger from 2.1 to 2.6 by Abhishek Chennaka · 3 months ago
  53. aa7cc0a [rpc] use min priority queue for service queue container by Alexey Serbin · 3 months ago
  54. 8537ed5 [security] update DCHECK in TlsHandshake::Continue() by Alexey Serbin · 3 months ago
  55. 80f3968 KUDU-3768 Fix service file overwriting in kudu-subprocess JAR by Abhishek Chennaka · 3 months ago
  56. a2b5329 [server] aggregate sub-step progress for "Reading filesystem" by Yan-Daojiang · 3 months ago
  57. d4ec371 KUDU-3765 Add `diagnose tls_debug` CLI tool by Attila Bukor · 3 months ago
  58. 80873c9 [fs] add metrics for untracked orphaned blocks by Ashwani · 5 months ago
  59. 47a905e [tablet] optimize MemRowSet scan to single-pass changelist application by Yan-Daojiang · 4 months ago
  60. f25fef4 [fs,util] replace LOG_EVERY_N with KLOG_EVERY_N by Ashwani · 3 months ago
  61. 31ccd07 [rpc] add read/write event handling latency histograms by Alexey Serbin · 4 months ago
  62. c2c233f [fs] fix startup progress tracking containers_processed counter by Yan-Daojiang · 3 months ago
  63. 3aeb902 [rpc] nano-optimizations on RPC feature flags by Alexey Serbin · 3 months ago
  64. a0a7b25 KUDU-3685: add MiniPrometheus by Marton Greber · 3 months ago
  65. be9e859 [Python] add compatibility testing by Marton Greber · 4 months ago
  66. f153166 [gitignore] ignore .qtcreator dir by Alexey Serbin · 3 months ago
  67. bee410f modernize code with WARN_UNUSED_RESULT attribute by Alexey Serbin · 3 months ago
  68. c8baa0c KUDU-3729 Prefer follower moves in auto-rebalancing by Gabriella Lotz · 5 months ago
  69. 35f51f4 KUDU-3685: Add Prometheus to thirdparty by Marton Greber · 3 months ago
  70. 948a857 [server] fix typo in acceptor's effective accept backlog by Alexey Serbin · 3 months ago
  71. d8712fe fix flaky TestTableStatistics stat assertions by Marton Greber · 4 months ago
  72. 7c8d807 docs: add Flink replication guide by Marton Greber · 4 months ago
  73. 748ef10 [rpc] add PREDICT_FALSE() for unlikely error scenarios by Alexey Serbin · 4 months ago
  74. b08896a [examples] add replication demo by Marton Greber · 4 months ago
  75. 3c59615 Fix misleading Javadoc for writer.maxBufferSize by Marton Greber · 4 months ago
  76. 99d498f KUDU-3755 tool: add leave_files to control shell by Marton Greber · 4 months ago
  77. 80c1b1d KUDU-3758 avoid TransferPayload copying for CreateForCall{Request,Response} by Alexey Serbin · 4 months ago
  78. 49610a0 [fs] fix partial blocks deletion case in rocksdb by Ashwani · 4 months ago
  79. 737e339 KUDU-3757 usability improvement for unsafe/experimental flags by Alexey Serbin · 4 months ago
  80. 67d60d7 docker: upgrade Java environment to Java 17 by Marton Greber · 4 months ago
  81. 3ccae3b Fix JaCoCo aggregation skipped on test failure by Marton Greber · 4 months ago
  82. 8ae10c9 [metrics] Export hostname as a Prometheus label by Yan-Daojiang · 4 months ago
  83. 68f10dd KUDU-3750 python: per-test master/tserver flags by Marton Greber · 5 months ago
  84. 2991ce9 KUDU-3692 Export entity attributes as Prometheus labels by Yan-Daojiang · 5 months ago
  85. 57b1c24 KUDU-3753 Replace HTTP links with HTTPS by Gabriella Lotz · 4 months ago
  86. 7787e66 KUDU-3749 Fix range key hex encoding by Gabriella Lotz · 5 months ago
  87. 3a5468b [client] make zlib's compress symbols local in libkudu_client by Alexey Serbin · 4 months ago
  88. ad93bb7 [server] use the 'counter' type for the 'uptime' metric by Alexey Serbin · 4 months ago
  89. 07148ad [build] ignore local Claude configuration by Yan-Daojiang · 4 months ago
  90. 55b63f0 KUDU-3743 Add table statistics to Python client by Marton Greber · 5 months ago
  91. 73a05c4 [tools] Add --preserve_table_ids flag to unsafe_rebuild by Yan-Daojiang · 7 months ago
  92. e890295 Add swagger verification test target by Gabriella Lotz · 5 months ago
  93. a4c7dcc [java] update Netty up to 4.1.131.Final version by Alexey Serbin · 5 months ago
  94. b0273b0 KUDU-3728 Add range-aware rebalancing to auto_rebalancer by Gabriella Lotz · 7 months ago
  95. d4374ab [common] remove ignored 'const' qualifier on return type by Alexey Serbin · 5 months ago
  96. a771983 [build-support] fix Jenkins build by Alexey Serbin · 5 months ago
  97. 3b86a9c [infra] Update build-and-test.sh for Java 17 by Zoltan Chovan · 5 months ago
  98. 9b8aef9 [build][java] KUDU-3681: Move to JDK17 by zchovan · 12 months ago
  99. ab4da27 [build] Allow CLEAN_THIRDPARTY label in commit messages. by Zoltan Martonka · 5 months ago
  100. 2f16608 Auto-rebalancer: clear replace marker on failed moves by 宋家成 · 2 years, 5 months ago