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

yong pushed a change to branch branch-4.15
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


    from ce2ed41af0 update ALLOCATOR_POOLING_CONCURRENCY default value (#3001)
     new b7ee0a5395 Update website to record the RocksDB configuration changes 
(#3540)
     new e903e619d6 LedgerOpenOp: Do not call blocking close() in the callback 
(#3513)
     new 00ccdd71b6 When call openLedgerOp, make the timeout ex is a separate 
error code (#3562)
     new 39f152c6f3 skip replicasCheck when replication disabled (#3563)
     new 4d679c1006 [test] Fix flaky test testAutoRecoverySessionLoss (#3576)
     new 4e8f3752f0 Fix ByteBuf memory leak problem when setExplicitLac (#3577)
     new f7a65fb56d Upgrade dependencies for CVE-2022-3171 and CVE-2022-42003 
(#3579)
     new c4676f9b00 Add example for multiple server list in metadataServiceUri 
configuration (#3580)

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/main/resources/LICENSE-all.bin.txt         |  10 +-
 .../src/main/resources/LICENSE-bkctl.bin.txt       |  10 +-
 .../src/main/resources/LICENSE-server.bin.txt      |  10 +-
 .../org/apache/bookkeeper/bookie/BookieImpl.java   |  12 +-
 .../org/apache/bookkeeper/client/BKException.java  |   2 +-
 .../org/apache/bookkeeper/client/LedgerOpenOp.java |  47 +++---
 .../apache/bookkeeper/client/LedgerRecoveryOp.java |   2 +
 .../org/apache/bookkeeper/replication/Auditor.java |   6 +
 .../apache/bookkeeper/bookie/BookieImplTest.java   | 101 +++++++++++++
 .../api/BookKeeperBuildersOpenLedgerTest.java      | 164 +++++++++++++++++++++
 .../client/api/BookKeeperBuildersTest.java         |  42 ------
 .../replication/AutoRecoveryMainTest.java          |  67 +++++----
 conf/bk_server.conf                                |   2 +
 ...t_rocksdb.conf => default_rocksdb.conf.default} |   0
 ...db.conf => entry_location_rocksdb.conf.default} |   0
 ...b.conf => ledger_metadata_rocksdb.conf.default} |   0
 pom.xml                                            |  11 +-
 site3/website/docs/reference/config.md             |  11 ++
 .../version-4.14.4/reference/config.md             |   6 +
 19 files changed, 395 insertions(+), 108 deletions(-)
 create mode 100644 
bookkeeper-server/src/test/java/org/apache/bookkeeper/bookie/BookieImplTest.java
 create mode 100644 
bookkeeper-server/src/test/java/org/apache/bookkeeper/client/api/BookKeeperBuildersOpenLedgerTest.java
 rename conf/{default_rocksdb.conf => default_rocksdb.conf.default} (100%)
 rename conf/{entry_location_rocksdb.conf => 
entry_location_rocksdb.conf.default} (100%)
 rename conf/{ledger_metadata_rocksdb.conf => 
ledger_metadata_rocksdb.conf.default} (100%)

Reply via email to