Details
-
Bug
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
-
2026-8
Description
11.4.9-6
|
storage/columnstore/columnstore/storage-manager/src/LocalStorage.cpp:191: PULSE_READONLY_SHARED_PTR_PARAM: Function parameter `data` is passed as a shared pointer but its lifetime is not extended inside the function on line 191. At the callsite, this might cause a potentially expensive unnecessary copy of the shared pointer, especially when many number of threads are sharing it.
|
storage/columnstore/columnstore/storage-manager/src/S3Storage.cpp:486: PULSE_READONLY_SHARED_PTR_PARAM: Function parameter `data` is passed as a shared pointer but its lifetime is not extended inside the function on line 486. At the callsite, this might cause a potentially expensive unnecessary copy of the shared pointer, especially when many number of threads are sharing it.
|
|
|
11.8.5-2
|
storage/columnstore/columnstore/storage-manager/src/LocalStorage.cpp:191: PULSE_READONLY_SHARED_PTR_PARAM: Function parameter `data` is passed as a shared pointer but its lifetime is not extended inside the function on line 191. At the callsite, this might cause a potentially expensive unnecessary copy of the shared pointer, especially when many number of threads are sharing it.
|
storage/columnstore/columnstore/storage-manager/src/S3Storage.cpp:486: PULSE_READONLY_SHARED_PTR_PARAM: Function parameter `data` is passed as a shared pointer but its lifetime is not extended inside the function on line 486. At the callsite, this might cause a potentially expensive unnecessary copy of the shared pointer, especially when many number of threads are sharing it.
|
|
|