You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by cloudysunny14 <gi...@git.apache.org> on 2017/02/16 14:33:18 UTC

[GitHub] gora pull request #94: Fixed issue GORA-503

GitHub user cloudysunny14 opened a pull request:

    https://github.com/apache/gora/pull/94

    Fixed issue GORA-503

    Field index 0 is always considered as clean even if it is dirty.

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

    $ git pull https://github.com/cloudysunny14/gora GORA-503

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

    https://github.com/apache/gora/pull/94.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 #94
    
----
commit 21ad6e94a5d3afba02a75e8e102fe7db1d56e4c0
Author: Kiyonari Harigae <la...@cloudysunny14.org>
Date:   2017-02-12T07:51:52Z

    Fixed issue GORA-503

----


---
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] gora issue #94: Fixed issue GORA-503

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

    https://github.com/apache/gora/pull/94
  
    I tried to test localy, but I can't reproduce the error.
    @lewismc Did you get this error since merging this fixes?
    
    Thank you.


---
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] gora pull request #94: Fixed issue GORA-503

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

    https://github.com/apache/gora/pull/94


---

[GitHub] gora issue #94: Fixed issue GORA-503

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

    https://github.com/apache/gora/pull/94
  
    none @lewismc , would you mind committing this please?


---
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] gora issue #94: Fixed issue GORA-503

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

    https://github.com/apache/gora/pull/94
  
    I tried locally too and can't reproduce the error.
    
    I found this about your error: https://issues.apache.org/jira/browse/CASSANDRA-8220
    Seems related to OSX and JDK8. https://stackoverflow.com/questions/32508530/cassandra-on-mac-stopping-cassandra-shows-error
    
    I guess it can be committed safely :) 


---

[GitHub] gora issue #94: Fixed issue GORA-503

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

    https://github.com/apache/gora/pull/94
  
    I have seen this as well but as the error points out it is the CassandraDeamon not being able to be stopped.
    
    2017-02-16 10:35:12,496 ERROR [StorageServiceShutdownHook] service.CassandraDaemon (CassandraDaemon.java:uncaughtException(187)) - Exception in thread Thread[StorageServiceShutdownHook,5,main]
    java.io.IOError: java.io.IOException: Unknown error: 316
    
    Would you mind trying again? or with the same cassandra version supported by Gora currently?


---
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] gora issue #94: Fixed issue GORA-503

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

    https://github.com/apache/gora/pull/94
  
    I cannot avoid the error as above. Can you try running the test suite @renato2099 ?


---
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] gora issue #94: Fixed issue GORA-503

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

    https://github.com/apache/gora/pull/94
  
    PING @renato2099 


---
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] gora issue #94: Fixed issue GORA-503

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

    https://github.com/apache/gora/pull/94
  
    OK I tried to test locally and I get the following
    ```
    2017-02-16 10:35:10,490 INFO  [StorageServiceShutdownHook] gms.Gossiper (Gossiper.java:stop(1197)) - Announcing shutdown
    2017-02-16 10:35:12,494 INFO  [StorageServiceShutdownHook] net.MessagingService (MessagingService.java:shutdown(686)) - Waiting for messaging service to quiesce
    2017-02-16 10:35:12,495 INFO  [ACCEPT-localhost/127.0.0.1] net.MessagingService (MessagingService.java:run(868)) - MessagingService shutting down server thread.
    2017-02-16 10:35:12,496 ERROR [StorageServiceShutdownHook] service.CassandraDaemon (CassandraDaemon.java:uncaughtException(187)) - Exception in thread Thread[StorageServiceShutdownHook,5,main]
    java.io.IOError: java.io.IOException: Unknown error: 316
    	at org.apache.cassandra.net.MessagingService.shutdown(MessagingService.java:701)
    	at org.apache.cassandra.service.StorageService$1.runMayThrow(StorageService.java:546)
    	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:28)
    	at java.lang.Thread.run(Thread.java:745)
    Caused by: java.io.IOException: Unknown error: 316
    	at sun.nio.ch.NativeThread.signal(Native Method)
    	at sun.nio.ch.ServerSocketChannelImpl.implCloseSelectableChannel(ServerSocketChannelImpl.java:292)
    	at java.nio.channels.spi.AbstractSelectableChannel.implCloseChannel(AbstractSelectableChannel.java:234)
    	at java.nio.channels.spi.AbstractInterruptibleChannel.close(AbstractInterruptibleChannel.java:115)
    	at sun.nio.ch.ServerSocketAdaptor.close(ServerSocketAdaptor.java:137)
    	at org.apache.cassandra.net.MessagingService$SocketThread.close(MessagingService.java:885)
    	at org.apache.cassandra.net.MessagingService.shutdown(MessagingService.java:697)
    	... 3 more
    
    Results :
    
    Failed tests:   org.apache.gora.cassandra.store.TestCassandraStore: attempted to delete non-existing file system-compaction_history-jb-531-CompressionInfo.db
    ```


---
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] gora issue #94: Fixed issue GORA-503

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

    https://github.com/apache/gora/pull/94
  
    Any comments folks?


---

[GitHub] gora issue #94: Fixed issue GORA-503

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

    https://github.com/apache/gora/pull/94
  
    Any comments @renato2099 ?


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