Software Engineer @MaterializeInc; Committer and PMC member at Apache Flink; Committer and PMC member at Apache Beam
- Europe
- aljoschakrettek.org
Block or Report
Block or report aljoscha
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
statefun-rust Public
A Rust SDK for StateFun (https://flink.apache.org/stateful-functions.html)
-
An example of using Flink for Fault-Tolerant Stream Processing
-
616 contributions in the last year
We're celebrating 100 million developers!
Less
More
Activity overview
Contributed to
MaterializeInc/materialize,
frankmcsherry/blog,
danhhz/materialize
and 4 other
repositories
Contribution activity
January 2023
Created 18 commits in 2 repositories
Created 1 repository
- aljoscha/blog-mcsherry JavaScript
Created a pull request in MaterializeInc/materialize that received 57 comments
storage: in workers, add internal control dataflow
Motivation
Part of #16773, alternative to #16875 and #16916.
This uses the timely Sequencer
struct, which implements exactly what we would need out…
+743
−132
•
57
comments
Opened 9 other pull requests in 2 repositories
MaterializeInc/materialize
5
merged
1
open
2
closed
- storage: only create async worker once (aka. revert the removal of not halting in storage)
- storage: revert internal control flow changes
- adapter,storage: add envelope_type column to mz_sinks
-
storage,compute: clarify
create_instance
/drop_instance
naming - storage: fix creation of storage-worker-internal control flow
- storage: only fetch metrics for managed clusters/hosts
-
storage: don't use
halt!
in sinks - storage,compute: simplify thread/operator activation by relying on async activation
frankmcsherry/blog
1
merged
Reviewed 26 pull requests in 1 repository
MaterializeInc/materialize
25 pull requests
- storage: finalize dropped shards
- Update to Rust 1.67
- storage: misc. work in support of queryable remap shards, pt. 0
- CODEOWNERS: add owners for src/controller
- storage: shard finalization WAL
- storage-client: fix emission of "dropped" source/sink status
- Cluster unification followups
- adapter: disallow queries on storage clusters
- adapter,storage: add envelope_type column to mz_sinks
- storage: fix creation of storage-worker-internal control flow
- Cluster unification part 3.6
-
adapter: move drop cluster code to
catalog_transact
- adapter: factor out replica creation method
- persist/storage/compute: add required schema parameter to persist handle constructors, and populate it correctly
- Cluster unification, step 3.1
-
storage: add
mz_sink_statistics
- storage: reduce the size of DataflowError
- storage: in workers, add internal control dataflow
- storage: perform some parts of create_collections concurrently
- .github: add a CODEOWNERS file to the repository
- storage: add prometheus stats for all user-facing source stats
- storage: fix storage statistics test flake
- storage: various timestamp related changes
- storage,compute: simplify thread/operator activation by relying on async activation
- storage: implement simple version of souce-specific statistics
- Some pull request reviews not shown.
Created an issue in MaterializeInc/materialize that received 2 comments
add (prometheus) metric for restarts of storage dataflows
Once #16958 lands, we'll have a straightforward place for reporting restart metrics: the code that handles InternalStorageCommand::SuspendAndRestart
.
2
comments