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
System info: master on 25-July-2018 (v1.6) , 3.16.0-4-amd64 #1 SMP Debian 3.16.43-2+deb8u5 (2017-09-19) x86_64 GNU/Linux
Steps to reproduce:
Have multiple shards where some do not contain a *.tsm-file.
Delete a specific measurement from all shards for a database using a wildcard : influx_inspect deletetsm -v -measurement "m" data/db/autogen/*/*.tsm
Expected behavior:
All measurements in the *.tsm-files from all shards get deleted.
Actual behavior:
Measurement still exists in shards following after the shard that's lacking a *.tsm.
Tested multiple times. It is required to manually proceed the deletetsm by guiding the right shard ID that's following the shard that's missing a *.tsm e.g. influx_inspect deletetsm -v -measurement "m" data/db/autogen/108*/*.tsm
Until it again stops by possibly missing another *.tsm.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed because it has not had recent activity. Please reopen if this issue is still important to you. Thank you for your contributions.
Bug report
System info: master on 25-July-2018 (v1.6) , 3.16.0-4-amd64 #1 SMP Debian 3.16.43-2+deb8u5 (2017-09-19) x86_64 GNU/Linux
Steps to reproduce:
Have multiple shards where some do not contain a *.tsm-file.
Delete a specific measurement from all shards for a database using a wildcard :
influx_inspect deletetsm -v -measurement "m" data/db/autogen/*/*.tsm
Expected behavior:
All measurements in the *.tsm-files from all shards get deleted.
Actual behavior:
Measurement still exists in shards following after the shard that's lacking a *.tsm.
Tested multiple times. It is required to manually proceed the deletetsm by guiding the right shard ID that's following the shard that's missing a *.tsm e.g.
influx_inspect deletetsm -v -measurement "m" data/db/autogen/108*/*.tsm
Until it again stops by possibly missing another *.tsm.
The text was updated successfully, but these errors were encountered: