rnewson commented on PR #5865:
URL: https://github.com/apache/couchdb/pull/5865#issuecomment-3804933092
_explain works for me without this patch;
```
"opts": {
"use_index": [],
"bookmark":
"g2wAAAABaANkAA9ub2RlMUAxMjcuMC4wLjFsAAAAAmEAYn____9qaAJGP9OjegAAAABhAGo",
"limit": 25,
"skip": 0,
"sort": {},
"fields": [],
```
I _do_ get this sometimes;
```
"error": "invalid_ejson",
"reason":
"{{shard,<<\"shards/00000000-7fffffff/db1.1769515564\">>,'[email protected]',\n
<<\"db1\">>,\n [0,2147483647],\n undefined,[]},\n
{0.3068528175354004,0}}",
"ref": 1564355139
```
which is a different bug. attempting to jiffy:encode a shard record.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]