Build couchbase-columnar-1.1.2-1354 contains libcouchbase commit 590f92b with commit message: CCBC-1651: ensure that purged packets get their memory released
CB Robot
February 25, 2025 at 2:06 AM
Build couchbase-columnar-1.2.0-1009 contains libcouchbase commit 590f92b with commit message: CCBC-1651: ensure that purged packets get their memory released
CB Robot
February 25, 2025 at 1:32 AM
Build couchbase-columnar-1.2.0-1009 contains libcouchbase commit 590f92b with commit message: CCBC-1651: ensure that purged packets get their memory released
CB Robot
February 24, 2025 at 10:00 PM
Build couchbase-columnar-1.2.0-1009 contains libcouchbase commit 590f92b with commit message: CCBC-1651: ensure that purged packets get their memory released
CB Robot
December 12, 2024 at 5:56 PM
Build couchbase-columnar-1.1.0-1155 contains libcouchbase commit 590f92b with commit message: CCBC-1651: ensure that purged packets get their memory released
Fixed
Pinned fields
Click on the next to a field label to start pinning.
The library does not release memory of the packets that never got chance to be flushed to the network buffer.
Reproduction:
run any operation in the loop
block network traffic to the cluster:
sudo nft add table inet libcouchbase sudo nft add chain inet libcouchbase block_cluster '{ type filter hook input priority 0; policy accept; }' sudo nft add rule inet libcouchbase block_cluster 'ip saddr { 172.17.0.4, 172.17.0.2, 172.17.0.3 } drop'
observe the increasing RSS of the process