Skip to content

Releases: alibaba/schedulerx-worker-go

v1.0.2

12 Aug 08:31
97672a4
Compare
Choose a tag to compare

Feat:

  1. Support set label of client.
  2. Support kill processor.

v1.0.1: Merge pull request #20 from alibaba/develop

24 Apr 11:49
4e62b1d
Compare
Choose a tag to compare

Fix:

  1. Fix memory leak of standalone job.
  2. Fix memory leak of MapReduce job.

v1.0.0: Merge pull request #14 from alibaba/develop

25 Mar 10:40
345d5a1
Compare
Choose a tag to compare

Feat:

  1. Support user-defined port.
  2. Support user-defined network interface.

Fix:

  1. context may be nil in some cases.
  2. Map job run fail if there are multiple node.

v0.0.4

08 Mar 06:22
a4ecae5
Compare
Choose a tag to compare

Fix:

  1. MapReduce Job run failed with two times.
  2. MapReduce may run reduce twice.

v0.0.3

25 Jan 11:06
d24babd
Compare
Choose a tag to compare

Feat:

  1. Support MapReduce mode

Fix:

  1. Job run fail if jobName is not registered.
  2. TaskId should start from 0.
  3. Job should be failed if reduce run fail.

v0.0.2

20 Jan 16:52
772e642
Compare
Choose a tag to compare

Feat:

  1. Support Broadcast mode
  2. Adapt to the Windows environment

Fix:

  1. Fix randInt overflow
  2. Fix report progress failed

v0.0.1

31 Oct 13:22
Compare
Choose a tag to compare

The first version of schedulerx-worker-go has been released.🎉
Support stanalone mode, welcome to use and feedback.