Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Fix release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
fsamuel-bs committed Oct 26, 2017
1 parent 5b9b172 commit 8f80cfc
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions docs/source/release_notes/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,19 +115,10 @@ develop
This will provide more accurate metrics for when sweep is doing something. Sweeping run through the sweep endpoint will now also contribute to these metrics, before it didn't update any metrics which again distorted the view of what work sweep was doing on the DB.
(`Pull Request <https://github.com/palantir/atlasdb/pull/2535>`__)

* - |improved| |devbreak|
- Size of the transaction cache is now configurable. It is not anticipated end users will need to touch this;
it is more likely that this will be configured via per-service overrides for the services for whom the
current cache size is inadequate.
This is a small API change for users manually constructing a TransactionManager, which now requires a
transaction cache size parameter. Please add it from the AtlasDbConfig, or instead of manually creating
a TransactionManager, utilize the helpers in TransactionManagers to have this done for you.
(`Pull Request <https://github.com/palantir/atlasdb/pull/2496>`__)

* - |devbreak|
- Simplify and annotate the constructors for ``SerializableTransactionManager``. This should make the code of that class more maintainable.
If you used one of the deleted or deprecated constructors, use the static ``create`` method.
(`Pull Request <https://github.com/palantir/atlasdb/pull/2549>`__)
* - |devbreak|
- Simplify and annotate the constructors for ``SerializableTransactionManager``. This should make the code of that class more maintainable.
If you used one of the deleted or deprecated constructors, use the static ``create`` method.
(`Pull Request <https://github.com/palantir/atlasdb/pull/2549>`__)

.. <<<<------------------------------------------------------------------------------------------------------------->>>>
Expand Down

0 comments on commit 8f80cfc

Please sign in to comment.