问题标签 [geode]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
406 浏览

gemfire - Gemfire 地区放

我有两个不同的线程,其中一个将信息放入 Gemfire 区域,另一个从同一个 Gemfire 区域读取并删除相同的信息。问题是:如果第二个线程忙,第一个线程继续将信息放入 Gemfire 区域。

需要什么 - 如果达到区域中的某些项目限制,则阻止第一个线程。可以手动实现此功能,但 Gemfire 中可能已经存在相同的机制?

0 投票
2 回答
323 浏览

gemfire - GemFire 查询调试

以下链接显示了如何调试gemfire查询功能 - 通过设置几个标志。我已经尝试过了,我真的很困惑它对我根本不起作用。这是链接

我将它们作为 jvm args 传递,如下所示:

我做错了什么?或者是否有其他属性覆盖了我的这种配置?

0 投票
1 回答
212 浏览

java - 异常,使用带有 SpringXD 的 Gemfire 源时部署失败

我在 SpringXD 中有以下流定义:

但它给了我以下错误,并标记为“失败”:

这以前发生过,我已经通过重新启动虚拟机来修复它。但是,我想知道如何以适当的方式修复它。

任何提示、解决方法或指南都会很有用。另外,如果您需要更多信息,请告诉我。

我正在使用最新版本的 Spring XD、1.1.1 和 Gemfire 版本 7.0.2。定位器与流部署位于同一节点中。我也在使用单节点拓扑。

谢谢!

0 投票
2 回答
279 浏览

gemfire - GemFire 值更改而不刷新所有值

我使用 (String, Arraylist of String) 作为 gemfire 缓存中的键值对。是否有任何方法可以从值列表中添加或删除特定值而不获取整个列表并添加/删除并再次发布列表? !

0 投票
2 回答
94 浏览

java - 如何在 gemfirexd 中实现 RowLoader?

如何编写 Rowloader JAVA 代码将sample.csv文件中的数据注入 GenfireXD 数据库。

0 投票
1 回答
59 浏览

apache-spark - why the data is not stored in GemfireXD just like input file?

iam loading data in to GemfireXD from a file .... file contain the information like this... ID NAME 1 |John Smth 2 |Jane 3 |Paul Joes 4 |Mark Jcobs 5 |Mary Sphenson 6 |Steve oberts 7 |Margaret Johnso

AFTER LOADING THE DATA IN TO GemfireXD ,if you fire query SELECT * FROM TABLE Output is like this ....

ID NAME 5 |Mary Sphenson 7 |Margaret Johnso 4 |Mark Jcobs 2 |Jane 3 |Paul Joes 1 |John Smth 6 |Steve oberts

many i know the reason why the ID are notstored in a proper order like INPUT File

help on this....

Thanku You

0 投票
1 回答
73 浏览

in-memory-database - gemfirexd如何存储大于其in_memory的表数据文件?

我有 4GB 的内存。要加载到 GEMFIREXD 的数据文件是 8GB。内存中如何组织剩余数据 4 GB 数据。我阅读了有关 EVICTION 类的信息,但没有得到任何澄清。在加载它复制到磁盘的数据时,或者在填充 4GB 后它开始处理到磁盘中?

帮助..谢谢

0 投票
1 回答
79 浏览

gemfire - GemfireXD RowLoader 不工作,未建立与外部数据库的连接

我正在研究 JDBCRowLoader。我遵循了所有说明,在 attach_loader 下运行。

它正在 gemfire xd 服务器日志中打印 oracle 连接详细信息,并且未建立与 oracle 的连接。以上语句执行成功。

顺便说一句,我正在使用 sqlf 接口。唯一的问题是没有建立到 oracle 的连接。JDBCRowLoader 初始化成功完成。

0 投票
2 回答
1762 浏览

spring - 使用 Spring Boot 和 Spring Data GemFire 连接 GemFire

我正在尝试使用 Spring Data GemFire 和 Spring Boot 连接到现有的 GemFire 定位器。

以下是我的缓存配置

当我尝试运行此代码时,出现以下异常

我的 POM 是

主要应用如下:@SpringBootApplication public class ContinousQueryClientApplication {

}

是什么原因,如何解决。

0 投票
1 回答
167 浏览

gemfire - Gemfire HTTP Session Manager EntryIdleTimeout is not the same error

I deployed the HTTP Session management on WebShpere application as Peer to Peer model. I am trying to reset the defalut session timeout using cache-peer.xml file. However, it shows below error message.

Cache-peer.xml

Any idea? I could not find the defalut setting.