Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ private Optional<StuckSplitTasksInterrupter> createStuckSplitTasksInterrupter(
* <li>We find long-running splits; we get A, B, C.</li>
* <li>None of those is actually running JONI code.</li>
* <li>just before when we investigate stack trace for A, the underlying thread already switched to some other unrelated split D; and D is actually running JONI</li>
* we get the stacktrace for what we believe is A, but it is for D, and we decide we should kill the task that A belongs to</li>
* <li>we get the stacktrace for what we believe is A, but it is for D, and we decide we should kill the task that A belongs to</li>
* <li>(clash!!!) wrong decision is made</li>
* </ol>
* A proposed fix and more details of this issue are at: <a href="https://github.com/trinodb/trino/pull/13272">pull/13272</a>.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.airlift</groupId>
<artifactId>airbase</artifactId>
<version>314</version>
<version>315</version>
</parent>

<groupId>io.trino</groupId>
Expand Down
Loading