Meteor-Community-Packages / Meteor-Community-Packages/raix-push
Kadira endevent forced complete
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 505
- Forks
- 191
- PR merge metrics
- No merged PRs in 30d
Description
Ever since I added te arix:push package I've been seeing these weird errors/warnings. Have others seen these?
```
Kadira endevent forced complete [
{
"type":"start",
"at":1520179947892,
"data":{
"userId":null,
"params":"[{\"id\":\"KEJR4uArv5wyThDDN\",\"token\":{\"gcm\":\"\"},\"appName\":\"main\",\"userId\":null,\"metadata\":{}}]"
}
},
{
"type":"wait",
"at":1520179947892,
"data":{}
},
{
"type":"waitend",
"at":1520179947892,
"data":{
"waitOn":[]
}
},
{
"type":"db",
"at":1520179947893,
"data":{
"coll":"_raix_push_app_tokens",
"func":"find",
"selector":"{\"_id\":\"KEJR4uArv5wyThDDN\"}"
}
},
{
"type":"dbend",
"at":1520179947893,
"data":{}
},
{
"type":"db",
"at":1520179947893,
"data":{
"coll":"_raix_push_app_tokens",
"selector":"{\"_id\":\"KEJR4uArv5wyThDDN\"}",
"func":"fetch",
"cursor":true,
"limit":1
}
},
{
"type":"dbend",
"at":1520179947894,
"data":{
"docsFetched":0,
"docSize":0
}
},
{
"type":"db",
"at":1520179947894,
"data":{
"coll":"_raix_push_app_tokens",
"func":"find",
"selector":"{\"$and\":[{\"token\":{\"gcm\":\"\"}},{\"appName\":\"main\"},{\"token\":{\"$exists\":true}}]}"
}
},
{
"type":"dbend",
"at":1520179947894,
"data":{}
},
{
"type":"db",
"at":1520179947894,
"data":{
"coll":"_raix_push_app_tokens",
"selector":"{\"$and\":[{\"token\":{\"gcm\":\"\"}},{\"appName\":\"main\"},{\"token\":{\"$exists\":true}}]}",
"func":"fetch",
"cursor":true,
"limit":1
}
},
{
"type":"dbend",
"at":1520179947895,
"data":{
"docsFetched":0,
"docSize":0
}
},
{
"type":"db",
"at":1520179947895,
"data":{
"coll":"_raix_push_app_tokens",
"func":"insert"
}
},
{
"type":"dbend",
"at":1520179947896,
"data":{}
},
{
"type":"db",
"at":1520179947896,
"data":{
"coll":"_raix_push_app_tokens",
"func":"remove",
"selector":"{\"$and\":[{\"_id\":{\"$ne\":\"KEJR4uArv5wyThDDN\"}},{\"token\":{\"gcm\":\"\"}},{\"appName\":\"main\"},{\"token\":{\"$exists\":true}}]}"
}
},
{
"type":"dbend",
"at":1520179947898,
"data":{
"removedDocs":0
}
},
{
"type":"async",
"at":1520179947898
},
{
"type":"asyncend",
"at":1520179947898
},
{
"type":"async",
"at":1520179947898
},
{
"type":"asyncend",
"at":1520179947898
},
{
"type":"async",
"at":1520179947898
},
{
"type":"asyncend",
"at":1520179947898
}
]
```
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The report names arix:push and includes a Kadira trace, but no source file or test is identified. Start by reproducing the warning after adding arix:push, then compare the token lookup and insert sequence with a normal push-token update. Done means establishing a reproducible cause and documenting the affected behavior or a verified fix.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100