BIND 10 trac2851, created. 6dd94680bed03c6423d1674bc4193c64a7fed4a1 [2851] add datasrc_name optional parameter to getCachedZoneWriter
BIND 10 source code commits
bind10-changes at lists.isc.org
Sat May 4 06:55:17 UTC 2013
The branch, trac2851 has been created
at 6dd94680bed03c6423d1674bc4193c64a7fed4a1 (commit)
- Log -----------------------------------------------------------------
commit 6dd94680bed03c6423d1674bc4193c64a7fed4a1
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri May 3 22:57:24 2013 -0700
[2851] add datasrc_name optional parameter to getCachedZoneWriter
so we can specify a particular data source for loading
commit 9377868e58e5303d06688010224ae325972a1547
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri May 3 22:59:40 2013 -0700
[2851] disable tests relying on mapped segment if --without-shared-memory
commit 8efaec345efaf37272cd7098177b60ea787e3ee7
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu May 2 21:11:25 2013 -0700
[2851] document update for getCachedZoneWriter() to match the latest behavior.
commit 48c33c6c5adbe7e46d5a7853c1ee0f7085fcab6f
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu May 2 20:58:20 2013 -0700
[2851] avoid loading/reloading read only cache
commit 74c2ed970512562b5ea53004d3e152e2d8519329
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu May 2 15:14:32 2013 -0700
[2851] update getCachedZoneWriter so it only checks config and real datasrc.
- it now still create the zone writer even if the zone is currently not
loaded (due to initial failure). the original behavior is mostly preserved,
but in some minor cases the resulting error code (or whether to throw)
differ. test cases were adjusted accordingly.
- some description of CacheStatus now does not perfectly match the behavior,
so are updated.
commit 2d3ed739129c40c2473a927f51e37a445b47fee5
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu May 2 12:22:03 2013 -0700
[2851] don't make datasrc configure() fail in case of "NoSuchZone".
that should be more consistent with the case of missing zone file for
the MasterFiles data source. and, it will be consistent with later
changes in this branch.
commit 3e678f3bda8a502c8a4fe483e12166bf1c9077d3
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu May 2 10:41:50 2013 -0700
[2851] another cleanup: introduce NoSuchZone exception based on DataSourceError
getIterator now throws NoSuchZone if the given zone doesn't exist.
this is another step of detailing the too-generic DataSourceError, and
while not absolutely necessary, it's still related to the subject of
this branch.
commit 73e1a3cf8920bfb4e7cd8f7672b3f82600f2766f
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed May 1 15:54:59 2013 -0700
[2851] additional cleanup: rename ReloadResult "CacheStatus"
as we don't use the term "reload" anymore.
commit 31075ad95c5c27f30d2b9812ead3dd8b6edff236
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed May 1 15:21:54 2013 -0700
[2851] cleanup: completely deprecate ConfigurableClientList::reload().
it's been unused for quite some test (except in its own tests), and at this
point I think its existence would just confusion and it's time to clean it
up completely.
commit 721708db656444bf46451aeed3500bf3580b3466
Merge: b9608c2 0dccb67
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri May 3 23:37:59 2013 -0700
[2851] Merge branch 'trac2850' into trac2851
-----------------------------------------------------------------------
More information about the bind10-changes
mailing list