Block or Report
Block or report wxing1292
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
1,105 contributions in the last year
Less
More
Activity overview
Contributed to
temporalio/temporal,
temporalio/docker-compose,
temporalio/helm-charts
and 5 other
repositories
Contribution activity
January 2022
Created 6 commits in 1 repository
Created a pull request in temporalio/temporal that received 4 comments
Trigger history node validation & trimming logic within write path
What changed? Trigger history node validation & trimming logic for the following APIs (write path) CreateWorkflowExecution: no auto fix since th…
+159
−60
•
4
comments
Opened 6 other pull requests in 1 repository
temporalio/temporal
6
merged
- Add more tests to history cache
- Remove removal function away from LRU cache for simplicity
- Include more API to Cassandra read after write inconsistency protection
- Fix LRU cache eviction behavior
- Disallow marking activity as cancelled without activity being request cancelled first
- Add logging to matching / history client
Reviewed 22 pull requests in 2 repositories
temporalio/temporal
21 pull requests
- Trigger history node validation & trimming logic within write path
- Fix fake cluster for empty version
- Add admin api to list all cluster information
- Check max taskID instead of max read level when process task
- Favor local config value on enable global namespace
- Option to enable forwarding all APIs
- add basic rate limit to force replication workflow
- Unload shard if loaded task ID is greater than max transfer ID
- Remove cluster metadata dual write
- make tests more extensible/reusable by other tests
- Dedup SignalWithStart based on RequestId
- Unload shard when ownership lost
- Detecting stale cache when RecordChildExecutionCompleted
- Use latest worker identity for pending activity
- Fix LRU cache eviction behavior
- Use error message for tiered storage
- add link to explain docker builds and auto setup
- Rewrite TestCronWorkflow_Failed/Succeeded as SDK integration tests
- Create v2 index template for ES visibility
- Move shard locking into persistence
- Cleans up some comments for ServerOptions