ari-ban / issue-test

0 stars 0 forks source link

Tree as of commit 5d24601fdf fails GlassFish ha/sessionFailover test #1954

Closed arinban closed 7 years ago

arinban commented 7 years ago

I have observed that the grizzly tree as of 5d24601fdf fails the GlassFish ha/sessionFailover test. However, I have found that taking the tree as of that commit and using

git apply --rej --reverse

to revert the following commits yields a grizzly that passes that test:

revert-01-0675c2.patch

revert-02-64df72.patch

revert-03-36f253.patch

revert-04-e06f2.patch

arinban commented 6 years ago
arinban commented 7 years ago

@edburns Commented

grizzly-1954-tree-with-reverts-applied.patch.txt

arinban commented 7 years ago

@edburns Commented This issue blocks https://github.com/javaee/glassfish/issues/21846.

arinban commented 7 years ago

@edburns Commented message.txt Here is the list of commits between 2.4.0-beta8 and 2.4.0-beta9.

arinban commented 7 years ago

@rlubke Commented Looks like the commit causing the issue is: 36f25376c3e535126024c08f41095a97730a342b

arinban commented 7 years ago

@rlubke Commented It appears a third-party integration has a hard dependency on org.glassfish.grizzly.util.LinkedTransferQueue.

arinban commented 7 years ago

@rlubke Commented The culprit appears to be shoal.

arinban commented 7 years ago

@rlubke Commented Logged: https://github.com/javaee/shoal/issues/119 and https://github.com/javaee/glassfish/issues/22013

Closing this out.