Aleksandr Efimov has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/24414


Change subject: IMPALA-15078: Fix TSAN race in data-stream test
......................................................................

IMPALA-15078: Fix TSAN race in data-stream test

The IMPALA-14838 regression test updated
FLAGS_datastream_sender_timeout_ms after DataStreamTest::SetUp() had
already started KrpcDataStreamMgr's maintenance thread. TSAN can report
a race because Maintenance() reads the same flag concurrently.

The longer early-sender timeout is unnecessary here because the test
creates the receiver before starting the sender. Remove the flag update
from the test body so the maintenance thread has no concurrent gflag
writer.

Testing:
git diff --check

Assisted-by: OpenAI Codex
Change-Id: Ied81ad4660e8fb69a443f2c74c6fafc6c99c0c18
---
M be/src/runtime/data-stream-test.cc
1 file changed, 0 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/14/24414/1
--
To view, visit http://gerrit.cloudera.org:8080/24414
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ied81ad4660e8fb69a443f2c74c6fafc6c99c0c18
Gerrit-Change-Number: 24414
Gerrit-PatchSet: 1
Gerrit-Owner: Aleksandr Efimov <[email protected]>

Reply via email to