Details
-
Bug
-
Resolution: Fixed
-
Major
-
7.0.2, 7.1.0
-
Enterprise Edition 7.0.2 build 6683
-
Untriaged
-
Centos 64-bit
-
-
1
-
Unknown
Description
Cluster consists of 1 kv and 1 eventing node.
STEPS TO REPRODUCE
- Create 3 buckets namely src_bucket, metadata and dst_bucket.
- Create bucket op handler writing to dst_bucket via bucket binding.
- Deploy handler.
- Drop dst_bucket.
- Load docs into src_bucket.
OBSERVATION
LCB_ERR_TIMEOUT is thrown.
2021-09-20T12:09:53.998+05:30 [INFO] {"message":{"code":5,"desc":"LCB_ERR_TIMEOUT (201): The request was not completed by the user-defined timeout","name":"LCB_ERR_TIMEOUT"},"stack":"Error\n at OnUpdate (test.js:5:29)"} |
Appropriate error msg should be thrown as bucket operation failed since dst_bucket did not exist.