Skip to main content
admin_show_shards(options=)[source]

Show the mapping of shards to the corresponding rank and tom. The response message contains list of 16384 (total number of shards in the system) Rank and TOM numbers corresponding to each shard.

Parameters

options (dict of str to str) –

Optional parameters. The default value is an empty dict ( ).

Returns

A dict with the following entries–

version (long) –

Current shard array version number.

rank (list of ints) –

Array of ranks indexed by the shard number.

tom (list of ints) –

Array of toms to which the corresponding shard belongs.

info (dict of str to str) –

Additional information.