| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-13 | task 57753d28: add interactive query control | Paul Buetow | |
| 2026-03-13 | task 4abe7505: reset dmap generation state | Paul Buetow | |
| 2026-03-13 | task 399: add client session spec scaffolding | Paul Buetow | |
| 2026-03-10 | Introduce client runtime boundaries | Paul Buetow | |
| 2026-03-08 | task: replace looped time.After with tickers (task 378) | Paul Buetow | |
| 2026-03-02 | mapr client: replace runtime panics with errors | Paul Buetow | |
| Task: 4e6d7744-3f5c-4880-9e5d-368ece96470d | |||
| 2026-02-03 | Add SSH agent key selection and fix MapReduce outfile handling | Paul Buetow | |
| This commit adds two major features and fixes: 1. SSH Agent Key Selection: - Add --agentKeyIndex flag to select specific SSH agent key (0-based) - Solves "too many authentication failures" with multiple SSH keys - Default -1 uses all keys (backwards compatible) - Available in dtail, dcat, dgrep, dmap commands 2. MapReduce Outfile Fixes: - CSV files now written at every interval, not just on exit - Proper signal handling (SIGTERM/SIGINT) with graceful shutdown - 5-second grace period for cleanup before force exit - Fixes issue where outfile remained as .tmp during execution Usage: dtail --servers host --agentKeyIndex 0 --query '...' outfile results.csv This is particularly useful with YubiKey/hardware tokens where many keys are loaded in the SSH agent, and for monitoring MapReduce results in real-time as they're computed. Co-authored-by: Cursor <cursoragent@cursor.com> | |||
| 2025-07-04 | fix: resolve MapReduce turbo mode issues and serverless processing | Paul Buetow | |
| - Fix serverless MapReduce to pass options with map command for proper mode detection - Prevent raw lines from being sent to client during MapReduce operations - Only use turbo mode for cat/grep/tail when no aggregate is present - Fix race conditions in TurboAggregate with proper synchronization - Add SafeAggregateSet wrapper for thread-safe operations - Fix parser selection to use correct parser names - Add comprehensive unit tests for turbo aggregate functionality This ensures MapReduce operations in both turbo and non-turbo modes produce identical results and fixes serverless mode processing. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> | |||
| 2024-03-29 | only rename .csv.tmp to .csv when the final result was written | Paul Buetow | |
| 2024-03-29 | lint warnings | Paul Buetow | |
| 2021-11-04 | Correct mapr stdout newlines | Paul Buetow | |
| 2021-10-21 | backport mapreduce reporter rampup from master | Paul Buetow | |
| 2021-10-10 | add another dmap test - reading 100 source files at once | Paul Buetow | |
| fix a data race when reading multiple files on one server from the same session at once | |||
| 2021-10-10 | vetting and linting and some code restyling | Paul Buetow | |
| 2021-10-09 | refactor | Paul Buetow | |
| 2021-10-05 | Paul Buetow | ||
| 2021-10-03 | add dmap tests | Paul Buetow | |
| 2021-10-02 | move args to config package | Paul Buetow | |
| logger package rewrite as dlog | |||
| 2021-10-02 | add spartan mode | Paul Buetow | |
| 2021-10-02 | bugfix: dmap skipped the last couple of mapreduce lines | Paul Buetow | |
| 2021-10-02 | limit mapreduce table output to 10 rows by default | Paul Buetow | |
| 2021-10-02 | mapreduce tables are in colors now too | Paul Buetow | |
| 2021-08-22 | introduces the protocol package | Paul Buetow | |
| 2020-12-26 | initial quiet switch | Paul Buetow | |
| 2020-12-26 | rename spartan to quiet | Paul Buetow | |
| 2020-12-26 | initial spartan mode support | Paul Buetow | |
| 2020-12-08 | merge develop | Paul Buetow | |
| 2020-09-10 | printing client stats every other second only if the connection count has ↵ | Paul Buetow | |
| changed or when SIGUSR1 or SIGINFO recieved | |||
| 2020-09-04 | fix regex bug | Paul Buetow | |
| 2020-09-04 | server side support for new regex package | Paul Buetow | |
| 2020-08-13 | bump up version to 3.0.0. can run continuous background mapreduce queries, ↵v3.0.0 | Paul Buetow | |
| useful for log file monitorig for example. breaking protocol change which allows to mapreduce aggreate messages containing the default field separator |. add of more unit tests. add logformat mapreduce query keyword. add set mapreduce clause support and support to evaluate built-in functions such as md5sum() and maskdigits(). | |||
| 2020-07-03 | refactor mapr client | Paul Buetow | |
| 2020-03-07 | add support to run mapreduce queries on generic log lines, e.g. count all ↵ | Paul Buetow | |
| log lines containing a certain string, such as "ERROR" | |||
| 2020-03-04 | can tail probe with a given timeout and then write a mapreduce result | Paul Buetow | |
| 2020-02-07 | Introduce drun command, refactor code to use context package | Paul Bütow | |
| 2020-01-21 | Move commands to cmd/ and move internal dependencies to internal/ | Paul Bütow | |
