OrientDB 1.7-SNAPSHOT from April 9th:

-Dstorage.compressionMethod=gzip fails on a new database on multiple os-es 
with:
Caused by: java.io.EOFException
 ...
 at 
com.orientechnologies.orient.core.compression.impl.OGZIPCompression.uncompress(OGZIPCompression.java:91)


-Dstorage.compressionMethod=nothing works on multiple os-es provided the 
database is new.

Also, under OSGI, the snappy-java library has an activator that is loaded 
due to orient-core's optional bundle-import of org.xerial.snappy.  I had to 
remove the following from snappy-java's META-INF/MANIFEST:
  Bundle-ActivationPolicy: lazy
  Bundle-Activator: org.xerial.snappy.SnappyBundleActivator

I'll have to conditionally start the snappy-java bundle on the platforms 
where snappy can be used.





On Friday, April 11, 2014 4:10:13 PM UTC-4, odbuser wrote:
>
> Ok, thanks.
>
> I thought you meant referencing some zfs library from OrientDB.  Yes, I 
> can create a separate pool for storage but not now.  I'll have to go with 
> no compression.  I actually had gzip enabled but removed it a few days ago 
> b/c I didn't think it was necessary anymore.  That explains why I didn't 
> see the snappy issue until now.
>
> On Friday, April 11, 2014 3:13:44 PM UTC-4, bayoda wrote:
>>
>> create a  zfs filesystem   for example   on  rpool 
>>
>> zfs create -o compression=on  -o dedup=off  -o mountpoint=/path  
>> rpool/newfilesystem 
>>
>> if you want more compression:    zfs create -o compression=gzip8   or 
>> gzip9 
>>
>>
>>
>> 2014-04-11 21:11 GMT+02:00 odbuser <[email protected]>:
>>
>>> How do I do this or is there a code change required in OrientDB?
>>>
>>>
>>> FYI:
>>> I added my concern to an existing snappy-java issue.  It's an x86-64 bit 
>>> issue but someone else tacked on another platform so I added sparc-64.
>>> https://github.com/xerial/snappy-java/issues/55
>>>
>>> -- 
>>>
>>> --- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "OrientDB" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to [email protected].
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>>
>> -- 
>> bayoda.com - DataStorage and Backup 
>> by nimbus Development IT Consulting GmbH
>>
>>  

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to