-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Cosmos: CFP fixes and port consistency policy bug fix #6148
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
Conversation
|
/azp run java - cosmos - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
kushagraThapar
left a comment
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.
I have added a couple of suggestions, otherwise looks good.
...java/com/azure/data/cosmos/internal/changefeed/implementation/DocumentServiceLeaseStore.java
Outdated
Show resolved
Hide resolved
...src/main/java/com/azure/data/cosmos/internal/changefeed/implementation/LeaseRenewerImpl.java
Outdated
Show resolved
Hide resolved
...java/com/azure/data/cosmos/internal/changefeed/implementation/DocumentServiceLeaseStore.java
Outdated
Show resolved
Hide resolved
...java/com/azure/data/cosmos/internal/changefeed/implementation/DocumentServiceLeaseStore.java
Outdated
Show resolved
Hide resolved
moderakh
left a comment
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.
@milismsft, Does the read my writes tests pass as of now against a strong / multi region strong account?
...osmos/src/main/java/com/azure/data/cosmos/internal/directconnectivity/ConsistencyWriter.java
Outdated
Show resolved
Hide resolved
...osmos/src/main/java/com/azure/data/cosmos/internal/directconnectivity/ConsistencyWriter.java
Outdated
Show resolved
Hide resolved
...zure-cosmos/src/main/java/com/azure/data/cosmos/internal/directconnectivity/StoreReader.java
Outdated
Show resolved
Hide resolved
...zure-cosmos/src/main/java/com/azure/data/cosmos/internal/directconnectivity/StoreReader.java
Outdated
Show resolved
Hide resolved
|
@milismsft Please run all the tests. We need to run all the tests for checkin. I see only emulator tests above. |
|
/azp run java - cosmos - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
...osmos/src/main/java/com/azure/data/cosmos/internal/directconnectivity/ConsistencyWriter.java
Outdated
Show resolved
Hide resolved
|
This needs to be ported to v4 @kushagraThapar |
ChangeFeedProcessor; fixes and extra logging related to the creations of the lease documents.
Port consistency policy bug fix (see Azure/azure-cosmosdb-java#196)
Port test fixes (see Azure/azure-cosmosdb-java#196)