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 [email protected] or file a JIRA ticket
with INFRA.
---