Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
キャッシュに hazelcast3.3.3 を使用しています。 IMap.values(Predicate) を使用してデータをクエリすると、問題が見つかります。このクエリを使用すると、データを見つけることができます。クエリは
データは
nextExecuteTime も条件を満たしているか確認できます。hazelcast のバグでしょうか?そのような環境はありますか?
両方の方法で機能するはずです。試していただけますか: Predicates.and( Predicates.lessThan("nextExecuteTime", 1463975296703), Predicates.regex("autoIncrementId", ".*[5,6,7,8,9]$") )
Predicates.and( Predicates.lessThan("nextExecuteTime", 1463975296703), Predicates.regex("autoIncrementId", ".*[5,6,7,8,9]$") )