couchbase 3.5.4 → 3.5.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/ext/CMakeLists.txt +8 -6
- data/ext/cache/cpm/{CPM_0.38.6.cmake → CPM_0.40.5.cmake} +152 -22
- data/ext/cache/extconf_include.rb +3 -3
- data/ext/cache/mozilla-ca-bundle.crt +94 -118
- data/ext/cache/mozilla-ca-bundle.sha256 +1 -1
- data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/CMakeLists.txt +30 -6
- data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/cmake/utils.cmake +13 -2
- data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/async_logger-inl.h +5 -7
- data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/details/mpmc_blocking_q.h +3 -3
- data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/details/os-inl.h +3 -3
- data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/details/thread_pool-inl.h +3 -8
- data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/details/thread_pool.h +3 -14
- data/ext/cache/{fmt/141a17a028e6c29914e109691389f6cf87f9cfe3/fmt/include/fmt → spdlog/7251ead404dccd824789f8f3a13df2a6fb56440c/spdlog/include/spdlog/fmt/bundled}/base.h +47 -31
- data/ext/cache/{fmt/141a17a028e6c29914e109691389f6cf87f9cfe3/fmt/include/fmt → spdlog/7251ead404dccd824789f8f3a13df2a6fb56440c/spdlog/include/spdlog/fmt/bundled}/format-inl.h +32 -8
- data/ext/cache/{fmt/141a17a028e6c29914e109691389f6cf87f9cfe3/fmt/include/fmt → spdlog/7251ead404dccd824789f8f3a13df2a6fb56440c/spdlog/include/spdlog/fmt/bundled}/format.h +22 -14
- data/ext/cache/{fmt/141a17a028e6c29914e109691389f6cf87f9cfe3/fmt/include/fmt → spdlog/7251ead404dccd824789f8f3a13df2a6fb56440c/spdlog/include/spdlog/fmt/bundled}/ranges.h +1 -1
- data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/mdc.h +4 -0
- data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/pattern_formatter-inl.h +16 -2
- data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/sinks/ansicolor_sink.h +1 -1
- data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/sinks/base_sink.h +4 -4
- data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/sinks/callback_sink.h +1 -1
- data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/sinks/daily_file_sink.h +3 -0
- data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/sinks/hourly_file_sink.h +2 -0
- data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/sinks/msvc_sink.h +1 -1
- data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/sinks/rotating_file_sink-inl.h +1 -1
- data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/sinks/syslog_sink.h +3 -2
- data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/sinks/wincolor_sink-inl.h +9 -0
- data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/version.h +2 -2
- data/ext/cache/{fmt/141a17a028e6c29914e109691389f6cf87f9cfe3/fmt/src/format.cc → spdlog/7251ead404dccd824789f8f3a13df2a6fb56440c/spdlog/src/bundled_fmtlib_format.cpp} +10 -5
- data/ext/couchbase/CMakeLists.txt +3 -2
- data/ext/couchbase/cmake/APKBUILD.in +54 -0
- data/ext/couchbase/cmake/Backtrace.cmake +3 -1
- data/ext/couchbase/cmake/CPM.cmake +1 -1
- data/ext/couchbase/cmake/CompilerWarnings.cmake +0 -5
- data/ext/couchbase/cmake/Packaging.cmake +174 -11
- data/ext/couchbase/cmake/RPath.cmake +10 -0
- data/ext/couchbase/cmake/Testing.cmake +0 -4
- data/ext/couchbase/cmake/ThirdPartyDependencies.cmake +7 -26
- data/ext/couchbase/cmake/VersionInfo.cmake +4 -0
- data/ext/couchbase/cmake/build_version.hxx.in +1 -0
- data/ext/couchbase/cmake/couchbase-cxx-client.spec.in +2 -2
- data/ext/couchbase/cmake/couchbase_cxx_client.pc.in +2 -2
- data/ext/couchbase/core/agent_config.cxx +1 -1
- data/ext/couchbase/core/agent_group_config.cxx +1 -1
- data/ext/couchbase/core/bucket.cxx +25 -23
- data/ext/couchbase/core/bucket.hxx +2 -1
- data/ext/couchbase/core/cluster.cxx +9 -9
- data/ext/couchbase/core/cluster.hxx +2 -1
- data/ext/couchbase/core/cluster_agent_config.cxx +1 -1
- data/ext/couchbase/core/collections_component.cxx +1 -1
- data/ext/couchbase/core/columnar/agent_config.cxx +2 -2
- data/ext/couchbase/core/columnar/error.hxx +0 -1
- data/ext/couchbase/core/columnar/query_component.cxx +2 -2
- data/ext/couchbase/core/config_profiles.cxx +1 -1
- data/ext/couchbase/core/core_sdk_shim.cxx +1 -1
- data/ext/couchbase/core/crud_component.cxx +1 -1
- data/ext/couchbase/core/design_document_namespace_fmt.hxx +1 -1
- data/ext/couchbase/core/diagnostics_fmt.hxx +1 -1
- data/ext/couchbase/core/document_id.cxx +1 -1
- data/ext/couchbase/core/document_id_fmt.hxx +1 -1
- data/ext/couchbase/core/error_context/analytics_json.hxx +3 -1
- data/ext/couchbase/core/error_context/key_value_json.hxx +1 -1
- data/ext/couchbase/core/error_context/query_public_json.hxx +1 -1
- data/ext/couchbase/core/error_context/subdocument_json.hxx +1 -1
- data/ext/couchbase/core/fmt/key_value_error_map_attribute.hxx +1 -1
- data/ext/couchbase/core/fmt/key_value_extended_error_info.hxx +1 -1
- data/ext/couchbase/core/fmt/key_value_status_code.hxx +1 -1
- data/ext/couchbase/core/http_component.cxx +3 -3
- data/ext/couchbase/core/impl/analytics.cxx +1 -0
- data/ext/couchbase/core/impl/best_effort_retry_strategy.cxx +1 -1
- data/ext/couchbase/core/impl/cluster.cxx +55 -18
- data/ext/couchbase/core/impl/collection.cxx +40 -15
- data/ext/couchbase/core/impl/date_range.cxx +2 -2
- data/ext/couchbase/core/impl/date_range_query.cxx +2 -2
- data/ext/couchbase/core/impl/dns_srv_tracker.cxx +1 -1
- data/ext/couchbase/core/impl/error.cxx +27 -4
- data/ext/couchbase/core/impl/expiry.cxx +2 -2
- data/ext/couchbase/core/impl/fail_fast_retry_strategy.cxx +1 -2
- data/ext/couchbase/core/impl/get_replica.hxx +2 -0
- data/ext/couchbase/core/impl/key_value_error_context.cxx +6 -4
- data/ext/couchbase/core/impl/lookup_in_replica.hxx +2 -0
- data/ext/couchbase/core/impl/numeric_range.cxx +1 -1
- data/ext/couchbase/core/impl/observe_poll.cxx +7 -7
- data/ext/couchbase/core/impl/observe_seqno.hxx +2 -0
- data/ext/couchbase/core/impl/query.cxx +1 -0
- data/ext/couchbase/core/impl/query_error_context.cxx +3 -2
- data/ext/couchbase/core/impl/replica_utils.cxx +5 -5
- data/ext/couchbase/core/impl/replica_utils.hxx +2 -1
- data/ext/couchbase/core/impl/scope.cxx +5 -6
- data/ext/couchbase/core/impl/search.cxx +3 -1
- data/ext/couchbase/core/io/config_tracker.cxx +1 -1
- data/ext/couchbase/core/io/dns_client.cxx +23 -8
- data/ext/couchbase/core/io/http_command.hxx +2 -2
- data/ext/couchbase/core/io/http_parser.cxx +1 -1
- data/ext/couchbase/core/io/http_session.cxx +4 -0
- data/ext/couchbase/core/io/http_session.hxx +4 -2
- data/ext/couchbase/core/io/mcbp_command.hxx +2 -2
- data/ext/couchbase/core/key_value_config.cxx +2 -2
- data/ext/couchbase/core/logger/logger.cxx +1 -1
- data/ext/couchbase/core/logger/logger.hxx +1 -1
- data/ext/couchbase/core/management/rbac_fmt.hxx +1 -1
- data/ext/couchbase/core/mcbp/operation_queue.cxx +1 -1
- data/ext/couchbase/core/mcbp/packet.cxx +1 -1
- data/ext/couchbase/core/meta/features.hxx +16 -0
- data/ext/couchbase/core/meta/version.cxx +48 -7
- data/ext/couchbase/core/operations/document_analytics.cxx +23 -17
- data/ext/couchbase/core/operations/document_analytics.hxx +1 -0
- data/ext/couchbase/core/operations/document_append.hxx +2 -0
- data/ext/couchbase/core/operations/document_decrement.hxx +2 -0
- data/ext/couchbase/core/operations/document_exists.hxx +2 -0
- data/ext/couchbase/core/operations/document_get.hxx +2 -0
- data/ext/couchbase/core/operations/document_get_all_replicas.hxx +5 -4
- data/ext/couchbase/core/operations/document_get_and_lock.hxx +2 -0
- data/ext/couchbase/core/operations/document_get_and_touch.hxx +2 -0
- data/ext/couchbase/core/operations/document_get_any_replica.hxx +5 -3
- data/ext/couchbase/core/operations/document_get_projected.hxx +2 -0
- data/ext/couchbase/core/operations/document_increment.hxx +2 -0
- data/ext/couchbase/core/operations/document_insert.hxx +2 -0
- data/ext/couchbase/core/operations/document_lookup_in.hxx +2 -0
- data/ext/couchbase/core/operations/document_lookup_in_all_replicas.hxx +5 -3
- data/ext/couchbase/core/operations/document_lookup_in_any_replica.hxx +5 -3
- data/ext/couchbase/core/operations/document_mutate_in.hxx +2 -0
- data/ext/couchbase/core/operations/document_prepend.hxx +2 -0
- data/ext/couchbase/core/operations/document_query.hxx +1 -0
- data/ext/couchbase/core/operations/document_remove.hxx +2 -0
- data/ext/couchbase/core/operations/document_replace.hxx +2 -0
- data/ext/couchbase/core/operations/document_search.hxx +1 -0
- data/ext/couchbase/core/operations/document_touch.hxx +2 -0
- data/ext/couchbase/core/operations/document_unlock.hxx +2 -0
- data/ext/couchbase/core/operations/document_upsert.hxx +2 -0
- data/ext/couchbase/core/operations/document_view.hxx +1 -0
- data/ext/couchbase/core/operations/http_noop.hxx +2 -0
- data/ext/couchbase/core/operations/management/CMakeLists.txt +0 -1
- data/ext/couchbase/core/operations/management/analytics_dataset_create.cxx +1 -1
- data/ext/couchbase/core/operations/management/analytics_dataset_create.hxx +1 -0
- data/ext/couchbase/core/operations/management/analytics_dataset_drop.cxx +1 -1
- data/ext/couchbase/core/operations/management/analytics_dataset_drop.hxx +1 -0
- data/ext/couchbase/core/operations/management/analytics_dataset_get_all.hxx +1 -0
- data/ext/couchbase/core/operations/management/analytics_dataverse_create.cxx +1 -1
- data/ext/couchbase/core/operations/management/analytics_dataverse_create.hxx +1 -0
- data/ext/couchbase/core/operations/management/analytics_dataverse_drop.cxx +1 -1
- data/ext/couchbase/core/operations/management/analytics_dataverse_drop.hxx +1 -0
- data/ext/couchbase/core/operations/management/analytics_get_pending_mutations.cxx +1 -1
- data/ext/couchbase/core/operations/management/analytics_get_pending_mutations.hxx +2 -0
- data/ext/couchbase/core/operations/management/analytics_index_create.hxx +1 -0
- data/ext/couchbase/core/operations/management/analytics_index_drop.cxx +1 -1
- data/ext/couchbase/core/operations/management/analytics_index_drop.hxx +1 -0
- data/ext/couchbase/core/operations/management/analytics_index_get_all.hxx +1 -0
- data/ext/couchbase/core/operations/management/analytics_link_connect.cxx +1 -1
- data/ext/couchbase/core/operations/management/analytics_link_connect.hxx +1 -0
- data/ext/couchbase/core/operations/management/analytics_link_create.hxx +1 -0
- data/ext/couchbase/core/operations/management/analytics_link_disconnect.cxx +1 -1
- data/ext/couchbase/core/operations/management/analytics_link_disconnect.hxx +1 -0
- data/ext/couchbase/core/operations/management/analytics_link_drop.cxx +1 -1
- data/ext/couchbase/core/operations/management/analytics_link_drop.hxx +1 -0
- data/ext/couchbase/core/operations/management/analytics_link_get_all.cxx +24 -16
- data/ext/couchbase/core/operations/management/analytics_link_get_all.hxx +4 -3
- data/ext/couchbase/core/operations/management/analytics_link_replace.hxx +1 -0
- data/ext/couchbase/core/operations/management/analytics_link_utils.hxx +4 -3
- data/ext/couchbase/core/operations/management/bucket_create.hxx +1 -0
- data/ext/couchbase/core/operations/management/bucket_describe.cxx +1 -1
- data/ext/couchbase/core/operations/management/bucket_describe.hxx +1 -0
- data/ext/couchbase/core/operations/management/bucket_drop.cxx +1 -1
- data/ext/couchbase/core/operations/management/bucket_drop.hxx +1 -0
- data/ext/couchbase/core/operations/management/bucket_flush.cxx +1 -1
- data/ext/couchbase/core/operations/management/bucket_flush.hxx +1 -0
- data/ext/couchbase/core/operations/management/bucket_get.cxx +1 -1
- data/ext/couchbase/core/operations/management/bucket_get.hxx +1 -0
- data/ext/couchbase/core/operations/management/bucket_get_all.hxx +1 -0
- data/ext/couchbase/core/operations/management/bucket_update.hxx +1 -0
- data/ext/couchbase/core/operations/management/change_password.cxx +1 -1
- data/ext/couchbase/core/operations/management/change_password.hxx +1 -0
- data/ext/couchbase/core/operations/management/cluster_describe.hxx +1 -0
- data/ext/couchbase/core/operations/management/cluster_developer_preview_enable.hxx +1 -0
- data/ext/couchbase/core/operations/management/collection_create.cxx +1 -1
- data/ext/couchbase/core/operations/management/collection_create.hxx +2 -0
- data/ext/couchbase/core/operations/management/collection_drop.cxx +1 -1
- data/ext/couchbase/core/operations/management/collection_drop.hxx +1 -0
- data/ext/couchbase/core/operations/management/collection_update.cxx +1 -1
- data/ext/couchbase/core/operations/management/collection_update.hxx +2 -0
- data/ext/couchbase/core/operations/management/collections_manifest_get.hxx +2 -0
- data/ext/couchbase/core/operations/management/eventing_deploy_function.cxx +1 -1
- data/ext/couchbase/core/operations/management/eventing_deploy_function.hxx +3 -2
- data/ext/couchbase/core/operations/management/eventing_drop_function.cxx +1 -1
- data/ext/couchbase/core/operations/management/eventing_drop_function.hxx +3 -2
- data/ext/couchbase/core/operations/management/eventing_get_all_functions.hxx +3 -2
- data/ext/couchbase/core/operations/management/eventing_get_function.cxx +1 -1
- data/ext/couchbase/core/operations/management/eventing_get_function.hxx +3 -2
- data/ext/couchbase/core/operations/management/eventing_get_status.hxx +3 -2
- data/ext/couchbase/core/operations/management/eventing_pause_function.cxx +1 -1
- data/ext/couchbase/core/operations/management/eventing_pause_function.hxx +3 -2
- data/ext/couchbase/core/operations/management/eventing_resume_function.cxx +1 -1
- data/ext/couchbase/core/operations/management/eventing_resume_function.hxx +3 -2
- data/ext/couchbase/core/operations/management/eventing_undeploy_function.cxx +1 -1
- data/ext/couchbase/core/operations/management/eventing_undeploy_function.hxx +3 -2
- data/ext/couchbase/core/operations/management/eventing_upsert_function.cxx +1 -2
- data/ext/couchbase/core/operations/management/eventing_upsert_function.hxx +3 -2
- data/ext/couchbase/core/operations/management/freeform.hxx +2 -0
- data/ext/couchbase/core/operations/management/group_drop.cxx +1 -1
- data/ext/couchbase/core/operations/management/group_drop.hxx +1 -0
- data/ext/couchbase/core/operations/management/group_get.cxx +1 -1
- data/ext/couchbase/core/operations/management/group_get.hxx +1 -0
- data/ext/couchbase/core/operations/management/group_get_all.hxx +1 -0
- data/ext/couchbase/core/operations/management/group_upsert.hxx +1 -0
- data/ext/couchbase/core/operations/management/query_index_build.hxx +7 -5
- data/ext/couchbase/core/operations/management/query_index_build_deferred.hxx +3 -0
- data/ext/couchbase/core/operations/management/query_index_create.cxx +1 -1
- data/ext/couchbase/core/operations/management/query_index_create.hxx +1 -0
- data/ext/couchbase/core/operations/management/query_index_drop.cxx +1 -1
- data/ext/couchbase/core/operations/management/query_index_drop.hxx +1 -0
- data/ext/couchbase/core/operations/management/query_index_get_all.hxx +2 -0
- data/ext/couchbase/core/operations/management/query_index_get_all_deferred.hxx +3 -0
- data/ext/couchbase/core/operations/management/role_get_all.hxx +1 -0
- data/ext/couchbase/core/operations/management/scope_create.cxx +1 -1
- data/ext/couchbase/core/operations/management/scope_create.hxx +1 -0
- data/ext/couchbase/core/operations/management/scope_drop.cxx +1 -1
- data/ext/couchbase/core/operations/management/scope_drop.hxx +1 -0
- data/ext/couchbase/core/operations/management/scope_get_all.cxx +1 -1
- data/ext/couchbase/core/operations/management/scope_get_all.hxx +1 -0
- data/ext/couchbase/core/operations/management/search_get_stats.hxx +1 -0
- data/ext/couchbase/core/operations/management/search_index_analyze_document.cxx +1 -1
- data/ext/couchbase/core/operations/management/search_index_analyze_document.hxx +1 -0
- data/ext/couchbase/core/operations/management/search_index_control_ingest.cxx +1 -1
- data/ext/couchbase/core/operations/management/search_index_control_ingest.hxx +1 -0
- data/ext/couchbase/core/operations/management/search_index_control_plan_freeze.cxx +1 -1
- data/ext/couchbase/core/operations/management/search_index_control_plan_freeze.hxx +1 -0
- data/ext/couchbase/core/operations/management/search_index_control_query.cxx +1 -1
- data/ext/couchbase/core/operations/management/search_index_control_query.hxx +1 -0
- data/ext/couchbase/core/operations/management/search_index_drop.cxx +1 -1
- data/ext/couchbase/core/operations/management/search_index_drop.hxx +1 -0
- data/ext/couchbase/core/operations/management/search_index_get.cxx +1 -1
- data/ext/couchbase/core/operations/management/search_index_get.hxx +1 -0
- data/ext/couchbase/core/operations/management/search_index_get_all.cxx +1 -1
- data/ext/couchbase/core/operations/management/search_index_get_all.hxx +1 -0
- data/ext/couchbase/core/operations/management/search_index_get_documents_count.cxx +1 -1
- data/ext/couchbase/core/operations/management/search_index_get_documents_count.hxx +2 -0
- data/ext/couchbase/core/operations/management/search_index_get_stats.cxx +1 -1
- data/ext/couchbase/core/operations/management/search_index_get_stats.hxx +1 -0
- data/ext/couchbase/core/operations/management/search_index_upsert.cxx +1 -1
- data/ext/couchbase/core/operations/management/search_index_upsert.hxx +1 -0
- data/ext/couchbase/core/operations/management/user_drop.hxx +1 -0
- data/ext/couchbase/core/operations/management/user_get.hxx +1 -0
- data/ext/couchbase/core/operations/management/user_get_all.hxx +1 -0
- data/ext/couchbase/core/operations/management/user_upsert.cxx +3 -3
- data/ext/couchbase/core/operations/management/user_upsert.hxx +1 -0
- data/ext/couchbase/core/operations/management/view_index_drop.cxx +1 -1
- data/ext/couchbase/core/operations/management/view_index_drop.hxx +1 -0
- data/ext/couchbase/core/operations/management/view_index_get.cxx +1 -1
- data/ext/couchbase/core/operations/management/view_index_get.hxx +1 -0
- data/ext/couchbase/core/operations/management/view_index_get_all.cxx +1 -1
- data/ext/couchbase/core/operations/management/view_index_get_all.hxx +2 -0
- data/ext/couchbase/core/operations/management/view_index_upsert.cxx +1 -1
- data/ext/couchbase/core/operations/management/view_index_upsert.hxx +1 -0
- data/ext/couchbase/core/origin.cxx +3 -2
- data/ext/couchbase/core/platform/base64.h +8 -8
- data/ext/couchbase/core/protocol/client_opcode_fmt.hxx +1 -1
- data/ext/couchbase/core/protocol/client_response.hxx +1 -1
- data/ext/couchbase/core/protocol/frame_info_id_fmt.hxx +1 -1
- data/ext/couchbase/core/protocol/hello_feature_fmt.hxx +1 -1
- data/ext/couchbase/core/protocol/magic_fmt.hxx +1 -1
- data/ext/couchbase/core/protocol/server_opcode_fmt.hxx +1 -1
- data/ext/couchbase/core/query_context.hxx +7 -6
- data/ext/couchbase/core/retry_orchestrator.cxx +1 -1
- data/ext/couchbase/core/sasl/CMakeLists.txt +0 -1
- data/ext/couchbase/core/sasl/error_fmt.h +1 -1
- data/ext/couchbase/core/seed_config.cxx +2 -2
- data/ext/couchbase/core/service_type_fmt.hxx +1 -1
- data/ext/couchbase/core/topology/capabilities_fmt.hxx +1 -1
- data/ext/couchbase/core/topology/collections_manifest_fmt.hxx +2 -1
- data/ext/couchbase/core/topology/configuration_fmt.hxx +1 -1
- data/ext/couchbase/core/transactions/async_attempt_context.cxx +1 -1
- data/ext/couchbase/core/transactions/async_attempt_context.hxx +9 -22
- data/ext/couchbase/core/transactions/attempt_context.cxx +1 -1
- data/ext/couchbase/core/transactions/attempt_context.hxx +6 -33
- data/ext/couchbase/core/transactions/attempt_context_impl.cxx +41 -41
- data/ext/couchbase/core/transactions/attempt_context_impl.hxx +15 -16
- data/ext/couchbase/core/transactions/exceptions_fmt.hxx +1 -1
- data/ext/couchbase/core/transactions/internal/atr_cleanup_entry.hxx +1 -1
- data/ext/couchbase/core/transactions/internal/client_record.hxx +4 -3
- data/ext/couchbase/core/transactions/internal/doc_record_fmt.hxx +1 -1
- data/ext/couchbase/core/transactions/internal/exceptions_internal.hxx +0 -2
- data/ext/couchbase/core/transactions/internal/exceptions_internal_fmt.hxx +1 -1
- data/ext/couchbase/core/transactions/internal/logging.hxx +2 -0
- data/ext/couchbase/core/transactions/internal/transaction_context.hxx +3 -0
- data/ext/couchbase/core/transactions/result_fmt.hxx +1 -1
- data/ext/couchbase/core/transactions/transaction_context.cxx +12 -2
- data/ext/couchbase/core/transactions/transaction_get_result.hxx +0 -20
- data/ext/couchbase/core/transactions/transaction_links.hxx +1 -1
- data/ext/couchbase/core/utils/join_strings.hxx +2 -2
- data/ext/couchbase/core/utils/keyspace.hxx +2 -1
- data/ext/couchbase/core/utils/url_codec.cxx +1 -1
- data/ext/couchbase/couchbase/common_options.hxx +16 -1
- data/ext/couchbase/couchbase/fmt/analytics_scan_consistency.hxx +0 -2
- data/ext/couchbase/couchbase/fmt/analytics_status.hxx +0 -2
- data/ext/couchbase/couchbase/fmt/cas.hxx +0 -2
- data/ext/couchbase/couchbase/fmt/durability_level.hxx +0 -2
- data/ext/couchbase/couchbase/fmt/error.hxx +0 -2
- data/ext/couchbase/couchbase/fmt/error_context.hxx +0 -2
- data/ext/couchbase/couchbase/fmt/mutation_token.hxx +0 -2
- data/ext/couchbase/couchbase/fmt/query_profile.hxx +0 -2
- data/ext/couchbase/couchbase/fmt/query_scan_consistency.hxx +0 -2
- data/ext/couchbase/couchbase/fmt/query_status.hxx +0 -2
- data/ext/couchbase/couchbase/fmt/retry_reason.hxx +5 -1
- data/ext/couchbase/couchbase/fmt/search_scan_consistency.hxx +0 -2
- data/ext/couchbase/couchbase/fmt/tls_verify_mode.hxx +0 -2
- data/ext/couchbase/couchbase/fmt/transaction_keyspace.hxx +0 -2
- data/ext/couchbase/couchbase/metrics/otel_meter.hxx +16 -20
- data/ext/couchbase.cxx +1 -0
- data/ext/extconf.rb +11 -0
- data/ext/rcb_analytics.cxx +7 -7
- data/ext/rcb_backend.cxx +83 -2
- data/ext/rcb_buckets.cxx +1 -1
- data/ext/rcb_collections.cxx +1 -1
- data/ext/rcb_crud.cxx +51 -30
- data/ext/rcb_diagnostics.cxx +1 -1
- data/ext/rcb_exceptions.cxx +3 -2
- data/ext/rcb_extras.cxx +1 -1
- data/ext/rcb_logger.cxx +6 -1
- data/ext/rcb_logger.hxx +3 -0
- data/ext/rcb_range_scan.cxx +3 -5
- data/ext/rcb_search.cxx +1 -1
- data/ext/rcb_users.cxx +2 -2
- data/ext/rcb_utils.hxx +32 -0
- data/lib/couchbase/bucket.rb +0 -8
- data/lib/couchbase/cluster.rb +2 -13
- data/lib/couchbase/collection.rb +0 -43
- data/lib/couchbase/collection_options.rb +3 -3
- data/lib/couchbase/datastructures/couchbase_queue.rb +1 -1
- data/lib/couchbase/datastructures/couchbase_set.rb +1 -1
- data/lib/couchbase/deprecations.rb +61 -0
- data/lib/couchbase/fork_hooks.rb +32 -0
- data/lib/couchbase/logger.rb +3 -3
- data/lib/couchbase/management/analytics_index_manager.rb +1 -1
- data/lib/couchbase/management/bucket_manager.rb +1 -1
- data/lib/couchbase/management/collection_manager.rb +1 -1
- data/lib/couchbase/management/query_index_manager.rb +1 -1
- data/lib/couchbase/options.rb +50 -2
- data/lib/couchbase/protostellar/request_generator/query.rb +1 -1
- data/lib/couchbase/utils/time.rb +1 -1
- data/lib/couchbase/version.rb +1 -1
- data/lib/couchbase.rb +2 -0
- metadata +133 -153
- data/ext/cache/fmt/141a17a028e6c29914e109691389f6cf87f9cfe3/fmt/CMakeLists.txt +0 -520
- data/ext/cache/fmt/141a17a028e6c29914e109691389f6cf87f9cfe3/fmt/ChangeLog.md +0 -2598
- data/ext/cache/fmt/141a17a028e6c29914e109691389f6cf87f9cfe3/fmt/LICENSE +0 -27
- data/ext/cache/fmt/141a17a028e6c29914e109691389f6cf87f9cfe3/fmt/README.md +0 -484
- data/ext/cache/fmt/141a17a028e6c29914e109691389f6cf87f9cfe3/fmt/src/fmt.cc +0 -135
- data/ext/cache/fmt/141a17a028e6c29914e109691389f6cf87f9cfe3/fmt/src/os.cc +0 -403
- data/ext/cache/fmt/141a17a028e6c29914e109691389f6cf87f9cfe3/fmt/support/cmake/FindSetEnv.cmake +0 -7
- data/ext/cache/fmt/141a17a028e6c29914e109691389f6cf87f9cfe3/fmt/support/cmake/JoinPaths.cmake +0 -26
- data/ext/cache/fmt/141a17a028e6c29914e109691389f6cf87f9cfe3/fmt/support/cmake/fmt-config.cmake.in +0 -7
- data/ext/cache/fmt/141a17a028e6c29914e109691389f6cf87f9cfe3/fmt/support/cmake/fmt.pc.in +0 -11
- data/ext/cache/spdlog/19df5d3d8e5526c255d27414e09568671ef87483/spdlog/include/spdlog/fmt/bundled/args.h +0 -235
- data/ext/cache/spdlog/19df5d3d8e5526c255d27414e09568671ef87483/spdlog/include/spdlog/fmt/bundled/chrono.h +0 -2240
- data/ext/cache/spdlog/19df5d3d8e5526c255d27414e09568671ef87483/spdlog/include/spdlog/fmt/bundled/color.h +0 -643
- data/ext/cache/spdlog/19df5d3d8e5526c255d27414e09568671ef87483/spdlog/include/spdlog/fmt/bundled/compile.h +0 -535
- data/ext/cache/spdlog/19df5d3d8e5526c255d27414e09568671ef87483/spdlog/include/spdlog/fmt/bundled/core.h +0 -2969
- data/ext/cache/spdlog/19df5d3d8e5526c255d27414e09568671ef87483/spdlog/include/spdlog/fmt/bundled/format-inl.h +0 -1678
- data/ext/cache/spdlog/19df5d3d8e5526c255d27414e09568671ef87483/spdlog/include/spdlog/fmt/bundled/format.h +0 -4535
- data/ext/cache/spdlog/19df5d3d8e5526c255d27414e09568671ef87483/spdlog/include/spdlog/fmt/bundled/os.h +0 -455
- data/ext/cache/spdlog/19df5d3d8e5526c255d27414e09568671ef87483/spdlog/include/spdlog/fmt/bundled/ostream.h +0 -245
- data/ext/cache/spdlog/19df5d3d8e5526c255d27414e09568671ef87483/spdlog/include/spdlog/fmt/bundled/printf.h +0 -675
- data/ext/cache/spdlog/19df5d3d8e5526c255d27414e09568671ef87483/spdlog/include/spdlog/fmt/bundled/ranges.h +0 -738
- data/ext/cache/spdlog/19df5d3d8e5526c255d27414e09568671ef87483/spdlog/include/spdlog/fmt/bundled/std.h +0 -537
- data/ext/cache/spdlog/19df5d3d8e5526c255d27414e09568671ef87483/spdlog/include/spdlog/fmt/bundled/xchar.h +0 -259
- data/ext/cache/spdlog/19df5d3d8e5526c255d27414e09568671ef87483/spdlog/src/bundled_fmtlib_format.cpp +0 -46
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/LICENSE +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/cmake/ide.cmake +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/cmake/pch.h.in +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/cmake/spdlog.pc.in +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/cmake/spdlogCPack.cmake +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/cmake/spdlogConfig.cmake.in +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/cmake/version.rc.in +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/async.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/async_logger.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/cfg/argv.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/cfg/env.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/cfg/helpers-inl.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/cfg/helpers.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/common-inl.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/common.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/details/backtracer-inl.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/details/backtracer.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/details/circular_q.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/details/console_globals.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/details/file_helper-inl.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/details/file_helper.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/details/fmt_helper.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/details/log_msg-inl.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/details/log_msg.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/details/log_msg_buffer-inl.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/details/log_msg_buffer.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/details/null_mutex.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/details/os.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/details/periodic_worker-inl.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/details/periodic_worker.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/details/registry-inl.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/details/registry.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/details/synchronous_factory.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/details/tcp_client-windows.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/details/tcp_client.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/details/udp_client-windows.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/details/udp_client.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/details/windows_include.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/fmt/bin_to_hex.h +0 -0
- /data/ext/cache/{fmt/141a17a028e6c29914e109691389f6cf87f9cfe3/fmt/include/fmt → spdlog/7251ead404dccd824789f8f3a13df2a6fb56440c/spdlog/include/spdlog/fmt/bundled}/args.h +0 -0
- /data/ext/cache/{fmt/141a17a028e6c29914e109691389f6cf87f9cfe3/fmt/include/fmt → spdlog/7251ead404dccd824789f8f3a13df2a6fb56440c/spdlog/include/spdlog/fmt/bundled}/chrono.h +0 -0
- /data/ext/cache/{fmt/141a17a028e6c29914e109691389f6cf87f9cfe3/fmt/include/fmt → spdlog/7251ead404dccd824789f8f3a13df2a6fb56440c/spdlog/include/spdlog/fmt/bundled}/color.h +0 -0
- /data/ext/cache/{fmt/141a17a028e6c29914e109691389f6cf87f9cfe3/fmt/include/fmt → spdlog/7251ead404dccd824789f8f3a13df2a6fb56440c/spdlog/include/spdlog/fmt/bundled}/compile.h +0 -0
- /data/ext/cache/{fmt/141a17a028e6c29914e109691389f6cf87f9cfe3/fmt/include/fmt → spdlog/7251ead404dccd824789f8f3a13df2a6fb56440c/spdlog/include/spdlog/fmt/bundled}/core.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/fmt/bundled/fmt.license.rst +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/fmt/bundled/locale.h +0 -0
- /data/ext/cache/{fmt/141a17a028e6c29914e109691389f6cf87f9cfe3/fmt/include/fmt → spdlog/7251ead404dccd824789f8f3a13df2a6fb56440c/spdlog/include/spdlog/fmt/bundled}/os.h +0 -0
- /data/ext/cache/{fmt/141a17a028e6c29914e109691389f6cf87f9cfe3/fmt/include/fmt → spdlog/7251ead404dccd824789f8f3a13df2a6fb56440c/spdlog/include/spdlog/fmt/bundled}/ostream.h +0 -0
- /data/ext/cache/{fmt/141a17a028e6c29914e109691389f6cf87f9cfe3/fmt/include/fmt → spdlog/7251ead404dccd824789f8f3a13df2a6fb56440c/spdlog/include/spdlog/fmt/bundled}/printf.h +0 -0
- /data/ext/cache/{fmt/141a17a028e6c29914e109691389f6cf87f9cfe3/fmt/include/fmt → spdlog/7251ead404dccd824789f8f3a13df2a6fb56440c/spdlog/include/spdlog/fmt/bundled}/std.h +0 -0
- /data/ext/cache/{fmt/141a17a028e6c29914e109691389f6cf87f9cfe3/fmt/include/fmt → spdlog/7251ead404dccd824789f8f3a13df2a6fb56440c/spdlog/include/spdlog/fmt/bundled}/xchar.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/fmt/chrono.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/fmt/compile.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/fmt/fmt.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/fmt/ostr.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/fmt/ranges.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/fmt/std.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/fmt/xchar.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/formatter.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/fwd.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/logger-inl.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/logger.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/pattern_formatter.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/sinks/android_sink.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/sinks/ansicolor_sink-inl.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/sinks/base_sink-inl.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/sinks/basic_file_sink-inl.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/sinks/basic_file_sink.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/sinks/dist_sink.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/sinks/dup_filter_sink.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/sinks/kafka_sink.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/sinks/mongo_sink.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/sinks/null_sink.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/sinks/ostream_sink.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/sinks/qt_sinks.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/sinks/ringbuffer_sink.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/sinks/rotating_file_sink.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/sinks/sink-inl.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/sinks/sink.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/sinks/stdout_color_sinks-inl.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/sinks/stdout_color_sinks.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/sinks/stdout_sinks-inl.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/sinks/stdout_sinks.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/sinks/systemd_sink.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/sinks/tcp_sink.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/sinks/udp_sink.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/sinks/win_eventlog_sink.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/sinks/wincolor_sink.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/spdlog-inl.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/spdlog.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/stopwatch.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/include/spdlog/tweakme.h +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/src/async.cpp +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/src/cfg.cpp +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/src/color_sinks.cpp +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/src/file_sinks.cpp +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/src/spdlog.cpp +0 -0
- /data/ext/cache/spdlog/{19df5d3d8e5526c255d27414e09568671ef87483 → 7251ead404dccd824789f8f3a13df2a6fb56440c}/spdlog/src/stdout_sinks.cpp +0 -0
@@ -79,8 +79,8 @@ cluster::cluster(std::shared_ptr<cluster_impl> impl)
|
|
79
79
|
namespace
|
80
80
|
{
|
81
81
|
auto
|
82
|
-
options_to_origin(const std::string& connection_string,
|
83
|
-
|
82
|
+
options_to_origin(const std::string& connection_string, const couchbase::cluster_options& options)
|
83
|
+
-> core::origin
|
84
84
|
{
|
85
85
|
auto opts = options.build();
|
86
86
|
|
@@ -215,12 +215,27 @@ fork_event_to_asio(fork_event event) -> asio::execution_context::fork_event
|
|
215
215
|
class cluster_impl : public std::enable_shared_from_this<cluster_impl>
|
216
216
|
{
|
217
217
|
public:
|
218
|
-
cluster_impl(
|
218
|
+
cluster_impl(std::string connection_string, cluster_options options)
|
219
|
+
: connection_string_{ std::move(connection_string) }
|
220
|
+
, options_{ std::move(options) }
|
221
|
+
{
|
222
|
+
}
|
223
|
+
|
219
224
|
cluster_impl(const cluster_impl&) = delete;
|
220
225
|
cluster_impl(cluster_impl&&) = delete;
|
221
226
|
auto operator=(const cluster_impl&) = delete;
|
222
227
|
auto operator=(cluster_impl&&) = delete;
|
223
228
|
|
229
|
+
[[nodiscard]] auto connection_string() const -> const std::string&
|
230
|
+
{
|
231
|
+
return connection_string_;
|
232
|
+
}
|
233
|
+
|
234
|
+
[[nodiscard]] auto options() const -> const cluster_options&
|
235
|
+
{
|
236
|
+
return options_;
|
237
|
+
}
|
238
|
+
|
224
239
|
~cluster_impl()
|
225
240
|
{
|
226
241
|
std::promise<void> barrier;
|
@@ -238,12 +253,10 @@ public:
|
|
238
253
|
future.get();
|
239
254
|
}
|
240
255
|
|
241
|
-
void open(
|
242
|
-
const cluster_options& options,
|
243
|
-
cluster_connect_handler&& handler)
|
256
|
+
void open(cluster_connect_handler&& handler)
|
244
257
|
{
|
245
258
|
core_.open(
|
246
|
-
options_to_origin(
|
259
|
+
options_to_origin(connection_string_, options_),
|
247
260
|
[impl = shared_from_this(), handler = std::move(handler)](std::error_code ec) mutable {
|
248
261
|
if (ec) {
|
249
262
|
return handler(ec, {});
|
@@ -350,7 +363,7 @@ public:
|
|
350
363
|
}
|
351
364
|
io_.notify_fork(fork_event_to_asio(event));
|
352
365
|
|
353
|
-
if (transactions_) {
|
366
|
+
if (event != fork_event::child && transactions_) {
|
354
367
|
transactions_->notify_fork(event);
|
355
368
|
}
|
356
369
|
}
|
@@ -393,6 +406,8 @@ private:
|
|
393
406
|
}
|
394
407
|
}
|
395
408
|
|
409
|
+
std::string connection_string_;
|
410
|
+
cluster_options options_;
|
396
411
|
asio::io_context io_{ ASIO_CONCURRENCY_HINT_SAFE };
|
397
412
|
core::cluster core_{ io_ };
|
398
413
|
std::shared_ptr<core::transactions::transactions> transactions_{ nullptr };
|
@@ -423,8 +438,8 @@ cluster::query(std::string statement, const query_options& options, query_handle
|
|
423
438
|
}
|
424
439
|
|
425
440
|
auto
|
426
|
-
cluster::query(std::string statement,
|
427
|
-
|
441
|
+
cluster::query(std::string statement, const query_options& options) const
|
442
|
+
-> std::future<std::pair<error, query_result>>
|
428
443
|
{
|
429
444
|
auto barrier = std::make_shared<std::promise<std::pair<error, query_result>>>();
|
430
445
|
auto future = barrier->get_future();
|
@@ -500,9 +515,8 @@ cluster::search(std::string index_name,
|
|
500
515
|
}
|
501
516
|
|
502
517
|
auto
|
503
|
-
cluster::search(std::string index_name,
|
504
|
-
|
505
|
-
const search_options& options) const -> std::future<std::pair<error, search_result>>
|
518
|
+
cluster::search(std::string index_name, search_request request, const search_options& options) const
|
519
|
+
-> std::future<std::pair<error, search_result>>
|
506
520
|
{
|
507
521
|
auto barrier = std::make_shared<std::promise<std::pair<error, search_result>>>();
|
508
522
|
search(
|
@@ -513,8 +527,8 @@ cluster::search(std::string index_name,
|
|
513
527
|
}
|
514
528
|
|
515
529
|
auto
|
516
|
-
cluster::connect(const std::string& connection_string,
|
517
|
-
|
530
|
+
cluster::connect(const std::string& connection_string, const cluster_options& options)
|
531
|
+
-> std::future<std::pair<error, cluster>>
|
518
532
|
{
|
519
533
|
auto barrier = std::make_shared<std::promise<std::pair<error, cluster>>>();
|
520
534
|
auto future = barrier->get_future();
|
@@ -535,8 +549,8 @@ cluster::connect(const std::string& connection_string,
|
|
535
549
|
auto barrier = std::make_shared<std::promise<std::pair<error, cluster>>>();
|
536
550
|
auto future = barrier->get_future();
|
537
551
|
{
|
538
|
-
auto impl = std::make_shared<cluster_impl>();
|
539
|
-
impl->open(
|
552
|
+
auto impl = std::make_shared<cluster_impl>(connection_string, options);
|
553
|
+
impl->open([barrier](auto err, auto c) {
|
540
554
|
barrier->set_value({ std::move(err), std::move(c) });
|
541
555
|
});
|
542
556
|
}
|
@@ -552,7 +566,30 @@ cluster::notify_fork(fork_event event) -> void
|
|
552
566
|
if (!impl_) {
|
553
567
|
return;
|
554
568
|
}
|
555
|
-
|
569
|
+
impl_->notify_fork(event);
|
570
|
+
if (event != fork_event::child) {
|
571
|
+
return;
|
572
|
+
}
|
573
|
+
|
574
|
+
auto new_impl = std::make_shared<cluster_impl>(impl_->connection_string(), impl_->options());
|
575
|
+
impl_.reset();
|
576
|
+
|
577
|
+
{
|
578
|
+
auto barrier = std::make_shared<std::promise<void>>();
|
579
|
+
auto future = barrier->get_future();
|
580
|
+
|
581
|
+
new_impl->open([this, barrier, new_impl](const auto& err, const auto& /* c */) {
|
582
|
+
if (err.ec()) {
|
583
|
+
// TODO(SA): we should fall to background reconnect loop similar to Columnar build
|
584
|
+
CB_LOG_ERROR("Unable to reconnect instance after fork: {}", err.ec().message());
|
585
|
+
return;
|
586
|
+
}
|
587
|
+
impl_ = new_impl;
|
588
|
+
barrier->set_value();
|
589
|
+
});
|
590
|
+
|
591
|
+
future.get();
|
592
|
+
}
|
556
593
|
}
|
557
594
|
|
558
595
|
void
|
@@ -90,7 +90,7 @@
|
|
90
90
|
#include <couchbase/unlock_options.hxx>
|
91
91
|
#include <couchbase/upsert_options.hxx>
|
92
92
|
|
93
|
-
#include <fmt/
|
93
|
+
#include <spdlog/fmt/bundled/core.h>
|
94
94
|
|
95
95
|
#include <chrono>
|
96
96
|
#include <cstdint>
|
@@ -149,6 +149,7 @@ public:
|
|
149
149
|
{},
|
150
150
|
options.timeout,
|
151
151
|
{ options.retry_strategy },
|
152
|
+
options.parent_span,
|
152
153
|
},
|
153
154
|
[handler = std::move(handler)](auto resp) mutable {
|
154
155
|
return handler(core::impl::make_error(std::move(resp.ctx)),
|
@@ -166,6 +167,7 @@ public:
|
|
166
167
|
false,
|
167
168
|
options.timeout,
|
168
169
|
{ options.retry_strategy },
|
170
|
+
options.parent_span,
|
169
171
|
},
|
170
172
|
[handler = std::move(handler)](auto resp) mutable {
|
171
173
|
std::optional<std::chrono::system_clock::time_point> expiry_time{};
|
@@ -190,6 +192,7 @@ public:
|
|
190
192
|
expiry,
|
191
193
|
options.timeout,
|
192
194
|
{ options.retry_strategy },
|
195
|
+
options.parent_span,
|
193
196
|
},
|
194
197
|
[handler = std::move(handler)](auto resp) mutable {
|
195
198
|
return handler(core::impl::make_error(std::move(resp.ctx)),
|
@@ -210,6 +213,7 @@ public:
|
|
210
213
|
expiry,
|
211
214
|
options.timeout,
|
212
215
|
{ options.retry_strategy },
|
216
|
+
options.parent_span,
|
213
217
|
},
|
214
218
|
[handler = std::move(handler)](const auto& resp) mutable {
|
215
219
|
return handler(core::impl::make_error(std::move(resp.ctx)), result{ resp.cas });
|
@@ -279,6 +283,7 @@ public:
|
|
279
283
|
options.durability_level,
|
280
284
|
options.timeout,
|
281
285
|
{ options.retry_strategy },
|
286
|
+
options.parent_span,
|
282
287
|
},
|
283
288
|
[handler = std::move(handler)](auto resp) mutable {
|
284
289
|
if (resp.ctx.ec()) {
|
@@ -290,7 +295,14 @@ public:
|
|
290
295
|
}
|
291
296
|
|
292
297
|
core::operations::remove_request request{
|
293
|
-
id,
|
298
|
+
id,
|
299
|
+
{},
|
300
|
+
{},
|
301
|
+
options.cas,
|
302
|
+
durability_level::none,
|
303
|
+
options.timeout,
|
304
|
+
{ options.retry_strategy },
|
305
|
+
options.parent_span,
|
294
306
|
};
|
295
307
|
return core_.execute(std::move(request),
|
296
308
|
[core = core_, id = std::move(id), options, handler = std::move(handler)](
|
@@ -332,6 +344,7 @@ public:
|
|
332
344
|
static_cast<uint32_t>(lock_duration.count()),
|
333
345
|
options.timeout,
|
334
346
|
{ options.retry_strategy },
|
347
|
+
options.parent_span,
|
335
348
|
},
|
336
349
|
[handler = std::move(handler)](auto&& resp) mutable {
|
337
350
|
return handler(core::impl::make_error(std::move(resp.ctx)),
|
@@ -352,6 +365,7 @@ public:
|
|
352
365
|
cas,
|
353
366
|
options.timeout,
|
354
367
|
{ options.retry_strategy },
|
368
|
+
options.parent_span,
|
355
369
|
},
|
356
370
|
[handler = std::move(handler)](auto&& resp) mutable {
|
357
371
|
return handler(core::impl::make_error(std::move(resp.ctx)));
|
@@ -369,6 +383,7 @@ public:
|
|
369
383
|
{},
|
370
384
|
options.timeout,
|
371
385
|
{ options.retry_strategy },
|
386
|
+
options.parent_span,
|
372
387
|
},
|
373
388
|
[handler = std::move(handler)](auto&& resp) mutable {
|
374
389
|
return handler(core::impl::make_error(std::move(resp.ctx)),
|
@@ -395,6 +410,7 @@ public:
|
|
395
410
|
specs,
|
396
411
|
options.timeout,
|
397
412
|
{ options.retry_strategy },
|
413
|
+
options.parent_span,
|
398
414
|
},
|
399
415
|
[handler = std::move(handler)](auto resp) mutable {
|
400
416
|
if (resp.ctx.ec()) {
|
@@ -427,7 +443,7 @@ public:
|
|
427
443
|
core::document_id{ bucket_name_, scope_name_, name_, std::move(document_key) },
|
428
444
|
specs,
|
429
445
|
options.timeout,
|
430
|
-
|
446
|
+
options.parent_span,
|
431
447
|
options.read_preference,
|
432
448
|
},
|
433
449
|
[handler = std::move(handler)](auto resp) mutable {
|
@@ -465,7 +481,7 @@ public:
|
|
465
481
|
core::document_id{ bucket_name_, scope_name_, name_, std::move(document_key) },
|
466
482
|
specs,
|
467
483
|
options.timeout,
|
468
|
-
|
484
|
+
options.parent_span,
|
469
485
|
options.read_preference,
|
470
486
|
},
|
471
487
|
[handler = std::move(handler)](auto resp) mutable {
|
@@ -514,6 +530,7 @@ public:
|
|
514
530
|
options.timeout,
|
515
531
|
{ options.retry_strategy },
|
516
532
|
options.preserve_expiry,
|
533
|
+
options.parent_span,
|
517
534
|
},
|
518
535
|
[handler = std::move(handler)](auto resp) mutable {
|
519
536
|
if (resp.ctx.ec()) {
|
@@ -548,6 +565,7 @@ public:
|
|
548
565
|
options.timeout,
|
549
566
|
{ options.retry_strategy },
|
550
567
|
options.preserve_expiry,
|
568
|
+
options.parent_span,
|
551
569
|
};
|
552
570
|
return core_.execute(
|
553
571
|
std::move(request),
|
@@ -611,6 +629,7 @@ public:
|
|
611
629
|
options.timeout,
|
612
630
|
{ options.retry_strategy },
|
613
631
|
options.preserve_expiry,
|
632
|
+
options.parent_span,
|
614
633
|
},
|
615
634
|
[handler = std::move(handler)](auto resp) mutable {
|
616
635
|
return handler(core::impl::make_error(std::move(resp.ctx)),
|
@@ -629,6 +648,7 @@ public:
|
|
629
648
|
options.timeout,
|
630
649
|
{ options.retry_strategy },
|
631
650
|
options.preserve_expiry,
|
651
|
+
options.parent_span,
|
632
652
|
};
|
633
653
|
return core_.execute(
|
634
654
|
std::move(request),
|
@@ -681,6 +701,7 @@ public:
|
|
681
701
|
options.durability_level,
|
682
702
|
options.timeout,
|
683
703
|
{ options.retry_strategy },
|
704
|
+
options.parent_span,
|
684
705
|
},
|
685
706
|
[handler = std::move(handler)](auto&& resp) mutable {
|
686
707
|
if (resp.ctx.ec()) {
|
@@ -701,6 +722,7 @@ public:
|
|
701
722
|
durability_level::none,
|
702
723
|
options.timeout,
|
703
724
|
{ options.retry_strategy },
|
725
|
+
options.parent_span,
|
704
726
|
};
|
705
727
|
return core_.execute(
|
706
728
|
std::move(request),
|
@@ -754,6 +776,7 @@ public:
|
|
754
776
|
options.timeout,
|
755
777
|
{ options.retry_strategy },
|
756
778
|
options.preserve_expiry,
|
779
|
+
options.parent_span,
|
757
780
|
},
|
758
781
|
[handler = std::move(handler)](auto resp) mutable {
|
759
782
|
if (resp.ctx.ec()) {
|
@@ -776,6 +799,7 @@ public:
|
|
776
799
|
options.timeout,
|
777
800
|
{ options.retry_strategy },
|
778
801
|
options.preserve_expiry,
|
802
|
+
options.parent_span,
|
779
803
|
};
|
780
804
|
return core_.execute(std::move(request),
|
781
805
|
[core = core_, id = std::move(id), options, handler = std::move(handler)](
|
@@ -860,13 +884,14 @@ public:
|
|
860
884
|
return core_.with_bucket_configuration(
|
861
885
|
bucket_name_,
|
862
886
|
[this, handler = std::move(handler), orchestrator_opts, core_scan_type](
|
863
|
-
std::error_code ec,
|
887
|
+
std::error_code ec,
|
888
|
+
const std::shared_ptr<core::topology::configuration>& config) mutable {
|
864
889
|
if (ec) {
|
865
890
|
return handler(
|
866
891
|
error(ec, "An error occurred when attempting to fetch the bucket configuration."),
|
867
892
|
{});
|
868
893
|
}
|
869
|
-
if (!config
|
894
|
+
if (!config->capabilities.supports_range_scan()) {
|
870
895
|
return handler(error(errc::common::feature_not_available,
|
871
896
|
"This bucket does not support range scan."),
|
872
897
|
{});
|
@@ -889,7 +914,7 @@ public:
|
|
889
914
|
bucket_name_)),
|
890
915
|
{});
|
891
916
|
}
|
892
|
-
if (!config
|
917
|
+
if (!config->vbmap.has_value() || config->vbmap->empty()) {
|
893
918
|
CB_LOG_WARNING("Unable to get vbucket map for `{}` - cannot perform scan operation",
|
894
919
|
bucket_name_);
|
895
920
|
return handler(error(errc::common::request_canceled,
|
@@ -899,7 +924,7 @@ public:
|
|
899
924
|
|
900
925
|
auto orchestrator = core::range_scan_orchestrator(core_.io_context(),
|
901
926
|
agent.value(),
|
902
|
-
config
|
927
|
+
config->vbmap.value(),
|
903
928
|
scope_name_,
|
904
929
|
name_,
|
905
930
|
core_scan_type,
|
@@ -969,8 +994,8 @@ collection::get(std::string document_id, const get_options& options, get_handler
|
|
969
994
|
}
|
970
995
|
|
971
996
|
auto
|
972
|
-
collection::get(std::string document_id,
|
973
|
-
|
997
|
+
collection::get(std::string document_id, const get_options& options) const
|
998
|
+
-> std::future<std::pair<error, get_result>>
|
974
999
|
{
|
975
1000
|
auto barrier = std::make_shared<std::promise<std::pair<error, get_result>>>();
|
976
1001
|
auto future = barrier->get_future();
|
@@ -1272,9 +1297,8 @@ collection::unlock(std::string document_id,
|
|
1272
1297
|
}
|
1273
1298
|
|
1274
1299
|
auto
|
1275
|
-
collection::unlock(std::string document_id,
|
1276
|
-
|
1277
|
-
const unlock_options& options) const -> std::future<error>
|
1300
|
+
collection::unlock(std::string document_id, couchbase::cas cas, const unlock_options& options) const
|
1301
|
+
-> std::future<error>
|
1278
1302
|
{
|
1279
1303
|
auto barrier = std::make_shared<std::promise<error>>();
|
1280
1304
|
auto future = barrier->get_future();
|
@@ -1385,8 +1409,9 @@ collection::scan(const couchbase::scan_type& scan_type,
|
|
1385
1409
|
}
|
1386
1410
|
|
1387
1411
|
auto
|
1388
|
-
collection::scan(const couchbase::scan_type& scan_type,
|
1389
|
-
|
1412
|
+
collection::scan(const couchbase::scan_type& scan_type,
|
1413
|
+
const couchbase::scan_options& options) const
|
1414
|
+
-> std::future<std::pair<error, scan_result>>
|
1390
1415
|
{
|
1391
1416
|
auto barrier = std::make_shared<std::promise<std::pair<error, scan_result>>>();
|
1392
1417
|
auto future = barrier->get_future();
|
@@ -36,14 +36,16 @@
|
|
36
36
|
#include "core/impl/internal_error_context.hxx"
|
37
37
|
#include "core/transactions/exceptions.hxx"
|
38
38
|
#include "core/transactions/internal/exceptions_internal.hxx"
|
39
|
-
#include "core/transactions/internal/exceptions_internal_fmt.hxx"
|
40
39
|
|
41
40
|
#include <couchbase/error.hxx>
|
42
41
|
#include <couchbase/error_codes.hxx>
|
43
42
|
#include <couchbase/error_context.hxx>
|
44
43
|
|
44
|
+
#include <spdlog/fmt/bundled/core.h>
|
45
45
|
#include <tao/json/value.hpp>
|
46
46
|
|
47
|
+
#include "core/transactions/internal/exceptions_internal_fmt.hxx"
|
48
|
+
|
47
49
|
#include <memory>
|
48
50
|
#include <optional>
|
49
51
|
#include <string>
|
@@ -115,59 +117,80 @@ namespace core::impl
|
|
115
117
|
auto
|
116
118
|
make_error(const core::error_context::query& core_ctx) -> error
|
117
119
|
{
|
120
|
+
if (!core_ctx.ec) {
|
121
|
+
return {};
|
122
|
+
}
|
118
123
|
return { core_ctx.ec, {}, internal_error_context::build_error_context(core_ctx) };
|
119
124
|
}
|
120
125
|
|
121
126
|
auto
|
122
127
|
make_error(const query_error_context& core_ctx) -> error
|
123
128
|
{
|
129
|
+
if (!core_ctx.ec()) {
|
130
|
+
return {};
|
131
|
+
}
|
124
132
|
return { core_ctx.ec(), {}, internal_error_context::build_error_context(core_ctx) };
|
125
133
|
}
|
126
134
|
|
127
135
|
auto
|
128
136
|
make_error(const core::error_context::search& core_ctx) -> error
|
129
137
|
{
|
138
|
+
if (!core_ctx.ec) {
|
139
|
+
return {};
|
140
|
+
}
|
130
141
|
return { core_ctx.ec, {}, internal_error_context::build_error_context(core_ctx) };
|
131
142
|
}
|
132
143
|
|
133
144
|
auto
|
134
145
|
make_error(const core::error_context::analytics& core_ctx) -> error
|
135
146
|
{
|
147
|
+
if (!core_ctx.ec) {
|
148
|
+
return {};
|
149
|
+
}
|
136
150
|
return { core_ctx.ec, {}, internal_error_context::build_error_context(core_ctx) };
|
137
151
|
}
|
138
152
|
|
139
153
|
auto
|
140
154
|
make_error(const core::error_context::http& core_ctx) -> error
|
141
155
|
{
|
156
|
+
if (!core_ctx.ec) {
|
157
|
+
return {};
|
158
|
+
}
|
142
159
|
return { core_ctx.ec, {}, internal_error_context::build_error_context(core_ctx) };
|
143
160
|
}
|
144
161
|
|
145
162
|
auto
|
146
163
|
make_error(const couchbase::core::key_value_error_context& core_ctx) -> error
|
147
164
|
{
|
165
|
+
if (!core_ctx.ec()) {
|
166
|
+
return {};
|
167
|
+
}
|
148
168
|
return { core_ctx.ec(), {}, internal_error_context::build_error_context(core_ctx) };
|
149
169
|
}
|
150
170
|
|
151
171
|
auto
|
152
172
|
make_error(const couchbase::core::subdocument_error_context& core_ctx) -> error
|
153
173
|
{
|
174
|
+
if (!core_ctx.ec()) {
|
175
|
+
return {};
|
176
|
+
}
|
154
177
|
return { core_ctx.ec(), {}, internal_error_context::build_error_context(core_ctx) };
|
155
178
|
}
|
156
179
|
|
157
180
|
auto
|
158
181
|
make_error(const couchbase::core::transaction_error_context& ctx) -> error
|
159
182
|
{
|
160
|
-
return { ctx.ec(),
|
183
|
+
return { ctx.ec(), {}, {}, { ctx.cause() } };
|
161
184
|
}
|
162
185
|
|
163
186
|
auto
|
164
187
|
make_error(const couchbase::core::transaction_op_error_context& ctx) -> error
|
165
188
|
{
|
166
189
|
if (std::holds_alternative<key_value_error_context>(ctx.cause())) {
|
167
|
-
return { ctx.ec(),
|
190
|
+
return { ctx.ec(), {}, {}, make_error(std::get<key_value_error_context>(ctx.cause())) };
|
168
191
|
}
|
169
192
|
if (std::holds_alternative<query_error_context>(ctx.cause())) {
|
170
|
-
return { ctx.ec(),
|
193
|
+
return { ctx.ec(), {}, {}, make_error(std::get<query_error_context>(ctx.cause())) };
|
171
194
|
}
|
172
195
|
return ctx.ec();
|
173
196
|
}
|
@@ -18,8 +18,8 @@
|
|
18
18
|
#include <couchbase/error_codes.hxx>
|
19
19
|
#include <couchbase/expiry.hxx>
|
20
20
|
|
21
|
-
#include <fmt/chrono.h>
|
22
|
-
#include <fmt/
|
21
|
+
#include <spdlog/fmt/bundled/chrono.h>
|
22
|
+
#include <spdlog/fmt/bundled/core.h>
|
23
23
|
|
24
24
|
#include <chrono>
|
25
25
|
#include <cstdint>
|
@@ -41,6 +41,8 @@ struct get_replica_request {
|
|
41
41
|
using encoded_response_type =
|
42
42
|
core::protocol::client_response<core::protocol::get_replica_response_body>;
|
43
43
|
|
44
|
+
static const inline std::string observability_identifier = "get_replica";
|
45
|
+
|
44
46
|
core::document_id id;
|
45
47
|
std::optional<std::chrono::milliseconds> timeout{};
|
46
48
|
std::uint16_t partition{};
|
@@ -15,14 +15,16 @@
|
|
15
15
|
* limitations under the License.
|
16
16
|
*/
|
17
17
|
|
18
|
-
#include <couchbase/fmt/cas.hxx>
|
19
|
-
#include <couchbase/fmt/retry_reason.hxx>
|
20
|
-
|
21
18
|
#include "core/error_context/key_value_error_context.hxx"
|
19
|
+
|
20
|
+
#include <spdlog/fmt/bundled/core.h>
|
21
|
+
#include <tao/json/to_string.hpp>
|
22
|
+
|
22
23
|
#include "core/fmt/key_value_error_map_attribute.hxx"
|
23
24
|
#include "core/fmt/key_value_status_code.hxx"
|
24
25
|
|
25
|
-
#include <
|
26
|
+
#include <couchbase/fmt/cas.hxx>
|
27
|
+
#include <couchbase/fmt/retry_reason.hxx>
|
26
28
|
|
27
29
|
namespace couchbase::core
|
28
30
|
{
|
@@ -53,6 +53,8 @@ struct lookup_in_replica_request {
|
|
53
53
|
using encoded_response_type =
|
54
54
|
protocol::client_response<protocol::lookup_in_replica_response_body>;
|
55
55
|
|
56
|
+
static const inline std::string observability_identifier = "lookup_in_replica";
|
57
|
+
|
56
58
|
document_id id;
|
57
59
|
std::vector<couchbase::core::impl::subdoc::command> specs{};
|
58
60
|
std::optional<std::chrono::milliseconds> timeout{};
|
@@ -96,24 +96,24 @@ number_of_replica_nodes_required(couchbase::replicate_to replicate_to) -> std::u
|
|
96
96
|
}
|
97
97
|
|
98
98
|
auto
|
99
|
-
validate_replicas(const topology::configuration
|
99
|
+
validate_replicas(const std::shared_ptr<topology::configuration>& config,
|
100
100
|
couchbase::persist_to persist_to,
|
101
101
|
couchbase::replicate_to replicate_to) -> std::pair<std::error_code, std::uint32_t>
|
102
102
|
{
|
103
|
-
if (config
|
103
|
+
if (config->node_locator != topology::configuration::node_locator_type::vbucket) {
|
104
104
|
return { errc::common::feature_not_available, {} };
|
105
105
|
}
|
106
106
|
|
107
107
|
if (touches_replica(persist_to, replicate_to)) {
|
108
|
-
|
108
|
+
auto number_of_replicas = config->num_replicas;
|
109
|
+
if (!number_of_replicas.has_value()) {
|
109
110
|
return { errc::key_value::durability_impossible, {} };
|
110
111
|
}
|
111
|
-
auto number_of_replicas = config.num_replicas.value();
|
112
112
|
if (number_of_replica_nodes_required(persist_to) > number_of_replicas ||
|
113
113
|
number_of_replica_nodes_required(replicate_to) > number_of_replicas) {
|
114
114
|
return { errc::key_value::durability_impossible, {} };
|
115
115
|
}
|
116
|
-
return { {}, number_of_replicas };
|
116
|
+
return { {}, number_of_replicas.value() };
|
117
117
|
}
|
118
118
|
return { {}, 0 };
|
119
119
|
}
|
@@ -335,8 +335,8 @@ observe_poll(const cluster& core, std::shared_ptr<observe_context> ctx)
|
|
335
335
|
const std::string bucket_name = ctx->bucket_name();
|
336
336
|
core.with_bucket_configuration(
|
337
337
|
bucket_name,
|
338
|
-
[core, ctx = std::move(ctx)](
|
339
|
-
|
338
|
+
[core, ctx = std::move(ctx)](
|
339
|
+
std::error_code ec, const std::shared_ptr<core::topology::configuration>& config) mutable {
|
340
340
|
if (ec) {
|
341
341
|
return ctx->finish(ec);
|
342
342
|
}
|
@@ -50,6 +50,8 @@ struct observe_seqno_request {
|
|
50
50
|
using encoded_response_type =
|
51
51
|
core::protocol::client_response<core::protocol::observe_seqno_response_body>;
|
52
52
|
|
53
|
+
static const inline std::string observability_identifier = "observe_seqno";
|
54
|
+
|
53
55
|
core::document_id id;
|
54
56
|
bool active{};
|
55
57
|
std::uint64_t partition_uuid{};
|
@@ -180,6 +180,7 @@ build_query_request(std::string statement,
|
|
180
180
|
std::move(query_context), std::move(options.client_context_id),
|
181
181
|
options.timeout, options.profile,
|
182
182
|
};
|
183
|
+
request.parent_span = options.parent_span;
|
183
184
|
if (!options.raw.empty()) {
|
184
185
|
for (auto& [name, value] : options.raw) {
|
185
186
|
request.raw[name] = std::move(value);
|
@@ -15,12 +15,13 @@
|
|
15
15
|
* limitations under the License.
|
16
16
|
*/
|
17
17
|
|
18
|
-
#include <couchbase/fmt/retry_reason.hxx>
|
19
|
-
|
20
18
|
#include "core/error_context/query_error_context.hxx"
|
21
19
|
|
20
|
+
#include <spdlog/fmt/bundled/core.h>
|
22
21
|
#include <tao/json/to_string.hpp>
|
23
22
|
|
23
|
+
#include <couchbase/fmt/retry_reason.hxx>
|
24
|
+
|
24
25
|
namespace couchbase::core
|
25
26
|
{
|
26
27
|
auto
|