apache / apache/pulsar-manager
Unable to get anything about a partition: TypeError: Cannot read property 'status' of undefined
- Dominant language
- Vue
- Stars
- 539
- Forks
- 239
- PR merge metrics
- No merged PRs in 30d
Description
Hi, it seems that my pulsar-manger can't get anything about a topic partition:

logs of my pulsar-manager:
```
2020-05-15 16:41:49.564 UTC [2344] ERROR: LIMIT #,# syntax is not supported at character 38
2020-05-15 16:41:49.564 UTC [2344] HINT: Use separate LIMIT and OFFSET clauses.
2020-05-15 16:41:49.564 UTC [2344] STATEMENT: SELECT name,broker FROM environments LIMIT $1, $2
2020-05-15 16:42:49.601 UTC [2344] ERROR: LIMIT #,# syntax is not supported at character 38
2020-05-15 16:42:49.601 UTC [2344] HINT: Use separate LIMIT and OFFSET clauses.
2020-05-15 16:42:49.601 UTC [2344] STATEMENT: SELECT name,broker FROM environments LIMIT $1, $2
2020-05-15 16:43:49.645 UTC [2344] ERROR: LIMIT #,# syntax is not supported at character 38
2020-05-15 16:43:49.645 UTC [2344] HINT: Use separate LIMIT and OFFSET clauses.
2020-05-15 16:43:49.645 UTC [2344] STATEMENT: SELECT name,broker FROM environments LIMIT $1, $2
2020-05-15 16:44:49.685 UTC [2344] ERROR: LIMIT #,# syntax is not supported at character 38
2020-05-15 16:44:49.685 UTC [2344] HINT: Use separate LIMIT and OFFSET clauses.
2020-05-15 16:44:49.685 UTC [2344] STATEMENT: SELECT name,broker FROM environments LIMIT $1, $2
2020-05-15 16:45:49.716 UTC [2344] ERROR: LIMIT #,# syntax is not supported at character 38
2020-05-15 16:45:49.716 UTC [2344] HINT: Use separate LIMIT and OFFSET clauses.
2020-05-15 16:45:49.716 UTC [2344] STATEMENT: SELECT name,broker FROM environments LIMIT $1, $2
2020-05-15 16:46:49.741 UTC [2344] ERROR: LIMIT #,# syntax is not supported at character 38
2020-05-15 16:46:49.741 UTC [2344] HINT: Use separate LIMIT and OFFSET clauses.
2020-05-15 16:46:49.741 UTC [2344] STATEMENT: SELECT name,broker FROM environments LIMIT $1, $2
2020-05-15 16:47:49.776 UTC [2344] ERROR: LIMIT #,# syntax is not supported at character 38
2020-05-15 16:47:49.776 UTC [2344] HINT: Use separate LIMIT and OFFSET clauses.
2020-05-15 16:47:49.776 UTC [2344] STATEMENT: SELECT name,broker FROM environments LIMIT $1, $2
2020-05-15 16:48:49.815 UTC [2344] ERROR: LIMIT #,# syntax is not supported at character 38
2020-05-15 16:48:49.815 UTC [2344] HINT: Use separate LIMIT and OFFSET clauses.
2020-05-15 16:48:49.815 UTC [2344] STATEMENT: SELECT name,broker FROM environments LIMIT $1, $2
2020-05-15 16:49:49.856 UTC [2344] ERROR: LIMIT #,# syntax is not supported at character 38
2020-05-15 16:49:49.856 UTC [2344] HINT: Use separate LIMIT and OFFSET clauses.
2020-05-15 16:49:49.856 UTC [2344] STATEMENT: SELECT name,broker FROM environments LIMIT $1, $2
2020-05-15 16:50:49.892 UTC [2351] ERROR: LIMIT #,# syntax is not supported at character 38
2020-05-15 16:50:49.892 UTC [2351] HINT: Use separate LIMIT and OFFSET clauses.
2020-05-15 16:50:49.892 UTC [2351] STATEMENT: SELECT name,broker FROM environments LIMIT $1, $2
2020-05-15 16:51:49.924 UTC [2358] ERROR: LIMIT #,# syntax is not supported at character 38
2020-05-15 16:51:49.924 UTC [2358] HINT: Use separate LIMIT and OFFSET clauses.
2020-05-15 16:51:49.924 UTC [2358] STATEMENT: SELECT name,broker FROM environments LIMIT $1, $2
2020-05-15 16:52:49.953 UTC [2378] ERROR: LIMIT #,# syntax is not supported at character 38
2020-05-15 16:52:49.953 UTC [2378] HINT: Use separate LIMIT and OFFSET clauses.
2020-05-15 16:52:49.953 UTC [2378] STATEMENT: SELECT name,broker FROM environments LIMIT $1, $2
```
Please help me to find out the problem, thank you.
Contributor guide
Assessment
This issue has not been assessed yet.