Skip to content

Conversation

@rahulLiving
Copy link
Contributor

No description provided.

@tkhurana
Copy link
Contributor

tkhurana commented Oct 3, 2025

@rahulLiving There are some failures in FailoverPhoenixConnection2IT. Possibly related ?

idleFuture.whenComplete((resultSet, throwable) -> {
if (throwable == null && resultSet != null) {
try {
if (!resultSet.isClosed()) {
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this check is redundant. The close() is a no-op if it is already closed.

@rahulLiving
Copy link
Contributor Author

There are some failures in FailoverPhoenixConnection2IT. Possibly related ?

I thought so too. But all tests of FailoverPhoenixConnection2IT are passing in local. Ran it couple of times.

@rahulLiving
Copy link
Contributor Author

@tkhurana Can you PTAL again ? Thanks

@tkhurana tkhurana merged commit 5466a0d into apache:master Oct 13, 2025
1 of 2 checks passed
meszinorbi pushed a commit to meszinorbi/phoenix-up that referenced this pull request Oct 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants