Skip to content
#

distributed-storage

Here are 126 public repositories matching this topic...

seaweedfs
claudiofahey
claudiofahey commented Feb 3, 2020

Problem description
Documentation for ScalingPolicy.byDataRate does not clearly indicate whether targetKBps uses units of 1000 bytes or 1024 bytes.

Problem location
Pravega client, ScalingPolicy.java

Suggestions for an improvement
Determine the units used and update the documentation.

jernst
jernst commented Jan 24, 2020

Best I can tell, all executables produce 0 as a Linux exit code, regardless how wrongly they were invoked. That's a problem, e.g. when attempting to run the gateway as a systemd.service.

Specific use case: storj-gateway.service runs gateway_xxx_yyy --config-dir does-not-exist. Systemd happily reports that everything is fine -- which of course it is not, but it cannot tell unless the exit co

hamshiva
hamshiva commented Mar 14, 2017

I'm currently testing the 1.0.1 release and discovered that the --wq-threads options isn't documented anywhere.
The only information I was able to find is in the commit log (c84b4fc1021df87bba161b758fb068a4333b9ad6).

"If the option isn't passed, sheep uses unlimited queues but it is highly dicouraged for stable and high IOPS."

It would be great to add something about this option. Moreover t

dragon2611
dragon2611 commented Feb 1, 2020

Not sure if it's worth adding to the documentation but I found I had to add the following to the end of the fstab command otherwise the system would not boot cleanly.

,x-systemd.mount-timeout=30,_netdev

The line in fstab now looks like

mfsmount /mnt/mymnt fuse mfssubfolder=mydir,allow_other,x-systemd.mount-timeout=30,_netdev

I think it was trying to mount mooseFS before it had fini

The distributed object storage server used by PitchPoint Solutions to securely store billions of large and small files using minimal resources. Object data is stored in replicated volumes implemented like Facebooks Haystack Object Store. Object metadata which essentially maps an object name to a volume position is stored in an elasticsearch index.

  • Updated Dec 13, 2019
  • Java
dsukhoroslov
dsukhoroslov commented Apr 24, 2017

collections can be assigned a number of handlers/processors, who can

  • perform data encryption
  • manage document TTL (retention policy)
  • manage document accessibility

in, general, this is to make collections a common mechanism to perform some actions on group of documents. the set of actions must be extendable and it must be possible to develop and register new handlers/processors

Improve this page

Add a description, image, and links to the distributed-storage topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the distributed-storage topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.