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

Handling multiple roots #305

Open
hfaghihi15 opened this issue Oct 13, 2021 · 3 comments
Open

Handling multiple roots #305

hfaghihi15 opened this issue Oct 13, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@hfaghihi15
Copy link
Collaborator

This issue is opened to resolve the paradigm of handling multiple roots of the same type in case that the root doesn't exist in the data structure.

The solution has been proposed to add two additional functionalities to the data node to check whether the root is unique and to create a dummy root.

@auszok Could you please provide those functions here?

@hfaghihi15 hfaghihi15 added enhancement New feature or request new interface and removed new interface labels Oct 13, 2021
@auszok
Copy link
Collaborator

auszok commented Oct 18, 2021

DataNodeBuilder new methods:

def needsBatchRootDN(self):
def addBatchRootDN(self):

@hfaghihi15
Copy link
Collaborator Author

  • Make an example for the multi-root --> @auszok Do you have an example right now?
  • Checking all programs for the usage of getDatanode()
  • Update all programs with the mentioned functionality in this issue
  • Execute and sanity check the programs

@hfaghihi15
Copy link
Collaborator Author

@auszok Could you please check the last todo list for this support and mark the one that is done, also if this feature is now supported please point to the documentation and close it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants