summaryrefslogtreecommitdiff
path: root/integrationtests/debug_sequence.sh
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-06-30 09:31:12 +0300
committerPaul Buetow <paul@buetow.org>2025-06-30 09:31:12 +0300
commit38ed252e1a85c6d9a17cb7e244737c6f1d93d4d8 (patch)
tree88a37348af9d0d0aeffceddde405f995a48be2be /integrationtests/debug_sequence.sh
parentabff8dc92abddfcc032363623914879d1aedd1c8 (diff)
fix: disable turbo boost for MapReduce operations in server mode
The turbo boost optimization introduced in commit 6afc304 causes a panic when processing MapReduce operations in server mode. The optimized reader's periodicTruncateCheck function attempts to send on a closed channel, resulting in incomplete MapReduce results. This fix disables turbo boost specifically for MapReduce (aggregate) operations while keeping it enabled for regular cat/grep/tail operations. The traditional channel-based approach is required for MapReduce to function correctly. Fixes TestDMap3 integration test failures when DTAIL_TURBOBOOST_ENABLE=yes 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'integrationtests/debug_sequence.sh')
0 files changed, 0 insertions, 0 deletions