-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes to have ddl and count profiles #785
Conversation
@@ -1152,7 +1152,10 @@ public void orderedDuplicateDocumentNoNamespace() { | |||
"_id": "doc5", | |||
"username": "user5" | |||
} | |||
] | |||
], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Side effect of a previous merged PR. Need to refactor the test case.
@tatu-at-datastax can you have a look as well? |
} | ||
|
||
count { | ||
basic.request.timeout = 60 seconds |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This sounds bit high (as does basic request timeout of 20 secs), but easy enough to change later on I suppose.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM: actual timeout levels chosen might be good to discuss but that can be done later on (lower timeouts can prevent server-side overload/meltdown by load shedding).
Done. |
What this PR does:
Changes to have ddl and count profiles
Which issue(s) this PR fixes:
Fixes #783
Checklist