Tags give the ability to mark specific points in history as being important
-
-
-
rdb-07-03-15
fix https://savannah.cern.ch/bugs/index.php?99971 => fix problem with wrong error message in case if OBJECT_NOT_EXIST exceptioni during unsubscribe; downgrade ers::warning to ers::info in case of TRANSIENT or OBJECT_NOT_EXIST exceptions indicating a fact, that POOL server has been shutdown or is shutting down right now
-
-
rdb-07-03-13
60b198d3 · ·do not access pointer on class after remove_include_file, since some schema files may be closed (similar to oksconfig bug https://savannah.cern.ch/bugs/index.php?95814)
-
-
-
rdb-07-03-10
3b497380 · ·do not allow schema modifications on database reload, see https://savannah.cern.ch/bugs/?92398 and https://savannah.cern.ch/bugs/?92136
-
rdb-07-03-09
812ecffd · ·1. ignore remote requests when server is stopping to avoid shutdown errors like https://savannah.cern.ch/bugs/?92383 2. use new OksObject int32_id attribute to mark object position in CompleteDB sequence to avoid bugs https://savannah.cern.ch/bugs/?92503 and https://savannah.cern.ch/bugs/?88260
-
rdb-07-03-08
2136c998 · ·1. use pool server as pool node; 2. downgrade error to log, if server cannot remove subscription, that does not exist => this is not problem of THIS server; 3. on shutdown downgrade error to warning, if unsubscribe call fails with TRANSIENT CORBA exception => parent server was shutdown already; anyway this is not problem of this server, but should be alreted since indicates wrong shutdown sequence
-
rdb-07-03-07
implement feature request http://savannah.cern.ch/bugs/?91987: when pool is empty, the pool server returns self as poll node
-
-
rdb-07-03-05
follow changes in oks package fixing https://savannah.cern.ch/bugs/?90893
-
rdb-07-03-04
96b670dc · ·unregister pool server on exit and avoid duplication of error reporting (only client server reports error to ERS)
-
-
-
-
rdb-07-03-00
742fa2c9 · ·add list of changes to delete_object and database_add_file; remove unused parameters from database_add_file
-
rdb-07-02-01
implement request https://savannah.cern.ch/bugs/?88040: add flag to skip non-null low cardinality relationship check
-
rdb-07-02-00
474af2c6 · ·pass complete database between RDB servers in very compact format, see https://savannah.cern.ch/bugs/?86993