Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

to disable support special symbol colon(:) in database/rp/measurement name for streamfs build tags #476

Open
shilinlee opened this issue Feb 19, 2024 · 2 comments
Assignees
Labels
bug Something isn't working difficulty ⭐ 1 star for difficulty level

Comments

@shilinlee
Copy link
Member

shilinlee commented Feb 19, 2024

Describe the bug(Bug 描述)

Unsupported special symbol colon(:) in database/rp/measurement name.

To Reproduce(Bug 复现步骤)

For streamfs build tags

针对Go的build tags知识,可以自行学习其用途。

image
> create database "db:demo"

> craete database db0 

> CREATE RETENTION POLICY "during:1d" ON "db0" DURATION 1d REPLICATION 1

> insert mst:lot,tag=tag1 field=1

Expected behavior(期望结果)

> create database "db:demo" # error

> craete database db0  # success

> CREATE RETENTION POLICY "during:1d" ON "db0" DURATION 1d REPLICATION 1 # error

> insert mst:lot,tag=tag1 field=1 # error

Screenshots(屏幕截图)

No response

Logs(完整的错误日志)

No response

Additional context(其他的一些补充内容)

No response

@shilinlee shilinlee added bug Something isn't working difficulty ⭐ 1 star for difficulty level labels Feb 19, 2024
@shilinlee shilinlee changed the title unsupported special symbol colon(:) in database/rp/measurement name to disable support special symbol colon(:) in database/rp/measurement name for streamfs build tags Feb 19, 2024
@shilinlee
Copy link
Member Author

shilinlee commented Feb 19, 2024

禁用冒号的场景:

  1. streamfs
  2. windows

@wtsclwq
Copy link
Contributor

wtsclwq commented Feb 19, 2024

I'll try it.

@shilinlee shilinlee assigned shilinlee and wtsclwq and unassigned shilinlee Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working difficulty ⭐ 1 star for difficulty level
Projects
None yet
Development

No branches or pull requests

2 participants