Sijie Guo created DL-18:
---------------------------
Summary: Shard id is not optional
Key: DL-18
URL: https://issues.apache.org/jira/browse/DL-18
Project: DistributedLog
Issue Type: Task
Components: documentation
Reporter: Sijie Guo
Fix For: 0.4.0
http://distributedlog.io/configuration/proxy.html in the documentation,
{quote}
server_shard: The shard id used by the server to identify itself. It is
optional but recommended to set. For example, if the write proxy is running in
Apache Aurora, you could use the instance id as the shard id. The default value
is -1 (unset).
{quote}
However, the shard id is not optional. because the ledger allocator pool uses
it to distinguish ledger allocators (see DL-17).
We need to update the documentation to reflect the current state.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)