Hey Mike what was the reason for the crawl? Any ideas????
You don't see the old comments with the alpha version because 4.1 made changes to the database.
Open your database with phpmyadmin and make the following query:
UPDATE jos_comment SET component = '' WHERE component = "com_content";
UPDATE jos_comment_setting SET set_component = '' WHERE set_component = "com_content";
After you make that database query you should see again the comments with older versions. But please let us know what exactly the problem you had was.
Thank you in advance!
Daniel