Skip to content
Snippets Groups Projects
  1. Sep 01, 2016
  2. Aug 30, 2016
  3. Jul 16, 2015
  4. Jul 15, 2015
  5. Jul 03, 2014
  6. May 15, 2014
  7. Mar 04, 2014
  8. Feb 18, 2014
  9. Aug 14, 2012
  10. Apr 24, 2012
    • Steven Murray's avatar
      bug #92460: tapebridged should gracefully shutdown a migration tape-session... · 9f49b493
      Steven Murray authored
      bug #92460: tapebridged should gracefully shutdown a migration tape-session when tapegatewayd reports a disabled tape
      
      Refactored the tapebridged daemon and created the following unit-test that
      recreates this bug:
      
      castor::tape::tapebridge::BridgeProtocolEngineTest::testMigrationToDisabledTapeUsingLocalDomain
      
      The refactoring was necessary in order to create the unit-test.  During the
      refactoring I modified the logging of the tapebridged daemon so that the very
      first session error detected is always logged immediately.  This will help
      debug problems in the future if need be.
      
      9f49b493
  11. Aug 29, 2010
  12. Mar 23, 2010
  13. Jan 20, 2010
  14. Jan 15, 2010
  15. Jan 07, 2010
  16. Jan 04, 2010
  17. Dec 04, 2009
  18. Jun 10, 2009
  19. May 06, 2009
  20. Apr 21, 2009
  21. Mar 13, 2009
  22. Mar 12, 2009
  23. Mar 09, 2009
    • Steven Murray's avatar
      Added TAPE_THROW_EX and TAPE_THROW_CODE macros to automatically add file, line · 841d2e03
      Steven Murray authored
      and function strings to tape exceptions.  Example usage:
      
        TAPE_THROW_EX(castor::exception::Internal,
          ": Failed to down cast reply object to tapegateway::FileToRecall");
      
        TAPE_THROW_CODE(EBADMSG,
          ": Unknown reply type "
          ": Reply type = " << reply->type());
      
      Fixed bug in RTCOPY protocol; we were sending one too many "end of file lists".
      
      Fixed bug in message dispatch logic, there was a missing break in one of the
      switch statements that was causing an IObject to get dynamic casted to two
      different classes.
      841d2e03
  24. Feb 09, 2009
  25. May 12, 2004
Loading