-
Notifications
You must be signed in to change notification settings - Fork 55
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
EPH lease manager and checkpointing fixes and improvements #117
Merged
serkantkaraca
merged 20 commits into
Azure:dev
from
serkantkaraca:FixEphLeaseCheckpointing
Mar 13, 2017
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
4062f5b
Fixing build break introduced with preview check-in.
1e3efad
Merge branch 'dev' of https://github.com/Azure/azure-event-hubs-dotnet
e05450c
Merge branch 'dev' of https://github.com/Azure/azure-event-hubs-dotnet
29b6bd2
Merge branch 'dev' of https://github.com/Azure/azure-event-hubs-dotnet
347a348
Merge branch 'dev' of https://github.com/Azure/azure-event-hubs-dotnet
8ab7726
Merge branch 'dev' of https://github.com/Azure/azure-event-hubs-dotnet
317720d
Here is the list of the changes:
20068bd
Set PartitionContext's SequenceNumber and Offset only before deliveri…
aa2e860
CheckpointAsync(EventData eventData) should not allow checkpointing i…
88c98b0
Merge branch 'dev' of https://github.com/Azure/azure-event-hubs-dotne…
82b7957
Add unit test to cover checkpointing messages in the middle of a batch.
08f7d0d
Marking ICheckpointManager.UpdateCheckpointAsync(Checkpoint checkpoin…
767af99
Fix: ReceiveHandler and PartitionPump should gracefully handle except…
b97e940
HostShouldRecoverWhenProcessProcessEventsAsyncThrows unit test to unr…
fa864e8
Merge branch 'dev' of https://github.com/Azure/azure-event-hubs-dotne…
9ae7420
Cancelling swallow and trace change in ReceiveHandlerProcessErrorAsyn…
50c50b1
Remove unnecessary ExceptionHandled trace from EventSource.
10dbc2f
Merge branch 'dev' of https://github.com/Azure/azure-event-hubs-dotne…
2030a1a
+ Removing Obsolete signature from ICheckpointManager.
661c306
Adding Obsolete ICheckpointManager.UpdateCheckpointAsync(Checkpoint c…
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Is this a breaking change? #Closed
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.
Yes and no for .NetCore. Yes if anyone implemented their own checkpoint manager but probably not. The same change is also needed for Java. It is more dreadful there.
In reply to: 100396157 [](ancestors = 100396157)
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.
Can we deprecate this signature, and add the new one? That will allow us to release this a minor change according to SemVer. #Resolved