-
Notifications
You must be signed in to change notification settings - Fork 871
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
live select seems broken in v3 (develop) #7761
Comments
Hi @pvalsecc How are you executing these statements? Can you please post a Java snippet? Thanks Luigi |
Oh, I think I got the problem, are you using "root" user? Thanks Luigi |
I develop an Erlang client library. |
Ok, the problem is clear, we have to change a little bit the logic to manage server level users. Luigi |
hi @pvalsecc, Just pushed a fix for this issue on develop branch, closing. Bye |
Just tested develop. It's so broken at it's core that I cannot even create a database with it. Even with the web interface (studio).
When I try to create a DB, it shows 505 StackOverflowError with nothing in the logs. |
Hi @pvalsecc I'm checking it, there seems to be a problem in the build. Thanks Luigi |
Hi @pvalsecc Sorry, one of last commits created a problem with the authentication, I just reverted it, now it works fine Thanks Luigi |
@luigidellaquila No, no stacktrace. Checked stdout and the log file. |
hi @pvalsecc, I found the issue, it was due to the security plugin that was off in our test environments, I added tests with the security plugin on, this should be fixed now. I'll reopen it, please close it if you can verify that is fixed. |
OK, tested with 5afc7ad and there is some progress. I can create the DB, subscribe to the live select, but the RID that comes in the push notification is wrong. I create a record using "INSERT INTO Test (x) VALUES ('X')", The command returns a correct RID (#25:0), but the notification I get from my livre subscription has RID=#25:-2. I guess you send the notification before assigning the cluster position. Do you want me to open a new issue or we continue on this one? |
I've created another issue: #7828 |
OrientDB Version: edd0276
Java Version: 1.8.0_131
OS: Ubuntu 17.04
Expected behavior
I do on a freshly created DB:
I expect to receive notifications when stuff is added to the
Test
table.Actual behavior
Instead, I get a NPE:
With 2.2.24, it works fine.
Steps to reproduce
See "Expected behavior "
The text was updated successfully, but these errors were encountered: