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
In order to help debugging issues in production clusters it would be good to have some tool to download data from a cluster and create a local standalone server that contains a given tablespace.
We can have these situations:
download only metadata from ZooKeeper and convert WAL from BookKeeper
download even a snapshot from a running leader (this is available only in case the system is up and running)
use a local snapshot taken from a server part of the cluster (follower or leader)
Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue?
should-have
Provide any additional detail on your proposed use case for this feature.
It is almost impossible to reproduce in DEV environment production problems because you cannot create a ZIP file from ZK + BK + local snapshot
The text was updated successfully, but these errors were encountered:
FEATURE REQUEST
In order to help debugging issues in production clusters it would be good to have some tool to download data from a cluster and create a local standalone server that contains a given tablespace.
We can have these situations:
should-have
It is almost impossible to reproduce in DEV environment production problems because you cannot create a ZIP file from ZK + BK + local snapshot
The text was updated successfully, but these errors were encountered: