Felix GV
Felix GV
What is the expected semantic when a RegionMaster fails? How does the next RegionMaster to own a region know how far back the replication has gotten? Is the intent that...
I was following the helpful instructions provided here: https://github.com/bobthecow/git-flow-completion/issues/46#issuecomment-332724240 However, afterwards, I got the following appearing in my shell: ``` git flowUnknown option: --list-cmds=list-mainporcelain,others,nohelpers,alias,list-complete,config usage: git [--version] [--help] [-C ]...
When serializing a record with mandatory fields, there is no null check. For a mandatory string field, fast-avro generates code like this: ``` if (((CharSequence) data.get(1)) instanceof Utf8) { (encoder).writeString(((Utf8)((CharSequence)...
The Store::getVersion API used to return an Optional, now it instead returns a @Nullable Version. Also added a getVersionOrThrow API which can throw StoreVersionNotFoundException, a new exception type. Lots of...
Several code changes to make it work. Introduced a new PubSubSecurityProtocol to replace all usage of Kafka's SecurityProtocol enum, since that one has a different package name between the Apache...
### Code changes - [ ] Added new code behind **a config**. If so list the config names and their default values in the PR description. - [ ] Introduced...
Includes code for the new API proposal, and new Predicate implementations. Also added a page to the docs for System Stores. See the rendered page for VIP-5 here: https://felixgv.github.io/venice/docs/proposals/vip-5 ##...
### Willingness to contribute No. I cannot contribute a bug fix at this time. ### Venice version All ### System information All ### Describe the problem When using a `DataProvider`...