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

"No nodes configured for partition" on record.delete() after upgrading to 2.2.5 #6493

Closed
1 of 5 tasks
fredfortier opened this issue Aug 1, 2016 · 2 comments
Closed
1 of 5 tasks
Assignees

Comments

@fredfortier
Copy link

OrientDB Version, operating system, or hardware.

  • v2.2.5

Operating System

  • Linux
  • MacOSX
  • Windows
  • Other Unix
  • Other, name?

Expected behavior and actual behavior

I am using OrientDB in embedded distributed mode with only one node. Currently, the reason for using the distributed mode is to connect with plocal and remote concurrently.

In the Hazelcast config, I am using tcp/ip instead of multicast. All other config parameters are basically the default distributed config.

I am using a document database primarily through the Java Object API.

My issue is that I get the error below when trying to delete a record. The record does delete successfully but the database always return the error. I can reproduce the error both using the Java API and in the Studio.
com.orientechnologies.orient.server.distributed.ODistributedException: No nodes configured for partition 'kwcn.[results]' request: id=0.7 task=record_delete(#71:7)

I was using the exact same code without getting the error prior to upgrading from 2.1.6 to 2.2.5.

Steps to reproduce the problem

  • Initialize the server (in embedded mode)
  • Obtain and delete a record like this
    ODocument record = db.getRecordByUserObject(currentResults, false); record.delete();
  • Alternatively, issue a DELETE command in the Studio app
@lvca
Copy link
Member

lvca commented Aug 2, 2016

What's your distributed cfg? Please copy and paste the one found under the database directory (not the default under config)

@fredfortier
Copy link
Author

Here is the entire config folder that I am using at runtime: orient db config folder

@laa laa removed the distributed label Sep 30, 2019
@laa laa closed this as completed Aug 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants