Write a tool to summarize w directory data #3300
Labels
area/tools
Issues related to maintenance tools and CLI.
kind/feature
Something completely new we should consider.
When an Alpha restarts it replays entries from the write-ahead log in the w directory. We need to be able to inspect the entries in the w directory to understand what would be replayed. This should be a tool that works like
dgraph debug
and prints out for each WAL entry the type (e.g., a mutation, commit, etc.), the size of each entry, the total number of entries, and so on.The text was updated successfully, but these errors were encountered: