首页 \ 问答 \ 为什么gsutil rsync会重新下载我们所有的文件?(Why is gsutil rsync re-downloading all our files?)

为什么gsutil rsync会重新下载我们所有的文件?(Why is gsutil rsync re-downloading all our files?)

我们一直在使用gsutil -m rsync -r来保持开发和部署框与GCS存储桶同步近2年而没有任何问题。 桶中有大约85k个物体。

直到最近,这完美地工作:我们每隔15分左右运行一个部署框 - > GCS rsync,以备份所有新上传的资源,然后每当我们想要刷新本地时,再使用GCS - > dev框rsync dev数据(在OSX El Capitan上运行)。

然而,在过去的几个月里,GCS-> dev rsync开始膨胀,下载越来越多的图像。

最初我只是觉得“很棒,我们上传了更多的资源”,但它的增长速度比数据快,直到今天它似乎正在下载整个85k图像。

我已经仔细检查过我在正确的位置,命令是否正确,路径是否正确等等。对于所有gsutil输出都是通过“正在复制...”和“正在下载”的大量滚动来滚动。 ..“消息,好好并行使用我们的100mbps连接,当我去另一个终端并运行find . -type f | wc -l find . -type f | wc -l find . -type f | wc -l在目标目录上每隔10秒,它显示每分钟只添加2或3个新文件。 我看一下gsutil说它现在正在下载的文件的修改时间,而且大多数情况下它们已经过时了,很多都没有在一年或更长时间内发生变化。 含义:它使用大量的时间和带宽下载所有数据,所有这些都是为了几百个文件。

最近的OSX gsutil版本有什么变化吗? 可能有错误吗? 我怎么会开始追踪这个呢? 还是报道呢? 新闻组gsutil-discussgs-discussion已经存档, gce-discussion就是使用GCE实例中的gsutil

谢谢!


We've been using gsutil -m rsync -r to keep dev and deploy boxes in sync with a GCS bucket for nearly 2 years without any problem. There are about 85k objects in the bucket.

Until recently, this worked perfectly: we'd run a deploy-box -> GCS rsync every 15 mins or so, to keep all new uploaded resource backed up, and then a GCS -> dev box rsync whenever we wanted to refresh the local dev data (running on OSX El Capitan).

Within the last couple of months, though, the GCS->dev rsync has started to bloat, downloading more and more images.

Initially I just thought "great, we're getting more resources uploaded", but it's been growing way faster than the data, until today when it seems to be downloading the whole 85k images.

I've double-checked I'm in the right place, the command is correct, the paths are correct, etc. For all that the gsutil output is scrolling by with reams and reams of "Copying..." and "Downloading..." messages, making good parallel use of our 100mbps connection, when I go to another terminal and run find . -type f | wc -l on the destination directory every 10 seconds, it shows that barely 2 or 3 new files are being added a minute. I look at modification times on files that gsutil says it's downloading right now and in the large majority they're old, plenty haven't changed in a year or more. Meaning: it's downloading all the data, using tons of time and bandwidth, all for the sake of a few hundred files.

Has something changed in recent OSX gsutil versions? Is there possibly a bug? How would I even start to go about tracking this down? Or reporting it? The newsgroups gsutil-discuss and gs-discussion have been archived, and the talk in gce-discussion is all about using gsutil from GCE instances.

Thanks!


原文:https://stackoverflow.com/questions/39016621
更新时间:2023-04-15 21:04

最满意答案

KEY_PASSWORD是定义键列名的常量,而不是列名本身。

更换

String password = cursor.getString(cursor
                    .getColumnIndex("KEY_PASSWORD"));

String password = cursor.getString(cursor
                    .getColumnIndex(KEY_PASSWORD));

KEY_PASSWORD is your constant that defines the key column name, not the column name itself.

Replace

String password = cursor.getString(cursor
                    .getColumnIndex("KEY_PASSWORD"));

with

String password = cursor.getString(cursor
                    .getColumnIndex(KEY_PASSWORD));

相关问答

更多

相关文章

更多

最新问答

更多
  • 您如何使用git diff文件,并将其应用于同一存储库的副本的本地分支?(How do you take a git diff file, and apply it to a local branch that is a copy of the same repository?)
  • 将长浮点值剪切为2个小数点并复制到字符数组(Cut Long Float Value to 2 decimal points and copy to Character Array)
  • OctoberCMS侧边栏不呈现(OctoberCMS Sidebar not rendering)
  • 页面加载后对象是否有资格进行垃圾回收?(Are objects eligible for garbage collection after the page loads?)
  • codeigniter中的语言不能按预期工作(language in codeigniter doesn' t work as expected)
  • 在计算机拍照在哪里进入
  • 使用cin.get()从c ++中的输入流中丢弃不需要的字符(Using cin.get() to discard unwanted characters from the input stream in c++)
  • No for循环将在for循环中运行。(No for loop will run inside for loop. Testing for primes)
  • 单页应用程序:页面重新加载(Single Page Application: page reload)
  • 在循环中选择具有相似模式的列名称(Selecting Column Name With Similar Pattern in a Loop)
  • System.StackOverflow错误(System.StackOverflow error)
  • KnockoutJS未在嵌套模板上应用beforeRemove和afterAdd(KnockoutJS not applying beforeRemove and afterAdd on nested templates)
  • 散列包括方法和/或嵌套属性(Hash include methods and/or nested attributes)
  • android - 如何避免使用Samsung RFS文件系统延迟/冻结?(android - how to avoid lag/freezes with Samsung RFS filesystem?)
  • TensorFlow:基于索引列表创建新张量(TensorFlow: Create a new tensor based on list of indices)
  • 企业安全培训的各项内容
  • 错误:RPC失败;(error: RPC failed; curl transfer closed with outstanding read data remaining)
  • C#类名中允许哪些字符?(What characters are allowed in C# class name?)
  • NumPy:将int64值存储在np.array中并使用dtype float64并将其转换回整数是否安全?(NumPy: Is it safe to store an int64 value in an np.array with dtype float64 and later convert it back to integer?)
  • 注销后如何隐藏导航portlet?(How to hide navigation portlet after logout?)
  • 将多个行和可变行移动到列(moving multiple and variable rows to columns)
  • 提交表单时忽略基础href,而不使用Javascript(ignore base href when submitting form, without using Javascript)
  • 对setOnInfoWindowClickListener的意图(Intent on setOnInfoWindowClickListener)
  • Angular $资源不会改变方法(Angular $resource doesn't change method)
  • 在Angular 5中不是一个函数(is not a function in Angular 5)
  • 如何配置Composite C1以将.m和桌面作为同一站点提供服务(How to configure Composite C1 to serve .m and desktop as the same site)
  • 不适用:悬停在悬停时:在元素之前[复制](Don't apply :hover when hovering on :before element [duplicate])
  • 常见的python rpc和cli接口(Common python rpc and cli interface)
  • Mysql DB单个字段匹配多个其他字段(Mysql DB single field matching to multiple other fields)
  • 产品页面上的Magento Up出售对齐问题(Magento Up sell alignment issue on the products page)