Skip to content

HotStuff Client - avoid quorum call to execute a command #292

@hanish520

Description

@hanish520
  • Currently HotStuff client is sends a command to all the servers in the configuration through a gorums quorum call ExecCommand.

  • Instead clients should use multicast to send the command to the servers.

  • This removes the overhead on servers to send responses to the clients for every command executed.

  • Servers now add an additional api to provide the status of the client commands.

  • To implement the above api, servers might have to maintain an additional data structure to maintain status for client commands.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions