We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2244309 + d3ea9f4 commit 0154632Copy full SHA for 0154632
engines/ep/src/dcp/stream.cc
@@ -269,7 +269,7 @@ ActiveStream::ActiveStream(EventuallyPersistentEngine* e,
269
includeValue(includeVal),
270
includeXattributes(includeXattrs),
271
filter(std::move(filter)),
272
- cursorName(n + std::to_string(cursorUID.fetch_add(1))) {
+ cursorName(n + '/' + std::to_string(cursorUID.fetch_add(1))) {
273
const char* type = "";
274
if (flags_ & DCP_ADD_STREAM_FLAG_TAKEOVER) {
275
type = "takeover ";
0 commit comments