You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#!/bin/bash# Set the number of keyspaces you want to create
n=800
for((i=1; i<=n; i++))do
curl -X POST http://localhost:2379/pd/api/v2/keyspaces \
-H 'Content-Type: application/json' \
-d '{"name":"test-'$i'", "config": {}}'done
Bug Report
What did you do?
What did you expect to see?
What did you see instead?
What version of PD are you using (
pd-server -V
)?nightly (7.2.0)
The text was updated successfully, but these errors were encountered: