Skip to content

The system is not be able to handle multiple partitions in a single worker #287

@thamindumk

Description

@thamindumk

The existing system cannot handle multiple partitions in a single worker. As an example, when we start the JasmineGraph server with 8 workers, the system start 8 partition in the 8 workers, which means a single partition is handled by a single worker. It is okay, but when we access or update the data using separate hardware system with 4 workers, the system must be able to handle all the partitions within existing 4 workers. But the existing system only handles the partitions which belongs to each workers. Then the other partitions can be accessible within the 4 worker system. That is the issue.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions