[QAT] 348870: 2x leftovers, 2x fetch, 2x success

Ports-QAT qat at redports.org
Sun Mar 23 17:03:48 UTC 2014


Upgrade from 3.0.0-beta1 to 3.0.0-beta2.
Rewrite entries for pkg-plist.

<ChangeLog>

>> General

* [FIX] Sometimes the absolute config file path was obtained in a wrong way.
        This happened when there was a "dir" directive inside the config file
        and at the same time the configuration file was given as a relative
        path to redis-server or redis-sentinel executables.
* [FIX] redis-cli: Automatically enter --slave mode when SYNC or PSYNC are
        called during an interactive session.
* [FIX] BITCOUNT: fixed unaligned access causing issues in sparc and other
        archs not capable of dealing with unaligned accesses. This also makes
        the code faster in archs where unaligned accesses are allowed.
* [FIX] Force INFO used_memory_peak to match peak memory. This generated some
        confusion among users even if it was not an actual bug.
* [FIX] Fixed an critical EVALSHA script cache bug: scripts executed may not
        propagate to AOF / Slaves correctly under certain conditions.
        See issue #1549 at Github for more information.
* [FIX] Fixed multiple bugs resulting into closing the link with master or slave
        during replication without good reasons. This will result in useless
        resynchronizations, or infinite loops where the replication link can't
        be established.
* [FIX] Don't count the time needed to populate the buffers of clients waiting
        in MONITOR mode when populating the Slow Log entries.

* [NEW] Redis-cli updated to use SCAN instead of random sampling via
        RANDOMKEY in order to implement --bigkeys feature. Moreover the
        implementation now supports pipelining and reports more information
        at the end of the scan. Much faster, much better. A special thank
        you to Michael Grunder for this improvement.
* [NEW] redis-cli now supports a new --intrinsic-latency mode that is able
        to meter the latency of a system due to kernel / hypervisor.
        How to use it is explained at http://redis.io/topics/latency.
* [NEW] New command BITPOS: find first bit set or clear in a bitmap.
* [NEW] CONFIG REWRITE calls are now logged.
* [NEW] AOF write errors (like no space on device) no longer abort Redis if the
        fsync policy is none or every second. The database enters a read-only
        mode where every write is refused with an error. Normal operations are
        restored as soon as Redis is able to append again data to the AOF file.
* [NEW] Sentinel now accepts SHUTDOWN command.

>> Cluster

* [FIX] Bind the first interface listed in the "bind" configuration directive
        if any, in order to perform outgoing connections. This fixes Cluster
        usage when an address is bound but there are multiple interfaces that
        may be used to connect with other nodes.
* [FIX] When an "Importing" slot is closed via CLUSTER SETSLOT NODE ...
        increment the configEpoch in the special case it is zero.
* [FIX] Current transaction is invalidated on redirection errors.
* [FIX] Abort if port does not allow for a valid cluster bus port that is
        always at fixed +10000 offset.
* [FIX] Keys extraction algorithm fixed for ZUNIONSTORE/ZINTERSTORE and SORT.
* [FIX] Better failover timeout and retry times: failover should now work
        reliabily when node-timeout is very small (a few milliseconds).
* [FIX] Don't allow SORT GET/BY options in Cluster mode.
* [FIX] Clear importing/migrating state when turning from master to slave role.
* [FIX] Set slot error if we receive an update for a busy slot.
* [FIX] Update node configEpoch on UPDATE messages.

* [NEW] Support multi-key operations as long as keys resolve to the same
        hash slot, and the slot is not migrating, or it is migrating but all
        the mentioned keys are available.
* [NEW] New DEBUG command CMDKEYS available to debug / test keys identification
        in Redis commands.
* [NEW] redis-trib: create subcommand is now able to assign spare slaves.
* [NEW] redis-trib: new subcommand 'call'. Exec command in all nodes.

>> Sentinel

* [FIX] Sentinel "IDONTKNOW" er
---------------------------------------------------------------------

  Build ID:          20140323165200-14676
  Job owner:         osa at FreeBSD.org
  Buildtime:         12 minutes
  Enddate:           Sun, 23 Mar 2014 17:03:43 GMT

  Revision:          348870
  Repository:        https://svnweb.freebsd.org/ports?view=revision&revision=348870

---------------------------------------------------------------------

    Port:            databases/redis-devel 3.0.0.b2

      Buildgroup:     10.0-QAT/amd64
      Buildstatus:   LEFTOVERS
      Log: https://qat.redports.org//~osa@FreeBSD.org/20140323165200-14676-306076/redis-devel-3.0.0.b2.log

      Buildgroup:     10.0-QAT/i386
      Buildstatus:   LEFTOVERS
      Log: https://qat.redports.org//~osa@FreeBSD.org/20140323165200-14676-306077/redis-devel-3.0.0.b2.log

      Buildgroup:     8.4-QAT/amd64
      Buildstatus:   FETCH
      Log: https://qat.redports.org//~osa@FreeBSD.org/20140323165200-14676-306078/redis-devel-3.0.0.b2.log

      Buildgroup:     8.4-QAT/i386
      Buildstatus:   FETCH
      Log: https://qat.redports.org//~osa@FreeBSD.org/20140323165200-14676-306079/redis-devel-3.0.0.b2.log

      Buildgroup:     9.2-QAT/amd64
      Buildstatus:   SUCCESS
      Log: https://qat.redports.org//~osa@FreeBSD.org/20140323165200-14676-306080/redis-devel-3.0.0.b2.log

      Buildgroup:     9.2-QAT/i386
      Buildstatus:   SUCCESS
      Log: https://qat.redports.org//~osa@FreeBSD.org/20140323165200-14676-306081/redis-devel-3.0.0.b2.log


--
Buildarchive URL: <https://qat.redports.org/buildarchive/20140323165200-14676>
redports <https://qat.redports.org/>


More information about the freebsd-ports mailing list