You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by guyuqi <gi...@git.apache.org> on 2017/04/18 07:24:33 UTC

[GitHub] zookeeper pull request #230: Zookeeper-2453: Fix Error: bad instruction 'loc...

GitHub user guyuqi opened a pull request:

    https://github.com/apache/zookeeper/pull/230

    Zookeeper-2453: Fix Error: bad instruction 'lock xaddl' on ARM Architectures for branch-3.4

    Zookeeper-3.4.10 is integrated into Apache Bigtop: https://github.com/apache/bigtop/commit/b00ac093634437e749561c8837179d13d95fda91
    
    But compiling error occurred  when we build the bigtop zookeeper component on AArch64 :
    
    "[exec] libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/ws/output/zookeeper/zookeeper-3.4.10/src/c -I/ws/output/zookeeper/zookeeper-3.4.10/src/c/include -I/ws/output/zookeeper/zookeeper-3.4.10/src/c/tests -I/ws/output/zookeeper/zookeeper-3.4.10/src/c/generated -Wdate-time -D_FORTIFY_SOURCE=2 -DTHREADED -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -MT libzkmt_la-mt_adaptor.lo -MD -MP -MF .deps/libzkmt_la-mt_adaptor.Tpo -c /ws/output/zookeeper/zookeeper-3.4.10/src/c/src/mt_adaptor.c  -fPIC -DPIC -o .libs/libzkmt_la-mt_adaptor.o
         [exec] Makefile:946: recipe for target 'libzkmt_la-mt_adaptor.lo' failed
         [exec] make[2]: Leaving directory '/ws/output/zookeeper/zookeeper-3.4.10/build/c'
         [exec] /tmp/cc4YHZ73.s: Assembler messages:
         [exec] /tmp/cc4YHZ73.s:1713: Error: unknown mnemonic `lock' -- `lock xaddl x1,[x0]'
         [exec] make[2]: *** [libzkmt_la-mt_adaptor.lo] Error 1
    "
    which is the same as  Zookeeper-2453.
    
    So, could this patch be merged to zookeeper branch-3.4.10 for fixing bigtop compile error on AArch64? 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/guyuqi/zookeeper ZOOKEEPER-2453

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/zookeeper/pull/230.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #230
    
----
commit c3809a4187275f14790b1f84808389d55f01ec80
Author: Camille Fournier <ca...@apache.org>
Date:   2013-08-02T17:07:06Z

    ZOOKEEPER-1731. Unsynchronized access to ServerCnxnFactory.connectionBeans results in 
      deadlock. (Dave Latham via camille)
      
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1509780 13f79535-47bb-0310-9956-ffa450edef68

commit 89fe3cda9b40fc457afecec313661e35e28cde16
Author: Flavio Paiva Junqueira <fp...@apache.org>
Date:   2013-09-02T20:19:26Z

    ZOOKEEPER-1713. wrong time calculation in zkfuse.cc (german via fpj)
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1519510 13f79535-47bb-0310-9956-ffa450edef68

commit fb01942d1ffa59e64bbc874abb00b9494a7d42ad
Author: Flavio Paiva Junqueira <fp...@apache.org>
Date:   2013-09-02T21:47:42Z

    ZOOKEEPER-1379. 'printwatches, redo, history and connect '. client commands always print usage. This is not necessary (edward via fpj)
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1519521 13f79535-47bb-0310-9956-ffa450edef68

commit 32593f56c1c084a20f3a76a39b70555607ea8982
Author: Flavio Paiva Junqueira <fp...@apache.org>
Date:   2013-09-03T11:20:03Z

    ZOOKEEPER-1670: zookeeper should set a default value for SERVER_JVMFLAGS and CLIENT_JVMFLAGS so that memory usage is controlled (Arpit Gupta via fpj)
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1519650 13f79535-47bb-0310-9956-ffa450edef68

commit 33550d6ce719b2cedfd0fa8650c4311dd9077d97
Author: Flavio Paiva Junqueira <fp...@apache.org>
Date:   2013-09-05T20:46:44Z

    ZOOKEEPER-1448: Node+Quota creation in transaction log can crash leader startup (Botond Hejj via fpj)
    
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1520418 13f79535-47bb-0310-9956-ffa450edef68

commit 579c7a4736ee03183e6cba25d7d20dedb6f892dc
Author: Camille Fournier <ca...@apache.org>
Date:   2013-09-11T20:42:24Z

    ZOOKEEPER-1664. Kerberos auth doesn't work with native platform GSS integration. (Boaz Kelmer via camille) 
    
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1522028 13f79535-47bb-0310-9956-ffa450edef68

