named-compilezone defaults cause long delays in zone processing
I was attempting to turn a binary zone into text using:
named-compilezone -f raw -F text -o somezone.txt somezone somezone
after 2 hours of waiting while many error messages appeared about various problems with the zone, engineering commented: Did you disable all the checks with these settings?:
named-compilezone -k ignore -m ignore -n ignore -r ignore -i none -M ignore -S ignore -W ignore -f raw -F text -o somezone.txt somezone somezone
After running it that way, it was less than one second to process the same zone.
After more discussion, it was decided I should open this issue to have the checks being disabled the default state.
Edited by Darren Ankney