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 b8da5d3 + 0154632 commit 071876cCopy full SHA for 071876c
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