Changeset 26987


Ignore:
Timestamp:
2013-03-05T10:24:34+13:00 (11 years ago)
Author:
jmt12
Message:

Removing some debug comments I was using to track down why TDB support wasn't working via Hadoop - namely because copying the TDB back and forth was causing some archive inf/rebuilding by modification time assumptions to be triggered. Plain TDB support was never going to work anyway.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/parallel-building/trunk/src/perllib/plugins/DirectoryPlugin.pm

    r26962 r26987  
    626626    if (defined $self->{'inf_timestamp'}) {
    627627        # Look to see if it's a completely new file
    628           print "inf timestamp: " . $self->{'inf_timestamp'} . "\n";
    629 
    630628        if (!$block_hash->{'new_files'}->{$raw_full_filename}) {
    631629        # Not a new file, must be an existing file
    632630        # Let' see if it's newer than the last import.pl
    633               print "Raw full filename: " . $raw_full_filename . "\n";
    634               print "Base Dir: " . $this_file_base_dir . "\n";
    635               print "Block Hash->New Files = " . join(',', keys($block_hash->{'new_files'})) . "\n";
    636 
    637 
    638631        if (! &util::dir_exists($raw_full_filename)) {
    639632            if (!$block_hash->{'reindex_files'}->{$raw_full_filename}) {
Note: See TracChangeset for help on using the changeset viewer.