Skip to content

Commit 64b441b

Browse files
authored
Update users_in_keeper.md
1 parent 6a9d32d commit 64b441b

1 file changed

Lines changed: 2 additions & 13 deletions

File tree

content/en/altinity-kb-setup-and-maintenance/users_in_keeper.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ SELECT * FROM system.zookeeper_connection_log ORDER BY event_time DESC LIMIT 100
365365

366366
### 9.2 Relevant server log patterns
367367

368-
You can find feature-related line in the log, by those patterns:
368+
You can find feature-related lines in the log, by those patterns:
369369

370370
```text
371371
Access(replicated)
@@ -374,18 +374,7 @@ Can't have Replicated access without ZooKeeper
374374
ON CLUSTER clause was ignored for query
375375
```
376376

377-
### 9.4 Inspect distributed DDL queue activity (when `ON CLUSTER` is involved)
378-
379-
If troubleshooting mixed usage of distributed DDL:
380-
381-
```sql
382-
SELECT cluster, entry, host, status, query, exception_code, exception_text
383-
FROM system.distributed_ddl_queue
384-
ORDER BY query_create_time DESC
385-
LIMIT 100;
386-
```
387-
388-
### 9.5 Force RBAC reload
377+
### 9.3 Force RBAC reload
389378

390379
Force access reload:
391380

0 commit comments

Comments
 (0)