commit a69b56620a12ab4be2147dab6b45a92c85bca1f2
Author: Michi Mutsuzaki <mi...@apache.org>
Date:   2013-09-12T17:26:40Z

    ZOOKEEPER-1750. Race condition producing NPE in NIOServerCnxn.toString (Rakesh R via michim)
    
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1522673 13f79535-47bb-0310-9956-ffa450edef68

commit 2ad419efc40456c3aa25b1cba0624c39d0b49c7f
Author: Flavio Paiva Junqueira <fp...@apache.org>
Date:   2013-09-17T22:44:54Z

    ZOOKEEPER-1754. Read-only server allows to create znode (Rakesh R via fpj)
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1524247 13f79535-47bb-0310-9956-ffa450edef68

commit 973665c48a176227a681998587f1bd14f0ea9578
Author: Mahadev Konar <ma...@apache.org>
Date:   2013-09-18T02:06:28Z

    ZOOKEEPER-1751. ClientCnxn#run could miss the second ping or connection get dropped before a ping. (Jeffrey Zhong  via mahadev)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1524274 13f79535-47bb-0310-9956-ffa450edef68

commit a8df46db76ee725411ff4774debf8a6352d12c6a
Author: Flavio Paiva Junqueira <fp...@apache.org>
Date:   2013-09-18T10:24:00Z

    ZOOKEEPER-1657. Increased CPU usage by unnecessary SASL checks (Philip K. Warren via fpj)
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1524355 13f79535-47bb-0310-9956-ffa450edef68

commit d1eff7a27be156a5b4a37bd6aff4da446dd3813e
Author: Flavio Paiva Junqueira <fp...@apache.org>
Date:   2013-09-18T12:33:45Z

    ZOOKEEPER-1753. ClientCnxn is not properly releasing the resources, which are used to ping RwServer (Rakesh R via fpj)
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1524387 13f79535-47bb-0310-9956-ffa450edef68

commit e3a488b11e4e0e8a124c7387dad98ecd286ee1eb
Author: Flavio Paiva Junqueira <fp...@apache.org>
Date:   2013-09-25T21:44:11Z

    ZOOKEEPER-1096. Leader communication should listen on specified IP, not wildcard address (Jared Cantwell, German Blanco via fpj)
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1526313 13f79535-47bb-0310-9956-ffa450edef68

commit dc3267b0ec40abdd67833a86e7a6051e0b468a4d
Author: Mahadev Konar <ma...@apache.org>
Date:   2013-09-26T00:03:59Z

    ZOOKEEPER-1696. Fail to run zookeeper client on Weblogic application server. (Jeffrey Zhong via mahadev)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1526338 13f79535-47bb-0310-9956-ffa450edef68

commit a8fe3f3be3b77273950d9e10bc2c51aadd1902dc
Author: Flavio Paiva Junqueira <fp...@apache.org>
Date:   2013-09-26T12:37:12Z

    ZOOKEEPER-87. Follower does not shut itself down if its too far behind the leader. (German Blanco via fpj)
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1526461 13f79535-47bb-0310-9956-ffa450edef68

commit be944d15e8b684cc5a300665f2fceb19dbdad654
Author: Flavio Paiva Junqueira <fp...@apache.org>
Date:   2013-09-26T21:15:53Z

    ZOOKEEPER-1603. StaticHostProviderTest testUpdateClientMigrateOrNot hangs (fpj)
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1526695 13f79535-47bb-0310-9956-ffa450edef68

commit b955cf62edbd18caae22d5c4a98c43a5d792844d
Author: Mahadev Konar <ma...@apache.org>
Date:   2013-09-27T23:17:07Z

    Reverting ZOOKEEPER-1696 patch that was committed.
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1527120 13f79535-47bb-0310-9956-ffa450edef68

commit 77377b5b683b536c9ceb3bfdec567150e0ef18d0
Author: Mahadev Konar <ma...@apache.org>
Date:   2013-09-27T23:25:51Z

    ZOOKEEPER-1696. Fail to run zookeeper client on Weblogic application server. (Jeffrey Zhong via mahade
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1527130 13f79535-47bb-0310-9956-ffa450edef68

commit f4fb6a2a5a8912b0e5a8fec65f0079d28ce9dd0a
Author: Thawan Kooburat <th...@apache.org>
Date:   2013-09-30T20:43:53Z

    ZOOKEEPER-1552. Enable sync request processor in Observer (thawan, fpj)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1527771 13f79535-47bb-0310-9956-ffa450edef68

commit 6c0655b1ae1a6ee182ef56d9849f73d7a3362f89
Author: Thawan Kooburat <th...@apache.org>
Date:   2013-09-30T20:54:41Z

    ZOOKEEPER-1758. Add documentation for zookeeper.observer.syncEnabled flag (thawan, fpj via thawan)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1527778 13f79535-47bb-0310-9956-ffa450edef68

commit 84faeefab2694792e07d24e07b00f51ac8c3bddf
Author: Flavio Paiva Junqueira <fp...@apache.org>
Date:   2013-10-01T21:30:42Z

    ZOOKEEPER-1670. zookeeper should set a default value for SERVER_JVMFLAGS and CLIENT_JVMFLAGS so that memory usage is controlled (reverted)
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1528221 13f79535-47bb-0310-9956-ffa450edef68

commit 33f17b51e8cba14dadf7522833d0088ac15b2dcb
Author: Patrick D. Hunt <ph...@apache.org>
Date:   2013-10-01T23:45:39Z

    ZOOKEEPER-1770. NullPointerException in SnapshotFormatter (Germ�n Blanco via phunt)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1528272 13f79535-47bb-0310-9956-ffa450edef68

commit 48deaf657120a1d076dc86d016e09c29be7aa236
Author: Flavio Paiva Junqueira <fp...@apache.org>
Date:   2013-10-03T21:45:05Z

    ZOOKEEPER-732. Improper translation of error into Python exception (Andrei Savu, Lei Zhang, fpj via fpj)
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1529012 13f79535-47bb-0310-9956-ffa450edef68

commit cf5781ddf0922842a871988872acdf8627505e40
Author: Thawan Kooburat <th...@apache.org>
Date:   2013-10-07T19:16:04Z

    ZOOKEEPER-1551. Observers ignore txns that come after snapshot and UPTODATE (thawan, fpj via thawan)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1530035 13f79535-47bb-0310-9956-ffa450edef68

commit ad7113ed56f58f3d2c308addf2c5785114cb9899
Author: Patrick D. Hunt <ph...@apache.org>
Date:   2013-10-07T23:37:49Z

    ZOOKEEPER-1781. ZooKeeper Server fails if snapCount is set to 1 (Takashi Ohnishi via phunt, breed)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1530111 13f79535-47bb-0310-9956-ffa450edef68

commit d05151c3e7095d141f1560c1a27265f29b2a30e6
Author: Patrick D. Hunt <ph...@apache.org>
Date:   2013-10-08T05:27:13Z

    ZOOKEEPER-1774. QuorumPeerMainTest fails consistently with complains about host" assertion failure (phunt)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1530155 13f79535-47bb-0310-9956-ffa450edef68

commit 67148f0f0c5deb34c57712ceb2f0ca9bf21596b9
Author: Patrick D. Hunt <ph...@apache.org>
Date:   2013-10-08T05:38:47Z

    ZOOKEEPER-1771. ZooInspector authentication (Benjamin Jaton via phunt)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1530160 13f79535-47bb-0310-9956-ffa450edef68

commit 631872e79957461e70eac0f4e7d033c769fc8a6c
Author: Patrick D. Hunt <ph...@apache.org>
Date:   2013-10-08T06:45:28Z

    ZOOKEEPER-877. zkpython does not work with python3.1 (Daniel Enman via phunt)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1530167 13f79535-47bb-0310-9956-ffa450edef68

commit 7451ab2a72c6ac1a32619d20fb626e3f43e171d9
Author: Patrick D. Hunt <ph...@apache.org>
Date:   2013-10-09T22:14:08Z

    ZOOKEEPER-1627. Add org.apache.zookeeper.common to exported packages in OSGi MANIFEST (Arnoud Glimmerveen via phunt)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1530810 13f79535-47bb-0310-9956-ffa450edef68

commit 8b4cc5290fe83094d2f5798a129c5306ebb0abcb
Author: Camille Fournier <ca...@apache.org>
Date:   2013-10-10T18:06:58Z

    ZOOKEEPER-1624. PrepRequestProcessor abort multi-operation incorrectly. (thawan via camille)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1531063 13f79535-47bb-0310-9956-ffa450edef68

commit f9e2f5105e411e01b29f79e8ee0aebcae769cfec
Author: Patrick D. Hunt <ph...@apache.org>
Date:   2013-10-11T19:19:18Z

    ZOOKEEPER-1610. Some classes are using == or != to compare Long/String objects instead of .equals() (Edward Ribeiro via phunt)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1531397 13f79535-47bb-0310-9956-ffa450edef68

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] zookeeper pull request #230: Zookeeper-2453: Fix Error: bad instruction 'loc...

Posted by guyuqi <gi...@git.apache.org>.
Github user guyuqi closed the pull request at:

    https://github.com/apache/zookeeper/pull/230


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---