Skip to content

Commit 7ec68bc

Browse files
committed
fix the listing output
1 parent 65d9562 commit 7ec68bc

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

modules/ROOT/pages/scalability/sharded-property-databases/listing-sharded-databases.adoc

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,20 @@ The statusMessage indicates the number of shards with different statuses, e.g.,
1414
* The `shardTxnLag` column displays the number of transactions the current shard is behind compared to the most up-to-date shard allocation of the sharded database.
1515
The lag is expressed in negative integers, whereas the column `replicationLag` shows the number of transactions the current database is behind compared to the most up-to-date allocation of that database.
1616
17-
+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
18-
| name | type | aliases | access | address | role | writer | requestedStatus | currentStatus | statusMessage | default | home | constituents |
19-
+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
17+
.Command output
18+
[result]
19+
----
20+
+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
21+
| name | type | aliases | access | address | role | writer | requestedStatus | currentStatus | statusMessage | default | home | constituents |
22+
+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2023
| "foo" | "standard" | [] | "read-write" | "localhost:7687" | "primary" | TRUE | "online" | "online" | "" | FALSE | FALSE | [] |
2124
| "foo-g000" | "graph shard" | [] | "read-write" | "localhost:7687" | "primary" | TRUE | "online" | "online" | "" | FALSE | FALSE | [] |
2225
| "foo-p000" | "property shard" | [] | "read-write" | "localhost:7687" | "property shard replica" | FALSE | "online" | "online" | "" | FALSE | FALSE | [] |
2326
| "foo-p001" | "property shard" | [] | "read-write" | "localhost:7687" | "property shard replica" | FALSE | "online" | "online" | "" | FALSE | FALSE | [] |
2427
| "foo-p002" | "property shard" | [] | "read-write" | "localhost:7687" | "property shard replica" | FALSE | "online" | "online" | "" | FALSE | FALSE | [] |
25-
| "system" | "system" | [] | "read-write" | "localhost:7687" | "primary" | TRUE | "online" | "online" | "" | FALSE | FALSE | [] |
26-
+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
28+
| "system" | "system" | [] | "read-write" | "localhost:7687" | "primary" | TRUE | "online" | "online" | "" | FALSE | FALSE | [] |
29+
+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
30+
----
2731

2832
[NOTE]
2933
====

0 commit comments

Comments
 (0)