Shashwat Sharma
Shashwat Sharma
**Describe the bug** If `DeleteScopeRecursive()` API is called multiple times, an event is created for every request and if each scope contains hundreds and thousands of Streams within it, it...
**Problem description** In a single Controller system, if Controller crashes and a new instance is born, the new Controller needs to sweep over tasks left incomplete by the dying Controller....
Signed-off-by: Shashwat Sharma **Change log description** Aim of this PR is to write a system test which will validate the controller sweep over **Purpose of the change** #6277 **What the...
Change log description ZKCounterTest fails intermittently. Purpose of the change ( Fixes https://github.com/pravega/pravega/issues/6411) What the code does This will ensure us code will not fall into infinite loop. How to...
**Change log description** (2-3 concise points about the changes in this PR. When committing this PR, the committer is expected to copy the content of this section to the merge...
**Change log description** (2-3 concise points about the changes in this PR. When committing this PR, the committer is expected to copy the content of this section to the merge...
This issue is about to have a detailed tech-debt on PR #7029 for 1) To find a unit test that reproduces the issue and validates the fix 2) Revisit whether...
**Problem description** The current gradle upgrade only upgrades the gradle version but not the entire package. With gradle version upgrade entire package should be updated. **Problem location** https://github.com/pravega/schema-registry/tree/master/gradle **Suggestions for...
Signed-off-by: Shashwat Sharma **Change log description** Currently if the type is not provided with addSchema call, for Protobuf and Avro it's being updated after parsing the file but in case...
**Problem description** Current version of Gradle in schema registry is bit old (4.10.2) and is not in sync with Pravega(6.5.1). **Problem location** gradle-wrapper.properties **Suggestions for an improvement** Upgrade the Gradle...