~maas-committers/maas/+git/temporal:release/v1.6.x

Last commit made on 2021-04-15
Get this branch:
git clone -b release/v1.6.x https://git.launchpad.net/~maas-committers/maas/+git/temporal

Branch merges

Branch information

Name:
release/v1.6.x
Repository:
lp:~maas-committers/maas/+git/temporal

Recent commits

97c5649... by Alex Shtin <email address hidden>

Release v1.6.7

a4eb097... by Alex Shtin <email address hidden>

Remove TTL from open_executions Cassandra visibility table (#1456)

5c00ca0... by wenquan xing <email address hidden>

Release v1.6.6

23109d5... by wenquan xing <email address hidden>

Fix DescribeMutableState proto encoding issue
* Fix issue that blob is mistakenly used as encoding type

876dd92... by Alex Shtin <email address hidden>

Fix pip installer download path (#1361)

a764976... by Mikhail Gryzykhin <email address hidden>

Release 1.6.5

0e5d7f1... by wxing1292 <email address hidden>

Fix potential data race in task processing (#1386)

* Make sure task processing logic does not release lock while still holding a reference protected by the lock

Mutable state is protected by sync.Mutex against concurrent access.
Current implementation of task processing does not really respect the lock & date within the dock, e.g. after earlier release the lock, some logic will hold the reference to the execution info or child workflow

5897b7b... by wxing1292 <email address hidden>

Fix potential data race DescribeMutableState API (#1360)

* Rename mutable state `ToProto` function to `CloneProto`
* Make `CloneProto` function do deep copy of mutable state

e826f66... by wenquan xing <email address hidden>

Release 1.6.4

68bd5c2... by Alex Shtin <email address hidden>

Copy visibilityAckLevel in copyShardInfo (#1287)