Revision tags: v7.0.2, v6.6.3, v7.0.1, v7.0.0, v6.6.2, v6.5.2, v6.6.1, v6.0.5, v6.6.0, v6.5.1, v6.0.4, v6.5.0, v6.0.3 |
|
#
26d24b39 |
| 01-May-2019 |
Trond Norbye <trond.norbye@gmail.com> |
MB-33971: System connections is bound to system port There was a misunderstanding when the task to account for system connections. I thought we wanted to account for all "couchbase i
MB-33971: System connections is bound to system port There was a misunderstanding when the task to account for system connections. I thought we wanted to account for all "couchbase internal components", but ns_server have no control over the connection usage for components like eventing, indexing, projector query, fts etc, and we don't want to end up in a situation where ns_server can't connect to the cluster because the pool of system connections is consumed. To work around this ns_server will mark an interface as "system" and all connections towards that port is system connections. Change-Id: I65384db1411475c7c76f7a7182931dbe9e0e680f Reviewed-on: http://review.couchbase.org/108527 Tested-by: Build Bot <build@couchbase.com> Reviewed-by: Jim Walker <jim@couchbase.com>
show more ...
|
Revision tags: v5.5.4, v5.5.5 |
|
#
0ac936c0 |
| 09-Apr-2019 |
Trond Norbye <trond.norbye@gmail.com> |
MB-33699: Detect if we try to connect to port -1 From looking at the test failure it seems like we've got an occurrence of port being set to -1. Change the code to: 1
MB-33699: Detect if we try to connect to port -1 From looking at the test failure it seems like we've got an occurrence of port being set to -1. Change the code to: 1. Detect that the portnumber file don't contain an entry with the port being set to -1 2. Whenever we try to connect that the port is set to something else than -1. Change-Id: Ie7b0ddc4b675c68a76fa7b7adc7336d32f510ef2 Reviewed-on: http://review.couchbase.org/107453 Tested-by: Build Bot <build@couchbase.com> Reviewed-by: Daniel Owen <owend@couchbase.com>
show more ...
|
Revision tags: v5.5.6 |
|
#
620f79bc |
| 28-Jan-2019 |
Ben Huddleston <ben.huddleston@couchbase.com> |
MB-30041: Migrate client_connection_map to nlohmann::json Change-Id: I17beac8275c29c6a6c250465c744735ba95d524e Reviewed-on: http://review.couchbase.org/104254 Tested-by: Build Bot <b
MB-30041: Migrate client_connection_map to nlohmann::json Change-Id: I17beac8275c29c6a6c250465c744735ba95d524e Reviewed-on: http://review.couchbase.org/104254 Tested-by: Build Bot <build@couchbase.com> Reviewed-by: Trond Norbye <trond.norbye@couchbase.com>
show more ...
|
Revision tags: v6.0.1, v5.5.3, v6.0.0, v5.1.3, v5.5.2, v5.5.1, v5.1.2, v5.1.1 |
|
#
e0c54f04 |
| 17-Mar-2018 |
Trond Norbye <trond.norbye@gmail.com> |
Cleanup: Replace cJSON_Print* with to_string to_string wraps cJSON_Print and cJSON_Free to make sure that the allocated memory is released. Change-Id: I0248cb780c6f8c6ab2df9682f
Cleanup: Replace cJSON_Print* with to_string to_string wraps cJSON_Print and cJSON_Free to make sure that the allocated memory is released. Change-Id: I0248cb780c6f8c6ab2df9682f430958b37b167ab Reviewed-on: http://review.couchbase.org/91143 Tested-by: Build Bot <build@couchbase.com> Reviewed-by: Jim Walker <jim@couchbase.com>
show more ...
|
#
5fdebb2f |
| 08-Mar-2018 |
Trond Norbye <trond.norbye@gmail.com> |
Don't connect test client while building connectionmap We might not end up using the connection and we're always reconnecting the connection to get it into the correct state when we
Don't connect test client while building connectionmap We might not end up using the connection and we're always reconnecting the connection to get it into the correct state when we fetch the connection from the map. Change-Id: I5a3cd255017875813f7c0c2ac6f23a74622338fe Reviewed-on: http://review.couchbase.org/90691 Tested-by: Build Bot <build@couchbase.com> Reviewed-by: Tim Bradgate <tim.bradgate@couchbase.com>
show more ...
|
Revision tags: v5.0.1, v5.1.0, v5.0.0 |
|
#
8e198731 |
| 07-Aug-2017 |
Trond Norbye <trond.norbye@gmail.com> |
MB-24309: Refactor: Move MemcachedBinprotConnection to MemcachedConnection Change-Id: I67a07a46d2f80161fa5009e24132cb773bb15f39 Reviewed-on: http://review.couchbase.org/81993 Tested-
MB-24309: Refactor: Move MemcachedBinprotConnection to MemcachedConnection Change-Id: I67a07a46d2f80161fa5009e24132cb773bb15f39 Reviewed-on: http://review.couchbase.org/81993 Tested-by: Build Bot <build@couchbase.com> Reviewed-by: Will Gardner <willg@rdner.io>
show more ...
|
#
381b0402 |
| 07-Aug-2017 |
Trond Norbye <trond.norbye@gmail.com> |
MB-24309: ConnectionMap can only contain MCBP connections Change-Id: Ibf1aa0a1ad9694ead09f7f7bf366a41a507fa36d Reviewed-on: http://review.couchbase.org/81990 Tested-by: Build Bot <bu
MB-24309: ConnectionMap can only contain MCBP connections Change-Id: Ibf1aa0a1ad9694ead09f7f7bf366a41a507fa36d Reviewed-on: http://review.couchbase.org/81990 Tested-by: Build Bot <build@couchbase.com> Reviewed-by: Will Gardner <willg@rdner.io>
show more ...
|
#
e64e8b8b |
| 07-Aug-2017 |
Trond Norbye <trond.norbye@gmail.com> |
MB-24309: Refactor: move ConnectionMap to its own file Change-Id: I8c9552deb85926d01d85dd01c7fcc5deb0d751f2 Reviewed-on: http://review.couchbase.org/81989 Tested-by: Build Bot <build
MB-24309: Refactor: move ConnectionMap to its own file Change-Id: I8c9552deb85926d01d85dd01c7fcc5deb0d751f2 Reviewed-on: http://review.couchbase.org/81989 Tested-by: Build Bot <build@couchbase.com> Reviewed-by: Will Gardner <willg@rdner.io>
show more ...
|