Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IGNITE-17811 Efficiently unlock all transaction locks #2720

Closed
wants to merge 51 commits into from

Conversation

ascherbakoff
Copy link
Contributor

@ascherbakoff ascherbakoff commented Oct 19, 2023

…nto ignite-17811

� Conflicts:
�	modules/runner/src/integrationTest/java/org/apache/ignite/internal/benchmark/AbstractOneNodeBenchmark.java
�	modules/table/src/main/java/org/apache/ignite/internal/table/distributed/raft/PartitionListener.java
�	modules/table/src/testFixtures/java/org/apache/ignite/internal/table/impl/DummyInternalTableImpl.java
�	modules/transactions/src/main/java/org/apache/ignite/internal/tx/impl/ReadWriteTransactionImpl.java
�	modules/transactions/src/main/java/org/apache/ignite/internal/tx/impl/TxManagerImpl.java
…nto ignite-17811

� Conflicts:
�	modules/table/src/main/java/org/apache/ignite/internal/table/distributed/storage/InternalTableImpl.java
�	modules/table/src/testFixtures/java/org/apache/ignite/internal/table/impl/DummyInternalTableImpl.java
@apache apache deleted a comment from Marco071086 Nov 24, 2023
…nto ignite-17811

� Conflicts:
�	modules/table/src/integrationTest/java/org/apache/ignite/distributed/ItTxDistributedTestSingleNode.java
�	modules/table/src/main/java/org/apache/ignite/internal/table/distributed/storage/InternalTableImpl.java
@Override
public void accept(Void unused) {
try {
Thread.sleep(500);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the purpose of this sleep here? Looks like a debugging code.

}

@Test
@Disabled("https://issues.apache.org/jira/browse/IGNITE-20894")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we have given deadlock issue in current main? @Cyrill claims that we don't.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a replication timeout in log which is most probable reason why the test hangs. After I merged fresh main to tx_deadlock_recovery_hang branch, it doesn't hang anymore.

…nto ignite-17811

� Conflicts:
�	modules/table/src/testFixtures/java/org/apache/ignite/internal/table/impl/DummyInternalTableImpl.java
�	modules/transactions/src/main/java/org/apache/ignite/internal/tx/impl/HeapLockManager.java
@sanpwc sanpwc self-requested a review December 12, 2023 12:11
…nto ignite-17811

� Conflicts:
�	modules/table/src/testFixtures/java/org/apache/ignite/internal/table/impl/DummyInternalTableImpl.java
@denis-chudov
Copy link
Contributor

I dont have any objections except that we should get a green visa to merge this.

@asfgit asfgit closed this in ae0e224 Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants