You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@airavata.apache.org by machristie <gi...@git.apache.org> on 2016/10/04 17:15:16 UTC

[GitHub] airavata pull request #51: Shorten columns so primary key is shorter

GitHub user machristie opened a pull request:

    https://github.com/apache/airavata/pull/51

    Shorten columns so primary key is shorter

    MySQL/MariaDB has a max key length of 767 bytes (at least in some
    configurations) and causes an error if the key is longer than that.

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

    $ git pull https://github.com/machristie/airavata credentials-table-shorten-key-length

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

    https://github.com/apache/airavata/pull/51.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 #51
    
----
commit 879f0a77cea32b725303d0ddbbe74eea42cac0d4
Author: Marcus Christie <ma...@gmail.com>
Date:   2016-10-04T17:10:58Z

    Shorten columns so primary key is shorter
    
    MySQL/MariaDB has a max key length of 767 bytes (at least in some
    configurations) and causes an error if the key is longer than that.

----


---
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] airavata issue #51: Shorten columns so primary key is shorter

Posted by machristie <gi...@git.apache.org>.
Github user machristie commented on the issue:

    https://github.com/apache/airavata/pull/51
  
    There is this error in the raw travis log
    
    ```
    [INFO] Airavata server distribution ....................... FAILURE [ 49.783 s]
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD FAILURE
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 04:33 min
    [INFO] Finished at: 2016-10-04T17:32:36+00:00
    [INFO] Final Memory: 409M/484M
    [INFO] ------------------------------------------------------------------------
    [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.5.5:single (distribution-package) on project apache-airavata-distribution: Failed to create assembly: Error creating assembly archive bin: Problem creating zip: Execution exception: Java heap space -> [Help 1]
    [ERROR] 
    [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
    [ERROR] Re-run Maven using the -X switch to enable full debug logging.
    [ERROR] 
    [ERROR] For more information about the errors and possible solutions, please read the following articles:
    [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
    [ERROR] 
    [ERROR] After correcting the problems, you can resume the build with the command
    [ERROR]   mvn <goals> -rf :apache-airavata-distribution
    
    ```
    
    Looks like it ran out of heap space.  Is that a know issue? Can more memory be allocated?


---
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] airavata issue #51: Shorten columns so primary key is shorter

Posted by machristie <gi...@git.apache.org>.
Github user machristie commented on the issue:

    https://github.com/apache/airavata/pull/51
  
    @scnakandala , can you merge this?


---
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] airavata pull request #51: Shorten columns so primary key is shorter

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

    https://github.com/apache/airavata/pull/51


---
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.
---