Details
-
Bug
-
Resolution: Fixed
-
Critical
-
Cheshire-Cat
-
Untriaged
-
1
-
Unknown
Description
Build: 7.0.0 build 5046
Test: Eventing volume https://docs.google.com/document/d/1dJ6VhHtLaRLTPVKQm0EomakzUNZDz2x7xJv3JqZVuqw/edit?usp=sharing
- Create 9 node cluster ( Eventing:2 , Kv:5,index:1,query:1)
- Create 15 handlers (3 of bucket op, timer,n1ql, SBM, curl)
- deploy bucket op, timers and N1ql
- Rebalance in 1 eventing node
- Start CRUD on bucket_op where no handler are deployed
- Verify handlers
Source Bucket(n1ql_op.scope_0.coll0) : 6226696, Destination Bucket(['n1ql_op.scope_1.coll0']) : 6226691
|
Source Bucket(n1ql_op.scope_0.coll1) : 6226416, Destination Bucket(['n1ql_op.scope_1.coll1']) : 6226410
|
function OnUpdate(doc, meta) {
|
try{
|
var query = UPSERT INTO n1ql_op.scope_1.`coll0` ( KEY, VALUE ) VALUES ( $meta.id ,"n1ql insert");
|
}
|
catch(e){
|
log("Query failed: ",e)
|
}
|
}function OnDelete(meta, options) {
|
try{
|
var query = DELETE from n1ql_op.scope_1.`coll0` USE KEYS $meta.id ;
|
}
|
catch(e){
|
log("Query failed: ",e)
|
}
|
}
|
|
|
function OnUpdate(doc, meta) {
|
try{
|
var query = UPSERT INTO n1ql_op.scope_1.`coll1` ( KEY, VALUE ) VALUES ( $meta.id ,"n1ql insert");
|
}
|
catch(e){
|
log("Query failed: ",e)
|
}
|
}function OnDelete(meta, options) {
|
try{
|
var query = DELETE from n1ql_op.scope_1.`coll1` USE KEYS $meta.id ;
|
}
|
catch(e){
|
log("Query failed: ",e)
|
}
|
}
|
Attachments
Issue Links
- backports to
-
MB-46326 [Backport to 6.6.3] - Volume Test: Data missing for N1QL handlers
- Closed
- depends on
-
CCBC-1411 Further disambiguate 12009 error returned by Query into retriable-transient-errors and non-retriable-specific-errors
- Resolved
- is duplicated by
-
MB-46264 [Eventing][Windows] Data mismatch for rebalance + collection tests
- Closed
For Gerrit Dashboard: MB-45967 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
152666,3 | MB-45967 : Retry on DML Failures | unstable | eventing | Status: MERGED | +2 | +1 |
153424,13 | MB-45967 : Address mutations getting dropped due to racing worker queues | unstable | eventing | Status: MERGED | +2 | +1 |
153668,2 | MB-46326 : Address mutations getting dropped due to racing worker queues | mad-hatter | eventing | Status: MERGED | +2 | +1 |
154009,3 | MB-45967: Invalidate credentials cache on error from lcb | unstable | eventing | Status: ABANDONED | +2 | 0 |
154046,3 | MB-45967 : Ensure creds cache entries are no more than 10 seconds old | unstable | eventing | Status: MERGED | +2 | +1 |
154646,3 | MB-45967 : Disambiguate between retriable and non-retriable DML errors | unstable | eventing | Status: MERGED | +2 | +1 |
154735,2 | MB-45967: | master | eventing | Status: MERGED | +2 | +1 |