Releases: alibaba/schedulerx-worker-go
Releases · alibaba/schedulerx-worker-go
v1.0.8
v1.0.7
Fix:
- Fix memory leak of mapreduce job caused by sqlite3 database not closing connection.
- Fix compile error on windows env.
v1.0.6
Handle pre release v1.0.5 error, so release v1.0.6 but still use v1.0.5 codes.
Fix:
- Fix memory leak of broadcast/mapreduce job if worker number > 1.
Feat:
- Client support graceful shutdown.
Improvement:
- Update data type of dataTime and scheduleTime to time.Time.
- Print error message when occur panic.
v1.0.2
Feat:
- Support set label of client.
- Support kill processor.
v1.0.1: Merge pull request #20 from alibaba/develop
Fix:
- Fix memory leak of standalone job.
- Fix memory leak of MapReduce job.
v1.0.0: Merge pull request #14 from alibaba/develop
Feat:
- Support user-defined port.
- Support user-defined network interface.
Fix:
- context may be nil in some cases.
- Map job run fail if there are multiple node.
v0.0.4
Fix:
- MapReduce Job run failed with two times.
- MapReduce may run reduce twice.
v0.0.3
Feat:
- Support MapReduce mode
Fix:
- Job run fail if jobName is not registered.
- TaskId should start from 0.
- Job should be failed if reduce run fail.