-
-
Notifications
You must be signed in to change notification settings - Fork 9
Release with hotfixes #54
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
Conversation
|
I don't understand why the tests fails, to be honest. Running locally works just fine. |
|
FYI: there is still a hang with partials (the test that directly calls .toList() hang intermittently). I'll deploy it to see what the exception with pumps is. |
|
.toList() hanging? Lemme see. Did I break aggressive fetch mode? |
|
https://repo1.maven.org/maven2/com/rethinkdb/rethinkdb-driver/2.4.4/ <- that looks messy. |
|
Lol what? That's really confusing. |
|
Uhh.. I'll try solve this with Boros once we can. (cc @gabor-boros) Something on our publish routine is publishing the old version binaries with the new ones.
|
|
Hell. I guess it’s that I forgot to remove the previous versions before deploy. I’ll redeploy the affected versions tomorrow |
|
If that’s possible |
|
"mvn clean deploy" or whatever is the equivalent with gradle should be the standard procedure. |
Reason for the change
Release a hotfix to partial sequences and adds shutdown reasons to the response pump, which should help debug a later issue.
Description
Result.java code related to partial sequences was moved out to a inner class.
Code examples
No code changes.
Checklist
References
None.