You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2021/09/23 02:50:24 UTC

[james-project] branch master updated (b05519a -> d527312)

This is an automated email from the ASF dual-hosted git repository.

btellier pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git.


    from b05519a  Blog post for James joining ApacheCON 2021 (#663)
     add d527312  JAMES-3150 Better handle massive deletions as part of BloomFilterGCAlgorithm (#665)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/james/blob/aes/AESBlobStoreDAO.java |  6 +++
 .../org/apache/james/blob/api/BlobStoreDAO.java    |  3 ++
 .../james/blob/api/DeleteBlobStoreDAOContract.java | 20 +++++++++
 .../blob/cassandra/CassandraBlobStoreDAO.java      |  8 ++++
 .../james/blob/memory/MemoryBlobStoreDAO.java      |  8 ++++
 .../blob/objectstorage/aws/S3BlobStoreDAO.java     | 11 +++++
 .../blob/deduplication/BloomFilterGCAlgorithm.java | 50 +++++++++++-----------
 .../BloomFilterGCAlgorithmContract.java            |  5 ++-
 8 files changed, 86 insertions(+), 25 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org